mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-06-01 16:52:33 +02:00
157 lines
3.3 KiB
Plaintext
157 lines
3.3 KiB
Plaintext
object CleanDirectoryDialog: TCleanDirectoryDialog
|
|
Caption = 'Clean Directory'
|
|
ClientHeight = 345
|
|
ClientWidth = 502
|
|
OnCreate = CleanDirectoryDialogCreate
|
|
HorzScrollBar.Page = 503
|
|
VertScrollBar.Page = 346
|
|
Left = 316
|
|
Height = 345
|
|
Top = 212
|
|
Width = 502
|
|
object OkButton: TButton
|
|
Caption = 'Ok'
|
|
TabStop = True
|
|
TabOrder = 0
|
|
OnClick = OkButtonClick
|
|
Left = 128
|
|
Height = 25
|
|
Top = 312
|
|
Width = 97
|
|
end
|
|
object CancelButton: TButton
|
|
ModalResult = 2
|
|
Caption = 'Cancel'
|
|
TabStop = True
|
|
TabOrder = 1
|
|
Left = 269
|
|
Height = 25
|
|
Top = 312
|
|
Width = 97
|
|
end
|
|
object DirGroupbox: TGroupBox
|
|
Anchors = [AKTOP, AKLEFT, AKRIGHT]
|
|
Caption = 'Directory'
|
|
ClientHeight = 63
|
|
ClientWidth = 482
|
|
ParentColor = True
|
|
ParentCtl3D = False
|
|
TabOrder = 2
|
|
Left = 8
|
|
Height = 80
|
|
Top = 8
|
|
Width = 486
|
|
object DirCombobox: TComboBox
|
|
Anchors = [AKTOP, AKLEFT, AKRIGHT]
|
|
MaxLength = 0
|
|
ParentCtl3D = False
|
|
TabOrder = 0
|
|
TabStop = True
|
|
Text = 'DirCombobox'
|
|
Left = 6
|
|
Height = 25
|
|
Top = 9
|
|
Width = 468
|
|
end
|
|
object SubDirsCheckbox: TCheckBox
|
|
AllowGrayed = True
|
|
Anchors = [AKTOP, AKLEFT, AKRIGHT]
|
|
AutoSize = True
|
|
Caption = 'Clean sub directories'
|
|
DragCursor = 65524
|
|
TabOrder = 1
|
|
TabStop = True
|
|
Left = 6
|
|
Height = 20
|
|
Top = 39
|
|
Width = 468
|
|
end
|
|
end
|
|
object RemoveGroupbox: TGroupBox
|
|
Anchors = [AKTOP, AKLEFT, AKRIGHT]
|
|
Caption = 'Remove files matching filter:'
|
|
ClientHeight = 68
|
|
ClientWidth = 482
|
|
ParentColor = True
|
|
ParentCtl3D = False
|
|
TabOrder = 3
|
|
Left = 8
|
|
Height = 85
|
|
Top = 96
|
|
Width = 486
|
|
object RemoveCombobox: TComboBox
|
|
Anchors = [AKTOP, AKLEFT, AKRIGHT]
|
|
MaxLength = 0
|
|
ParentCtl3D = False
|
|
TabOrder = 0
|
|
TabStop = True
|
|
Text = 'RemoveCombobox'
|
|
Left = 6
|
|
Height = 25
|
|
Top = 8
|
|
Width = 468
|
|
end
|
|
object SimpleSyntaxRemoveCheckbox: TCheckBox
|
|
AllowGrayed = True
|
|
AutoSize = True
|
|
Caption = 'Simple syntax (e.g. * instead of .*)'
|
|
DragCursor = 65524
|
|
TabOrder = 1
|
|
TabStop = True
|
|
Left = 6
|
|
Height = 20
|
|
Top = 37
|
|
Width = 468
|
|
end
|
|
end
|
|
object KeepGroupbox: TGroupBox
|
|
Anchors = [AKTOP, AKLEFT, AKRIGHT]
|
|
Caption = 'Keep files matching filter:'
|
|
ClientHeight = 89
|
|
ClientWidth = 482
|
|
ParentColor = True
|
|
ParentCtl3D = False
|
|
TabOrder = 4
|
|
Left = 8
|
|
Height = 106
|
|
Top = 190
|
|
Width = 486
|
|
object KeepCombobox: TComboBox
|
|
Anchors = [AKTOP, AKLEFT, AKRIGHT]
|
|
MaxLength = 0
|
|
ParentCtl3D = False
|
|
TabOrder = 0
|
|
TabStop = True
|
|
Text = 'KeepCombobox'
|
|
Left = 6
|
|
Height = 25
|
|
Top = 8
|
|
Width = 468
|
|
end
|
|
object SimpleSyntaxKeepCheckbox: TCheckBox
|
|
AllowGrayed = True
|
|
AutoSize = True
|
|
Caption = 'Simple syntax (e.g. * instead of .*)'
|
|
DragCursor = 65524
|
|
TabOrder = 1
|
|
TabStop = True
|
|
Left = 6
|
|
Height = 20
|
|
Top = 35
|
|
Width = 468
|
|
end
|
|
object KeepTextFilesCheckbox: TCheckBox
|
|
AllowGrayed = True
|
|
AutoSize = True
|
|
Caption = 'Keep Text Files'
|
|
DragCursor = 65524
|
|
TabOrder = 2
|
|
TabStop = True
|
|
Left = 6
|
|
Height = 20
|
|
Top = 61
|
|
Width = 468
|
|
end
|
|
end
|
|
end
|