mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-08 11:58:12 +02:00
publish project: fixed saving settings, when clicking ok
git-svn-id: trunk@10211 -
This commit is contained in:
parent
3e63e3f908
commit
6a2d49359c
@ -9,7 +9,6 @@ object PublishProjectDialog: TPublishProjectDialog
|
||||
BorderIcons = [biSystemMenu]
|
||||
Caption = 'Publish Project'
|
||||
OnCreate = FormCreate
|
||||
OnResize = PublishProjectDialogRESIZE
|
||||
Position = poScreenCenter
|
||||
object DestDirGroupBox: TGroupBox
|
||||
Left = 6
|
||||
@ -24,9 +23,9 @@ object PublishProjectDialog: TPublishProjectDialog
|
||||
OnResize = DestDirGroupBoxRESIZE
|
||||
object CommandAfterLabel: TLabel
|
||||
Left = 6
|
||||
Height = 17
|
||||
Height = 14
|
||||
Top = 33
|
||||
Width = 450
|
||||
Width = 442
|
||||
Anchors = [akTop, akLeft, akRight]
|
||||
Caption = 'Command after:'
|
||||
Color = clNone
|
||||
@ -36,7 +35,7 @@ object PublishProjectDialog: TPublishProjectDialog
|
||||
Left = 6
|
||||
Height = 21
|
||||
Top = 1
|
||||
Width = 414
|
||||
Width = 406
|
||||
Anchors = [akTop, akLeft, akRight]
|
||||
AutoCompleteText = [cbactEndOfLineComplete, cbactSearchAscending]
|
||||
MaxLength = 0
|
||||
@ -47,10 +46,10 @@ object PublishProjectDialog: TPublishProjectDialog
|
||||
object BrowseDestDirBitBtn: TBitBtn
|
||||
AnchorSideBottom.Control = DestDirComboBox
|
||||
AnchorSideBottom.Side = asrBottom
|
||||
Left = 429
|
||||
Left = 413
|
||||
Height = 21
|
||||
Top = 1
|
||||
Width = 29
|
||||
Width = 37
|
||||
Anchors = [akTop, akRight, akBottom]
|
||||
AutoSize = True
|
||||
Caption = '...'
|
||||
@ -62,7 +61,7 @@ object PublishProjectDialog: TPublishProjectDialog
|
||||
Left = 6
|
||||
Height = 21
|
||||
Top = 58
|
||||
Width = 452
|
||||
Width = 444
|
||||
Anchors = [akTop, akLeft, akRight]
|
||||
AutoCompleteText = [cbactEndOfLineComplete, cbactSearchAscending]
|
||||
MaxLength = 0
|
||||
@ -73,7 +72,7 @@ object PublishProjectDialog: TPublishProjectDialog
|
||||
end
|
||||
object FilesGroupbox: TGroupBox
|
||||
Left = 6
|
||||
Height = 57
|
||||
Height = 43
|
||||
Top = 123
|
||||
Width = 472
|
||||
Align = alTop
|
||||
@ -82,10 +81,9 @@ object PublishProjectDialog: TPublishProjectDialog
|
||||
Caption = 'Files'
|
||||
ParentCtl3D = False
|
||||
TabOrder = 1
|
||||
OnResize = FilesGroupboxRESIZE
|
||||
object IgnoreBinariesCheckbox: TCheckBox
|
||||
Left = 6
|
||||
Height = 24
|
||||
Height = 13
|
||||
Top = 6
|
||||
Width = 456
|
||||
Align = alTop
|
||||
@ -97,8 +95,8 @@ object PublishProjectDialog: TPublishProjectDialog
|
||||
end
|
||||
object ProjectInfoGroupbox: TGroupBox
|
||||
Left = 6
|
||||
Height = 87
|
||||
Top = 374
|
||||
Height = 62
|
||||
Top = 360
|
||||
Width = 472
|
||||
Align = alTop
|
||||
AutoSize = True
|
||||
@ -106,10 +104,9 @@ object PublishProjectDialog: TPublishProjectDialog
|
||||
Caption = 'Project Information'
|
||||
ParentCtl3D = False
|
||||
TabOrder = 4
|
||||
OnResize = ProjectInfoGroupboxRESIZE
|
||||
object SaveClosedEditorFilesInfoCheckbox: TCheckBox
|
||||
Left = 6
|
||||
Height = 24
|
||||
Height = 13
|
||||
Top = 6
|
||||
Width = 456
|
||||
Align = alTop
|
||||
@ -120,8 +117,8 @@ object PublishProjectDialog: TPublishProjectDialog
|
||||
end
|
||||
object SaveEditorInfoOfNonProjectFilesCheckbox: TCheckBox
|
||||
Left = 6
|
||||
Height = 24
|
||||
Top = 36
|
||||
Height = 13
|
||||
Top = 25
|
||||
Width = 456
|
||||
Align = alTop
|
||||
AllowGrayed = True
|
||||
@ -137,9 +134,9 @@ object PublishProjectDialog: TPublishProjectDialog
|
||||
AnchorSideBottom.Control = Owner
|
||||
AnchorSideBottom.Side = asrBottom
|
||||
Left = 6
|
||||
Height = 30
|
||||
Top = 469
|
||||
Width = 112
|
||||
Height = 25
|
||||
Top = 474
|
||||
Width = 92
|
||||
Anchors = [akLeft, akBottom]
|
||||
AutoSize = True
|
||||
BorderSpacing.Around = 6
|
||||
@ -151,7 +148,7 @@ object PublishProjectDialog: TPublishProjectDialog
|
||||
object IncludeFilterGroupbox: TGroupBox
|
||||
Left = 6
|
||||
Height = 88
|
||||
Top = 186
|
||||
Top = 172
|
||||
Width = 472
|
||||
Align = alTop
|
||||
BorderSpacing.Around = 6
|
||||
@ -159,21 +156,20 @@ object PublishProjectDialog: TPublishProjectDialog
|
||||
ParentCtl3D = False
|
||||
TabOrder = 2
|
||||
TabStop = True
|
||||
OnResize = IncludeFilterGroupboxRESIZE
|
||||
object UseIncludeFilterCheckbox: TCheckBox
|
||||
Left = 6
|
||||
Height = 24
|
||||
Height = 13
|
||||
Top = 1
|
||||
Width = 149
|
||||
Width = 102
|
||||
AllowGrayed = True
|
||||
Caption = 'Use Include Filter'
|
||||
TabOrder = 0
|
||||
end
|
||||
object IncFilterSimpleSyntaxCheckbox: TCheckBox
|
||||
Left = 199
|
||||
Height = 24
|
||||
Height = 13
|
||||
Top = 1
|
||||
Width = 128
|
||||
Width = 86
|
||||
AllowGrayed = True
|
||||
Caption = 'Simple Syntax'
|
||||
ParentShowHint = False
|
||||
@ -184,7 +180,7 @@ object PublishProjectDialog: TPublishProjectDialog
|
||||
Left = 6
|
||||
Height = 21
|
||||
Top = 33
|
||||
Width = 452
|
||||
Width = 444
|
||||
Anchors = [akTop, akLeft, akRight]
|
||||
AutoCompleteText = [cbactEndOfLineComplete, cbactSearchAscending]
|
||||
MaxLength = 0
|
||||
@ -196,7 +192,7 @@ object PublishProjectDialog: TPublishProjectDialog
|
||||
object ExcludeFilterGroupbox: TGroupBox
|
||||
Left = 6
|
||||
Height = 88
|
||||
Top = 280
|
||||
Top = 266
|
||||
Width = 472
|
||||
Align = alTop
|
||||
BorderSpacing.Around = 6
|
||||
@ -204,21 +200,20 @@ object PublishProjectDialog: TPublishProjectDialog
|
||||
ParentCtl3D = False
|
||||
TabOrder = 3
|
||||
TabStop = True
|
||||
OnResize = ExcludeFilterGroupboxRESIZE
|
||||
object UseExcludeFilterCheckbox: TCheckBox
|
||||
Left = 6
|
||||
Height = 24
|
||||
Height = 13
|
||||
Top = 1
|
||||
Width = 155
|
||||
Width = 105
|
||||
AllowGrayed = True
|
||||
Caption = 'Use Exclude Filter'
|
||||
TabOrder = 0
|
||||
end
|
||||
object ExcFilterSimpleSyntaxCheckbox: TCheckBox
|
||||
Left = 199
|
||||
Height = 24
|
||||
Height = 13
|
||||
Top = 1
|
||||
Width = 128
|
||||
Width = 86
|
||||
AllowGrayed = True
|
||||
Caption = 'Simple Syntax'
|
||||
ParentShowHint = False
|
||||
@ -229,7 +224,7 @@ object PublishProjectDialog: TPublishProjectDialog
|
||||
Left = 6
|
||||
Height = 21
|
||||
Top = 33
|
||||
Width = 454
|
||||
Width = 446
|
||||
Anchors = [akTop, akLeft, akRight]
|
||||
AutoCompleteText = [cbactEndOfLineComplete, cbactSearchAscending]
|
||||
MaxLength = 0
|
||||
@ -242,10 +237,10 @@ object PublishProjectDialog: TPublishProjectDialog
|
||||
AnchorSideRight.Control = CancelButton
|
||||
AnchorSideBottom.Control = Owner
|
||||
AnchorSideBottom.Side = asrBottom
|
||||
Left = 324
|
||||
Height = 32
|
||||
Top = 467
|
||||
Width = 61
|
||||
Left = 322
|
||||
Height = 38
|
||||
Top = 461
|
||||
Width = 66
|
||||
Anchors = [akRight, akBottom]
|
||||
AutoSize = True
|
||||
BorderSpacing.Around = 6
|
||||
@ -254,6 +249,7 @@ object PublishProjectDialog: TPublishProjectDialog
|
||||
Kind = bkOK
|
||||
ModalResult = 1
|
||||
NumGlyphs = 0
|
||||
OnClick = OkButtonCLICK
|
||||
TabOrder = 6
|
||||
end
|
||||
object CancelButton: TBitBtn
|
||||
@ -261,10 +257,10 @@ object PublishProjectDialog: TPublishProjectDialog
|
||||
AnchorSideRight.Side = asrBottom
|
||||
AnchorSideBottom.Control = Owner
|
||||
AnchorSideBottom.Side = asrBottom
|
||||
Left = 391
|
||||
Height = 30
|
||||
Top = 469
|
||||
Width = 87
|
||||
Left = 394
|
||||
Height = 38
|
||||
Top = 461
|
||||
Width = 84
|
||||
Anchors = [akRight, akBottom]
|
||||
AutoSize = True
|
||||
BorderSpacing.Around = 6
|
||||
|
@ -5,84 +5,82 @@ LazarusResources.Add('TPublishProjectDialog','FORMDATA',[
|
||||
+'ight'#3#249#1#3'Top'#3#158#0#5'Width'#3#228#1#18'HorzScrollBar.Page'#3#227#1
|
||||
+#18'VertScrollBar.Page'#3#248#1#13'ActiveControl'#7#15'DestDirComboBox'#11'B'
|
||||
+'orderIcons'#11#12'biSystemMenu'#0#7'Caption'#6#15'Publish Project'#8'OnCrea'
|
||||
+'te'#7#10'FormCreate'#8'OnResize'#7#26'PublishProjectDialogRESIZE'#8'Positio'
|
||||
+'n'#7#14'poScreenCenter'#0#9'TGroupBox'#15'DestDirGroupBox'#4'Left'#2#6#6'He'
|
||||
+'ight'#2'o'#3'Top'#2#6#5'Width'#3#216#1#5'Align'#7#5'alTop'#20'BorderSpacing'
|
||||
+'.Around'#2#6#7'Caption'#6#21'Destination directory'#11'ParentCtl3D'#8#8'Tab'
|
||||
+'Order'#2#0#8'OnResize'#7#21'DestDirGroupBoxRESIZE'#0#6'TLabel'#17'CommandAf'
|
||||
+'terLabel'#4'Left'#2#6#6'Height'#2#17#3'Top'#2'!'#5'Width'#3#194#1#7'Anchors'
|
||||
+#11#5'akTop'#6'akLeft'#7'akRight'#0#7'Caption'#6#14'Command after:'#5'Color'
|
||||
+#7#6'clNone'#11'ParentColor'#8#0#0#9'TComboBox'#15'DestDirComboBox'#4'Left'#2
|
||||
+#6#6'Height'#2#21#3'Top'#2#1#5'Width'#3#158#1#7'Anchors'#11#5'akTop'#6'akLef'
|
||||
+'t'#7'akRight'#0#16'AutoCompleteText'#11#22'cbactEndOfLineComplete'#20'cbact'
|
||||
+'SearchAscending'#0#9'MaxLength'#2#0#11'ParentCtl3D'#8#8'TabOrder'#2#0#4'Tex'
|
||||
+'t'#6#15'DestDirComboBox'#0#0#7'TBitBtn'#19'BrowseDestDirBitBtn'#24'AnchorSi'
|
||||
+'deBottom.Control'#7#15'DestDirComboBox'#21'AnchorSideBottom.Side'#7#9'asrBo'
|
||||
+'ttom'#4'Left'#3#173#1#6'Height'#2#21#3'Top'#2#1#5'Width'#2#29#7'Anchors'#11
|
||||
+#5'akTop'#7'akRight'#8'akBottom'#0#8'AutoSize'#9#7'Caption'#6#3'...'#9'NumGl'
|
||||
+'yphs'#2#0#7'OnClick'#7#24'BrowseDestDirBitBtnCLICK'#8'TabOrder'#2#1#0#0#9'T'
|
||||
+'ComboBox'#20'CommandAfterCombobox'#4'Left'#2#6#6'Height'#2#21#3'Top'#2':'#5
|
||||
+'Width'#3#196#1#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#16'AutoComplet'
|
||||
+'eText'#11#22'cbactEndOfLineComplete'#20'cbactSearchAscending'#0#9'MaxLength'
|
||||
+#2#0#11'ParentCtl3D'#8#8'TabOrder'#2#2#4'Text'#6#20'CommandAfterCombobox'#0#0
|
||||
+#0#9'TGroupBox'#13'FilesGroupbox'#4'Left'#2#6#6'Height'#2'9'#3'Top'#2'{'#5'W'
|
||||
+'idth'#3#216#1#5'Align'#7#5'alTop'#8'AutoSize'#9#20'BorderSpacing.Around'#2#6
|
||||
+#7'Caption'#6#5'Files'#11'ParentCtl3D'#8#8'TabOrder'#2#1#8'OnResize'#7#19'Fi'
|
||||
+'lesGroupboxRESIZE'#0#9'TCheckBox'#22'IgnoreBinariesCheckbox'#4'Left'#2#6#6
|
||||
+'Height'#2#24#3'Top'#2#6#5'Width'#3#200#1#5'Align'#7#5'alTop'#11'AllowGrayed'
|
||||
+#9#20'BorderSpacing.Around'#2#6#7'Caption'#6#15'Ignore binaries'#8'TabOrder'
|
||||
+#2#0#0#0#0#9'TGroupBox'#19'ProjectInfoGroupbox'#4'Left'#2#6#6'Height'#2'W'#3
|
||||
+'Top'#3'v'#1#5'Width'#3#216#1#5'Align'#7#5'alTop'#8'AutoSize'#9#20'BorderSpa'
|
||||
+'cing.Around'#2#6#7'Caption'#6#19'Project Information'#11'ParentCtl3D'#8#8'T'
|
||||
+'abOrder'#2#4#8'OnResize'#7#25'ProjectInfoGroupboxRESIZE'#0#9'TCheckBox!Save'
|
||||
+'ClosedEditorFilesInfoCheckbox'#4'Left'#2#6#6'Height'#2#24#3'Top'#2#6#5'Widt'
|
||||
+'h'#3#200#1#5'Align'#7#5'alTop'#11'AllowGrayed'#9#20'BorderSpacing.Around'#2
|
||||
+#6#7'Caption'#6' Save editor info of closed files'#8'TabOrder'#2#0#0#0#9'TCh'
|
||||
+'eckBox''SaveEditorInfoOfNonProjectFilesCheckbox'#4'Left'#2#6#6'Height'#2#24
|
||||
+#3'Top'#2'$'#5'Width'#3#200#1#5'Align'#7#5'alTop'#11'AllowGrayed'#9#20'Borde'
|
||||
+'rSpacing.Around'#2#6#7'Caption'#6'%Save editor info of non project files'#8
|
||||
+'TabOrder'#2#1#0#0#0#7'TButton'#18'SaveSettingsButton'#22'AnchorSideLeft.Con'
|
||||
+'trol'#7#5'Owner'#21'AnchorSideTop.Control'#7#12'CancelButton'#23'AnchorSide'
|
||||
+'Right.Control'#7#12'CancelButton'#24'AnchorSideBottom.Control'#7#5'Owner'#21
|
||||
+'AnchorSideBottom.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2#30#3'Top'#3
|
||||
+#213#1#5'Width'#2'p'#7'Anchors'#11#6'akLeft'#8'akBottom'#0#8'AutoSize'#9#20
|
||||
+'BorderSpacing.Around'#2#6#25'BorderSpacing.InnerBorder'#2#4#7'Caption'#6#13
|
||||
+'Save settings'#7'OnClick'#7#23'SaveSettingsButtonCLICK'#8'TabOrder'#2#5#0#0
|
||||
+#9'TGroupBox'#21'IncludeFilterGroupbox'#4'Left'#2#6#6'Height'#2'X'#3'Top'#3
|
||||
+#186#0#5'Width'#3#216#1#5'Align'#7#5'alTop'#20'BorderSpacing.Around'#2#6#7'C'
|
||||
+'aption'#6#14'Include Filter'#11'ParentCtl3D'#8#8'TabOrder'#2#2#7'TabStop'#9
|
||||
+#8'OnResize'#7#27'IncludeFilterGroupboxRESIZE'#0#9'TCheckBox'#24'UseIncludeF'
|
||||
+'ilterCheckbox'#4'Left'#2#6#6'Height'#2#24#3'Top'#2#1#5'Width'#3#149#0#11'Al'
|
||||
+'lowGrayed'#9#7'Caption'#6#18'Use Include Filter'#8'TabOrder'#2#0#0#0#9'TChe'
|
||||
+'ckBox'#29'IncFilterSimpleSyntaxCheckbox'#4'Left'#3#199#0#6'Height'#2#24#3'T'
|
||||
+'op'#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'Include'
|
||||
+'FilterCombobox'#4'Left'#2#6#6'Height'#2#21#3'Top'#2'!'#5'Width'#3#196#1#7'A'
|
||||
+'nchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#16'AutoCompleteText'#11#22'cbact'
|
||||
+'EndOfLineComplete'#20'cbactSearchAscending'#0#9'MaxLength'#2#0#11'ParentCtl'
|
||||
+'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
|
||||
+'te'#7#10'FormCreate'#8'Position'#7#14'poScreenCenter'#0#9'TGroupBox'#15'Des'
|
||||
+'tDirGroupBox'#4'Left'#2#6#6'Height'#2'o'#3'Top'#2#6#5'Width'#3#216#1#5'Alig'
|
||||
+'n'#7#5'alTop'#20'BorderSpacing.Around'#2#6#7'Caption'#6#21'Destination dire'
|
||||
+'ctory'#11'ParentCtl3D'#8#8'TabOrder'#2#0#8'OnResize'#7#21'DestDirGroupBoxRE'
|
||||
+'SIZE'#0#6'TLabel'#17'CommandAfterLabel'#4'Left'#2#6#6'Height'#2#14#3'Top'#2
|
||||
+'!'#5'Width'#3#186#1#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#7'Caption'
|
||||
+#6#14'Command after:'#5'Color'#7#6'clNone'#11'ParentColor'#8#0#0#9'TComboBox'
|
||||
+#15'DestDirComboBox'#4'Left'#2#6#6'Height'#2#21#3'Top'#2#1#5'Width'#3#150#1#7
|
||||
+'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#16'AutoCompleteText'#11#22'cbac'
|
||||
+'tEndOfLineComplete'#20'cbactSearchAscending'#0#9'MaxLength'#2#0#11'ParentCt'
|
||||
+'l3D'#8#8'TabOrder'#2#0#4'Text'#6#15'DestDirComboBox'#0#0#7'TBitBtn'#19'Brow'
|
||||
+'seDestDirBitBtn'#24'AnchorSideBottom.Control'#7#15'DestDirComboBox'#21'Anch'
|
||||
+'orSideBottom.Side'#7#9'asrBottom'#4'Left'#3#157#1#6'Height'#2#21#3'Top'#2#1
|
||||
+#5'Width'#2'%'#7'Anchors'#11#5'akTop'#7'akRight'#8'akBottom'#0#8'AutoSize'#9
|
||||
+#7'Caption'#6#3'...'#9'NumGlyphs'#2#0#7'OnClick'#7#24'BrowseDestDirBitBtnCLI'
|
||||
+'CK'#8'TabOrder'#2#1#0#0#9'TComboBox'#20'CommandAfterCombobox'#4'Left'#2#6#6
|
||||
+'Height'#2#21#3'Top'#2':'#5'Width'#3#188#1#7'Anchors'#11#5'akTop'#6'akLeft'#7
|
||||
+'akRight'#0#16'AutoCompleteText'#11#22'cbactEndOfLineComplete'#20'cbactSearc'
|
||||
+'hAscending'#0#9'MaxLength'#2#0#11'ParentCtl3D'#8#8'TabOrder'#2#2#4'Text'#6
|
||||
+#20'CommandAfterCombobox'#0#0#0#9'TGroupBox'#13'FilesGroupbox'#4'Left'#2#6#6
|
||||
+'Height'#2'+'#3'Top'#2'{'#5'Width'#3#216#1#5'Align'#7#5'alTop'#8'AutoSize'#9
|
||||
+#20'BorderSpacing.Around'#2#6#7'Caption'#6#5'Files'#11'ParentCtl3D'#8#8'TabO'
|
||||
+'rder'#2#1#0#9'TCheckBox'#22'IgnoreBinariesCheckbox'#4'Left'#2#6#6'Height'#2
|
||||
+#13#3'Top'#2#6#5'Width'#3#200#1#5'Align'#7#5'alTop'#11'AllowGrayed'#9#20'Bor'
|
||||
+'derSpacing.Around'#2#6#7'Caption'#6#15'Ignore binaries'#8'TabOrder'#2#0#0#0
|
||||
+#0#9'TGroupBox'#19'ProjectInfoGroupbox'#4'Left'#2#6#6'Height'#2'>'#3'Top'#3
|
||||
+'h'#1#5'Width'#3#216#1#5'Align'#7#5'alTop'#8'AutoSize'#9#20'BorderSpacing.Ar'
|
||||
+'ound'#2#6#7'Caption'#6#19'Project Information'#11'ParentCtl3D'#8#8'TabOrder'
|
||||
+#2#4#0#9'TCheckBox!SaveClosedEditorFilesInfoCheckbox'#4'Left'#2#6#6'Height'#2
|
||||
+#13#3'Top'#2#6#5'Width'#3#200#1#5'Align'#7#5'alTop'#11'AllowGrayed'#9#20'Bor'
|
||||
+'derSpacing.Around'#2#6#7'Caption'#6' Save editor info of closed files'#8'Ta'
|
||||
+'bOrder'#2#0#0#0#9'TCheckBox''SaveEditorInfoOfNonProjectFilesCheckbox'#4'Lef'
|
||||
+'t'#2#6#6'Height'#2#13#3'Top'#2#25#5'Width'#3#200#1#5'Align'#7#5'alTop'#11'A'
|
||||
+'llowGrayed'#9#20'BorderSpacing.Around'#2#6#7'Caption'#6'%Save editor info o'
|
||||
+'f non project files'#8'TabOrder'#2#1#0#0#0#7'TButton'#18'SaveSettingsButton'
|
||||
+#22'AnchorSideLeft.Control'#7#5'Owner'#21'AnchorSideTop.Control'#7#12'Cancel'
|
||||
+'Button'#23'AnchorSideRight.Control'#7#12'CancelButton'#24'AnchorSideBottom.'
|
||||
+'Control'#7#5'Owner'#21'AnchorSideBottom.Side'#7#9'asrBottom'#4'Left'#2#6#6
|
||||
+'Height'#2#25#3'Top'#3#218#1#5'Width'#2'\'#7'Anchors'#11#6'akLeft'#8'akBotto'
|
||||
+'m'#0#8'AutoSize'#9#20'BorderSpacing.Around'#2#6#25'BorderSpacing.InnerBorde'
|
||||
+'r'#2#4#7'Caption'#6#13'Save settings'#7'OnClick'#7#23'SaveSettingsButtonCLI'
|
||||
+'CK'#8'TabOrder'#2#5#0#0#9'TGroupBox'#21'IncludeFilterGroupbox'#4'Left'#2#6#6
|
||||
+'Height'#2'X'#3'Top'#3#172#0#5'Width'#3#216#1#5'Align'#7#5'alTop'#20'BorderS'
|
||||
+'pacing.Around'#2#6#7'Caption'#6#14'Include Filter'#11'ParentCtl3D'#8#8'TabO'
|
||||
+'rder'#2#2#7'TabStop'#9#0#9'TCheckBox'#24'UseIncludeFilterCheckbox'#4'Left'#2
|
||||
+#6#6'Height'#2#13#3'Top'#2#1#5'Width'#2'f'#11'AllowGrayed'#9#7'Caption'#6#18
|
||||
+'Use Include Filter'#8'TabOrder'#2#0#0#0#9'TCheckBox'#29'IncFilterSimpleSynt'
|
||||
+'axCheckbox'#4'Left'#3#199#0#6'Height'#2#13#3'Top'#2#1#5'Width'#2'V'#11'Allo'
|
||||
+'wGrayed'#9#7'Caption'#6#13'Simple Syntax'#14'ParentShowHint'#8#8'ShowHint'#9
|
||||
+#8'TabOrder'#2#1#0#0#9'TComboBox'#21'IncludeFilterCombobox'#4'Left'#2#6#6'He'
|
||||
+'ight'#2#21#3'Top'#2'!'#5'Width'#3#188#1#7'Anchors'#11#5'akTop'#6'akLeft'#7
|
||||
+'akRight'#0#16'AutoCompleteText'#11#22'cbactEndOfLineComplete'#20'cbactSearc'
|
||||
+'hAscending'#0#9'MaxLength'#2#0#11'ParentCtl3D'#8#8'TabOrder'#2#2#4'Text'#6
|
||||
+#21'IncludeFilterCombobox'#0#0#0#9'TGroupBox'#21'ExcludeFilterGroupbox'#4'Le'
|
||||
+'ft'#2#6#6'Height'#2'X'#3'Top'#3#10#1#5'Width'#3#216#1#5'Align'#7#5'alTop'#20
|
||||
+'BorderSpacing.Around'#2#6#7'Caption'#6#14'Exclude Filter'#11'ParentCtl3D'#8
|
||||
+#8'TabOrder'#2#3#7'TabStop'#9#0#9'TCheckBox'#24'UseExcludeFilterCheckbox'#4
|
||||
+'Left'#2#6#6'Height'#2#13#3'Top'#2#1#5'Width'#2'i'#11'AllowGrayed'#9#7'Capti'
|
||||
+'on'#6#18'Use Exclude Filter'#8'TabOrder'#2#0#0#0#9'TCheckBox'#29'ExcFilterS'
|
||||
+'impleSyntaxCheckbox'#4'Left'#3#199#0#6'Height'#2#13#3'Top'#2#1#5'Width'#2'V'
|
||||
,#11'AllowGrayed'#9#7'Caption'#6#13'Simple Syntax'#14'ParentShowHint'#8#8'Sho'
|
||||
+'wHint'#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#190#1#7'Anchors'#11#5'akTop'#6'ak'
|
||||
+'Left'#7'akRight'#0#16'AutoCompleteText'#11#22'cbactEndOfLineComplete'#20'cb'
|
||||
+'actSearchAscending'#0#9'MaxLength'#2#0#11'ParentCtl3D'#8#8'TabOrder'#2#2#4
|
||||
+'Text'#6#21'ExcludeFilterCombobox'#0#0#0#7'TBitBtn'#8'OkButton'#23'AnchorSid'
|
||||
+'eRight.Control'#7#12'CancelButton'#24'AnchorSideBottom.Control'#7#5'Owner'
|
||||
+#21'AnchorSideBottom.Side'#7#9'asrBottom'#4'Left'#3'D'#1#6'Height'#2' '#3'To'
|
||||
+'p'#3#211#1#5'Width'#2'='#7'Anchors'#11#7'akRight'#8'akBottom'#0#8'AutoSize'
|
||||
+#21'AnchorSideBottom.Side'#7#9'asrBottom'#4'Left'#3'B'#1#6'Height'#2'&'#3'To'
|
||||
+'p'#3#205#1#5'Width'#2'B'#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#8'TabOrder'#2#6#0#0#7'TBitBtn'#12
|
||||
+'CancelButton'#23'AnchorSideRight.Control'#7#5'Owner'#20'AnchorSideRight.Sid'
|
||||
+'e'#7#9'asrBottom'#24'AnchorSideBottom.Control'#7#5'Owner'#21'AnchorSideBott'
|
||||
+'om.Side'#7#9'asrBottom'#4'Left'#3#135#1#6'Height'#2#30#3'Top'#3#213#1#5'Wid'
|
||||
+'th'#2'W'#7'Anchors'#11#7'akRight'#8'akBottom'#0#8'AutoSize'#9#20'BorderSpac'
|
||||
+'ing.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#7#0#0#0
|
||||
+'bkOK'#11'ModalResult'#2#1#9'NumGlyphs'#2#0#7'OnClick'#7#13'OkButtonCLICK'#8
|
||||
+'TabOrder'#2#6#0#0#7'TBitBtn'#12'CancelButton'#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#138#1#6'He'
|
||||
+'ight'#2'&'#3'Top'#3#205#1#5'Width'#2'T'#7'Anchors'#11#7'akRight'#8'akBottom'
|
||||
+#0#8'AutoSize'#9#20'BorderSpacing.Around'#2#6#6'Cancel'#9#7'Caption'#6#6'Can'
|
||||
+'cel'#4'Kind'#7#8'bkCancel'#11'ModalResult'#2#2#9'NumGlyphs'#2#0#8'TabOrder'
|
||||
+#2#7#0#0#0
|
||||
]);
|
||||
|
@ -75,13 +75,8 @@ type
|
||||
SaveSettingsButton: TButton;
|
||||
procedure BrowseDestDirBitBtnCLICK(Sender: TObject);
|
||||
procedure DestDirGroupBoxRESIZE(Sender: TObject);
|
||||
procedure ExcludeFilterGroupboxRESIZE(Sender: TObject);
|
||||
procedure FilesGroupboxRESIZE(Sender: TObject);
|
||||
procedure FormCreate(Sender: TObject);
|
||||
procedure IncludeFilterGroupboxRESIZE(Sender: TObject);
|
||||
procedure OkButtonCLICK(Sender: TObject);
|
||||
procedure ProjectInfoGroupboxResize(Sender: TObject);
|
||||
procedure PublishProjectDialogResize(Sender: TObject);
|
||||
procedure SaveSettingsButtonClick(Sender: TObject);
|
||||
private
|
||||
FOptions: TPublishModuleOptions;
|
||||
@ -147,14 +142,6 @@ begin
|
||||
SelectDirDialog.Free;
|
||||
end;
|
||||
|
||||
procedure TPublishProjectDialog.ExcludeFilterGroupboxRESIZE(Sender: TObject);
|
||||
begin
|
||||
end;
|
||||
|
||||
procedure TPublishProjectDialog.FilesGroupboxRESIZE(Sender: TObject);
|
||||
begin
|
||||
end;
|
||||
|
||||
procedure TPublishProjectDialog.FormCreate(Sender: TObject);
|
||||
begin
|
||||
DestDirGroupBox.Caption:=lisDestinationDirectory;
|
||||
@ -185,24 +172,12 @@ begin
|
||||
CancelButton.Caption:=dlgCancel;
|
||||
end;
|
||||
|
||||
procedure TPublishProjectDialog.IncludeFilterGroupboxRESIZE(Sender: TObject);
|
||||
begin
|
||||
end;
|
||||
|
||||
procedure TPublishProjectDialog.OkButtonCLICK(Sender: TObject);
|
||||
begin
|
||||
if not CheckFilter then exit;
|
||||
if Options<>nil then SaveToOptions(Options);
|
||||
end;
|
||||
|
||||
procedure TPublishProjectDialog.ProjectInfoGroupboxResize(Sender: TObject);
|
||||
begin
|
||||
end;
|
||||
|
||||
procedure TPublishProjectDialog.PublishProjectDialogResize(Sender: TObject);
|
||||
begin
|
||||
end;
|
||||
|
||||
procedure TPublishProjectDialog.SaveSettingsButtonClick(Sender: TObject);
|
||||
begin
|
||||
if not CheckFilter then exit;
|
||||
|
@ -1,2 +1,2 @@
|
||||
// Created by Svn2RevisionInc
|
||||
const RevisionStr = '10196';
|
||||
const RevisionStr = '10208:10209M';
|
||||
|
Loading…
Reference in New Issue
Block a user