ide: fixed taborder of publish project dialog, from Graeme

git-svn-id: trunk@10209 -
This commit is contained in:
vincents 2006-11-16 13:32:41 +00:00
parent 8f7f685170
commit 49b77d57c0
3 changed files with 196 additions and 231 deletions

View File

@ -1,293 +1,278 @@
object PublishProjectDialog: TPublishProjectDialog object PublishProjectDialog: TPublishProjectDialog
Left = 330
Height = 505
Top = 158
Width = 484
HorzScrollBar.Page = 483
VertScrollBar.Page = 504
ActiveControl = DestDirComboBox ActiveControl = DestDirComboBox
BorderIcons = [biSystemMenu] BorderIcons = [biSystemMenu]
Caption = 'Publish Project' Caption = 'Publish Project'
ClientHeight = 505
ClientWidth = 484
OnCreate = FormCreate OnCreate = FormCreate
OnResize = PublishProjectDialogRESIZE OnResize = PublishProjectDialogRESIZE
PixelsPerInch = 112
Position = poScreenCenter Position = poScreenCenter
HorzScrollBar.Page = 483
VertScrollBar.Page = 504
Left = 307
Height = 505
Top = 165
Width = 484
object DestDirGroupBox: TGroupBox object DestDirGroupBox: TGroupBox
Align = alTop
BorderSpacing.Around = 6
Caption = 'Destination directory'
ClientHeight = 94
ClientWidth = 468
ParentCtl3D = False
TabOrder = 0
OnResize = DestDirGroupBoxRESIZE
Left = 6 Left = 6
Height = 111 Height = 111
Top = 6 Top = 6
Width = 472 Width = 472
Align = alTop
BorderSpacing.Around = 6
Caption = 'Destination directory'
ParentCtl3D = False
TabOrder = 0
OnResize = DestDirGroupBoxRESIZE
object CommandAfterLabel: TLabel object CommandAfterLabel: TLabel
Left = 6
Height = 17
Top = 33
Width = 450
Anchors = [akTop, akLeft, akRight] Anchors = [akTop, akLeft, akRight]
Caption = 'Command after:' Caption = 'Command after:'
Color = clNone Color = clNone
ParentColor = False ParentColor = False
Left = 6
Height = 13
Top = 33
Width = 450
end end
object DestDirComboBox: TComboBox object DestDirComboBox: TComboBox
Left = 6
Height = 21
Top = 1
Width = 414
Anchors = [akTop, akLeft, akRight] Anchors = [akTop, akLeft, akRight]
AutoCompleteText = [cbactEndOfLineComplete, cbactSearchAscending] AutoCompleteText = [cbactEndOfLineComplete, cbactSearchAscending]
MaxLength = 0 MaxLength = 0
ParentCtl3D = False ParentCtl3D = False
TabOrder = 0 TabOrder = 0
Text = 'DestDirComboBox' Text = 'DestDirComboBox'
Left = 6
Height = 21
Top = 1
Width = 414
end end
object BrowseDestDirBitBtn: TBitBtn object BrowseDestDirBitBtn: TBitBtn
AnchorSideBottom.Control = DestDirComboBox
AnchorSideBottom.Side = asrBottom
Left = 429
Height = 21
Top = 1
Width = 29
Anchors = [akTop, akRight, akBottom] Anchors = [akTop, akRight, akBottom]
AutoSize = True AutoSize = True
Caption = '...' Caption = '...'
NumGlyphs = 0 NumGlyphs = 0
OnClick = BrowseDestDirBitBtnCLICK OnClick = BrowseDestDirBitBtnCLICK
TabOrder = 1 TabOrder = 1
AnchorSideBottom.Control = DestDirComboBox
AnchorSideBottom.Side = asrBottom
Left = 436
Height = 21
Top = 1
Width = 22
end end
object CommandAfterCombobox: TComboBox object CommandAfterCombobox: TComboBox
Left = 6
Height = 21
Top = 58
Width = 452
Anchors = [akTop, akLeft, akRight] Anchors = [akTop, akLeft, akRight]
AutoCompleteText = [cbactEndOfLineComplete, cbactSearchAscending] AutoCompleteText = [cbactEndOfLineComplete, cbactSearchAscending]
MaxLength = 0 MaxLength = 0
ParentCtl3D = False ParentCtl3D = False
TabOrder = 2 TabOrder = 2
Text = 'CommandAfterCombobox' Text = 'CommandAfterCombobox'
Left = 6
Height = 21
Top = 58
Width = 452
end end
end end
object FilesGroupbox: TGroupBox object FilesGroupbox: TGroupBox
Left = 6
Height = 57
Top = 123
Width = 472
Align = alTop Align = alTop
AutoSize = True AutoSize = True
BorderSpacing.Around = 6 BorderSpacing.Around = 6
Caption = 'Files' Caption = 'Files'
ClientHeight = 36
ClientWidth = 468
ParentCtl3D = False ParentCtl3D = False
TabOrder = 1 TabOrder = 1
OnResize = FilesGroupboxRESIZE OnResize = FilesGroupboxRESIZE
Left = 6
Height = 53
Top = 123
Width = 472
object IgnoreBinariesCheckbox: TCheckBox object IgnoreBinariesCheckbox: TCheckBox
Left = 6
Height = 24
Top = 6
Width = 456
Align = alTop Align = alTop
AllowGrayed = True AllowGrayed = True
BorderSpacing.Around = 6 BorderSpacing.Around = 6
Caption = 'Ignore binaries' Caption = 'Ignore binaries'
TabOrder = 0 TabOrder = 0
Left = 6
Height = 24
Top = 6
Width = 456
end end
end end
object ProjectInfoGroupbox: TGroupBox object ProjectInfoGroupbox: TGroupBox
Left = 6
Height = 87
Top = 374
Width = 472
Align = alTop Align = alTop
AutoSize = True AutoSize = True
BorderSpacing.Around = 6 BorderSpacing.Around = 6
Caption = 'Project Information' Caption = 'Project Information'
ClientHeight = 66
ClientWidth = 468
ParentCtl3D = False ParentCtl3D = False
TabOrder = 2 TabOrder = 4
OnResize = ProjectInfoGroupboxRESIZE OnResize = ProjectInfoGroupboxRESIZE
Left = 6
Height = 83
Top = 370
Width = 472
object SaveClosedEditorFilesInfoCheckbox: TCheckBox object SaveClosedEditorFilesInfoCheckbox: TCheckBox
Left = 6
Height = 24
Top = 6
Width = 456
Align = alTop Align = alTop
AllowGrayed = True AllowGrayed = True
BorderSpacing.Around = 6 BorderSpacing.Around = 6
Caption = 'Save editor info of closed files' Caption = 'Save editor info of closed files'
TabOrder = 0 TabOrder = 0
Left = 6
Height = 24
Top = 6
Width = 456
end end
object SaveEditorInfoOfNonProjectFilesCheckbox: TCheckBox object SaveEditorInfoOfNonProjectFilesCheckbox: TCheckBox
Left = 6
Height = 24
Top = 36
Width = 456
Align = alTop Align = alTop
AllowGrayed = True AllowGrayed = True
BorderSpacing.Around = 6 BorderSpacing.Around = 6
Caption = 'Save editor info of non project files' Caption = 'Save editor info of non project files'
TabOrder = 1 TabOrder = 1
Left = 6
Height = 24
Top = 36
Width = 456
end end
end end
object SaveSettingsButton: TButton object SaveSettingsButton: TButton
Anchors = [akTop, akRight, akBottom] AnchorSideLeft.Control = Owner
AutoSize = True
BorderSpacing.Right = 6
Caption = 'Save settings'
OnClick = SaveSettingsButtonCLICK
TabOrder = 3
AnchorSideTop.Control = CancelButton AnchorSideTop.Control = CancelButton
AnchorSideRight.Control = CancelButton AnchorSideRight.Control = CancelButton
AnchorSideBottom.Control = CancelButton AnchorSideBottom.Control = Owner
AnchorSideBottom.Side = asrBottom AnchorSideBottom.Side = asrBottom
Left = 257 Left = 6
Height = 28 Height = 30
Top = 471 Top = 469
Width = 85 Width = 112
Anchors = [akLeft, akBottom]
AutoSize = True
BorderSpacing.Around = 6
BorderSpacing.InnerBorder = 4
Caption = 'Save settings'
OnClick = SaveSettingsButtonCLICK
TabOrder = 5
end end
object IncludeFilterGroupbox: TGroupBox object IncludeFilterGroupbox: TGroupBox
Left = 6
Height = 88
Top = 186
Width = 472
Align = alTop Align = alTop
BorderSpacing.Around = 6 BorderSpacing.Around = 6
Caption = 'Include Filter' Caption = 'Include Filter'
ClientHeight = 71
ClientWidth = 468
ParentCtl3D = False ParentCtl3D = False
TabOrder = 4 TabOrder = 2
TabStop = True TabStop = True
OnResize = IncludeFilterGroupboxRESIZE OnResize = IncludeFilterGroupboxRESIZE
Left = 6
Height = 88
Top = 182
Width = 472
object UseIncludeFilterCheckbox: TCheckBox object UseIncludeFilterCheckbox: TCheckBox
AllowGrayed = True
Caption = 'Use Include Filter'
TabOrder = 0
Left = 6 Left = 6
Height = 24 Height = 24
Top = 1 Top = 1
Width = 125 Width = 149
AllowGrayed = True
Caption = 'Use Include Filter'
TabOrder = 0
end end
object IncFilterSimpleSyntaxCheckbox: TCheckBox object IncFilterSimpleSyntaxCheckbox: TCheckBox
Left = 199
Height = 24
Top = 1
Width = 128
AllowGrayed = True AllowGrayed = True
Caption = 'Simple Syntax' Caption = 'Simple Syntax'
ParentShowHint = False ParentShowHint = False
ShowHint = True ShowHint = True
TabOrder = 1 TabOrder = 1
Left = 199
Height = 24
Top = 1
Width = 106
end end
object IncludeFilterCombobox: TComboBox object IncludeFilterCombobox: TComboBox
Left = 6
Height = 21
Top = 33
Width = 452
Anchors = [akTop, akLeft, akRight] Anchors = [akTop, akLeft, akRight]
AutoCompleteText = [cbactEndOfLineComplete, cbactSearchAscending] AutoCompleteText = [cbactEndOfLineComplete, cbactSearchAscending]
MaxLength = 0 MaxLength = 0
ParentCtl3D = False ParentCtl3D = False
TabOrder = 2 TabOrder = 2
Text = 'IncludeFilterCombobox' Text = 'IncludeFilterCombobox'
Left = 6
Height = 21
Top = 33
Width = 452
end end
end end
object ExcludeFilterGroupbox: TGroupBox object ExcludeFilterGroupbox: TGroupBox
Left = 6
Height = 88
Top = 280
Width = 472
Align = alTop Align = alTop
BorderSpacing.Around = 6 BorderSpacing.Around = 6
Caption = 'Exclude Filter' Caption = 'Exclude Filter'
ClientHeight = 71
ClientWidth = 468
ParentCtl3D = False ParentCtl3D = False
TabOrder = 5 TabOrder = 3
TabStop = True TabStop = True
OnResize = ExcludeFilterGroupboxRESIZE OnResize = ExcludeFilterGroupboxRESIZE
Left = 6
Height = 88
Top = 276
Width = 472
object UseExcludeFilterCheckbox: TCheckBox object UseExcludeFilterCheckbox: TCheckBox
AllowGrayed = True
Caption = 'Use Exclude Filter'
TabOrder = 0
Left = 6 Left = 6
Height = 24 Height = 24
Top = 1 Top = 1
Width = 129 Width = 155
AllowGrayed = True
Caption = 'Use Exclude Filter'
TabOrder = 0
end end
object ExcFilterSimpleSyntaxCheckbox: TCheckBox object ExcFilterSimpleSyntaxCheckbox: TCheckBox
Left = 199
Height = 24
Top = 1
Width = 128
AllowGrayed = True AllowGrayed = True
Caption = 'Simple Syntax' Caption = 'Simple Syntax'
ParentShowHint = False ParentShowHint = False
ShowHint = True ShowHint = True
TabOrder = 1 TabOrder = 1
Left = 199
Height = 24
Top = 1
Width = 106
end end
object ExcludeFilterCombobox: TComboBox object ExcludeFilterCombobox: TComboBox
Left = 6
Height = 21
Top = 33
Width = 454
Anchors = [akTop, akLeft, akRight] Anchors = [akTop, akLeft, akRight]
AutoCompleteText = [cbactEndOfLineComplete, cbactSearchAscending] AutoCompleteText = [cbactEndOfLineComplete, cbactSearchAscending]
MaxLength = 0 MaxLength = 0
ParentCtl3D = False ParentCtl3D = False
TabOrder = 2 TabOrder = 2
Text = 'ExcludeFilterCombobox' Text = 'ExcludeFilterCombobox'
Left = 6
Height = 21
Top = 33
Width = 454
end end
end end
object OkButton: TBitBtn object OkButton: TBitBtn
AnchorSideRight.Control = CancelButton
AnchorSideBottom.Control = Owner
AnchorSideBottom.Side = asrBottom
Left = 324
Height = 32
Top = 467
Width = 61
Anchors = [akRight, akBottom] Anchors = [akRight, akBottom]
AutoSize = True AutoSize = True
BorderSpacing.Around = 6 BorderSpacing.Around = 6
Caption = '&OK' Caption = '&OK'
Default = True Default = True
Kind = bkOK Kind = bkOK
ModalResult = 1 ModalResult = 1
NumGlyphs = 0 NumGlyphs = 0
TabOrder = 6 TabOrder = 6
end
object CancelButton: TBitBtn
AnchorSideRight.Control = Owner AnchorSideRight.Control = Owner
AnchorSideRight.Side = asrBottom AnchorSideRight.Side = asrBottom
AnchorSideBottom.Control = Owner AnchorSideBottom.Control = Owner
AnchorSideBottom.Side = asrBottom AnchorSideBottom.Side = asrBottom
Left = 427 Left = 391
Height = 28 Height = 30
Top = 471 Top = 469
Width = 51 Width = 87
end
object CancelButton: TBitBtn
Anchors = [akRight, akBottom] Anchors = [akRight, akBottom]
AutoSize = True AutoSize = True
BorderSpacing.Around = 6 BorderSpacing.Around = 6
Cancel = True Cancel = True
Caption = 'Cancel' Caption = 'Cancel'
Kind = bkCancel Kind = bkCancel
ModalResult = 2 ModalResult = 2
NumGlyphs = 0 NumGlyphs = 0
TabOrder = 7 TabOrder = 7
AnchorSideRight.Control = OkButton
AnchorSideBottom.Control = Owner
AnchorSideBottom.Side = asrBottom
Left = 348
Height = 28
Top = 471
Width = 73
end end
end end

