lazarus/ide/cleandirdlg.lfm
2006-05-22 08:10:49 +00:00

198 lines
4.5 KiB
Plaintext

object CleanDirectoryDialog: TCleanDirectoryDialog
ActiveControl = DirCombobox
BorderIcons = [biSystemMenu]
Caption = 'Clean Directory'
ClientHeight = 332
ClientWidth = 431
OnCreate = CleanDirectoryDialogCreate
PixelsPerInch = 112
Position = poScreenCenter
HorzScrollBar.Page = 430
VertScrollBar.Page = 331
Left = 316
Height = 332
Top = 212
Width = 431
object DirGroupbox: TGroupBox
Align = alTop
AutoSize = True
BorderSpacing.Around = 6
Caption = 'Directory'
ClientHeight = 63
ClientWidth = 415
ParentCtl3D = False
TabOrder = 0
Left = 6
Height = 80
Top = 6
Width = 419
object DirCombobox: TComboBox
Anchors = [akTop, akLeft, akRight]
AutoCompleteText = [cbactSearchAscending]
BorderSpacing.Around = 6
MaxLength = 0
ParentCtl3D = False
TabOrder = 0
Text = 'DirCombobox'
AnchorSideRight.Control = DirBrowseButton
Left = 7
Height = 21
Top = 6
Width = 374
end
object SubDirsCheckbox: TCheckBox
BorderSpacing.Around = 6
Caption = 'Clean sub directories'
TabOrder = 1
AnchorSideTop.Control = DirCombobox
AnchorSideTop.Side = asrBottom
Left = 6
Height = 24
Top = 33
Width = 403
end
object DirBrowseButton: TButton
Anchors = [akTop, akRight]
BorderSpacing.Right = 5
Caption = '...'
OnClick = DirBrowseButtonClick
TabOrder = 2
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
end
end
object RemoveGroupbox: TGroupBox
Align = alTop
AutoSize = True
BorderSpacing.Around = 6
Caption = 'Remove files matching filter:'
ClientHeight = 63
ClientWidth = 415
ParentCtl3D = False
TabOrder = 1
Left = 6
Height = 80
Top = 92
Width = 419
object RemoveCombobox: TComboBox
Align = alTop
AutoCompleteText = [cbactSearchAscending]
BorderSpacing.Around = 6
MaxLength = 0
ParentCtl3D = False
TabOrder = 0
Text = 'RemoveCombobox'
Left = 6
Height = 21
Top = 6
Width = 403
end
object SimpleSyntaxRemoveCheckbox: TCheckBox
Align = alTop
BorderSpacing.Around = 6
Caption = 'Simple syntax (e.g. * instead of .*)'
TabOrder = 1
Left = 6
Height = 24
Top = 33
Width = 403
end
end
object KeepGroupbox: TGroupBox
Align = alTop
AutoSize = True
BorderSpacing.Around = 6
Caption = 'Keep files matching filter:'
ClientHeight = 93
ClientWidth = 415
ParentCtl3D = False
TabOrder = 2
Left = 6
Height = 110
Top = 178
Width = 419
object KeepCombobox: TComboBox
Align = alTop
AutoCompleteText = [cbactSearchAscending]
BorderSpacing.Around = 6
MaxLength = 0
ParentCtl3D = False
TabOrder = 0
Text = 'KeepCombobox'
Left = 6
Height = 21
Top = 6
Width = 403
end
object SimpleSyntaxKeepCheckbox: TCheckBox
Align = alTop
BorderSpacing.Around = 6
Caption = 'Simple syntax (e.g. * instead of .*)'
TabOrder = 1
Left = 6
Height = 24
Top = 33
Width = 403
end
object KeepTextFilesCheckbox: TCheckBox
Align = alTop
BorderSpacing.Around = 6
Caption = 'Keep Text Files'
TabOrder = 2
Left = 6
Height = 24
Top = 63
Width = 403
end
end
object OkButton: TBitBtn
Anchors = [akRight, akBottom]
AutoSize = True
BorderSpacing.Around = 6
Caption = '&OK'
Default = True
Kind = bkOK
ModalResult = 1
NumGlyphs = 0
OnClick = OkButtonClick
TabOrder = 3
AnchorSideRight.Control = Owner
AnchorSideRight.Side = asrBottom
AnchorSideBottom.Control = Owner
AnchorSideBottom.Side = asrBottom
Left = 374
Height = 28
Top = 298
Width = 51
end
object CancelButton: TBitBtn
Anchors = [akRight, akBottom]
AutoSize = True
BorderSpacing.Around = 6
Cancel = True
Caption = 'Cancel'
Kind = bkCancel
ModalResult = 2
NumGlyphs = 0
TabOrder = 4
AnchorSideRight.Control = OkButton
AnchorSideBottom.Control = Owner
AnchorSideBottom.Side = asrBottom
Left = 295
Height = 28
Top = 298
Width = 73
end
end