lazarus/packager/adddirtopkgdlg.lfm

167 lines
3.7 KiB
Plaintext

object AddDirToPkgDialog: TAddDirToPkgDialog
Left = 305
Height = 361
Top = 261
Width = 400
ActiveControl = DirEdit
Caption = 'AddDirToPkgDialog'
ClientHeight = 361
ClientWidth = 400
OnClose = FormClose
OnCreate = FormCreate
OnDestroy = FormDestroy
Position = poScreenCenter
LCLVersion = '1.1'
object DirGroupBox: TGroupBox
Left = 0
Height = 86
Top = 0
Width = 400
Align = alTop
AutoSize = True
Caption = 'DirGroupBox'
ClientHeight = 65
ClientWidth = 392
TabOrder = 0
object DirEdit: TEdit
AnchorSideLeft.Control = DirGroupBox
AnchorSideTop.Control = DirGroupBox
AnchorSideRight.Control = DirButton
Left = 6
Height = 25
Top = 6
Width = 354
Anchors = [akTop, akLeft, akRight]
BorderSpacing.Left = 6
BorderSpacing.Top = 6
TabOrder = 0
Text = 'DirEdit'
end
object DirButton: TButton
AnchorSideTop.Control = DirEdit
AnchorSideTop.Side = asrCenter
AnchorSideRight.Control = DirGroupBox
AnchorSideRight.Side = asrBottom
Left = 360
Height = 27
Top = 5
Width = 26
Anchors = [akTop, akRight]
AutoSize = True
BorderSpacing.Top = 6
BorderSpacing.Right = 6
Caption = '...'
OnClick = DirButtonClick
TabOrder = 1
end
object SubDirCheckBox: TCheckBox
AnchorSideLeft.Control = DirGroupBox
AnchorSideTop.Control = DirEdit
AnchorSideTop.Side = asrBottom
Left = 6
Height = 22
Top = 37
Width = 133
BorderSpacing.Around = 6
Caption = 'SubDirCheckBox'
Checked = True
State = cbChecked
TabOrder = 2
end
end
object IncludeGroupBox: TGroupBox
Left = 0
Height = 118
Top = 86
Width = 400
Align = alTop
AutoSize = True
Caption = 'IncludeGroupBox'
ClientHeight = 97
ClientWidth = 392
TabOrder = 1
object IncludeRegExCheckBox: TCheckBox
Left = 6
Height = 22
Top = 41
Width = 380
Align = alClient
BorderSpacing.Around = 6
Caption = 'IncludeRegExCheckBox'
TabOrder = 0
end
object IncludeFilterCombobox: TComboBox
Left = 6
Height = 29
Top = 6
Width = 380
Align = alTop
BorderSpacing.Around = 6
ItemHeight = 0
TabOrder = 1
Text = 'IncludeFilterCombobox'
end
object OnlyTextCheckBox: TCheckBox
Left = 6
Height = 22
Top = 69
Width = 380
Align = alBottom
BorderSpacing.Around = 6
Caption = 'OnlyTextCheckBox'
Checked = True
State = cbChecked
TabOrder = 2
end
end
object ExcludeGroupBox: TGroupBox
Left = 0
Height = 90
Top = 204
Width = 400
Align = alTop
AutoSize = True
Caption = 'ExcludeGroupBox'
ClientHeight = 69
ClientWidth = 392
TabOrder = 2
object ExcludeRegExCheckBox: TCheckBox
Left = 6
Height = 22
Top = 41
Width = 380
Align = alClient
BorderSpacing.Around = 6
Caption = 'ExcludeRegExCheckBox'
TabOrder = 0
end
object ExcludeFilterCombobox: TComboBox
Left = 6
Height = 29
Top = 6
Width = 380
Align = alTop
BorderSpacing.Around = 6
ItemHeight = 0
TabOrder = 1
Text = 'ExcludeFilterCombobox'
end
end
object ButtonPanel1: TButtonPanel
Left = 6
Height = 39
Top = 316
Width = 388
OKButton.Name = 'OKButton'
OKButton.DefaultCaption = True
HelpButton.Name = 'HelpButton'
HelpButton.DefaultCaption = True
CloseButton.Name = 'CloseButton'
CloseButton.DefaultCaption = True
CancelButton.Name = 'CancelButton'
CancelButton.DefaultCaption = True
TabOrder = 3
ShowButtons = [pbOK, pbCancel]
end
end