lazarus/ide/publishprojectdlg.lfm
wp 0125b3c239 IDE: Make edit buttons ('...') square.
git-svn-id: trunk@56964 -
2018-01-05 14:44:31 +00:00

269 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 = 99
Top = 6
Width = 486
Align = alTop
AutoSize = True
BorderSpacing.Around = 6
Caption = 'Destination directory'
ChildSizing.LeftRightSpacing = 6
ChildSizing.TopBottomSpacing = 6
ClientHeight = 79
ClientWidth = 482
TabOrder = 0
OnResize = DestDirGroupBoxRESIZE
object CommandAfterLabel: TLabel
AnchorSideTop.Control = DestDirComboBox
AnchorSideTop.Side = asrBottom
Left = 6
Height = 15
Top = 35
Width = 456
Anchors = [akTop, akLeft, akRight]
BorderSpacing.Top = 6
Caption = 'Command after:'
ParentColor = False
end
object DestDirComboBox: TComboBox
AnchorSideRight.Control = BrowseDestDirBitBtn
Left = 6
Height = 23
Top = 6
Width = 445
Anchors = [akTop, akLeft, akRight]
ItemHeight = 15
TabOrder = 0
Text = 'DestDirComboBox'
end
object BrowseDestDirBitBtn: TBitBtn
AnchorSideRight.Control = DestDirGroupBox
AnchorSideRight.Side = asrBottom
AnchorSideBottom.Control = DestDirComboBox
AnchorSideBottom.Side = asrBottom
Left = 451
Height = 23
Top = 6
Width = 25
Anchors = [akTop, akRight, akBottom]
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 = 23
Top = 50
Width = 470
Anchors = [akTop, akLeft, akRight]
ItemHeight = 15
TabOrder = 2
Text = 'CommandAfterCombobox'
end
end
object FilesGroupbox: TGroupBox
Left = 6
Height = 51
Top = 111
Width = 486
Align = alTop
AutoSize = True
BorderSpacing.Around = 6
Caption = 'Files'
ChildSizing.TopBottomSpacing = 6
ClientHeight = 31
ClientWidth = 482
TabOrder = 1
object IgnoreBinariesCheckbox: TCheckBox
AnchorSideRight.Side = asrBottom
Left = 6
Height = 19
Top = 6
Width = 98
BorderSpacing.Around = 6
Caption = 'Ignore binaries'
TabOrder = 0
end
end
object ProjectInfoGroupbox: TGroupBox
Left = 6
Height = 76
Top = 328
Width = 486
Align = alTop
AutoSize = True
BorderSpacing.Around = 6
Caption = 'Project Information'
ChildSizing.LeftRightSpacing = 6
ChildSizing.TopBottomSpacing = 6
ClientHeight = 56
ClientWidth = 482
TabOrder = 4
object SaveClosedEditorFilesInfoCheckbox: TCheckBox
AnchorSideLeft.Control = ProjectInfoGroupbox
AnchorSideTop.Control = ProjectInfoGroupbox
Left = 6
Height = 19
Top = 6
Width = 177
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 = 19
Top = 31
Width = 204
BorderSpacing.Around = 6
Caption = 'Save editor info of non project files'
TabOrder = 1
end
end
object IncludeFilterGroupbox: TGroupBox
Left = 6
Height = 74
Top = 168
Width = 486
Align = alTop
AutoSize = True
BorderSpacing.Around = 6
Caption = 'Include Filter'
ChildSizing.LeftRightSpacing = 6
ChildSizing.TopBottomSpacing = 6
ClientHeight = 54
ClientWidth = 482
TabOrder = 2
TabStop = True
object UseIncludeFilterCheckbox: TCheckBox
AnchorSideTop.Control = IncludeFilterGroupbox
Left = 6
Height = 19
Top = 6
Width = 110
Caption = 'Use Include Filter'
TabOrder = 0
end
object IncFilterSimpleSyntaxCheckbox: TCheckBox
AnchorSideLeft.Control = UseIncludeFilterCheckbox
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = IncludeFilterGroupbox
Left = 128
Height = 19
Top = 6
Width = 93
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 = 23
Top = 25
Width = 470
Anchors = [akTop, akLeft, akRight]
ItemHeight = 15
TabOrder = 2
Text = 'IncludeFilterCombobox'
end
end
object ExcludeFilterGroupbox: TGroupBox
Left = 6
Height = 74
Top = 248
Width = 486
Align = alTop
AutoSize = True
BorderSpacing.Around = 6
Caption = 'Exclude Filter'
ChildSizing.LeftRightSpacing = 6
ChildSizing.TopBottomSpacing = 6
ClientHeight = 54
ClientWidth = 482
TabOrder = 3
TabStop = True
object UseExcludeFilterCheckbox: TCheckBox
AnchorSideTop.Control = ExcludeFilterGroupbox
Left = 6
Height = 19
Top = 6
Width = 111
Caption = 'Use Exclude Filter'
TabOrder = 0
end
object ExcFilterSimpleSyntaxCheckbox: TCheckBox
AnchorSideLeft.Control = UseExcludeFilterCheckbox
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = ExcludeFilterGroupbox
Left = 129
Height = 19
Top = 6
Width = 93
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 = 23
Top = 25
Width = 470
Anchors = [akTop, akLeft, akRight]
ItemHeight = 15
TabOrder = 2
Text = 'ExcludeFilterCombobox'
end
end
object ButtonPanel1: TButtonPanel
Left = 6
Height = 26
Top = 444
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