lazarus/ide/publishprojectdlg.lfm
2005-08-21 22:29:01 +00:00

260 lines
6.0 KiB
Plaintext

object PublishProjectDialog: TPublishProjectDialog
Caption = 'Publish Project'
ClientHeight = 499
ClientWidth = 469
OnCreate = FormCreate
OnResize = PublishProjectDialogRESIZE
PixelsPerInch = 112
Position = poScreenCenter
HorzScrollBar.Page = 468
VertScrollBar.Page = 498
Left = 307
Height = 499
Top = 165
Width = 469
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
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 CommandAfterLabel: TLabel
Anchors = [akTop, akLeft, akRight]
Caption = 'Command after:'
Color = clNone
Left = 6
Height = 17
Top = 33
Width = 428
end
object DestDirComboBox: TComboBox
Anchors = [akTop, akLeft, akRight]
MaxLength = 0
ParentCtl3D = False
TabOrder = 0
Text = 'DestDirComboBox'
Left = 6
Height = 25
Top = 1
Width = 376
end
object BrowseDestDirBitBtn: TBitBtn
Anchors = [akTop, akRight, akBottom]
AutoSize = True
Caption = '...'
OnClick = BrowseDestDirBitBtnCLICK
TabOrder = 1
AnchorSideBottom.Control = DestDirComboBox
AnchorSideBottom.Side = asrBottom
Left = 390
Height = 25
Top = 1
Width = 48
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
end
object FilesGroupbox: TGroupBox
Anchors = [akTop, akLeft, akRight]
Caption = 'Files'
ClientHeight = 31
ClientWidth = 446
ParentColor = True
ParentCtl3D = False
TabOrder = 3
OnResize = FilesGroupboxRESIZE
Left = 8
Height = 48
Top = 128
Width = 450
object IgnoreBinariesCheckbox: TCheckBox
AllowGrayed = True
Anchors = [akTop, akLeft, akRight]
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 = 55
ClientWidth = 446
ParentColor = True
ParentCtl3D = False
TabOrder = 4
OnResize = ProjectInfoGroupboxRESIZE
Left = 8
Height = 72
Top = 376
Width = 450
object SaveClosedEditorFilesInfoCheckbox: TCheckBox
AllowGrayed = True
Anchors = [akTop, akLeft, akRight]
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]
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]
AutoSize = True
Caption = 'Save settings'
OnClick = SaveSettingsButtonCLICK
TabOrder = 5
Left = 198
Height = 25
Top = 464
Width = 120
end
object IncludeFilterGroupbox: TGroupBox
Anchors = [akTop, akLeft, akRight]
Caption = 'Include Filter'
ClientHeight = 71
ClientWidth = 446
ParentColor = True
ParentCtl3D = False
TabOrder = 6
TabStop = True
OnResize = IncludeFilterGroupboxRESIZE
Left = 8
Height = 88
Top = 184
Width = 450
object UseIncludeFilterCheckbox: TCheckBox
AllowGrayed = True
Caption = 'Use Include Filter'
TabOrder = 0
Left = 6
Height = 20
Top = 1
Width = 171
end
object IncFilterSimpleSyntaxCheckbox: TCheckBox
AllowGrayed = True
Caption = 'Simple Syntax'
ParentShowHint = False
ShowHint = True
TabOrder = 1
Left = 199
Height = 20
Top = 1
Width = 215
end
object IncludeFilterCombobox: TComboBox
Anchors = [akTop, akLeft, akRight]
MaxLength = 0
ParentCtl3D = False
TabOrder = 2
Text = 'IncludeFilterCombobox'
Left = 6
Height = 25
Top = 33
Width = 430
end
end
object ExcludeFilterGroupbox: TGroupBox
Anchors = [akTop, akLeft, akRight]
Caption = 'Exclude Filter'
ClientHeight = 71
ClientWidth = 444
ParentColor = True
ParentCtl3D = False
TabOrder = 7
TabStop = True
OnResize = ExcludeFilterGroupboxRESIZE
Left = 8
Height = 88
Top = 280
Width = 448
object UseExcludeFilterCheckbox: TCheckBox
AllowGrayed = True
Caption = 'Use Exclude Filter'
TabOrder = 0
Left = 6
Height = 20
Top = 1
Width = 184
end
object ExcFilterSimpleSyntaxCheckbox: TCheckBox
AllowGrayed = True
Caption = 'Simple Syntax'
ParentShowHint = False
ShowHint = True
TabOrder = 1
Left = 199
Height = 20
Top = 1
Width = 212
end
object ExcludeFilterCombobox: TComboBox
Anchors = [akTop, akLeft, akRight]
MaxLength = 0
ParentCtl3D = False
TabOrder = 2
Text = 'ExcludeFilterCombobox'
Left = 6
Height = 25
Top = 33
Width = 430
end
end
end