mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-06-03 01:58:14 +02:00
275 lines
6.4 KiB
Plaintext
275 lines
6.4 KiB
Plaintext
object PublishProjectDialog: TPublishProjectDialog
|
|
Left = 330
|
|
Height = 505
|
|
Top = 158
|
|
Width = 484
|
|
HorzScrollBar.Page = 483
|
|
VertScrollBar.Page = 504
|
|
ActiveControl = DestDirComboBox
|
|
BorderIcons = [biSystemMenu]
|
|
Caption = 'Publish Project'
|
|
OnCreate = FormCreate
|
|
Position = poScreenCenter
|
|
object DestDirGroupBox: TGroupBox
|
|
Left = 6
|
|
Height = 111
|
|
Top = 6
|
|
Width = 472
|
|
Align = alTop
|
|
BorderSpacing.Around = 6
|
|
Caption = 'Destination directory'
|
|
ParentCtl3D = False
|
|
TabOrder = 0
|
|
OnResize = DestDirGroupBoxRESIZE
|
|
object CommandAfterLabel: TLabel
|
|
Left = 6
|
|
Height = 14
|
|
Top = 33
|
|
Width = 442
|
|
Anchors = [akTop, akLeft, akRight]
|
|
Caption = 'Command after:'
|
|
Color = clNone
|
|
ParentColor = False
|
|
end
|
|
object DestDirComboBox: TComboBox
|
|
Left = 6
|
|
Height = 21
|
|
Top = 1
|
|
Width = 406
|
|
Anchors = [akTop, akLeft, akRight]
|
|
AutoCompleteText = [cbactEndOfLineComplete, cbactSearchAscending]
|
|
MaxLength = 0
|
|
ParentCtl3D = False
|
|
TabOrder = 0
|
|
Text = 'DestDirComboBox'
|
|
end
|
|
object BrowseDestDirBitBtn: TBitBtn
|
|
AnchorSideBottom.Control = DestDirComboBox
|
|
AnchorSideBottom.Side = asrBottom
|
|
Left = 413
|
|
Height = 21
|
|
Top = 1
|
|
Width = 37
|
|
Anchors = [akTop, akRight, akBottom]
|
|
AutoSize = True
|
|
Caption = '...'
|
|
NumGlyphs = 0
|
|
OnClick = BrowseDestDirBitBtnCLICK
|
|
TabOrder = 1
|
|
end
|
|
object CommandAfterCombobox: TComboBox
|
|
Left = 6
|
|
Height = 21
|
|
Top = 58
|
|
Width = 444
|
|
Anchors = [akTop, akLeft, akRight]
|
|
AutoCompleteText = [cbactEndOfLineComplete, cbactSearchAscending]
|
|
MaxLength = 0
|
|
ParentCtl3D = False
|
|
TabOrder = 2
|
|
Text = 'CommandAfterCombobox'
|
|
end
|
|
end
|
|
object FilesGroupbox: TGroupBox
|
|
Left = 6
|
|
Height = 43
|
|
Top = 123
|
|
Width = 472
|
|
Align = alTop
|
|
AutoSize = True
|
|
BorderSpacing.Around = 6
|
|
Caption = 'Files'
|
|
ParentCtl3D = False
|
|
TabOrder = 1
|
|
object IgnoreBinariesCheckbox: TCheckBox
|
|
Left = 6
|
|
Height = 13
|
|
Top = 6
|
|
Width = 456
|
|
Align = alTop
|
|
AllowGrayed = True
|
|
BorderSpacing.Around = 6
|
|
Caption = 'Ignore binaries'
|
|
TabOrder = 0
|
|
end
|
|
end
|
|
object ProjectInfoGroupbox: TGroupBox
|
|
Left = 6
|
|
Height = 62
|
|
Top = 360
|
|
Width = 472
|
|
Align = alTop
|
|
AutoSize = True
|
|
BorderSpacing.Around = 6
|
|
Caption = 'Project Information'
|
|
ParentCtl3D = False
|
|
TabOrder = 4
|
|
object SaveClosedEditorFilesInfoCheckbox: TCheckBox
|
|
Left = 6
|
|
Height = 13
|
|
Top = 6
|
|
Width = 456
|
|
Align = alTop
|
|
AllowGrayed = True
|
|
BorderSpacing.Around = 6
|
|
Caption = 'Save editor info of closed files'
|
|
TabOrder = 0
|
|
end
|
|
object SaveEditorInfoOfNonProjectFilesCheckbox: TCheckBox
|
|
Left = 6
|
|
Height = 13
|
|
Top = 25
|
|
Width = 456
|
|
Align = alTop
|
|
AllowGrayed = True
|
|
BorderSpacing.Around = 6
|
|
Caption = 'Save editor info of non project files'
|
|
TabOrder = 1
|
|
end
|
|
end
|
|
object SaveSettingsButton: TButton
|
|
AnchorSideLeft.Control = Owner
|
|
AnchorSideTop.Control = CancelButton
|
|
AnchorSideRight.Control = CancelButton
|
|
AnchorSideBottom.Control = Owner
|
|
AnchorSideBottom.Side = asrBottom
|
|
Left = 6
|
|
Height = 25
|
|
Top = 474
|
|
Width = 92
|
|
Anchors = [akLeft, akBottom]
|
|
AutoSize = True
|
|
BorderSpacing.Around = 6
|
|
BorderSpacing.InnerBorder = 4
|
|
Caption = 'Save settings'
|
|
OnClick = SaveSettingsButtonCLICK
|
|
TabOrder = 5
|
|
end
|
|
object IncludeFilterGroupbox: TGroupBox
|
|
Left = 6
|
|
Height = 88
|
|
Top = 172
|
|
Width = 472
|
|
Align = alTop
|
|
BorderSpacing.Around = 6
|
|
Caption = 'Include Filter'
|
|
ParentCtl3D = False
|
|
TabOrder = 2
|
|
TabStop = True
|
|
object UseIncludeFilterCheckbox: TCheckBox
|
|
Left = 6
|
|
Height = 13
|
|
Top = 1
|
|
Width = 102
|
|
AllowGrayed = True
|
|
Caption = 'Use Include Filter'
|
|
TabOrder = 0
|
|
end
|
|
object IncFilterSimpleSyntaxCheckbox: TCheckBox
|
|
Left = 199
|
|
Height = 13
|
|
Top = 1
|
|
Width = 86
|
|
AllowGrayed = True
|
|
Caption = 'Simple Syntax'
|
|
ParentShowHint = False
|
|
ShowHint = True
|
|
TabOrder = 1
|
|
end
|
|
object IncludeFilterCombobox: TComboBox
|
|
Left = 6
|
|
Height = 21
|
|
Top = 33
|
|
Width = 444
|
|
Anchors = [akTop, akLeft, akRight]
|
|
AutoCompleteText = [cbactEndOfLineComplete, cbactSearchAscending]
|
|
MaxLength = 0
|
|
ParentCtl3D = False
|
|
TabOrder = 2
|
|
Text = 'IncludeFilterCombobox'
|
|
end
|
|
end
|
|
object ExcludeFilterGroupbox: TGroupBox
|
|
Left = 6
|
|
Height = 88
|
|
Top = 266
|
|
Width = 472
|
|
Align = alTop
|
|
BorderSpacing.Around = 6
|
|
Caption = 'Exclude Filter'
|
|
ParentCtl3D = False
|
|
TabOrder = 3
|
|
TabStop = True
|
|
object UseExcludeFilterCheckbox: TCheckBox
|
|
Left = 6
|
|
Height = 13
|
|
Top = 1
|
|
Width = 105
|
|
AllowGrayed = True
|
|
Caption = 'Use Exclude Filter'
|
|
TabOrder = 0
|
|
end
|
|
object ExcFilterSimpleSyntaxCheckbox: TCheckBox
|
|
Left = 199
|
|
Height = 13
|
|
Top = 1
|
|
Width = 86
|
|
AllowGrayed = True
|
|
Caption = 'Simple Syntax'
|
|
ParentShowHint = False
|
|
ShowHint = True
|
|
TabOrder = 1
|
|
end
|
|
object ExcludeFilterCombobox: TComboBox
|
|
Left = 6
|
|
Height = 21
|
|
Top = 33
|
|
Width = 446
|
|
Anchors = [akTop, akLeft, akRight]
|
|
AutoCompleteText = [cbactEndOfLineComplete, cbactSearchAscending]
|
|
MaxLength = 0
|
|
ParentCtl3D = False
|
|
TabOrder = 2
|
|
Text = 'ExcludeFilterCombobox'
|
|
end
|
|
end
|
|
object OkButton: TBitBtn
|
|
AnchorSideRight.Control = CancelButton
|
|
AnchorSideBottom.Control = Owner
|
|
AnchorSideBottom.Side = asrBottom
|
|
Left = 322
|
|
Height = 38
|
|
Top = 461
|
|
Width = 66
|
|
Anchors = [akRight, akBottom]
|
|
AutoSize = True
|
|
BorderSpacing.Around = 6
|
|
Caption = '&OK'
|
|
Default = True
|
|
Kind = bkOK
|
|
ModalResult = 1
|
|
NumGlyphs = 0
|
|
OnClick = OkButtonCLICK
|
|
TabOrder = 6
|
|
end
|
|
object CancelButton: TBitBtn
|
|
AnchorSideRight.Control = Owner
|
|
AnchorSideRight.Side = asrBottom
|
|
AnchorSideBottom.Control = Owner
|
|
AnchorSideBottom.Side = asrBottom
|
|
Left = 394
|
|
Height = 38
|
|
Top = 461
|
|
Width = 84
|
|
Anchors = [akRight, akBottom]
|
|
AutoSize = True
|
|
BorderSpacing.Around = 6
|
|
Cancel = True
|
|
Caption = 'Cancel'
|
|
Kind = bkCancel
|
|
ModalResult = 2
|
|
NumGlyphs = 0
|
|
TabOrder = 7
|
|
end
|
|
end
|