lazarus/packager/addpkgdependencydlg.lfm
2016-11-23 15:06:28 +00:00

138 lines
3.8 KiB
Plaintext

object AddPkgDependencyDialog: TAddPkgDependencyDialog
Left = 466
Height = 373
Top = 122
Width = 495
BorderIcons = [biSystemMenu]
Caption = 'AddPkgDependencyDialog'
ClientHeight = 373
ClientWidth = 495
OnClose = FormClose
LCLVersion = '1.7'
object DependPkgNameLabel: TLabel
AnchorSideTop.Control = DependPkgNameFilter
AnchorSideTop.Side = asrCenter
AnchorSideRight.Control = DependPkgNameFilter
Left = 61
Height = 18
Top = 19
Width = 138
Anchors = [akTop, akRight]
BorderSpacing.Right = 6
BorderSpacing.CellAlignHorizontal = ccaLeftTop
BorderSpacing.CellAlignVertical = ccaCenter
Caption = 'DependPkgNameLabel'
ParentColor = False
end
object DependPkgNameFilter: TListFilterEdit
AnchorSideRight.Side = asrBottom
Left = 205
Height = 24
Top = 16
Width = 284
ButtonWidth = 23
NumGlyphs = 1
Anchors = [akTop, akLeft, akRight]
MaxLength = 0
TabOrder = 0
FilteredListbox = DependPkgNameListBox
end
object DependPkgNameListBox: TListBox
AnchorSideLeft.Control = DependPkgNameFilter
AnchorSideTop.Control = DependPkgNameFilter
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = DependPkgNameFilter
AnchorSideRight.Side = asrBottom
AnchorSideBottom.Control = DependMinVersionEdit
Left = 205
Height = 224
Top = 46
Width = 284
Anchors = [akTop, akLeft, akRight, akBottom]
BorderSpacing.Top = 6
BorderSpacing.Bottom = 6
ItemHeight = 0
MultiSelect = True
ScrollWidth = 282
TabOrder = 1
TopIndex = -1
end
object DependMinVersionEdit: TEdit
AnchorSideLeft.Control = DependPkgNameListBox
AnchorSideRight.Control = DependPkgNameListBox
AnchorSideRight.Side = asrBottom
AnchorSideBottom.Control = DependMaxVersionEdit
Left = 205
Height = 24
Top = 276
Width = 284
Anchors = [akLeft, akRight, akBottom]
BorderSpacing.Top = 6
TabOrder = 2
Text = 'DependMinVersionEdit'
end
object DependMaxVersionEdit: TEdit
AnchorSideLeft.Control = DependMinVersionEdit
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = DependPkgNameListBox
AnchorSideRight.Side = asrBottom
AnchorSideBottom.Control = ButtonPanel1
Left = 205
Height = 24
Top = 303
Width = 284
Anchors = [akLeft, akRight, akBottom]
BorderSpacing.Top = 3
TabOrder = 3
Text = 'DependMaxVersionEdit'
end
object DependMinVersionLabel: TLabel
AnchorSideTop.Control = DependMinVersionEdit
AnchorSideTop.Side = asrCenter
AnchorSideRight.Control = DependMinVersionEdit
Left = 52
Height = 18
Top = 279
Width = 147
Anchors = [akTop, akRight]
BorderSpacing.Right = 6
BorderSpacing.CellAlignHorizontal = ccaLeftTop
BorderSpacing.CellAlignVertical = ccaCenter
Caption = 'DependMinVersionLabel'
ParentColor = False
end
object DependMaxVersionLabel: TLabel
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = DependMaxVersionEdit
AnchorSideTop.Side = asrCenter
AnchorSideRight.Control = DependMaxVersionEdit
Left = 49
Height = 18
Top = 306
Width = 150
Anchors = [akTop, akRight]
BorderSpacing.Right = 6
BorderSpacing.CellAlignHorizontal = ccaLeftTop
BorderSpacing.CellAlignVertical = ccaCenter
Caption = 'DependMaxVersionLabel'
ParentColor = False
end
object ButtonPanel1: TButtonPanel
Left = 6
Height = 34
Top = 333
Width = 483
OKButton.Name = 'OKButton'
OKButton.DefaultCaption = True
OKButton.OnClick = OKButtonClick
HelpButton.Name = 'HelpButton'
HelpButton.DefaultCaption = True
CloseButton.Name = 'CloseButton'
CloseButton.DefaultCaption = True
CancelButton.Name = 'CancelButton'
CancelButton.DefaultCaption = True
TabOrder = 4
ShowButtons = [pbOK, pbCancel, pbHelp]
end
end