mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-06-20 21:48:15 +02:00
253 lines
5.6 KiB
Plaintext
253 lines
5.6 KiB
Plaintext
object PublishProjectDialog: TPublishProjectDialog
|
|
Caption = 'Publish Project'
|
|
ClientHeight = 465
|
|
ClientWidth = 469
|
|
OnResize = PublishProjectDialogRESIZE
|
|
PixelsPerInch = 90
|
|
Position = poScreenCenter
|
|
HorzScrollBar.Page = 470
|
|
VertScrollBar.Page = 466
|
|
Left = 307
|
|
Height = 465
|
|
Top = 165
|
|
Width = 469
|
|
object OkButton: TButton
|
|
Anchors = [akTop, akRight]
|
|
Caption = 'Ok'
|
|
ModalResult = 1
|
|
OnClick = OkButtonCLICK
|
|
TabOrder = 0
|
|
Left = 72
|
|
Height = 25
|
|
Top = 432
|
|
Width = 75
|
|
end
|
|
object CancelButton: TButton
|
|
Anchors = [akTop, akRight]
|
|
Caption = 'Cancel'
|
|
ModalResult = 2
|
|
TabOrder = 1
|
|
Left = 371
|
|
Height = 25
|
|
Top = 432
|
|
Width = 75
|
|
end
|
|
object DestDirGroupBox: TGroupBox
|
|
Anchors = [akTop, akLeft, akRight]
|
|
Caption = 'Destination directory'
|
|
ClientHeight = 94
|
|
ClientWidth = 446
|
|
ParentColor = True
|
|
ParentCtl3D = False
|
|
TabOrder = 2
|
|
OnResize = DestDirGroupBoxRESIZE
|
|
Left = 8
|
|
Height = 111
|
|
Top = 8
|
|
Width = 450
|
|
object DestDirComboBox: TComboBox
|
|
Anchors = [akTop, akLeft, akRight]
|
|
MaxLength = 0
|
|
ParentCtl3D = False
|
|
TabOrder = 0
|
|
Text = 'DestDirComboBox'
|
|
Left = 6
|
|
Height = 25
|
|
Top = 1
|
|
Width = 350
|
|
end
|
|
object BrowseDestDirBitBtn: TBitBtn
|
|
Anchors = [akTop, akRight]
|
|
Caption = 'Browse'
|
|
OnClick = BrowseDestDirBitBtnCLICK
|
|
TabOrder = 1
|
|
Left = 366
|
|
Height = 25
|
|
Top = 1
|
|
Width = 72
|
|
end
|
|
object CommandAfterCombobox: TComboBox
|
|
Anchors = [akTop, akLeft, akRight]
|
|
MaxLength = 0
|
|
ParentCtl3D = False
|
|
TabOrder = 2
|
|
Text = 'CommandAfterCombobox'
|
|
Left = 6
|
|
Height = 25
|
|
Top = 58
|
|
Width = 430
|
|
end
|
|
object CommandAfterLabel: TLabel
|
|
Anchors = [akTop, akLeft, akRight]
|
|
Caption = 'Command after:'
|
|
Left = 6
|
|
Height = 17
|
|
Top = 33
|
|
Width = 428
|
|
end
|
|
end
|
|
object FilesGroupbox: TGroupBox
|
|
Anchors = [akTop, akLeft, akRight]
|
|
Caption = 'Files'
|
|
ClientHeight = 27
|
|
ClientWidth = 446
|
|
ParentColor = True
|
|
ParentCtl3D = False
|
|
TabOrder = 3
|
|
OnResize = FilesGroupboxRESIZE
|
|
Left = 8
|
|
Height = 44
|
|
Top = 128
|
|
Width = 450
|
|
object IgnoreBinariesCheckbox: TCheckBox
|
|
AllowGrayed = True
|
|
Anchors = [akTop, akLeft, akRight]
|
|
AutoSize = True
|
|
Caption = 'Ignore binaries'
|
|
TabOrder = 0
|
|
Left = 6
|
|
Height = 20
|
|
Top = 1
|
|
Width = 428
|
|
end
|
|
end
|
|
object ProjectInfoGroupbox: TGroupBox
|
|
Anchors = [akTop, akLeft, akRight]
|
|
Caption = 'Project Information'
|
|
ClientHeight = 52
|
|
ClientWidth = 446
|
|
ParentColor = True
|
|
ParentCtl3D = False
|
|
TabOrder = 4
|
|
OnResize = ProjectInfoGroupboxRESIZE
|
|
Left = 8
|
|
Height = 69
|
|
Top = 344
|
|
Width = 450
|
|
object SaveClosedEditorFilesInfoCheckbox: TCheckBox
|
|
AllowGrayed = True
|
|
Anchors = [akTop, akLeft, akRight]
|
|
AutoSize = True
|
|
Caption = 'Save editor info of closed files'
|
|
TabOrder = 0
|
|
Left = 4
|
|
Height = 20
|
|
Top = 1
|
|
Width = 432
|
|
end
|
|
object SaveEditorInfoOfNonProjectFilesCheckbox: TCheckBox
|
|
AllowGrayed = True
|
|
Anchors = [akTop, akLeft, akRight]
|
|
AutoSize = True
|
|
Caption = 'Save editor info of non project files'
|
|
TabOrder = 1
|
|
Left = 4
|
|
Height = 20
|
|
Top = 26
|
|
Width = 432
|
|
end
|
|
end
|
|
object SaveSettingsButton: TButton
|
|
Anchors = [akTop, akRight]
|
|
Caption = 'Save settings'
|
|
OnClick = SaveSettingsButtonCLICK
|
|
TabOrder = 5
|
|
Left = 198
|
|
Height = 25
|
|
Top = 432
|
|
Width = 120
|
|
end
|
|
object IncludeFilterGroupbox: TGroupBox
|
|
Anchors = [akTop, akLeft, akRight]
|
|
Caption = 'Include Filter'
|
|
ClientHeight = 58
|
|
ClientWidth = 446
|
|
ParentColor = True
|
|
ParentCtl3D = False
|
|
TabOrder = 6
|
|
TabStop = True
|
|
OnResize = IncludeFilterGroupboxRESIZE
|
|
Left = 8
|
|
Height = 75
|
|
Top = 176
|
|
Width = 450
|
|
object UseIncludeFilterCheckbox: TCheckBox
|
|
AllowGrayed = True
|
|
AutoSize = True
|
|
Caption = 'Use Include Filter'
|
|
TabOrder = 0
|
|
Left = 6
|
|
Height = 20
|
|
Top = 1
|
|
Width = 171
|
|
end
|
|
object IncFilterSimpleSyntaxCheckbox: TCheckBox
|
|
AllowGrayed = True
|
|
AutoSize = True
|
|
Caption = 'Simple Syntax'
|
|
TabOrder = 1
|
|
Left = 196
|
|
Height = 20
|
|
Top = 2
|
|
Width = 215
|
|
end
|
|
object IncludeFilterCombobox: TComboBox
|
|
Anchors = [akTop, akLeft, akRight]
|
|
MaxLength = 0
|
|
ParentCtl3D = False
|
|
TabOrder = 2
|
|
Text = 'IncludeFilterCombobox'
|
|
Left = 6
|
|
Height = 25
|
|
Top = 25
|
|
Width = 430
|
|
end
|
|
end
|
|
object ExcludeFilterGroupbox: TGroupBox
|
|
Anchors = [akTop, akLeft, akRight]
|
|
Caption = 'Exclude Filter'
|
|
ClientHeight = 62
|
|
ClientWidth = 444
|
|
ParentColor = True
|
|
ParentCtl3D = False
|
|
TabOrder = 7
|
|
TabStop = True
|
|
OnResize = ExcludeFilterGroupboxRESIZE
|
|
Left = 8
|
|
Height = 79
|
|
Top = 256
|
|
Width = 448
|
|
object UseExcludeFilterCheckbox: TCheckBox
|
|
AllowGrayed = True
|
|
AutoSize = True
|
|
Caption = 'Use Exclude Filter'
|
|
TabOrder = 0
|
|
Left = 6
|
|
Height = 20
|
|
Top = 5
|
|
Width = 184
|
|
end
|
|
object ExcFilterSimpleSyntaxCheckbox: TCheckBox
|
|
AllowGrayed = True
|
|
AutoSize = True
|
|
Caption = 'Simple Syntax'
|
|
TabOrder = 1
|
|
Left = 199
|
|
Height = 20
|
|
Top = 6
|
|
Width = 212
|
|
end
|
|
object ExcludeFilterCombobox: TComboBox
|
|
Anchors = [akTop, akLeft, akRight]
|
|
MaxLength = 0
|
|
ParentCtl3D = False
|
|
TabOrder = 2
|
|
Text = 'ExcludeFilterCombobox'
|
|
Left = 6
|
|
Height = 25
|
|
Top = 30
|
|
Width = 430
|
|
end
|
|
end
|
|
end
|