IDE: button order clean dir dlg: ok left, cancel right

git-svn-id: trunk@11695 -
This commit is contained in:
mattias 2007-07-31 20:33:31 +00:00
parent 82a4a6b5e8
commit c8b4a48c6c
2 changed files with 137 additions and 137 deletions

View File

@ -1,32 +1,36 @@
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
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
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
@ -34,30 +38,19 @@ object CleanDirectoryDialog: TCleanDirectoryDialog
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
Height = 22
Top = 33
Width = 403
Width = 158
BorderSpacing.Around = 6
Caption = 'Clean sub directories'
TabOrder = 1
end
object DirBrowseButton: TButton
Anchors = [akTop, akRight]
BorderSpacing.Right = 5
Caption = '...'
OnClick = DirBrowseButtonClick
TabOrder = 2
AnchorSideLeft.Control = DirCombobox
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = DirCombobox
@ -68,22 +61,32 @@ object CleanDirectoryDialog: TCleanDirectoryDialog
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
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
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
@ -91,36 +94,36 @@ object CleanDirectoryDialog: TCleanDirectoryDialog
ParentCtl3D = False
TabOrder = 0
Text = 'RemoveCombobox'
Left = 6
Height = 21
Top = 6
Width = 403
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
Left = 6
Height = 24
Top = 33
Width = 403
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 = 93
ClientHeight = 89
ClientWidth = 415
ParentCtl3D = False
TabOrder = 2
Left = 6
Height = 110
Top = 178
Width = 419
object KeepCombobox: TComboBox
Left = 6
Height = 21
Top = 6
Width = 403
Align = alTop
AutoCompleteText = [cbactSearchAscending]
BorderSpacing.Around = 6
@ -128,37 +131,39 @@ object CleanDirectoryDialog: TCleanDirectoryDialog
ParentCtl3D = False
TabOrder = 0
Text = 'KeepCombobox'
Left = 6
Height = 21
Top = 6
Width = 403
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
Left = 6
Height = 24
Top = 33
Width = 403
end
object KeepTextFilesCheckbox: TCheckBox
Left = 6
Height = 22
Top = 61
Width = 403
Align = alTop
BorderSpacing.Around = 6
Caption = 'Keep Text Files'
TabOrder = 2
Left = 6
Height = 24
Top = 63
Width = 403
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
@ -166,32 +171,24 @@ object CleanDirectoryDialog: TCleanDirectoryDialog
NumGlyphs = 0
OnClick = OkButtonClick
TabOrder = 3
end
object CancelButton: TBitBtn
AnchorSideRight.Control = Owner
AnchorSideRight.Side = asrBottom
AnchorSideBottom.Control = Owner
AnchorSideBottom.Side = asrBottom
Left = 374
Height = 28
Top = 298
Width = 51
end
object CancelButton: TBitBtn
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
AnchorSideRight.Control = OkButton
AnchorSideBottom.Control = Owner
AnchorSideBottom.Side = asrBottom
Left = 295
Height = 28
Top = 298
Width = 73
end
end

View File