View File

@ -1,89 +1,88 @@
{ This is an automatically generated lazarus resource file }
LazarusResources.Add('TPublishProjectDialog','FORMDATA',[ LazarusResources.Add('TPublishProjectDialog','FORMDATA',[
'TPF0'#21'TPublishProjectDialog'#20'PublishProjectDialog'#13'ActiveControl'#7 'TPF0'#21'TPublishProjectDialog'#20'PublishProjectDialog'#4'Left'#3'J'#1#6'He'
+#15'DestDirComboBox'#11'BorderIcons'#11#12'biSystemMenu'#0#7'Caption'#6#15'P' +'ight'#3#249#1#3'Top'#3#158#0#5'Width'#3#228#1#18'HorzScrollBar.Page'#3#227#1
+'ublish Project'#12'ClientHeight'#3#249#1#11'ClientWidth'#3#228#1#8'OnCreate' +#18'VertScrollBar.Page'#3#248#1#13'ActiveControl'#7#15'DestDirComboBox'#11'B'
+#7#10'FormCreate'#8'OnResize'#7#26'PublishProjectDialogRESIZE'#13'PixelsPerI' +'orderIcons'#11#12'biSystemMenu'#0#7'Caption'#6#15'Publish Project'#8'OnCrea'
+'nch'#2'p'#8'Position'#7#14'poScreenCenter'#18'HorzScrollBar.Page'#3#227#1#18 +'te'#7#10'FormCreate'#8'OnResize'#7#26'PublishProjectDialogRESIZE'#8'Positio'
+'VertScrollBar.Page'#3#248#1#4'Left'#3'3'#1#6'Height'#3#249#1#3'Top'#3#165#0 +'n'#7#14'poScreenCenter'#0#9'TGroupBox'#15'DestDirGroupBox'#4'Left'#2#6#6'He'
+#5'Width'#3#228#1#0#9'TGroupBox'#15'DestDirGroupBox'#5'Align'#7#5'alTop'#20 +'ight'#2'o'#3'Top'#2#6#5'Width'#3#216#1#5'Align'#7#5'alTop'#20'BorderSpacing'
+'BorderSpacing.Around'#2#6#7'Caption'#6#21'Destination directory'#12'ClientH' +'.Around'#2#6#7'Caption'#6#21'Destination directory'#11'ParentCtl3D'#8#8'Tab'
+'eight'#2'^'#11'ClientWidth'#3#212#1#11'ParentCtl3D'#8#8'TabOrder'#2#0#8'OnR' +'Order'#2#0#8'OnResize'#7#21'DestDirGroupBoxRESIZE'#0#6'TLabel'#17'CommandAf'
+'esize'#7#21'DestDirGroupBoxRESIZE'#4'Left'#2#6#6'Height'#2'o'#3'Top'#2#6#5 +'terLabel'#4'Left'#2#6#6'Height'#2#17#3'Top'#2'!'#5'Width'#3#194#1#7'Anchors'
+'Width'#3#216#1#0#6'TLabel'#17'CommandAfterLabel'#7'Anchors'#11#5'akTop'#6'a' +#11#5'akTop'#6'akLeft'#7'akRight'#0#7'Caption'#6#14'Command after:'#5'Color'
+'kLeft'#7'akRight'#0#7'Caption'#6#14'Command after:'#5'Color'#7#6'clNone'#11 +#7#6'clNone'#11'ParentColor'#8#0#0#9'TComboBox'#15'DestDirComboBox'#4'Left'#2
+'ParentColor'#8#4'Left'#2#6#6'Height'#2#13#3'Top'#2'!'#5'Width'#3#194#1#0#0#9 +#6#6'Height'#2#21#3'Top'#2#1#5'Width'#3#158#1#7'Anchors'#11#5'akTop'#6'akLef'
+'TComboBox'#15'DestDirComboBox'#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0 +'t'#7'akRight'#0#16'AutoCompleteText'#11#22'cbactEndOfLineComplete'#20'cbact'
+#16'AutoCompleteText'#11#22'cbactEndOfLineComplete'#20'cbactSearchAscending' +'SearchAscending'#0#9'MaxLength'#2#0#11'ParentCtl3D'#8#8'TabOrder'#2#0#4'Tex'
+#0#9'MaxLength'#2#0#11'ParentCtl3D'#8#8'TabOrder'#2#0#4'Text'#6#15'DestDirCo' +'t'#6#15'DestDirComboBox'#0#0#7'TBitBtn'#19'BrowseDestDirBitBtn'#24'AnchorSi'
+'mboBox'#4'Left'#2#6#6'Height'#2#21#3'Top'#2#1#5'Width'#3#158#1#0#0#7'TBitBt' +'deBottom.Control'#7#15'DestDirComboBox'#21'AnchorSideBottom.Side'#7#9'asrBo'
+'n'#19'BrowseDestDirBitBtn'#7'Anchors'#11#5'akTop'#7'akRight'#8'akBottom'#0#8 +'ttom'#4'Left'#3#173#1#6'Height'#2#21#3'Top'#2#1#5'Width'#2#29#7'Anchors'#11
+'AutoSize'#9#7'Caption'#6#3'...'#9'NumGlyphs'#2#0#7'OnClick'#7#24'BrowseDest' +#5'akTop'#7'akRight'#8'akBottom'#0#8'AutoSize'#9#7'Caption'#6#3'...'#9'NumGl'
+'DirBitBtnCLICK'#8'TabOrder'#2#1#24'AnchorSideBottom.Control'#7#15'DestDirCo' +'yphs'#2#0#7'OnClick'#7#24'BrowseDestDirBitBtnCLICK'#8'TabOrder'#2#1#0#0#9'T'
+'mboBox'#21'AnchorSideBottom.Side'#7#9'asrBottom'#4'Left'#3#180#1#6'Height'#2 +'ComboBox'#20'CommandAfterCombobox'#4'Left'#2#6#6'Height'#2#21#3'Top'#2':'#5
+#21#3'Top'#2#1#5'Width'#2#22#0#0#9'TComboBox'#20'CommandAfterCombobox'#7'Anc' +'Width'#3#196#1#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#16'AutoComplet'
+'hors'#11#5'akTop'#6'akLeft'#7'akRight'#0#16'AutoCompleteText'#11#22'cbactEn' +'eText'#11#22'cbactEndOfLineComplete'#20'cbactSearchAscending'#0#9'MaxLength'
+'dOfLineComplete'#20'cbactSearchAscending'#0#9'MaxLength'#2#0#11'ParentCtl3D' +#2#0#11'ParentCtl3D'#8#8'TabOrder'#2#2#4'Text'#6#20'CommandAfterCombobox'#0#0
+#8#8'TabOrder'#2#2#4'Text'#6#20'CommandAfterCombobox'#4'Left'#2#6#6'Height'#2 +#0#9'TGroupBox'#13'FilesGroupbox'#4'Left'#2#6#6'Height'#2'9'#3'Top'#2'{'#5'W'
+#21#3'Top'#2':'#5'Width'#3#196#1#0#0#0#9'TGroupBox'#13'FilesGroupbox'#5'Alig' +'idth'#3#216#1#5'Align'#7#5'alTop'#8'AutoSize'#9#20'BorderSpacing.Around'#2#6
+'n'#7#5'alTop'#8'AutoSize'#9#20'BorderSpacing.Around'#2#6#7'Caption'#6#5'Fil' +#7'Caption'#6#5'Files'#11'ParentCtl3D'#8#8'TabOrder'#2#1#8'OnResize'#7#19'Fi'
+'es'#12'ClientHeight'#2'$'#11'ClientWidth'#3#212#1#11'ParentCtl3D'#8#8'TabOr' +'lesGroupboxRESIZE'#0#9'TCheckBox'#22'IgnoreBinariesCheckbox'#4'Left'#2#6#6
+'der'#2#1#8'OnResize'#7#19'FilesGroupboxRESIZE'#4'Left'#2#6#6'Height'#2'5'#3 +'Height'#2#24#3'Top'#2#6#5'Width'#3#200#1#5'Align'#7#5'alTop'#11'AllowGrayed'
+'Top'#2'{'#5'Width'#3#216#1#0#9'TCheckBox'#22'IgnoreBinariesCheckbox'#5'Alig' +#9#20'BorderSpacing.Around'#2#6#7'Caption'#6#15'Ignore binaries'#8'TabOrder'
+'n'#7#5'alTop'#11'AllowGrayed'#9#20'BorderSpacing.Around'#2#6#7'Caption'#6#15 +#2#0#0#0#0#9'TGroupBox'#19'ProjectInfoGroupbox'#4'Left'#2#6#6'Height'#2'W'#3
+'Ignore binaries'#8'TabOrder'#2#0#4'Left'#2#6#6'Height'#2#24#3'Top'#2#6#5'Wi' +'Top'#3'v'#1#5'Width'#3#216#1#5'Align'#7#5'alTop'#8'AutoSize'#9#20'BorderSpa'
+'dth'#3#200#1#0#0#0#9'TGroupBox'#19'ProjectInfoGroupbox'#5'Align'#7#5'alTop' +'cing.Around'#2#6#7'Caption'#6#19'Project Information'#11'ParentCtl3D'#8#8'T'
+#8'AutoSize'#9#20'BorderSpacing.Around'#2#6#7'Caption'#6#19'Project Informat' +'abOrder'#2#4#8'OnResize'#7#25'ProjectInfoGroupboxRESIZE'#0#9'TCheckBox!Save'
+'ion'#12'ClientHeight'#2'B'#11'ClientWidth'#3#212#1#11'ParentCtl3D'#8#8'TabO' +'ClosedEditorFilesInfoCheckbox'#4'Left'#2#6#6'Height'#2#24#3'Top'#2#6#5'Widt'
+'rder'#2#2#8'OnResize'#7#25'ProjectInfoGroupboxRESIZE'#4'Left'#2#6#6'Height' +'h'#3#200#1#5'Align'#7#5'alTop'#11'AllowGrayed'#9#20'BorderSpacing.Around'#2
+#2'S'#3'Top'#3'r'#1#5'Width'#3#216#1#0#9'TCheckBox!SaveClosedEditorFilesInfo' +#6#7'Caption'#6' Save editor info of closed files'#8'TabOrder'#2#0#0#0#9'TCh'
+'Checkbox'#5'Align'#7#5'alTop'#11'AllowGrayed'#9#20'BorderSpacing.Around'#2#6 +'eckBox''SaveEditorInfoOfNonProjectFilesCheckbox'#4'Left'#2#6#6'Height'#2#24
+#7'Caption'#6' Save editor info of closed files'#8'TabOrder'#2#0#4'Left'#2#6 +#3'Top'#2'$'#5'Width'#3#200#1#5'Align'#7#5'alTop'#11'AllowGrayed'#9#20'Borde'
+#6'Height'#2#24#3'Top'#2#6#5'Width'#3#200#1#0#0#9'TCheckBox''SaveEditorInfoO' +'rSpacing.Around'#2#6#7'Caption'#6'%Save editor info of non project files'#8
+'fNonProjectFilesCheckbox'#5'Align'#7#5'alTop'#11'AllowGrayed'#9#20'BorderSp' +'TabOrder'#2#1#0#0#0#7'TButton'#18'SaveSettingsButton'#22'AnchorSideLeft.Con'
+'acing.Around'#2#6#7'Caption'#6'%Save editor info of non project files'#8'Ta' +'trol'#7#5'Owner'#21'AnchorSideTop.Control'#7#12'CancelButton'#23'AnchorSide'
+'bOrder'#2#1#4'Left'#2#6#6'Height'#2#24#3'Top'#2'$'#5'Width'#3#200#1#0#0#0#7 +'Right.Control'#7#12'CancelButton'#24'AnchorSideBottom.Control'#7#5'Owner'#21
+'TButton'#18'SaveSettingsButton'#7'Anchors'#11#5'akTop'#7'akRight'#8'akBotto' +'AnchorSideBottom.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2#30#3'Top'#3
+'m'#0#8'AutoSize'#9#19'BorderSpacing.Right'#2#6#7'Caption'#6#13'Save setting' +#213#1#5'Width'#2'p'#7'Anchors'#11#6'akLeft'#8'akBottom'#0#8'AutoSize'#9#20
+'s'#7'OnClick'#7#23'SaveSettingsButtonCLICK'#8'TabOrder'#2#3#21'AnchorSideTo' +'BorderSpacing.Around'#2#6#25'BorderSpacing.InnerBorder'#2#4#7'Caption'#6#13
+'p.Control'#7#12'CancelButton'#23'AnchorSideRight.Control'#7#12'CancelButton' +'Save settings'#7'OnClick'#7#23'SaveSettingsButtonCLICK'#8'TabOrder'#2#5#0#0
+#24'AnchorSideBottom.Control'#7#12'CancelButton'#21'AnchorSideBottom.Side'#7 +#9'TGroupBox'#21'IncludeFilterGroupbox'#4'Left'#2#6#6'Height'#2'X'#3'Top'#3
+#9'asrBottom'#4'Left'#3#1#1#6'Height'#2#28#3'Top'#3#215#1#5'Width'#2'U'#0#0#9 +#186#0#5'Width'#3#216#1#5'Align'#7#5'alTop'#20'BorderSpacing.Around'#2#6#7'C'
+'TGroupBox'#21'IncludeFilterGroupbox'#5'Align'#7#5'alTop'#20'BorderSpacing.A' +'aption'#6#14'Include Filter'#11'ParentCtl3D'#8#8'TabOrder'#2#2#7'TabStop'#9
+'round'#2#6#7'Caption'#6#14'Include Filter'#12'ClientHeight'#2'G'#11'ClientW' +#8'OnResize'#7#27'IncludeFilterGroupboxRESIZE'#0#9'TCheckBox'#24'UseIncludeF'
+'idth'#3#212#1#11'ParentCtl3D'#8#8'TabOrder'#2#4#7'TabStop'#9#8'OnResize'#7 +'ilterCheckbox'#4'Left'#2#6#6'Height'#2#24#3'Top'#2#1#5'Width'#3#149#0#11'Al'
+#27'IncludeFilterGroupboxRESIZE'#4'Left'#2#6#6'Height'#2'X'#3'Top'#3#182#0#5 +'lowGrayed'#9#7'Caption'#6#18'Use Include Filter'#8'TabOrder'#2#0#0#0#9'TChe'
+'Width'#3#216#1#0#9'TCheckBox'#24'UseIncludeFilterCheckbox'#11'AllowGrayed'#9 +'ckBox'#29'IncFilterSimpleSyntaxCheckbox'#4'Left'#3#199#0#6'Height'#2#24#3'T'
+#7'Caption'#6#18'Use Include Filter'#8'TabOrder'#2#0#4'Left'#2#6#6'Height'#2 +'op'#2#1#5'Width'#3#128#0#11'AllowGrayed'#9#7'Caption'#6#13'Simple Syntax'#14
+#24#3'Top'#2#1#5'Width'#2'}'#0#0#9'TCheckBox'#29'IncFilterSimpleSyntaxCheckb' +'ParentShowHint'#8#8'ShowHint'#9#8'TabOrder'#2#1#0#0#9'TComboBox'#21'Include'
+'ox'#11'AllowGrayed'#9#7'Caption'#6#13'Simple Syntax'#14'ParentShowHint'#8#8 +'FilterCombobox'#4'Left'#2#6#6'Height'#2#21#3'Top'#2'!'#5'Width'#3#196#1#7'A'
+'ShowHint'#9#8'TabOrder'#2#1#4'Left'#3#199#0#6'Height'#2#24#3'Top'#2#1#5'Wid' +'nchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#16'AutoCompleteText'#11#22'cbact'
+'th'#2'j'#0#0#9'TComboBox'#21'IncludeFilterCombobox'#7'Anchors'#11#5'akTop'#6 +'EndOfLineComplete'#20'cbactSearchAscending'#0#9'MaxLength'#2#0#11'ParentCtl'
+'akLeft'#7'akRight'#0#16'AutoCompleteText'#11#22'cbactEndOfLineComplete'#20 +'3D'#8#8'TabOrder'#2#2#4'Text'#6#21'IncludeFilterCombobox'#0#0#0#9'TGroupBox'
+#21'ExcludeFilterGroupbox'#4'Left'#2#6#6'Height'#2'X'#3'Top'#3#24#1#5'Width'
+#3#216#1#5'Align'#7#5'alTop'#20'BorderSpacing.Around'#2#6#7'Caption'#6#14'Ex'
+'clude Filter'#11'ParentCtl3D'#8#8'TabOrder'#2#3#7'TabStop'#9#8'OnResize'#7
+#27'ExcludeFilterGroupboxRESIZE'#0#9'TCheckBox'#24'UseExcludeFilterCheckbox'
,#4'Left'#2#6#6'Height'#2#24#3'Top'#2#1#5'Width'#3#155#0#11'AllowGrayed'#9#7
+'Caption'#6#18'Use Exclude Filter'#8'TabOrder'#2#0#0#0#9'TCheckBox'#29'ExcFi'
+'lterSimpleSyntaxCheckbox'#4'Left'#3#199#0#6'Height'#2#24#3'Top'#2#1#5'Width'
+#3#128#0#11'AllowGrayed'#9#7'Caption'#6#13'Simple Syntax'#14'ParentShowHint'
+#8#8'ShowHint'#9#8'TabOrder'#2#1#0#0#9'TComboBox'#21'ExcludeFilterCombobox'#4
+'Left'#2#6#6'Height'#2#21#3'Top'#2'!'#5'Width'#3#198#1#7'Anchors'#11#5'akTop'
+#6'akLeft'#7'akRight'#0#16'AutoCompleteText'#11#22'cbactEndOfLineComplete'#20
+'cbactSearchAscending'#0#9'MaxLength'#2#0#11'ParentCtl3D'#8#8'TabOrder'#2#2#4 +'cbactSearchAscending'#0#9'MaxLength'#2#0#11'ParentCtl3D'#8#8'TabOrder'#2#2#4
+'Text'#6#21'IncludeFilterCombobox'#4'Left'#2#6#6'Height'#2#21#3'Top'#2'!'#5 +'Text'#6#21'ExcludeFilterCombobox'#0#0#0#7'TBitBtn'#8'OkButton'#23'AnchorSid'
+'Width'#3#196#1#0#0#0#9'TGroupBox'#21'ExcludeFilterGroupbox'#5'Align'#7#5'al' +'eRight.Control'#7#12'CancelButton'#24'AnchorSideBottom.Control'#7#5'Owner'
+'Top'#20'BorderSpacing.Around'#2#6#7'Caption'#6#14'Exclude Filter'#12'Client' +#21'AnchorSideBottom.Side'#7#9'asrBottom'#4'Left'#3'D'#1#6'Height'#2' '#3'To'
,'Height'#2'G'#11'ClientWidth'#3#212#1#11'ParentCtl3D'#8#8'TabOrder'#2#5#7'Ta' +'p'#3#211#1#5'Width'#2'='#7'Anchors'#11#7'akRight'#8'akBottom'#0#8'AutoSize'
+'bStop'#9#8'OnResize'#7#27'ExcludeFilterGroupboxRESIZE'#4'Left'#2#6#6'Height' +#9#20'BorderSpacing.Around'#2#6#7'Caption'#6#3'&OK'#7'Default'#9#4'Kind'#7#4
+#2'X'#3'Top'#3#20#1#5'Width'#3#216#1#0#9'TCheckBox'#24'UseExcludeFilterCheck' +'bkOK'#11'ModalResult'#2#1#9'NumGlyphs'#2#0#8'TabOrder'#2#6#0#0#7'TBitBtn'#12
+'box'#11'AllowGrayed'#9#7'Caption'#6#18'Use Exclude Filter'#8'TabOrder'#2#0#4 +'CancelButton'#23'AnchorSideRight.Control'#7#5'Owner'#20'AnchorSideRight.Sid'
+'Left'#2#6#6'Height'#2#24#3'Top'#2#1#5'Width'#3#129#0#0#0#9'TCheckBox'#29'Ex' +'e'#7#9'asrBottom'#24'AnchorSideBottom.Control'#7#5'Owner'#21'AnchorSideBott'
+'cFilterSimpleSyntaxCheckbox'#11'AllowGrayed'#9#7'Caption'#6#13'Simple Synta' +'om.Side'#7#9'asrBottom'#4'Left'#3#135#1#6'Height'#2#30#3'Top'#3#213#1#5'Wid'
+'x'#14'ParentShowHint'#8#8'ShowHint'#9#8'TabOrder'#2#1#4'Left'#3#199#0#6'Hei' +'th'#2'W'#7'Anchors'#11#7'akRight'#8'akBottom'#0#8'AutoSize'#9#20'BorderSpac'
+'ght'#2#24#3'Top'#2#1#5'Width'#2'j'#0#0#9'TComboBox'#21'ExcludeFilterCombobo' +'ing.Around'#2#6#6'Cancel'#9#7'Caption'#6#6'Cancel'#4'Kind'#7#8'bkCancel'#11
+'x'#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#16'AutoCompleteText'#11#22 +'ModalResult'#2#2#9'NumGlyphs'#2#0#8'TabOrder'#2#7#0#0#0
+'cbactEndOfLineComplete'#20'cbactSearchAscending'#0#9'MaxLength'#2#0#11'Pare'
+'ntCtl3D'#8#8'TabOrder'#2#2#4'Text'#6#21'ExcludeFilterCombobox'#4'Left'#2#6#6
+'Height'#2#21#3'Top'#2'!'#5'Width'#3#198#1#0#0#0#7'TBitBtn'#8'OkButton'#7'An'
+'chors'#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#8'TabOrder'#2#6#23'AnchorSideRight.Control'#7#5'Owner'#20'An'
+'chorSideRight.Side'#7#9'asrBottom'#24'AnchorSideBottom.Control'#7#5'Owner'
+#21'AnchorSideBottom.Side'#7#9'asrBottom'#4'Left'#3#171#1#6'Height'#2#28#3'T'
+'op'#3#215#1#5'Width'#2'3'#0#0#7'TBitBtn'#12'CancelButton'#7'Anchors'#11#7'a'
+'kRight'#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'NumGlyph'
+'s'#2#0#8'TabOrder'#2#7#23'AnchorSideRight.Control'#7#8'OkButton'#24'AnchorS'
+'ideBottom.Control'#7#5'Owner'#21'AnchorSideBottom.Side'#7#9'asrBottom'#4'Le'
+'ft'#3'\'#1#6'Height'#2#28#3'Top'#3#215#1#5'Width'#2'I'#0#0#0
]); ]);

