lazarus/packager/adddirtopkgdlg.lfm
2008-08-22 16:48:33 +00:00

159 lines
3.6 KiB
Plaintext

object AddDirToPkgDialog: TAddDirToPkgDialog
Left = 305
Height = 366
Top = 261
Width = 400
ActiveControl = DirEdit
Caption = 'AddDirToPkgDialog'
ClientHeight = 366
ClientWidth = 400
OnCreate = FormCreate
OnDestroy = FormDestroy
Position = poScreenCenter
LCLVersion = '0.9.25'
object DirGroupBox: TGroupBox
Height = 86
Width = 400
Align = alTop
AutoSize = True
Caption = 'DirGroupBox'
ClientHeight = 67
ClientWidth = 396
TabOrder = 0
object DirEdit: TEdit
AnchorSideLeft.Control = DirGroupBox
AnchorSideTop.Control = DirGroupBox
AnchorSideRight.Control = DirButton
Left = 6
Height = 27
Top = 6
Width = 360
Anchors = [akTop, akLeft, akRight]
AutoSize = True
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 = 366
Height = 29
Top = 5
Width = 24
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 = 39
Width = 130
BorderSpacing.Around = 6
Caption = 'SubDirCheckBox'
Checked = True
State = cbChecked
TabOrder = 2
end
end
object IncludeGroupBox: TGroupBox
Height = 116
Top = 86
Width = 400
Align = alTop
AutoSize = True
Caption = 'IncludeGroupBox'
ClientHeight = 97
ClientWidth = 396
TabOrder = 1
object IncludeRegExCheckBox: TCheckBox
Left = 6
Height = 22
Top = 41
Width = 384
Align = alClient
BorderSpacing.Around = 6
Caption = 'IncludeRegExCheckBox'
TabOrder = 0
end
object IncludeFilterCombobox: TComboBox
Left = 6
Height = 29
Top = 6
Width = 384
Align = alTop
AutoCompleteText = [cbactEndOfLineComplete, cbactSearchAscending]
BorderSpacing.Around = 6
MaxLength = 0
TabOrder = 1
Text = 'IncludeFilterCombobox'
end
object OnlyTextCheckBox: TCheckBox
Left = 6
Height = 22
Top = 69
Width = 384
Align = alBottom
BorderSpacing.Around = 6
Caption = 'OnlyTextCheckBox'
Checked = True
State = cbChecked
TabOrder = 2
end
end
object ExcludeGroupBox: TGroupBox
Height = 88
Top = 202
Width = 400
Align = alTop
AutoSize = True
Caption = 'ExcludeGroupBox'
ClientHeight = 69
ClientWidth = 396
TabOrder = 2
object ExcludeRegExCheckBox: TCheckBox
Left = 6
Height = 22
Top = 41
Width = 384
Align = alClient
BorderSpacing.Around = 6
Caption = 'ExcludeRegExCheckBox'
TabOrder = 0
end
object ExcludeFilterCombobox: TComboBox
Left = 6
Height = 29
Top = 6
Width = 384
Align = alTop
AutoCompleteText = [cbactEndOfLineComplete, cbactSearchAscending]
BorderSpacing.Around = 6
MaxLength = 0
TabOrder = 1
Text = 'ExcludeFilterCombobox'
end
end
object ButtonPanel1: TButtonPanel
Left = 6
Height = 50
Top = 316
Width = 388
Align = alBottom
AutoSize = True
TabOrder = 3
ShowButtons = [pbOK, pbCancel]
end
end