lazarus/ide/publishprojectdlg.lfm
mattias 3fc4a08068 IDE: publish project dialog: improved layout
git-svn-id: trunk@56104 -
2017-10-17 16:24:51 +00:00

270 lines
6.9 KiB
Plaintext

object PublishProjectDialog: TPublishProjectDialog
Left = 371
Height = 476
Top = 171
Width = 498
BorderIcons = [biSystemMenu]
Caption = 'Publish Project'
ClientHeight = 476
ClientWidth = 498
OnClose = FormClose
OnCreate = FormCreate
Position = poScreenCenter
LCLVersion = '1.9.0.0'
object DestDirGroupBox: TGroupBox
Left = 6
Height = 100
Top = 6
Width = 486
Align = alTop
AutoSize = True
BorderSpacing.Around = 6
Caption = 'Destination directory'
ChildSizing.LeftRightSpacing = 6
ChildSizing.TopBottomSpacing = 6
ClientHeight = 85
ClientWidth = 482
TabOrder = 0
OnResize = DestDirGroupBoxRESIZE
object CommandAfterLabel: TLabel
AnchorSideTop.Control = DestDirComboBox
AnchorSideTop.Side = asrBottom
Left = 6
Height = 13
Top = 39
Width = 456
Anchors = [akTop, akLeft, akRight]
BorderSpacing.Top = 6
Caption = 'Command after:'
ParentColor = False
end
object DestDirComboBox: TComboBox
AnchorSideRight.Control = BrowseDestDirBitBtn
Left = 6
Height = 27
Top = 6
Width = 449
Anchors = [akTop, akLeft, akRight]
ItemHeight = 0
TabOrder = 0
Text = 'DestDirComboBox'
end
object BrowseDestDirBitBtn: TBitBtn
AnchorSideRight.Control = DestDirGroupBox
AnchorSideRight.Side = asrBottom
AnchorSideBottom.Control = DestDirComboBox
AnchorSideBottom.Side = asrBottom
Left = 455
Height = 27
Top = 6
Width = 21
Anchors = [akTop, akRight, akBottom]
AutoSize = True
BorderSpacing.Right = 6
Caption = '...'
OnClick = BrowseDestDirBitBtnCLICK
TabOrder = 1
end
object CommandAfterCombobox: TComboBox
AnchorSideTop.Control = CommandAfterLabel
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = DestDirGroupBox
AnchorSideRight.Side = asrBottom
Left = 6
Height = 27
Top = 52
Width = 470
Anchors = [akTop, akLeft, akRight]
ItemHeight = 0
TabOrder = 2
Text = 'CommandAfterCombobox'
end
end
object FilesGroupbox: TGroupBox
Left = 6
Height = 51
Top = 112
Width = 486
Align = alTop
AutoSize = True
BorderSpacing.Around = 6
Caption = 'Files'
ChildSizing.TopBottomSpacing = 6
ClientHeight = 36
ClientWidth = 482
TabOrder = 1
object IgnoreBinariesCheckbox: TCheckBox
AnchorSideRight.Side = asrBottom
Left = 6
Height = 24
Top = 6
Width = 108
BorderSpacing.Around = 6
Caption = 'Ignore binaries'
TabOrder = 0
end
end
object ProjectInfoGroupbox: TGroupBox
Left = 6
Height = 81
Top = 337
Width = 486
Align = alTop
AutoSize = True
BorderSpacing.Around = 6
Caption = 'Project Information'
ChildSizing.LeftRightSpacing = 6
ChildSizing.TopBottomSpacing = 6
ClientHeight = 66
ClientWidth = 482
TabOrder = 4
object SaveClosedEditorFilesInfoCheckbox: TCheckBox
AnchorSideLeft.Control = ProjectInfoGroupbox
AnchorSideTop.Control = ProjectInfoGroupbox
Left = 6
Height = 24
Top = 6
Width = 192
BorderSpacing.Around = 6
Caption = 'Save editor info of closed files'
TabOrder = 0
end
object SaveEditorInfoOfNonProjectFilesCheckbox: TCheckBox
AnchorSideLeft.Control = ProjectInfoGroupbox
AnchorSideTop.Control = SaveClosedEditorFilesInfoCheckbox
AnchorSideTop.Side = asrBottom
Left = 6
Height = 24
Top = 36
Width = 221
BorderSpacing.Around = 6
Caption = 'Save editor info of non project files'
TabOrder = 1
end
end
object IncludeFilterGroupbox: TGroupBox
Left = 6
Height = 78
Top = 169
Width = 486
Align = alTop
AutoSize = True
BorderSpacing.Around = 6
Caption = 'Include Filter'
ChildSizing.LeftRightSpacing = 6
ChildSizing.TopBottomSpacing = 6
ClientHeight = 63
ClientWidth = 482
TabOrder = 2
TabStop = True
object UseIncludeFilterCheckbox: TCheckBox
AnchorSideTop.Control = IncludeFilterGroupbox
Left = 6
Height = 24
Top = 6
Width = 121
Caption = 'Use Include Filter'
TabOrder = 0
end
object IncFilterSimpleSyntaxCheckbox: TCheckBox
AnchorSideLeft.Control = UseIncludeFilterCheckbox
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = IncludeFilterGroupbox
Left = 139
Height = 24
Top = 6
Width = 101
BorderSpacing.Left = 12
Caption = 'Simple Syntax'
ParentShowHint = False
ShowHint = True
TabOrder = 1
end
object IncludeFilterCombobox: TComboBox
AnchorSideLeft.Control = IncludeFilterGroupbox
AnchorSideTop.Control = UseIncludeFilterCheckbox
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = IncludeFilterGroupbox
AnchorSideRight.Side = asrBottom
Left = 6
Height = 27
Top = 30
Width = 470
Anchors = [akTop, akLeft, akRight]
ItemHeight = 0
TabOrder = 2
Text = 'IncludeFilterCombobox'
end
end
object ExcludeFilterGroupbox: TGroupBox
Left = 6
Height = 78
Top = 253
Width = 486
Align = alTop
AutoSize = True
BorderSpacing.Around = 6
Caption = 'Exclude Filter'
ChildSizing.LeftRightSpacing = 6
ChildSizing.TopBottomSpacing = 6
ClientHeight = 63
ClientWidth = 482
TabOrder = 3
TabStop = True
object UseExcludeFilterCheckbox: TCheckBox
AnchorSideTop.Control = ExcludeFilterGroupbox
Left = 6
Height = 24
Top = 6
Width = 124
Caption = 'Use Exclude Filter'
TabOrder = 0
end
object ExcFilterSimpleSyntaxCheckbox: TCheckBox
AnchorSideLeft.Control = UseExcludeFilterCheckbox
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = ExcludeFilterGroupbox
Left = 142
Height = 24
Top = 6
Width = 101
BorderSpacing.Left = 12
Caption = 'Simple Syntax'
ParentShowHint = False
ShowHint = True
TabOrder = 1
end
object ExcludeFilterCombobox: TComboBox
AnchorSideLeft.Control = ExcludeFilterGroupbox
AnchorSideTop.Control = UseExcludeFilterCheckbox
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = ExcludeFilterGroupbox
AnchorSideRight.Side = asrBottom
Left = 6
Height = 27
Top = 30
Width = 470
Anchors = [akTop, akLeft, akRight]
ItemHeight = 0
TabOrder = 2
Text = 'ExcludeFilterCombobox'
end
end
object ButtonPanel1: TButtonPanel
Left = 6
Height = 28
Top = 442
Width = 486
OKButton.Name = 'OKButton'
OKButton.DefaultCaption = True
HelpButton.Name = 'HelpButton'
HelpButton.DefaultCaption = True
CloseButton.Name = 'CloseButton'
CloseButton.DefaultCaption = True
CancelButton.Name = 'CancelButton'
CancelButton.DefaultCaption = True
TabOrder = 5
ShowBevel = False
end
end