View File

@ -9,25 +9,6 @@
<IconPath Value="./"/> <IconPath Value="./"/>
<TargetFileExt Value=".exe"/> <TargetFileExt Value=".exe"/>
</General> </General>
<VersionInfo>
<UseVersionInfo Value="False"/>
<AutoIncrementBuild Value="False"/>
<CurrentVersionNr Value="0"/>
<CurrentMajorRevNr Value="0"/>
<CurrentMinorRevNr Value="0"/>
<CurrentBuildNr Value="0"/>
<ProjectVersion Value="1.0.0.0"/>
<Language Value="0409"/>
<CharSet Value="04E4"/>
<Comments Value=""/>
<CompanyName Value=""/>
<FileDescription Value=""/>
<InternalName Value=""/>
<LegalCopyright Value=""/>
<LegalTrademarks Value=""/>
<OriginalFilename Value=""/>
<ProductName Value=""/>
</VersionInfo>
<PublishOptions> <PublishOptions>
<Version Value="2"/> <Version Value="2"/>
<IncludeFileFilter Value="*.(pas|pp|inc|lfm|lpr|lrs|lpi|lpk|sh|xml)"/> <IncludeFileFilter Value="*.(pas|pp|inc|lfm|lpr|lrs|lpi|lpk|sh|xml)"/>