lazarus/ide/publishprojectdlg.lfm
2010-04-09 23:16:01 +00:00

222 lines
4.9 KiB
Plaintext

object PublishProjectDialog: TPublishProjectDialog
Left = 319
Height = 531
Top = 146
Width = 484
BorderIcons = [biSystemMenu]
Caption = 'Publish Project'
ClientHeight = 531
ClientWidth = 484
OnCreate = FormCreate
Position = poScreenCenter
LCLVersion = '0.9.29'
object DestDirGroupBox: TGroupBox
Left = 6
Height = 111
Top = 6
Width = 472
Align = alTop
BorderSpacing.Around = 6
Caption = 'Destination directory'
ClientHeight = 93
ClientWidth = 468
TabOrder = 0
OnResize = DestDirGroupBoxRESIZE
object CommandAfterLabel: TLabel
Left = 6
Height = 14
Top = 33
Width = 442
Anchors = [akTop, akLeft, akRight]
Caption = 'Command after:'
ParentColor = False
end
object DestDirComboBox: TComboBox
Left = 6
Height = 21
Top = 1
Width = 406
Anchors = [akTop, akLeft, akRight]
ItemHeight = 13
TabOrder = 0
Text = 'DestDirComboBox'
end
object BrowseDestDirBitBtn: TBitBtn
AnchorSideBottom.Control = DestDirComboBox
AnchorSideBottom.Side = asrBottom
Left = 412
Height = 21
Top = 1
Width = 38
Anchors = [akTop, akRight, akBottom]
AutoSize = True
Caption = '...'
NumGlyphs = 0
OnClick = BrowseDestDirBitBtnCLICK
TabOrder = 1
end
object CommandAfterCombobox: TComboBox
Left = 6
Height = 21
Top = 58
Width = 444
Anchors = [akTop, akLeft, akRight]
ItemHeight = 13
TabOrder = 2
Text = 'CommandAfterCombobox'
end
end
object FilesGroupbox: TGroupBox
Left = 6
Height = 47
Top = 123
Width = 472
Align = alTop
AutoSize = True
BorderSpacing.Around = 6
Caption = 'Files'
ClientHeight = 29
ClientWidth = 468
TabOrder = 1
object IgnoreBinariesCheckbox: TCheckBox
Left = 6
Height = 17
Top = 6
Width = 456
Align = alTop
BorderSpacing.Around = 6
Caption = 'Ignore binaries'
TabOrder = 0
end
end
object ProjectInfoGroupbox: TGroupBox
Left = 6
Height = 70
Top = 364
Width = 472
Align = alTop
AutoSize = True
BorderSpacing.Around = 6
Caption = 'Project Information'
ClientHeight = 52
ClientWidth = 468
TabOrder = 4
object SaveClosedEditorFilesInfoCheckbox: TCheckBox
Left = 6
Height = 17
Top = 6
Width = 456
Align = alTop
BorderSpacing.Around = 6
Caption = 'Save editor info of closed files'
TabOrder = 0
end
object SaveEditorInfoOfNonProjectFilesCheckbox: TCheckBox
Left = 6
Height = 17
Top = 29
Width = 456
Align = alTop
BorderSpacing.Around = 6
Caption = 'Save editor info of non project files'
TabOrder = 1
end
end
object IncludeFilterGroupbox: TGroupBox
Left = 6
Height = 88
Top = 176
Width = 472
Align = alTop
BorderSpacing.Around = 6
Caption = 'Include Filter'
ClientHeight = 70
ClientWidth = 468
TabOrder = 2
TabStop = True
object UseIncludeFilterCheckbox: TCheckBox
Left = 6
Height = 17
Top = 1
Width = 101
Caption = 'Use Include Filter'
TabOrder = 0
end
object IncFilterSimpleSyntaxCheckbox: TCheckBox
AnchorSideLeft.Control = UseIncludeFilterCheckbox
AnchorSideLeft.Side = asrBottom
Left = 119
Height = 17
Top = 1
Width = 85
BorderSpacing.Left = 12
Caption = 'Simple Syntax'
ParentShowHint = False
ShowHint = True
TabOrder = 1
end
object IncludeFilterCombobox: TComboBox
Left = 6
Height = 21
Top = 33
Width = 444
Anchors = [akTop, akLeft, akRight]
ItemHeight = 13
TabOrder = 2
Text = 'IncludeFilterCombobox'
end
end
object ExcludeFilterGroupbox: TGroupBox
Left = 6
Height = 88
Top = 270
Width = 472
Align = alTop
BorderSpacing.Around = 6
Caption = 'Exclude Filter'
ClientHeight = 70
ClientWidth = 468
TabOrder = 3
TabStop = True
object UseExcludeFilterCheckbox: TCheckBox
Left = 6
Height = 17
Top = 1
Width = 103
Caption = 'Use Exclude Filter'
TabOrder = 0
end
object ExcFilterSimpleSyntaxCheckbox: TCheckBox
AnchorSideLeft.Control = UseExcludeFilterCheckbox
AnchorSideLeft.Side = asrBottom
Left = 121
Height = 17
Top = 1
Width = 85
BorderSpacing.Left = 12
Caption = 'Simple Syntax'
ParentShowHint = False
ShowHint = True
TabOrder = 1
end
object ExcludeFilterCombobox: TComboBox
Left = 6
Height = 21
Top = 33
Width = 446
Anchors = [akTop, akLeft, akRight]
ItemHeight = 13
TabOrder = 2
Text = 'ExcludeFilterCombobox'
end
end
object ButtonPanel1: TButtonPanel
Left = 6
Height = 26
Top = 499
Width = 472
TabOrder = 5
ShowBevel = False
end
end