mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-11-06 02:59:30 +01:00
improved layout of ide publish project dlg
git-svn-id: trunk@9103 -
This commit is contained in:
parent
49f04efd16
commit
2b2be90bb6
@ -1,191 +1,184 @@
|
|||||||
object PublishProjectDialog: TPublishProjectDialog
|
object PublishProjectDialog: TPublishProjectDialog
|
||||||
|
ActiveControl = DestDirComboBox
|
||||||
|
BorderIcons = [biSystemMenu]
|
||||||
Caption = 'Publish Project'
|
Caption = 'Publish Project'
|
||||||
ClientHeight = 499
|
ClientHeight = 505
|
||||||
ClientWidth = 469
|
ClientWidth = 484
|
||||||
OnCreate = FormCreate
|
OnCreate = FormCreate
|
||||||
OnResize = PublishProjectDialogRESIZE
|
OnResize = PublishProjectDialogRESIZE
|
||||||
PixelsPerInch = 112
|
PixelsPerInch = 112
|
||||||
Position = poScreenCenter
|
Position = poScreenCenter
|
||||||
HorzScrollBar.Page = 468
|
HorzScrollBar.Page = 483
|
||||||
VertScrollBar.Page = 498
|
VertScrollBar.Page = 504
|
||||||
Left = 307
|
Left = 307
|
||||||
Height = 499
|
Height = 505
|
||||||
Top = 165
|
Top = 165
|
||||||
Width = 469
|
Width = 484
|
||||||
object OkButton: TButton
|
|
||||||
Anchors = [akTop, akRight, akBottom]
|
|
||||||
Caption = 'Ok'
|
|
||||||
ModalResult = 1
|
|
||||||
OnClick = OkButtonCLICK
|
|
||||||
TabOrder = 0
|
|
||||||
AnchorSideBottom.Control = SaveSettingsButton
|
|
||||||
AnchorSideBottom.Side = asrBottom
|
|
||||||
Left = 72
|
|
||||||
Height = 25
|
|
||||||
Top = 464
|
|
||||||
Width = 75
|
|
||||||
end
|
|
||||||
object CancelButton: TButton
|
|
||||||
Anchors = [akTop, akRight, akBottom]
|
|
||||||
Caption = 'Cancel'
|
|
||||||
ModalResult = 2
|
|
||||||
TabOrder = 1
|
|
||||||
AnchorSideBottom.Control = SaveSettingsButton
|
|
||||||
AnchorSideBottom.Side = asrBottom
|
|
||||||
Left = 371
|
|
||||||
Height = 25
|
|
||||||
Top = 464
|
|
||||||
Width = 75
|
|
||||||
end
|
|
||||||
object DestDirGroupBox: TGroupBox
|
object DestDirGroupBox: TGroupBox
|
||||||
Anchors = [akTop, akLeft, akRight]
|
Align = alTop
|
||||||
|
BorderSpacing.Around = 6
|
||||||
Caption = 'Destination directory'
|
Caption = 'Destination directory'
|
||||||
ClientHeight = 94
|
ClientHeight = 94
|
||||||
ClientWidth = 446
|
ClientWidth = 468
|
||||||
ParentColor = True
|
|
||||||
ParentCtl3D = False
|
ParentCtl3D = False
|
||||||
TabOrder = 2
|
TabOrder = 0
|
||||||
OnResize = DestDirGroupBoxRESIZE
|
OnResize = DestDirGroupBoxRESIZE
|
||||||
Left = 8
|
Left = 6
|
||||||
Height = 111
|
Height = 111
|
||||||
Top = 8
|
Top = 6
|
||||||
Width = 450
|
Width = 472
|
||||||
object CommandAfterLabel: TLabel
|
object CommandAfterLabel: TLabel
|
||||||
Anchors = [akTop, akLeft, akRight]
|
Anchors = [akTop, akLeft, akRight]
|
||||||
Caption = 'Command after:'
|
Caption = 'Command after:'
|
||||||
Color = clNone
|
Color = clNone
|
||||||
|
ParentColor = False
|
||||||
Left = 6
|
Left = 6
|
||||||
Height = 17
|
Height = 13
|
||||||
Top = 33
|
Top = 33
|
||||||
Width = 428
|
Width = 450
|
||||||
end
|
end
|
||||||
object DestDirComboBox: TComboBox
|
object DestDirComboBox: TComboBox
|
||||||
Anchors = [akTop, akLeft, akRight]
|
Anchors = [akTop, akLeft, akRight]
|
||||||
|
AutoCompleteText = [cbactEndOfLineComplete, cbactSearchAscending]
|
||||||
MaxLength = 0
|
MaxLength = 0
|
||||||
ParentCtl3D = False
|
ParentCtl3D = False
|
||||||
TabOrder = 0
|
TabOrder = 0
|
||||||
Text = 'DestDirComboBox'
|
Text = 'DestDirComboBox'
|
||||||
Left = 6
|
Left = 6
|
||||||
Height = 25
|
Height = 21
|
||||||
Top = 1
|
Top = 1
|
||||||
Width = 376
|
Width = 414
|
||||||
end
|
end
|
||||||
object BrowseDestDirBitBtn: TBitBtn
|
object BrowseDestDirBitBtn: TBitBtn
|
||||||
Anchors = [akTop, akRight, akBottom]
|
Anchors = [akTop, akRight, akBottom]
|
||||||
AutoSize = True
|
AutoSize = True
|
||||||
|
BorderSpacing.InnerBorder = 2
|
||||||
Caption = '...'
|
Caption = '...'
|
||||||
|
NumGlyphs = 0
|
||||||
OnClick = BrowseDestDirBitBtnCLICK
|
OnClick = BrowseDestDirBitBtnCLICK
|
||||||
TabOrder = 1
|
TabOrder = 1
|
||||||
AnchorSideBottom.Control = DestDirComboBox
|
AnchorSideBottom.Control = DestDirComboBox
|
||||||
AnchorSideBottom.Side = asrBottom
|
AnchorSideBottom.Side = asrBottom
|
||||||
Left = 390
|
Left = 436
|
||||||
Height = 25
|
Height = 21
|
||||||
Top = 1
|
Top = 1
|
||||||
Width = 48
|
Width = 22
|
||||||
end
|
end
|
||||||
object CommandAfterCombobox: TComboBox
|
object CommandAfterCombobox: TComboBox
|
||||||
Anchors = [akTop, akLeft, akRight]
|
Anchors = [akTop, akLeft, akRight]
|
||||||
|
AutoCompleteText = [cbactEndOfLineComplete, cbactSearchAscending]
|
||||||
MaxLength = 0
|
MaxLength = 0
|
||||||
ParentCtl3D = False
|
ParentCtl3D = False
|
||||||
TabOrder = 2
|
TabOrder = 2
|
||||||
Text = 'CommandAfterCombobox'
|
Text = 'CommandAfterCombobox'
|
||||||
Left = 6
|
Left = 6
|
||||||
Height = 25
|
Height = 21
|
||||||
Top = 58
|
Top = 58
|
||||||
Width = 430
|
Width = 452
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
object FilesGroupbox: TGroupBox
|
object FilesGroupbox: TGroupBox
|
||||||
Anchors = [akTop, akLeft, akRight]
|
Align = alTop
|
||||||
|
AutoSize = True
|
||||||
|
BorderSpacing.Around = 6
|
||||||
Caption = 'Files'
|
Caption = 'Files'
|
||||||
ClientHeight = 31
|
ClientHeight = 36
|
||||||
ClientWidth = 446
|
ClientWidth = 468
|
||||||
ParentColor = True
|
|
||||||
ParentCtl3D = False
|
ParentCtl3D = False
|
||||||
TabOrder = 3
|
TabOrder = 1
|
||||||
OnResize = FilesGroupboxRESIZE
|
OnResize = FilesGroupboxRESIZE
|
||||||
Left = 8
|
Left = 6
|
||||||
Height = 48
|
Height = 53
|
||||||
Top = 128
|
Top = 123
|
||||||
Width = 450
|
Width = 472
|
||||||
object IgnoreBinariesCheckbox: TCheckBox
|
object IgnoreBinariesCheckbox: TCheckBox
|
||||||
|
Align = alTop
|
||||||
AllowGrayed = True
|
AllowGrayed = True
|
||||||
Anchors = [akTop, akLeft, akRight]
|
BorderSpacing.Around = 6
|
||||||
Caption = 'Ignore binaries'
|
Caption = 'Ignore binaries'
|
||||||
TabOrder = 0
|
TabOrder = 0
|
||||||
Left = 6
|
Left = 6
|
||||||
Height = 20
|
Height = 24
|
||||||
Top = 1
|
Top = 6
|
||||||
Width = 428
|
Width = 456
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
object ProjectInfoGroupbox: TGroupBox
|
object ProjectInfoGroupbox: TGroupBox
|
||||||
Anchors = [akTop, akLeft, akRight]
|
Align = alTop
|
||||||
|
AutoSize = True
|
||||||
|
BorderSpacing.Around = 6
|
||||||
Caption = 'Project Information'
|
Caption = 'Project Information'
|
||||||
ClientHeight = 55
|
ClientHeight = 66
|
||||||
ClientWidth = 446
|
ClientWidth = 468
|
||||||
ParentColor = True
|
|
||||||
ParentCtl3D = False
|
ParentCtl3D = False
|
||||||
TabOrder = 4
|
TabOrder = 2
|
||||||
OnResize = ProjectInfoGroupboxRESIZE
|
OnResize = ProjectInfoGroupboxRESIZE
|
||||||
Left = 8
|
Left = 6
|
||||||
Height = 72
|
Height = 83
|
||||||
Top = 376
|
Top = 370
|
||||||
Width = 450
|
Width = 472
|
||||||
object SaveClosedEditorFilesInfoCheckbox: TCheckBox
|
object SaveClosedEditorFilesInfoCheckbox: TCheckBox
|
||||||
|
Align = alTop
|
||||||
AllowGrayed = True
|
AllowGrayed = True
|
||||||
Anchors = [akTop, akLeft, akRight]
|
BorderSpacing.Around = 6
|
||||||
Caption = 'Save editor info of closed files'
|
Caption = 'Save editor info of closed files'
|
||||||
TabOrder = 0
|
TabOrder = 0
|
||||||
Left = 4
|
Left = 6
|
||||||
Height = 20
|
Height = 24
|
||||||
Top = 1
|
Top = 6
|
||||||
Width = 432
|
Width = 456
|
||||||
end
|
end
|
||||||
object SaveEditorInfoOfNonProjectFilesCheckbox: TCheckBox
|
object SaveEditorInfoOfNonProjectFilesCheckbox: TCheckBox
|
||||||
|
Align = alTop
|
||||||
AllowGrayed = True
|
AllowGrayed = True
|
||||||
Anchors = [akTop, akLeft, akRight]
|
BorderSpacing.Around = 6
|
||||||
Caption = 'Save editor info of non project files'
|
Caption = 'Save editor info of non project files'
|
||||||
TabOrder = 1
|
TabOrder = 1
|
||||||
Left = 4
|
Left = 6
|
||||||
Height = 20
|
Height = 24
|
||||||
Top = 26
|
Top = 36
|
||||||
Width = 432
|
Width = 456
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
object SaveSettingsButton: TButton
|
object SaveSettingsButton: TButton
|
||||||
Anchors = [akTop, akRight]
|
Anchors = [akTop, akRight, akBottom]
|
||||||
AutoSize = True
|
AutoSize = True
|
||||||
|
BorderSpacing.Right = 6
|
||||||
|
BorderSpacing.InnerBorder = 2
|
||||||
Caption = 'Save settings'
|
Caption = 'Save settings'
|
||||||
OnClick = SaveSettingsButtonCLICK
|
OnClick = SaveSettingsButtonCLICK
|
||||||
TabOrder = 5
|
TabOrder = 3
|
||||||
Left = 198
|
AnchorSideTop.Control = CancelButton
|
||||||
Height = 25
|
AnchorSideRight.Control = CancelButton
|
||||||
Top = 464
|
AnchorSideBottom.Control = CancelButton
|
||||||
Width = 120
|
AnchorSideBottom.Side = asrBottom
|
||||||
|
Left = 257
|
||||||
|
Height = 28
|
||||||
|
Top = 471
|
||||||
|
Width = 85
|
||||||
end
|
end
|
||||||
object IncludeFilterGroupbox: TGroupBox
|
object IncludeFilterGroupbox: TGroupBox
|
||||||
Anchors = [akTop, akLeft, akRight]
|
Align = alTop
|
||||||
|
BorderSpacing.Around = 6
|
||||||
Caption = 'Include Filter'
|
Caption = 'Include Filter'
|
||||||
ClientHeight = 71
|
ClientHeight = 71
|
||||||
ClientWidth = 446
|
ClientWidth = 468
|
||||||
ParentColor = True
|
|
||||||
ParentCtl3D = False
|
ParentCtl3D = False
|
||||||
TabOrder = 6
|
TabOrder = 4
|
||||||
TabStop = True
|
TabStop = True
|
||||||
OnResize = IncludeFilterGroupboxRESIZE
|
OnResize = IncludeFilterGroupboxRESIZE
|
||||||
Left = 8
|
Left = 6
|
||||||
Height = 88
|
Height = 88
|
||||||
Top = 184
|
Top = 182
|
||||||
Width = 450
|
Width = 472
|
||||||
object UseIncludeFilterCheckbox: TCheckBox
|
object UseIncludeFilterCheckbox: TCheckBox
|
||||||
AllowGrayed = True
|
AllowGrayed = True
|
||||||
Caption = 'Use Include Filter'
|
Caption = 'Use Include Filter'
|
||||||
TabOrder = 0
|
TabOrder = 0
|
||||||
Left = 6
|
Left = 6
|
||||||
Height = 20
|
Height = 24
|
||||||
Top = 1
|
Top = 1
|
||||||
Width = 171
|
Width = 125
|
||||||
end
|
end
|
||||||
object IncFilterSimpleSyntaxCheckbox: TCheckBox
|
object IncFilterSimpleSyntaxCheckbox: TCheckBox
|
||||||
AllowGrayed = True
|
AllowGrayed = True
|
||||||
@ -194,44 +187,45 @@ object PublishProjectDialog: TPublishProjectDialog
|
|||||||
ShowHint = True
|
ShowHint = True
|
||||||
TabOrder = 1
|
TabOrder = 1
|
||||||
Left = 199
|
Left = 199
|
||||||
Height = 20
|
Height = 24
|
||||||
Top = 1
|
Top = 1
|
||||||
Width = 215
|
Width = 106
|
||||||
end
|
end
|
||||||
object IncludeFilterCombobox: TComboBox
|
object IncludeFilterCombobox: TComboBox
|
||||||
Anchors = [akTop, akLeft, akRight]
|
Anchors = [akTop, akLeft, akRight]
|
||||||
|
AutoCompleteText = [cbactEndOfLineComplete, cbactSearchAscending]
|
||||||
MaxLength = 0
|
MaxLength = 0
|
||||||
ParentCtl3D = False
|
ParentCtl3D = False
|
||||||
TabOrder = 2
|
TabOrder = 2
|
||||||
Text = 'IncludeFilterCombobox'
|
Text = 'IncludeFilterCombobox'
|
||||||
Left = 6
|
Left = 6
|
||||||
Height = 25
|
Height = 21
|
||||||
Top = 33
|
Top = 33
|
||||||
Width = 430
|
Width = 452
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
object ExcludeFilterGroupbox: TGroupBox
|
object ExcludeFilterGroupbox: TGroupBox
|
||||||
Anchors = [akTop, akLeft, akRight]
|
Align = alTop
|
||||||
|
BorderSpacing.Around = 6
|
||||||
Caption = 'Exclude Filter'
|
Caption = 'Exclude Filter'
|
||||||
ClientHeight = 71
|
ClientHeight = 71
|
||||||
ClientWidth = 444
|
ClientWidth = 468
|
||||||
ParentColor = True
|
|
||||||
ParentCtl3D = False
|
ParentCtl3D = False
|
||||||
TabOrder = 7
|
TabOrder = 5
|
||||||
TabStop = True
|
TabStop = True
|
||||||
OnResize = ExcludeFilterGroupboxRESIZE
|
OnResize = ExcludeFilterGroupboxRESIZE
|
||||||
Left = 8
|
Left = 6
|
||||||
Height = 88
|
Height = 88
|
||||||
Top = 280
|
Top = 276
|
||||||
Width = 448
|
Width = 472
|
||||||
object UseExcludeFilterCheckbox: TCheckBox
|
object UseExcludeFilterCheckbox: TCheckBox
|
||||||
AllowGrayed = True
|
AllowGrayed = True
|
||||||
Caption = 'Use Exclude Filter'
|
Caption = 'Use Exclude Filter'
|
||||||
TabOrder = 0
|
TabOrder = 0
|
||||||
Left = 6
|
Left = 6
|
||||||
Height = 20
|
Height = 24
|
||||||
Top = 1
|
Top = 1
|
||||||
Width = 184
|
Width = 129
|
||||||
end
|
end
|
||||||
object ExcFilterSimpleSyntaxCheckbox: TCheckBox
|
object ExcFilterSimpleSyntaxCheckbox: TCheckBox
|
||||||
AllowGrayed = True
|
AllowGrayed = True
|
||||||
@ -240,20 +234,60 @@ object PublishProjectDialog: TPublishProjectDialog
|
|||||||
ShowHint = True
|
ShowHint = True
|
||||||
TabOrder = 1
|
TabOrder = 1
|
||||||
Left = 199
|
Left = 199
|
||||||
Height = 20
|
Height = 24
|
||||||
Top = 1
|
Top = 1
|
||||||
Width = 212
|
Width = 106
|
||||||
end
|
end
|
||||||
object ExcludeFilterCombobox: TComboBox
|
object ExcludeFilterCombobox: TComboBox
|
||||||
Anchors = [akTop, akLeft, akRight]
|
Anchors = [akTop, akLeft, akRight]
|
||||||
|
AutoCompleteText = [cbactEndOfLineComplete, cbactSearchAscending]
|
||||||
MaxLength = 0
|
MaxLength = 0
|
||||||
ParentCtl3D = False
|
ParentCtl3D = False
|
||||||
TabOrder = 2
|
TabOrder = 2
|
||||||
Text = 'ExcludeFilterCombobox'
|
Text = 'ExcludeFilterCombobox'
|
||||||
Left = 6
|
Left = 6
|
||||||
Height = 25
|
Height = 21
|
||||||
Top = 33
|
Top = 33
|
||||||
Width = 430
|
Width = 454
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
object OkButton: TBitBtn
|
||||||
|
Anchors = [akRight, akBottom]
|
||||||
|
AutoSize = True
|
||||||
|
BorderSpacing.Around = 6
|
||||||
|
BorderSpacing.InnerBorder = 2
|
||||||
|
Caption = '&OK'
|
||||||
|
Default = True
|
||||||
|
Kind = bkOK
|
||||||
|
ModalResult = 1
|
||||||
|
NumGlyphs = 0
|
||||||
|
TabOrder = 6
|
||||||
|
AnchorSideRight.Control = Owner
|
||||||
|
AnchorSideRight.Side = asrBottom
|
||||||
|
AnchorSideBottom.Control = Owner
|
||||||
|
AnchorSideBottom.Side = asrBottom
|
||||||
|
Left = 427
|
||||||
|
Height = 28
|
||||||
|
Top = 471
|
||||||
|
Width = 51
|
||||||
|
end
|
||||||
|
object CancelButton: TBitBtn
|
||||||
|
Anchors = [akRight, akBottom]
|
||||||
|
AutoSize = True
|
||||||
|
BorderSpacing.Around = 6
|
||||||
|
BorderSpacing.InnerBorder = 2
|
||||||
|
Cancel = True
|
||||||
|
Caption = 'Cancel'
|
||||||
|
Kind = bkCancel
|
||||||
|
ModalResult = 2
|
||||||
|
NumGlyphs = 0
|
||||||
|
TabOrder = 7
|
||||||
|
AnchorSideRight.Control = OkButton
|
||||||
|
AnchorSideBottom.Control = Owner
|
||||||
|
AnchorSideBottom.Side = asrBottom
|
||||||
|
Left = 348
|
||||||
|
Height = 28
|
||||||
|
Top = 471
|
||||||
|
Width = 73
|
||||||
|
end
|
||||||
end
|
end
|
||||||
|
|||||||
@ -1,80 +1,93 @@
|
|||||||
{ This is an automatically generated lazarus resource file }
|
{ This is an automatically generated lazarus resource file }
|
||||||
|
|
||||||
LazarusResources.Add('TPublishProjectDialog','FORMDATA',[
|
LazarusResources.Add('TPublishProjectDialog','FORMDATA',[
|
||||||
'TPF0'#21'TPublishProjectDialog'#20'PublishProjectDialog'#7'Caption'#6#15'Pub'
|
'TPF0'#21'TPublishProjectDialog'#20'PublishProjectDialog'#13'ActiveControl'#7
|
||||||
+'lish Project'#12'ClientHeight'#3#243#1#11'ClientWidth'#3#213#1#8'OnCreate'#7
|
+#15'DestDirComboBox'#11'BorderIcons'#11#12'biSystemMenu'#0#7'Caption'#6#15'P'
|
||||||
+#10'FormCreate'#8'OnResize'#7#26'PublishProjectDialogRESIZE'#13'PixelsPerInc'
|
+'ublish Project'#12'ClientHeight'#3#249#1#11'ClientWidth'#3#228#1#8'OnCreate'
|
||||||
+'h'#2'p'#8'Position'#7#14'poScreenCenter'#18'HorzScrollBar.Page'#3#212#1#18
|
+#7#10'FormCreate'#8'OnResize'#7#26'PublishProjectDialogRESIZE'#13'PixelsPerI'
|
||||||
+'VertScrollBar.Page'#3#242#1#4'Left'#3'3'#1#6'Height'#3#243#1#3'Top'#3#165#0
|
+'nch'#2'p'#8'Position'#7#14'poScreenCenter'#18'HorzScrollBar.Page'#3#227#1#18
|
||||||
+#5'Width'#3#213#1#0#7'TButton'#8'OkButton'#7'Anchors'#11#5'akTop'#7'akRight'
|
+'VertScrollBar.Page'#3#248#1#4'Left'#3'3'#1#6'Height'#3#249#1#3'Top'#3#165#0
|
||||||
+#8'akBottom'#0#7'Caption'#6#2'Ok'#11'ModalResult'#2#1#7'OnClick'#7#13'OkButt'
|
+#5'Width'#3#228#1#0#9'TGroupBox'#15'DestDirGroupBox'#5'Align'#7#5'alTop'#20
|
||||||
+'onCLICK'#8'TabOrder'#2#0#24'AnchorSideBottom.Control'#7#18'SaveSettingsButt'
|
+'BorderSpacing.Around'#2#6#7'Caption'#6#21'Destination directory'#12'ClientH'
|
||||||
+'on'#21'AnchorSideBottom.Side'#7#9'asrBottom'#4'Left'#2'H'#6'Height'#2#25#3
|
+'eight'#2'^'#11'ClientWidth'#3#212#1#11'ParentCtl3D'#8#8'TabOrder'#2#0#8'OnR'
|
||||||
+'Top'#3#208#1#5'Width'#2'K'#0#0#7'TButton'#12'CancelButton'#7'Anchors'#11#5
|
+'esize'#7#21'DestDirGroupBoxRESIZE'#4'Left'#2#6#6'Height'#2'o'#3'Top'#2#6#5
|
||||||
+'akTop'#7'akRight'#8'akBottom'#0#7'Caption'#6#6'Cancel'#11'ModalResult'#2#2#8
|
+'Width'#3#216#1#0#6'TLabel'#17'CommandAfterLabel'#7'Anchors'#11#5'akTop'#6'a'
|
||||||
+'TabOrder'#2#1#24'AnchorSideBottom.Control'#7#18'SaveSettingsButton'#21'Anch'
|
+'kLeft'#7'akRight'#0#7'Caption'#6#14'Command after:'#5'Color'#7#6'clNone'#11
|
||||||
+'orSideBottom.Side'#7#9'asrBottom'#4'Left'#3's'#1#6'Height'#2#25#3'Top'#3#208
|
+'ParentColor'#8#4'Left'#2#6#6'Height'#2#13#3'Top'#2'!'#5'Width'#3#194#1#0#0#9
|
||||||
+#1#5'Width'#2'K'#0#0#9'TGroupBox'#15'DestDirGroupBox'#7'Anchors'#11#5'akTop'
|
+'TComboBox'#15'DestDirComboBox'#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0
|
||||||
+#6'akLeft'#7'akRight'#0#7'Caption'#6#21'Destination directory'#12'ClientHeig'
|
+#16'AutoCompleteText'#11#22'cbactEndOfLineComplete'#20'cbactSearchAscending'
|
||||||
+'ht'#2'^'#11'ClientWidth'#3#190#1#11'ParentColor'#9#11'ParentCtl3D'#8#8'TabO'
|
+#0#9'MaxLength'#2#0#11'ParentCtl3D'#8#8'TabOrder'#2#0#4'Text'#6#15'DestDirCo'
|
||||||
+'rder'#2#2#8'OnResize'#7#21'DestDirGroupBoxRESIZE'#4'Left'#2#8#6'Height'#2'o'
|
+'mboBox'#4'Left'#2#6#6'Height'#2#21#3'Top'#2#1#5'Width'#3#158#1#0#0#7'TBitBt'
|
||||||
+#3'Top'#2#8#5'Width'#3#194#1#0#6'TLabel'#17'CommandAfterLabel'#7'Anchors'#11
|
+'n'#19'BrowseDestDirBitBtn'#7'Anchors'#11#5'akTop'#7'akRight'#8'akBottom'#0#8
|
||||||
+#5'akTop'#6'akLeft'#7'akRight'#0#7'Caption'#6#14'Command after:'#5'Color'#7#6
|
+'AutoSize'#9#25'BorderSpacing.InnerBorder'#2#2#7'Caption'#6#3'...'#9'NumGlyp'
|
||||||
+'clNone'#4'Left'#2#6#6'Height'#2#17#3'Top'#2'!'#5'Width'#3#172#1#0#0#9'TComb'
|
+'hs'#2#0#7'OnClick'#7#24'BrowseDestDirBitBtnCLICK'#8'TabOrder'#2#1#24'Anchor'
|
||||||
+'oBox'#15'DestDirComboBox'#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#9'M'
|
+'SideBottom.Control'#7#15'DestDirComboBox'#21'AnchorSideBottom.Side'#7#9'asr'
|
||||||
+'axLength'#2#0#11'ParentCtl3D'#8#8'TabOrder'#2#0#4'Text'#6#15'DestDirComboBo'
|
+'Bottom'#4'Left'#3#180#1#6'Height'#2#21#3'Top'#2#1#5'Width'#2#22#0#0#9'TComb'
|
||||||
+'x'#4'Left'#2#6#6'Height'#2#25#3'Top'#2#1#5'Width'#3'x'#1#0#0#7'TBitBtn'#19
|
+'oBox'#20'CommandAfterCombobox'#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0
|
||||||
+'BrowseDestDirBitBtn'#7'Anchors'#11#5'akTop'#7'akRight'#8'akBottom'#0#8'Auto'
|
+#16'AutoCompleteText'#11#22'cbactEndOfLineComplete'#20'cbactSearchAscending'
|
||||||
+'Size'#9#7'Caption'#6#3'...'#7'OnClick'#7#24'BrowseDestDirBitBtnCLICK'#8'Tab'
|
+#0#9'MaxLength'#2#0#11'ParentCtl3D'#8#8'TabOrder'#2#2#4'Text'#6#20'CommandAf'
|
||||||
+'Order'#2#1#24'AnchorSideBottom.Control'#7#15'DestDirComboBox'#21'AnchorSide'
|
+'terCombobox'#4'Left'#2#6#6'Height'#2#21#3'Top'#2':'#5'Width'#3#196#1#0#0#0#9
|
||||||
+'Bottom.Side'#7#9'asrBottom'#4'Left'#3#134#1#6'Height'#2#25#3'Top'#2#1#5'Wid'
|
+'TGroupBox'#13'FilesGroupbox'#5'Align'#7#5'alTop'#8'AutoSize'#9#20'BorderSpa'
|
||||||
+'th'#2'0'#0#0#9'TComboBox'#20'CommandAfterCombobox'#7'Anchors'#11#5'akTop'#6
|
+'cing.Around'#2#6#7'Caption'#6#5'Files'#12'ClientHeight'#2'$'#11'ClientWidth'
|
||||||
+'akLeft'#7'akRight'#0#9'MaxLength'#2#0#11'ParentCtl3D'#8#8'TabOrder'#2#2#4'T'
|
+#3#212#1#11'ParentCtl3D'#8#8'TabOrder'#2#1#8'OnResize'#7#19'FilesGroupboxRES'
|
||||||
+'ext'#6#20'CommandAfterCombobox'#4'Left'#2#6#6'Height'#2#25#3'Top'#2':'#5'Wi'
|
+'IZE'#4'Left'#2#6#6'Height'#2'5'#3'Top'#2'{'#5'Width'#3#216#1#0#9'TCheckBox'
|
||||||
+'dth'#3#174#1#0#0#0#9'TGroupBox'#13'FilesGroupbox'#7'Anchors'#11#5'akTop'#6
|
+#22'IgnoreBinariesCheckbox'#5'Align'#7#5'alTop'#11'AllowGrayed'#9#20'BorderS'
|
||||||
+'akLeft'#7'akRight'#0#7'Caption'#6#5'Files'#12'ClientHeight'#2#31#11'ClientW'
|
+'pacing.Around'#2#6#7'Caption'#6#15'Ignore binaries'#8'TabOrder'#2#0#4'Left'
|
||||||
+'idth'#3#190#1#11'ParentColor'#9#11'ParentCtl3D'#8#8'TabOrder'#2#3#8'OnResiz'
|
+#2#6#6'Height'#2#24#3'Top'#2#6#5'Width'#3#200#1#0#0#0#9'TGroupBox'#19'Projec'
|
||||||
+'e'#7#19'FilesGroupboxRESIZE'#4'Left'#2#8#6'Height'#2'0'#3'Top'#3#128#0#5'Wi'
|
+'tInfoGroupbox'#5'Align'#7#5'alTop'#8'AutoSize'#9#20'BorderSpacing.Around'#2
|
||||||
+'dth'#3#194#1#0#9'TCheckBox'#22'IgnoreBinariesCheckbox'#11'AllowGrayed'#9#7
|
+#6#7'Caption'#6#19'Project Information'#12'ClientHeight'#2'B'#11'ClientWidth'
|
||||||
+'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#7'Caption'#6#15'Ignore binaries'
|
+#3#212#1#11'ParentCtl3D'#8#8'TabOrder'#2#2#8'OnResize'#7#25'ProjectInfoGroup'
|
||||||
+#8'TabOrder'#2#0#4'Left'#2#6#6'Height'#2#20#3'Top'#2#1#5'Width'#3#172#1#0#0#0
|
+'boxRESIZE'#4'Left'#2#6#6'Height'#2'S'#3'Top'#3'r'#1#5'Width'#3#216#1#0#9'TC'
|
||||||
+#9'TGroupBox'#19'ProjectInfoGroupbox'#7'Anchors'#11#5'akTop'#6'akLeft'#7'akR'
|
+'heckBox!SaveClosedEditorFilesInfoCheckbox'#5'Align'#7#5'alTop'#11'AllowGray'
|
||||||
+'ight'#0#7'Caption'#6#19'Project Information'#12'ClientHeight'#2'7'#11'Clien'
|
+'ed'#9#20'BorderSpacing.Around'#2#6#7'Caption'#6' Save editor info of closed'
|
||||||
+'tWidth'#3#190#1#11'ParentColor'#9#11'ParentCtl3D'#8#8'TabOrder'#2#4#8'OnRes'
|
+' files'#8'TabOrder'#2#0#4'Left'#2#6#6'Height'#2#24#3'Top'#2#6#5'Width'#3#200
|
||||||
+'ize'#7#25'ProjectInfoGroupboxRESIZE'#4'Left'#2#8#6'Height'#2'H'#3'Top'#3'x'
|
+#1#0#0#9'TCheckBox''SaveEditorInfoOfNonProjectFilesCheckbox'#5'Align'#7#5'al'
|
||||||
+#1#5'Width'#3#194#1#0#9'TCheckBox!SaveClosedEditorFilesInfoCheckbox'#11'Allo'
|
+'Top'#11'AllowGrayed'#9#20'BorderSpacing.Around'#2#6#7'Caption'#6'%Save edit'
|
||||||
+'wGrayed'#9#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#7'Caption'#6' Save'
|
+'or info of non project files'#8'TabOrder'#2#1#4'Left'#2#6#6'Height'#2#24#3
|
||||||
+' editor info of closed files'#8'TabOrder'#2#0#4'Left'#2#4#6'Height'#2#20#3
|
+'Top'#2'$'#5'Width'#3#200#1#0#0#0#7'TButton'#18'SaveSettingsButton'#7'Anchor'
|
||||||
+'Top'#2#1#5'Width'#3#176#1#0#0#9'TCheckBox''SaveEditorInfoOfNonProjectFilesC'
|
+'s'#11#5'akTop'#7'akRight'#8'akBottom'#0#8'AutoSize'#9#19'BorderSpacing.Righ'
|
||||||
+'heckbox'#11'AllowGrayed'#9#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#7
|
+'t'#2#6#25'BorderSpacing.InnerBorder'#2#2#7'Caption'#6#13'Save settings'#7'O'
|
||||||
+'Caption'#6'%Save editor info of non project files'#8'TabOrder'#2#1#4'Left'#2
|
+'nClick'#7#23'SaveSettingsButtonCLICK'#8'TabOrder'#2#3#21'AnchorSideTop.Cont'
|
||||||
+#4#6'Height'#2#20#3'Top'#2#26#5'Width'#3#176#1#0#0#0#7'TButton'#18'SaveSetti'
|
+'rol'#7#12'CancelButton'#23'AnchorSideRight.Control'#7#12'CancelButton'#24'A'
|
||||||
+'ngsButton'#7'Anchors'#11#5'akTop'#7'akRight'#0#8'AutoSize'#9#7'Caption'#6#13
|
+'nchorSideBottom.Control'#7#12'CancelButton'#21'AnchorSideBottom.Side'#7#9'a'
|
||||||
+'Save settings'#7'OnClick'#7#23'SaveSettingsButtonCLICK'#8'TabOrder'#2#5#4'L'
|
+'srBottom'#4'Left'#3#1#1#6'Height'#2#28#3'Top'#3#215#1#5'Width'#2'U'#0#0#9'T'
|
||||||
+'eft'#3#198#0#6'Height'#2#25#3'Top'#3#208#1#5'Width'#2'x'#0#0#9'TGroupBox'#21
|
+'GroupBox'#21'IncludeFilterGroupbox'#5'Align'#7#5'alTop'#20'BorderSpacing.Ar'
|
||||||
+'IncludeFilterGroupbox'#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#7'Capt'
|
+'ound'#2#6#7'Caption'#6#14'Include Filter'#12'ClientHeight'#2'G'#11'ClientWi'
|
||||||
+'ion'#6#14'Include Filter'#12'ClientHeight'#2'G'#11'ClientWidth'#3#190#1#11
|
+'dth'#3#212#1#11'ParentCtl3D'#8#8'TabOrder'#2#4#7'TabStop'#9#8'OnResize'#7#27
|
||||||
+'ParentColor'#9#11'ParentCtl3D'#8#8'TabOrder'#2#6#7'TabStop'#9#8'OnResize'#7
|
+'IncludeFilterGroupboxRESIZE'#4'Left'#2#6#6'Height'#2'X'#3'Top'#3#182#0#5'Wi'
|
||||||
+#27'IncludeFilterGroupboxRESIZE'#4'Left'#2#8#6'Height'#2'X'#3'Top'#3#184#0#5
|
+'dth'#3#216#1#0#9'TCheckBox'#24'UseIncludeFilterCheckbox'#11'AllowGrayed'#9#7
|
||||||
+'Width'#3#194#1#0#9'TCheckBox'#24'UseIncludeFilterCheckbox'#11'AllowGrayed'#9
|
+'Caption'#6#18'Use Include Filter'#8'TabOrder'#2#0#4'Left'#2#6#6'Height'#2#24
|
||||||
+#7'Caption'#6#18'Use Include Filter'#8'TabOrder'#2#0#4'Left'#2#6#6'Height'#2
|
+#3'Top'#2#1#5'Width'#2'}'#0#0#9'TCheckBox'#29'IncFilterSimpleSyntaxCheckbox'
|
||||||
+#20#3'Top'#2#1#5'Width'#3#171#0#0#0#9'TCheckBox'#29'IncFilterSimpleSyntaxChe'
|
+#11'AllowGrayed'#9#7'Caption'#6#13'Simple Syntax'#14'ParentShowHint'#8#8'Sho'
|
||||||
+'ckbox'#11'AllowGrayed'#9#7'Caption'#6#13'Simple Syntax'#14'ParentShowHint'#8
|
+'wHint'#9#8'TabOrder'#2#1#4'Left'#3#199#0#6'Height'#2#24#3'Top'#2#1#5'Width'
|
||||||
+#8'ShowHint'#9#8'TabOrder'#2#1#4'Left'#3#199#0#6'Height'#2#20#3'Top'#2#1#5'W'
|
+#2'j'#0#0#9'TComboBox'#21'IncludeFilterCombobox'#7'Anchors'#11#5'akTop'#6'ak'
|
||||||
+'idth'#3#215#0#0#0#9'TComboBox'#21'IncludeFilterCombobox'#7'Anchors'#11#5'ak'
|
+'Left'#7'akRight'#0#16'AutoCompleteText'#11#22'cbactEndOfLineComplete'#20'cb'
|
||||||
+'Top'#6'akLeft'#7'akRight'#0#9'MaxLength'#2#0#11'ParentCtl3D'#8#8'TabOrder'#2
|
+'actSearchAscending'#0#9'MaxLength'#2#0#11'ParentCtl3D'#8#8'TabOrder'#2#2#4
|
||||||
+#2#4'Text'#6#21'IncludeFilterCombobox'#4'Left'#2#6#6'Height'#2#25#3'Top'#2'!'
|
+'Text'#6#21'IncludeFilterCombobox'#4'Left'#2#6#6'Height'#2#21#3'Top'#2'!'#5
|
||||||
+#5'Width'#3#174#1#0#0#0#9'TGroupBox'#21'ExcludeFilterGroupbox'#7'Anchors'#11
|
+'Width'#3#196#1#0#0#0#9'TGroupBox'#21'ExcludeFilterGroupbox'#5'Align'#7#5'al'
|
||||||
,#5'akTop'#6'akLeft'#7'akRight'#0#7'Caption'#6#14'Exclude Filter'#12'ClientHe'
|
,'Top'#20'BorderSpacing.Around'#2#6#7'Caption'#6#14'Exclude Filter'#12'Client'
|
||||||
+'ight'#2'G'#11'ClientWidth'#3#188#1#11'ParentColor'#9#11'ParentCtl3D'#8#8'Ta'
|
+'Height'#2'G'#11'ClientWidth'#3#212#1#11'ParentCtl3D'#8#8'TabOrder'#2#5#7'Ta'
|
||||||
+'bOrder'#2#7#7'TabStop'#9#8'OnResize'#7#27'ExcludeFilterGroupboxRESIZE'#4'Le'
|
+'bStop'#9#8'OnResize'#7#27'ExcludeFilterGroupboxRESIZE'#4'Left'#2#6#6'Height'
|
||||||
+'ft'#2#8#6'Height'#2'X'#3'Top'#3#24#1#5'Width'#3#192#1#0#9'TCheckBox'#24'Use'
|
+#2'X'#3'Top'#3#20#1#5'Width'#3#216#1#0#9'TCheckBox'#24'UseExcludeFilterCheck'
|
||||||
+'ExcludeFilterCheckbox'#11'AllowGrayed'#9#7'Caption'#6#18'Use Exclude Filter'
|
+'box'#11'AllowGrayed'#9#7'Caption'#6#18'Use Exclude Filter'#8'TabOrder'#2#0#4
|
||||||
+#8'TabOrder'#2#0#4'Left'#2#6#6'Height'#2#20#3'Top'#2#1#5'Width'#3#184#0#0#0#9
|
+'Left'#2#6#6'Height'#2#24#3'Top'#2#1#5'Width'#3#129#0#0#0#9'TCheckBox'#29'Ex'
|
||||||
+'TCheckBox'#29'ExcFilterSimpleSyntaxCheckbox'#11'AllowGrayed'#9#7'Caption'#6
|
+'cFilterSimpleSyntaxCheckbox'#11'AllowGrayed'#9#7'Caption'#6#13'Simple Synta'
|
||||||
+#13'Simple Syntax'#14'ParentShowHint'#8#8'ShowHint'#9#8'TabOrder'#2#1#4'Left'
|
+'x'#14'ParentShowHint'#8#8'ShowHint'#9#8'TabOrder'#2#1#4'Left'#3#199#0#6'Hei'
|
||||||
+#3#199#0#6'Height'#2#20#3'Top'#2#1#5'Width'#3#212#0#0#0#9'TComboBox'#21'Excl'
|
+'ght'#2#24#3'Top'#2#1#5'Width'#2'j'#0#0#9'TComboBox'#21'ExcludeFilterCombobo'
|
||||||
+'udeFilterCombobox'#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#9'MaxLengt'
|
+'x'#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#16'AutoCompleteText'#11#22
|
||||||
+'h'#2#0#11'ParentCtl3D'#8#8'TabOrder'#2#2#4'Text'#6#21'ExcludeFilterCombobox'
|
+'cbactEndOfLineComplete'#20'cbactSearchAscending'#0#9'MaxLength'#2#0#11'Pare'
|
||||||
+#4'Left'#2#6#6'Height'#2#25#3'Top'#2'!'#5'Width'#3#174#1#0#0#0#0
|
+'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#25'BorderSpacing.InnerBorder'#2#2#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'AnchorSid'
|
||||||
|
+'eRight.Control'#7#5'Owner'#20'AnchorSideRight.Side'#7#9'asrBottom'#24'Ancho'
|
||||||
|
+'rSideBottom.Control'#7#5'Owner'#21'AnchorSideBottom.Side'#7#9'asrBottom'#4
|
||||||
|
+'Left'#3#171#1#6'Height'#2#28#3'Top'#3#215#1#5'Width'#2'3'#0#0#7'TBitBtn'#12
|
||||||
|
+'CancelButton'#7'Anchors'#11#7'akRight'#8'akBottom'#0#8'AutoSize'#9#20'Borde'
|
||||||
|
+'rSpacing.Around'#2#6#25'BorderSpacing.InnerBorder'#2#2#6'Cancel'#9#7'Captio'
|
||||||
|
+'n'#6#6'Cancel'#4'Kind'#7#8'bkCancel'#11'ModalResult'#2#2#9'NumGlyphs'#2#0#8
|
||||||
|
+'TabOrder'#2#7#23'AnchorSideRight.Control'#7#8'OkButton'#24'AnchorSideBottom'
|
||||||
|
+'.Control'#7#5'Owner'#21'AnchorSideBottom.Side'#7#9'asrBottom'#4'Left'#3'\'#1
|
||||||
|
+#6'Height'#2#28#3'Top'#3#215#1#5'Width'#2'I'#0#0#0
|
||||||
]);
|
]);
|
||||||
|
|||||||
@ -47,6 +47,8 @@ type
|
|||||||
{ TPublishProjectDialog }
|
{ TPublishProjectDialog }
|
||||||
|
|
||||||
TPublishProjectDialog = class(TForm)
|
TPublishProjectDialog = class(TForm)
|
||||||
|
OkButton: TBitBtn;
|
||||||
|
CancelButton: TBitBtn;
|
||||||
DestDirGroupBox: TGroupBox;
|
DestDirGroupBox: TGroupBox;
|
||||||
DestDirComboBox: TComboBox;
|
DestDirComboBox: TComboBox;
|
||||||
BrowseDestDirBitBtn: TBitBtn;
|
BrowseDestDirBitBtn: TBitBtn;
|
||||||
@ -70,9 +72,7 @@ type
|
|||||||
SaveEditorInfoOfNonProjectFilesCheckbox: TCheckBox;
|
SaveEditorInfoOfNonProjectFilesCheckbox: TCheckBox;
|
||||||
SaveClosedEditorFilesInfoCheckbox: TCheckBox;
|
SaveClosedEditorFilesInfoCheckbox: TCheckBox;
|
||||||
|
|
||||||
OkButton: TButton;
|
|
||||||
SaveSettingsButton: TButton;
|
SaveSettingsButton: TButton;
|
||||||
CancelButton: TButton;
|
|
||||||
procedure BrowseDestDirBitBtnCLICK(Sender: TObject);
|
procedure BrowseDestDirBitBtnCLICK(Sender: TObject);
|
||||||
procedure DestDirGroupBoxRESIZE(Sender: TObject);
|
procedure DestDirGroupBoxRESIZE(Sender: TObject);
|
||||||
procedure ExcludeFilterGroupboxRESIZE(Sender: TObject);
|
procedure ExcludeFilterGroupboxRESIZE(Sender: TObject);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user