mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-10 23:16:09 +02:00
869 lines
22 KiB
Plaintext
869 lines
22 KiB
Plaintext
object PublishProjectDialog: TPublishProjectDialog
|
|
Left = 319
|
|
Height = 531
|
|
Top = 146
|
|
Width = 484
|
|
HelpContext = 0
|
|
ActiveControl = DestDirComboBox
|
|
Align = alNone
|
|
AllowDropFiles = False
|
|
AutoScroll = True
|
|
AutoSize = False
|
|
BorderIcons = [biSystemMenu]
|
|
BorderStyle = bsSizeable
|
|
Caption = 'Publish Project'
|
|
ChildSizing.LeftRightSpacing = 0
|
|
ChildSizing.TopBottomSpacing = 0
|
|
ChildSizing.HorizontalSpacing = 0
|
|
ChildSizing.VerticalSpacing = 0
|
|
ChildSizing.ControlsPerLine = 0
|
|
ClientHeight = 531
|
|
ClientWidth = 484
|
|
DockSite = False
|
|
DragKind = dkDrag
|
|
DragMode = dmManual
|
|
Enabled = True
|
|
Font.Height = 0
|
|
Font.Style = []
|
|
FormStyle = fsNormal
|
|
OnCreate = FormCreate
|
|
ParentBiDiMode = True
|
|
ParentFont = False
|
|
Position = poScreenCenter
|
|
ShowInTaskBar = stDefault
|
|
UseDockManager = False
|
|
LCLVersion = '0.9.27'
|
|
WindowState = wsNormal
|
|
object DestDirGroupBox: TGroupBox
|
|
Left = 6
|
|
Height = 111
|
|
Top = 6
|
|
Width = 472
|
|
HelpContext = 0
|
|
Align = alTop
|
|
AutoSize = False
|
|
BorderSpacing.Left = 0
|
|
BorderSpacing.Top = 0
|
|
BorderSpacing.Right = 0
|
|
BorderSpacing.Bottom = 0
|
|
BorderSpacing.Around = 6
|
|
BorderSpacing.CellAlignHorizontal = ccaFill
|
|
BorderSpacing.CellAlignVertical = ccaFill
|
|
Caption = 'Destination directory'
|
|
ChildSizing.LeftRightSpacing = 0
|
|
ChildSizing.TopBottomSpacing = 0
|
|
ChildSizing.HorizontalSpacing = 0
|
|
ChildSizing.VerticalSpacing = 0
|
|
ChildSizing.ControlsPerLine = 0
|
|
ClientHeight = 92
|
|
ClientWidth = 468
|
|
Ctl3D = False
|
|
DockSite = False
|
|
DragCursor = crDrag
|
|
DragKind = dkDrag
|
|
DragMode = dmManual
|
|
Enabled = True
|
|
ParentBidiMode = True
|
|
ParentColor = True
|
|
ParentCtl3D = False
|
|
ParentFont = True
|
|
ParentShowHint = True
|
|
TabOrder = 0
|
|
TabStop = False
|
|
Visible = True
|
|
OnResize = DestDirGroupBoxRESIZE
|
|
object CommandAfterLabel: TLabel
|
|
Left = 6
|
|
Height = 18
|
|
Top = 33
|
|
Width = 442
|
|
HelpContext = 0
|
|
Align = alNone
|
|
Alignment = taLeftJustify
|
|
Anchors = [akTop, akLeft, akRight]
|
|
AutoSize = True
|
|
BorderSpacing.Left = 0
|
|
BorderSpacing.Top = 0
|
|
BorderSpacing.Right = 0
|
|
BorderSpacing.Bottom = 0
|
|
BorderSpacing.Around = 0
|
|
BorderSpacing.CellAlignHorizontal = ccaFill
|
|
BorderSpacing.CellAlignVertical = ccaFill
|
|
Caption = 'Command after:'
|
|
DragCursor = crDrag
|
|
DragMode = dmManual
|
|
Enabled = True
|
|
Layout = tlTop
|
|
ParentBidiMode = True
|
|
ParentColor = False
|
|
ParentFont = True
|
|
ParentShowHint = True
|
|
ShowAccelChar = True
|
|
Transparent = True
|
|
Visible = True
|
|
WordWrap = False
|
|
OptimalFill = False
|
|
end
|
|
object DestDirComboBox: TComboBox
|
|
Left = 6
|
|
Height = 29
|
|
Top = 1
|
|
Width = 406
|
|
HelpContext = 0
|
|
TabStop = True
|
|
Align = alNone
|
|
Anchors = [akTop, akLeft, akRight]
|
|
ArrowKeysTraverseList = True
|
|
AutoComplete = False
|
|
AutoCompleteText = [cbactEndOfLineComplete, cbactSearchAscending]
|
|
AutoDropDown = False
|
|
AutoSelect = False
|
|
AutoSize = True
|
|
BorderSpacing.Left = 0
|
|
BorderSpacing.Top = 0
|
|
BorderSpacing.Right = 0
|
|
BorderSpacing.Bottom = 0
|
|
BorderSpacing.Around = 0
|
|
BorderSpacing.CellAlignHorizontal = ccaFill
|
|
BorderSpacing.CellAlignVertical = ccaFill
|
|
CharCase = ecNormal
|
|
Ctl3D = False
|
|
DragCursor = crDrag
|
|
DragMode = dmManual
|
|
DropDownCount = 8
|
|
Enabled = True
|
|
ItemHeight = 0
|
|
ItemIndex = -1
|
|
ItemWidth = 0
|
|
MaxLength = 0
|
|
ParentBidiMode = True
|
|
ParentColor = False
|
|
ParentCtl3D = False
|
|
ParentFont = True
|
|
ParentShowHint = True
|
|
Sorted = False
|
|
Style = csDropDown
|
|
TabOrder = 0
|
|
Text = 'DestDirComboBox'
|
|
Visible = True
|
|
end
|
|
object BrowseDestDirBitBtn: TBitBtn
|
|
AnchorSideBottom.Control = DestDirComboBox
|
|
AnchorSideBottom.Side = asrBottom
|
|
Left = 423
|
|
Height = 29
|
|
Top = 1
|
|
Width = 27
|
|
HelpContext = 0
|
|
Align = alNone
|
|
Anchors = [akTop, akRight, akBottom]
|
|
AutoSize = True
|
|
BorderSpacing.Left = 0
|
|
BorderSpacing.Top = 0
|
|
BorderSpacing.Right = 0
|
|
BorderSpacing.Bottom = 0
|
|
BorderSpacing.Around = 0
|
|
BorderSpacing.CellAlignHorizontal = ccaFill
|
|
BorderSpacing.CellAlignVertical = ccaFill
|
|
Cancel = False
|
|
Caption = '...'
|
|
Default = False
|
|
Enabled = True
|
|
Kind = bkCustom
|
|
Layout = blGlyphLeft
|
|
Margin = -1
|
|
ModalResult = 0
|
|
NumGlyphs = 0
|
|
OnClick = BrowseDestDirBitBtnCLICK
|
|
ParentFont = True
|
|
ParentShowHint = True
|
|
Spacing = 3
|
|
TabOrder = 1
|
|
TabStop = True
|
|
Visible = True
|
|
end
|
|
object CommandAfterCombobox: TComboBox
|
|
Left = 6
|
|
Height = 29
|
|
Top = 58
|
|
Width = 444
|
|
HelpContext = 0
|
|
TabStop = True
|
|
Align = alNone
|
|
Anchors = [akTop, akLeft, akRight]
|
|
ArrowKeysTraverseList = True
|
|
AutoComplete = False
|
|
AutoCompleteText = [cbactEndOfLineComplete, cbactSearchAscending]
|
|
AutoDropDown = False
|
|
AutoSelect = False
|
|
AutoSize = True
|
|
BorderSpacing.Left = 0
|
|
BorderSpacing.Top = 0
|
|
BorderSpacing.Right = 0
|
|
BorderSpacing.Bottom = 0
|
|
BorderSpacing.Around = 0
|
|
BorderSpacing.CellAlignHorizontal = ccaFill
|
|
BorderSpacing.CellAlignVertical = ccaFill
|
|
CharCase = ecNormal
|
|
Ctl3D = False
|
|
DragCursor = crDrag
|
|
DragMode = dmManual
|
|
DropDownCount = 8
|
|
Enabled = True
|
|
ItemHeight = 0
|
|
ItemIndex = -1
|
|
ItemWidth = 0
|
|
MaxLength = 0
|
|
ParentBidiMode = True
|
|
ParentColor = False
|
|
ParentCtl3D = False
|
|
ParentFont = True
|
|
ParentShowHint = True
|
|
Sorted = False
|
|
Style = csDropDown
|
|
TabOrder = 2
|
|
Text = 'CommandAfterCombobox'
|
|
Visible = True
|
|
end
|
|
end
|
|
object FilesGroupbox: TGroupBox
|
|
Left = 6
|
|
Height = 53
|
|
Top = 123
|
|
Width = 472
|
|
HelpContext = 0
|
|
Align = alTop
|
|
AutoSize = True
|
|
BorderSpacing.Left = 0
|
|
BorderSpacing.Top = 0
|
|
BorderSpacing.Right = 0
|
|
BorderSpacing.Bottom = 0
|
|
BorderSpacing.Around = 6
|
|
BorderSpacing.CellAlignHorizontal = ccaFill
|
|
BorderSpacing.CellAlignVertical = ccaFill
|
|
Caption = 'Files'
|
|
ChildSizing.LeftRightSpacing = 0
|
|
ChildSizing.TopBottomSpacing = 0
|
|
ChildSizing.HorizontalSpacing = 0
|
|
ChildSizing.VerticalSpacing = 0
|
|
ChildSizing.ControlsPerLine = 0
|
|
ClientHeight = 34
|
|
ClientWidth = 468
|
|
Ctl3D = False
|
|
DockSite = False
|
|
DragCursor = crDrag
|
|
DragKind = dkDrag
|
|
DragMode = dmManual
|
|
Enabled = True
|
|
ParentBidiMode = True
|
|
ParentColor = True
|
|
ParentCtl3D = False
|
|
ParentFont = True
|
|
ParentShowHint = True
|
|
TabOrder = 1
|
|
TabStop = False
|
|
Visible = True
|
|
object IgnoreBinariesCheckbox: TCheckBox
|
|
Left = 6
|
|
Height = 22
|
|
Top = 6
|
|
Width = 456
|
|
HelpContext = 0
|
|
Align = alTop
|
|
AllowGrayed = True
|
|
AutoSize = True
|
|
BorderSpacing.Left = 0
|
|
BorderSpacing.Top = 0
|
|
BorderSpacing.Right = 0
|
|
BorderSpacing.Bottom = 0
|
|
BorderSpacing.Around = 6
|
|
BorderSpacing.CellAlignHorizontal = ccaFill
|
|
BorderSpacing.CellAlignVertical = ccaFill
|
|
Caption = 'Ignore binaries'
|
|
Checked = False
|
|
DragCursor = crDrag
|
|
DragKind = dkDrag
|
|
DragMode = dmManual
|
|
Enabled = True
|
|
ParentColor = True
|
|
ParentFont = True
|
|
ParentShowHint = True
|
|
ParentBidiMode = True
|
|
State = cbUnchecked
|
|
TabOrder = 0
|
|
TabStop = True
|
|
UseOnChange = False
|
|
Visible = True
|
|
end
|
|
end
|
|
object ProjectInfoGroupbox: TGroupBox
|
|
Left = 6
|
|
Height = 81
|
|
Top = 370
|
|
Width = 472
|
|
HelpContext = 0
|
|
Align = alTop
|
|
AutoSize = True
|
|
BorderSpacing.Left = 0
|
|
BorderSpacing.Top = 0
|
|
BorderSpacing.Right = 0
|
|
BorderSpacing.Bottom = 0
|
|
BorderSpacing.Around = 6
|
|
BorderSpacing.CellAlignHorizontal = ccaFill
|
|
BorderSpacing.CellAlignVertical = ccaFill
|
|
Caption = 'Project Information'
|
|
ChildSizing.LeftRightSpacing = 0
|
|
ChildSizing.TopBottomSpacing = 0
|
|
ChildSizing.HorizontalSpacing = 0
|
|
ChildSizing.VerticalSpacing = 0
|
|
ChildSizing.ControlsPerLine = 0
|
|
ClientHeight = 62
|
|
ClientWidth = 468
|
|
Ctl3D = False
|
|
DockSite = False
|
|
DragCursor = crDrag
|
|
DragKind = dkDrag
|
|
DragMode = dmManual
|
|
Enabled = True
|
|
ParentBidiMode = True
|
|
ParentColor = True
|
|
ParentCtl3D = False
|
|
ParentFont = True
|
|
ParentShowHint = True
|
|
TabOrder = 4
|
|
TabStop = False
|
|
Visible = True
|
|
object SaveClosedEditorFilesInfoCheckbox: TCheckBox
|
|
Left = 6
|
|
Height = 22
|
|
Top = 6
|
|
Width = 456
|
|
HelpContext = 0
|
|
Align = alTop
|
|
AllowGrayed = True
|
|
AutoSize = True
|
|
BorderSpacing.Left = 0
|
|
BorderSpacing.Top = 0
|
|
BorderSpacing.Right = 0
|
|
BorderSpacing.Bottom = 0
|
|
BorderSpacing.Around = 6
|
|
BorderSpacing.CellAlignHorizontal = ccaFill
|
|
BorderSpacing.CellAlignVertical = ccaFill
|
|
Caption = 'Save editor info of closed files'
|
|
Checked = False
|
|
DragCursor = crDrag
|
|
DragKind = dkDrag
|
|
DragMode = dmManual
|
|
Enabled = True
|
|
ParentColor = True
|
|
ParentFont = True
|
|
ParentShowHint = True
|
|
ParentBidiMode = True
|
|
State = cbUnchecked
|
|
TabOrder = 0
|
|
TabStop = True
|
|
UseOnChange = False
|
|
Visible = True
|
|
end
|
|
object SaveEditorInfoOfNonProjectFilesCheckbox: TCheckBox
|
|
Left = 6
|
|
Height = 22
|
|
Top = 34
|
|
Width = 456
|
|
HelpContext = 0
|
|
Align = alTop
|
|
AllowGrayed = True
|
|
AutoSize = True
|
|
BorderSpacing.Left = 0
|
|
BorderSpacing.Top = 0
|
|
BorderSpacing.Right = 0
|
|
BorderSpacing.Bottom = 0
|
|
BorderSpacing.Around = 6
|
|
BorderSpacing.CellAlignHorizontal = ccaFill
|
|
BorderSpacing.CellAlignVertical = ccaFill
|
|
Caption = 'Save editor info of non project files'
|
|
Checked = False
|
|
DragCursor = crDrag
|
|
DragKind = dkDrag
|
|
DragMode = dmManual
|
|
Enabled = True
|
|
ParentColor = True
|
|
ParentFont = True
|
|
ParentShowHint = True
|
|
ParentBidiMode = True
|
|
State = cbUnchecked
|
|
TabOrder = 1
|
|
TabStop = True
|
|
UseOnChange = False
|
|
Visible = True
|
|
end
|
|
end
|
|
object IncludeFilterGroupbox: TGroupBox
|
|
Left = 6
|
|
Height = 88
|
|
Top = 182
|
|
Width = 472
|
|
HelpContext = 0
|
|
Align = alTop
|
|
AutoSize = False
|
|
BorderSpacing.Left = 0
|
|
BorderSpacing.Top = 0
|
|
BorderSpacing.Right = 0
|
|
BorderSpacing.Bottom = 0
|
|
BorderSpacing.Around = 6
|
|
BorderSpacing.CellAlignHorizontal = ccaFill
|
|
BorderSpacing.CellAlignVertical = ccaFill
|
|
Caption = 'Include Filter'
|
|
ChildSizing.LeftRightSpacing = 0
|
|
ChildSizing.TopBottomSpacing = 0
|
|
ChildSizing.HorizontalSpacing = 0
|
|
ChildSizing.VerticalSpacing = 0
|
|
ChildSizing.ControlsPerLine = 0
|
|
ClientHeight = 69
|
|
ClientWidth = 468
|
|
Ctl3D = False
|
|
DockSite = False
|
|
DragCursor = crDrag
|
|
DragKind = dkDrag
|
|
DragMode = dmManual
|
|
Enabled = True
|
|
ParentBidiMode = True
|
|
ParentColor = True
|
|
ParentCtl3D = False
|
|
ParentFont = True
|
|
ParentShowHint = True
|
|
TabOrder = 2
|
|
TabStop = True
|
|
Visible = True
|
|
object UseIncludeFilterCheckbox: TCheckBox
|
|
Left = 6
|
|
Height = 22
|
|
Top = 1
|
|
Width = 132
|
|
HelpContext = 0
|
|
Align = alNone
|
|
AllowGrayed = True
|
|
AutoSize = True
|
|
BorderSpacing.Left = 0
|
|
BorderSpacing.Top = 0
|
|
BorderSpacing.Right = 0
|
|
BorderSpacing.Bottom = 0
|
|
BorderSpacing.Around = 0
|
|
BorderSpacing.CellAlignHorizontal = ccaFill
|
|
BorderSpacing.CellAlignVertical = ccaFill
|
|
Caption = 'Use Include Filter'
|
|
Checked = False
|
|
DragCursor = crDrag
|
|
DragKind = dkDrag
|
|
DragMode = dmManual
|
|
Enabled = True
|
|
ParentColor = True
|
|
ParentFont = True
|
|
ParentShowHint = True
|
|
ParentBidiMode = True
|
|
State = cbUnchecked
|
|
TabOrder = 0
|
|
TabStop = True
|
|
UseOnChange = False
|
|
Visible = True
|
|
end
|
|
object IncFilterSimpleSyntaxCheckbox: TCheckBox
|
|
Left = 199
|
|
Height = 22
|
|
Top = 1
|
|
Width = 116
|
|
HelpContext = 0
|
|
Align = alNone
|
|
AllowGrayed = True
|
|
AutoSize = True
|
|
BorderSpacing.Left = 0
|
|
BorderSpacing.Top = 0
|
|
BorderSpacing.Right = 0
|
|
BorderSpacing.Bottom = 0
|
|
BorderSpacing.Around = 0
|
|
BorderSpacing.CellAlignHorizontal = ccaFill
|
|
BorderSpacing.CellAlignVertical = ccaFill
|
|
Caption = 'Simple Syntax'
|
|
Checked = False
|
|
DragCursor = crDrag
|
|
DragKind = dkDrag
|
|
DragMode = dmManual
|
|
Enabled = True
|
|
ParentColor = True
|
|
ParentFont = True
|
|
ParentShowHint = False
|
|
ParentBidiMode = True
|
|
ShowHint = True
|
|
State = cbUnchecked
|
|
TabOrder = 1
|
|
TabStop = True
|
|
UseOnChange = False
|
|
Visible = True
|
|
end
|
|
object IncludeFilterCombobox: TComboBox
|
|
Left = 6
|
|
Height = 29
|
|
Top = 33
|
|
Width = 444
|
|
HelpContext = 0
|
|
TabStop = True
|
|
Align = alNone
|
|
Anchors = [akTop, akLeft, akRight]
|
|
ArrowKeysTraverseList = True
|
|
AutoComplete = False
|
|
AutoCompleteText = [cbactEndOfLineComplete, cbactSearchAscending]
|
|
AutoDropDown = False
|
|
AutoSelect = False
|
|
AutoSize = True
|
|
BorderSpacing.Left = 0
|
|
BorderSpacing.Top = 0
|
|
BorderSpacing.Right = 0
|
|
BorderSpacing.Bottom = 0
|
|
BorderSpacing.Around = 0
|
|
BorderSpacing.CellAlignHorizontal = ccaFill
|
|
BorderSpacing.CellAlignVertical = ccaFill
|
|
CharCase = ecNormal
|
|
Ctl3D = False
|
|
DragCursor = crDrag
|
|
DragMode = dmManual
|
|
DropDownCount = 8
|
|
Enabled = True
|
|
ItemHeight = 0
|
|
ItemIndex = -1
|
|
ItemWidth = 0
|
|
MaxLength = 0
|
|
ParentBidiMode = True
|
|
ParentColor = False
|
|
ParentCtl3D = False
|
|
ParentFont = True
|
|
ParentShowHint = True
|
|
Sorted = False
|
|
Style = csDropDown
|
|
TabOrder = 2
|
|
Text = 'IncludeFilterCombobox'
|
|
Visible = True
|
|
end
|
|
end
|
|
object ExcludeFilterGroupbox: TGroupBox
|
|
Left = 6
|
|
Height = 88
|
|
Top = 276
|
|
Width = 472
|
|
HelpContext = 0
|
|
Align = alTop
|
|
AutoSize = False
|
|
BorderSpacing.Left = 0
|
|
BorderSpacing.Top = 0
|
|
BorderSpacing.Right = 0
|
|
BorderSpacing.Bottom = 0
|
|
BorderSpacing.Around = 6
|
|
BorderSpacing.CellAlignHorizontal = ccaFill
|
|
BorderSpacing.CellAlignVertical = ccaFill
|
|
Caption = 'Exclude Filter'
|
|
ChildSizing.LeftRightSpacing = 0
|
|
ChildSizing.TopBottomSpacing = 0
|
|
ChildSizing.HorizontalSpacing = 0
|
|
ChildSizing.VerticalSpacing = 0
|
|
ChildSizing.ControlsPerLine = 0
|
|
ClientHeight = 69
|
|
ClientWidth = 468
|
|
Ctl3D = False
|
|
DockSite = False
|
|
DragCursor = crDrag
|
|
DragKind = dkDrag
|
|
DragMode = dmManual
|
|
Enabled = True
|
|
ParentBidiMode = True
|
|
ParentColor = True
|
|
ParentCtl3D = False
|
|
ParentFont = True
|
|
ParentShowHint = True
|
|
TabOrder = 3
|
|
TabStop = True
|
|
Visible = True
|
|
object UseExcludeFilterCheckbox: TCheckBox
|
|
Left = 6
|
|
Height = 22
|
|
Top = 1
|
|
Width = 136
|
|
HelpContext = 0
|
|
Align = alNone
|
|
AllowGrayed = True
|
|
AutoSize = True
|
|
BorderSpacing.Left = 0
|
|
BorderSpacing.Top = 0
|
|
BorderSpacing.Right = 0
|
|
BorderSpacing.Bottom = 0
|
|
BorderSpacing.Around = 0
|
|
BorderSpacing.CellAlignHorizontal = ccaFill
|
|
BorderSpacing.CellAlignVertical = ccaFill
|
|
Caption = 'Use Exclude Filter'
|
|
Checked = False
|
|
DragCursor = crDrag
|
|
DragKind = dkDrag
|
|
DragMode = dmManual
|
|
Enabled = True
|
|
ParentColor = True
|
|
ParentFont = True
|
|
ParentShowHint = True
|
|
ParentBidiMode = True
|
|
State = cbUnchecked
|
|
TabOrder = 0
|
|
TabStop = True
|
|
UseOnChange = False
|
|
Visible = True
|
|
end
|
|
object ExcFilterSimpleSyntaxCheckbox: TCheckBox
|
|
Left = 199
|
|
Height = 22
|
|
Top = 1
|
|
Width = 116
|
|
HelpContext = 0
|
|
Align = alNone
|
|
AllowGrayed = True
|
|
AutoSize = True
|
|
BorderSpacing.Left = 0
|
|
BorderSpacing.Top = 0
|
|
BorderSpacing.Right = 0
|
|
BorderSpacing.Bottom = 0
|
|
BorderSpacing.Around = 0
|
|
BorderSpacing.CellAlignHorizontal = ccaFill
|
|
BorderSpacing.CellAlignVertical = ccaFill
|
|
Caption = 'Simple Syntax'
|
|
Checked = False
|
|
DragCursor = crDrag
|
|
DragKind = dkDrag
|
|
DragMode = dmManual
|
|
Enabled = True
|
|
ParentColor = True
|
|
ParentFont = True
|
|
ParentShowHint = False
|
|
ParentBidiMode = True
|
|
ShowHint = True
|
|
State = cbUnchecked
|
|
TabOrder = 1
|
|
TabStop = True
|
|
UseOnChange = False
|
|
Visible = True
|
|
end
|
|
object ExcludeFilterCombobox: TComboBox
|
|
Left = 6
|
|
Height = 29
|
|
Top = 33
|
|
Width = 446
|
|
HelpContext = 0
|
|
TabStop = True
|
|
Align = alNone
|
|
Anchors = [akTop, akLeft, akRight]
|
|
ArrowKeysTraverseList = True
|
|
AutoComplete = False
|
|
AutoCompleteText = [cbactEndOfLineComplete, cbactSearchAscending]
|
|
AutoDropDown = False
|
|
AutoSelect = False
|
|
AutoSize = True
|
|
BorderSpacing.Left = 0
|
|
BorderSpacing.Top = 0
|
|
BorderSpacing.Right = 0
|
|
BorderSpacing.Bottom = 0
|
|
BorderSpacing.Around = 0
|
|
BorderSpacing.CellAlignHorizontal = ccaFill
|
|
BorderSpacing.CellAlignVertical = ccaFill
|
|
CharCase = ecNormal
|
|
Ctl3D = False
|
|
DragCursor = crDrag
|
|
DragMode = dmManual
|
|
DropDownCount = 8
|
|
Enabled = True
|
|
ItemHeight = 0
|
|
ItemIndex = -1
|
|
ItemWidth = 0
|
|
MaxLength = 0
|
|
ParentBidiMode = True
|
|
ParentColor = False
|
|
ParentCtl3D = False
|
|
ParentFont = True
|
|
ParentShowHint = True
|
|
Sorted = False
|
|
Style = csDropDown
|
|
TabOrder = 2
|
|
Text = 'ExcludeFilterCombobox'
|
|
Visible = True
|
|
end
|
|
end
|
|
object BtnPanel: TPanel
|
|
Left = 0
|
|
Height = 50
|
|
Top = 481
|
|
Width = 484
|
|
HelpContext = 0
|
|
Align = alBottom
|
|
Alignment = taCenter
|
|
AutoSize = True
|
|
BorderSpacing.Left = 0
|
|
BorderSpacing.Top = 0
|
|
BorderSpacing.Right = 0
|
|
BorderSpacing.Bottom = 0
|
|
BorderSpacing.Around = 0
|
|
BorderSpacing.CellAlignHorizontal = ccaFill
|
|
BorderSpacing.CellAlignVertical = ccaFill
|
|
BevelInner = bvNone
|
|
BevelOuter = bvNone
|
|
BevelWidth = 1
|
|
BorderWidth = 0
|
|
BorderStyle = bsNone
|
|
ChildSizing.LeftRightSpacing = 0
|
|
ChildSizing.TopBottomSpacing = 0
|
|
ChildSizing.HorizontalSpacing = 0
|
|
ChildSizing.VerticalSpacing = 0
|
|
ChildSizing.ControlsPerLine = 0
|
|
ClientHeight = 46
|
|
ClientWidth = 480
|
|
DockSite = False
|
|
DragCursor = crDrag
|
|
DragKind = dkDrag
|
|
DragMode = dmManual
|
|
Enabled = True
|
|
FullRepaint = True
|
|
ParentColor = True
|
|
ParentFont = True
|
|
ParentShowHint = True
|
|
TabOrder = 5
|
|
TabStop = False
|
|
Visible = True
|
|
object CancelButton: TBitBtn
|
|
AnchorSideRight.Side = asrBottom
|
|
AnchorSideBottom.Side = asrBottom
|
|
Left = 394
|
|
Height = 34
|
|
Top = 6
|
|
Width = 80
|
|
HelpContext = 0
|
|
Align = alRight
|
|
AutoSize = True
|
|
BorderSpacing.Left = 0
|
|
BorderSpacing.Top = 0
|
|
BorderSpacing.Right = 0
|
|
BorderSpacing.Bottom = 0
|
|
BorderSpacing.Around = 6
|
|
BorderSpacing.CellAlignHorizontal = ccaFill
|
|
BorderSpacing.CellAlignVertical = ccaFill
|
|
Cancel = True
|
|
Caption = 'Cancel'
|
|
Default = False
|
|
Enabled = True
|
|
Kind = bkCancel
|
|
Layout = blGlyphLeft
|
|
Margin = -1
|
|
ModalResult = 2
|
|
NumGlyphs = 0
|
|
ParentFont = True
|
|
ParentShowHint = True
|
|
Spacing = 3
|
|
TabOrder = 0
|
|
TabStop = True
|
|
Visible = True
|
|
end
|
|
object OkButton: TBitBtn
|
|
AnchorSideBottom.Side = asrBottom
|
|
Left = 335
|
|
Height = 34
|
|
Top = 6
|
|
Width = 53
|
|
HelpContext = 0
|
|
Align = alRight
|
|
AutoSize = True
|
|
BorderSpacing.Left = 0
|
|
BorderSpacing.Top = 0
|
|
BorderSpacing.Right = 0
|
|
BorderSpacing.Bottom = 0
|
|
BorderSpacing.Around = 6
|
|
BorderSpacing.CellAlignHorizontal = ccaFill
|
|
BorderSpacing.CellAlignVertical = ccaFill
|
|
Cancel = False
|
|
Caption = '&OK'
|
|
Default = True
|
|
Enabled = True
|
|
Kind = bkOK
|
|
Layout = blGlyphLeft
|
|
Margin = -1
|
|
ModalResult = 1
|
|
NumGlyphs = 0
|
|
OnClick = OkButtonCLICK
|
|
ParentFont = True
|
|
ParentShowHint = True
|
|
Spacing = 3
|
|
TabOrder = 1
|
|
TabStop = True
|
|
Visible = True
|
|
end
|
|
object SaveSettingsButton: TBitBtn
|
|
AnchorSideRight.Control = OkButton
|
|
AnchorSideBottom.Control = BtnPanel
|
|
AnchorSideBottom.Side = asrBottom
|
|
Left = 227
|
|
Height = 29
|
|
Top = 11
|
|
Width = 102
|
|
HelpContext = 0
|
|
Align = alNone
|
|
Anchors = [akRight, akBottom]
|
|
AutoSize = True
|
|
BorderSpacing.Left = 0
|
|
BorderSpacing.Top = 0
|
|
BorderSpacing.Right = 0
|
|
BorderSpacing.Bottom = 0
|
|
BorderSpacing.Around = 6
|
|
BorderSpacing.CellAlignHorizontal = ccaFill
|
|
BorderSpacing.CellAlignVertical = ccaFill
|
|
Cancel = False
|
|
Caption = 'Save settings'
|
|
Default = False
|
|
Enabled = True
|
|
Kind = bkCustom
|
|
Layout = blGlyphLeft
|
|
Margin = -1
|
|
ModalResult = 0
|
|
NumGlyphs = 0
|
|
OnClick = SaveSettingsButtonCLICK
|
|
ParentFont = True
|
|
ParentShowHint = True
|
|
Spacing = 3
|
|
TabOrder = 2
|
|
TabStop = True
|
|
Visible = True
|
|
end
|
|
object HelpButton: TBitBtn
|
|
Left = 6
|
|
Height = 34
|
|
Top = 6
|
|
Width = 66
|
|
HelpContext = 0
|
|
Align = alLeft
|
|
AutoSize = True
|
|
BorderSpacing.Left = 0
|
|
BorderSpacing.Top = 0
|
|
BorderSpacing.Right = 0
|
|
BorderSpacing.Bottom = 0
|
|
BorderSpacing.Around = 6
|
|
BorderSpacing.CellAlignHorizontal = ccaFill
|
|
BorderSpacing.CellAlignVertical = ccaFill
|
|
Cancel = False
|
|
Caption = '&Help'
|
|
Default = False
|
|
Enabled = True
|
|
Kind = bkHelp
|
|
Layout = blGlyphLeft
|
|
Margin = -1
|
|
ModalResult = 0
|
|
NumGlyphs = 0
|
|
OnClick = HelpButtonClick
|
|
ParentFont = True
|
|
ParentShowHint = True
|
|
Spacing = 3
|
|
TabOrder = 3
|
|
TabStop = True
|
|
Visible = True
|
|
end
|
|
end
|
|
end
|