@ -1,60 +1,63 @@
{ This is an automatically generated lazarus resource file }
LazarusResources.Add('TCleanDirectoryDialog','FORMDATA',[
'TPF0'#21'TCleanDirectoryDialog'#20'CleanDirectoryDialog'#13'ActiveControl'#7
+#11'DirCombobox'#11'BorderIcons'#11#12'biSystemMenu'#0#7'Caption'#6#15'Clean'
+' Directory'#12'ClientHeight'#3'L'#1#11'ClientWidth'#3#175#1#8'OnCreate'#7#26
+'CleanDirectoryDialogCreate'#13'PixelsPerInch'#2'p'#8'Position'#7#14'poScree'
+'nCenter'#18'HorzScrollBar.Page'#3#174#1#18'VertScrollBar.Page'#3'K'#1#4'Lef'
+'t'#3'<'#1#6'Height'#3'L'#1#3'Top'#3#212#0#5'Width'#3#175#1#0#9'TGroupBox'#11
+'DirGroupbox'#5'Align'#7#5'alTop'#8'AutoSize'#9#20'BorderSpacing.Around'#2#6
+#7'Caption'#6#9'Directory'#12'ClientHeight'#2'?'#11'ClientWidth'#3#159#1#11
+'ParentCtl3D'#8#8'TabOrder'#2#0#4'Left'#2#6#6'Height'#2'P'#3'Top'#2#6#5'Widt'
+'h'#3#163#1#0#9'TComboBox'#11'DirCombobox'#7'Anchors'#11#5'akTop'#6'akLeft'#7
+'akRight'#0#16'AutoCompleteText'#11#20'cbactSearchAscending'#0#20'BorderSpac'
+'ing.Around'#2#6#9'MaxLength'#2#0#11'ParentCtl3D'#8#8'TabOrder'#2#0#4'Text'#6
+#11'DirCombobox'#23'AnchorSideRight.Control'#7#15'DirBrowseButton'#4'Left'#2
+#7#6'Height'#2#21#3'Top'#2#6#5'Width'#3'v'#1#0#0#9'TCheckBox'#15'SubDirsChec'
+'kbox'#20'BorderSpacing.Around'#2#6#7'Caption'#6#21'Clean sub directories'#8
+'TabOrder'#2#1#21'AnchorSideTop.Control'#7#11'DirCombobox'#18'AnchorSideTop.'
+'Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2#24#3'Top'#2'!'#5'Width'#3#147#1
+#0#0#7'TButton'#15'DirBrowseButton'#7'Anchors'#11#5'akTop'#7'akRight'#0#19'B'
+'orderSpacing.Right'#2#5#7'Caption'#6#3'...'#7'OnClick'#7#20'DirBrowseButton'
+'Click'#8'TabOrder'#2#2#22'AnchorSideLeft.Control'#7#11'DirCombobox'#19'Anch'
+'orSideLeft.Side'#7#9'asrBottom'#21'AnchorSideTop.Control'#7#11'DirCombobox'
+#18'AnchorSideTop.Side'#7#9'asrCenter'#23'AnchorSideRight.Control'#7#11'DirG'
+'roupbox'#20'AnchorSideRight.Side'#7#9'asrBottom'#4'Left'#3#131#1#6'Height'#2
+#21#3'Top'#2#6#5'Width'#2#23#0#0#0#9'TGroupBox'#14'RemoveGroupbox'#5'Align'#7
+#5'alTop'#8'AutoSize'#9#20'BorderSpacing.Around'#2#6#7'Caption'#6#29'Remove '
+'files matching filter:'#12'ClientHeight'#2'?'#11'ClientWidth'#3#159#1#11'Pa'
+'rentCtl3D'#8#8'TabOrder'#2#1#4'Left'#2#6#6'Height'#2'P'#3'Top'#2'\'#5'Width'
+#3#163#1#0#9'TComboBox'#14'RemoveCombobox'#5'Align'#7#5'alTop'#16'AutoComple'
+'teText'#11#20'cbactSearchAscending'#0#20'BorderSpacing.Around'#2#6#9'MaxLen'
+'gth'#2#0#11'ParentCtl3D'#8#8'TabOrder'#2#0#4'Text'#6#14'RemoveCombobox'#4'L'
+'eft'#2#6#6'Height'#2#21#3'Top'#2#6#5'Width'#3#147#1#0#0#9'TCheckBox'#26'Sim'
+'pleSyntaxRemoveCheckbox'#5'Align'#7#5'alTop'#20'BorderSpacing.Around'#2#6#7
+'Caption'#6'$Simple syntax (e.g. * instead of .*)'#8'TabOrder'#2#1#4'Left'#2
+#6#6'Height'#2#24#3'Top'#2'!'#5'Width'#3#147#1#0#0#0#9'TGroupBox'#12'KeepGro'
+'upbox'#5'Align'#7#5'alTop'#8'AutoSize'#9#20'BorderSpacing.Around'#2#6#7'Cap'
+'tion'#6#27'Keep files matching filter:'#12'ClientHeight'#2']'#11'ClientWidt'
+'h'#3#159#1#11'ParentCtl3D'#8#8'TabOrder'#2#2#4'Left'#2#6#6'Height'#2'n'#3'T'
+'op'#3#178#0#5'Width'#3#163#1#0#9'TComboBox'#12'KeepCombobox'#5'Align'#7#5'a'
+'lTop'#16'AutoCompleteText'#11#20'cbactSearchAscending'#0#20'BorderSpacing.A'
+'round'#2#6#9'MaxLength'#2#0#11'ParentCtl3D'#8#8'TabOrder'#2#0#4'Text'#6#12
+'KeepCombobox'#4'Left'#2#6#6'Height'#2#21#3'Top'#2#6#5'Width'#3#147#1#0#0#9
+'TCheckBox'#24'SimpleSyntaxKeepCheckbox'#5'Align'#7#5'alTop'#20'BorderSpacin'
+'g.Around'#2#6#7'Caption'#6'$Simple syntax (e.g. * instead of .*)'#8'TabOrde'
+'r'#2#1#4'Left'#2#6#6'Height'#2#24#3'Top'#2'!'#5'Width'#3#147#1#0#0#9'TCheck'
+'Box'#21'KeepTextFilesCheckbox'#5'Align'#7#5'alTop'#20'BorderSpacing.Around'
+#2#6#7'Caption'#6#15'Keep Text Files'#8'TabOrder'#2#2#4'Left'#2#6#6'Height'#2
+#24#3'Top'#2'?'#5'Width'#3#147#1#0#0#0#7'TBitBtn'#8'OkButton'#7'Anchors'#11#7
+'akRight'#8'akBottom'#0#8'AutoSize'#9#20'BorderSpacing.Around'#2#6#7'Caption'
+#6#3'&OK'#7'Default'#9#4'Kind'#7#4'bkOK'#11'ModalResult'#2#1#9'NumGlyphs'#2#0
+#7'OnClick'#7#13'OkButtonClick'#8'TabOrder'#2#3#23'AnchorSideRight.Control'#7
+#5'Owner'#20'AnchorSideRight.Side'#7#9'asrBottom'#24'AnchorSideBottom.Contro'
+'l'#7#5'Owner'#21'AnchorSideBottom.Side'#7#9'asrBottom'#4'Left'#3'v'#1#6'Hei'
+'ght'#2#28#3'Top'#3'*'#1#5'Width'#2'3'#0#0#7'TBitBtn'#12'CancelButton'#7'Anc'
+'hors'#11#7'akRight'#8'akBottom'#0#8'AutoSize'#9#20'BorderSpacing.Around'#2#6
+#6'Cancel'#9#7'Caption'#6#6'Cancel'#4'Kind'#7#8'bkCancel'#11'ModalResult'#2#2
+#9'NumGlyphs'#2#0#8'TabOrder'#2#4#23'AnchorSideRight.Control'#7#8'OkButton'
+#24'AnchorSideBottom.Control'#7#5'Owner'#21'AnchorSideBottom.Side'#7#9'asrBo'
+'ttom'#4'Left'#3''''#1#6'Height'#2#28#3'Top'#3'*'#1#5'Width'#2'I'#0#0#0
'TPF0'#21'TCleanDirectoryDialog'#20'CleanDirectoryDialog'#4'Left'#3'<'#1#6'He'
+'ight'#3'L'#1#3'Top'#3#212#0#5'Width'#3#175#1#18'HorzScrollBar.Page'#3#174#1
+#18'VertScrollBar.Page'#3'K'#1#13'ActiveControl'#7#11'DirCombobox'#11'Border'
+'Icons'#11#12'biSystemMenu'#0#7'Caption'#6#15'Clean Directory'#12'ClientHeig'
+'ht'#3'L'#1#11'ClientWidth'#3#175#1#8'OnCreate'#7#26'CleanDirectoryDialogCre'
+'ate'#8'Position'#7#14'poScreenCenter'#0#9'TGroupBox'#11'DirGroupbox'#4'Left'
+#2#6#6'Height'#2'P'#3'Top'#2#6#5'Width'#3#163#1#5'Align'#7#5'alTop'#8'AutoSi'
+'ze'#9#20'BorderSpacing.Around'#2#6#7'Caption'#6#9'Directory'#12'ClientHeigh'
+'t'#2'='#11'ClientWidth'#3#159#1#11'ParentCtl3D'#8#8'TabOrder'#2#0#0#9'TComb'
+'oBox'#11'DirCombobox'#23'AnchorSideRight.Control'#7#15'DirBrowseButton'#4'L'
+'eft'#2#7#6'Height'#2#21#3'Top'#2#6#5'Width'#3'v'#1#7'Anchors'#11#5'akTop'#6
+'akLeft'#7'akRight'#0#16'AutoCompleteText'#11#20'cbactSearchAscending'#0#20
+'BorderSpacing.Around'#2#6#9'MaxLength'#2#0#11'ParentCtl3D'#8#8'TabOrder'#2#0
+#4'Text'#6#11'DirCombobox'#0#0#9'TCheckBox'#15'SubDirsCheckbox'#21'AnchorSid'
+'eTop.Control'#7#11'DirCombobox'#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Lef'
+'t'#2#6#6'Height'#2#22#3'Top'#2'!'#5'Width'#3#158#0#20'BorderSpacing.Around'
+#2#6#7'Caption'#6#21'Clean sub directories'#8'TabOrder'#2#1#0#0#7'TButton'#15
+'DirBrowseButton'#22'AnchorSideLeft.Control'#7#11'DirCombobox'#19'AnchorSide'
+'Left.Side'#7#9'asrBottom'#21'AnchorSideTop.Control'#7#11'DirCombobox'#18'An'
+'chorSideTop.Side'#7#9'asrCenter'#23'AnchorSideRight.Control'#7#11'DirGroupb'
+'ox'#20'AnchorSideRight.Side'#7#9'asrBottom'#4'Left'#3#131#1#6'Height'#2#21#3
+'Top'#2#6#5'Width'#2#23#7'Anchors'#11#5'akTop'#7'akRight'#0#19'BorderSpacing'
+'.Right'#2#5#25'BorderSpacing.InnerBorder'#2#4#7'Caption'#6#3'...'#7'OnClick'
+#7#20'DirBrowseButtonClick'#8'TabOrder'#2#2#0#0#0#9'TGroupBox'#14'RemoveGrou'
+'pbox'#4'Left'#2#6#6'Height'#2'P'#3'Top'#2'\'#5'Width'#3#163#1#5'Align'#7#5
+'alTop'#8'AutoSize'#9#20'BorderSpacing.Around'#2#6#7'Caption'#6#29'Remove fi'
+'les matching filter:'#12'ClientHeight'#2'='#11'ClientWidth'#3#159#1#11'Pare'
+'ntCtl3D'#8#8'TabOrder'#2#1#0#9'TComboBox'#14'RemoveCombobox'#4'Left'#2#6#6
+'Height'#2#21#3'Top'#2#6#5'Width'#3#147#1#5'Align'#7#5'alTop'#16'AutoComplet'
+'eText'#11#20'cbactSearchAscending'#0#20'BorderSpacing.Around'#2#6#9'MaxLeng'
+'th'#2#0#11'ParentCtl3D'#8#8'TabOrder'#2#0#4'Text'#6#14'RemoveCombobox'#0#0#9
+'TCheckBox'#26'SimpleSyntaxRemoveCheckbox'#4'Left'#2#6#6'Height'#2#22#3'Top'
+#2'!'#5'Width'#3#147#1#5'Align'#7#5'alTop'#20'BorderSpacing.Around'#2#6#7'Ca'
+'ption'#6'$Simple syntax (e.g. * instead of .*)'#8'TabOrder'#2#1#0#0#0#9'TGr'
+'oupBox'#12'KeepGroupbox'#4'Left'#2#6#6'Height'#2']'#3'Top'#3#178#0#5'Width'
+#3#163#1#5'Align'#7#5'alTop'#8'AutoSize'#9#20'BorderSpacing.Around'#2#6#7'Ca'
+'ption'#6#27'Keep files matching filter:'#12'ClientHeight'#2'Y'#11'ClientWid'
+'th'#3#159#1#11'ParentCtl3D'#8#8'TabOrder'#2#2#0#9'TComboBox'#12'KeepCombobo'
+'x'#4'Left'#2#6#6'Height'#2#21#3'Top'#2#6#5'Width'#3#147#1#5'Align'#7#5'alTo'
+'p'#16'AutoCompleteText'#11#20'cbactSearchAscending'#0#20'BorderSpacing.Arou'
+'nd'#2#6#9'MaxLength'#2#0#11'ParentCtl3D'#8#8'TabOrder'#2#0#4'Text'#6#12'Kee'
+'pCombobox'#0#0#9'TCheckBox'#24'SimpleSyntaxKeepCheckbox'#4'Left'#2#6#6'Heig'
+'ht'#2#22#3'Top'#2'!'#5'Width'#3#147#1#5'Align'#7#5'alTop'#20'BorderSpacing.'
+'Around'#2#6#7'Caption'#6'$Simple syntax (e.g. * instead of .*)'#8'TabOrder'
+#2#1#0#0#9'TCheckBox'#21'KeepTextFilesCheckbox'#4'Left'#2#6#6'Height'#2#22#3
+'Top'#2'='#5'Width'#3#147#1#5'Align'#7#5'alTop'#20'BorderSpacing.Around'#2#6
+#7'Caption'#6#15'Keep Text Files'#8'TabOrder'#2#2#0#0#0#7'TBitBtn'#8'OkButto'
+'n'#23'AnchorSideRight.Control'#7#12'CancelButton'#24'AnchorSideBottom.Contr'
+'ol'#7#5'Owner'#21'AnchorSideBottom.Side'#7#9'asrBottom'#4'Left'#3#12#1#6'He'
+'ight'#2','#3'Top'#3#26#1#5'Width'#2'A'#7'Anchors'#11#7'akRight'#8'akBottom'
+#0#8'AutoSize'#9#20'BorderSpacing.Around'#2#6#7'Caption'#6#3'&OK'#7'Default'
+#9#4'Kind'#7#4'bkOK'#11'ModalResult'#2#1#9'NumGlyphs'#2#0#7'OnClick'#7#13'Ok'
+'ButtonClick'#8'TabOrder'#2#3#0#0#7'TBitBtn'#12'CancelButton'#23'AnchorSideR'
+'ight.Control'#7#5'Owner'#20'AnchorSideRight.Side'#7#9'asrBottom'#24'AnchorS'
+'ideBottom.Control'#7#5'Owner'#21'AnchorSideBottom.Side'#7#9'asrBottom'#4'Le'
+'ft'#3'S'#1#6'Height'#2'('#3'Top'#3#30#1#5'Width'#2'V'#7'Anchors'#11#7'akRig'
+'ht'#8'akBottom'#0#8'AutoSize'#9#20'BorderSpacing.Around'#2#6#6'Cancel'#9#7
+'Caption'#6#6'Cancel'#4'Kind'#7#8'bkCancel'#11'ModalResult'#2#2#9'NumGlyphs'
+#2#0#8'TabOrder'#2#4#0#0#0
]);