mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-06-03 10:38:22 +02:00
287 lines
6.5 KiB
Plaintext
287 lines
6.5 KiB
Plaintext
object PublishProjectDialog: TPublishProjectDialog
|
|
Left = 319
|
|
Height = 531
|
|
Top = 146
|
|
Width = 484
|
|
ActiveControl = DestDirComboBox
|
|
BorderIcons = [biSystemMenu]
|
|
Caption = 'Publish Project'
|
|
ClientHeight = 531
|
|
ClientWidth = 484
|
|
OnCreate = FormCreate
|
|
Position = poScreenCenter
|
|
LCLVersion = '0.9.25'
|
|
object DestDirGroupBox: TGroupBox
|
|
Left = 6
|
|
Height = 111
|
|
Top = 6
|
|
Width = 472
|
|
Align = alTop
|
|
BorderSpacing.Around = 6
|
|
Caption = 'Destination directory'
|
|
ClientHeight = 92
|
|
ClientWidth = 468
|
|
ParentCtl3D = False
|
|
TabOrder = 0
|
|
OnResize = DestDirGroupBoxRESIZE
|
|
object CommandAfterLabel: TLabel
|
|
Left = 6
|
|
Height = 20
|
|
Top = 33
|
|
Width = 442
|
|
Anchors = [akTop, akLeft, akRight]
|
|
Caption = 'Command after:'
|
|
ParentColor = False
|
|
end
|
|
object DestDirComboBox: TComboBox
|
|
Left = 6
|
|
Height = 29
|
|
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 = 423
|
|
Height = 29
|
|
Top = 1
|
|
Width = 27
|
|
Anchors = [akTop, akRight, akBottom]
|
|
AutoSize = True
|
|
Caption = '...'
|
|
NumGlyphs = 0
|
|
OnClick = BrowseDestDirBitBtnCLICK
|
|
TabOrder = 1
|
|
end
|
|
object CommandAfterCombobox: TComboBox
|
|
Left = 6
|
|
Height = 29
|
|
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 = 53
|
|
Top = 123
|
|
Width = 472
|
|
Align = alTop
|
|
AutoSize = True
|
|
BorderSpacing.Around = 6
|
|
Caption = 'Files'
|
|
ClientHeight = 34
|
|
ClientWidth = 468
|
|
ParentCtl3D = False
|
|
TabOrder = 1
|
|
object IgnoreBinariesCheckbox: TCheckBox
|
|
Left = 6
|
|
Height = 22
|
|
Top = 6
|
|
Width = 456
|
|
Align = alTop
|
|
AllowGrayed = True
|
|
BorderSpacing.Around = 6
|
|
Caption = 'Ignore binaries'
|
|
TabOrder = 0
|
|
end
|
|
end
|
|
object ProjectInfoGroupbox: TGroupBox
|
|
Left = 6
|
|
Height = 81
|
|
Top = 370
|
|
Width = 472
|
|
Align = alTop
|
|
AutoSize = True
|
|
BorderSpacing.Around = 6
|
|
Caption = 'Project Information'
|
|
ClientHeight = 62
|
|
ClientWidth = 468
|
|
ParentCtl3D = False
|
|
TabOrder = 4
|
|
object SaveClosedEditorFilesInfoCheckbox: TCheckBox
|
|
Left = 6
|
|
Height = 22
|
|
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 = 22
|
|
Top = 34
|
|
Width = 456
|
|
Align = alTop
|
|
AllowGrayed = True
|
|
BorderSpacing.Around = 6
|
|
Caption = 'Save editor info of non project files'
|
|
TabOrder = 1
|
|
end
|
|
end
|
|
object IncludeFilterGroupbox: TGroupBox
|
|
Left = 6
|
|
Height = 88
|
|
Top = 182
|
|
Width = 472
|
|
Align = alTop
|
|
BorderSpacing.Around = 6
|
|
Caption = 'Include Filter'
|
|
ClientHeight = 69
|
|
ClientWidth = 468
|
|
ParentCtl3D = False
|
|
TabOrder = 2
|
|
TabStop = True
|
|
object UseIncludeFilterCheckbox: TCheckBox
|
|
Left = 6
|
|
Height = 22
|
|
Top = 1
|
|
Width = 132
|
|
AllowGrayed = True
|
|
Caption = 'Use Include Filter'
|
|
TabOrder = 0
|
|
end
|
|
object IncFilterSimpleSyntaxCheckbox: TCheckBox
|
|
Left = 199
|
|
Height = 22
|
|
Top = 1
|
|
Width = 116
|
|
AllowGrayed = True
|
|
Caption = 'Simple Syntax'
|
|
ParentShowHint = False
|
|
ShowHint = True
|
|
TabOrder = 1
|
|
end
|
|
object IncludeFilterCombobox: TComboBox
|
|
Left = 6
|
|
Height = 29
|
|
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 = 276
|
|
Width = 472
|
|
Align = alTop
|
|
BorderSpacing.Around = 6
|
|
Caption = 'Exclude Filter'
|
|
ClientHeight = 69
|
|
ClientWidth = 468
|
|
ParentCtl3D = False
|
|
TabOrder = 3
|
|
TabStop = True
|
|
object UseExcludeFilterCheckbox: TCheckBox
|
|
Left = 6
|
|
Height = 22
|
|
Top = 1
|
|
Width = 136
|
|
AllowGrayed = True
|
|
Caption = 'Use Exclude Filter'
|
|
TabOrder = 0
|
|
end
|
|
object ExcFilterSimpleSyntaxCheckbox: TCheckBox
|
|
Left = 199
|
|
Height = 22
|
|
Top = 1
|
|
Width = 116
|
|
AllowGrayed = True
|
|
Caption = 'Simple Syntax'
|
|
ParentShowHint = False
|
|
ShowHint = True
|
|
TabOrder = 1
|
|
end
|
|
object ExcludeFilterCombobox: TComboBox
|
|
Left = 6
|
|
Height = 29
|
|
Top = 33
|
|
Width = 446
|
|
Anchors = [akTop, akLeft, akRight]
|
|
AutoCompleteText = [cbactEndOfLineComplete, cbactSearchAscending]
|
|
MaxLength = 0
|
|
ParentCtl3D = False
|
|
TabOrder = 2
|
|
Text = 'ExcludeFilterCombobox'
|
|
end
|
|
end
|
|
object BtnPanel: TPanel
|
|
Height = 48
|
|
Top = 483
|
|
Width = 484
|
|
Align = alBottom
|
|
AutoSize = True
|
|
BevelOuter = bvNone
|
|
ClientHeight = 48
|
|
ClientWidth = 484
|
|
TabOrder = 5
|
|
object SaveSettingsButton: TButton
|
|
AnchorSideBottom.Side = asrBottom
|
|
Left = 6
|
|
Height = 36
|
|
Top = 6
|
|
Width = 99
|
|
Align = alLeft
|
|
AutoSize = True
|
|
BorderSpacing.Around = 6
|
|
Caption = 'Save settings'
|
|
OnClick = SaveSettingsButtonCLICK
|
|
TabOrder = 0
|
|
end
|
|
object CancelButton: TBitBtn
|
|
AnchorSideRight.Side = asrBottom
|
|
AnchorSideBottom.Side = asrBottom
|
|
Left = 400
|
|
Height = 36
|
|
Top = 6
|
|
Width = 78
|
|
Align = alRight
|
|
AutoSize = True
|
|
BorderSpacing.Around = 6
|
|
Cancel = True
|
|
Caption = 'Cancel'
|
|
Kind = bkCancel
|
|
ModalResult = 2
|
|
NumGlyphs = 0
|
|
TabOrder = 1
|
|
end
|
|
object OkButton: TBitBtn
|
|
AnchorSideBottom.Side = asrBottom
|
|
Left = 337
|
|
Height = 36
|
|
Top = 6
|
|
Width = 57
|
|
Align = alRight
|
|
AutoSize = True
|
|
BorderSpacing.Around = 6
|
|
Caption = '&OK'
|
|
Default = True
|
|
Kind = bkOK
|
|
ModalResult = 1
|
|
NumGlyphs = 0
|
|
OnClick = OkButtonCLICK
|
|
TabOrder = 2
|
|
end
|
|
end
|
|
end
|