mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-05 15:37:50 +02:00
169 lines
4.3 KiB
Plaintext
169 lines
4.3 KiB
Plaintext
object PublishModuleDialog: TPublishModuleDialog
|
|
Left = 391
|
|
Height = 320
|
|
Top = 56
|
|
Width = 642
|
|
BorderIcons = [biSystemMenu]
|
|
Caption = 'Publish Module'
|
|
ClientHeight = 320
|
|
ClientWidth = 642
|
|
OnClose = FormClose
|
|
OnCreate = FormCreate
|
|
Position = poScreenCenter
|
|
LCLVersion = '2.1.0.0'
|
|
object DestDirGroupBox: TGroupBox
|
|
Left = 6
|
|
Height = 66
|
|
Top = 6
|
|
Width = 630
|
|
Anchors = [akTop, akLeft, akRight]
|
|
BorderSpacing.Around = 6
|
|
Caption = 'Destination directory'
|
|
ChildSizing.LeftRightSpacing = 6
|
|
ChildSizing.TopBottomSpacing = 6
|
|
ClientHeight = 36
|
|
ClientWidth = 626
|
|
TabOrder = 0
|
|
object DestDirComboBox: TComboBox
|
|
AnchorSideRight.Control = BrowseDestDirBitBtn
|
|
Left = 6
|
|
Height = 32
|
|
Top = 6
|
|
Width = 564
|
|
Anchors = [akTop, akLeft, akRight]
|
|
ItemHeight = 24
|
|
TabOrder = 0
|
|
Text = 'DestDirComboBox'
|
|
end
|
|
object BrowseDestDirBitBtn: TBitBtn
|
|
AnchorSideRight.Control = DestDirGroupBox
|
|
AnchorSideRight.Side = asrBottom
|
|
AnchorSideBottom.Control = DestDirComboBox
|
|
AnchorSideBottom.Side = asrBottom
|
|
Left = 570
|
|
Height = 32
|
|
Top = 6
|
|
Width = 50
|
|
Anchors = [akTop, akRight, akBottom]
|
|
BorderSpacing.Right = 6
|
|
Caption = '...'
|
|
OnClick = BrowseDestDirBitBtnCLICK
|
|
TabOrder = 1
|
|
end
|
|
end
|
|
object OptionsGroupbox: TGroupBox
|
|
AnchorSideTop.Control = FilterCombobox
|
|
AnchorSideTop.Side = asrBottom
|
|
Left = 6
|
|
Height = 83
|
|
Top = 168
|
|
Width = 628
|
|
Anchors = [akTop, akLeft, akRight]
|
|
AutoSize = True
|
|
BorderSpacing.Around = 6
|
|
Caption = 'Options'
|
|
ChildSizing.TopBottomSpacing = 6
|
|
ClientHeight = 53
|
|
ClientWidth = 624
|
|
TabOrder = 4
|
|
object CompressCheckbox: TCheckBox
|
|
AnchorSideRight.Side = asrBottom
|
|
Left = 6
|
|
Height = 22
|
|
Hint = 'Compress the whole directory into a ZIP file.'
|
|
Top = 6
|
|
Width = 90
|
|
BorderSpacing.Around = 6
|
|
Caption = 'Compress'
|
|
ParentShowHint = False
|
|
ShowHint = True
|
|
TabOrder = 0
|
|
end
|
|
object OpenInFileManCheckbox: TCheckBox
|
|
AnchorSideRight.Side = asrBottom
|
|
Left = 108
|
|
Height = 22
|
|
Hint = 'Open destination directory in file manager'
|
|
Top = 6
|
|
Width = 158
|
|
BorderSpacing.Around = 6
|
|
Caption = 'Open in file manager'
|
|
ParentShowHint = False
|
|
ShowHint = True
|
|
TabOrder = 1
|
|
end
|
|
end
|
|
object ButtonPanel1: TButtonPanel
|
|
Left = 6
|
|
Height = 29
|
|
Top = 285
|
|
Width = 630
|
|
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
|
|
object UseFiltersCheckbox: TCheckBox
|
|
AnchorSideTop.Control = NoteLabel
|
|
AnchorSideTop.Side = asrBottom
|
|
Left = 11
|
|
Height = 22
|
|
Top = 102
|
|
Width = 167
|
|
BorderSpacing.Around = 6
|
|
Caption = 'Use filter for extra files'
|
|
OnClick = UseFiltersCheckboxClick
|
|
TabOrder = 1
|
|
end
|
|
object NoteLabel: TLabel
|
|
AnchorSideTop.Control = DestDirGroupBox
|
|
AnchorSideTop.Side = asrBottom
|
|
Left = 11
|
|
Height = 18
|
|
Top = 78
|
|
Width = 383
|
|
BorderSpacing.Around = 6
|
|
Caption = 'Files belonging to project / package will be included automatically.'
|
|
Font.Color = clMaroon
|
|
Font.Style = [fsItalic]
|
|
ParentColor = False
|
|
ParentFont = False
|
|
end
|
|
object FilterCombobox: TComboBox
|
|
AnchorSideLeft.Control = UseFiltersCheckbox
|
|
AnchorSideTop.Control = UseFiltersCheckbox
|
|
AnchorSideTop.Side = asrBottom
|
|
AnchorSideRight.Control = FilterSimpleSyntaxCheckbox
|
|
Left = 24
|
|
Height = 32
|
|
Top = 130
|
|
Width = 466
|
|
Anchors = [akTop, akLeft, akRight]
|
|
BorderSpacing.Left = 13
|
|
ItemHeight = 24
|
|
TabOrder = 2
|
|
Text = 'FilterCombobox'
|
|
end
|
|
object FilterSimpleSyntaxCheckbox: TCheckBox
|
|
AnchorSideLeft.Side = asrBottom
|
|
AnchorSideTop.Control = FilterCombobox
|
|
AnchorSideTop.Side = asrCenter
|
|
Left = 496
|
|
Height = 22
|
|
Top = 135
|
|
Width = 114
|
|
Anchors = [akTop, akRight]
|
|
BorderSpacing.Around = 6
|
|
Caption = 'Simple Syntax'
|
|
ParentShowHint = False
|
|
ShowHint = True
|
|
TabOrder = 3
|
|
end
|
|
end
|