mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-21 11:39:55 +02:00
git-svn-id: trunk@7509 -
This commit is contained in:
parent
76838c6238
commit
e09bf2f62f
@ -1,33 +1,35 @@
|
||||
object BuildFileDialog: TBuildFileDialog
|
||||
ActiveControl = RunPage
|
||||
Caption = 'BuildFileDialog'
|
||||
ClientHeight = 344
|
||||
ClientWidth = 414
|
||||
KeyPreview = True
|
||||
OnCreate = BuildFileDialogCREATE
|
||||
OnKeyDown = BuildFileDialogKEYDOWN
|
||||
Position = POSCREENCENTER
|
||||
HorzScrollBar.Page = 415
|
||||
VertScrollBar.Page = 345
|
||||
PixelsPerInch = 96
|
||||
Position = poScreenCenter
|
||||
HorzScrollBar.Page = 413
|
||||
VertScrollBar.Page = 343
|
||||
Left = 336
|
||||
Height = 344
|
||||
Top = 221
|
||||
Width = 414
|
||||
object OkButton: TButton
|
||||
Anchors = [AKLEFT, AKBOTTOM]
|
||||
Anchors = [akLeft, akBottom]
|
||||
BorderSpacing.OnChange = nil
|
||||
Caption = 'Ok'
|
||||
TabStop = True
|
||||
TabOrder = 0
|
||||
OnClick = OkButtonCLICK
|
||||
TabOrder = 0
|
||||
Left = 106
|
||||
Height = 25
|
||||
Top = 310
|
||||
Width = 75
|
||||
end
|
||||
object CancelButton: TButton
|
||||
Anchors = [AKLEFT, AKBOTTOM]
|
||||
ModalResult = 2
|
||||
Anchors = [akLeft, akBottom]
|
||||
BorderSpacing.OnChange = nil
|
||||
Caption = 'Cancel'
|
||||
TabStop = True
|
||||
ModalResult = 2
|
||||
TabOrder = 1
|
||||
Left = 234
|
||||
Height = 25
|
||||
@ -35,22 +37,23 @@ object BuildFileDialog: TBuildFileDialog
|
||||
Width = 75
|
||||
end
|
||||
object Notebook1: TNotebook
|
||||
Align = ALTOP
|
||||
Anchors = [AKTOP, AKLEFT, AKRIGHT, AKBOTTOM]
|
||||
Align = alTop
|
||||
Anchors = [akTop, akLeft, akRight, akBottom]
|
||||
BorderSpacing.OnChange = nil
|
||||
PageIndex = 2
|
||||
Height = 304
|
||||
Width = 414
|
||||
object GeneralPage: TPage
|
||||
Caption = 'Options'
|
||||
ClientWidth = 410
|
||||
ClientHeight = 274
|
||||
Left = 2
|
||||
Height = 274
|
||||
Top = 28
|
||||
Width = 410
|
||||
ClientWidth = 406
|
||||
ClientHeight = 296
|
||||
Visible = False
|
||||
Height = 296
|
||||
Width = 406
|
||||
object WhenFileIsActiveGroupbox: TGroupBox
|
||||
BorderSpacing.OnChange = nil
|
||||
Caption = 'When this file is active in source editor ...'
|
||||
ClientHeight = 64
|
||||
ClientHeight = 63
|
||||
ClientWidth = 397
|
||||
ParentColor = True
|
||||
ParentCtl3D = False
|
||||
@ -60,24 +63,18 @@ object BuildFileDialog: TBuildFileDialog
|
||||
Top = 12
|
||||
Width = 401
|
||||
object OverrideBuildProjectCheckbox: TCheckBox
|
||||
AllowGrayed = True
|
||||
AutoSize = True
|
||||
BorderSpacing.OnChange = nil
|
||||
Caption = 'On build project execute the Build File command instead'
|
||||
DragCursor = 65524
|
||||
TabOrder = 0
|
||||
TabStop = True
|
||||
Left = 6
|
||||
Height = 20
|
||||
Top = 9
|
||||
Width = 384
|
||||
end
|
||||
object OverrideRunProjectCheckbox: TCheckBox
|
||||
AllowGrayed = True
|
||||
AutoSize = True
|
||||
BorderSpacing.OnChange = nil
|
||||
Caption = 'On run project execute the Run File command instead'
|
||||
DragCursor = 65524
|
||||
TabOrder = 1
|
||||
TabStop = True
|
||||
Left = 6
|
||||
Height = 20
|
||||
Top = 33
|
||||
@ -87,18 +84,18 @@ object BuildFileDialog: TBuildFileDialog
|
||||
end
|
||||
object BuildPage: TPage
|
||||
Caption = 'Build'
|
||||
ClientWidth = 410
|
||||
ClientHeight = 274
|
||||
ClientWidth = 406
|
||||
ClientHeight = 296
|
||||
OnResize = BuildPageRESIZE
|
||||
Left = 2
|
||||
Height = 274
|
||||
Top = 28
|
||||
Width = 410
|
||||
Visible = False
|
||||
Height = 296
|
||||
Width = 406
|
||||
object BuildCommandGroupbox: TGroupBox
|
||||
Anchors = [AKTOP, AKLEFT, AKRIGHT]
|
||||
Anchors = [akTop, akLeft, akRight]
|
||||
BorderSpacing.OnChange = nil
|
||||
Caption = 'Build Command'
|
||||
ClientHeight = 53
|
||||
ClientWidth = 398
|
||||
ClientHeight = 70
|
||||
ClientWidth = 402
|
||||
ParentColor = True
|
||||
ParentCtl3D = False
|
||||
TabOrder = 0
|
||||
@ -107,47 +104,41 @@ object BuildFileDialog: TBuildFileDialog
|
||||
Top = 52
|
||||
Width = 402
|
||||
object BuildCommandMemo: TMemo
|
||||
Align = ALCLIENT
|
||||
Align = alClient
|
||||
BorderSpacing.OnChange = nil
|
||||
Lines.Strings = (
|
||||
'CompileCommandMemo'
|
||||
)
|
||||
Tabstop = True
|
||||
TabStop = True
|
||||
TabOrder = 0
|
||||
Height = 53
|
||||
Width = 398
|
||||
end
|
||||
end
|
||||
object BuildScanForFPCMsgCheckbox: TCheckBox
|
||||
AllowGrayed = True
|
||||
Anchors = [AKTOP, AKLEFT, AKRIGHT]
|
||||
AutoSize = True
|
||||
Anchors = [akTop, akLeft, akRight]
|
||||
BorderSpacing.OnChange = nil
|
||||
Caption = 'Scan for FPC messages'
|
||||
DragCursor = 65524
|
||||
TabOrder = 1
|
||||
TabStop = True
|
||||
Left = 10
|
||||
Height = 20
|
||||
Top = 122
|
||||
Width = 388
|
||||
end
|
||||
object BuildScanForMakeMsgCheckbox: TCheckBox
|
||||
AllowGrayed = True
|
||||
Anchors = [AKTOP, AKLEFT, AKRIGHT]
|
||||
AutoSize = True
|
||||
Anchors = [akTop, akLeft, akRight]
|
||||
BorderSpacing.OnChange = nil
|
||||
Caption = 'Scan for Make messages'
|
||||
DragCursor = 65524
|
||||
TabOrder = 2
|
||||
TabStop = True
|
||||
Left = 10
|
||||
Height = 20
|
||||
Top = 146
|
||||
Width = 388
|
||||
end
|
||||
object BuildWorkingDirGroupbox: TGroupBox
|
||||
BorderSpacing.OnChange = nil
|
||||
Caption = 'Working directory (Leave empty for file path)'
|
||||
ClientHeight = 31
|
||||
ClientWidth = 398
|
||||
ClientHeight = 48
|
||||
ClientWidth = 402
|
||||
ParentColor = True
|
||||
ParentCtl3D = False
|
||||
TabOrder = 3
|
||||
@ -156,21 +147,21 @@ object BuildFileDialog: TBuildFileDialog
|
||||
Top = 4
|
||||
Width = 402
|
||||
object BuildWorkDirCombobox: TComboBox
|
||||
Anchors = [AKTOP, AKLEFT, AKRIGHT]
|
||||
Anchors = [akTop, akLeft, akRight]
|
||||
BorderSpacing.OnChange = nil
|
||||
MaxLength = 0
|
||||
ParentCtl3D = False
|
||||
TabOrder = 0
|
||||
TabStop = True
|
||||
Text = 'BuildWorkDirCombobox'
|
||||
Height = 25
|
||||
Width = 368
|
||||
end
|
||||
object BuildBrowseWorkDirButton: TButton
|
||||
Anchors = [AKTOP, AKRIGHT]
|
||||
Anchors = [akTop, akRight]
|
||||
BorderSpacing.OnChange = nil
|
||||
Caption = '...'
|
||||
TabStop = True
|
||||
TabOrder = 1
|
||||
OnClick = BuildBrowseWorkDirButtonCLICK
|
||||
TabOrder = 1
|
||||
Left = 368
|
||||
Height = 23
|
||||
Width = 24
|
||||
@ -179,82 +170,78 @@ object BuildFileDialog: TBuildFileDialog
|
||||
end
|
||||
object RunPage: TPage
|
||||
Caption = 'Run'
|
||||
ClientWidth = 410
|
||||
ClientHeight = 274
|
||||
ClientWidth = 406
|
||||
ClientHeight = 296
|
||||
OnResize = RunPageRESIZE
|
||||
Left = 2
|
||||
Height = 274
|
||||
Top = 28
|
||||
Width = 410
|
||||
Height = 296
|
||||
Width = 406
|
||||
object AlwaysCompileFirstCheckbox: TCheckBox
|
||||
AllowGrayed = True
|
||||
Anchors = [AKTOP, AKLEFT, AKRIGHT]
|
||||
AutoSize = True
|
||||
Anchors = [akTop, akLeft, akRight]
|
||||
BorderSpacing.OnChange = nil
|
||||
Caption = 'Always Build before Run'
|
||||
DragCursor = 65524
|
||||
TabOrder = 0
|
||||
TabStop = True
|
||||
Left = 10
|
||||
Height = 20
|
||||
Top = 4
|
||||
Width = 392
|
||||
Width = 388
|
||||
end
|
||||
object RunCommandGroupbox: TGroupBox
|
||||
Anchors = [AKTOP, AKLEFT, AKRIGHT]
|
||||
Anchors = [akTop, akLeft, akRight]
|
||||
BorderSpacing.OnChange = nil
|
||||
Caption = 'Run Command'
|
||||
ClientHeight = 53
|
||||
ClientWidth = 400
|
||||
ClientHeight = 52
|
||||
ClientWidth = 396
|
||||
ParentColor = True
|
||||
ParentCtl3D = False
|
||||
TabOrder = 1
|
||||
Left = 4
|
||||
Height = 70
|
||||
Top = 92
|
||||
Width = 404
|
||||
Width = 400
|
||||
object RunCommandMemo: TMemo
|
||||
Align = ALCLIENT
|
||||
Align = alClient
|
||||
BorderSpacing.OnChange = nil
|
||||
Lines.Strings = (
|
||||
'CompileCommandMemo'
|
||||
)
|
||||
Tabstop = True
|
||||
TabStop = True
|
||||
TabOrder = 0
|
||||
Height = 53
|
||||
Width = 400
|
||||
Height = 52
|
||||
Width = 396
|
||||
end
|
||||
end
|
||||
object RunWorkDirGroupbox: TGroupBox
|
||||
Anchors = [AKTOP, AKLEFT, AKRIGHT]
|
||||
Anchors = [akTop, akLeft, akRight]
|
||||
BorderSpacing.OnChange = nil
|
||||
Caption = 'Working Directory (Leave empty for file path)'
|
||||
ClientHeight = 32
|
||||
ClientWidth = 400
|
||||
ClientHeight = 31
|
||||
ClientWidth = 396
|
||||
ParentColor = True
|
||||
ParentCtl3D = False
|
||||
TabOrder = 2
|
||||
Left = 4
|
||||
Height = 49
|
||||
Top = 36
|
||||
Width = 404
|
||||
Width = 400
|
||||
object RunWorkDirCombobox: TComboBox
|
||||
Anchors = [AKTOP, AKLEFT, AKRIGHT]
|
||||
Anchors = [akTop, akLeft, akRight]
|
||||
BorderSpacing.OnChange = nil
|
||||
MaxLength = 0
|
||||
ParentCtl3D = False
|
||||
TabOrder = 0
|
||||
TabStop = True
|
||||
Text = 'RunWorkDirCombobox'
|
||||
Height = 25
|
||||
Width = 364
|
||||
Height = 21
|
||||
Width = 360
|
||||
end
|
||||
object RunBrowseWorkDirButton: TButton
|
||||
Anchors = [AKTOP, AKRIGHT]
|
||||
Anchors = [akTop, akRight]
|
||||
BorderSpacing.OnChange = nil
|
||||
Caption = '...'
|
||||
TabStop = True
|
||||
TabOrder = 1
|
||||
OnClick = BuildBrowseWorkDirButtonCLICK
|
||||
Left = 368
|
||||
TabOrder = 1
|
||||
Left = 364
|
||||
Height = 23
|
||||
Width = 27
|
||||
HelpType = HTKEYWORD
|
||||
HelpType = htKeyword
|
||||
end
|
||||
end
|
||||
end
|
||||
|
@ -1,77 +1,78 @@
|
||||
{ This is an automatically generated lazarus resource file }
|
||||
|
||||
LazarusResources.Add('TBuildFileDialog','FORMDATA',[
|
||||
'TPF0'#16'TBuildFileDialog'#15'BuildFileDialog'#7'Caption'#6#15'BuildFileDial'
|
||||
+'og'#12'ClientHeight'#3'X'#1#11'ClientWidth'#3#158#1#10'KeyPreview'#9#8'OnCr'
|
||||
+'eate'#7#21'BuildFileDialogCREATE'#9'OnKeyDown'#7#22'BuildFileDialogKEYDOWN'
|
||||
+#8'Position'#7#14'POSCREENCENTER'#18'HorzScrollBar.Page'#3#159#1#18'VertScro'
|
||||
+'llBar.Page'#3'Y'#1#4'Left'#3'P'#1#6'Height'#3'X'#1#3'Top'#3#221#0#5'Width'#3
|
||||
+#158#1#0#7'TButton'#8'OkButton'#7'Anchors'#11#6'AKLEFT'#8'AKBOTTOM'#0#7'Capt'
|
||||
+'ion'#6#2'Ok'#7'TabStop'#9#8'TabOrder'#2#0#7'OnClick'#7#13'OkButtonCLICK'#4
|
||||
+'Left'#2'j'#6'Height'#2#25#3'Top'#3'6'#1#5'Width'#2'K'#0#0#7'TButton'#12'Can'
|
||||
+'celButton'#7'Anchors'#11#6'AKLEFT'#8'AKBOTTOM'#0#11'ModalResult'#2#2#7'Capt'
|
||||
+'ion'#6#6'Cancel'#7'TabStop'#9#8'TabOrder'#2#1#4'Left'#3#234#0#6'Height'#2#25
|
||||
+#3'Top'#3'6'#1#5'Width'#2'K'#0#0#9'TNotebook'#9'Notebook1'#5'Align'#7#5'ALTO'
|
||||
+'P'#7'Anchors'#11#5'AKTOP'#6'AKLEFT'#7'AKRIGHT'#8'AKBOTTOM'#0#9'PageIndex'#2
|
||||
+#2#6'Height'#3'0'#1#5'Width'#3#158#1#0#5'TPage'#11'GeneralPage'#7'Caption'#6
|
||||
+#7'Options'#11'ClientWidth'#3#154#1#12'ClientHeight'#3#18#1#4'Left'#2#2#6'He'
|
||||
+'ight'#3#18#1#3'Top'#2#28#5'Width'#3#154#1#0#9'TGroupBox'#24'WhenFileIsActiv'
|
||||
+'eGroupbox'#7'Caption'#6'-When this file is active in source editor ...'#12
|
||||
+'ClientHeight'#2'@'#11'ClientWidth'#3#141#1#11'ParentColor'#9#11'ParentCtl3D'
|
||||
+#8#8'TabOrder'#2#0#4'Left'#2#6#6'Height'#2'Q'#3'Top'#2#12#5'Width'#3#145#1#0
|
||||
+#9'TCheckBox'#28'OverrideBuildProjectCheckbox'#11'AllowGrayed'#9#8'AutoSize'
|
||||
+#9#7'Caption'#6'7On build project execute the Build File command instead'#10
|
||||
+'DragCursor'#4#244#255#0#0#8'TabOrder'#2#0#7'TabStop'#9#4'Left'#2#6#6'Height'
|
||||
+#2#20#3'Top'#2#9#5'Width'#3#128#1#0#0#9'TCheckBox'#26'OverrideRunProjectChec'
|
||||
+'kbox'#11'AllowGrayed'#9#8'AutoSize'#9#7'Caption'#6'3On run project execute '
|
||||
+'the Run File command instead'#10'DragCursor'#4#244#255#0#0#8'TabOrder'#2#1#7
|
||||
+'TabStop'#9#4'Left'#2#6#6'Height'#2#20#3'Top'#2'!'#5'Width'#3#128#1#0#0#0#0#5
|
||||
+'TPage'#9'BuildPage'#7'Caption'#6#5'Build'#11'ClientWidth'#3#154#1#12'Client'
|
||||
+'Height'#3#18#1#8'OnResize'#7#15'BuildPageRESIZE'#4'Left'#2#2#6'Height'#3#18
|
||||
+#1#3'Top'#2#28#5'Width'#3#154#1#0#9'TGroupBox'#20'BuildCommandGroupbox'#7'An'
|
||||
+'chors'#11#5'AKTOP'#6'AKLEFT'#7'AKRIGHT'#0#7'Caption'#6#13'Build Command'#12
|
||||
+'ClientHeight'#2'5'#11'ClientWidth'#3#142#1#11'ParentColor'#9#11'ParentCtl3D'
|
||||
+#8#8'TabOrder'#2#0#4'Left'#2#4#6'Height'#2'F'#3'Top'#2'4'#5'Width'#3#146#1#0
|
||||
+#5'TMemo'#16'BuildCommandMemo'#5'Align'#7#8'ALCLIENT'#13'Lines.Strings'#1#6
|
||||
+#18'CompileCommandMemo'#0#7'Tabstop'#9#7'TabStop'#9#8'TabOrder'#2#0#6'Height'
|
||||
+#2'5'#5'Width'#3#142#1#0#0#0#9'TCheckBox'#26'BuildScanForFPCMsgCheckbox'#11
|
||||
+'AllowGrayed'#9#7'Anchors'#11#5'AKTOP'#6'AKLEFT'#7'AKRIGHT'#0#8'AutoSize'#9#7
|
||||
+'Caption'#6#21'Scan for FPC messages'#10'DragCursor'#4#244#255#0#0#8'TabOrde'
|
||||
+'r'#2#1#7'TabStop'#9#4'Left'#2#10#6'Height'#2#20#3'Top'#2'z'#5'Width'#3#132#1
|
||||
+#0#0#9'TCheckBox'#27'BuildScanForMakeMsgCheckbox'#11'AllowGrayed'#9#7'Anchor'
|
||||
+'s'#11#5'AKTOP'#6'AKLEFT'#7'AKRIGHT'#0#8'AutoSize'#9#7'Caption'#6#22'Scan fo'
|
||||
+'r Make messages'#10'DragCursor'#4#244#255#0#0#8'TabOrder'#2#2#7'TabStop'#9#4
|
||||
+'Left'#2#10#6'Height'#2#20#3'Top'#3#146#0#5'Width'#3#132#1#0#0#9'TGroupBox'
|
||||
+#23'BuildWorkingDirGroupbox'#7'Caption'#6'-Working directory (Leave empty fo'
|
||||
+'r file path)'#12'ClientHeight'#2#31#11'ClientWidth'#3#142#1#11'ParentColor'
|
||||
+#9#11'ParentCtl3D'#8#8'TabOrder'#2#3#4'Left'#2#4#6'Height'#2'0'#3'Top'#2#4#5
|
||||
+'Width'#3#146#1#0#9'TComboBox'#20'BuildWorkDirCombobox'#7'Anchors'#11#5'AKTO'
|
||||
+'P'#6'AKLEFT'#7'AKRIGHT'#0#9'MaxLength'#2#0#11'ParentCtl3D'#8#8'TabOrder'#2#0
|
||||
+#7'TabStop'#9#4'Text'#6#20'BuildWorkDirCombobox'#6'Height'#2#25#5'Width'#3'p'
|
||||
+#1#0#0#7'TButton'#24'BuildBrowseWorkDirButton'#7'Anchors'#11#5'AKTOP'#7'AKRI'
|
||||
+'GHT'#0#7'Caption'#6#3'...'#7'TabStop'#9#8'TabOrder'#2#1#7'OnClick'#7#29'Bui'
|
||||
+'ldBrowseWorkDirButtonCLICK'#4'Left'#3'p'#1#6'Height'#2#23#5'Width'#2#24#0#0
|
||||
+#0#0#5'TPage'#7'RunPage'#7'Caption'#6#3'Run'#11'ClientWidth'#3#154#1#12'Clie'
|
||||
+'ntHeight'#3#18#1#8'OnResize'#7#13'RunPageRESIZE'#4'Left'#2#2#6'Height'#3#18
|
||||
+#1#3'Top'#2#28#5'Width'#3#154#1#0#9'TCheckBox'#26'AlwaysCompileFirstCheckbox'
|
||||
+#11'AllowGrayed'#9#7'Anchors'#11#5'AKTOP'#6'AKLEFT'#7'AKRIGHT'#0#8'AutoSize'
|
||||
+#9#7'Caption'#6#23'Always Build before Run'#10'DragCursor'#4#244#255#0#0#8'T'
|
||||
+'abOrder'#2#0#7'TabStop'#9#4'Left'#2#10#6'Height'#2#20#3'Top'#2#4#5'Width'#3
|
||||
+#136#1#0#0#9'TGroupBox'#18'RunCommandGroupbox'#7'Anchors'#11#5'AKTOP'#6'AKLE'
|
||||
+'FT'#7'AKRIGHT'#0#7'Caption'#6#11'Run Command'#12'ClientHeight'#2'5'#11'Clie'
|
||||
+'ntWidth'#3#144#1#11'ParentColor'#9#11'ParentCtl3D'#8#8'TabOrder'#2#1#4'Left'
|
||||
+#2#4#6'Height'#2'F'#3'Top'#2'\'#5'Width'#3#148#1#0#5'TMemo'#14'RunCommandMem'
|
||||
+'o'#5'Align'#7#8'ALCLIENT'#13'Lines.Strings'#1#6#18'CompileCommandMemo'#0#7
|
||||
+'Tabstop'#9#7'TabStop'#9#8'TabOrder'#2#0#6'Height'#2'5'#5'Width'#3#144#1#0#0
|
||||
+#0#9'TGroupBox'#18'RunWorkDirGroupbox'#7'Anchors'#11#5'AKTOP'#6'AKLEFT'#7'AK'
|
||||
+'RIGHT'#0#7'Caption'#6'-Working Directory (Leave empty for file path)'#12'Cl'
|
||||
,'ientHeight'#2' '#11'ClientWidth'#3#144#1#11'ParentColor'#9#11'ParentCtl3D'#8
|
||||
+#8'TabOrder'#2#2#4'Left'#2#4#6'Height'#2'1'#3'Top'#2'$'#5'Width'#3#148#1#0#9
|
||||
+'TComboBox'#18'RunWorkDirCombobox'#7'Anchors'#11#5'AKTOP'#6'AKLEFT'#7'AKRIGH'
|
||||
+'T'#0#9'MaxLength'#2#0#11'ParentCtl3D'#8#8'TabOrder'#2#0#7'TabStop'#9#4'Text'
|
||||
+#6#18'RunWorkDirCombobox'#6'Height'#2#25#5'Width'#3'l'#1#0#0#7'TButton'#22'R'
|
||||
+'unBrowseWorkDirButton'#7'Anchors'#11#5'AKTOP'#7'AKRIGHT'#0#7'Caption'#6#3'.'
|
||||
+'..'#7'TabStop'#9#8'TabOrder'#2#1#7'OnClick'#7#29'BuildBrowseWorkDirButtonCL'
|
||||
+'ICK'#4'Left'#3'p'#1#6'Height'#2#23#5'Width'#2#27#8'HelpType'#7#9'HTKEYWORD'
|
||||
+#0#0#0#0#0#0
|
||||
'TPF0'#16'TBuildFileDialog'#15'BuildFileDialog'#13'ActiveControl'#7#7'RunPage'
|
||||
+#7'Caption'#6#15'BuildFileDialog'#12'ClientHeight'#3'X'#1#11'ClientWidth'#3
|
||||
+#158#1#10'KeyPreview'#9#8'OnCreate'#7#21'BuildFileDialogCREATE'#9'OnKeyDown'
|
||||
+#7#22'BuildFileDialogKEYDOWN'#13'PixelsPerInch'#2'`'#8'Position'#7#14'poScre'
|
||||
+'enCenter'#18'HorzScrollBar.Page'#3#157#1#18'VertScrollBar.Page'#3'W'#1#4'Le'
|
||||
+'ft'#3'P'#1#6'Height'#3'X'#1#3'Top'#3#221#0#5'Width'#3#158#1#0#7'TButton'#8
|
||||
+'OkButton'#7'Anchors'#11#6'akLeft'#8'akBottom'#0#22'BorderSpacing.OnChange'
|
||||
+#13#7'Caption'#6#2'Ok'#7'OnClick'#7#13'OkButtonCLICK'#8'TabOrder'#2#0#4'Left'
|
||||
+#2'j'#6'Height'#2#25#3'Top'#3'6'#1#5'Width'#2'K'#0#0#7'TButton'#12'CancelBut'
|
||||
+'ton'#7'Anchors'#11#6'akLeft'#8'akBottom'#0#22'BorderSpacing.OnChange'#13#7
|
||||
+'Caption'#6#6'Cancel'#11'ModalResult'#2#2#8'TabOrder'#2#1#4'Left'#3#234#0#6
|
||||
+'Height'#2#25#3'Top'#3'6'#1#5'Width'#2'K'#0#0#9'TNotebook'#9'Notebook1'#5'Al'
|
||||
+'ign'#7#5'alTop'#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#8'akBottom'#0#22
|
||||
+'BorderSpacing.OnChange'#13#9'PageIndex'#2#2#6'Height'#3'0'#1#5'Width'#3#158
|
||||
+#1#0#5'TPage'#11'GeneralPage'#7'Caption'#6#7'Options'#11'ClientWidth'#3#150#1
|
||||
+#12'ClientHeight'#3'('#1#7'Visible'#8#6'Height'#3'('#1#5'Width'#3#150#1#0#9
|
||||
+'TGroupBox'#24'WhenFileIsActiveGroupbox'#22'BorderSpacing.OnChange'#13#7'Cap'
|
||||
+'tion'#6'-When this file is active in source editor ...'#12'ClientHeight'#2
|
||||
+'?'#11'ClientWidth'#3#141#1#11'ParentColor'#9#11'ParentCtl3D'#8#8'TabOrder'#2
|
||||
+#0#4'Left'#2#6#6'Height'#2'Q'#3'Top'#2#12#5'Width'#3#145#1#0#9'TCheckBox'#28
|
||||
+'OverrideBuildProjectCheckbox'#22'BorderSpacing.OnChange'#13#7'Caption'#6'7O'
|
||||
+'n build project execute the Build File command instead'#8'TabOrder'#2#0#4'L'
|
||||
+'eft'#2#6#6'Height'#2#20#3'Top'#2#9#5'Width'#3#128#1#0#0#9'TCheckBox'#26'Ove'
|
||||
+'rrideRunProjectCheckbox'#22'BorderSpacing.OnChange'#13#7'Caption'#6'3On run'
|
||||
+' project execute the Run File command instead'#8'TabOrder'#2#1#4'Left'#2#6#6
|
||||
+'Height'#2#20#3'Top'#2'!'#5'Width'#3#128#1#0#0#0#0#5'TPage'#9'BuildPage'#7'C'
|
||||
+'aption'#6#5'Build'#11'ClientWidth'#3#150#1#12'ClientHeight'#3'('#1#8'OnResi'
|
||||
+'ze'#7#15'BuildPageRESIZE'#7'Visible'#8#6'Height'#3'('#1#5'Width'#3#150#1#0#9
|
||||
+'TGroupBox'#20'BuildCommandGroupbox'#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRi'
|
||||
+'ght'#0#22'BorderSpacing.OnChange'#13#7'Caption'#6#13'Build Command'#12'Clie'
|
||||
+'ntHeight'#2'F'#11'ClientWidth'#3#146#1#11'ParentColor'#9#11'ParentCtl3D'#8#8
|
||||
+'TabOrder'#2#0#4'Left'#2#4#6'Height'#2'F'#3'Top'#2'4'#5'Width'#3#146#1#0#5'T'
|
||||
+'Memo'#16'BuildCommandMemo'#5'Align'#7#8'alClient'#22'BorderSpacing.OnChange'
|
||||
+#13#13'Lines.Strings'#1#6#18'CompileCommandMemo'#0#8'TabOrder'#2#0#6'Height'
|
||||
+#2'5'#5'Width'#3#142#1#0#0#0#9'TCheckBox'#26'BuildScanForFPCMsgCheckbox'#7'A'
|
||||
+'nchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#22'BorderSpacing.OnChange'#13#7
|
||||
+'Caption'#6#21'Scan for FPC messages'#8'TabOrder'#2#1#4'Left'#2#10#6'Height'
|
||||
+#2#20#3'Top'#2'z'#5'Width'#3#132#1#0#0#9'TCheckBox'#27'BuildScanForMakeMsgCh'
|
||||
+'eckbox'#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#22'BorderSpacing.OnCh'
|
||||
+'ange'#13#7'Caption'#6#22'Scan for Make messages'#8'TabOrder'#2#2#4'Left'#2
|
||||
+#10#6'Height'#2#20#3'Top'#3#146#0#5'Width'#3#132#1#0#0#9'TGroupBox'#23'Build'
|
||||
+'WorkingDirGroupbox'#22'BorderSpacing.OnChange'#13#7'Caption'#6'-Working dir'
|
||||
+'ectory (Leave empty for file path)'#12'ClientHeight'#2'0'#11'ClientWidth'#3
|
||||
+#146#1#11'ParentColor'#9#11'ParentCtl3D'#8#8'TabOrder'#2#3#4'Left'#2#4#6'Hei'
|
||||
+'ght'#2'0'#3'Top'#2#4#5'Width'#3#146#1#0#9'TComboBox'#20'BuildWorkDirCombobo'
|
||||
+'x'#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#22'BorderSpacing.OnChange'
|
||||
+#13#9'MaxLength'#2#0#11'ParentCtl3D'#8#8'TabOrder'#2#0#4'Text'#6#20'BuildWor'
|
||||
+'kDirCombobox'#6'Height'#2#25#5'Width'#3'p'#1#0#0#7'TButton'#24'BuildBrowseW'
|
||||
+'orkDirButton'#7'Anchors'#11#5'akTop'#7'akRight'#0#22'BorderSpacing.OnChange'
|
||||
+#13#7'Caption'#6#3'...'#7'OnClick'#7#29'BuildBrowseWorkDirButtonCLICK'#8'Tab'
|
||||
+'Order'#2#1#4'Left'#3'p'#1#6'Height'#2#23#5'Width'#2#24#0#0#0#0#5'TPage'#7'R'
|
||||
+'unPage'#7'Caption'#6#3'Run'#11'ClientWidth'#3#150#1#12'ClientHeight'#3'('#1
|
||||
+#8'OnResize'#7#13'RunPageRESIZE'#6'Height'#3'('#1#5'Width'#3#150#1#0#9'TChec'
|
||||
+'kBox'#26'AlwaysCompileFirstCheckbox'#7'Anchors'#11#5'akTop'#6'akLeft'#7'akR'
|
||||
+'ight'#0#22'BorderSpacing.OnChange'#13#7'Caption'#6#23'Always Build before R'
|
||||
+'un'#8'TabOrder'#2#0#4'Left'#2#10#6'Height'#2#20#3'Top'#2#4#5'Width'#3#132#1
|
||||
+#0#0#9'TGroupBox'#18'RunCommandGroupbox'#7'Anchors'#11#5'akTop'#6'akLeft'#7
|
||||
+'akRight'#0#22'BorderSpacing.OnChange'#13#7'Caption'#6#11'Run Command'#12'Cl'
|
||||
+'ientHeight'#2'4'#11'ClientWidth'#3#140#1#11'ParentColor'#9#11'ParentCtl3D'#8
|
||||
+#8'TabOrder'#2#1#4'Left'#2#4#6'Height'#2'F'#3'Top'#2'\'#5'Width'#3#144#1#0#5
|
||||
+'TMemo'#14'RunCommandMemo'#5'Align'#7#8'alClient'#22'BorderSpacing.OnChange'
|
||||
+#13#13'Lines.Strings'#1#6#18'CompileCommandMemo'#0#8'TabOrder'#2#0#6'Height'
|
||||
+#2'4'#5'Width'#3#140#1#0#0#0#9'TGroupBox'#18'RunWorkDirGroupbox'#7'Anchors'
|
||||
+#11#5'akTop'#6'akLeft'#7'akRight'#0#22'BorderSpacing.OnChange'#13#7'Caption'
|
||||
,#6'-Working Directory (Leave empty for file path)'#12'ClientHeight'#2#31#11
|
||||
+'ClientWidth'#3#140#1#11'ParentColor'#9#11'ParentCtl3D'#8#8'TabOrder'#2#2#4
|
||||
+'Left'#2#4#6'Height'#2'1'#3'Top'#2'$'#5'Width'#3#144#1#0#9'TComboBox'#18'Run'
|
||||
+'WorkDirCombobox'#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#22'BorderSpa'
|
||||
+'cing.OnChange'#13#9'MaxLength'#2#0#11'ParentCtl3D'#8#8'TabOrder'#2#0#4'Text'
|
||||
+#6#18'RunWorkDirCombobox'#6'Height'#2#21#5'Width'#3'h'#1#0#0#7'TButton'#22'R'
|
||||
+'unBrowseWorkDirButton'#7'Anchors'#11#5'akTop'#7'akRight'#0#22'BorderSpacing'
|
||||
+'.OnChange'#13#7'Caption'#6#3'...'#7'OnClick'#7#29'BuildBrowseWorkDirButtonC'
|
||||
+'LICK'#8'TabOrder'#2#1#4'Left'#3'l'#1#6'Height'#2#23#5'Width'#2#27#8'HelpTyp'
|
||||
+'e'#7#9'htKeyword'#0#0#0#0#0#0
|
||||
]);
|
||||
|
@ -3,26 +3,27 @@ object CleanDirectoryDialog: TCleanDirectoryDialog
|
||||
ClientHeight = 345
|
||||
ClientWidth = 502
|
||||
OnCreate = CleanDirectoryDialogCreate
|
||||
HorzScrollBar.Page = 503
|
||||
VertScrollBar.Page = 346
|
||||
PixelsPerInch = 96
|
||||
HorzScrollBar.Page = 501
|
||||
VertScrollBar.Page = 344
|
||||
Left = 316
|
||||
Height = 345
|
||||
Top = 212
|
||||
Width = 502
|
||||
object OkButton: TButton
|
||||
BorderSpacing.OnChange = nil
|
||||
Caption = 'Ok'
|
||||
TabStop = True
|
||||
TabOrder = 0
|
||||
OnClick = OkButtonClick
|
||||
TabOrder = 0
|
||||
Left = 128
|
||||
Height = 25
|
||||
Top = 312
|
||||
Width = 97
|
||||
end
|
||||
object CancelButton: TButton
|
||||
ModalResult = 2
|
||||
BorderSpacing.OnChange = nil
|
||||
Caption = 'Cancel'
|
||||
TabStop = True
|
||||
ModalResult = 2
|
||||
TabOrder = 1
|
||||
Left = 269
|
||||
Height = 25
|
||||
@ -30,9 +31,10 @@ object CleanDirectoryDialog: TCleanDirectoryDialog
|
||||
Width = 97
|
||||
end
|
||||
object DirGroupbox: TGroupBox
|
||||
Anchors = [AKTOP, AKLEFT, AKRIGHT]
|
||||
Anchors = [akTop, akLeft, akRight]
|
||||
BorderSpacing.OnChange = nil
|
||||
Caption = 'Directory'
|
||||
ClientHeight = 63
|
||||
ClientHeight = 62
|
||||
ClientWidth = 482
|
||||
ParentColor = True
|
||||
ParentCtl3D = False
|
||||
@ -42,25 +44,22 @@ object CleanDirectoryDialog: TCleanDirectoryDialog
|
||||
Top = 8
|
||||
Width = 486
|
||||
object DirCombobox: TComboBox
|
||||
Anchors = [AKTOP, AKLEFT, AKRIGHT]
|
||||
Anchors = [akTop, akLeft, akRight]
|
||||
BorderSpacing.OnChange = nil
|
||||
MaxLength = 0
|
||||
ParentCtl3D = False
|
||||
TabOrder = 0
|
||||
TabStop = True
|
||||
Text = 'DirCombobox'
|
||||
Left = 6
|
||||
Height = 25
|
||||
Height = 21
|
||||
Top = 9
|
||||
Width = 468
|
||||
end
|
||||
object SubDirsCheckbox: TCheckBox
|
||||
AllowGrayed = True
|
||||
Anchors = [AKTOP, AKLEFT, AKRIGHT]
|
||||
AutoSize = True
|
||||
Anchors = [akTop, akLeft, akRight]
|
||||
BorderSpacing.OnChange = nil
|
||||
Caption = 'Clean sub directories'
|
||||
DragCursor = 65524
|
||||
TabOrder = 1
|
||||
TabStop = True
|
||||
Left = 6
|
||||
Height = 20
|
||||
Top = 39
|
||||
@ -68,9 +67,10 @@ object CleanDirectoryDialog: TCleanDirectoryDialog
|
||||
end
|
||||
end
|
||||
object RemoveGroupbox: TGroupBox
|
||||
Anchors = [AKTOP, AKLEFT, AKRIGHT]
|
||||
Anchors = [akTop, akLeft, akRight]
|
||||
BorderSpacing.OnChange = nil
|
||||
Caption = 'Remove files matching filter:'
|
||||
ClientHeight = 68
|
||||
ClientHeight = 67
|
||||
ClientWidth = 482
|
||||
ParentColor = True
|
||||
ParentCtl3D = False
|
||||
@ -80,24 +80,21 @@ object CleanDirectoryDialog: TCleanDirectoryDialog
|
||||
Top = 96
|
||||
Width = 486
|
||||
object RemoveCombobox: TComboBox
|
||||
Anchors = [AKTOP, AKLEFT, AKRIGHT]
|
||||
Anchors = [akTop, akLeft, akRight]
|
||||
BorderSpacing.OnChange = nil
|
||||
MaxLength = 0
|
||||
ParentCtl3D = False
|
||||
TabOrder = 0
|
||||
TabStop = True
|
||||
Text = 'RemoveCombobox'
|
||||
Left = 6
|
||||
Height = 25
|
||||
Height = 21
|
||||
Top = 8
|
||||
Width = 468
|
||||
end
|
||||
object SimpleSyntaxRemoveCheckbox: TCheckBox
|
||||
AllowGrayed = True
|
||||
AutoSize = True
|
||||
BorderSpacing.OnChange = nil
|
||||
Caption = 'Simple syntax (e.g. * instead of .*)'
|
||||
DragCursor = 65524
|
||||
TabOrder = 1
|
||||
TabStop = True
|
||||
Left = 6
|
||||
Height = 20
|
||||
Top = 37
|
||||
@ -105,9 +102,10 @@ object CleanDirectoryDialog: TCleanDirectoryDialog
|
||||
end
|
||||
end
|
||||
object KeepGroupbox: TGroupBox
|
||||
Anchors = [AKTOP, AKLEFT, AKRIGHT]
|
||||
Anchors = [akTop, akLeft, akRight]
|
||||
BorderSpacing.OnChange = nil
|
||||
Caption = 'Keep files matching filter:'
|
||||
ClientHeight = 89
|
||||
ClientHeight = 88
|
||||
ClientWidth = 482
|
||||
ParentColor = True
|
||||
ParentCtl3D = False
|
||||
@ -117,36 +115,30 @@ object CleanDirectoryDialog: TCleanDirectoryDialog
|
||||
Top = 190
|
||||
Width = 486
|
||||
object KeepCombobox: TComboBox
|
||||
Anchors = [AKTOP, AKLEFT, AKRIGHT]
|
||||
Anchors = [akTop, akLeft, akRight]
|
||||
BorderSpacing.OnChange = nil
|
||||
MaxLength = 0
|
||||
ParentCtl3D = False
|
||||
TabOrder = 0
|
||||
TabStop = True
|
||||
Text = 'KeepCombobox'
|
||||
Left = 6
|
||||
Height = 25
|
||||
Height = 21
|
||||
Top = 8
|
||||
Width = 468
|
||||
end
|
||||
object SimpleSyntaxKeepCheckbox: TCheckBox
|
||||
AllowGrayed = True
|
||||
AutoSize = True
|
||||
BorderSpacing.OnChange = nil
|
||||
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
|
||||
BorderSpacing.OnChange = nil
|
||||
Caption = 'Keep Text Files'
|
||||
DragCursor = 65524
|
||||
TabOrder = 2
|
||||
TabStop = True
|
||||
Left = 6
|
||||
Height = 20
|
||||
Top = 61
|
||||
|
@ -3,44 +3,44 @@
|
||||
LazarusResources.Add('TCleanDirectoryDialog','FORMDATA',[
|
||||
'TPF0'#21'TCleanDirectoryDialog'#20'CleanDirectoryDialog'#7'Caption'#6#15'Cle'
|
||||
+'an Directory'#12'ClientHeight'#3'Y'#1#11'ClientWidth'#3#246#1#8'OnCreate'#7
|
||||
+#26'CleanDirectoryDialogCreate'#18'HorzScrollBar.Page'#3#247#1#18'VertScroll'
|
||||
+'Bar.Page'#3'Z'#1#4'Left'#3'<'#1#6'Height'#3'Y'#1#3'Top'#3#212#0#5'Width'#3
|
||||
+#246#1#0#7'TButton'#8'OkButton'#7'Caption'#6#2'Ok'#7'TabStop'#9#8'TabOrder'#2
|
||||
+#0#7'OnClick'#7#13'OkButtonClick'#4'Left'#3#128#0#6'Height'#2#25#3'Top'#3'8'
|
||||
+#1#5'Width'#2'a'#0#0#7'TButton'#12'CancelButton'#11'ModalResult'#2#2#7'Capti'
|
||||
+'on'#6#6'Cancel'#7'TabStop'#9#8'TabOrder'#2#1#4'Left'#3#13#1#6'Height'#2#25#3
|
||||
+'Top'#3'8'#1#5'Width'#2'a'#0#0#9'TGroupBox'#11'DirGroupbox'#7'Anchors'#11#5
|
||||
+'AKTOP'#6'AKLEFT'#7'AKRIGHT'#0#7'Caption'#6#9'Directory'#12'ClientHeight'#2
|
||||
+'?'#11'ClientWidth'#3#226#1#11'ParentColor'#9#11'ParentCtl3D'#8#8'TabOrder'#2
|
||||
+#2#4'Left'#2#8#6'Height'#2'P'#3'Top'#2#8#5'Width'#3#230#1#0#9'TComboBox'#11
|
||||
+'DirCombobox'#7'Anchors'#11#5'AKTOP'#6'AKLEFT'#7'AKRIGHT'#0#9'MaxLength'#2#0
|
||||
+#11'ParentCtl3D'#8#8'TabOrder'#2#0#7'TabStop'#9#4'Text'#6#11'DirCombobox'#4
|
||||
+'Left'#2#6#6'Height'#2#25#3'Top'#2#9#5'Width'#3#212#1#0#0#9'TCheckBox'#15'Su'
|
||||
+'bDirsCheckbox'#11'AllowGrayed'#9#7'Anchors'#11#5'AKTOP'#6'AKLEFT'#7'AKRIGHT'
|
||||
+#0#8'AutoSize'#9#7'Caption'#6#21'Clean sub directories'#10'DragCursor'#4#244
|
||||
+#255#0#0#8'TabOrder'#2#1#7'TabStop'#9#4'Left'#2#6#6'Height'#2#20#3'Top'#2''''
|
||||
+#5'Width'#3#212#1#0#0#0#9'TGroupBox'#14'RemoveGroupbox'#7'Anchors'#11#5'AKTO'
|
||||
+'P'#6'AKLEFT'#7'AKRIGHT'#0#7'Caption'#6#29'Remove files matching filter:'#12
|
||||
+'ClientHeight'#2'D'#11'ClientWidth'#3#226#1#11'ParentColor'#9#11'ParentCtl3D'
|
||||
+#8#8'TabOrder'#2#3#4'Left'#2#8#6'Height'#2'U'#3'Top'#2'`'#5'Width'#3#230#1#0
|
||||
+#9'TComboBox'#14'RemoveCombobox'#7'Anchors'#11#5'AKTOP'#6'AKLEFT'#7'AKRIGHT'
|
||||
+#0#9'MaxLength'#2#0#11'ParentCtl3D'#8#8'TabOrder'#2#0#7'TabStop'#9#4'Text'#6
|
||||
+#14'RemoveCombobox'#4'Left'#2#6#6'Height'#2#25#3'Top'#2#8#5'Width'#3#212#1#0
|
||||
+#0#9'TCheckBox'#26'SimpleSyntaxRemoveCheckbox'#11'AllowGrayed'#9#8'AutoSize'
|
||||
+#9#7'Caption'#6'$Simple syntax (e.g. * instead of .*)'#10'DragCursor'#4#244
|
||||
+#255#0#0#8'TabOrder'#2#1#7'TabStop'#9#4'Left'#2#6#6'Height'#2#20#3'Top'#2'%'
|
||||
+#5'Width'#3#212#1#0#0#0#9'TGroupBox'#12'KeepGroupbox'#7'Anchors'#11#5'AKTOP'
|
||||
+#6'AKLEFT'#7'AKRIGHT'#0#7'Caption'#6#27'Keep files matching filter:'#12'Clie'
|
||||
+'ntHeight'#2'Y'#11'ClientWidth'#3#226#1#11'ParentColor'#9#11'ParentCtl3D'#8#8
|
||||
+'TabOrder'#2#4#4'Left'#2#8#6'Height'#2'j'#3'Top'#3#190#0#5'Width'#3#230#1#0#9
|
||||
+'TComboBox'#12'KeepCombobox'#7'Anchors'#11#5'AKTOP'#6'AKLEFT'#7'AKRIGHT'#0#9
|
||||
+'MaxLength'#2#0#11'ParentCtl3D'#8#8'TabOrder'#2#0#7'TabStop'#9#4'Text'#6#12
|
||||
+'KeepCombobox'#4'Left'#2#6#6'Height'#2#25#3'Top'#2#8#5'Width'#3#212#1#0#0#9
|
||||
+'TCheckBox'#24'SimpleSyntaxKeepCheckbox'#11'AllowGrayed'#9#8'AutoSize'#9#7'C'
|
||||
+'aption'#6'$Simple syntax (e.g. * instead of .*)'#10'DragCursor'#4#244#255#0
|
||||
+#0#8'TabOrder'#2#1#7'TabStop'#9#4'Left'#2#6#6'Height'#2#20#3'Top'#2'#'#5'Wid'
|
||||
+'th'#3#212#1#0#0#9'TCheckBox'#21'KeepTextFilesCheckbox'#11'AllowGrayed'#9#8
|
||||
+'AutoSize'#9#7'Caption'#6#15'Keep Text Files'#10'DragCursor'#4#244#255#0#0#8
|
||||
+'TabOrder'#2#2#7'TabStop'#9#4'Left'#2#6#6'Height'#2#20#3'Top'#2'='#5'Width'#3
|
||||
+#212#1#0#0#0#0
|
||||
+#26'CleanDirectoryDialogCreate'#13'PixelsPerInch'#2'`'#18'HorzScrollBar.Page'
|
||||
+#3#245#1#18'VertScrollBar.Page'#3'X'#1#4'Left'#3'<'#1#6'Height'#3'Y'#1#3'Top'
|
||||
+#3#212#0#5'Width'#3#246#1#0#7'TButton'#8'OkButton'#22'BorderSpacing.OnChange'
|
||||
+#13#7'Caption'#6#2'Ok'#7'OnClick'#7#13'OkButtonClick'#8'TabOrder'#2#0#4'Left'
|
||||
+#3#128#0#6'Height'#2#25#3'Top'#3'8'#1#5'Width'#2'a'#0#0#7'TButton'#12'Cancel'
|
||||
+'Button'#22'BorderSpacing.OnChange'#13#7'Caption'#6#6'Cancel'#11'ModalResult'
|
||||
+#2#2#8'TabOrder'#2#1#4'Left'#3#13#1#6'Height'#2#25#3'Top'#3'8'#1#5'Width'#2
|
||||
+'a'#0#0#9'TGroupBox'#11'DirGroupbox'#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRi'
|
||||
+'ght'#0#22'BorderSpacing.OnChange'#13#7'Caption'#6#9'Directory'#12'ClientHei'
|
||||
+'ght'#2'>'#11'ClientWidth'#3#226#1#11'ParentColor'#9#11'ParentCtl3D'#8#8'Tab'
|
||||
+'Order'#2#2#4'Left'#2#8#6'Height'#2'P'#3'Top'#2#8#5'Width'#3#230#1#0#9'TComb'
|
||||
+'oBox'#11'DirCombobox'#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#22'Bord'
|
||||
+'erSpacing.OnChange'#13#9'MaxLength'#2#0#11'ParentCtl3D'#8#8'TabOrder'#2#0#4
|
||||
+'Text'#6#11'DirCombobox'#4'Left'#2#6#6'Height'#2#21#3'Top'#2#9#5'Width'#3#212
|
||||
+#1#0#0#9'TCheckBox'#15'SubDirsCheckbox'#7'Anchors'#11#5'akTop'#6'akLeft'#7'a'
|
||||
+'kRight'#0#22'BorderSpacing.OnChange'#13#7'Caption'#6#21'Clean sub directori'
|
||||
+'es'#8'TabOrder'#2#1#4'Left'#2#6#6'Height'#2#20#3'Top'#2''''#5'Width'#3#212#1
|
||||
+#0#0#0#9'TGroupBox'#14'RemoveGroupbox'#7'Anchors'#11#5'akTop'#6'akLeft'#7'ak'
|
||||
+'Right'#0#22'BorderSpacing.OnChange'#13#7'Caption'#6#29'Remove files matchin'
|
||||
+'g filter:'#12'ClientHeight'#2'C'#11'ClientWidth'#3#226#1#11'ParentColor'#9
|
||||
+#11'ParentCtl3D'#8#8'TabOrder'#2#3#4'Left'#2#8#6'Height'#2'U'#3'Top'#2'`'#5
|
||||
+'Width'#3#230#1#0#9'TComboBox'#14'RemoveCombobox'#7'Anchors'#11#5'akTop'#6'a'
|
||||
+'kLeft'#7'akRight'#0#22'BorderSpacing.OnChange'#13#9'MaxLength'#2#0#11'Paren'
|
||||
+'tCtl3D'#8#8'TabOrder'#2#0#4'Text'#6#14'RemoveCombobox'#4'Left'#2#6#6'Height'
|
||||
+#2#21#3'Top'#2#8#5'Width'#3#212#1#0#0#9'TCheckBox'#26'SimpleSyntaxRemoveChec'
|
||||
+'kbox'#22'BorderSpacing.OnChange'#13#7'Caption'#6'$Simple syntax (e.g. * ins'
|
||||
+'tead of .*)'#8'TabOrder'#2#1#4'Left'#2#6#6'Height'#2#20#3'Top'#2'%'#5'Width'
|
||||
+#3#212#1#0#0#0#9'TGroupBox'#12'KeepGroupbox'#7'Anchors'#11#5'akTop'#6'akLeft'
|
||||
+#7'akRight'#0#22'BorderSpacing.OnChange'#13#7'Caption'#6#27'Keep files match'
|
||||
+'ing filter:'#12'ClientHeight'#2'X'#11'ClientWidth'#3#226#1#11'ParentColor'#9
|
||||
+#11'ParentCtl3D'#8#8'TabOrder'#2#4#4'Left'#2#8#6'Height'#2'j'#3'Top'#3#190#0
|
||||
+#5'Width'#3#230#1#0#9'TComboBox'#12'KeepCombobox'#7'Anchors'#11#5'akTop'#6'a'
|
||||
+'kLeft'#7'akRight'#0#22'BorderSpacing.OnChange'#13#9'MaxLength'#2#0#11'Paren'
|
||||
+'tCtl3D'#8#8'TabOrder'#2#0#4'Text'#6#12'KeepCombobox'#4'Left'#2#6#6'Height'#2
|
||||
+#21#3'Top'#2#8#5'Width'#3#212#1#0#0#9'TCheckBox'#24'SimpleSyntaxKeepCheckbox'
|
||||
+#22'BorderSpacing.OnChange'#13#7'Caption'#6'$Simple syntax (e.g. * instead o'
|
||||
+'f .*)'#8'TabOrder'#2#1#4'Left'#2#6#6'Height'#2#20#3'Top'#2'#'#5'Width'#3#212
|
||||
+#1#0#0#9'TCheckBox'#21'KeepTextFilesCheckbox'#22'BorderSpacing.OnChange'#13#7
|
||||
+'Caption'#6#15'Keep Text Files'#8'TabOrder'#2#2#4'Left'#2#6#6'Height'#2#20#3
|
||||
+'Top'#2'='#5'Width'#3#212#1#0#0#0#0
|
||||
]);
|
||||
|
Loading…
Reference in New Issue
Block a user