lazarus/ide/cleandirdlg.lfm
2007-07-31 20:33:31 +00:00

195 lines
4.5 KiB
Plaintext

object CleanDirectoryDialog: TCleanDirectoryDialog
Left = 316
Height = 332
Top = 212
Width = 431
HorzScrollBar.Page = 430
VertScrollBar.Page = 331
ActiveControl = DirCombobox
BorderIcons = [biSystemMenu]
Caption = 'Clean Directory'
ClientHeight = 332
ClientWidth = 431
OnCreate = CleanDirectoryDialogCreate
Position = poScreenCenter
object DirGroupbox: TGroupBox
Left = 6
Height = 80
Top = 6
Width = 419
Align = alTop
AutoSize = True
BorderSpacing.Around = 6
Caption = 'Directory'
ClientHeight = 61
ClientWidth = 415
ParentCtl3D = False
TabOrder = 0
object DirCombobox: TComboBox
AnchorSideRight.Control = DirBrowseButton
Left = 7
Height = 21
Top = 6
Width = 374
Anchors = [akTop, akLeft, akRight]
AutoCompleteText = [cbactSearchAscending]
BorderSpacing.Around = 6
MaxLength = 0
ParentCtl3D = False
TabOrder = 0
Text = 'DirCombobox'
end
object SubDirsCheckbox: TCheckBox
AnchorSideTop.Control = DirCombobox
AnchorSideTop.Side = asrBottom
Left = 6
Height = 22
Top = 33
Width = 158
BorderSpacing.Around = 6
Caption = 'Clean sub directories'
TabOrder = 1
end
object DirBrowseButton: TButton
AnchorSideLeft.Control = DirCombobox
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = DirCombobox
AnchorSideTop.Side = asrCenter
AnchorSideRight.Control = DirGroupbox
AnchorSideRight.Side = asrBottom
Left = 387
Height = 21
Top = 6
Width = 23
Anchors = [akTop, akRight]
BorderSpacing.Right = 5
BorderSpacing.InnerBorder = 4
Caption = '...'
OnClick = DirBrowseButtonClick
TabOrder = 2
end
end
object RemoveGroupbox: TGroupBox
Left = 6
Height = 80
Top = 92
Width = 419
Align = alTop
AutoSize = True
BorderSpacing.Around = 6
Caption = 'Remove files matching filter:'
ClientHeight = 61
ClientWidth = 415
ParentCtl3D = False
TabOrder = 1
object RemoveCombobox: TComboBox
Left = 6
Height = 21
Top = 6
Width = 403
Align = alTop
AutoCompleteText = [cbactSearchAscending]
BorderSpacing.Around = 6
MaxLength = 0
ParentCtl3D = False
TabOrder = 0
Text = 'RemoveCombobox'
end
object SimpleSyntaxRemoveCheckbox: TCheckBox
Left = 6
Height = 22
Top = 33
Width = 403
Align = alTop
BorderSpacing.Around = 6
Caption = 'Simple syntax (e.g. * instead of .*)'
TabOrder = 1
end
end
object KeepGroupbox: TGroupBox
Left = 6
Height = 93
Top = 178
Width = 419
Align = alTop
AutoSize = True
BorderSpacing.Around = 6
Caption = 'Keep files matching filter:'
ClientHeight = 89
ClientWidth = 415
ParentCtl3D = False
TabOrder = 2
object KeepCombobox: TComboBox
Left = 6
Height = 21
Top = 6
Width = 403
Align = alTop
AutoCompleteText = [cbactSearchAscending]
BorderSpacing.Around = 6
MaxLength = 0
ParentCtl3D = False
TabOrder = 0
Text = 'KeepCombobox'
end
object SimpleSyntaxKeepCheckbox: TCheckBox
Left = 6
Height = 22
Top = 33
Width = 403
Align = alTop
BorderSpacing.Around = 6
Caption = 'Simple syntax (e.g. * instead of .*)'
TabOrder = 1
end
object KeepTextFilesCheckbox: TCheckBox
Left = 6
Height = 22
Top = 61
Width = 403
Align = alTop
BorderSpacing.Around = 6
Caption = 'Keep Text Files'
TabOrder = 2
end
end
object OkButton: TBitBtn
AnchorSideRight.Control = CancelButton
AnchorSideBottom.Control = Owner
AnchorSideBottom.Side = asrBottom
Left = 268
Height = 44
Top = 282
Width = 65
Anchors = [akRight, akBottom]
AutoSize = True
BorderSpacing.Around = 6
Caption = '&OK'
Default = True
Kind = bkOK
ModalResult = 1
NumGlyphs = 0
OnClick = OkButtonClick
TabOrder = 3
end
object CancelButton: TBitBtn
AnchorSideRight.Control = Owner
AnchorSideRight.Side = asrBottom
AnchorSideBottom.Control = Owner
AnchorSideBottom.Side = asrBottom
Left = 339
Height = 40
Top = 286
Width = 86
Anchors = [akRight, akBottom]
AutoSize = True
BorderSpacing.Around = 6
Cancel = True
Caption = 'Cancel'
Kind = bkCancel
ModalResult = 2
NumGlyphs = 0
TabOrder = 4
end
end