mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-05-31 08:52:41 +02:00
ide: set TButtonPanel.ShowBevel = False for some IDE dialogs
git-svn-id: trunk@19206 -
This commit is contained in:
parent
85dddd8c4a
commit
0a2aa05286
@ -3,690 +3,244 @@ object BuildFileDialog: TBuildFileDialog
|
||||
Height = 417
|
||||
Top = 153
|
||||
Width = 451
|
||||
HelpContext = 0
|
||||
ActiveControl = Notebook1
|
||||
Align = alNone
|
||||
AllowDropFiles = False
|
||||
AutoScroll = True
|
||||
AutoSize = False
|
||||
BorderIcons = [biSystemMenu]
|
||||
BorderStyle = bsSizeable
|
||||
Caption = 'BuildFileDialog'
|
||||
ChildSizing.LeftRightSpacing = 0
|
||||
ChildSizing.TopBottomSpacing = 0
|
||||
ChildSizing.HorizontalSpacing = 0
|
||||
ChildSizing.VerticalSpacing = 0
|
||||
ChildSizing.ControlsPerLine = 0
|
||||
ClientHeight = 417
|
||||
ClientWidth = 451
|
||||
DockSite = False
|
||||
DragKind = dkDrag
|
||||
DragMode = dmManual
|
||||
Enabled = True
|
||||
Font.Height = 0
|
||||
Font.Style = []
|
||||
FormStyle = fsNormal
|
||||
KeyPreview = True
|
||||
OnCreate = BuildFileDialogCREATE
|
||||
OnKeyDown = BuildFileDialogKEYDOWN
|
||||
ParentBiDiMode = True
|
||||
ParentFont = False
|
||||
Position = poScreenCenter
|
||||
ShowInTaskBar = stDefault
|
||||
UseDockManager = False
|
||||
LCLVersion = '0.9.27'
|
||||
WindowState = wsNormal
|
||||
object Notebook1: TNotebook
|
||||
Left = 0
|
||||
Height = 363
|
||||
Height = 379
|
||||
Top = 0
|
||||
Width = 451
|
||||
HelpContext = 0
|
||||
TabStop = True
|
||||
Align = alClient
|
||||
BorderSpacing.Left = 0
|
||||
BorderSpacing.Top = 0
|
||||
BorderSpacing.Right = 0
|
||||
BorderSpacing.Bottom = 6
|
||||
BorderSpacing.Around = 0
|
||||
BorderSpacing.CellAlignHorizontal = ccaFill
|
||||
BorderSpacing.CellAlignVertical = ccaFill
|
||||
DragCursor = crDrag
|
||||
DragMode = dmManual
|
||||
Enabled = True
|
||||
Options = []
|
||||
PageIndex = 2
|
||||
ParentFont = True
|
||||
ShowTabs = True
|
||||
TabOrder = 0
|
||||
object GeneralPage: TPage
|
||||
HelpContext = 0
|
||||
Caption = 'Options'
|
||||
ChildSizing.LeftRightSpacing = 0
|
||||
ChildSizing.TopBottomSpacing = 0
|
||||
ChildSizing.HorizontalSpacing = 0
|
||||
ChildSizing.VerticalSpacing = 0
|
||||
ChildSizing.ControlsPerLine = 0
|
||||
ClientWidth = 447
|
||||
ClientHeight = 332
|
||||
ImageIndex = -1
|
||||
ParentFont = True
|
||||
ParentShowHint = True
|
||||
ClientWidth = 443
|
||||
ClientHeight = 337
|
||||
object WhenFileIsActiveGroupbox: TGroupBox
|
||||
Left = 6
|
||||
Height = 81
|
||||
Top = 6
|
||||
Width = 435
|
||||
HelpContext = 0
|
||||
Width = 431
|
||||
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 = 'When this file is active in source editor ...'
|
||||
ChildSizing.LeftRightSpacing = 0
|
||||
ChildSizing.TopBottomSpacing = 0
|
||||
ChildSizing.HorizontalSpacing = 0
|
||||
ChildSizing.VerticalSpacing = 0
|
||||
ChildSizing.ControlsPerLine = 0
|
||||
ClientHeight = 62
|
||||
ClientWidth = 431
|
||||
Ctl3D = False
|
||||
DockSite = False
|
||||
DragCursor = crDrag
|
||||
DragKind = dkDrag
|
||||
DragMode = dmManual
|
||||
Enabled = True
|
||||
ParentBidiMode = True
|
||||
ParentColor = True
|
||||
ParentCtl3D = False
|
||||
ParentFont = True
|
||||
ParentShowHint = True
|
||||
ClientHeight = 63
|
||||
ClientWidth = 427
|
||||
TabOrder = 0
|
||||
TabStop = False
|
||||
Visible = True
|
||||
object OverrideBuildProjectCheckbox: TCheckBox
|
||||
Left = 6
|
||||
Height = 22
|
||||
Top = 6
|
||||
Width = 419
|
||||
HelpContext = 0
|
||||
Width = 415
|
||||
Align = alTop
|
||||
AllowGrayed = False
|
||||
AutoSize = True
|
||||
BorderSpacing.Left = 0
|
||||
BorderSpacing.Top = 0
|
||||
BorderSpacing.Right = 0
|
||||
BorderSpacing.Bottom = 0
|
||||
BorderSpacing.Around = 6
|
||||
BorderSpacing.CellAlignHorizontal = ccaFill
|
||||
BorderSpacing.CellAlignVertical = ccaFill
|
||||
Caption = 'On build project execute the Build File command instead'
|
||||
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 OverrideRunProjectCheckbox: TCheckBox
|
||||
Left = 6
|
||||
Height = 22
|
||||
Top = 34
|
||||
Width = 419
|
||||
HelpContext = 0
|
||||
Width = 415
|
||||
Align = alTop
|
||||
AllowGrayed = False
|
||||
AutoSize = True
|
||||
BorderSpacing.Left = 0
|
||||
BorderSpacing.Top = 0
|
||||
BorderSpacing.Right = 0
|
||||
BorderSpacing.Bottom = 0
|
||||
BorderSpacing.Around = 6
|
||||
BorderSpacing.CellAlignHorizontal = ccaFill
|
||||
BorderSpacing.CellAlignVertical = ccaFill
|
||||
Caption = 'On run project execute the Run File command instead'
|
||||
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
|
||||
end
|
||||
object BuildPage: TPage
|
||||
HelpContext = 0
|
||||
Caption = 'Build'
|
||||
ChildSizing.LeftRightSpacing = 0
|
||||
ChildSizing.TopBottomSpacing = 0
|
||||
ChildSizing.HorizontalSpacing = 0
|
||||
ChildSizing.VerticalSpacing = 0
|
||||
ChildSizing.ControlsPerLine = 0
|
||||
ClientWidth = 447
|
||||
ClientHeight = 332
|
||||
ImageIndex = -1
|
||||
ParentFont = True
|
||||
ParentShowHint = True
|
||||
ClientWidth = 443
|
||||
ClientHeight = 337
|
||||
object BuildCommandGroupbox: TGroupBox
|
||||
Left = 6
|
||||
Height = 80
|
||||
Top = 72
|
||||
Width = 435
|
||||
HelpContext = 0
|
||||
Width = 431
|
||||
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 = 'Build Command'
|
||||
ChildSizing.LeftRightSpacing = 0
|
||||
ChildSizing.TopBottomSpacing = 0
|
||||
ChildSizing.HorizontalSpacing = 0
|
||||
ChildSizing.VerticalSpacing = 0
|
||||
ChildSizing.ControlsPerLine = 0
|
||||
ClientHeight = 61
|
||||
ClientWidth = 431
|
||||
Ctl3D = False
|
||||
DockSite = False
|
||||
DragCursor = crDrag
|
||||
DragKind = dkDrag
|
||||
DragMode = dmManual
|
||||
Enabled = True
|
||||
ParentBidiMode = True
|
||||
ParentColor = True
|
||||
ParentCtl3D = False
|
||||
ParentFont = True
|
||||
ParentShowHint = True
|
||||
ClientHeight = 62
|
||||
ClientWidth = 427
|
||||
TabOrder = 0
|
||||
TabStop = False
|
||||
Visible = True
|
||||
object BuildCommandMemo: TMemo
|
||||
Left = 6
|
||||
Height = 49
|
||||
Height = 50
|
||||
Top = 6
|
||||
Width = 419
|
||||
HelpContext = 0
|
||||
Width = 415
|
||||
Align = alClient
|
||||
Alignment = taLeftJustify
|
||||
BorderSpacing.Left = 0
|
||||
BorderSpacing.Top = 0
|
||||
BorderSpacing.Right = 0
|
||||
BorderSpacing.Bottom = 0
|
||||
BorderSpacing.Around = 6
|
||||
BorderSpacing.CellAlignHorizontal = ccaFill
|
||||
BorderSpacing.CellAlignVertical = ccaFill
|
||||
DragCursor = crDrag
|
||||
DragMode = dmManual
|
||||
Enabled = True
|
||||
Lines.Strings = (
|
||||
'CompileCommandMemo'
|
||||
)
|
||||
MaxLength = -1
|
||||
ParentBidiMode = True
|
||||
ParentFont = True
|
||||
ReadOnly = False
|
||||
ScrollBars = ssNone
|
||||
TabOrder = 0
|
||||
TabStop = True
|
||||
Visible = True
|
||||
WantReturns = True
|
||||
WantTabs = False
|
||||
end
|
||||
end
|
||||
object BuildScanForFPCMsgCheckbox: TCheckBox
|
||||
Left = 6
|
||||
Height = 22
|
||||
Top = 158
|
||||
Width = 435
|
||||
HelpContext = 0
|
||||
Width = 431
|
||||
Align = alTop
|
||||
AllowGrayed = False
|
||||
AutoSize = True
|
||||
BorderSpacing.Left = 0
|
||||
BorderSpacing.Top = 0
|
||||
BorderSpacing.Right = 0
|
||||
BorderSpacing.Bottom = 0
|
||||
BorderSpacing.Around = 6
|
||||
BorderSpacing.CellAlignHorizontal = ccaFill
|
||||
BorderSpacing.CellAlignVertical = ccaFill
|
||||
Caption = 'Scan for FPC messages'
|
||||
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
|
||||
object BuildScanForMakeMsgCheckbox: TCheckBox
|
||||
Left = 6
|
||||
Height = 22
|
||||
Top = 186
|
||||
Width = 435
|
||||
HelpContext = 0
|
||||
Width = 431
|
||||
Align = alTop
|
||||
AllowGrayed = False
|
||||
AutoSize = True
|
||||
BorderSpacing.Left = 0
|
||||
BorderSpacing.Top = 0
|
||||
BorderSpacing.Right = 0
|
||||
BorderSpacing.Bottom = 0
|
||||
BorderSpacing.Around = 6
|
||||
BorderSpacing.CellAlignHorizontal = ccaFill
|
||||
BorderSpacing.CellAlignVertical = ccaFill
|
||||
Caption = 'Scan for Make messages'
|
||||
Checked = False
|
||||
DragCursor = crDrag
|
||||
DragKind = dkDrag
|
||||
DragMode = dmManual
|
||||
Enabled = True
|
||||
ParentColor = True
|
||||
ParentFont = True
|
||||
ParentShowHint = True
|
||||
ParentBidiMode = True
|
||||
State = cbUnchecked
|
||||
TabOrder = 2
|
||||
TabStop = True
|
||||
UseOnChange = False
|
||||
Visible = True
|
||||
end
|
||||
object BuildWorkingDirGroupbox: TGroupBox
|
||||
Left = 6
|
||||
Height = 60
|
||||
Top = 6
|
||||
Width = 435
|
||||
HelpContext = 0
|
||||
Width = 431
|
||||
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 = 'Working directory (Leave empty for file path)'
|
||||
ChildSizing.LeftRightSpacing = 0
|
||||
ChildSizing.TopBottomSpacing = 0
|
||||
ChildSizing.HorizontalSpacing = 0
|
||||
ChildSizing.VerticalSpacing = 0
|
||||
ChildSizing.ControlsPerLine = 0
|
||||
ClientHeight = 41
|
||||
ClientWidth = 431
|
||||
Ctl3D = False
|
||||
DockSite = False
|
||||
DragCursor = crDrag
|
||||
DragKind = dkDrag
|
||||
DragMode = dmManual
|
||||
Enabled = True
|
||||
ParentBidiMode = True
|
||||
ParentColor = True
|
||||
ParentCtl3D = False
|
||||
ParentFont = True
|
||||
ParentShowHint = True
|
||||
ClientHeight = 42
|
||||
ClientWidth = 427
|
||||
TabOrder = 3
|
||||
TabStop = False
|
||||
Visible = True
|
||||
object BuildWorkDirCombobox: TComboBox
|
||||
AnchorSideLeft.Control = BuildWorkingDirGroupbox
|
||||
AnchorSideTop.Control = BuildWorkingDirGroupbox
|
||||
AnchorSideRight.Control = BuildBrowseWorkDirButton
|
||||
Left = 6
|
||||
Height = 29
|
||||
Height = 21
|
||||
Top = 6
|
||||
Width = 388
|
||||
HelpContext = 0
|
||||
TabStop = True
|
||||
Align = alNone
|
||||
Width = 384
|
||||
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 = 6
|
||||
BorderSpacing.CellAlignHorizontal = ccaFill
|
||||
BorderSpacing.CellAlignVertical = ccaFill
|
||||
CharCase = ecNormal
|
||||
Ctl3D = False
|
||||
DragCursor = crDrag
|
||||
DragMode = dmManual
|
||||
DropDownCount = 8
|
||||
Enabled = True
|
||||
ItemHeight = 0
|
||||
ItemIndex = -1
|
||||
ItemHeight = 13
|
||||
ItemWidth = 0
|
||||
MaxLength = 0
|
||||
ParentBidiMode = True
|
||||
ParentColor = False
|
||||
ParentCtl3D = False
|
||||
ParentFont = True
|
||||
ParentShowHint = True
|
||||
Sorted = False
|
||||
Style = csDropDown
|
||||
TabOrder = 0
|
||||
Text = 'BuildWorkDirCombobox'
|
||||
Visible = True
|
||||
end
|
||||
object BuildBrowseWorkDirButton: TButton
|
||||
AnchorSideTop.Control = BuildWorkingDirGroupbox
|
||||
AnchorSideRight.Control = BuildWorkingDirGroupbox
|
||||
AnchorSideRight.Side = asrBottom
|
||||
Left = 400
|
||||
Left = 396
|
||||
Height = 25
|
||||
Top = 6
|
||||
Width = 25
|
||||
HelpContext = 0
|
||||
Align = alNone
|
||||
Anchors = [akTop, akRight]
|
||||
AutoSize = False
|
||||
BorderSpacing.Left = 0
|
||||
BorderSpacing.Top = 0
|
||||
BorderSpacing.Right = 0
|
||||
BorderSpacing.Bottom = 0
|
||||
BorderSpacing.Around = 6
|
||||
BorderSpacing.CellAlignHorizontal = ccaFill
|
||||
BorderSpacing.CellAlignVertical = ccaFill
|
||||
Cancel = False
|
||||
Caption = '...'
|
||||
Default = False
|
||||
DragCursor = crDrag
|
||||
DragMode = dmManual
|
||||
Enabled = True
|
||||
ParentBidiMode = True
|
||||
ModalResult = 0
|
||||
OnClick = BuildBrowseWorkDirButtonCLICK
|
||||
ParentFont = True
|
||||
ParentShowHint = True
|
||||
TabOrder = 1
|
||||
TabStop = True
|
||||
Visible = True
|
||||
end
|
||||
end
|
||||
end
|
||||
object RunPage: TPage
|
||||
HelpContext = 0
|
||||
Caption = 'Run'
|
||||
ChildSizing.LeftRightSpacing = 0
|
||||
ChildSizing.TopBottomSpacing = 0
|
||||
ChildSizing.HorizontalSpacing = 0
|
||||
ChildSizing.VerticalSpacing = 0
|
||||
ChildSizing.ControlsPerLine = 0
|
||||
ClientWidth = 447
|
||||
ClientHeight = 332
|
||||
ImageIndex = -1
|
||||
ParentFont = True
|
||||
ParentShowHint = True
|
||||
ClientWidth = 443
|
||||
ClientHeight = 353
|
||||
object AlwaysCompileFirstCheckbox: TCheckBox
|
||||
Left = 6
|
||||
Height = 22
|
||||
Height = 17
|
||||
Top = 6
|
||||
Width = 435
|
||||
HelpContext = 0
|
||||
Width = 431
|
||||
Align = alTop
|
||||
AllowGrayed = False
|
||||
AutoSize = True
|
||||
BorderSpacing.Left = 0
|
||||
BorderSpacing.Top = 0
|
||||
BorderSpacing.Right = 0
|
||||
BorderSpacing.Bottom = 0
|
||||
BorderSpacing.Around = 6
|
||||
BorderSpacing.CellAlignHorizontal = ccaFill
|
||||
BorderSpacing.CellAlignVertical = ccaFill
|
||||
Caption = 'Always Build before Run'
|
||||
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 RunCommandGroupbox: TGroupBox
|
||||
Left = 6
|
||||
Height = 98
|
||||
Top = 100
|
||||
Width = 435
|
||||
HelpContext = 0
|
||||
Top = 88
|
||||
Width = 431
|
||||
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 = 'Run Command'
|
||||
ChildSizing.LeftRightSpacing = 0
|
||||
ChildSizing.TopBottomSpacing = 0
|
||||
ChildSizing.HorizontalSpacing = 0
|
||||
ChildSizing.VerticalSpacing = 0
|
||||
ChildSizing.ControlsPerLine = 0
|
||||
ClientHeight = 79
|
||||
ClientWidth = 431
|
||||
Ctl3D = False
|
||||
DockSite = False
|
||||
DragCursor = crDrag
|
||||
DragKind = dkDrag
|
||||
DragMode = dmManual
|
||||
Enabled = True
|
||||
ParentBidiMode = True
|
||||
ParentColor = True
|
||||
ParentCtl3D = False
|
||||
ParentFont = True
|
||||
ParentShowHint = True
|
||||
ClientHeight = 80
|
||||
ClientWidth = 427
|
||||
TabOrder = 1
|
||||
TabStop = False
|
||||
Visible = True
|
||||
object RunCommandMemo: TMemo
|
||||
Left = 6
|
||||
Height = 67
|
||||
Height = 68
|
||||
Top = 6
|
||||
Width = 419
|
||||
HelpContext = 0
|
||||
Width = 415
|
||||
Align = alClient
|
||||
Alignment = taLeftJustify
|
||||
BorderSpacing.Left = 0
|
||||
BorderSpacing.Top = 0
|
||||
BorderSpacing.Right = 0
|
||||
BorderSpacing.Bottom = 0
|
||||
BorderSpacing.Around = 6
|
||||
BorderSpacing.CellAlignHorizontal = ccaFill
|
||||
BorderSpacing.CellAlignVertical = ccaFill
|
||||
DragCursor = crDrag
|
||||
DragMode = dmManual
|
||||
Enabled = True
|
||||
Lines.Strings = (
|
||||
'CompileCommandMemo'
|
||||
)
|
||||
MaxLength = -1
|
||||
ParentBidiMode = True
|
||||
ParentFont = True
|
||||
ReadOnly = False
|
||||
ScrollBars = ssNone
|
||||
TabOrder = 0
|
||||
TabStop = True
|
||||
Visible = True
|
||||
WantReturns = True
|
||||
WantTabs = False
|
||||
end
|
||||
end
|
||||
object RunWorkDirGroupbox: TGroupBox
|
||||
Left = 6
|
||||
Height = 60
|
||||
Top = 34
|
||||
Width = 435
|
||||
HelpContext = 0
|
||||
Height = 53
|
||||
Top = 29
|
||||
Width = 431
|
||||
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 = 'Working Directory (Leave empty for file path)'
|
||||
ChildSizing.LeftRightSpacing = 0
|
||||
ChildSizing.TopBottomSpacing = 0
|
||||
ChildSizing.HorizontalSpacing = 0
|
||||
ChildSizing.VerticalSpacing = 0
|
||||
ChildSizing.ControlsPerLine = 0
|
||||
ClientHeight = 41
|
||||
ClientWidth = 431
|
||||
Ctl3D = False
|
||||
DockSite = False
|
||||
DragCursor = crDrag
|
||||
DragKind = dkDrag
|
||||
DragMode = dmManual
|
||||
Enabled = True
|
||||
ParentBidiMode = True
|
||||
ParentColor = True
|
||||
ParentCtl3D = False
|
||||
ParentFont = True
|
||||
ParentShowHint = True
|
||||
ClientHeight = 35
|
||||
ClientWidth = 427
|
||||
TabOrder = 2
|
||||
TabStop = False
|
||||
Visible = True
|
||||
object RunWorkDirCombobox: TComboBox
|
||||
AnchorSideLeft.Control = RunWorkDirGroupbox
|
||||
AnchorSideTop.Control = RunWorkDirGroupbox
|
||||
AnchorSideRight.Control = RunBrowseWorkDirButton
|
||||
Left = 6
|
||||
Height = 29
|
||||
Height = 21
|
||||
Top = 6
|
||||
Width = 388
|
||||
HelpContext = 0
|
||||
TabStop = True
|
||||
Align = alNone
|
||||
Width = 384
|
||||
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 = 6
|
||||
BorderSpacing.CellAlignHorizontal = ccaFill
|
||||
BorderSpacing.CellAlignVertical = ccaFill
|
||||
CharCase = ecNormal
|
||||
Ctl3D = False
|
||||
DragCursor = crDrag
|
||||
DragMode = dmManual
|
||||
DropDownCount = 8
|
||||
Enabled = True
|
||||
ItemHeight = 0
|
||||
ItemIndex = -1
|
||||
ItemHeight = 13
|
||||
ItemWidth = 0
|
||||
MaxLength = 0
|
||||
ParentBidiMode = True
|
||||
ParentColor = False
|
||||
ParentCtl3D = False
|
||||
ParentFont = True
|
||||
ParentShowHint = True
|
||||
Sorted = False
|
||||
Style = csDropDown
|
||||
TabOrder = 0
|
||||
Text = 'RunWorkDirCombobox'
|
||||
Visible = True
|
||||
end
|
||||
object RunBrowseWorkDirButton: TButton
|
||||
AnchorSideRight.Side = asrBottom
|
||||
Left = 400
|
||||
Height = 29
|
||||
Left = 396
|
||||
Height = 23
|
||||
Top = 6
|
||||
Width = 25
|
||||
HelpType = htKeyword
|
||||
HelpContext = 0
|
||||
Align = alRight
|
||||
AutoSize = False
|
||||
BorderSpacing.Left = 0
|
||||
BorderSpacing.Top = 0
|
||||
BorderSpacing.Right = 0
|
||||
BorderSpacing.Bottom = 0
|
||||
BorderSpacing.Around = 6
|
||||
BorderSpacing.CellAlignHorizontal = ccaFill
|
||||
BorderSpacing.CellAlignVertical = ccaFill
|
||||
Cancel = False
|
||||
Caption = '...'
|
||||
Default = False
|
||||
DragCursor = crDrag
|
||||
DragMode = dmManual
|
||||
Enabled = True
|
||||
ParentBidiMode = True
|
||||
ModalResult = 0
|
||||
OnClick = BuildBrowseWorkDirButtonCLICK
|
||||
ParentFont = True
|
||||
ParentShowHint = True
|
||||
TabOrder = 1
|
||||
TabStop = True
|
||||
Visible = True
|
||||
end
|
||||
end
|
||||
end
|
||||
end
|
||||
object ButtonPanel: TButtonPanel
|
||||
Left = 6
|
||||
Height = 48
|
||||
Top = 369
|
||||
Height = 26
|
||||
Top = 385
|
||||
Width = 439
|
||||
HelpContext = 0
|
||||
Align = alBottom
|
||||
AutoSize = True
|
||||
ButtonOrder = boDefault
|
||||
TabOrder = 1
|
||||
DefaultButton = pbOK
|
||||
ShowButtons = [pbOK, pbCancel, pbHelp]
|
||||
ShowGlyphs = [pbOK, pbCancel, pbClose, pbHelp]
|
||||
Visible = True
|
||||
ShowBevel = False
|
||||
end
|
||||
end
|
||||
|
@ -2,222 +2,76 @@
|
||||
|
||||
LazarusResources.Add('TBuildFileDialog','FORMDATA',[
|
||||
'TPF0'#16'TBuildFileDialog'#15'BuildFileDialog'#4'Left'#3'='#1#6'Height'#3#161
|
||||
+#1#3'Top'#3#153#0#5'Width'#3#195#1#11'HelpContext'#2#0#13'ActiveControl'#7#9
|
||||
+'Notebook1'#5'Align'#7#6'alNone'#14'AllowDropFiles'#8#10'AutoScroll'#9#8'Aut'
|
||||
+'oSize'#8#11'BorderIcons'#11#12'biSystemMenu'#0#11'BorderStyle'#7#10'bsSizea'
|
||||
+'ble'#7'Caption'#6#15'BuildFileDialog'#28'ChildSizing.LeftRightSpacing'#2#0
|
||||
+#28'ChildSizing.TopBottomSpacing'#2#0#29'ChildSizing.HorizontalSpacing'#2#0
|
||||
+#27'ChildSizing.VerticalSpacing'#2#0#27'ChildSizing.ControlsPerLine'#2#0#12
|
||||
+'ClientHeight'#3#161#1#11'ClientWidth'#3#195#1#8'DockSite'#8#8'DragKind'#7#6
|
||||
+'dkDrag'#8'DragMode'#7#8'dmManual'#7'Enabled'#9#11'Font.Height'#2#0#10'Font.'
|
||||
+'Style'#11#0#9'FormStyle'#7#8'fsNormal'#10'KeyPreview'#9#8'OnCreate'#7#21'Bu'
|
||||
+'ildFileDialogCREATE'#9'OnKeyDown'#7#22'BuildFileDialogKEYDOWN'#14'ParentBiD'
|
||||
+'iMode'#9#10'ParentFont'#8#8'Position'#7#14'poScreenCenter'#13'ShowInTaskBar'
|
||||
+#7#9'stDefault'#14'UseDockManager'#8#10'LCLVersion'#6#6'0.9.27'#11'WindowSta'
|
||||
+'te'#7#8'wsNormal'#0#9'TNotebook'#9'Notebook1'#4'Left'#2#0#6'Height'#3'k'#1#3
|
||||
+'Top'#2#0#5'Width'#3#195#1#11'HelpContext'#2#0#7'TabStop'#9#5'Align'#7#8'alC'
|
||||
+'lient'#18'BorderSpacing.Left'#2#0#17'BorderSpacing.Top'#2#0#19'BorderSpacin'
|
||||
+'g.Right'#2#0#20'BorderSpacing.Bottom'#2#6#20'BorderSpacing.Around'#2#0'!Bor'
|
||||
+'derSpacing.CellAlignHorizontal'#7#7'ccaFill'#31'BorderSpacing.CellAlignVert'
|
||||
+'ical'#7#7'ccaFill'#10'DragCursor'#7#6'crDrag'#8'DragMode'#7#8'dmManual'#7'E'
|
||||
+'nabled'#9#7'Options'#11#0#9'PageIndex'#2#2#10'ParentFont'#9#8'ShowTabs'#9#8
|
||||
+'TabOrder'#2#0#0#5'TPage'#11'GeneralPage'#11'HelpContext'#2#0#7'Caption'#6#7
|
||||
+'Options'#28'ChildSizing.LeftRightSpacing'#2#0#28'ChildSizing.TopBottomSpaci'
|
||||
+'ng'#2#0#29'ChildSizing.HorizontalSpacing'#2#0#27'ChildSizing.VerticalSpacin'
|
||||
+'g'#2#0#27'ChildSizing.ControlsPerLine'#2#0#11'ClientWidth'#3#191#1#12'Clien'
|
||||
+'tHeight'#3'L'#1#10'ImageIndex'#2#255#10'ParentFont'#9#14'ParentShowHint'#9#0
|
||||
+#9'TGroupBox'#24'WhenFileIsActiveGroupbox'#4'Left'#2#6#6'Height'#2'Q'#3'Top'
|
||||
+#2#6#5'Width'#3#179#1#11'HelpContext'#2#0#5'Align'#7#5'alTop'#8'AutoSize'#9
|
||||
+#18'BorderSpacing.Left'#2#0#17'BorderSpacing.Top'#2#0#19'BorderSpacing.Right'
|
||||
+#2#0#20'BorderSpacing.Bottom'#2#0#20'BorderSpacing.Around'#2#6'!BorderSpacin'
|
||||
+'g.CellAlignHorizontal'#7#7'ccaFill'#31'BorderSpacing.CellAlignVertical'#7#7
|
||||
+'ccaFill'#7'Caption'#6'-When this file is active in source editor ...'#28'Ch'
|
||||
+'ildSizing.LeftRightSpacing'#2#0#28'ChildSizing.TopBottomSpacing'#2#0#29'Chi'
|
||||
+'ldSizing.HorizontalSpacing'#2#0#27'ChildSizing.VerticalSpacing'#2#0#27'Chil'
|
||||
+'dSizing.ControlsPerLine'#2#0#12'ClientHeight'#2'>'#11'ClientWidth'#3#175#1#5
|
||||
+'Ctl3D'#8#8'DockSite'#8#10'DragCursor'#7#6'crDrag'#8'DragKind'#7#6'dkDrag'#8
|
||||
+'DragMode'#7#8'dmManual'#7'Enabled'#9#14'ParentBidiMode'#9#11'ParentColor'#9
|
||||
+#11'ParentCtl3D'#8#10'ParentFont'#9#14'ParentShowHint'#9#8'TabOrder'#2#0#7'T'
|
||||
+'abStop'#8#7'Visible'#9#0#9'TCheckBox'#28'OverrideBuildProjectCheckbox'#4'Le'
|
||||
+'ft'#2#6#6'Height'#2#22#3'Top'#2#6#5'Width'#3#163#1#11'HelpContext'#2#0#5'Al'
|
||||
+'ign'#7#5'alTop'#11'AllowGrayed'#8#8'AutoSize'#9#18'BorderSpacing.Left'#2#0
|
||||
+#17'BorderSpacing.Top'#2#0#19'BorderSpacing.Right'#2#0#20'BorderSpacing.Bott'
|
||||
+'om'#2#0#20'BorderSpacing.Around'#2#6'!BorderSpacing.CellAlignHorizontal'#7#7
|
||||
+'ccaFill'#31'BorderSpacing.CellAlignVertical'#7#7'ccaFill'#7'Caption'#6'7On '
|
||||
+'build project execute the Build File command instead'#7'Checked'#8#10'DragC'
|
||||
+'ursor'#7#6'crDrag'#8'DragKind'#7#6'dkDrag'#8'DragMode'#7#8'dmManual'#7'Enab'
|
||||
+'led'#9#11'ParentColor'#9#10'ParentFont'#9#14'ParentShowHint'#9#14'ParentBid'
|
||||
+'iMode'#9#5'State'#7#11'cbUnchecked'#8'TabOrder'#2#0#7'TabStop'#9#11'UseOnCh'
|
||||
+'ange'#8#7'Visible'#9#0#0#9'TCheckBox'#26'OverrideRunProjectCheckbox'#4'Left'
|
||||
+#2#6#6'Height'#2#22#3'Top'#2'"'#5'Width'#3#163#1#11'HelpContext'#2#0#5'Align'
|
||||
+#7#5'alTop'#11'AllowGrayed'#8#8'AutoSize'#9#18'BorderSpacing.Left'#2#0#17'Bo'
|
||||
+'rderSpacing.Top'#2#0#19'BorderSpacing.Right'#2#0#20'BorderSpacing.Bottom'#2
|
||||
+#0#20'BorderSpacing.Around'#2#6'!BorderSpacing.CellAlignHorizontal'#7#7'ccaF'
|
||||
+'ill'#31'BorderSpacing.CellAlignVertical'#7#7'ccaFill'#7'Caption'#6'3On run '
|
||||
+'project execute the Run File command instead'#7'Checked'#8#10'DragCursor'#7
|
||||
+#6'crDrag'#8'DragKind'#7#6'dkDrag'#8'DragMode'#7#8'dmManual'#7'Enabled'#9#11
|
||||
+'ParentColor'#9#10'ParentFont'#9#14'ParentShowHint'#9#14'ParentBidiMode'#9#5
|
||||
+'State'#7#11'cbUnchecked'#8'TabOrder'#2#1#7'TabStop'#9#11'UseOnChange'#8#7'V'
|
||||
+'isible'#9#0#0#0#0#5'TPage'#9'BuildPage'#11'HelpContext'#2#0#7'Caption'#6#5
|
||||
+'Build'#28'ChildSizing.LeftRightSpacing'#2#0#28'ChildSizing.TopBottomSpacing'
|
||||
+#2#0#29'ChildSizing.HorizontalSpacing'#2#0#27'ChildSizing.VerticalSpacing'#2
|
||||
+#0#27'ChildSizing.ControlsPerLine'#2#0#11'ClientWidth'#3#191#1#12'ClientHeig'
|
||||
+'ht'#3'L'#1#10'ImageIndex'#2#255#10'ParentFont'#9#14'ParentShowHint'#9#0#9'T'
|
||||
+'GroupBox'#20'BuildCommandGroupbox'#4'Left'#2#6#6'Height'#2'P'#3'Top'#2'H'#5
|
||||
+'Width'#3#179#1#11'HelpContext'#2#0#5'Align'#7#5'alTop'#8'AutoSize'#8#18'Bor'
|
||||
,'derSpacing.Left'#2#0#17'BorderSpacing.Top'#2#0#19'BorderSpacing.Right'#2#0
|
||||
+#20'BorderSpacing.Bottom'#2#0#20'BorderSpacing.Around'#2#6'!BorderSpacing.Ce'
|
||||
+'llAlignHorizontal'#7#7'ccaFill'#31'BorderSpacing.CellAlignVertical'#7#7'cca'
|
||||
+'Fill'#7'Caption'#6#13'Build Command'#28'ChildSizing.LeftRightSpacing'#2#0#28
|
||||
+'ChildSizing.TopBottomSpacing'#2#0#29'ChildSizing.HorizontalSpacing'#2#0#27
|
||||
+'ChildSizing.VerticalSpacing'#2#0#27'ChildSizing.ControlsPerLine'#2#0#12'Cli'
|
||||
+'entHeight'#2'='#11'ClientWidth'#3#175#1#5'Ctl3D'#8#8'DockSite'#8#10'DragCur'
|
||||
+'sor'#7#6'crDrag'#8'DragKind'#7#6'dkDrag'#8'DragMode'#7#8'dmManual'#7'Enable'
|
||||
+'d'#9#14'ParentBidiMode'#9#11'ParentColor'#9#11'ParentCtl3D'#8#10'ParentFont'
|
||||
+#9#14'ParentShowHint'#9#8'TabOrder'#2#0#7'TabStop'#8#7'Visible'#9#0#5'TMemo'
|
||||
+#16'BuildCommandMemo'#4'Left'#2#6#6'Height'#2'1'#3'Top'#2#6#5'Width'#3#163#1
|
||||
+#11'HelpContext'#2#0#5'Align'#7#8'alClient'#9'Alignment'#7#13'taLeftJustify'
|
||||
+#18'BorderSpacing.Left'#2#0#17'BorderSpacing.Top'#2#0#19'BorderSpacing.Right'
|
||||
+#2#0#20'BorderSpacing.Bottom'#2#0#20'BorderSpacing.Around'#2#6'!BorderSpacin'
|
||||
+'g.CellAlignHorizontal'#7#7'ccaFill'#31'BorderSpacing.CellAlignVertical'#7#7
|
||||
+'ccaFill'#10'DragCursor'#7#6'crDrag'#8'DragMode'#7#8'dmManual'#7'Enabled'#9
|
||||
+#13'Lines.Strings'#1#6#18'CompileCommandMemo'#0#9'MaxLength'#2#255#14'Parent'
|
||||
+'BidiMode'#9#10'ParentFont'#9#8'ReadOnly'#8#10'ScrollBars'#7#6'ssNone'#8'Tab'
|
||||
+'Order'#2#0#7'TabStop'#9#7'Visible'#9#11'WantReturns'#9#8'WantTabs'#8#0#0#0#9
|
||||
+'TCheckBox'#26'BuildScanForFPCMsgCheckbox'#4'Left'#2#6#6'Height'#2#22#3'Top'
|
||||
+#3#158#0#5'Width'#3#179#1#11'HelpContext'#2#0#5'Align'#7#5'alTop'#11'AllowGr'
|
||||
+'ayed'#8#8'AutoSize'#9#18'BorderSpacing.Left'#2#0#17'BorderSpacing.Top'#2#0
|
||||
+#19'BorderSpacing.Right'#2#0#20'BorderSpacing.Bottom'#2#0#20'BorderSpacing.A'
|
||||
+'round'#2#6'!BorderSpacing.CellAlignHorizontal'#7#7'ccaFill'#31'BorderSpacin'
|
||||
+'g.CellAlignVertical'#7#7'ccaFill'#7'Caption'#6#21'Scan for FPC messages'#7
|
||||
+'Checked'#8#10'DragCursor'#7#6'crDrag'#8'DragKind'#7#6'dkDrag'#8'DragMode'#7
|
||||
+#8'dmManual'#7'Enabled'#9#11'ParentColor'#9#10'ParentFont'#9#14'ParentShowHi'
|
||||
+'nt'#9#14'ParentBidiMode'#9#5'State'#7#11'cbUnchecked'#8'TabOrder'#2#1#7'Tab'
|
||||
+'Stop'#9#11'UseOnChange'#8#7'Visible'#9#0#0#9'TCheckBox'#27'BuildScanForMake'
|
||||
+'MsgCheckbox'#4'Left'#2#6#6'Height'#2#22#3'Top'#3#186#0#5'Width'#3#179#1#11
|
||||
+'HelpContext'#2#0#5'Align'#7#5'alTop'#11'AllowGrayed'#8#8'AutoSize'#9#18'Bor'
|
||||
+'derSpacing.Left'#2#0#17'BorderSpacing.Top'#2#0#19'BorderSpacing.Right'#2#0
|
||||
+#20'BorderSpacing.Bottom'#2#0#20'BorderSpacing.Around'#2#6'!BorderSpacing.Ce'
|
||||
+'llAlignHorizontal'#7#7'ccaFill'#31'BorderSpacing.CellAlignVertical'#7#7'cca'
|
||||
+'Fill'#7'Caption'#6#22'Scan for Make messages'#7'Checked'#8#10'DragCursor'#7
|
||||
+#6'crDrag'#8'DragKind'#7#6'dkDrag'#8'DragMode'#7#8'dmManual'#7'Enabled'#9#11
|
||||
+'ParentColor'#9#10'ParentFont'#9#14'ParentShowHint'#9#14'ParentBidiMode'#9#5
|
||||
+'State'#7#11'cbUnchecked'#8'TabOrder'#2#2#7'TabStop'#9#11'UseOnChange'#8#7'V'
|
||||
+'isible'#9#0#0#9'TGroupBox'#23'BuildWorkingDirGroupbox'#4'Left'#2#6#6'Height'
|
||||
+#2'<'#3'Top'#2#6#5'Width'#3#179#1#11'HelpContext'#2#0#5'Align'#7#5'alTop'#8
|
||||
+'AutoSize'#9#18'BorderSpacing.Left'#2#0#17'BorderSpacing.Top'#2#0#19'BorderS'
|
||||
+'pacing.Right'#2#0#20'BorderSpacing.Bottom'#2#0#20'BorderSpacing.Around'#2#6
|
||||
+'!BorderSpacing.CellAlignHorizontal'#7#7'ccaFill'#31'BorderSpacing.CellAlign'
|
||||
+'Vertical'#7#7'ccaFill'#7'Caption'#6'-Working directory (Leave empty for fil'
|
||||
+'e path)'#28'ChildSizing.LeftRightSpacing'#2#0#28'ChildSizing.TopBottomSpaci'
|
||||
+'ng'#2#0#29'ChildSizing.HorizontalSpacing'#2#0#27'ChildSizing.VerticalSpacin'
|
||||
+'g'#2#0#27'ChildSizing.ControlsPerLine'#2#0#12'ClientHeight'#2')'#11'ClientW'
|
||||
+'idth'#3#175#1#5'Ctl3D'#8#8'DockSite'#8#10'DragCursor'#7#6'crDrag'#8'DragKin'
|
||||
+'d'#7#6'dkDrag'#8'DragMode'#7#8'dmManual'#7'Enabled'#9#14'ParentBidiMode'#9
|
||||
+#11'ParentColor'#9#11'ParentCtl3D'#8#10'ParentFont'#9#14'ParentShowHint'#9#8
|
||||
+'TabOrder'#2#3#7'TabStop'#8#7'Visible'#9#0#9'TComboBox'#20'BuildWorkDirCombo'
|
||||
+'box'#22'AnchorSideLeft.Control'#7#23'BuildWorkingDirGroupbox'#21'AnchorSide'
|
||||
+'Top.Control'#7#23'BuildWorkingDirGroupbox'#23'AnchorSideRight.Control'#7#24
|
||||
+'BuildBrowseWorkDirButton'#4'Left'#2#6#6'Height'#2#29#3'Top'#2#6#5'Width'#3
|
||||
+#132#1#11'HelpContext'#2#0#7'TabStop'#9#5'Align'#7#6'alNone'#7'Anchors'#11#5
|
||||
+'akTop'#6'akLeft'#7'akRight'#0#21'ArrowKeysTraverseList'#9#12'AutoComplete'#8
|
||||
+#16'AutoCompleteText'#11#22'cbactEndOfLineComplete'#20'cbactSearchAscending'
|
||||
+#0#12'AutoDropDown'#8#10'AutoSelect'#8#8'AutoSize'#9#18'BorderSpacing.Left'#2
|
||||
+#0#17'BorderSpacing.Top'#2#0#19'BorderSpacing.Right'#2#0#20'BorderSpacing.Bo'
|
||||
+'ttom'#2#0#20'BorderSpacing.Around'#2#6'!BorderSpacing.CellAlignHorizontal'#7
|
||||
+#7'ccaFill'#31'BorderSpacing.CellAlignVertical'#7#7'ccaFill'#8'CharCase'#7#8
|
||||
+'ecNormal'#5'Ctl3D'#8#10'DragCursor'#7#6'crDrag'#8'DragMode'#7#8'dmManual'#13
|
||||
+'DropDownCount'#2#8#7'Enabled'#9#10'ItemHeight'#2#0#9'ItemIndex'#2#255#9'Ite'
|
||||
+'mWidth'#2#0#9'MaxLength'#2#0#14'ParentBidiMode'#9#11'ParentColor'#8#11'Pare'
|
||||
,'ntCtl3D'#8#10'ParentFont'#9#14'ParentShowHint'#9#6'Sorted'#8#5'Style'#7#10
|
||||
+'csDropDown'#8'TabOrder'#2#0#4'Text'#6#20'BuildWorkDirCombobox'#7'Visible'#9
|
||||
+#0#0#7'TButton'#24'BuildBrowseWorkDirButton'#21'AnchorSideTop.Control'#7#23
|
||||
+'BuildWorkingDirGroupbox'#23'AnchorSideRight.Control'#7#23'BuildWorkingDirGr'
|
||||
+'oupbox'#20'AnchorSideRight.Side'#7#9'asrBottom'#4'Left'#3#144#1#6'Height'#2
|
||||
+#25#3'Top'#2#6#5'Width'#2#25#11'HelpContext'#2#0#5'Align'#7#6'alNone'#7'Anch'
|
||||
+'ors'#11#5'akTop'#7'akRight'#0#8'AutoSize'#8#18'BorderSpacing.Left'#2#0#17'B'
|
||||
+'orderSpacing.Top'#2#0#19'BorderSpacing.Right'#2#0#20'BorderSpacing.Bottom'#2
|
||||
+#0#20'BorderSpacing.Around'#2#6'!BorderSpacing.CellAlignHorizontal'#7#7'ccaF'
|
||||
+'ill'#31'BorderSpacing.CellAlignVertical'#7#7'ccaFill'#6'Cancel'#8#7'Caption'
|
||||
+#6#3'...'#7'Default'#8#10'DragCursor'#7#6'crDrag'#8'DragMode'#7#8'dmManual'#7
|
||||
+'Enabled'#9#14'ParentBidiMode'#9#11'ModalResult'#2#0#7'OnClick'#7#29'BuildBr'
|
||||
+'owseWorkDirButtonCLICK'#10'ParentFont'#9#14'ParentShowHint'#9#8'TabOrder'#2
|
||||
+#1#7'TabStop'#9#7'Visible'#9#0#0#0#0#5'TPage'#7'RunPage'#11'HelpContext'#2#0
|
||||
+#7'Caption'#6#3'Run'#28'ChildSizing.LeftRightSpacing'#2#0#28'ChildSizing.Top'
|
||||
+'BottomSpacing'#2#0#29'ChildSizing.HorizontalSpacing'#2#0#27'ChildSizing.Ver'
|
||||
+'ticalSpacing'#2#0#27'ChildSizing.ControlsPerLine'#2#0#11'ClientWidth'#3#191
|
||||
+#1#12'ClientHeight'#3'L'#1#10'ImageIndex'#2#255#10'ParentFont'#9#14'ParentSh'
|
||||
+'owHint'#9#0#9'TCheckBox'#26'AlwaysCompileFirstCheckbox'#4'Left'#2#6#6'Heigh'
|
||||
+'t'#2#22#3'Top'#2#6#5'Width'#3#179#1#11'HelpContext'#2#0#5'Align'#7#5'alTop'
|
||||
+#11'AllowGrayed'#8#8'AutoSize'#9#18'BorderSpacing.Left'#2#0#17'BorderSpacing'
|
||||
+'.Top'#2#0#19'BorderSpacing.Right'#2#0#20'BorderSpacing.Bottom'#2#0#20'Borde'
|
||||
+'rSpacing.Around'#2#6'!BorderSpacing.CellAlignHorizontal'#7#7'ccaFill'#31'Bo'
|
||||
+'rderSpacing.CellAlignVertical'#7#7'ccaFill'#7'Caption'#6#23'Always Build be'
|
||||
+'fore Run'#7'Checked'#8#10'DragCursor'#7#6'crDrag'#8'DragKind'#7#6'dkDrag'#8
|
||||
+'DragMode'#7#8'dmManual'#7'Enabled'#9#11'ParentColor'#9#10'ParentFont'#9#14
|
||||
+'ParentShowHint'#9#14'ParentBidiMode'#9#5'State'#7#11'cbUnchecked'#8'TabOrde'
|
||||
+'r'#2#0#7'TabStop'#9#11'UseOnChange'#8#7'Visible'#9#0#0#9'TGroupBox'#18'RunC'
|
||||
+'ommandGroupbox'#4'Left'#2#6#6'Height'#2'b'#3'Top'#2'd'#5'Width'#3#179#1#11
|
||||
+'HelpContext'#2#0#5'Align'#7#5'alTop'#8'AutoSize'#8#18'BorderSpacing.Left'#2
|
||||
+#0#17'BorderSpacing.Top'#2#0#19'BorderSpacing.Right'#2#0#20'BorderSpacing.Bo'
|
||||
+'ttom'#2#0#20'BorderSpacing.Around'#2#6'!BorderSpacing.CellAlignHorizontal'#7
|
||||
+#7'ccaFill'#31'BorderSpacing.CellAlignVertical'#7#7'ccaFill'#7'Caption'#6#11
|
||||
+'Run Command'#28'ChildSizing.LeftRightSpacing'#2#0#28'ChildSizing.TopBottomS'
|
||||
+'pacing'#2#0#29'ChildSizing.HorizontalSpacing'#2#0#27'ChildSizing.VerticalSp'
|
||||
+'acing'#2#0#27'ChildSizing.ControlsPerLine'#2#0#12'ClientHeight'#2'O'#11'Cli'
|
||||
+'entWidth'#3#175#1#5'Ctl3D'#8#8'DockSite'#8#10'DragCursor'#7#6'crDrag'#8'Dra'
|
||||
+'gKind'#7#6'dkDrag'#8'DragMode'#7#8'dmManual'#7'Enabled'#9#14'ParentBidiMode'
|
||||
+#9#11'ParentColor'#9#11'ParentCtl3D'#8#10'ParentFont'#9#14'ParentShowHint'#9
|
||||
+#8'TabOrder'#2#1#7'TabStop'#8#7'Visible'#9#0#5'TMemo'#14'RunCommandMemo'#4'L'
|
||||
+'eft'#2#6#6'Height'#2'C'#3'Top'#2#6#5'Width'#3#163#1#11'HelpContext'#2#0#5'A'
|
||||
+'lign'#7#8'alClient'#9'Alignment'#7#13'taLeftJustify'#18'BorderSpacing.Left'
|
||||
+#2#0#17'BorderSpacing.Top'#2#0#19'BorderSpacing.Right'#2#0#20'BorderSpacing.'
|
||||
+'Bottom'#2#0#20'BorderSpacing.Around'#2#6'!BorderSpacing.CellAlignHorizontal'
|
||||
+#7#7'ccaFill'#31'BorderSpacing.CellAlignVertical'#7#7'ccaFill'#10'DragCursor'
|
||||
+#7#6'crDrag'#8'DragMode'#7#8'dmManual'#7'Enabled'#9#13'Lines.Strings'#1#6#18
|
||||
+'CompileCommandMemo'#0#9'MaxLength'#2#255#14'ParentBidiMode'#9#10'ParentFont'
|
||||
+#9#8'ReadOnly'#8#10'ScrollBars'#7#6'ssNone'#8'TabOrder'#2#0#7'TabStop'#9#7'V'
|
||||
+'isible'#9#11'WantReturns'#9#8'WantTabs'#8#0#0#0#9'TGroupBox'#18'RunWorkDirG'
|
||||
+'roupbox'#4'Left'#2#6#6'Height'#2'<'#3'Top'#2'"'#5'Width'#3#179#1#11'HelpCon'
|
||||
+'text'#2#0#5'Align'#7#5'alTop'#8'AutoSize'#9#18'BorderSpacing.Left'#2#0#17'B'
|
||||
+'orderSpacing.Top'#2#0#19'BorderSpacing.Right'#2#0#20'BorderSpacing.Bottom'#2
|
||||
+#0#20'BorderSpacing.Around'#2#6'!BorderSpacing.CellAlignHorizontal'#7#7'ccaF'
|
||||
+'ill'#31'BorderSpacing.CellAlignVertical'#7#7'ccaFill'#7'Caption'#6'-Working'
|
||||
+' Directory (Leave empty for file path)'#28'ChildSizing.LeftRightSpacing'#2#0
|
||||
+#28'ChildSizing.TopBottomSpacing'#2#0#29'ChildSizing.HorizontalSpacing'#2#0
|
||||
+#27'ChildSizing.VerticalSpacing'#2#0#27'ChildSizing.ControlsPerLine'#2#0#12
|
||||
+'ClientHeight'#2')'#11'ClientWidth'#3#175#1#5'Ctl3D'#8#8'DockSite'#8#10'Drag'
|
||||
+'Cursor'#7#6'crDrag'#8'DragKind'#7#6'dkDrag'#8'DragMode'#7#8'dmManual'#7'Ena'
|
||||
+'bled'#9#14'ParentBidiMode'#9#11'ParentColor'#9#11'ParentCtl3D'#8#10'ParentF'
|
||||
+'ont'#9#14'ParentShowHint'#9#8'TabOrder'#2#2#7'TabStop'#8#7'Visible'#9#0#9'T'
|
||||
+'ComboBox'#18'RunWorkDirCombobox'#22'AnchorSideLeft.Control'#7#18'RunWorkDir'
|
||||
+'Groupbox'#21'AnchorSideTop.Control'#7#18'RunWorkDirGroupbox'#23'AnchorSideR'
|
||||
+'ight.Control'#7#22'RunBrowseWorkDirButton'#4'Left'#2#6#6'Height'#2#29#3'Top'
|
||||
,#2#6#5'Width'#3#132#1#11'HelpContext'#2#0#7'TabStop'#9#5'Align'#7#6'alNone'#7
|
||||
+'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#21'ArrowKeysTraverseList'#9#12
|
||||
+'AutoComplete'#8#16'AutoCompleteText'#11#22'cbactEndOfLineComplete'#20'cbact'
|
||||
+'SearchAscending'#0#12'AutoDropDown'#8#10'AutoSelect'#8#8'AutoSize'#9#18'Bor'
|
||||
+'derSpacing.Left'#2#0#17'BorderSpacing.Top'#2#0#19'BorderSpacing.Right'#2#0
|
||||
+#20'BorderSpacing.Bottom'#2#0#20'BorderSpacing.Around'#2#6'!BorderSpacing.Ce'
|
||||
+'llAlignHorizontal'#7#7'ccaFill'#31'BorderSpacing.CellAlignVertical'#7#7'cca'
|
||||
+'Fill'#8'CharCase'#7#8'ecNormal'#5'Ctl3D'#8#10'DragCursor'#7#6'crDrag'#8'Dra'
|
||||
+'gMode'#7#8'dmManual'#13'DropDownCount'#2#8#7'Enabled'#9#10'ItemHeight'#2#0#9
|
||||
+'ItemIndex'#2#255#9'ItemWidth'#2#0#9'MaxLength'#2#0#14'ParentBidiMode'#9#11
|
||||
+'ParentColor'#8#11'ParentCtl3D'#8#10'ParentFont'#9#14'ParentShowHint'#9#6'So'
|
||||
+'rted'#8#5'Style'#7#10'csDropDown'#8'TabOrder'#2#0#4'Text'#6#18'RunWorkDirCo'
|
||||
+'mbobox'#7'Visible'#9#0#0#7'TButton'#22'RunBrowseWorkDirButton'#20'AnchorSid'
|
||||
+'eRight.Side'#7#9'asrBottom'#4'Left'#3#144#1#6'Height'#2#29#3'Top'#2#6#5'Wid'
|
||||
+'th'#2#25#8'HelpType'#7#9'htKeyword'#11'HelpContext'#2#0#5'Align'#7#7'alRigh'
|
||||
+'t'#8'AutoSize'#8#18'BorderSpacing.Left'#2#0#17'BorderSpacing.Top'#2#0#19'Bo'
|
||||
+'rderSpacing.Right'#2#0#20'BorderSpacing.Bottom'#2#0#20'BorderSpacing.Around'
|
||||
+#2#6'!BorderSpacing.CellAlignHorizontal'#7#7'ccaFill'#31'BorderSpacing.CellA'
|
||||
+'lignVertical'#7#7'ccaFill'#6'Cancel'#8#7'Caption'#6#3'...'#7'Default'#8#10
|
||||
+'DragCursor'#7#6'crDrag'#8'DragMode'#7#8'dmManual'#7'Enabled'#9#14'ParentBid'
|
||||
+'iMode'#9#11'ModalResult'#2#0#7'OnClick'#7#29'BuildBrowseWorkDirButtonCLICK'
|
||||
+#10'ParentFont'#9#14'ParentShowHint'#9#8'TabOrder'#2#1#7'TabStop'#9#7'Visibl'
|
||||
+'e'#9#0#0#0#0#0#12'TButtonPanel'#11'ButtonPanel'#4'Left'#2#6#6'Height'#2'0'#3
|
||||
+'Top'#3'q'#1#5'Width'#3#183#1#11'HelpContext'#2#0#5'Align'#7#8'alBottom'#8'A'
|
||||
+'utoSize'#9#11'ButtonOrder'#7#9'boDefault'#8'TabOrder'#2#1#13'DefaultButton'
|
||||
+#7#4'pbOK'#11'ShowButtons'#11#4'pbOK'#8'pbCancel'#6'pbHelp'#0#10'ShowGlyphs'
|
||||
+#11#4'pbOK'#8'pbCancel'#7'pbClose'#6'pbHelp'#0#7'Visible'#9#0#0#0
|
||||
+#1#3'Top'#3#153#0#5'Width'#3#195#1#13'ActiveControl'#7#9'Notebook1'#11'Borde'
|
||||
+'rIcons'#11#12'biSystemMenu'#0#7'Caption'#6#15'BuildFileDialog'#12'ClientHei'
|
||||
+'ght'#3#161#1#11'ClientWidth'#3#195#1#10'KeyPreview'#9#8'OnCreate'#7#21'Buil'
|
||||
+'dFileDialogCREATE'#9'OnKeyDown'#7#22'BuildFileDialogKEYDOWN'#8'Position'#7
|
||||
+#14'poScreenCenter'#10'LCLVersion'#6#6'0.9.27'#0#9'TNotebook'#9'Notebook1'#4
|
||||
+'Left'#2#0#6'Height'#3'{'#1#3'Top'#2#0#5'Width'#3#195#1#5'Align'#7#8'alClien'
|
||||
+'t'#20'BorderSpacing.Bottom'#2#6#9'PageIndex'#2#2#8'TabOrder'#2#0#0#5'TPage'
|
||||
+#11'GeneralPage'#7'Caption'#6#7'Options'#11'ClientWidth'#3#187#1#12'ClientHe'
|
||||
+'ight'#3'Q'#1#0#9'TGroupBox'#24'WhenFileIsActiveGroupbox'#4'Left'#2#6#6'Heig'
|
||||
+'ht'#2'Q'#3'Top'#2#6#5'Width'#3#175#1#5'Align'#7#5'alTop'#8'AutoSize'#9#20'B'
|
||||
+'orderSpacing.Around'#2#6#7'Caption'#6'-When this file is active in source e'
|
||||
+'ditor ...'#12'ClientHeight'#2'?'#11'ClientWidth'#3#171#1#8'TabOrder'#2#0#0#9
|
||||
+'TCheckBox'#28'OverrideBuildProjectCheckbox'#4'Left'#2#6#6'Height'#2#22#3'To'
|
||||
+'p'#2#6#5'Width'#3#159#1#5'Align'#7#5'alTop'#20'BorderSpacing.Around'#2#6#7
|
||||
+'Caption'#6'7On build project execute the Build File command instead'#8'TabO'
|
||||
+'rder'#2#0#0#0#9'TCheckBox'#26'OverrideRunProjectCheckbox'#4'Left'#2#6#6'Hei'
|
||||
+'ght'#2#22#3'Top'#2'"'#5'Width'#3#159#1#5'Align'#7#5'alTop'#20'BorderSpacing'
|
||||
+'.Around'#2#6#7'Caption'#6'3On run project execute the Run File command inst'
|
||||
+'ead'#8'TabOrder'#2#1#0#0#0#0#5'TPage'#9'BuildPage'#7'Caption'#6#5'Build'#11
|
||||
+'ClientWidth'#3#187#1#12'ClientHeight'#3'Q'#1#0#9'TGroupBox'#20'BuildCommand'
|
||||
+'Groupbox'#4'Left'#2#6#6'Height'#2'P'#3'Top'#2'H'#5'Width'#3#175#1#5'Align'#7
|
||||
+#5'alTop'#20'BorderSpacing.Around'#2#6#7'Caption'#6#13'Build Command'#12'Cli'
|
||||
+'entHeight'#2'>'#11'ClientWidth'#3#171#1#8'TabOrder'#2#0#0#5'TMemo'#16'Build'
|
||||
+'CommandMemo'#4'Left'#2#6#6'Height'#2'2'#3'Top'#2#6#5'Width'#3#159#1#5'Align'
|
||||
+#7#8'alClient'#20'BorderSpacing.Around'#2#6#13'Lines.Strings'#1#6#18'Compile'
|
||||
+'CommandMemo'#0#8'TabOrder'#2#0#0#0#0#9'TCheckBox'#26'BuildScanForFPCMsgChec'
|
||||
+'kbox'#4'Left'#2#6#6'Height'#2#22#3'Top'#3#158#0#5'Width'#3#175#1#5'Align'#7
|
||||
+#5'alTop'#20'BorderSpacing.Around'#2#6#7'Caption'#6#21'Scan for FPC messages'
|
||||
+#8'TabOrder'#2#1#0#0#9'TCheckBox'#27'BuildScanForMakeMsgCheckbox'#4'Left'#2#6
|
||||
+#6'Height'#2#22#3'Top'#3#186#0#5'Width'#3#175#1#5'Align'#7#5'alTop'#20'Borde'
|
||||
+'rSpacing.Around'#2#6#7'Caption'#6#22'Scan for Make messages'#8'TabOrder'#2#2
|
||||
+#0#0#9'TGroupBox'#23'BuildWorkingDirGroupbox'#4'Left'#2#6#6'Height'#2'<'#3'T'
|
||||
+'op'#2#6#5'Width'#3#175#1#5'Align'#7#5'alTop'#8'AutoSize'#9#20'BorderSpacing'
|
||||
+'.Around'#2#6#7'Caption'#6'-Working directory (Leave empty for file path)'#12
|
||||
+'ClientHeight'#2'*'#11'ClientWidth'#3#171#1#8'TabOrder'#2#3#0#9'TComboBox'#20
|
||||
+'BuildWorkDirCombobox'#22'AnchorSideLeft.Control'#7#23'BuildWorkingDirGroupb'
|
||||
+'ox'#21'AnchorSideTop.Control'#7#23'BuildWorkingDirGroupbox'#23'AnchorSideRi'
|
||||
+'ght.Control'#7#24'BuildBrowseWorkDirButton'#4'Left'#2#6#6'Height'#2#21#3'To'
|
||||
+'p'#2#6#5'Width'#3#128#1#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#12'Au'
|
||||
+'toComplete'#8#20'BorderSpacing.Around'#2#6#10'ItemHeight'#2#13#9'ItemWidth'
|
||||
+#2#0#8'TabOrder'#2#0#4'Text'#6#20'BuildWorkDirCombobox'#0#0#7'TButton'#24'Bu'
|
||||
+'ildBrowseWorkDirButton'#21'AnchorSideTop.Control'#7#23'BuildWorkingDirGroup'
|
||||
+'box'#23'AnchorSideRight.Control'#7#23'BuildWorkingDirGroupbox'#20'AnchorSid'
|
||||
+'eRight.Side'#7#9'asrBottom'#4'Left'#3#140#1#6'Height'#2#25#3'Top'#2#6#5'Wid'
|
||||
+'th'#2#25#7'Anchors'#11#5'akTop'#7'akRight'#0#20'BorderSpacing.Around'#2#6#7
|
||||
+'Caption'#6#3'...'#7'OnClick'#7#29'BuildBrowseWorkDirButtonCLICK'#8'TabOrder'
|
||||
+#2#1#0#0#0#0#5'TPage'#7'RunPage'#7'Caption'#6#3'Run'#11'ClientWidth'#3#187#1
|
||||
+#12'ClientHeight'#3'a'#1#0#9'TCheckBox'#26'AlwaysCompileFirstCheckbox'#4'Lef'
|
||||
+'t'#2#6#6'Height'#2#17#3'Top'#2#6#5'Width'#3#175#1#5'Align'#7#5'alTop'#20'Bo'
|
||||
+'rderSpacing.Around'#2#6#7'Caption'#6#23'Always Build before Run'#8'TabOrder'
|
||||
+#2#0#0#0#9'TGroupBox'#18'RunCommandGroupbox'#4'Left'#2#6#6'Height'#2'b'#3'To'
|
||||
+'p'#2'X'#5'Width'#3#175#1#5'Align'#7#5'alTop'#20'BorderSpacing.Around'#2#6#7
|
||||
+'Caption'#6#11'Run Command'#12'ClientHeight'#2'P'#11'ClientWidth'#3#171#1#8
|
||||
+'TabOrder'#2#1#0#5'TMemo'#14'RunCommandMemo'#4'Left'#2#6#6'Height'#2'D'#3'To'
|
||||
+'p'#2#6#5'Width'#3#159#1#5'Align'#7#8'alClient'#20'BorderSpacing.Around'#2#6
|
||||
+#13'Lines.Strings'#1#6#18'CompileCommandMemo'#0#8'TabOrder'#2#0#0#0#0#9'TGro'
|
||||
+'upBox'#18'RunWorkDirGroupbox'#4'Left'#2#6#6'Height'#2'5'#3'Top'#2#29#5'Widt'
|
||||
+'h'#3#175#1#5'Align'#7#5'alTop'#8'AutoSize'#9#20'BorderSpacing.Around'#2#6#7
|
||||
+'Caption'#6'-Working Directory (Leave empty for file path)'#12'ClientHeight'
|
||||
+#2'#'#11'ClientWidth'#3#171#1#8'TabOrder'#2#2#0#9'TComboBox'#18'RunWorkDirCo'
|
||||
+'mbobox'#22'AnchorSideLeft.Control'#7#18'RunWorkDirGroupbox'#21'AnchorSideTo'
|
||||
+'p.Control'#7#18'RunWorkDirGroupbox'#23'AnchorSideRight.Control'#7#22'RunBro'
|
||||
+'wseWorkDirButton'#4'Left'#2#6#6'Height'#2#21#3'Top'#2#6#5'Width'#3#128#1#7
|
||||
,'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#12'AutoComplete'#8#20'BorderSpa'
|
||||
+'cing.Around'#2#6#10'ItemHeight'#2#13#9'ItemWidth'#2#0#8'TabOrder'#2#0#4'Tex'
|
||||
+'t'#6#18'RunWorkDirCombobox'#0#0#7'TButton'#22'RunBrowseWorkDirButton'#20'An'
|
||||
+'chorSideRight.Side'#7#9'asrBottom'#4'Left'#3#140#1#6'Height'#2#23#3'Top'#2#6
|
||||
+#5'Width'#2#25#8'HelpType'#7#9'htKeyword'#5'Align'#7#7'alRight'#20'BorderSpa'
|
||||
+'cing.Around'#2#6#7'Caption'#6#3'...'#7'OnClick'#7#29'BuildBrowseWorkDirButt'
|
||||
+'onCLICK'#8'TabOrder'#2#1#0#0#0#0#0#12'TButtonPanel'#11'ButtonPanel'#4'Left'
|
||||
+#2#6#6'Height'#2#26#3'Top'#3#129#1#5'Width'#3#183#1#8'TabOrder'#2#1#11'ShowB'
|
||||
+'uttons'#11#4'pbOK'#8'pbCancel'#6'pbHelp'#0#9'ShowBevel'#8#0#0#0
|
||||
]);
|
||||
|
@ -3,109 +3,37 @@ object CheckCompilerOptsDlg: TCheckCompilerOptsDlg
|
||||
Height = 307
|
||||
Top = 220
|
||||
Width = 624
|
||||
HelpContext = 0
|
||||
ActiveControl = OutputListbox
|
||||
Align = alNone
|
||||
AllowDropFiles = False
|
||||
AutoScroll = True
|
||||
AutoSize = False
|
||||
BorderIcons = [biSystemMenu]
|
||||
BorderStyle = bsSizeable
|
||||
Caption = 'CheckCompilerOptsDlg'
|
||||
ChildSizing.LeftRightSpacing = 0
|
||||
ChildSizing.TopBottomSpacing = 0
|
||||
ChildSizing.HorizontalSpacing = 0
|
||||
ChildSizing.VerticalSpacing = 0
|
||||
ChildSizing.ControlsPerLine = 0
|
||||
ClientHeight = 307
|
||||
ClientWidth = 624
|
||||
DockSite = False
|
||||
DragKind = dkDrag
|
||||
DragMode = dmManual
|
||||
Enabled = True
|
||||
Font.Height = 0
|
||||
Font.Style = []
|
||||
FormStyle = fsNormal
|
||||
ParentBiDiMode = True
|
||||
ParentFont = False
|
||||
Position = poScreenCenter
|
||||
ShowInTaskBar = stDefault
|
||||
UseDockManager = False
|
||||
LCLVersion = '0.9.27'
|
||||
WindowState = wsNormal
|
||||
object OutputGroupBox: TGroupBox
|
||||
Left = 6
|
||||
Height = 137
|
||||
Height = 153
|
||||
Top = 116
|
||||
Width = 612
|
||||
HelpContext = 0
|
||||
Align = alClient
|
||||
Anchors = [akBottom]
|
||||
AutoSize = False
|
||||
BorderSpacing.Left = 6
|
||||
BorderSpacing.Top = 0
|
||||
BorderSpacing.Right = 6
|
||||
BorderSpacing.Bottom = 6
|
||||
BorderSpacing.Around = 0
|
||||
BorderSpacing.CellAlignHorizontal = ccaFill
|
||||
BorderSpacing.CellAlignVertical = ccaFill
|
||||
Caption = 'Output'
|
||||
ChildSizing.LeftRightSpacing = 0
|
||||
ChildSizing.TopBottomSpacing = 0
|
||||
ChildSizing.HorizontalSpacing = 0
|
||||
ChildSizing.VerticalSpacing = 0
|
||||
ChildSizing.ControlsPerLine = 0
|
||||
ClientHeight = 118
|
||||
ClientHeight = 135
|
||||
ClientWidth = 608
|
||||
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
|
||||
object OutputListbox: TListBox
|
||||
Left = 6
|
||||
Height = 106
|
||||
Height = 123
|
||||
Top = 6
|
||||
Width = 596
|
||||
HelpContext = 0
|
||||
Align = alClient
|
||||
BorderSpacing.Left = 0
|
||||
BorderSpacing.Top = 0
|
||||
BorderSpacing.Right = 0
|
||||
BorderSpacing.Bottom = 0
|
||||
BorderSpacing.Around = 6
|
||||
BorderSpacing.CellAlignHorizontal = ccaFill
|
||||
BorderSpacing.CellAlignVertical = ccaFill
|
||||
BorderStyle = bsSingle
|
||||
ClickOnSelChange = True
|
||||
Columns = 0
|
||||
DragCursor = crDrag
|
||||
DragKind = dkDrag
|
||||
DragMode = dmManual
|
||||
ExtendedSelect = True
|
||||
Enabled = True
|
||||
IntegralHeight = False
|
||||
ItemHeight = 0
|
||||
MultiSelect = False
|
||||
ParentBidiMode = True
|
||||
ParentShowHint = True
|
||||
ParentFont = True
|
||||
PopupMenu = OutputPopupMenu
|
||||
Sorted = False
|
||||
Style = lbStandard
|
||||
TabOrder = 0
|
||||
TabStop = True
|
||||
TopIndex = -1
|
||||
Visible = True
|
||||
end
|
||||
end
|
||||
object TestGroupbox: TGroupBox
|
||||
@ -113,67 +41,23 @@ object CheckCompilerOptsDlg: TCheckCompilerOptsDlg
|
||||
Height = 105
|
||||
Top = 6
|
||||
Width = 612
|
||||
HelpContext = 0
|
||||
Align = alTop
|
||||
Anchors = [akRight]
|
||||
AutoSize = False
|
||||
BorderSpacing.Left = 6
|
||||
BorderSpacing.Top = 6
|
||||
BorderSpacing.Right = 6
|
||||
BorderSpacing.Bottom = 0
|
||||
BorderSpacing.Around = 0
|
||||
BorderSpacing.CellAlignHorizontal = ccaFill
|
||||
BorderSpacing.CellAlignVertical = ccaFill
|
||||
Caption = 'Test'
|
||||
ChildSizing.LeftRightSpacing = 0
|
||||
ChildSizing.TopBottomSpacing = 0
|
||||
ChildSizing.HorizontalSpacing = 0
|
||||
ChildSizing.VerticalSpacing = 0
|
||||
ChildSizing.ControlsPerLine = 0
|
||||
ClientHeight = 86
|
||||
ClientHeight = 87
|
||||
ClientWidth = 608
|
||||
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 TestMemo: TMemo
|
||||
Left = 6
|
||||
Height = 74
|
||||
Height = 75
|
||||
Top = 6
|
||||
Width = 596
|
||||
HelpContext = 0
|
||||
Align = alClient
|
||||
Alignment = taLeftJustify
|
||||
BorderSpacing.Left = 0
|
||||
BorderSpacing.Top = 0
|
||||
BorderSpacing.Right = 0
|
||||
BorderSpacing.Bottom = 0
|
||||
BorderSpacing.Around = 6
|
||||
BorderSpacing.CellAlignHorizontal = ccaFill
|
||||
BorderSpacing.CellAlignVertical = ccaFill
|
||||
DragCursor = crDrag
|
||||
DragMode = dmManual
|
||||
Enabled = True
|
||||
MaxLength = -1
|
||||
ParentBidiMode = True
|
||||
ParentFont = True
|
||||
ReadOnly = False
|
||||
ScrollBars = ssNone
|
||||
TabOrder = 0
|
||||
TabStop = True
|
||||
Visible = True
|
||||
WantReturns = True
|
||||
WantTabs = False
|
||||
end
|
||||
end
|
||||
object Splitter1: TSplitter
|
||||
@ -182,39 +66,23 @@ object CheckCompilerOptsDlg: TCheckCompilerOptsDlg
|
||||
Height = 5
|
||||
Top = 111
|
||||
Width = 624
|
||||
HelpContext = 0
|
||||
Align = alTop
|
||||
AutoSnap = True
|
||||
Beveled = False
|
||||
MinSize = 30
|
||||
ParentColor = True
|
||||
ParentShowHint = True
|
||||
ResizeAnchor = akTop
|
||||
ResizeStyle = rsUpdate
|
||||
Visible = True
|
||||
end
|
||||
object ButtonPanel: TButtonPanel
|
||||
Left = 6
|
||||
Height = 48
|
||||
Top = 259
|
||||
Height = 26
|
||||
Top = 275
|
||||
Width = 612
|
||||
HelpContext = 0
|
||||
Align = alBottom
|
||||
AutoSize = True
|
||||
ButtonOrder = boDefault
|
||||
TabOrder = 3
|
||||
DefaultButton = pbOK
|
||||
ShowButtons = [pbClose]
|
||||
ShowGlyphs = [pbOK, pbCancel, pbClose, pbHelp]
|
||||
Visible = True
|
||||
ShowBevel = False
|
||||
end
|
||||
object OutputPopupMenu: TPopupMenu
|
||||
left = 110
|
||||
top = 260
|
||||
object CopyOutputMenuItem: TMenuItem
|
||||
Caption = 'CopyOutputMenuItem'
|
||||
RightJustify = False
|
||||
ShowAlwaysCheckable = False
|
||||
OnClick = CopyOutputMenuItemClick
|
||||
end
|
||||
end
|
||||
|
@ -2,70 +2,27 @@
|
||||
|
||||
LazarusResources.Add('TCheckCompilerOptsDlg','FORMDATA',[
|
||||
'TPF0'#21'TCheckCompilerOptsDlg'#20'CheckCompilerOptsDlg'#4'Left'#3'B'#1#6'He'
|
||||
+'ight'#3'3'#1#3'Top'#3#220#0#5'Width'#3'p'#2#11'HelpContext'#2#0#13'ActiveCo'
|
||||
+'ntrol'#7#13'OutputListbox'#5'Align'#7#6'alNone'#14'AllowDropFiles'#8#10'Aut'
|
||||
+'oScroll'#9#8'AutoSize'#8#11'BorderIcons'#11#12'biSystemMenu'#0#11'BorderSty'
|
||||
+'le'#7#10'bsSizeable'#7'Caption'#6#20'CheckCompilerOptsDlg'#28'ChildSizing.L'
|
||||
+'eftRightSpacing'#2#0#28'ChildSizing.TopBottomSpacing'#2#0#29'ChildSizing.Ho'
|
||||
+'rizontalSpacing'#2#0#27'ChildSizing.VerticalSpacing'#2#0#27'ChildSizing.Con'
|
||||
+'trolsPerLine'#2#0#12'ClientHeight'#3'3'#1#11'ClientWidth'#3'p'#2#8'DockSite'
|
||||
+#8#8'DragKind'#7#6'dkDrag'#8'DragMode'#7#8'dmManual'#7'Enabled'#9#11'Font.He'
|
||||
+'ight'#2#0#10'Font.Style'#11#0#9'FormStyle'#7#8'fsNormal'#14'ParentBiDiMode'
|
||||
+#9#10'ParentFont'#8#8'Position'#7#14'poScreenCenter'#13'ShowInTaskBar'#7#9's'
|
||||
+'tDefault'#14'UseDockManager'#8#10'LCLVersion'#6#6'0.9.27'#11'WindowState'#7
|
||||
+#8'wsNormal'#0#9'TGroupBox'#14'OutputGroupBox'#4'Left'#2#6#6'Height'#3#137#0
|
||||
+#3'Top'#2't'#5'Width'#3'd'#2#11'HelpContext'#2#0#5'Align'#7#8'alClient'#7'An'
|
||||
+'chors'#11#8'akBottom'#0#8'AutoSize'#8#18'BorderSpacing.Left'#2#6#17'BorderS'
|
||||
+'pacing.Top'#2#0#19'BorderSpacing.Right'#2#6#20'BorderSpacing.Bottom'#2#6#20
|
||||
+'BorderSpacing.Around'#2#0'!BorderSpacing.CellAlignHorizontal'#7#7'ccaFill'
|
||||
+#31'BorderSpacing.CellAlignVertical'#7#7'ccaFill'#7'Caption'#6#6'Output'#28
|
||||
+'ChildSizing.LeftRightSpacing'#2#0#28'ChildSizing.TopBottomSpacing'#2#0#29'C'
|
||||
+'hildSizing.HorizontalSpacing'#2#0#27'ChildSizing.VerticalSpacing'#2#0#27'Ch'
|
||||
+'ildSizing.ControlsPerLine'#2#0#12'ClientHeight'#2'v'#11'ClientWidth'#3'`'#2
|
||||
+#5'Ctl3D'#8#8'DockSite'#8#10'DragCursor'#7#6'crDrag'#8'DragKind'#7#6'dkDrag'
|
||||
+#8'DragMode'#7#8'dmManual'#7'Enabled'#9#14'ParentBidiMode'#9#11'ParentColor'
|
||||
+#9#11'ParentCtl3D'#8#10'ParentFont'#9#14'ParentShowHint'#9#8'TabOrder'#2#0#7
|
||||
+'TabStop'#8#7'Visible'#9#0#8'TListBox'#13'OutputListbox'#4'Left'#2#6#6'Heigh'
|
||||
+'t'#2'j'#3'Top'#2#6#5'Width'#3'T'#2#11'HelpContext'#2#0#5'Align'#7#8'alClien'
|
||||
+'t'#18'BorderSpacing.Left'#2#0#17'BorderSpacing.Top'#2#0#19'BorderSpacing.Ri'
|
||||
+'ght'#2#0#20'BorderSpacing.Bottom'#2#0#20'BorderSpacing.Around'#2#6'!BorderS'
|
||||
+'pacing.CellAlignHorizontal'#7#7'ccaFill'#31'BorderSpacing.CellAlignVertical'
|
||||
+#7#7'ccaFill'#11'BorderStyle'#7#8'bsSingle'#16'ClickOnSelChange'#9#7'Columns'
|
||||
+#2#0#10'DragCursor'#7#6'crDrag'#8'DragKind'#7#6'dkDrag'#8'DragMode'#7#8'dmMa'
|
||||
+'nual'#14'ExtendedSelect'#9#7'Enabled'#9#14'IntegralHeight'#8#10'ItemHeight'
|
||||
+#2#0#11'MultiSelect'#8#14'ParentBidiMode'#9#14'ParentShowHint'#9#10'ParentFo'
|
||||
+'nt'#9#9'PopupMenu'#7#15'OutputPopupMenu'#6'Sorted'#8#5'Style'#7#10'lbStanda'
|
||||
+'rd'#8'TabOrder'#2#0#7'TabStop'#9#8'TopIndex'#2#255#7'Visible'#9#0#0#0#9'TGr'
|
||||
+'oupBox'#12'TestGroupbox'#4'Left'#2#6#6'Height'#2'i'#3'Top'#2#6#5'Width'#3'd'
|
||||
+#2#11'HelpContext'#2#0#5'Align'#7#5'alTop'#7'Anchors'#11#7'akRight'#0#8'Auto'
|
||||
+'Size'#8#18'BorderSpacing.Left'#2#6#17'BorderSpacing.Top'#2#6#19'BorderSpaci'
|
||||
+'ng.Right'#2#6#20'BorderSpacing.Bottom'#2#0#20'BorderSpacing.Around'#2#0'!Bo'
|
||||
+'rderSpacing.CellAlignHorizontal'#7#7'ccaFill'#31'BorderSpacing.CellAlignVer'
|
||||
+'tical'#7#7'ccaFill'#7'Caption'#6#4'Test'#28'ChildSizing.LeftRightSpacing'#2
|
||||
+#0#28'ChildSizing.TopBottomSpacing'#2#0#29'ChildSizing.HorizontalSpacing'#2#0
|
||||
+#27'ChildSizing.VerticalSpacing'#2#0#27'ChildSizing.ControlsPerLine'#2#0#12
|
||||
+'ClientHeight'#2'V'#11'ClientWidth'#3'`'#2#5'Ctl3D'#8#8'DockSite'#8#10'DragC'
|
||||
+'ursor'#7#6'crDrag'#8'DragKind'#7#6'dkDrag'#8'DragMode'#7#8'dmManual'#7'Enab'
|
||||
+'led'#9#14'ParentBidiMode'#9#11'ParentColor'#9#11'ParentCtl3D'#8#10'ParentFo'
|
||||
+'nt'#9#14'ParentShowHint'#9#8'TabOrder'#2#1#7'TabStop'#8#7'Visible'#9#0#5'TM'
|
||||
+'emo'#8'TestMemo'#4'Left'#2#6#6'Height'#2'J'#3'Top'#2#6#5'Width'#3'T'#2#11'H'
|
||||
+'elpContext'#2#0#5'Align'#7#8'alClient'#9'Alignment'#7#13'taLeftJustify'#18
|
||||
+'BorderSpacing.Left'#2#0#17'BorderSpacing.Top'#2#0#19'BorderSpacing.Right'#2
|
||||
+#0#20'BorderSpacing.Bottom'#2#0#20'BorderSpacing.Around'#2#6'!BorderSpacing.'
|
||||
+'CellAlignHorizontal'#7#7'ccaFill'#31'BorderSpacing.CellAlignVertical'#7#7'c'
|
||||
+'caFill'#10'DragCursor'#7#6'crDrag'#8'DragMode'#7#8'dmManual'#7'Enabled'#9#9
|
||||
+'MaxLength'#2#255#14'ParentBidiMode'#9#10'ParentFont'#9#8'ReadOnly'#8#10'Scr'
|
||||
+'ollBars'#7#6'ssNone'#8'TabOrder'#2#0#7'TabStop'#9#7'Visible'#9#11'WantRetur'
|
||||
+'ns'#9#8'WantTabs'#8#0#0#0#9'TSplitter'#9'Splitter1'#6'Cursor'#7#8'crVSplit'
|
||||
+#4'Left'#2#0#6'Height'#2#5#3'Top'#2'o'#5'Width'#3'p'#2#11'HelpContext'#2#0#5
|
||||
+'Align'#7#5'alTop'#8'AutoSnap'#9#7'Beveled'#8#7'MinSize'#2#30#11'ParentColor'
|
||||
+#9#14'ParentShowHint'#9#12'ResizeAnchor'#7#5'akTop'#11'ResizeStyle'#7#8'rsUp'
|
||||
+'date'#7'Visible'#9#0#0#12'TButtonPanel'#11'ButtonPanel'#4'Left'#2#6#6'Heigh'
|
||||
+'t'#2'0'#3'Top'#3#3#1#5'Width'#3'd'#2#11'HelpContext'#2#0#5'Align'#7#8'alBot'
|
||||
+'tom'#8'AutoSize'#9#11'ButtonOrder'#7#9'boDefault'#8'TabOrder'#2#3#13'Defaul'
|
||||
+'tButton'#7#4'pbOK'#11'ShowButtons'#11#7'pbClose'#0#10'ShowGlyphs'#11#4'pbOK'
|
||||
+#8'pbCancel'#7'pbClose'#6'pbHelp'#0#7'Visible'#9#0#0#10'TPopupMenu'#15'Outpu'
|
||||
,'tPopupMenu'#4'left'#2'n'#3'top'#3#4#1#0#9'TMenuItem'#18'CopyOutputMenuItem'
|
||||
+#7'Caption'#6#18'CopyOutputMenuItem'#12'RightJustify'#8#19'ShowAlwaysCheckab'
|
||||
+'le'#8#7'OnClick'#7#23'CopyOutputMenuItemClick'#0#0#0#0
|
||||
+'ight'#3'3'#1#3'Top'#3#220#0#5'Width'#3'p'#2#13'ActiveControl'#7#13'OutputLi'
|
||||
+'stbox'#11'BorderIcons'#11#12'biSystemMenu'#0#7'Caption'#6#20'CheckCompilerO'
|
||||
+'ptsDlg'#12'ClientHeight'#3'3'#1#11'ClientWidth'#3'p'#2#8'Position'#7#14'poS'
|
||||
+'creenCenter'#10'LCLVersion'#6#6'0.9.27'#0#9'TGroupBox'#14'OutputGroupBox'#4
|
||||
+'Left'#2#6#6'Height'#3#153#0#3'Top'#2't'#5'Width'#3'd'#2#5'Align'#7#8'alClie'
|
||||
+'nt'#7'Anchors'#11#8'akBottom'#0#18'BorderSpacing.Left'#2#6#19'BorderSpacing'
|
||||
+'.Right'#2#6#20'BorderSpacing.Bottom'#2#6#7'Caption'#6#6'Output'#12'ClientHe'
|
||||
+'ight'#3#135#0#11'ClientWidth'#3'`'#2#8'TabOrder'#2#0#0#8'TListBox'#13'Outpu'
|
||||
+'tListbox'#4'Left'#2#6#6'Height'#2'{'#3'Top'#2#6#5'Width'#3'T'#2#5'Align'#7#8
|
||||
+'alClient'#20'BorderSpacing.Around'#2#6#10'ItemHeight'#2#0#9'PopupMenu'#7#15
|
||||
+'OutputPopupMenu'#8'TabOrder'#2#0#0#0#0#9'TGroupBox'#12'TestGroupbox'#4'Left'
|
||||
+#2#6#6'Height'#2'i'#3'Top'#2#6#5'Width'#3'd'#2#5'Align'#7#5'alTop'#7'Anchors'
|
||||
+#11#7'akRight'#0#18'BorderSpacing.Left'#2#6#17'BorderSpacing.Top'#2#6#19'Bor'
|
||||
+'derSpacing.Right'#2#6#7'Caption'#6#4'Test'#12'ClientHeight'#2'W'#11'ClientW'
|
||||
+'idth'#3'`'#2#8'TabOrder'#2#1#0#5'TMemo'#8'TestMemo'#4'Left'#2#6#6'Height'#2
|
||||
+'K'#3'Top'#2#6#5'Width'#3'T'#2#5'Align'#7#8'alClient'#20'BorderSpacing.Aroun'
|
||||
+'d'#2#6#8'TabOrder'#2#0#0#0#0#9'TSplitter'#9'Splitter1'#6'Cursor'#7#8'crVSpl'
|
||||
+'it'#4'Left'#2#0#6'Height'#2#5#3'Top'#2'o'#5'Width'#3'p'#2#5'Align'#7#5'alTo'
|
||||
+'p'#12'ResizeAnchor'#7#5'akTop'#0#0#12'TButtonPanel'#11'ButtonPanel'#4'Left'
|
||||
+#2#6#6'Height'#2#26#3'Top'#3#19#1#5'Width'#3'd'#2#8'TabOrder'#2#3#11'ShowBut'
|
||||
+'tons'#11#7'pbClose'#0#9'ShowBevel'#8#0#0#10'TPopupMenu'#15'OutputPopupMenu'
|
||||
+#4'left'#2'n'#3'top'#3#4#1#0#9'TMenuItem'#18'CopyOutputMenuItem'#7'Caption'#6
|
||||
+#18'CopyOutputMenuItem'#7'OnClick'#7#23'CopyOutputMenuItemClick'#0#0#0#0
|
||||
]);
|
||||
|
@ -1,154 +1,56 @@
|
||||
object CleanDirectoryDialog: TCleanDirectoryDialog
|
||||
Left = 307
|
||||
Height = 364
|
||||
Height = 309
|
||||
Top = 209
|
||||
Width = 450
|
||||
HelpContext = 0
|
||||
ActiveControl = DirCombobox
|
||||
Align = alNone
|
||||
AllowDropFiles = False
|
||||
AutoScroll = True
|
||||
AutoSize = True
|
||||
BorderIcons = [biSystemMenu]
|
||||
BorderStyle = bsSizeable
|
||||
Caption = 'Clean Directory'
|
||||
ChildSizing.LeftRightSpacing = 0
|
||||
ChildSizing.TopBottomSpacing = 0
|
||||
ChildSizing.HorizontalSpacing = 0
|
||||
ChildSizing.VerticalSpacing = 0
|
||||
ChildSizing.ControlsPerLine = 0
|
||||
ClientHeight = 364
|
||||
ClientHeight = 309
|
||||
ClientWidth = 450
|
||||
DockSite = False
|
||||
DragKind = dkDrag
|
||||
DragMode = dmManual
|
||||
Enabled = True
|
||||
Font.Height = 0
|
||||
Font.Style = []
|
||||
FormStyle = fsNormal
|
||||
OnCreate = CleanDirectoryDialogCreate
|
||||
ParentBiDiMode = True
|
||||
ParentFont = False
|
||||
Position = poScreenCenter
|
||||
ShowInTaskBar = stDefault
|
||||
UseDockManager = False
|
||||
LCLVersion = '0.9.27'
|
||||
WindowState = wsNormal
|
||||
object DirGroupbox: TGroupBox
|
||||
Left = 6
|
||||
Height = 88
|
||||
Height = 74
|
||||
Top = 6
|
||||
Width = 438
|
||||
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 = 'Directory'
|
||||
ChildSizing.LeftRightSpacing = 0
|
||||
ChildSizing.TopBottomSpacing = 0
|
||||
ChildSizing.HorizontalSpacing = 0
|
||||
ChildSizing.VerticalSpacing = 0
|
||||
ChildSizing.ControlsPerLine = 0
|
||||
ClientHeight = 69
|
||||
ClientHeight = 56
|
||||
ClientWidth = 434
|
||||
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
|
||||
object DirCombobox: TComboBox
|
||||
AnchorSideRight.Control = DirBrowseButton
|
||||
Left = 6
|
||||
Height = 29
|
||||
Height = 21
|
||||
Top = 6
|
||||
Width = 394
|
||||
HelpContext = 0
|
||||
TabStop = True
|
||||
Align = alNone
|
||||
Anchors = [akTop, akLeft, akRight]
|
||||
ArrowKeysTraverseList = True
|
||||
AutoComplete = False
|
||||
AutoCompleteText = [cbactSearchAscending]
|
||||
AutoDropDown = False
|
||||
AutoSelect = False
|
||||
AutoSize = True
|
||||
BorderSpacing.Left = 0
|
||||
BorderSpacing.Top = 0
|
||||
BorderSpacing.Right = 0
|
||||
BorderSpacing.Bottom = 0
|
||||
BorderSpacing.Around = 6
|
||||
BorderSpacing.CellAlignHorizontal = ccaFill
|
||||
BorderSpacing.CellAlignVertical = ccaFill
|
||||
CharCase = ecNormal
|
||||
Ctl3D = False
|
||||
DragCursor = crDrag
|
||||
DragMode = dmManual
|
||||
DropDownCount = 8
|
||||
Enabled = True
|
||||
ItemHeight = 0
|
||||
ItemIndex = -1
|
||||
ItemHeight = 13
|
||||
ItemWidth = 0
|
||||
MaxLength = 0
|
||||
ParentBidiMode = True
|
||||
ParentColor = False
|
||||
ParentCtl3D = False
|
||||
ParentFont = True
|
||||
ParentShowHint = True
|
||||
Sorted = False
|
||||
Style = csDropDown
|
||||
TabOrder = 0
|
||||
Text = 'DirCombobox'
|
||||
Visible = True
|
||||
end
|
||||
object SubDirsCheckbox: TCheckBox
|
||||
AnchorSideTop.Control = DirCombobox
|
||||
AnchorSideTop.Side = asrBottom
|
||||
Left = 6
|
||||
Height = 22
|
||||
Top = 41
|
||||
Height = 17
|
||||
Top = 33
|
||||
Width = 422
|
||||
HelpContext = 0
|
||||
Align = alBottom
|
||||
AllowGrayed = False
|
||||
Anchors = [akTop, akLeft, 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
|
||||
Caption = 'Clean sub directories'
|
||||
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
|
||||
object DirBrowseButton: TButton
|
||||
AnchorSideLeft.Control = DirCombobox
|
||||
@ -159,304 +61,106 @@ object CleanDirectoryDialog: TCleanDirectoryDialog
|
||||
AnchorSideRight.Side = asrBottom
|
||||
Left = 406
|
||||
Height = 21
|
||||
Top = 10
|
||||
Top = 6
|
||||
Width = 23
|
||||
HelpContext = 0
|
||||
Align = alNone
|
||||
Anchors = [akTop, akRight]
|
||||
AutoSize = False
|
||||
BorderSpacing.Left = 0
|
||||
BorderSpacing.Top = 0
|
||||
BorderSpacing.Right = 5
|
||||
BorderSpacing.Bottom = 0
|
||||
BorderSpacing.Around = 0
|
||||
BorderSpacing.CellAlignHorizontal = ccaFill
|
||||
BorderSpacing.CellAlignVertical = ccaFill
|
||||
Cancel = False
|
||||
Caption = '...'
|
||||
Default = False
|
||||
DragCursor = crDrag
|
||||
DragMode = dmManual
|
||||
Enabled = True
|
||||
ParentBidiMode = True
|
||||
ModalResult = 0
|
||||
OnClick = DirBrowseButtonClick
|
||||
ParentFont = True
|
||||
ParentShowHint = True
|
||||
TabOrder = 2
|
||||
TabStop = True
|
||||
Visible = True
|
||||
end
|
||||
end
|
||||
object RemoveGroupbox: TGroupBox
|
||||
Left = 6
|
||||
Height = 88
|
||||
Top = 100
|
||||
Height = 74
|
||||
Top = 86
|
||||
Width = 438
|
||||
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 = 'Remove files matching filter:'
|
||||
ChildSizing.LeftRightSpacing = 0
|
||||
ChildSizing.TopBottomSpacing = 0
|
||||
ChildSizing.HorizontalSpacing = 0
|
||||
ChildSizing.VerticalSpacing = 0
|
||||
ChildSizing.ControlsPerLine = 0
|
||||
ClientHeight = 69
|
||||
ClientHeight = 56
|
||||
ClientWidth = 434
|
||||
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 RemoveCombobox: TComboBox
|
||||
Left = 6
|
||||
Height = 29
|
||||
Height = 21
|
||||
Top = 6
|
||||
Width = 422
|
||||
HelpContext = 0
|
||||
TabStop = True
|
||||
Align = alTop
|
||||
ArrowKeysTraverseList = True
|
||||
AutoComplete = False
|
||||
AutoCompleteText = [cbactSearchAscending]
|
||||
AutoDropDown = False
|
||||
AutoSelect = False
|
||||
AutoSize = True
|
||||
BorderSpacing.Left = 0
|
||||
BorderSpacing.Top = 0
|
||||
BorderSpacing.Right = 0
|
||||
BorderSpacing.Bottom = 0
|
||||
BorderSpacing.Around = 6
|
||||
BorderSpacing.CellAlignHorizontal = ccaFill
|
||||
BorderSpacing.CellAlignVertical = ccaFill
|
||||
CharCase = ecNormal
|
||||
Ctl3D = False
|
||||
DragCursor = crDrag
|
||||
DragMode = dmManual
|
||||
DropDownCount = 8
|
||||
Enabled = True
|
||||
ItemHeight = 0
|
||||
ItemIndex = -1
|
||||
ItemHeight = 13
|
||||
ItemWidth = 0
|
||||
MaxLength = 0
|
||||
ParentBidiMode = True
|
||||
ParentColor = False
|
||||
ParentCtl3D = False
|
||||
ParentFont = True
|
||||
ParentShowHint = True
|
||||
Sorted = False
|
||||
Style = csDropDown
|
||||
TabOrder = 0
|
||||
Text = 'RemoveCombobox'
|
||||
Visible = True
|
||||
end
|
||||
object SimpleSyntaxRemoveCheckbox: TCheckBox
|
||||
Left = 6
|
||||
Height = 22
|
||||
Top = 41
|
||||
Height = 17
|
||||
Top = 33
|
||||
Width = 422
|
||||
HelpContext = 0
|
||||
Align = alTop
|
||||
AllowGrayed = False
|
||||
AutoSize = True
|
||||
BorderSpacing.Left = 0
|
||||
BorderSpacing.Top = 0
|
||||
BorderSpacing.Right = 0
|
||||
BorderSpacing.Bottom = 0
|
||||
BorderSpacing.Around = 6
|
||||
BorderSpacing.CellAlignHorizontal = ccaFill
|
||||
BorderSpacing.CellAlignVertical = ccaFill
|
||||
Caption = 'Simple syntax (e.g. * instead of .*)'
|
||||
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 KeepGroupbox: TGroupBox
|
||||
Left = 6
|
||||
Height = 116
|
||||
Top = 194
|
||||
Height = 105
|
||||
Top = 166
|
||||
Width = 438
|
||||
HelpContext = 0
|
||||
Align = alClient
|
||||
AutoSize = True
|
||||
BorderSpacing.Left = 0
|
||||
BorderSpacing.Top = 0
|
||||
BorderSpacing.Right = 0
|
||||
BorderSpacing.Bottom = 0
|
||||
BorderSpacing.Around = 6
|
||||
BorderSpacing.CellAlignHorizontal = ccaFill
|
||||
BorderSpacing.CellAlignVertical = ccaFill
|
||||
Caption = 'Keep files matching filter:'
|
||||
ChildSizing.LeftRightSpacing = 0
|
||||
ChildSizing.TopBottomSpacing = 0
|
||||
ChildSizing.HorizontalSpacing = 0
|
||||
ChildSizing.VerticalSpacing = 0
|
||||
ChildSizing.ControlsPerLine = 0
|
||||
ClientHeight = 97
|
||||
ClientHeight = 87
|
||||
ClientWidth = 434
|
||||
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 = False
|
||||
Visible = True
|
||||
object KeepCombobox: TComboBox
|
||||
Left = 6
|
||||
Height = 29
|
||||
Height = 21
|
||||
Top = 6
|
||||
Width = 422
|
||||
HelpContext = 0
|
||||
TabStop = True
|
||||
Align = alTop
|
||||
ArrowKeysTraverseList = True
|
||||
AutoComplete = False
|
||||
AutoCompleteText = [cbactSearchAscending]
|
||||
AutoDropDown = False
|
||||
AutoSelect = False
|
||||
AutoSize = True
|
||||
BorderSpacing.Left = 0
|
||||
BorderSpacing.Top = 0
|
||||
BorderSpacing.Right = 0
|
||||
BorderSpacing.Bottom = 0
|
||||
BorderSpacing.Around = 6
|
||||
BorderSpacing.CellAlignHorizontal = ccaFill
|
||||
BorderSpacing.CellAlignVertical = ccaFill
|
||||
CharCase = ecNormal
|
||||
Ctl3D = False
|
||||
DragCursor = crDrag
|
||||
DragMode = dmManual
|
||||
DropDownCount = 8
|
||||
Enabled = True
|
||||
ItemHeight = 0
|
||||
ItemIndex = -1
|
||||
ItemHeight = 13
|
||||
ItemWidth = 0
|
||||
MaxLength = 0
|
||||
ParentBidiMode = True
|
||||
ParentColor = False
|
||||
ParentCtl3D = False
|
||||
ParentFont = True
|
||||
ParentShowHint = True
|
||||
Sorted = False
|
||||
Style = csDropDown
|
||||
TabOrder = 0
|
||||
Text = 'KeepCombobox'
|
||||
Visible = True
|
||||
end
|
||||
object SimpleSyntaxKeepCheckbox: TCheckBox
|
||||
Left = 6
|
||||
Height = 22
|
||||
Top = 41
|
||||
Height = 17
|
||||
Top = 33
|
||||
Width = 422
|
||||
HelpContext = 0
|
||||
Align = alTop
|
||||
AllowGrayed = False
|
||||
AutoSize = True
|
||||
BorderSpacing.Left = 0
|
||||
BorderSpacing.Top = 0
|
||||
BorderSpacing.Right = 0
|
||||
BorderSpacing.Bottom = 0
|
||||
BorderSpacing.Around = 6
|
||||
BorderSpacing.CellAlignHorizontal = ccaFill
|
||||
BorderSpacing.CellAlignVertical = ccaFill
|
||||
Caption = 'Simple syntax (e.g. * instead of .*)'
|
||||
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
|
||||
object KeepTextFilesCheckbox: TCheckBox
|
||||
Left = 6
|
||||
Height = 22
|
||||
Top = 69
|
||||
Height = 17
|
||||
Top = 56
|
||||
Width = 422
|
||||
HelpContext = 0
|
||||
Align = alTop
|
||||
AllowGrayed = False
|
||||
AutoSize = True
|
||||
BorderSpacing.Left = 0
|
||||
BorderSpacing.Top = 0
|
||||
BorderSpacing.Right = 0
|
||||
BorderSpacing.Bottom = 0
|
||||
BorderSpacing.Around = 6
|
||||
BorderSpacing.CellAlignHorizontal = ccaFill
|
||||
BorderSpacing.CellAlignVertical = ccaFill
|
||||
Caption = 'Keep Text Files'
|
||||
Checked = False
|
||||
DragCursor = crDrag
|
||||
DragKind = dkDrag
|
||||
DragMode = dmManual
|
||||
Enabled = True
|
||||
ParentColor = True
|
||||
ParentFont = True
|
||||
ParentShowHint = True
|
||||
ParentBidiMode = True
|
||||
State = cbUnchecked
|
||||
TabOrder = 2
|
||||
TabStop = True
|
||||
UseOnChange = False
|
||||
Visible = True
|
||||
end
|
||||
end
|
||||
object ButtonPanel: TButtonPanel
|
||||
Left = 6
|
||||
Height = 48
|
||||
Top = 316
|
||||
Height = 26
|
||||
Top = 277
|
||||
Width = 438
|
||||
HelpContext = 0
|
||||
Align = alBottom
|
||||
AutoSize = True
|
||||
ButtonOrder = boDefault
|
||||
TabOrder = 3
|
||||
DefaultButton = pbOK
|
||||
ShowButtons = [pbOK, pbCancel, pbHelp]
|
||||
ShowGlyphs = [pbOK, pbCancel, pbClose, pbHelp]
|
||||
Visible = True
|
||||
ShowBevel = False
|
||||
end
|
||||
end
|
||||
|
@ -2,147 +2,53 @@
|
||||
|
||||
LazarusResources.Add('TCleanDirectoryDialog','FORMDATA',[
|
||||
'TPF0'#21'TCleanDirectoryDialog'#20'CleanDirectoryDialog'#4'Left'#3'3'#1#6'He'
|
||||
+'ight'#3'l'#1#3'Top'#3#209#0#5'Width'#3#194#1#11'HelpContext'#2#0#13'ActiveC'
|
||||
+'ontrol'#7#11'DirCombobox'#5'Align'#7#6'alNone'#14'AllowDropFiles'#8#10'Auto'
|
||||
+'Scroll'#9#8'AutoSize'#9#11'BorderIcons'#11#12'biSystemMenu'#0#11'BorderStyl'
|
||||
+'e'#7#10'bsSizeable'#7'Caption'#6#15'Clean Directory'#28'ChildSizing.LeftRig'
|
||||
+'htSpacing'#2#0#28'ChildSizing.TopBottomSpacing'#2#0#29'ChildSizing.Horizont'
|
||||
+'alSpacing'#2#0#27'ChildSizing.VerticalSpacing'#2#0#27'ChildSizing.ControlsP'
|
||||
+'erLine'#2#0#12'ClientHeight'#3'l'#1#11'ClientWidth'#3#194#1#8'DockSite'#8#8
|
||||
+'DragKind'#7#6'dkDrag'#8'DragMode'#7#8'dmManual'#7'Enabled'#9#11'Font.Height'
|
||||
+#2#0#10'Font.Style'#11#0#9'FormStyle'#7#8'fsNormal'#8'OnCreate'#7#26'CleanDi'
|
||||
+'rectoryDialogCreate'#14'ParentBiDiMode'#9#10'ParentFont'#8#8'Position'#7#14
|
||||
+'poScreenCenter'#13'ShowInTaskBar'#7#9'stDefault'#14'UseDockManager'#8#10'LC'
|
||||
+'LVersion'#6#6'0.9.27'#11'WindowState'#7#8'wsNormal'#0#9'TGroupBox'#11'DirGr'
|
||||
+'oupbox'#4'Left'#2#6#6'Height'#2'X'#3'Top'#2#6#5'Width'#3#182#1#11'HelpConte'
|
||||
+'xt'#2#0#5'Align'#7#5'alTop'#8'AutoSize'#9#18'BorderSpacing.Left'#2#0#17'Bor'
|
||||
+'derSpacing.Top'#2#0#19'BorderSpacing.Right'#2#0#20'BorderSpacing.Bottom'#2#0
|
||||
+#20'BorderSpacing.Around'#2#6'!BorderSpacing.CellAlignHorizontal'#7#7'ccaFil'
|
||||
+'l'#31'BorderSpacing.CellAlignVertical'#7#7'ccaFill'#7'Caption'#6#9'Director'
|
||||
+'y'#28'ChildSizing.LeftRightSpacing'#2#0#28'ChildSizing.TopBottomSpacing'#2#0
|
||||
+#29'ChildSizing.HorizontalSpacing'#2#0#27'ChildSizing.VerticalSpacing'#2#0#27
|
||||
+'ChildSizing.ControlsPerLine'#2#0#12'ClientHeight'#2'E'#11'ClientWidth'#3#178
|
||||
+#1#5'Ctl3D'#8#8'DockSite'#8#10'DragCursor'#7#6'crDrag'#8'DragKind'#7#6'dkDra'
|
||||
+'g'#8'DragMode'#7#8'dmManual'#7'Enabled'#9#14'ParentBidiMode'#9#11'ParentCol'
|
||||
+'or'#9#11'ParentCtl3D'#8#10'ParentFont'#9#14'ParentShowHint'#9#8'TabOrder'#2
|
||||
+#0#7'TabStop'#8#7'Visible'#9#0#9'TComboBox'#11'DirCombobox'#23'AnchorSideRig'
|
||||
+'ht.Control'#7#15'DirBrowseButton'#4'Left'#2#6#6'Height'#2#29#3'Top'#2#6#5'W'
|
||||
+'idth'#3#138#1#11'HelpContext'#2#0#7'TabStop'#9#5'Align'#7#6'alNone'#7'Ancho'
|
||||
+'rs'#11#5'akTop'#6'akLeft'#7'akRight'#0#21'ArrowKeysTraverseList'#9#12'AutoC'
|
||||
+'omplete'#8#16'AutoCompleteText'#11#20'cbactSearchAscending'#0#12'AutoDropDo'
|
||||
+'wn'#8#10'AutoSelect'#8#8'AutoSize'#9#18'BorderSpacing.Left'#2#0#17'BorderSp'
|
||||
+'acing.Top'#2#0#19'BorderSpacing.Right'#2#0#20'BorderSpacing.Bottom'#2#0#20
|
||||
+'BorderSpacing.Around'#2#6'!BorderSpacing.CellAlignHorizontal'#7#7'ccaFill'
|
||||
+#31'BorderSpacing.CellAlignVertical'#7#7'ccaFill'#8'CharCase'#7#8'ecNormal'#5
|
||||
+'Ctl3D'#8#10'DragCursor'#7#6'crDrag'#8'DragMode'#7#8'dmManual'#13'DropDownCo'
|
||||
+'unt'#2#8#7'Enabled'#9#10'ItemHeight'#2#0#9'ItemIndex'#2#255#9'ItemWidth'#2#0
|
||||
+#9'MaxLength'#2#0#14'ParentBidiMode'#9#11'ParentColor'#8#11'ParentCtl3D'#8#10
|
||||
+'ParentFont'#9#14'ParentShowHint'#9#6'Sorted'#8#5'Style'#7#10'csDropDown'#8
|
||||
+'TabOrder'#2#0#4'Text'#6#11'DirCombobox'#7'Visible'#9#0#0#9'TCheckBox'#15'Su'
|
||||
+'bDirsCheckbox'#21'AnchorSideTop.Control'#7#11'DirCombobox'#18'AnchorSideTop'
|
||||
+'.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2#22#3'Top'#2')'#5'Width'#3#166
|
||||
+#1#11'HelpContext'#2#0#5'Align'#7#8'alBottom'#11'AllowGrayed'#8#7'Anchors'#11
|
||||
+#5'akTop'#6'akLeft'#7'akRight'#8'akBottom'#0#8'AutoSize'#9#18'BorderSpacing.'
|
||||
+'Left'#2#0#17'BorderSpacing.Top'#2#0#19'BorderSpacing.Right'#2#0#20'BorderSp'
|
||||
+'acing.Bottom'#2#0#20'BorderSpacing.Around'#2#6'!BorderSpacing.CellAlignHori'
|
||||
+'zontal'#7#7'ccaFill'#31'BorderSpacing.CellAlignVertical'#7#7'ccaFill'#7'Cap'
|
||||
+'tion'#6#21'Clean sub directories'#7'Checked'#8#10'DragCursor'#7#6'crDrag'#8
|
||||
+'DragKind'#7#6'dkDrag'#8'DragMode'#7#8'dmManual'#7'Enabled'#9#11'ParentColor'
|
||||
+#9#10'ParentFont'#9#14'ParentShowHint'#9#14'ParentBidiMode'#9#5'State'#7#11
|
||||
+'cbUnchecked'#8'TabOrder'#2#1#7'TabStop'#9#11'UseOnChange'#8#7'Visible'#9#0#0
|
||||
+#7'TButton'#15'DirBrowseButton'#22'AnchorSideLeft.Control'#7#11'DirCombobox'
|
||||
+#19'AnchorSideLeft.Side'#7#9'asrBottom'#21'AnchorSideTop.Control'#7#11'DirCo'
|
||||
+'mbobox'#18'AnchorSideTop.Side'#7#9'asrCenter'#23'AnchorSideRight.Control'#7
|
||||
+#11'DirGroupbox'#20'AnchorSideRight.Side'#7#9'asrBottom'#4'Left'#3#150#1#6'H'
|
||||
+'eight'#2#21#3'Top'#2#10#5'Width'#2#23#11'HelpContext'#2#0#5'Align'#7#6'alNo'
|
||||
+'ne'#7'Anchors'#11#5'akTop'#7'akRight'#0#8'AutoSize'#8#18'BorderSpacing.Left'
|
||||
+#2#0#17'BorderSpacing.Top'#2#0#19'BorderSpacing.Right'#2#5#20'BorderSpacing.'
|
||||
+'Bottom'#2#0#20'BorderSpacing.Around'#2#0'!BorderSpacing.CellAlignHorizontal'
|
||||
+#7#7'ccaFill'#31'BorderSpacing.CellAlignVertical'#7#7'ccaFill'#6'Cancel'#8#7
|
||||
+'Caption'#6#3'...'#7'Default'#8#10'DragCursor'#7#6'crDrag'#8'DragMode'#7#8'd'
|
||||
+'mManual'#7'Enabled'#9#14'ParentBidiMode'#9#11'ModalResult'#2#0#7'OnClick'#7
|
||||
+#20'DirBrowseButtonClick'#10'ParentFont'#9#14'ParentShowHint'#9#8'TabOrder'#2
|
||||
+#2#7'TabStop'#9#7'Visible'#9#0#0#0#9'TGroupBox'#14'RemoveGroupbox'#4'Left'#2
|
||||
+#6#6'Height'#2'X'#3'Top'#2'd'#5'Width'#3#182#1#11'HelpContext'#2#0#5'Align'#7
|
||||
+#5'alTop'#8'AutoSize'#9#18'BorderSpacing.Left'#2#0#17'BorderSpacing.Top'#2#0
|
||||
,#19'BorderSpacing.Right'#2#0#20'BorderSpacing.Bottom'#2#0#20'BorderSpacing.A'
|
||||
+'round'#2#6'!BorderSpacing.CellAlignHorizontal'#7#7'ccaFill'#31'BorderSpacin'
|
||||
+'g.CellAlignVertical'#7#7'ccaFill'#7'Caption'#6#29'Remove files matching fil'
|
||||
+'ter:'#28'ChildSizing.LeftRightSpacing'#2#0#28'ChildSizing.TopBottomSpacing'
|
||||
+#2#0#29'ChildSizing.HorizontalSpacing'#2#0#27'ChildSizing.VerticalSpacing'#2
|
||||
+#0#27'ChildSizing.ControlsPerLine'#2#0#12'ClientHeight'#2'E'#11'ClientWidth'
|
||||
+#3#178#1#5'Ctl3D'#8#8'DockSite'#8#10'DragCursor'#7#6'crDrag'#8'DragKind'#7#6
|
||||
+'dkDrag'#8'DragMode'#7#8'dmManual'#7'Enabled'#9#14'ParentBidiMode'#9#11'Pare'
|
||||
+'ntColor'#9#11'ParentCtl3D'#8#10'ParentFont'#9#14'ParentShowHint'#9#8'TabOrd'
|
||||
+'er'#2#1#7'TabStop'#8#7'Visible'#9#0#9'TComboBox'#14'RemoveCombobox'#4'Left'
|
||||
+#2#6#6'Height'#2#29#3'Top'#2#6#5'Width'#3#166#1#11'HelpContext'#2#0#7'TabSto'
|
||||
+'p'#9#5'Align'#7#5'alTop'#21'ArrowKeysTraverseList'#9#12'AutoComplete'#8#16
|
||||
+'AutoCompleteText'#11#20'cbactSearchAscending'#0#12'AutoDropDown'#8#10'AutoS'
|
||||
+'elect'#8#8'AutoSize'#9#18'BorderSpacing.Left'#2#0#17'BorderSpacing.Top'#2#0
|
||||
+#19'BorderSpacing.Right'#2#0#20'BorderSpacing.Bottom'#2#0#20'BorderSpacing.A'
|
||||
+'round'#2#6'!BorderSpacing.CellAlignHorizontal'#7#7'ccaFill'#31'BorderSpacin'
|
||||
+'g.CellAlignVertical'#7#7'ccaFill'#8'CharCase'#7#8'ecNormal'#5'Ctl3D'#8#10'D'
|
||||
+'ragCursor'#7#6'crDrag'#8'DragMode'#7#8'dmManual'#13'DropDownCount'#2#8#7'En'
|
||||
+'abled'#9#10'ItemHeight'#2#0#9'ItemIndex'#2#255#9'ItemWidth'#2#0#9'MaxLength'
|
||||
+#2#0#14'ParentBidiMode'#9#11'ParentColor'#8#11'ParentCtl3D'#8#10'ParentFont'
|
||||
+#9#14'ParentShowHint'#9#6'Sorted'#8#5'Style'#7#10'csDropDown'#8'TabOrder'#2#0
|
||||
+#4'Text'#6#14'RemoveCombobox'#7'Visible'#9#0#0#9'TCheckBox'#26'SimpleSyntaxR'
|
||||
+'emoveCheckbox'#4'Left'#2#6#6'Height'#2#22#3'Top'#2')'#5'Width'#3#166#1#11'H'
|
||||
+'elpContext'#2#0#5'Align'#7#5'alTop'#11'AllowGrayed'#8#8'AutoSize'#9#18'Bord'
|
||||
+'erSpacing.Left'#2#0#17'BorderSpacing.Top'#2#0#19'BorderSpacing.Right'#2#0#20
|
||||
+'BorderSpacing.Bottom'#2#0#20'BorderSpacing.Around'#2#6'!BorderSpacing.CellA'
|
||||
+'lignHorizontal'#7#7'ccaFill'#31'BorderSpacing.CellAlignVertical'#7#7'ccaFil'
|
||||
+'l'#7'Caption'#6'$Simple syntax (e.g. * instead of .*)'#7'Checked'#8#10'Drag'
|
||||
+'Cursor'#7#6'crDrag'#8'DragKind'#7#6'dkDrag'#8'DragMode'#7#8'dmManual'#7'Ena'
|
||||
+'bled'#9#11'ParentColor'#9#10'ParentFont'#9#14'ParentShowHint'#9#14'ParentBi'
|
||||
+'diMode'#9#5'State'#7#11'cbUnchecked'#8'TabOrder'#2#1#7'TabStop'#9#11'UseOnC'
|
||||
+'hange'#8#7'Visible'#9#0#0#0#9'TGroupBox'#12'KeepGroupbox'#4'Left'#2#6#6'Hei'
|
||||
+'ght'#2't'#3'Top'#3#194#0#5'Width'#3#182#1#11'HelpContext'#2#0#5'Align'#7#8
|
||||
+'alClient'#8'AutoSize'#9#18'BorderSpacing.Left'#2#0#17'BorderSpacing.Top'#2#0
|
||||
+#19'BorderSpacing.Right'#2#0#20'BorderSpacing.Bottom'#2#0#20'BorderSpacing.A'
|
||||
+'round'#2#6'!BorderSpacing.CellAlignHorizontal'#7#7'ccaFill'#31'BorderSpacin'
|
||||
+'g.CellAlignVertical'#7#7'ccaFill'#7'Caption'#6#27'Keep files matching filte'
|
||||
+'r:'#28'ChildSizing.LeftRightSpacing'#2#0#28'ChildSizing.TopBottomSpacing'#2
|
||||
+#0#29'ChildSizing.HorizontalSpacing'#2#0#27'ChildSizing.VerticalSpacing'#2#0
|
||||
+#27'ChildSizing.ControlsPerLine'#2#0#12'ClientHeight'#2'a'#11'ClientWidth'#3
|
||||
+#178#1#5'Ctl3D'#8#8'DockSite'#8#10'DragCursor'#7#6'crDrag'#8'DragKind'#7#6'd'
|
||||
+'kDrag'#8'DragMode'#7#8'dmManual'#7'Enabled'#9#14'ParentBidiMode'#9#11'Paren'
|
||||
+'tColor'#9#11'ParentCtl3D'#8#10'ParentFont'#9#14'ParentShowHint'#9#8'TabOrde'
|
||||
+'r'#2#2#7'TabStop'#8#7'Visible'#9#0#9'TComboBox'#12'KeepCombobox'#4'Left'#2#6
|
||||
+#6'Height'#2#29#3'Top'#2#6#5'Width'#3#166#1#11'HelpContext'#2#0#7'TabStop'#9
|
||||
+#5'Align'#7#5'alTop'#21'ArrowKeysTraverseList'#9#12'AutoComplete'#8#16'AutoC'
|
||||
+'ompleteText'#11#20'cbactSearchAscending'#0#12'AutoDropDown'#8#10'AutoSelect'
|
||||
+#8#8'AutoSize'#9#18'BorderSpacing.Left'#2#0#17'BorderSpacing.Top'#2#0#19'Bor'
|
||||
+'derSpacing.Right'#2#0#20'BorderSpacing.Bottom'#2#0#20'BorderSpacing.Around'
|
||||
+#2#6'!BorderSpacing.CellAlignHorizontal'#7#7'ccaFill'#31'BorderSpacing.CellA'
|
||||
+'lignVertical'#7#7'ccaFill'#8'CharCase'#7#8'ecNormal'#5'Ctl3D'#8#10'DragCurs'
|
||||
+'or'#7#6'crDrag'#8'DragMode'#7#8'dmManual'#13'DropDownCount'#2#8#7'Enabled'#9
|
||||
+#10'ItemHeight'#2#0#9'ItemIndex'#2#255#9'ItemWidth'#2#0#9'MaxLength'#2#0#14
|
||||
+'ParentBidiMode'#9#11'ParentColor'#8#11'ParentCtl3D'#8#10'ParentFont'#9#14'P'
|
||||
+'arentShowHint'#9#6'Sorted'#8#5'Style'#7#10'csDropDown'#8'TabOrder'#2#0#4'Te'
|
||||
+'xt'#6#12'KeepCombobox'#7'Visible'#9#0#0#9'TCheckBox'#24'SimpleSyntaxKeepChe'
|
||||
+'ckbox'#4'Left'#2#6#6'Height'#2#22#3'Top'#2')'#5'Width'#3#166#1#11'HelpConte'
|
||||
+'xt'#2#0#5'Align'#7#5'alTop'#11'AllowGrayed'#8#8'AutoSize'#9#18'BorderSpacin'
|
||||
+'g.Left'#2#0#17'BorderSpacing.Top'#2#0#19'BorderSpacing.Right'#2#0#20'Border'
|
||||
+'Spacing.Bottom'#2#0#20'BorderSpacing.Around'#2#6'!BorderSpacing.CellAlignHo'
|
||||
+'rizontal'#7#7'ccaFill'#31'BorderSpacing.CellAlignVertical'#7#7'ccaFill'#7'C'
|
||||
+'aption'#6'$Simple syntax (e.g. * instead of .*)'#7'Checked'#8#10'DragCursor'
|
||||
+#7#6'crDrag'#8'DragKind'#7#6'dkDrag'#8'DragMode'#7#8'dmManual'#7'Enabled'#9
|
||||
+#11'ParentColor'#9#10'ParentFont'#9#14'ParentShowHint'#9#14'ParentBidiMode'#9
|
||||
,#5'State'#7#11'cbUnchecked'#8'TabOrder'#2#1#7'TabStop'#9#11'UseOnChange'#8#7
|
||||
+'Visible'#9#0#0#9'TCheckBox'#21'KeepTextFilesCheckbox'#4'Left'#2#6#6'Height'
|
||||
+#2#22#3'Top'#2'E'#5'Width'#3#166#1#11'HelpContext'#2#0#5'Align'#7#5'alTop'#11
|
||||
+'AllowGrayed'#8#8'AutoSize'#9#18'BorderSpacing.Left'#2#0#17'BorderSpacing.To'
|
||||
+'p'#2#0#19'BorderSpacing.Right'#2#0#20'BorderSpacing.Bottom'#2#0#20'BorderSp'
|
||||
+'acing.Around'#2#6'!BorderSpacing.CellAlignHorizontal'#7#7'ccaFill'#31'Borde'
|
||||
+'rSpacing.CellAlignVertical'#7#7'ccaFill'#7'Caption'#6#15'Keep Text Files'#7
|
||||
+'Checked'#8#10'DragCursor'#7#6'crDrag'#8'DragKind'#7#6'dkDrag'#8'DragMode'#7
|
||||
+#8'dmManual'#7'Enabled'#9#11'ParentColor'#9#10'ParentFont'#9#14'ParentShowHi'
|
||||
+'nt'#9#14'ParentBidiMode'#9#5'State'#7#11'cbUnchecked'#8'TabOrder'#2#2#7'Tab'
|
||||
+'Stop'#9#11'UseOnChange'#8#7'Visible'#9#0#0#0#12'TButtonPanel'#11'ButtonPane'
|
||||
+'l'#4'Left'#2#6#6'Height'#2'0'#3'Top'#3'<'#1#5'Width'#3#182#1#11'HelpContext'
|
||||
+#2#0#5'Align'#7#8'alBottom'#8'AutoSize'#9#11'ButtonOrder'#7#9'boDefault'#8'T'
|
||||
+'abOrder'#2#3#13'DefaultButton'#7#4'pbOK'#11'ShowButtons'#11#4'pbOK'#8'pbCan'
|
||||
+'cel'#6'pbHelp'#0#10'ShowGlyphs'#11#4'pbOK'#8'pbCancel'#7'pbClose'#6'pbHelp'
|
||||
+#0#7'Visible'#9#0#0#0
|
||||
+'ight'#3'5'#1#3'Top'#3#209#0#5'Width'#3#194#1#13'ActiveControl'#7#11'DirComb'
|
||||
+'obox'#8'AutoSize'#9#11'BorderIcons'#11#12'biSystemMenu'#0#7'Caption'#6#15'C'
|
||||
+'lean Directory'#12'ClientHeight'#3'5'#1#11'ClientWidth'#3#194#1#8'OnCreate'
|
||||
+#7#26'CleanDirectoryDialogCreate'#8'Position'#7#14'poScreenCenter'#10'LCLVer'
|
||||
+'sion'#6#6'0.9.27'#0#9'TGroupBox'#11'DirGroupbox'#4'Left'#2#6#6'Height'#2'J'
|
||||
+#3'Top'#2#6#5'Width'#3#182#1#5'Align'#7#5'alTop'#8'AutoSize'#9#20'BorderSpac'
|
||||
+'ing.Around'#2#6#7'Caption'#6#9'Directory'#12'ClientHeight'#2'8'#11'ClientWi'
|
||||
+'dth'#3#178#1#8'TabOrder'#2#0#0#9'TComboBox'#11'DirCombobox'#23'AnchorSideRi'
|
||||
+'ght.Control'#7#15'DirBrowseButton'#4'Left'#2#6#6'Height'#2#21#3'Top'#2#6#5
|
||||
+'Width'#3#138#1#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#12'AutoComplet'
|
||||
+'e'#8#16'AutoCompleteText'#11#20'cbactSearchAscending'#0#20'BorderSpacing.Ar'
|
||||
+'ound'#2#6#10'ItemHeight'#2#13#9'ItemWidth'#2#0#8'TabOrder'#2#0#4'Text'#6#11
|
||||
+'DirCombobox'#0#0#9'TCheckBox'#15'SubDirsCheckbox'#21'AnchorSideTop.Control'
|
||||
+#7#11'DirCombobox'#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'#2#6#6'Heigh'
|
||||
+'t'#2#17#3'Top'#2'!'#5'Width'#3#166#1#5'Align'#7#8'alBottom'#7'Anchors'#11#5
|
||||
+'akTop'#6'akLeft'#7'akRight'#8'akBottom'#0#20'BorderSpacing.Around'#2#6#7'Ca'
|
||||
+'ption'#6#21'Clean sub directories'#8'TabOrder'#2#1#0#0#7'TButton'#15'DirBro'
|
||||
+'wseButton'#22'AnchorSideLeft.Control'#7#11'DirCombobox'#19'AnchorSideLeft.S'
|
||||
+'ide'#7#9'asrBottom'#21'AnchorSideTop.Control'#7#11'DirCombobox'#18'AnchorSi'
|
||||
+'deTop.Side'#7#9'asrCenter'#23'AnchorSideRight.Control'#7#11'DirGroupbox'#20
|
||||
+'AnchorSideRight.Side'#7#9'asrBottom'#4'Left'#3#150#1#6'Height'#2#21#3'Top'#2
|
||||
+#6#5'Width'#2#23#7'Anchors'#11#5'akTop'#7'akRight'#0#19'BorderSpacing.Right'
|
||||
+#2#5#7'Caption'#6#3'...'#7'OnClick'#7#20'DirBrowseButtonClick'#8'TabOrder'#2
|
||||
+#2#0#0#0#9'TGroupBox'#14'RemoveGroupbox'#4'Left'#2#6#6'Height'#2'J'#3'Top'#2
|
||||
+'V'#5'Width'#3#182#1#5'Align'#7#5'alTop'#8'AutoSize'#9#20'BorderSpacing.Arou'
|
||||
+'nd'#2#6#7'Caption'#6#29'Remove files matching filter:'#12'ClientHeight'#2'8'
|
||||
+#11'ClientWidth'#3#178#1#8'TabOrder'#2#1#0#9'TComboBox'#14'RemoveCombobox'#4
|
||||
+'Left'#2#6#6'Height'#2#21#3'Top'#2#6#5'Width'#3#166#1#5'Align'#7#5'alTop'#12
|
||||
+'AutoComplete'#8#16'AutoCompleteText'#11#20'cbactSearchAscending'#0#20'Borde'
|
||||
+'rSpacing.Around'#2#6#10'ItemHeight'#2#13#9'ItemWidth'#2#0#8'TabOrder'#2#0#4
|
||||
+'Text'#6#14'RemoveCombobox'#0#0#9'TCheckBox'#26'SimpleSyntaxRemoveCheckbox'#4
|
||||
+'Left'#2#6#6'Height'#2#17#3'Top'#2'!'#5'Width'#3#166#1#5'Align'#7#5'alTop'#20
|
||||
+'BorderSpacing.Around'#2#6#7'Caption'#6'$Simple syntax (e.g. * instead of .*'
|
||||
+')'#8'TabOrder'#2#1#0#0#0#9'TGroupBox'#12'KeepGroupbox'#4'Left'#2#6#6'Height'
|
||||
+#2'i'#3'Top'#3#166#0#5'Width'#3#182#1#5'Align'#7#8'alClient'#8'AutoSize'#9#20
|
||||
+'BorderSpacing.Around'#2#6#7'Caption'#6#27'Keep files matching filter:'#12'C'
|
||||
+'lientHeight'#2'W'#11'ClientWidth'#3#178#1#8'TabOrder'#2#2#0#9'TComboBox'#12
|
||||
+'KeepCombobox'#4'Left'#2#6#6'Height'#2#21#3'Top'#2#6#5'Width'#3#166#1#5'Alig'
|
||||
+'n'#7#5'alTop'#12'AutoComplete'#8#16'AutoCompleteText'#11#20'cbactSearchAsce'
|
||||
+'nding'#0#20'BorderSpacing.Around'#2#6#10'ItemHeight'#2#13#9'ItemWidth'#2#0#8
|
||||
+'TabOrder'#2#0#4'Text'#6#12'KeepCombobox'#0#0#9'TCheckBox'#24'SimpleSyntaxKe'
|
||||
+'epCheckbox'#4'Left'#2#6#6'Height'#2#17#3'Top'#2'!'#5'Width'#3#166#1#5'Align'
|
||||
+#7#5'alTop'#20'BorderSpacing.Around'#2#6#7'Caption'#6'$Simple syntax (e.g. *'
|
||||
+' instead of .*)'#8'TabOrder'#2#1#0#0#9'TCheckBox'#21'KeepTextFilesCheckbox'
|
||||
+#4'Left'#2#6#6'Height'#2#17#3'Top'#2'8'#5'Width'#3#166#1#5'Align'#7#5'alTop'
|
||||
+#20'BorderSpacing.Around'#2#6#7'Caption'#6#15'Keep Text Files'#8'TabOrder'#2
|
||||
+#2#0#0#0#12'TButtonPanel'#11'ButtonPanel'#4'Left'#2#6#6'Height'#2#26#3'Top'#3
|
||||
+#21#1#5'Width'#3#182#1#8'TabOrder'#2#3#11'ShowButtons'#11#4'pbOK'#8'pbCancel'
|
||||
+#6'pbHelp'#0#9'ShowBevel'#8#0#0#0
|
||||
]);
|
||||
|
@ -3,122 +3,54 @@ object CodeExplorerDlg: TCodeExplorerDlg
|
||||
Height = 340
|
||||
Top = 239
|
||||
Width = 321
|
||||
HelpContext = 0
|
||||
ActiveControl = MainNotebook
|
||||
Align = alNone
|
||||
AllowDropFiles = False
|
||||
AutoScroll = True
|
||||
AutoSize = False
|
||||
BorderIcons = [biSystemMenu, biMinimize, biMaximize]
|
||||
BorderStyle = bsSizeToolWin
|
||||
Caption = 'CodeExplorerDlg'
|
||||
ChildSizing.LeftRightSpacing = 0
|
||||
ChildSizing.TopBottomSpacing = 0
|
||||
ChildSizing.HorizontalSpacing = 0
|
||||
ChildSizing.VerticalSpacing = 0
|
||||
ChildSizing.ControlsPerLine = 0
|
||||
ClientHeight = 340
|
||||
ClientWidth = 321
|
||||
DockSite = False
|
||||
DragKind = dkDrag
|
||||
DragMode = dmManual
|
||||
Enabled = True
|
||||
Font.Height = 0
|
||||
Font.Style = []
|
||||
FormStyle = fsNormal
|
||||
OnCreate = CodeExplorerDlgCreate
|
||||
OnDestroy = CodeExplorerDlgDestroy
|
||||
ParentBiDiMode = True
|
||||
ParentFont = False
|
||||
Position = poScreenCenter
|
||||
ShowInTaskBar = stDefault
|
||||
UseDockManager = False
|
||||
LCLVersion = '0.9.27'
|
||||
WindowState = wsNormal
|
||||
object MainNotebook: TNotebook
|
||||
Left = 0
|
||||
Height = 286
|
||||
Height = 302
|
||||
Top = 0
|
||||
Width = 321
|
||||
HelpContext = 0
|
||||
TabStop = True
|
||||
Align = alClient
|
||||
BorderSpacing.Left = 0
|
||||
BorderSpacing.Top = 0
|
||||
BorderSpacing.Right = 0
|
||||
BorderSpacing.Bottom = 6
|
||||
BorderSpacing.Around = 0
|
||||
BorderSpacing.CellAlignHorizontal = ccaFill
|
||||
BorderSpacing.CellAlignVertical = ccaFill
|
||||
DragCursor = crDrag
|
||||
DragMode = dmManual
|
||||
Enabled = True
|
||||
Options = []
|
||||
PageIndex = 0
|
||||
ParentFont = True
|
||||
ShowTabs = True
|
||||
TabOrder = 0
|
||||
object UpdatePage: TPage
|
||||
HelpContext = 0
|
||||
Caption = 'UpdatePage'
|
||||
ChildSizing.LeftRightSpacing = 0
|
||||
ChildSizing.TopBottomSpacing = 0
|
||||
ChildSizing.HorizontalSpacing = 0
|
||||
ChildSizing.VerticalSpacing = 0
|
||||
ChildSizing.ControlsPerLine = 0
|
||||
ClientWidth = 317
|
||||
ClientHeight = 255
|
||||
ImageIndex = -1
|
||||
ParentFont = True
|
||||
ParentShowHint = True
|
||||
ClientWidth = 313
|
||||
ClientHeight = 276
|
||||
object RefreshRadioGroup: TRadioGroup
|
||||
Left = 6
|
||||
Height = 144
|
||||
Top = 55
|
||||
Width = 305
|
||||
HelpContext = 0
|
||||
Width = 301
|
||||
Align = alTop
|
||||
AutoFill = True
|
||||
AutoSize = False
|
||||
BorderSpacing.Left = 0
|
||||
BorderSpacing.Top = 0
|
||||
BorderSpacing.Right = 0
|
||||
BorderSpacing.Bottom = 0
|
||||
BorderSpacing.Around = 6
|
||||
BorderSpacing.CellAlignHorizontal = ccaFill
|
||||
BorderSpacing.CellAlignVertical = ccaFill
|
||||
Caption = 'RefreshRadioGroup'
|
||||
ChildSizing.LeftRightSpacing = 6
|
||||
ChildSizing.TopBottomSpacing = 6
|
||||
ChildSizing.HorizontalSpacing = 0
|
||||
ChildSizing.VerticalSpacing = 0
|
||||
ChildSizing.EnlargeHorizontal = crsHomogenousChildResize
|
||||
ChildSizing.EnlargeVertical = crsHomogenousChildResize
|
||||
ChildSizing.ShrinkHorizontal = crsScaleChilds
|
||||
ChildSizing.ShrinkVertical = crsScaleChilds
|
||||
ChildSizing.Layout = cclLeftToRightThenTopToBottom
|
||||
ChildSizing.ControlsPerLine = 1
|
||||
ClientHeight = 125
|
||||
ClientWidth = 301
|
||||
ColumnLayout = clHorizontalThenVertical
|
||||
Columns = 1
|
||||
Ctl3D = False
|
||||
DragCursor = crDrag
|
||||
DragMode = dmManual
|
||||
Enabled = True
|
||||
ItemIndex = -1
|
||||
ClientHeight = 126
|
||||
ClientWidth = 297
|
||||
Items.Strings = (
|
||||
'Manual'
|
||||
'SwitchPage'
|
||||
'Idle'
|
||||
)
|
||||
ParentFont = True
|
||||
ParentColor = True
|
||||
ParentCtl3D = True
|
||||
ParentShowHint = True
|
||||
TabOrder = 0
|
||||
TabStop = True
|
||||
Visible = True
|
||||
end
|
||||
object FollowCursorCheckBox: TCheckBox
|
||||
AnchorSideLeft.Control = UpdatePage
|
||||
@ -127,149 +59,75 @@ object CodeExplorerDlg: TCodeExplorerDlg
|
||||
Left = 6
|
||||
Height = 32
|
||||
Top = 205
|
||||
Width = 305
|
||||
HelpContext = 0
|
||||
Width = 301
|
||||
Align = alTop
|
||||
AllowGrayed = False
|
||||
AutoSize = False
|
||||
BorderSpacing.Left = 0
|
||||
BorderSpacing.Top = 0
|
||||
BorderSpacing.Right = 0
|
||||
BorderSpacing.Bottom = 0
|
||||
BorderSpacing.Around = 6
|
||||
BorderSpacing.CellAlignHorizontal = ccaFill
|
||||
BorderSpacing.CellAlignVertical = ccaFill
|
||||
Caption = 'FollowCursorCheckBox'
|
||||
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 = False
|
||||
end
|
||||
object ModeRadioGroup: TRadioGroup
|
||||
Left = 6
|
||||
Height = 43
|
||||
Top = 6
|
||||
Width = 305
|
||||
HelpContext = 0
|
||||
Width = 301
|
||||
Align = alTop
|
||||
AutoFill = True
|
||||
AutoSize = False
|
||||
BorderSpacing.Left = 0
|
||||
BorderSpacing.Top = 0
|
||||
BorderSpacing.Right = 0
|
||||
BorderSpacing.Bottom = 0
|
||||
BorderSpacing.Around = 6
|
||||
BorderSpacing.CellAlignHorizontal = ccaFill
|
||||
BorderSpacing.CellAlignVertical = ccaFill
|
||||
Caption = 'ModeRadioGroup'
|
||||
ChildSizing.LeftRightSpacing = 6
|
||||
ChildSizing.TopBottomSpacing = 6
|
||||
ChildSizing.HorizontalSpacing = 0
|
||||
ChildSizing.VerticalSpacing = 0
|
||||
ChildSizing.EnlargeHorizontal = crsHomogenousChildResize
|
||||
ChildSizing.EnlargeVertical = crsHomogenousChildResize
|
||||
ChildSizing.ShrinkHorizontal = crsScaleChilds
|
||||
ChildSizing.ShrinkVertical = crsScaleChilds
|
||||
ChildSizing.Layout = cclLeftToRightThenTopToBottom
|
||||
ChildSizing.ControlsPerLine = 2
|
||||
ClientHeight = 24
|
||||
ClientWidth = 301
|
||||
ColumnLayout = clHorizontalThenVertical
|
||||
ClientHeight = 25
|
||||
ClientWidth = 297
|
||||
Columns = 2
|
||||
Ctl3D = False
|
||||
DragCursor = crDrag
|
||||
DragMode = dmManual
|
||||
Enabled = True
|
||||
ItemIndex = 0
|
||||
Items.Strings = (
|
||||
'Category'
|
||||
'Source'
|
||||
)
|
||||
ParentFont = True
|
||||
ParentColor = True
|
||||
ParentCtl3D = True
|
||||
ParentShowHint = True
|
||||
TabOrder = 2
|
||||
TabStop = True
|
||||
Visible = True
|
||||
end
|
||||
end
|
||||
object CategoryPage: TPage
|
||||
HelpContext = 0
|
||||
Caption = 'CategoryPage'
|
||||
ChildSizing.LeftRightSpacing = 0
|
||||
ChildSizing.TopBottomSpacing = 0
|
||||
ChildSizing.HorizontalSpacing = 0
|
||||
ChildSizing.VerticalSpacing = 0
|
||||
ChildSizing.ControlsPerLine = 0
|
||||
ClientWidth = 317
|
||||
ClientHeight = 255
|
||||
ImageIndex = -1
|
||||
ParentFont = True
|
||||
ParentShowHint = True
|
||||
ClientWidth = 313
|
||||
ClientHeight = 260
|
||||
object CategoriesCheckGroup: TCheckGroup
|
||||
Left = 6
|
||||
Height = 243
|
||||
Height = 248
|
||||
Top = 6
|
||||
Width = 305
|
||||
HelpContext = 0
|
||||
Width = 301
|
||||
Align = alClient
|
||||
AutoFill = True
|
||||
AutoSize = False
|
||||
BorderSpacing.Left = 0
|
||||
BorderSpacing.Top = 0
|
||||
BorderSpacing.Right = 0
|
||||
BorderSpacing.Bottom = 0
|
||||
BorderSpacing.Around = 6
|
||||
BorderSpacing.CellAlignHorizontal = ccaFill
|
||||
BorderSpacing.CellAlignVertical = ccaFill
|
||||
Caption = 'CategoriesCheckGroup'
|
||||
ChildSizing.LeftRightSpacing = 6
|
||||
ChildSizing.TopBottomSpacing = 6
|
||||
ChildSizing.HorizontalSpacing = 0
|
||||
ChildSizing.VerticalSpacing = 0
|
||||
ChildSizing.EnlargeHorizontal = crsHomogenousChildResize
|
||||
ChildSizing.EnlargeVertical = crsHomogenousChildResize
|
||||
ChildSizing.ShrinkHorizontal = crsScaleChilds
|
||||
ChildSizing.ShrinkVertical = crsScaleChilds
|
||||
ChildSizing.Layout = cclLeftToRightThenTopToBottom
|
||||
ChildSizing.ControlsPerLine = 1
|
||||
ColumnLayout = clHorizontalThenVertical
|
||||
Columns = 1
|
||||
Ctl3D = False
|
||||
Enabled = True
|
||||
ParentFont = True
|
||||
ParentColor = True
|
||||
ParentCtl3D = True
|
||||
ParentShowHint = True
|
||||
TabOrder = 0
|
||||
Visible = True
|
||||
end
|
||||
end
|
||||
end
|
||||
object ButtonPanel: TButtonPanel
|
||||
Left = 6
|
||||
Height = 48
|
||||
Top = 292
|
||||
Height = 26
|
||||
Top = 308
|
||||
Width = 309
|
||||
HelpContext = 0
|
||||
Align = alBottom
|
||||
AutoSize = True
|
||||
ButtonOrder = boDefault
|
||||
TabOrder = 1
|
||||
DefaultButton = pbOK
|
||||
ShowButtons = [pbOK, pbCancel, pbHelp]
|
||||
ShowGlyphs = [pbOK, pbCancel, pbClose, pbHelp]
|
||||
Visible = True
|
||||
ShowBevel = False
|
||||
end
|
||||
end
|
||||
|
@ -2,99 +2,49 @@
|
||||
|
||||
LazarusResources.Add('TCodeExplorerDlg','FORMDATA',[
|
||||
'TPF0'#16'TCodeExplorerDlg'#15'CodeExplorerDlg'#4'Left'#3'C'#1#6'Height'#3'T'
|
||||
+#1#3'Top'#3#239#0#5'Width'#3'A'#1#11'HelpContext'#2#0#13'ActiveControl'#7#12
|
||||
+'MainNotebook'#5'Align'#7#6'alNone'#14'AllowDropFiles'#8#10'AutoScroll'#9#8
|
||||
+'AutoSize'#8#11'BorderIcons'#11#12'biSystemMenu'#10'biMinimize'#10'biMaximiz'
|
||||
+'e'#0#11'BorderStyle'#7#13'bsSizeToolWin'#7'Caption'#6#15'CodeExplorerDlg'#28
|
||||
+'ChildSizing.LeftRightSpacing'#2#0#28'ChildSizing.TopBottomSpacing'#2#0#29'C'
|
||||
+'hildSizing.HorizontalSpacing'#2#0#27'ChildSizing.VerticalSpacing'#2#0#27'Ch'
|
||||
+'ildSizing.ControlsPerLine'#2#0#12'ClientHeight'#3'T'#1#11'ClientWidth'#3'A'
|
||||
+#1#8'DockSite'#8#8'DragKind'#7#6'dkDrag'#8'DragMode'#7#8'dmManual'#7'Enabled'
|
||||
+#9#11'Font.Height'#2#0#10'Font.Style'#11#0#9'FormStyle'#7#8'fsNormal'#8'OnCr'
|
||||
+'eate'#7#21'CodeExplorerDlgCreate'#9'OnDestroy'#7#22'CodeExplorerDlgDestroy'
|
||||
+#14'ParentBiDiMode'#9#10'ParentFont'#8#8'Position'#7#14'poScreenCenter'#13'S'
|
||||
+'howInTaskBar'#7#9'stDefault'#14'UseDockManager'#8#10'LCLVersion'#6#6'0.9.27'
|
||||
+#11'WindowState'#7#8'wsNormal'#0#9'TNotebook'#12'MainNotebook'#4'Left'#2#0#6
|
||||
+'Height'#3#30#1#3'Top'#2#0#5'Width'#3'A'#1#11'HelpContext'#2#0#7'TabStop'#9#5
|
||||
+'Align'#7#8'alClient'#18'BorderSpacing.Left'#2#0#17'BorderSpacing.Top'#2#0#19
|
||||
+'BorderSpacing.Right'#2#0#20'BorderSpacing.Bottom'#2#6#20'BorderSpacing.Arou'
|
||||
+'nd'#2#0'!BorderSpacing.CellAlignHorizontal'#7#7'ccaFill'#31'BorderSpacing.C'
|
||||
+'ellAlignVertical'#7#7'ccaFill'#10'DragCursor'#7#6'crDrag'#8'DragMode'#7#8'd'
|
||||
+'mManual'#7'Enabled'#9#7'Options'#11#0#9'PageIndex'#2#0#10'ParentFont'#9#8'S'
|
||||
+'howTabs'#9#8'TabOrder'#2#0#0#5'TPage'#10'UpdatePage'#11'HelpContext'#2#0#7
|
||||
+'Caption'#6#10'UpdatePage'#28'ChildSizing.LeftRightSpacing'#2#0#28'ChildSizi'
|
||||
+'ng.TopBottomSpacing'#2#0#29'ChildSizing.HorizontalSpacing'#2#0#27'ChildSizi'
|
||||
+'ng.VerticalSpacing'#2#0#27'ChildSizing.ControlsPerLine'#2#0#11'ClientWidth'
|
||||
+#3'='#1#12'ClientHeight'#3#255#0#10'ImageIndex'#2#255#10'ParentFont'#9#14'Pa'
|
||||
+'rentShowHint'#9#0#11'TRadioGroup'#17'RefreshRadioGroup'#4'Left'#2#6#6'Heigh'
|
||||
+'t'#3#144#0#3'Top'#2'7'#5'Width'#3'1'#1#11'HelpContext'#2#0#5'Align'#7#5'alT'
|
||||
+'op'#8'AutoFill'#9#8'AutoSize'#8#18'BorderSpacing.Left'#2#0#17'BorderSpacing'
|
||||
+'.Top'#2#0#19'BorderSpacing.Right'#2#0#20'BorderSpacing.Bottom'#2#0#20'Borde'
|
||||
+'rSpacing.Around'#2#6'!BorderSpacing.CellAlignHorizontal'#7#7'ccaFill'#31'Bo'
|
||||
+'rderSpacing.CellAlignVertical'#7#7'ccaFill'#7'Caption'#6#17'RefreshRadioGro'
|
||||
+'up'#28'ChildSizing.LeftRightSpacing'#2#6#28'ChildSizing.TopBottomSpacing'#2
|
||||
+#6#29'ChildSizing.HorizontalSpacing'#2#0#27'ChildSizing.VerticalSpacing'#2#0
|
||||
+#29'ChildSizing.EnlargeHorizontal'#7#24'crsHomogenousChildResize'#27'ChildSi'
|
||||
+'zing.EnlargeVertical'#7#24'crsHomogenousChildResize'#28'ChildSizing.ShrinkH'
|
||||
+'orizontal'#7#14'crsScaleChilds'#26'ChildSizing.ShrinkVertical'#7#14'crsScal'
|
||||
+'eChilds'#18'ChildSizing.Layout'#7#29'cclLeftToRightThenTopToBottom'#27'Chil'
|
||||
+'dSizing.ControlsPerLine'#2#1#12'ClientHeight'#2'}'#11'ClientWidth'#3'-'#1#12
|
||||
+'ColumnLayout'#7#24'clHorizontalThenVertical'#7'Columns'#2#1#5'Ctl3D'#8#10'D'
|
||||
+'ragCursor'#7#6'crDrag'#8'DragMode'#7#8'dmManual'#7'Enabled'#9#9'ItemIndex'#2
|
||||
+#255#13'Items.Strings'#1#6#6'Manual'#6#10'SwitchPage'#6#4'Idle'#0#10'ParentF'
|
||||
+'ont'#9#11'ParentColor'#9#11'ParentCtl3D'#9#14'ParentShowHint'#9#8'TabOrder'
|
||||
+#2#0#7'TabStop'#9#7'Visible'#9#0#0#9'TCheckBox'#20'FollowCursorCheckBox'#22
|
||||
+'AnchorSideLeft.Control'#7#10'UpdatePage'#21'AnchorSideTop.Control'#7#17'Ref'
|
||||
+'reshRadioGroup'#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'
|
||||
+#2' '#3'Top'#3#205#0#5'Width'#3'1'#1#11'HelpContext'#2#0#5'Align'#7#5'alTop'
|
||||
+#11'AllowGrayed'#8#8'AutoSize'#8#18'BorderSpacing.Left'#2#0#17'BorderSpacing'
|
||||
+'.Top'#2#0#19'BorderSpacing.Right'#2#0#20'BorderSpacing.Bottom'#2#0#20'Borde'
|
||||
+'rSpacing.Around'#2#6'!BorderSpacing.CellAlignHorizontal'#7#7'ccaFill'#31'Bo'
|
||||
+'rderSpacing.CellAlignVertical'#7#7'ccaFill'#7'Caption'#6#20'FollowCursorChe'
|
||||
+'ckBox'#7'Checked'#8#10'DragCursor'#7#6'crDrag'#8'DragKind'#7#6'dkDrag'#8'Dr'
|
||||
+'agMode'#7#8'dmManual'#7'Enabled'#9#11'ParentColor'#9#10'ParentFont'#9#14'Pa'
|
||||
+'rentShowHint'#9#14'ParentBidiMode'#9#5'State'#7#11'cbUnchecked'#8'TabOrder'
|
||||
+#2#1#7'TabStop'#9#11'UseOnChange'#8#7'Visible'#8#0#0#11'TRadioGroup'#14'Mode'
|
||||
+'RadioGroup'#4'Left'#2#6#6'Height'#2'+'#3'Top'#2#6#5'Width'#3'1'#1#11'HelpCo'
|
||||
+'ntext'#2#0#5'Align'#7#5'alTop'#8'AutoFill'#9#8'AutoSize'#8#18'BorderSpacing'
|
||||
+'.Left'#2#0#17'BorderSpacing.Top'#2#0#19'BorderSpacing.Right'#2#0#20'BorderS'
|
||||
+'pacing.Bottom'#2#0#20'BorderSpacing.Around'#2#6'!BorderSpacing.CellAlignHor'
|
||||
+'izontal'#7#7'ccaFill'#31'BorderSpacing.CellAlignVertical'#7#7'ccaFill'#7'Ca'
|
||||
+'ption'#6#14'ModeRadioGroup'#28'ChildSizing.LeftRightSpacing'#2#6#28'ChildSi'
|
||||
+'zing.TopBottomSpacing'#2#6#29'ChildSizing.HorizontalSpacing'#2#0#27'ChildSi'
|
||||
+'zing.VerticalSpacing'#2#0#29'ChildSizing.EnlargeHorizontal'#7#24'crsHomogen'
|
||||
+'ousChildResize'#27'ChildSizing.EnlargeVertical'#7#24'crsHomogenousChildResi'
|
||||
+'ze'#28'ChildSizing.ShrinkHorizontal'#7#14'crsScaleChilds'#26'ChildSizing.Sh'
|
||||
,'rinkVertical'#7#14'crsScaleChilds'#18'ChildSizing.Layout'#7#29'cclLeftToRig'
|
||||
+'htThenTopToBottom'#27'ChildSizing.ControlsPerLine'#2#2#12'ClientHeight'#2#24
|
||||
+#11'ClientWidth'#3'-'#1#12'ColumnLayout'#7#24'clHorizontalThenVertical'#7'Co'
|
||||
+'lumns'#2#2#5'Ctl3D'#8#10'DragCursor'#7#6'crDrag'#8'DragMode'#7#8'dmManual'#7
|
||||
+'Enabled'#9#9'ItemIndex'#2#0#13'Items.Strings'#1#6#8'Category'#6#6'Source'#0
|
||||
+#10'ParentFont'#9#11'ParentColor'#9#11'ParentCtl3D'#9#14'ParentShowHint'#9#8
|
||||
+'TabOrder'#2#2#7'TabStop'#9#7'Visible'#9#0#0#0#5'TPage'#12'CategoryPage'#11
|
||||
+'HelpContext'#2#0#7'Caption'#6#12'CategoryPage'#28'ChildSizing.LeftRightSpac'
|
||||
+'ing'#2#0#28'ChildSizing.TopBottomSpacing'#2#0#29'ChildSizing.HorizontalSpac'
|
||||
+'ing'#2#0#27'ChildSizing.VerticalSpacing'#2#0#27'ChildSizing.ControlsPerLine'
|
||||
+#2#0#11'ClientWidth'#3'='#1#12'ClientHeight'#3#255#0#10'ImageIndex'#2#255#10
|
||||
+'ParentFont'#9#14'ParentShowHint'#9#0#11'TCheckGroup'#20'CategoriesCheckGrou'
|
||||
+'p'#4'Left'#2#6#6'Height'#3#243#0#3'Top'#2#6#5'Width'#3'1'#1#11'HelpContext'
|
||||
+#2#0#5'Align'#7#8'alClient'#8'AutoFill'#9#8'AutoSize'#8#18'BorderSpacing.Lef'
|
||||
+'t'#2#0#17'BorderSpacing.Top'#2#0#19'BorderSpacing.Right'#2#0#20'BorderSpaci'
|
||||
+'ng.Bottom'#2#0#20'BorderSpacing.Around'#2#6'!BorderSpacing.CellAlignHorizon'
|
||||
+'tal'#7#7'ccaFill'#31'BorderSpacing.CellAlignVertical'#7#7'ccaFill'#7'Captio'
|
||||
+'n'#6#20'CategoriesCheckGroup'#28'ChildSizing.LeftRightSpacing'#2#6#28'Child'
|
||||
+'Sizing.TopBottomSpacing'#2#6#29'ChildSizing.HorizontalSpacing'#2#0#27'Child'
|
||||
+'Sizing.VerticalSpacing'#2#0#29'ChildSizing.EnlargeHorizontal'#7#24'crsHomog'
|
||||
+'enousChildResize'#27'ChildSizing.EnlargeVertical'#7#24'crsHomogenousChildRe'
|
||||
+'size'#28'ChildSizing.ShrinkHorizontal'#7#14'crsScaleChilds'#26'ChildSizing.'
|
||||
+'ShrinkVertical'#7#14'crsScaleChilds'#18'ChildSizing.Layout'#7#29'cclLeftToR'
|
||||
+'ightThenTopToBottom'#27'ChildSizing.ControlsPerLine'#2#1#12'ColumnLayout'#7
|
||||
+#24'clHorizontalThenVertical'#7'Columns'#2#1#5'Ctl3D'#8#7'Enabled'#9#10'Pare'
|
||||
+'ntFont'#9#11'ParentColor'#9#11'ParentCtl3D'#9#14'ParentShowHint'#9#8'TabOrd'
|
||||
+'er'#2#0#7'Visible'#9#0#0#0#0#12'TButtonPanel'#11'ButtonPanel'#4'Left'#2#6#6
|
||||
+'Height'#2'0'#3'Top'#3'$'#1#5'Width'#3'5'#1#11'HelpContext'#2#0#5'Align'#7#8
|
||||
+'alBottom'#8'AutoSize'#9#11'ButtonOrder'#7#9'boDefault'#8'TabOrder'#2#1#13'D'
|
||||
+'efaultButton'#7#4'pbOK'#11'ShowButtons'#11#4'pbOK'#8'pbCancel'#6'pbHelp'#0
|
||||
+#10'ShowGlyphs'#11#4'pbOK'#8'pbCancel'#7'pbClose'#6'pbHelp'#0#7'Visible'#9#0
|
||||
+#0#0
|
||||
+#1#3'Top'#3#239#0#5'Width'#3'A'#1#13'ActiveControl'#7#12'MainNotebook'#11'Bo'
|
||||
+'rderStyle'#7#13'bsSizeToolWin'#7'Caption'#6#15'CodeExplorerDlg'#12'ClientHe'
|
||||
+'ight'#3'T'#1#11'ClientWidth'#3'A'#1#8'OnCreate'#7#21'CodeExplorerDlgCreate'
|
||||
+#9'OnDestroy'#7#22'CodeExplorerDlgDestroy'#8'Position'#7#14'poScreenCenter'
|
||||
+#10'LCLVersion'#6#6'0.9.27'#0#9'TNotebook'#12'MainNotebook'#4'Left'#2#0#6'He'
|
||||
+'ight'#3'.'#1#3'Top'#2#0#5'Width'#3'A'#1#5'Align'#7#8'alClient'#20'BorderSpa'
|
||||
+'cing.Bottom'#2#6#9'PageIndex'#2#0#8'TabOrder'#2#0#0#5'TPage'#10'UpdatePage'
|
||||
+#7'Caption'#6#10'UpdatePage'#11'ClientWidth'#3'9'#1#12'ClientHeight'#3#20#1#0
|
||||
+#11'TRadioGroup'#17'RefreshRadioGroup'#4'Left'#2#6#6'Height'#3#144#0#3'Top'#2
|
||||
+'7'#5'Width'#3'-'#1#5'Align'#7#5'alTop'#8'AutoFill'#9#20'BorderSpacing.Aroun'
|
||||
+'d'#2#6#7'Caption'#6#17'RefreshRadioGroup'#28'ChildSizing.LeftRightSpacing'#2
|
||||
+#6#28'ChildSizing.TopBottomSpacing'#2#6#29'ChildSizing.EnlargeHorizontal'#7
|
||||
+#24'crsHomogenousChildResize'#27'ChildSizing.EnlargeVertical'#7#24'crsHomoge'
|
||||
+'nousChildResize'#28'ChildSizing.ShrinkHorizontal'#7#14'crsScaleChilds'#26'C'
|
||||
+'hildSizing.ShrinkVertical'#7#14'crsScaleChilds'#18'ChildSizing.Layout'#7#29
|
||||
+'cclLeftToRightThenTopToBottom'#27'ChildSizing.ControlsPerLine'#2#1#12'Clien'
|
||||
+'tHeight'#2'~'#11'ClientWidth'#3')'#1#13'Items.Strings'#1#6#6'Manual'#6#10'S'
|
||||
+'witchPage'#6#4'Idle'#0#8'TabOrder'#2#0#7'TabStop'#9#0#0#9'TCheckBox'#20'Fol'
|
||||
+'lowCursorCheckBox'#22'AnchorSideLeft.Control'#7#10'UpdatePage'#21'AnchorSid'
|
||||
+'eTop.Control'#7#17'RefreshRadioGroup'#18'AnchorSideTop.Side'#7#9'asrBottom'
|
||||
+#4'Left'#2#6#6'Height'#2' '#3'Top'#3#205#0#5'Width'#3'-'#1#5'Align'#7#5'alTo'
|
||||
+'p'#8'AutoSize'#8#20'BorderSpacing.Around'#2#6#7'Caption'#6#20'FollowCursorC'
|
||||
+'heckBox'#8'TabOrder'#2#1#7'Visible'#8#0#0#11'TRadioGroup'#14'ModeRadioGroup'
|
||||
+#4'Left'#2#6#6'Height'#2'+'#3'Top'#2#6#5'Width'#3'-'#1#5'Align'#7#5'alTop'#8
|
||||
+'AutoFill'#9#20'BorderSpacing.Around'#2#6#7'Caption'#6#14'ModeRadioGroup'#28
|
||||
+'ChildSizing.LeftRightSpacing'#2#6#28'ChildSizing.TopBottomSpacing'#2#6#29'C'
|
||||
+'hildSizing.EnlargeHorizontal'#7#24'crsHomogenousChildResize'#27'ChildSizing'
|
||||
+'.EnlargeVertical'#7#24'crsHomogenousChildResize'#28'ChildSizing.ShrinkHoriz'
|
||||
+'ontal'#7#14'crsScaleChilds'#26'ChildSizing.ShrinkVertical'#7#14'crsScaleChi'
|
||||
+'lds'#18'ChildSizing.Layout'#7#29'cclLeftToRightThenTopToBottom'#27'ChildSiz'
|
||||
+'ing.ControlsPerLine'#2#2#12'ClientHeight'#2#25#11'ClientWidth'#3')'#1#7'Col'
|
||||
+'umns'#2#2#9'ItemIndex'#2#0#13'Items.Strings'#1#6#8'Category'#6#6'Source'#0#8
|
||||
+'TabOrder'#2#2#7'TabStop'#9#0#0#0#5'TPage'#12'CategoryPage'#7'Caption'#6#12
|
||||
+'CategoryPage'#11'ClientWidth'#3'9'#1#12'ClientHeight'#3#4#1#0#11'TCheckGrou'
|
||||
+'p'#20'CategoriesCheckGroup'#4'Left'#2#6#6'Height'#3#248#0#3'Top'#2#6#5'Widt'
|
||||
+'h'#3'-'#1#5'Align'#7#8'alClient'#8'AutoFill'#9#20'BorderSpacing.Around'#2#6
|
||||
+#7'Caption'#6#20'CategoriesCheckGroup'#28'ChildSizing.LeftRightSpacing'#2#6
|
||||
+#28'ChildSizing.TopBottomSpacing'#2#6#29'ChildSizing.EnlargeHorizontal'#7#24
|
||||
+'crsHomogenousChildResize'#27'ChildSizing.EnlargeVertical'#7#24'crsHomogenou'
|
||||
+'sChildResize'#28'ChildSizing.ShrinkHorizontal'#7#14'crsScaleChilds'#26'Chil'
|
||||
+'dSizing.ShrinkVertical'#7#14'crsScaleChilds'#18'ChildSizing.Layout'#7#29'cc'
|
||||
+'lLeftToRightThenTopToBottom'#27'ChildSizing.ControlsPerLine'#2#1#8'TabOrder'
|
||||
+#2#0#0#0#0#0#12'TButtonPanel'#11'ButtonPanel'#4'Left'#2#6#6'Height'#2#26#3'T'
|
||||
+'op'#3'4'#1#5'Width'#3'5'#1#8'TabOrder'#2#1#11'ShowButtons'#11#4'pbOK'#8'pbC'
|
||||
+'ancel'#6'pbHelp'#0#9'ShowBevel'#8#0#0#0
|
||||
]);
|
||||
|
@ -133,13 +133,13 @@ object CodeTemplateDialog: TCodeTemplateDialog
|
||||
AnchorSideRight.Side = asrBottom
|
||||
AnchorSideBottom.Control = FilenameGroupBox
|
||||
Left = 6
|
||||
Height = 246
|
||||
Height = 268
|
||||
Top = 236
|
||||
Width = 485
|
||||
Align = alClient
|
||||
BorderSpacing.Around = 6
|
||||
Caption = 'EditTemplateGroupBox'
|
||||
ClientHeight = 228
|
||||
ClientHeight = 250
|
||||
ClientWidth = 481
|
||||
TabOrder = 2
|
||||
object UseMacrosCheckBox: TCheckBox
|
||||
@ -176,7 +176,7 @@ object CodeTemplateDialog: TCodeTemplateDialog
|
||||
AnchorSideBottom.Control = EditTemplateGroupBox
|
||||
AnchorSideBottom.Side = asrBottom
|
||||
Left = 6
|
||||
Height = 154
|
||||
Height = 176
|
||||
Top = 68
|
||||
Width = 469
|
||||
BorderSpacing.Around = 6
|
||||
@ -189,7 +189,8 @@ object CodeTemplateDialog: TCodeTemplateDialog
|
||||
ParentColor = False
|
||||
ParentFont = False
|
||||
TabOrder = 1
|
||||
Gutter.Width = 55
|
||||
BookMarkOptions.OnChange = nil
|
||||
Gutter.Width = 57
|
||||
Keystrokes = <
|
||||
item
|
||||
Command = 3
|
||||
@ -517,7 +518,7 @@ object CodeTemplateDialog: TCodeTemplateDialog
|
||||
BracketHighlightStyle = sbhsBoth
|
||||
object TSynGutterPartList
|
||||
object TSynGutterMarks
|
||||
Width = 22
|
||||
Width = 23
|
||||
end
|
||||
object TSynGutterLineNumber
|
||||
Width = 17
|
||||
@ -572,11 +573,12 @@ object CodeTemplateDialog: TCodeTemplateDialog
|
||||
end
|
||||
object ButtonPanel: TButtonPanel
|
||||
Left = 6
|
||||
Height = 48
|
||||
Top = 488
|
||||
Height = 26
|
||||
Top = 510
|
||||
Width = 485
|
||||
TabOrder = 3
|
||||
ShowButtons = [pbOK, pbCancel, pbHelp]
|
||||
ShowBevel = False
|
||||
end
|
||||
object ASynPasSyn: TSynFreePascalSyn
|
||||
Enabled = False
|
||||
|
@ -49,9 +49,9 @@ LazarusResources.Add('TCodeTemplateDialog','FORMDATA',[
|
||||
+'AnchorSideTop.Control'#7#17'TemplatesGroupBox'#18'AnchorSideTop.Side'#7#9'a'
|
||||
+'srBottom'#23'AnchorSideRight.Control'#7#5'Owner'#20'AnchorSideRight.Side'#7
|
||||
+#9'asrBottom'#24'AnchorSideBottom.Control'#7#16'FilenameGroupBox'#4'Left'#2#6
|
||||
+#6'Height'#3#246#0#3'Top'#3#236#0#5'Width'#3#229#1#5'Align'#7#8'alClient'#20
|
||||
+#6'Height'#3#12#1#3'Top'#3#236#0#5'Width'#3#229#1#5'Align'#7#8'alClient'#20
|
||||
+'BorderSpacing.Around'#2#6#7'Caption'#6#20'EditTemplateGroupBox'#12'ClientHe'
|
||||
+'ight'#3#228#0#11'ClientWidth'#3#225#1#8'TabOrder'#2#2#0#9'TCheckBox'#17'Use'
|
||||
+'ight'#3#250#0#11'ClientWidth'#3#225#1#8'TabOrder'#2#2#0#9'TCheckBox'#17'Use'
|
||||
+'MacrosCheckBox'#4'Left'#2#6#6'Height'#2#17#3'Top'#2#6#5'Width'#2'y'#20'Bord'
|
||||
+'erSpacing.Bottom'#2#7#7'Caption'#6#17'UseMacrosCheckBox'#8'TabOrder'#2#0#0#0
|
||||
+#7'TButton'#17'InsertMacroButton'#22'AnchorSideLeft.Control'#7#17'UseMacrosC'
|
||||
@ -64,77 +64,77 @@ LazarusResources.Add('TCodeTemplateDialog','FORMDATA',[
|
||||
+#7#23'AutoOnOptionsCheckGroup'#18'AnchorSideTop.Side'#7#9'asrBottom'#23'Anch'
|
||||
+'orSideRight.Control'#7#20'EditTemplateGroupBox'#20'AnchorSideRight.Side'#7#9
|
||||
+'asrBottom'#24'AnchorSideBottom.Control'#7#20'EditTemplateGroupBox'#21'Ancho'
|
||||
+'rSideBottom.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#3#154#0#3'Top'#2'D'#5
|
||||
+'rSideBottom.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#3#176#0#3'Top'#2'D'#5
|
||||
,'Width'#3#213#1#20'BorderSpacing.Around'#2#6#7'Anchors'#11#5'akTop'#6'akLeft'
|
||||
+#7'akRight'#8'akBottom'#0#18'CFDividerDrawLevel'#2#0#11'Font.Height'#2#242#9
|
||||
+'Font.Name'#6#7'courier'#10'Font.Pitch'#7#7'fpFixed'#12'Font.Quality'#7#16'f'
|
||||
+'qNonAntialiased'#11'ParentColor'#8#10'ParentFont'#8#8'TabOrder'#2#1#12'Gutt'
|
||||
+'er.Width'#2'7'#10'Keystrokes'#14#1#7'Command'#2#3#8'ShortCut'#2'&'#0#1#7'Co'
|
||||
+'mmand'#2'g'#8'ShortCut'#3'& '#0#1#7'Command'#3#211#0#8'ShortCut'#3'&@'#0#1#7
|
||||
+'Command'#2#4#8'ShortCut'#2'('#0#1#7'Command'#2'h'#8'ShortCut'#3'( '#0#1#7'C'
|
||||
+'ommand'#3#212#0#8'ShortCut'#3'(@'#0#1#7'Command'#2#1#8'ShortCut'#2'%'#0#1#7
|
||||
+'Command'#2'e'#8'ShortCut'#3'% '#0#1#7'Command'#2#5#8'ShortCut'#3'%@'#0#1#7
|
||||
+'Command'#2'i'#8'ShortCut'#3'%`'#0#1#7'Command'#2#2#8'ShortCut'#2''''#0#1#7
|
||||
+'Command'#2'f'#8'ShortCut'#3''' '#0#1#7'Command'#2#6#8'ShortCut'#3'''@'#0#1#7
|
||||
+'Command'#2'j'#8'ShortCut'#3'''`'#0#1#7'Command'#2#10#8'ShortCut'#2'"'#0#1#7
|
||||
+'Command'#2'n'#8'ShortCut'#3'" '#0#1#7'Command'#2#14#8'ShortCut'#3'"@'#0#1#7
|
||||
+'Command'#2'r'#8'ShortCut'#3'"`'#0#1#7'Command'#2#9#8'ShortCut'#2'!'#0#1#7'C'
|
||||
+'ommand'#2'm'#8'ShortCut'#3'! '#0#1#7'Command'#2#13#8'ShortCut'#3'!@'#0#1#7
|
||||
+'Command'#2'q'#8'ShortCut'#3'!`'#0#1#7'Command'#2#7#8'ShortCut'#2'$'#0#1#7'C'
|
||||
+'ommand'#2'k'#8'ShortCut'#3'$ '#0#1#7'Command'#2#15#8'ShortCut'#3'$@'#0#1#7
|
||||
+'Command'#2's'#8'ShortCut'#3'$`'#0#1#7'Command'#2#8#8'ShortCut'#2'#'#0#1#7'C'
|
||||
+'ommand'#2'l'#8'ShortCut'#3'# '#0#1#7'Command'#2#16#8'ShortCut'#3'#@'#0#1#7
|
||||
+'Command'#2't'#8'ShortCut'#3'#`'#0#1#7'Command'#3#223#0#8'ShortCut'#2'-'#0#1
|
||||
+#7'Command'#3#201#0#8'ShortCut'#3'-@'#0#1#7'Command'#3'\'#2#8'ShortCut'#3'- '
|
||||
+#0#1#7'Command'#3#246#1#8'ShortCut'#2'.'#0#1#7'Command'#3'['#2#8'ShortCut'#3
|
||||
+'. '#0#1#7'Command'#3#245#1#8'ShortCut'#2#8#0#1#7'Command'#3#245#1#8'ShortCu'
|
||||
+'t'#3#8' '#0#1#7'Command'#3#248#1#8'ShortCut'#3#8'@'#0#1#7'Command'#3'Y'#2#8
|
||||
+'ShortCut'#4#8#128#0#0#0#1#7'Command'#3'Z'#2#8'ShortCut'#4#8#160#0#0#0#1#7'C'
|
||||
+'ommand'#3#253#1#8'ShortCut'#2#13#0#1#7'Command'#3#199#0#8'ShortCut'#3'A@'#0
|
||||
+#1#7'Command'#3#201#0#8'ShortCut'#3'C@'#0#1#7'Command'#3'b'#2#8'ShortCut'#3
|
||||
+'I`'#0#1#7'Command'#3#253#1#8'ShortCut'#3'M@'#0#1#7'Command'#3#254#1#8'Short'
|
||||
+'Cut'#3'N@'#0#1#7'Command'#3#247#1#8'ShortCut'#3'T@'#0#1#7'Command'#3'c'#2#8
|
||||
+'ShortCut'#3'U`'#0#1#7'Command'#3'\'#2#8'ShortCut'#3'V@'#0#1#7'Command'#3'['
|
||||
+#2#8'ShortCut'#3'X@'#0#1#7'Command'#3#251#1#8'ShortCut'#3'Y@'#0#1#7'Command'
|
||||
+#3#250#1#8'ShortCut'#3'Y`'#0#1#7'Command'#3'Y'#2#8'ShortCut'#3'Z@'#0#1#7'Com'
|
||||
+'mand'#3'Z'#2#8'ShortCut'#3'Z`'#0#1#7'Command'#3'-'#1#8'ShortCut'#3'0@'#0#1#7
|
||||
+'Command'#3'.'#1#8'ShortCut'#3'1@'#0#1#7'Command'#3'/'#1#8'ShortCut'#3'2@'#0
|
||||
+#1#7'Command'#3'0'#1#8'ShortCut'#3'3@'#0#1#7'Command'#3'1'#1#8'ShortCut'#3'4'
|
||||
+'@'#0#1#7'Command'#3'2'#1#8'ShortCut'#3'5@'#0#1#7'Command'#3'3'#1#8'ShortCut'
|
||||
+#3'6@'#0#1#7'Command'#3'4'#1#8'ShortCut'#3'7@'#0#1#7'Command'#3'5'#1#8'Short'
|
||||
+'Cut'#3'8@'#0#1#7'Command'#3'6'#1#8'ShortCut'#3'9@'#0#1#7'Command'#3'_'#1#8
|
||||
+'ShortCut'#3'0`'#0#1#7'Command'#3'`'#1#8'ShortCut'#3'1`'#0#1#7'Command'#3'a'
|
||||
+#1#8'ShortCut'#3'2`'#0#1#7'Command'#3'b'#1#8'ShortCut'#3'3`'#0#1#7'Command'#3
|
||||
+'c'#1#8'ShortCut'#3'4`'#0#1#7'Command'#3'd'#1#8'ShortCut'#3'5`'#0#1#7'Comman'
|
||||
+'d'#3'e'#1#8'ShortCut'#3'6`'#0#1#7'Command'#3'f'#1#8'ShortCut'#3'7`'#0#1#7'C'
|
||||
+'ommand'#3'g'#1#8'ShortCut'#3'8`'#0#1#7'Command'#3'h'#1#8'ShortCut'#3'9`'#0#1
|
||||
+#7'Command'#3#231#0#8'ShortCut'#3'N`'#0#1#7'Command'#3#232#0#8'ShortCut'#3'C'
|
||||
+'`'#0#1#7'Command'#3#233#0#8'ShortCut'#3'L`'#0#1#7'Command'#3'd'#2#8'ShortCu'
|
||||
+'t'#2#9#0#1#7'Command'#3'e'#2#8'ShortCut'#3#9' '#0#1#7'Command'#3#250#0#8'Sh'
|
||||
+'ortCut'#3'B`'#0#0#13'Lines.Strings'#1#6#15'TemplateSynEdit'#0#21'BracketHig'
|
||||
+'hlightStyle'#7#8'sbhsBoth'#0#18'TSynGutterPartList'#0#0#15'TSynGutterMarks'
|
||||
+#0#5'Width'#2#22#0#0#20'TSynGutterLineNumber'#0#5'Width'#2#17#21'MarkupInfo.'
|
||||
+'Background'#7#9'clBtnFace'#21'MarkupInfo.Foreground'#7#6'clNone'#10'DigitCo'
|
||||
+'unt'#2#2#30'ShowOnlyLineNumbersMultiplesOf'#2#1#9'ZeroStart'#8#12'LeadingZe'
|
||||
+'ros'#8#0#0#17'TSynGutterChanges'#0#5'Width'#2#4#13'ModifiedColor'#4#252#233
|
||||
+#0#0#10'SavedColor'#7#7'clGreen'#0#0#19'TSynGutterSeparator'#0#5'Width'#2#2#0
|
||||
+#0#21'TSynGutterCodeFolding'#0#21'MarkupInfo.Background'#7#6'clNone'#21'Mark'
|
||||
+'upInfo.Foreground'#7#6'clGray'#0#0#0#0#11'TCheckGroup'#23'AutoOnOptionsChec'
|
||||
+'kGroup'#22'AnchorSideLeft.Control'#7#20'EditTemplateGroupBox'#21'AnchorSide'
|
||||
+'Top.Control'#7#17'InsertMacroButton'#18'AnchorSideTop.Side'#7#9'asrBottom'
|
||||
+#23'AnchorSideRight.Control'#7#20'EditTemplateGroupBox'#20'AnchorSideRight.S'
|
||||
+'ide'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2#30#3'Top'#2' '#5'Width'#3#213#1
|
||||
+#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#8'AutoFill'#9#8'AutoSize'#9#20
|
||||
+'BorderSpacing.Around'#2#6#7'Caption'#6#23'AutoOnOptionsCheckGroup'#28'Child'
|
||||
+'Sizing.LeftRightSpacing'#2#6#28'ChildSizing.TopBottomSpacing'#2#6#29'ChildS'
|
||||
+'izing.EnlargeHorizontal'#7#24'crsHomogenousChildResize'#27'ChildSizing.Enla'
|
||||
+'rgeVertical'#7#24'crsHomogenousChildResize'#28'ChildSizing.ShrinkHorizontal'
|
||||
,#7#14'crsScaleChilds'#26'ChildSizing.ShrinkVertical'#7#14'crsScaleChilds'#18
|
||||
+'ChildSizing.Layout'#7#29'cclLeftToRightThenTopToBottom'#27'ChildSizing.Cont'
|
||||
+'rolsPerLine'#2#2#7'Columns'#2#2#21'Constraints.MinHeight'#2#30#8'TabOrder'#2
|
||||
+#3#0#0#0#12'TButtonPanel'#11'ButtonPanel'#4'Left'#2#6#6'Height'#2'0'#3'Top'#3
|
||||
+#232#1#5'Width'#3#229#1#8'TabOrder'#2#3#11'ShowButtons'#11#4'pbOK'#8'pbCance'
|
||||
+'l'#6'pbHelp'#0#0#0#17'TSynFreePascalSyn'#10'ASynPasSyn'#7'Enabled'#8#12'Com'
|
||||
+'pilerMode'#7#9'pcmObjFPC'#14'NestedComments'#9#4'left'#3'0'#1#3'top'#3'X'#1
|
||||
+#0#0#0
|
||||
+'qNonAntialiased'#11'ParentColor'#8#10'ParentFont'#8#8'TabOrder'#2#1#24'Book'
|
||||
+'MarkOptions.OnChange'#13#12'Gutter.Width'#2'9'#10'Keystrokes'#14#1#7'Comman'
|
||||
+'d'#2#3#8'ShortCut'#2'&'#0#1#7'Command'#2'g'#8'ShortCut'#3'& '#0#1#7'Command'
|
||||
+#3#211#0#8'ShortCut'#3'&@'#0#1#7'Command'#2#4#8'ShortCut'#2'('#0#1#7'Command'
|
||||
+#2'h'#8'ShortCut'#3'( '#0#1#7'Command'#3#212#0#8'ShortCut'#3'(@'#0#1#7'Comma'
|
||||
+'nd'#2#1#8'ShortCut'#2'%'#0#1#7'Command'#2'e'#8'ShortCut'#3'% '#0#1#7'Comman'
|
||||
+'d'#2#5#8'ShortCut'#3'%@'#0#1#7'Command'#2'i'#8'ShortCut'#3'%`'#0#1#7'Comman'
|
||||
+'d'#2#2#8'ShortCut'#2''''#0#1#7'Command'#2'f'#8'ShortCut'#3''' '#0#1#7'Comma'
|
||||
+'nd'#2#6#8'ShortCut'#3'''@'#0#1#7'Command'#2'j'#8'ShortCut'#3'''`'#0#1#7'Com'
|
||||
+'mand'#2#10#8'ShortCut'#2'"'#0#1#7'Command'#2'n'#8'ShortCut'#3'" '#0#1#7'Com'
|
||||
+'mand'#2#14#8'ShortCut'#3'"@'#0#1#7'Command'#2'r'#8'ShortCut'#3'"`'#0#1#7'Co'
|
||||
+'mmand'#2#9#8'ShortCut'#2'!'#0#1#7'Command'#2'm'#8'ShortCut'#3'! '#0#1#7'Com'
|
||||
+'mand'#2#13#8'ShortCut'#3'!@'#0#1#7'Command'#2'q'#8'ShortCut'#3'!`'#0#1#7'Co'
|
||||
+'mmand'#2#7#8'ShortCut'#2'$'#0#1#7'Command'#2'k'#8'ShortCut'#3'$ '#0#1#7'Com'
|
||||
+'mand'#2#15#8'ShortCut'#3'$@'#0#1#7'Command'#2's'#8'ShortCut'#3'$`'#0#1#7'Co'
|
||||
+'mmand'#2#8#8'ShortCut'#2'#'#0#1#7'Command'#2'l'#8'ShortCut'#3'# '#0#1#7'Com'
|
||||
+'mand'#2#16#8'ShortCut'#3'#@'#0#1#7'Command'#2't'#8'ShortCut'#3'#`'#0#1#7'Co'
|
||||
+'mmand'#3#223#0#8'ShortCut'#2'-'#0#1#7'Command'#3#201#0#8'ShortCut'#3'-@'#0#1
|
||||
+#7'Command'#3'\'#2#8'ShortCut'#3'- '#0#1#7'Command'#3#246#1#8'ShortCut'#2'.'
|
||||
+#0#1#7'Command'#3'['#2#8'ShortCut'#3'. '#0#1#7'Command'#3#245#1#8'ShortCut'#2
|
||||
+#8#0#1#7'Command'#3#245#1#8'ShortCut'#3#8' '#0#1#7'Command'#3#248#1#8'ShortC'
|
||||
+'ut'#3#8'@'#0#1#7'Command'#3'Y'#2#8'ShortCut'#4#8#128#0#0#0#1#7'Command'#3'Z'
|
||||
+#2#8'ShortCut'#4#8#160#0#0#0#1#7'Command'#3#253#1#8'ShortCut'#2#13#0#1#7'Com'
|
||||
+'mand'#3#199#0#8'ShortCut'#3'A@'#0#1#7'Command'#3#201#0#8'ShortCut'#3'C@'#0#1
|
||||
+#7'Command'#3'b'#2#8'ShortCut'#3'I`'#0#1#7'Command'#3#253#1#8'ShortCut'#3'M@'
|
||||
+#0#1#7'Command'#3#254#1#8'ShortCut'#3'N@'#0#1#7'Command'#3#247#1#8'ShortCut'
|
||||
+#3'T@'#0#1#7'Command'#3'c'#2#8'ShortCut'#3'U`'#0#1#7'Command'#3'\'#2#8'Short'
|
||||
+'Cut'#3'V@'#0#1#7'Command'#3'['#2#8'ShortCut'#3'X@'#0#1#7'Command'#3#251#1#8
|
||||
+'ShortCut'#3'Y@'#0#1#7'Command'#3#250#1#8'ShortCut'#3'Y`'#0#1#7'Command'#3'Y'
|
||||
+#2#8'ShortCut'#3'Z@'#0#1#7'Command'#3'Z'#2#8'ShortCut'#3'Z`'#0#1#7'Command'#3
|
||||
+'-'#1#8'ShortCut'#3'0@'#0#1#7'Command'#3'.'#1#8'ShortCut'#3'1@'#0#1#7'Comman'
|
||||
+'d'#3'/'#1#8'ShortCut'#3'2@'#0#1#7'Command'#3'0'#1#8'ShortCut'#3'3@'#0#1#7'C'
|
||||
+'ommand'#3'1'#1#8'ShortCut'#3'4@'#0#1#7'Command'#3'2'#1#8'ShortCut'#3'5@'#0#1
|
||||
+#7'Command'#3'3'#1#8'ShortCut'#3'6@'#0#1#7'Command'#3'4'#1#8'ShortCut'#3'7@'
|
||||
+#0#1#7'Command'#3'5'#1#8'ShortCut'#3'8@'#0#1#7'Command'#3'6'#1#8'ShortCut'#3
|
||||
+'9@'#0#1#7'Command'#3'_'#1#8'ShortCut'#3'0`'#0#1#7'Command'#3'`'#1#8'ShortCu'
|
||||
+'t'#3'1`'#0#1#7'Command'#3'a'#1#8'ShortCut'#3'2`'#0#1#7'Command'#3'b'#1#8'Sh'
|
||||
+'ortCut'#3'3`'#0#1#7'Command'#3'c'#1#8'ShortCut'#3'4`'#0#1#7'Command'#3'd'#1
|
||||
+#8'ShortCut'#3'5`'#0#1#7'Command'#3'e'#1#8'ShortCut'#3'6`'#0#1#7'Command'#3
|
||||
+'f'#1#8'ShortCut'#3'7`'#0#1#7'Command'#3'g'#1#8'ShortCut'#3'8`'#0#1#7'Comman'
|
||||
+'d'#3'h'#1#8'ShortCut'#3'9`'#0#1#7'Command'#3#231#0#8'ShortCut'#3'N`'#0#1#7
|
||||
+'Command'#3#232#0#8'ShortCut'#3'C`'#0#1#7'Command'#3#233#0#8'ShortCut'#3'L`'
|
||||
+#0#1#7'Command'#3'd'#2#8'ShortCut'#2#9#0#1#7'Command'#3'e'#2#8'ShortCut'#3#9
|
||||
+' '#0#1#7'Command'#3#250#0#8'ShortCut'#3'B`'#0#0#13'Lines.Strings'#1#6#15'Te'
|
||||
+'mplateSynEdit'#0#21'BracketHighlightStyle'#7#8'sbhsBoth'#0#18'TSynGutterPar'
|
||||
+'tList'#0#0#15'TSynGutterMarks'#0#5'Width'#2#23#0#0#20'TSynGutterLineNumber'
|
||||
+#0#5'Width'#2#17#21'MarkupInfo.Background'#7#9'clBtnFace'#21'MarkupInfo.Fore'
|
||||
+'ground'#7#6'clNone'#10'DigitCount'#2#2#30'ShowOnlyLineNumbersMultiplesOf'#2
|
||||
+#1#9'ZeroStart'#8#12'LeadingZeros'#8#0#0#17'TSynGutterChanges'#0#5'Width'#2#4
|
||||
+#13'ModifiedColor'#4#252#233#0#0#10'SavedColor'#7#7'clGreen'#0#0#19'TSynGutt'
|
||||
+'erSeparator'#0#5'Width'#2#2#0#0#21'TSynGutterCodeFolding'#0#21'MarkupInfo.B'
|
||||
+'ackground'#7#6'clNone'#21'MarkupInfo.Foreground'#7#6'clGray'#0#0#0#0#11'TCh'
|
||||
+'eckGroup'#23'AutoOnOptionsCheckGroup'#22'AnchorSideLeft.Control'#7#20'EditT'
|
||||
+'emplateGroupBox'#21'AnchorSideTop.Control'#7#17'InsertMacroButton'#18'Ancho'
|
||||
+'rSideTop.Side'#7#9'asrBottom'#23'AnchorSideRight.Control'#7#20'EditTemplate'
|
||||
+'GroupBox'#20'AnchorSideRight.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2#30
|
||||
+#3'Top'#2' '#5'Width'#3#213#1#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#8
|
||||
+'AutoFill'#9#8'AutoSize'#9#20'BorderSpacing.Around'#2#6#7'Caption'#6#23'Auto'
|
||||
+'OnOptionsCheckGroup'#28'ChildSizing.LeftRightSpacing'#2#6#28'ChildSizing.To'
|
||||
+'pBottomSpacing'#2#6#29'ChildSizing.EnlargeHorizontal'#7#24'crsHomogenousChi'
|
||||
+'ldResize'#27'ChildSizing.EnlargeVertical'#7#24'crsHomogenousChildResize'#28
|
||||
,'ChildSizing.ShrinkHorizontal'#7#14'crsScaleChilds'#26'ChildSizing.ShrinkVer'
|
||||
+'tical'#7#14'crsScaleChilds'#18'ChildSizing.Layout'#7#29'cclLeftToRightThenT'
|
||||
+'opToBottom'#27'ChildSizing.ControlsPerLine'#2#2#7'Columns'#2#2#21'Constrain'
|
||||
+'ts.MinHeight'#2#30#8'TabOrder'#2#3#0#0#0#12'TButtonPanel'#11'ButtonPanel'#4
|
||||
+'Left'#2#6#6'Height'#2#26#3'Top'#3#254#1#5'Width'#3#229#1#8'TabOrder'#2#3#11
|
||||
+'ShowButtons'#11#4'pbOK'#8'pbCancel'#6'pbHelp'#0#9'ShowBevel'#8#0#0#17'TSynF'
|
||||
+'reePascalSyn'#10'ASynPasSyn'#7'Enabled'#8#12'CompilerMode'#7#9'pcmObjFPC'#14
|
||||
+'NestedComments'#9#4'left'#3'0'#1#3'top'#3'X'#1#0#0#0
|
||||
]);
|
||||
|
@ -3,125 +3,45 @@ object CodeToolsDefinesDialog: TCodeToolsDefinesDialog
|
||||
Height = 512
|
||||
Top = 175
|
||||
Width = 540
|
||||
HelpContext = 0
|
||||
ActiveControl = DirectoryCombobox
|
||||
Align = alNone
|
||||
AllowDropFiles = False
|
||||
AutoScroll = True
|
||||
AutoSize = False
|
||||
BorderIcons = [biSystemMenu, biMinimize, biMaximize]
|
||||
BorderStyle = bsSizeable
|
||||
Caption = 'CodeToolsDefinesDialog'
|
||||
ChildSizing.LeftRightSpacing = 0
|
||||
ChildSizing.TopBottomSpacing = 0
|
||||
ChildSizing.HorizontalSpacing = 0
|
||||
ChildSizing.VerticalSpacing = 0
|
||||
ChildSizing.ControlsPerLine = 0
|
||||
ClientHeight = 512
|
||||
ClientWidth = 540
|
||||
DockSite = False
|
||||
DragKind = dkDrag
|
||||
DragMode = dmManual
|
||||
Enabled = True
|
||||
Font.Height = 0
|
||||
Font.Style = []
|
||||
FormStyle = fsNormal
|
||||
OnClose = CodeToolsDefinesDialogCLOSE
|
||||
OnCreate = CodeToolsDefinesDialogCREATE
|
||||
OnDestroy = FormDestroy
|
||||
ParentBiDiMode = True
|
||||
ParentFont = False
|
||||
Position = poDesigned
|
||||
ShowInTaskBar = stDefault
|
||||
UseDockManager = False
|
||||
LCLVersion = '0.9.27'
|
||||
WindowState = wsNormal
|
||||
object DirectoryGroupbox: TGroupBox
|
||||
AnchorSideLeft.Control = Owner
|
||||
AnchorSideTop.Control = Owner
|
||||
AnchorSideRight.Control = Owner
|
||||
Left = 6
|
||||
Height = 60
|
||||
Height = 53
|
||||
Top = 6
|
||||
Width = 528
|
||||
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 = 'DirectoryGroupbox'
|
||||
ChildSizing.LeftRightSpacing = 0
|
||||
ChildSizing.TopBottomSpacing = 0
|
||||
ChildSizing.HorizontalSpacing = 0
|
||||
ChildSizing.VerticalSpacing = 0
|
||||
ChildSizing.ControlsPerLine = 0
|
||||
ClientHeight = 41
|
||||
ClientHeight = 35
|
||||
ClientWidth = 524
|
||||
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
|
||||
object DirectoryCombobox: TComboBox
|
||||
AnchorSideLeft.Control = DirectoryGroupbox
|
||||
AnchorSideTop.Control = DirectoryGroupbox
|
||||
AnchorSideRight.Control = DirectoryBrowseButton
|
||||
Left = 6
|
||||
Height = 29
|
||||
Height = 21
|
||||
Top = 6
|
||||
Width = 483
|
||||
HelpContext = 0
|
||||
TabStop = True
|
||||
Align = alNone
|
||||
Width = 472
|
||||
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 = 6
|
||||
BorderSpacing.CellAlignHorizontal = ccaFill
|
||||
BorderSpacing.CellAlignVertical = ccaFill
|
||||
CharCase = ecNormal
|
||||
Ctl3D = False
|
||||
DragCursor = crDrag
|
||||
DragMode = dmManual
|
||||
DropDownCount = 8
|
||||
Enabled = True
|
||||
ItemHeight = 0
|
||||
ItemIndex = -1
|
||||
ItemHeight = 13
|
||||
ItemWidth = 0
|
||||
MaxLength = 0
|
||||
OnChange = DirectoryComboboxCHANGE
|
||||
ParentBidiMode = True
|
||||
ParentColor = False
|
||||
ParentCtl3D = False
|
||||
ParentFont = True
|
||||
ParentShowHint = True
|
||||
Sorted = False
|
||||
Style = csDropDown
|
||||
TabOrder = 0
|
||||
Text = 'DirectoryCombobox'
|
||||
Visible = True
|
||||
end
|
||||
object DirectoryBrowseButton: TButton
|
||||
AnchorSideTop.Control = DirectoryCombobox
|
||||
@ -129,151 +49,61 @@ object CodeToolsDefinesDialog: TCodeToolsDefinesDialog
|
||||
AnchorSideRight.Side = asrBottom
|
||||
AnchorSideBottom.Control = DirectoryCombobox
|
||||
AnchorSideBottom.Side = asrBottom
|
||||
Left = 495
|
||||
Height = 29
|
||||
Left = 484
|
||||
Height = 21
|
||||
Top = 6
|
||||
Width = 24
|
||||
HelpContext = 0
|
||||
Align = alNone
|
||||
Width = 35
|
||||
Anchors = [akTop, akRight, akBottom]
|
||||
AutoSize = True
|
||||
BorderSpacing.Left = 0
|
||||
BorderSpacing.Top = 0
|
||||
BorderSpacing.Right = 5
|
||||
BorderSpacing.Bottom = 0
|
||||
BorderSpacing.Around = 0
|
||||
BorderSpacing.CellAlignHorizontal = ccaFill
|
||||
BorderSpacing.CellAlignVertical = ccaFill
|
||||
Cancel = False
|
||||
Caption = '...'
|
||||
Default = False
|
||||
DragCursor = crDrag
|
||||
DragMode = dmManual
|
||||
Enabled = True
|
||||
ParentBidiMode = True
|
||||
ModalResult = 0
|
||||
OnClick = DirectoryBrowseButtonCLICK
|
||||
ParentFont = True
|
||||
ParentShowHint = True
|
||||
TabOrder = 1
|
||||
TabStop = True
|
||||
Visible = True
|
||||
end
|
||||
end
|
||||
object ValuesListview: TListView
|
||||
Left = 6
|
||||
Height = 249
|
||||
Top = 72
|
||||
Height = 269
|
||||
Top = 65
|
||||
Width = 296
|
||||
HelpContext = 0
|
||||
Align = alLeft
|
||||
BorderSpacing.Left = 0
|
||||
BorderSpacing.Top = 0
|
||||
BorderSpacing.Right = 0
|
||||
BorderSpacing.Bottom = 0
|
||||
BorderSpacing.Around = 6
|
||||
BorderSpacing.CellAlignHorizontal = ccaFill
|
||||
BorderSpacing.CellAlignVertical = ccaFill
|
||||
BorderWidth = 0
|
||||
Checkboxes = False
|
||||
Columns = <>
|
||||
ColumnClick = True
|
||||
DragCursor = crDrag
|
||||
DragMode = dmManual
|
||||
Enabled = True
|
||||
HideSelection = True
|
||||
MultiSelect = False
|
||||
ParentShowHint = True
|
||||
ReadOnly = False
|
||||
RowSelect = False
|
||||
ScrollBars = ssBoth
|
||||
ShowColumnHeaders = True
|
||||
SortColumn = 0
|
||||
SortType = stNone
|
||||
TabStop = True
|
||||
TabOrder = 1
|
||||
ToolTips = True
|
||||
Visible = True
|
||||
ViewStyle = vsReport
|
||||
OnSelectItem = ValuesListviewSELECTITEM
|
||||
end
|
||||
object ValueGroupbox: TGroupBox
|
||||
Left = 6
|
||||
Height = 123
|
||||
Top = 338
|
||||
Top = 351
|
||||
Width = 528
|
||||
HelpContext = 0
|
||||
Align = alBottom
|
||||
Anchors = [akLeft, akBottom]
|
||||
AutoSize = False
|
||||
BorderSpacing.Left = 0
|
||||
BorderSpacing.Top = 0
|
||||
BorderSpacing.Right = 0
|
||||
BorderSpacing.Bottom = 0
|
||||
BorderSpacing.Around = 6
|
||||
BorderSpacing.CellAlignHorizontal = ccaFill
|
||||
BorderSpacing.CellAlignVertical = ccaFill
|
||||
Caption = 'Value'
|
||||
ChildSizing.LeftRightSpacing = 0
|
||||
ChildSizing.TopBottomSpacing = 0
|
||||
ChildSizing.HorizontalSpacing = 0
|
||||
ChildSizing.VerticalSpacing = 0
|
||||
ChildSizing.ControlsPerLine = 0
|
||||
ClientHeight = 104
|
||||
ClientHeight = 105
|
||||
ClientWidth = 524
|
||||
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 = False
|
||||
Visible = True
|
||||
object ValueSynedit: TSynEdit
|
||||
Tag = 0
|
||||
Left = 6
|
||||
Height = 92
|
||||
Height = 93
|
||||
Top = 6
|
||||
Width = 512
|
||||
HelpContext = 0
|
||||
Align = alClient
|
||||
BlockIndent = 2
|
||||
BorderSpacing.Left = 0
|
||||
BorderSpacing.Top = 0
|
||||
BorderSpacing.Right = 0
|
||||
BorderSpacing.Bottom = 0
|
||||
BorderSpacing.Around = 6
|
||||
BorderSpacing.CellAlignHorizontal = ccaFill
|
||||
BorderSpacing.CellAlignVertical = ccaFill
|
||||
Color = clWhite
|
||||
CFDividerDrawLevel = 0
|
||||
Ctl3D = False
|
||||
Enabled = True
|
||||
Font.Height = -15
|
||||
Font.Name = 'courier'
|
||||
Font.Pitch = fpFixed
|
||||
Font.Quality = fqNonAntialiased
|
||||
Font.Style = []
|
||||
ParentColor = False
|
||||
ParentCtl3D = False
|
||||
ParentFont = False
|
||||
ParentShowHint = True
|
||||
TabOrder = 0
|
||||
Visible = True
|
||||
BookMarkOptions.Xoffset = -18
|
||||
BorderStyle = bsSingle
|
||||
ExtraCharSpacing = 0
|
||||
ExtraLineSpacing = 0
|
||||
BookMarkOptions.OnChange = nil
|
||||
Gutter.Visible = False
|
||||
HideSelection = False
|
||||
InsertCaret = ctVerticalLine
|
||||
InsertMode = True
|
||||
Gutter.Width = 0
|
||||
Keystrokes = <
|
||||
item
|
||||
Command = 3
|
||||
@ -598,122 +428,64 @@ object CodeToolsDefinesDialog: TCodeToolsDefinesDialog
|
||||
Lines.Strings = (
|
||||
'ValueSynedit'
|
||||
)
|
||||
MaxLeftChar = 1024
|
||||
MaxUndo = 1024
|
||||
Options = [eoAutoIndent, eoDragDropEditing, eoScrollPastEol, eoShowScrollHint, eoSmartTabs, eoTabsToSpaces, eoTrimTrailingSpaces, eoBracketHighlight, eoShowCtrlMouseLinks]
|
||||
Options2 = []
|
||||
OverwriteCaret = ctBlock
|
||||
ReadOnly = True
|
||||
RightEdge = 80
|
||||
RightEdgeColor = clSilver
|
||||
ScrollBars = ssBoth
|
||||
SelectionMode = smNormal
|
||||
TabWidth = 8
|
||||
WantTabs = False
|
||||
BracketHighlightStyle = sbhsBoth
|
||||
object TSynGutterPartList
|
||||
object TSynGutterMarks
|
||||
Width = 23
|
||||
end
|
||||
object TSynGutterLineNumber
|
||||
Width = 17
|
||||
MarkupInfo.Background = clBtnFace
|
||||
MarkupInfo.Foreground = clNone
|
||||
DigitCount = 2
|
||||
ShowOnlyLineNumbersMultiplesOf = 1
|
||||
ZeroStart = False
|
||||
LeadingZeros = False
|
||||
end
|
||||
object TSynGutterChanges
|
||||
Width = 4
|
||||
ModifiedColor = 59900
|
||||
SavedColor = clGreen
|
||||
end
|
||||
object TSynGutterSeparator
|
||||
Width = 2
|
||||
end
|
||||
object TSynGutterCodeFolding
|
||||
MarkupInfo.Background = clNone
|
||||
MarkupInfo.Foreground = clGray
|
||||
end
|
||||
end
|
||||
end
|
||||
end
|
||||
object MainSplitter: TSplitter
|
||||
Cursor = crHSplit
|
||||
Left = 308
|
||||
Height = 255
|
||||
Top = 72
|
||||
Height = 275
|
||||
Top = 65
|
||||
Width = 4
|
||||
HelpContext = 0
|
||||
Align = alLeft
|
||||
AutoSnap = True
|
||||
Beveled = False
|
||||
MinSize = 30
|
||||
ParentColor = True
|
||||
ParentShowHint = True
|
||||
ResizeAnchor = akLeft
|
||||
ResizeStyle = rsUpdate
|
||||
Visible = True
|
||||
end
|
||||
object TemplatesGroupBox: TGroupBox
|
||||
Left = 318
|
||||
Height = 249
|
||||
Top = 72
|
||||
Height = 269
|
||||
Top = 65
|
||||
Width = 216
|
||||
HelpContext = 0
|
||||
Align = alClient
|
||||
AutoSize = False
|
||||
BorderSpacing.Left = 0
|
||||
BorderSpacing.Top = 0
|
||||
BorderSpacing.Right = 0
|
||||
BorderSpacing.Bottom = 0
|
||||
BorderSpacing.Around = 6
|
||||
BorderSpacing.CellAlignHorizontal = ccaFill
|
||||
BorderSpacing.CellAlignVertical = ccaFill
|
||||
Caption = 'TemplatesGroupBox'
|
||||
ChildSizing.LeftRightSpacing = 0
|
||||
ChildSizing.TopBottomSpacing = 0
|
||||
ChildSizing.HorizontalSpacing = 0
|
||||
ChildSizing.VerticalSpacing = 0
|
||||
ChildSizing.ControlsPerLine = 0
|
||||
ClientHeight = 230
|
||||
ClientHeight = 251
|
||||
ClientWidth = 212
|
||||
Ctl3D = False
|
||||
DockSite = False
|
||||
DragCursor = crDrag
|
||||
DragKind = dkDrag
|
||||
DragMode = dmManual
|
||||
Enabled = True
|
||||
ParentBidiMode = True
|
||||
ParentColor = True
|
||||
ParentCtl3D = True
|
||||
ParentFont = True
|
||||
ParentShowHint = True
|
||||
TabOrder = 3
|
||||
TabStop = False
|
||||
Visible = True
|
||||
object ParsedTemplatesTreeView: TTreeView
|
||||
Tag = 0
|
||||
Left = 6
|
||||
Height = 122
|
||||
Top = 6
|
||||
Width = 200
|
||||
HelpContext = 0
|
||||
Align = alTop
|
||||
AutoExpand = False
|
||||
BorderSpacing.Left = 0
|
||||
BorderSpacing.Top = 0
|
||||
BorderSpacing.Right = 0
|
||||
BorderSpacing.Bottom = 0
|
||||
BorderSpacing.Around = 6
|
||||
BorderSpacing.CellAlignHorizontal = ccaFill
|
||||
BorderSpacing.CellAlignVertical = ccaFill
|
||||
BackgroundColor = clWindow
|
||||
BorderStyle = bsSingle
|
||||
BorderWidth = 0
|
||||
Ctl3D = False
|
||||
DefaultItemHeight = 19
|
||||
DragKind = dkDrag
|
||||
DragCursor = crDrag
|
||||
DragMode = dmManual
|
||||
Enabled = True
|
||||
ExpandSignType = tvestPlusMinus
|
||||
HideSelection = True
|
||||
HotTrack = False
|
||||
Indent = 15
|
||||
ParentCtl3D = True
|
||||
ParentFont = True
|
||||
ParentShowHint = True
|
||||
ReadOnly = False
|
||||
RightClickSelect = False
|
||||
RowSelect = False
|
||||
ScrollBars = ssBoth
|
||||
SelectionColor = clHighlight
|
||||
ShowButtons = True
|
||||
ShowLines = True
|
||||
ShowRoot = True
|
||||
SortType = stNone
|
||||
DefaultItemHeight = 15
|
||||
TabOrder = 0
|
||||
ToolTips = True
|
||||
Visible = True
|
||||
OnSelectionChanged = ParsedTemplatesTreeViewSelectionChanged
|
||||
Options = [tvoAutoItemHeight, tvoHideSelection, tvoKeepCollapsedNodes, tvoShowButtons, tvoShowLines, tvoShowRoot, tvoToolTips]
|
||||
TreeLineColor = clWindowFrame
|
||||
ExpandSignColor = clWindowFrame
|
||||
end
|
||||
object TemplatesSplitter: TSplitter
|
||||
Cursor = crVSplit
|
||||
@ -721,80 +493,38 @@ object CodeToolsDefinesDialog: TCodeToolsDefinesDialog
|
||||
Height = 5
|
||||
Top = 134
|
||||
Width = 212
|
||||
HelpContext = 0
|
||||
Align = alTop
|
||||
AutoSnap = True
|
||||
Beveled = False
|
||||
MinSize = 30
|
||||
ParentColor = True
|
||||
ParentShowHint = True
|
||||
ResizeAnchor = akTop
|
||||
ResizeStyle = rsUpdate
|
||||
Visible = True
|
||||
end
|
||||
object TemplatesMemo: TMemo
|
||||
Left = 6
|
||||
Height = 79
|
||||
Height = 100
|
||||
Top = 145
|
||||
Width = 200
|
||||
HelpContext = 0
|
||||
Align = alClient
|
||||
Alignment = taLeftJustify
|
||||
BorderSpacing.Left = 0
|
||||
BorderSpacing.Top = 0
|
||||
BorderSpacing.Right = 0
|
||||
BorderSpacing.Bottom = 0
|
||||
BorderSpacing.Around = 6
|
||||
BorderSpacing.CellAlignHorizontal = ccaFill
|
||||
BorderSpacing.CellAlignVertical = ccaFill
|
||||
DragCursor = crDrag
|
||||
DragMode = dmManual
|
||||
Enabled = True
|
||||
Lines.Strings = (
|
||||
'Memo1'
|
||||
)
|
||||
MaxLength = -1
|
||||
ParentBidiMode = True
|
||||
ParentFont = True
|
||||
ReadOnly = False
|
||||
ScrollBars = ssNone
|
||||
TabOrder = 1
|
||||
TabStop = True
|
||||
Visible = True
|
||||
WantReturns = True
|
||||
WantTabs = False
|
||||
end
|
||||
end
|
||||
object ButtonPanel: TButtonPanel
|
||||
Left = 6
|
||||
Height = 45
|
||||
Top = 467
|
||||
Height = 26
|
||||
Top = 480
|
||||
Width = 528
|
||||
HelpContext = 0
|
||||
Align = alBottom
|
||||
AutoSize = False
|
||||
ButtonOrder = boDefault
|
||||
TabOrder = 5
|
||||
DefaultButton = pbOK
|
||||
ShowButtons = [pbOK, pbHelp]
|
||||
ShowGlyphs = [pbOK, pbCancel, pbClose, pbHelp]
|
||||
Visible = True
|
||||
ShowBevel = False
|
||||
end
|
||||
object Splitter1: TSplitter
|
||||
Cursor = crVSplit
|
||||
Left = 0
|
||||
Height = 5
|
||||
Top = 327
|
||||
Top = 340
|
||||
Width = 540
|
||||
HelpContext = 0
|
||||
Align = alBottom
|
||||
AutoSnap = True
|
||||
Beveled = False
|
||||
MinSize = 30
|
||||
ParentColor = True
|
||||
ParentShowHint = True
|
||||
ResizeAnchor = akBottom
|
||||
ResizeStyle = rsUpdate
|
||||
Visible = True
|
||||
end
|
||||
end
|
||||
|
@ -2,108 +2,52 @@
|
||||
|
||||
LazarusResources.Add('TCodeToolsDefinesDialog','FORMDATA',[
|
||||
'TPF0'#23'TCodeToolsDefinesDialog'#22'CodeToolsDefinesDialog'#4'Left'#3'_'#1#6
|
||||
+'Height'#3#0#2#3'Top'#3#175#0#5'Width'#3#28#2#11'HelpContext'#2#0#13'ActiveC'
|
||||
+'ontrol'#7#17'DirectoryCombobox'#5'Align'#7#6'alNone'#14'AllowDropFiles'#8#10
|
||||
+'AutoScroll'#9#8'AutoSize'#8#11'BorderIcons'#11#12'biSystemMenu'#10'biMinimi'
|
||||
+'ze'#10'biMaximize'#0#11'BorderStyle'#7#10'bsSizeable'#7'Caption'#6#22'CodeT'
|
||||
+'oolsDefinesDialog'#28'ChildSizing.LeftRightSpacing'#2#0#28'ChildSizing.TopB'
|
||||
+'ottomSpacing'#2#0#29'ChildSizing.HorizontalSpacing'#2#0#27'ChildSizing.Vert'
|
||||
+'icalSpacing'#2#0#27'ChildSizing.ControlsPerLine'#2#0#12'ClientHeight'#3#0#2
|
||||
+#11'ClientWidth'#3#28#2#8'DockSite'#8#8'DragKind'#7#6'dkDrag'#8'DragMode'#7#8
|
||||
+'dmManual'#7'Enabled'#9#11'Font.Height'#2#0#10'Font.Style'#11#0#9'FormStyle'
|
||||
+#7#8'fsNormal'#7'OnClose'#7#27'CodeToolsDefinesDialogCLOSE'#8'OnCreate'#7#28
|
||||
+'CodeToolsDefinesDialogCREATE'#9'OnDestroy'#7#11'FormDestroy'#14'ParentBiDiM'
|
||||
+'ode'#9#10'ParentFont'#8#8'Position'#7#10'poDesigned'#13'ShowInTaskBar'#7#9
|
||||
+'stDefault'#14'UseDockManager'#8#10'LCLVersion'#6#6'0.9.27'#11'WindowState'#7
|
||||
+#8'wsNormal'#0#9'TGroupBox'#17'DirectoryGroupbox'#22'AnchorSideLeft.Control'
|
||||
+#7#5'Owner'#21'AnchorSideTop.Control'#7#5'Owner'#23'AnchorSideRight.Control'
|
||||
+#7#5'Owner'#4'Left'#2#6#6'Height'#2'<'#3'Top'#2#6#5'Width'#3#16#2#11'HelpCon'
|
||||
+'text'#2#0#5'Align'#7#5'alTop'#8'AutoSize'#9#18'BorderSpacing.Left'#2#0#17'B'
|
||||
+'orderSpacing.Top'#2#0#19'BorderSpacing.Right'#2#0#20'BorderSpacing.Bottom'#2
|
||||
+#0#20'BorderSpacing.Around'#2#6'!BorderSpacing.CellAlignHorizontal'#7#7'ccaF'
|
||||
+'ill'#31'BorderSpacing.CellAlignVertical'#7#7'ccaFill'#7'Caption'#6#17'Direc'
|
||||
+'toryGroupbox'#28'ChildSizing.LeftRightSpacing'#2#0#28'ChildSizing.TopBottom'
|
||||
+'Spacing'#2#0#29'ChildSizing.HorizontalSpacing'#2#0#27'ChildSizing.VerticalS'
|
||||
+'pacing'#2#0#27'ChildSizing.ControlsPerLine'#2#0#12'ClientHeight'#2')'#11'Cl'
|
||||
+'ientWidth'#3#12#2#5'Ctl3D'#8#8'DockSite'#8#10'DragCursor'#7#6'crDrag'#8'Dra'
|
||||
+'gKind'#7#6'dkDrag'#8'DragMode'#7#8'dmManual'#7'Enabled'#9#14'ParentBidiMode'
|
||||
+#9#11'ParentColor'#9#11'ParentCtl3D'#8#10'ParentFont'#9#14'ParentShowHint'#9
|
||||
+#8'TabOrder'#2#0#7'TabStop'#8#7'Visible'#9#0#9'TComboBox'#17'DirectoryCombob'
|
||||
+'ox'#22'AnchorSideLeft.Control'#7#17'DirectoryGroupbox'#21'AnchorSideTop.Con'
|
||||
+'trol'#7#17'DirectoryGroupbox'#23'AnchorSideRight.Control'#7#21'DirectoryBro'
|
||||
+'wseButton'#4'Left'#2#6#6'Height'#2#29#3'Top'#2#6#5'Width'#3#227#1#11'HelpCo'
|
||||
+'ntext'#2#0#7'TabStop'#9#5'Align'#7#6'alNone'#7'Anchors'#11#5'akTop'#6'akLef'
|
||||
+'t'#7'akRight'#0#21'ArrowKeysTraverseList'#9#12'AutoComplete'#8#16'AutoCompl'
|
||||
+'eteText'#11#22'cbactEndOfLineComplete'#20'cbactSearchAscending'#0#12'AutoDr'
|
||||
+'opDown'#8#10'AutoSelect'#8#8'AutoSize'#9#18'BorderSpacing.Left'#2#0#17'Bord'
|
||||
+'erSpacing.Top'#2#0#19'BorderSpacing.Right'#2#0#20'BorderSpacing.Bottom'#2#0
|
||||
+#20'BorderSpacing.Around'#2#6'!BorderSpacing.CellAlignHorizontal'#7#7'ccaFil'
|
||||
+'l'#31'BorderSpacing.CellAlignVertical'#7#7'ccaFill'#8'CharCase'#7#8'ecNorma'
|
||||
+'l'#5'Ctl3D'#8#10'DragCursor'#7#6'crDrag'#8'DragMode'#7#8'dmManual'#13'DropD'
|
||||
+'ownCount'#2#8#7'Enabled'#9#10'ItemHeight'#2#0#9'ItemIndex'#2#255#9'ItemWidt'
|
||||
+'h'#2#0#9'MaxLength'#2#0#8'OnChange'#7#23'DirectoryComboboxCHANGE'#14'Parent'
|
||||
+'BidiMode'#9#11'ParentColor'#8#11'ParentCtl3D'#8#10'ParentFont'#9#14'ParentS'
|
||||
+'howHint'#9#6'Sorted'#8#5'Style'#7#10'csDropDown'#8'TabOrder'#2#0#4'Text'#6
|
||||
+#17'DirectoryCombobox'#7'Visible'#9#0#0#7'TButton'#21'DirectoryBrowseButton'
|
||||
+#21'AnchorSideTop.Control'#7#17'DirectoryCombobox'#23'AnchorSideRight.Contro'
|
||||
+'l'#7#17'DirectoryGroupbox'#20'AnchorSideRight.Side'#7#9'asrBottom'#24'Ancho'
|
||||
+'rSideBottom.Control'#7#17'DirectoryCombobox'#21'AnchorSideBottom.Side'#7#9
|
||||
+'asrBottom'#4'Left'#3#239#1#6'Height'#2#29#3'Top'#2#6#5'Width'#2#24#11'HelpC'
|
||||
+'ontext'#2#0#5'Align'#7#6'alNone'#7'Anchors'#11#5'akTop'#7'akRight'#8'akBott'
|
||||
+'om'#0#8'AutoSize'#9#18'BorderSpacing.Left'#2#0#17'BorderSpacing.Top'#2#0#19
|
||||
+'BorderSpacing.Right'#2#5#20'BorderSpacing.Bottom'#2#0#20'BorderSpacing.Arou'
|
||||
+'nd'#2#0'!BorderSpacing.CellAlignHorizontal'#7#7'ccaFill'#31'BorderSpacing.C'
|
||||
+'ellAlignVertical'#7#7'ccaFill'#6'Cancel'#8#7'Caption'#6#3'...'#7'Default'#8
|
||||
+#10'DragCursor'#7#6'crDrag'#8'DragMode'#7#8'dmManual'#7'Enabled'#9#14'Parent'
|
||||
+'BidiMode'#9#11'ModalResult'#2#0#7'OnClick'#7#26'DirectoryBrowseButtonCLICK'
|
||||
+#10'ParentFont'#9#14'ParentShowHint'#9#8'TabOrder'#2#1#7'TabStop'#9#7'Visibl'
|
||||
+'e'#9#0#0#0#9'TListView'#14'ValuesListview'#4'Left'#2#6#6'Height'#3#249#0#3
|
||||
+'Top'#2'H'#5'Width'#3'('#1#11'HelpContext'#2#0#5'Align'#7#6'alLeft'#18'Borde'
|
||||
+'rSpacing.Left'#2#0#17'BorderSpacing.Top'#2#0#19'BorderSpacing.Right'#2#0#20
|
||||
+'BorderSpacing.Bottom'#2#0#20'BorderSpacing.Around'#2#6'!BorderSpacing.CellA'
|
||||
+'lignHorizontal'#7#7'ccaFill'#31'BorderSpacing.CellAlignVertical'#7#7'ccaFil'
|
||||
+'l'#11'BorderWidth'#2#0#10'Checkboxes'#8#7'Columns'#14#0#11'ColumnClick'#9#10
|
||||
+'DragCursor'#7#6'crDrag'#8'DragMode'#7#8'dmManual'#7'Enabled'#9#13'HideSelec'
|
||||
+'tion'#9#11'MultiSelect'#8#14'ParentShowHint'#9#8'ReadOnly'#8#9'RowSelect'#8
|
||||
,#10'ScrollBars'#7#6'ssBoth'#17'ShowColumnHeaders'#9#10'SortColumn'#2#0#8'Sor'
|
||||
+'tType'#7#6'stNone'#7'TabStop'#9#8'TabOrder'#2#1#8'ToolTips'#9#7'Visible'#9#9
|
||||
+'ViewStyle'#7#8'vsReport'#12'OnSelectItem'#7#24'ValuesListviewSELECTITEM'#0#0
|
||||
+#9'TGroupBox'#13'ValueGroupbox'#4'Left'#2#6#6'Height'#2'{'#3'Top'#3'R'#1#5'W'
|
||||
+'idth'#3#16#2#11'HelpContext'#2#0#5'Align'#7#8'alBottom'#7'Anchors'#11#6'akL'
|
||||
+'eft'#8'akBottom'#0#8'AutoSize'#8#18'BorderSpacing.Left'#2#0#17'BorderSpacin'
|
||||
+'g.Top'#2#0#19'BorderSpacing.Right'#2#0#20'BorderSpacing.Bottom'#2#0#20'Bord'
|
||||
+'erSpacing.Around'#2#6'!BorderSpacing.CellAlignHorizontal'#7#7'ccaFill'#31'B'
|
||||
+'orderSpacing.CellAlignVertical'#7#7'ccaFill'#7'Caption'#6#5'Value'#28'Child'
|
||||
+'Sizing.LeftRightSpacing'#2#0#28'ChildSizing.TopBottomSpacing'#2#0#29'ChildS'
|
||||
+'izing.HorizontalSpacing'#2#0#27'ChildSizing.VerticalSpacing'#2#0#27'ChildSi'
|
||||
+'zing.ControlsPerLine'#2#0#12'ClientHeight'#2'h'#11'ClientWidth'#3#12#2#5'Ct'
|
||||
+'l3D'#8#8'DockSite'#8#10'DragCursor'#7#6'crDrag'#8'DragKind'#7#6'dkDrag'#8'D'
|
||||
+'ragMode'#7#8'dmManual'#7'Enabled'#9#14'ParentBidiMode'#9#11'ParentColor'#9
|
||||
+#11'ParentCtl3D'#8#10'ParentFont'#9#14'ParentShowHint'#9#8'TabOrder'#2#2#7'T'
|
||||
+'abStop'#8#7'Visible'#9#0#8'TSynEdit'#12'ValueSynedit'#3'Tag'#2#0#4'Left'#2#6
|
||||
+#6'Height'#2'\'#3'Top'#2#6#5'Width'#3#0#2#11'HelpContext'#2#0#5'Align'#7#8'a'
|
||||
+'lClient'#11'BlockIndent'#2#2#18'BorderSpacing.Left'#2#0#17'BorderSpacing.To'
|
||||
+'p'#2#0#19'BorderSpacing.Right'#2#0#20'BorderSpacing.Bottom'#2#0#20'BorderSp'
|
||||
+'acing.Around'#2#6'!BorderSpacing.CellAlignHorizontal'#7#7'ccaFill'#31'Borde'
|
||||
+'rSpacing.CellAlignVertical'#7#7'ccaFill'#5'Color'#7#7'clWhite'#18'CFDivider'
|
||||
+'DrawLevel'#2#0#5'Ctl3D'#8#7'Enabled'#9#11'Font.Height'#2#241#9'Font.Name'#6
|
||||
+#7'courier'#10'Font.Pitch'#7#7'fpFixed'#12'Font.Quality'#7#16'fqNonAntialias'
|
||||
+'ed'#10'Font.Style'#11#0#11'ParentColor'#8#11'ParentCtl3D'#8#10'ParentFont'#8
|
||||
+#14'ParentShowHint'#9#8'TabOrder'#2#0#7'Visible'#9#23'BookMarkOptions.Xoffse'
|
||||
+'t'#2#238#11'BorderStyle'#7#8'bsSingle'#16'ExtraCharSpacing'#2#0#16'ExtraLin'
|
||||
+'eSpacing'#2#0#14'Gutter.Visible'#8#13'HideSelection'#8#11'InsertCaret'#7#14
|
||||
+'ctVerticalLine'#10'InsertMode'#9#10'Keystrokes'#14#1#7'Command'#2#3#8'Short'
|
||||
+'Cut'#2'&'#0#1#7'Command'#2'g'#8'ShortCut'#3'& '#0#1#7'Command'#3#211#0#8'Sh'
|
||||
+'ortCut'#3'&@'#0#1#7'Command'#2#4#8'ShortCut'#2'('#0#1#7'Command'#2'h'#8'Sho'
|
||||
+'rtCut'#3'( '#0#1#7'Command'#3#212#0#8'ShortCut'#3'(@'#0#1#7'Command'#2#1#8
|
||||
+'ShortCut'#2'%'#0#1#7'Command'#2'e'#8'ShortCut'#3'% '#0#1#7'Command'#2#5#8'S'
|
||||
+'hortCut'#3'%@'#0#1#7'Command'#2'i'#8'ShortCut'#3'%`'#0#1#7'Command'#2#2#8'S'
|
||||
+'hortCut'#2''''#0#1#7'Command'#2'f'#8'ShortCut'#3''' '#0#1#7'Command'#2#6#8
|
||||
+'ShortCut'#3'''@'#0#1#7'Command'#2'j'#8'ShortCut'#3'''`'#0#1#7'Command'#2#10
|
||||
+#8'ShortCut'#2'"'#0#1#7'Command'#2'n'#8'ShortCut'#3'" '#0#1#7'Command'#2#14#8
|
||||
+'ShortCut'#3'"@'#0#1#7'Command'#2'r'#8'ShortCut'#3'"`'#0#1#7'Command'#2#9#8
|
||||
+'ShortCut'#2'!'#0#1#7'Command'#2'm'#8'ShortCut'#3'! '#0#1#7'Command'#2#13#8
|
||||
+'ShortCut'#3'!@'#0#1#7'Command'#2'q'#8'ShortCut'#3'!`'#0#1#7'Command'#2#7#8
|
||||
+'Height'#3#0#2#3'Top'#3#175#0#5'Width'#3#28#2#13'ActiveControl'#7#17'Directo'
|
||||
+'ryCombobox'#7'Caption'#6#22'CodeToolsDefinesDialog'#12'ClientHeight'#3#0#2
|
||||
+#11'ClientWidth'#3#28#2#7'OnClose'#7#27'CodeToolsDefinesDialogCLOSE'#8'OnCre'
|
||||
+'ate'#7#28'CodeToolsDefinesDialogCREATE'#9'OnDestroy'#7#11'FormDestroy'#10'L'
|
||||
+'CLVersion'#6#6'0.9.27'#0#9'TGroupBox'#17'DirectoryGroupbox'#22'AnchorSideLe'
|
||||
+'ft.Control'#7#5'Owner'#21'AnchorSideTop.Control'#7#5'Owner'#23'AnchorSideRi'
|
||||
+'ght.Control'#7#5'Owner'#4'Left'#2#6#6'Height'#2'5'#3'Top'#2#6#5'Width'#3#16
|
||||
+#2#5'Align'#7#5'alTop'#8'AutoSize'#9#20'BorderSpacing.Around'#2#6#7'Caption'
|
||||
+#6#17'DirectoryGroupbox'#12'ClientHeight'#2'#'#11'ClientWidth'#3#12#2#8'TabO'
|
||||
+'rder'#2#0#0#9'TComboBox'#17'DirectoryCombobox'#22'AnchorSideLeft.Control'#7
|
||||
+#17'DirectoryGroupbox'#21'AnchorSideTop.Control'#7#17'DirectoryGroupbox'#23
|
||||
+'AnchorSideRight.Control'#7#21'DirectoryBrowseButton'#4'Left'#2#6#6'Height'#2
|
||||
+#21#3'Top'#2#6#5'Width'#3#216#1#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0
|
||||
+#12'AutoComplete'#8#20'BorderSpacing.Around'#2#6#10'ItemHeight'#2#13#9'ItemW'
|
||||
+'idth'#2#0#8'OnChange'#7#23'DirectoryComboboxCHANGE'#8'TabOrder'#2#0#4'Text'
|
||||
+#6#17'DirectoryCombobox'#0#0#7'TButton'#21'DirectoryBrowseButton'#21'AnchorS'
|
||||
+'ideTop.Control'#7#17'DirectoryCombobox'#23'AnchorSideRight.Control'#7#17'Di'
|
||||
+'rectoryGroupbox'#20'AnchorSideRight.Side'#7#9'asrBottom'#24'AnchorSideBotto'
|
||||
+'m.Control'#7#17'DirectoryCombobox'#21'AnchorSideBottom.Side'#7#9'asrBottom'
|
||||
+#4'Left'#3#228#1#6'Height'#2#21#3'Top'#2#6#5'Width'#2'#'#7'Anchors'#11#5'akT'
|
||||
+'op'#7'akRight'#8'akBottom'#0#8'AutoSize'#9#19'BorderSpacing.Right'#2#5#7'Ca'
|
||||
+'ption'#6#3'...'#7'OnClick'#7#26'DirectoryBrowseButtonCLICK'#8'TabOrder'#2#1
|
||||
+#0#0#0#9'TListView'#14'ValuesListview'#4'Left'#2#6#6'Height'#3#13#1#3'Top'#2
|
||||
+'A'#5'Width'#3'('#1#5'Align'#7#6'alLeft'#20'BorderSpacing.Around'#2#6#7'Colu'
|
||||
+'mns'#14#0#8'TabOrder'#2#1#9'ViewStyle'#7#8'vsReport'#12'OnSelectItem'#7#24
|
||||
+'ValuesListviewSELECTITEM'#0#0#9'TGroupBox'#13'ValueGroupbox'#4'Left'#2#6#6
|
||||
+'Height'#2'{'#3'Top'#3'_'#1#5'Width'#3#16#2#5'Align'#7#8'alBottom'#7'Anchors'
|
||||
+#11#6'akLeft'#8'akBottom'#0#20'BorderSpacing.Around'#2#6#7'Caption'#6#5'Valu'
|
||||
+'e'#12'ClientHeight'#2'i'#11'ClientWidth'#3#12#2#8'TabOrder'#2#2#0#8'TSynEdi'
|
||||
+'t'#12'ValueSynedit'#4'Left'#2#6#6'Height'#2']'#3'Top'#2#6#5'Width'#3#0#2#5
|
||||
+'Align'#7#8'alClient'#20'BorderSpacing.Around'#2#6#18'CFDividerDrawLevel'#2#0
|
||||
+#11'Font.Height'#2#241#9'Font.Name'#6#7'courier'#10'Font.Pitch'#7#7'fpFixed'
|
||||
+#12'Font.Quality'#7#16'fqNonAntialiased'#11'ParentColor'#8#10'ParentFont'#8#8
|
||||
+'TabOrder'#2#0#23'BookMarkOptions.Xoffset'#2#238#24'BookMarkOptions.OnChange'
|
||||
+#13#14'Gutter.Visible'#8#12'Gutter.Width'#2#0#10'Keystrokes'#14#1#7'Command'
|
||||
+#2#3#8'ShortCut'#2'&'#0#1#7'Command'#2'g'#8'ShortCut'#3'& '#0#1#7'Command'#3
|
||||
+#211#0#8'ShortCut'#3'&@'#0#1#7'Command'#2#4#8'ShortCut'#2'('#0#1#7'Command'#2
|
||||
+'h'#8'ShortCut'#3'( '#0#1#7'Command'#3#212#0#8'ShortCut'#3'(@'#0#1#7'Command'
|
||||
+#2#1#8'ShortCut'#2'%'#0#1#7'Command'#2'e'#8'ShortCut'#3'% '#0#1#7'Command'#2
|
||||
+#5#8'ShortCut'#3'%@'#0#1#7'Command'#2'i'#8'ShortCut'#3'%`'#0#1#7'Command'#2#2
|
||||
+#8'ShortCut'#2''''#0#1#7'Command'#2'f'#8'ShortCut'#3''' '#0#1#7'Command'#2#6
|
||||
+#8'ShortCut'#3'''@'#0#1#7'Command'#2'j'#8'ShortCut'#3'''`'#0#1#7'Command'#2
|
||||
+#10#8'ShortCut'#2'"'#0#1#7'Command'#2'n'#8'ShortCut'#3'" '#0#1#7'Command'#2
|
||||
+#14#8'ShortCut'#3'"@'#0#1#7'Command'#2'r'#8'ShortCut'#3'"`'#0#1#7'Command'#2
|
||||
+#9#8'ShortCut'#2'!'#0#1#7'Command'#2'm'#8'ShortCut'#3'! '#0#1#7'Command'#2#13
|
||||
+#8'ShortCut'#3'!@'#0#1#7'Command'#2'q'#8'ShortCut'#3'!`'#0#1#7'Command'#2#7#8
|
||||
+'ShortCut'#2'$'#0#1#7'Command'#2'k'#8'ShortCut'#3'$ '#0#1#7'Command'#2#15#8
|
||||
+'ShortCut'#3'$@'#0#1#7'Command'#2's'#8'ShortCut'#3'$`'#0#1#7'Command'#2#8#8
|
||||
+'ShortCut'#2'#'#0#1#7'Command'#2'l'#8'ShortCut'#3'# '#0#1#7'Command'#2#16#8
|
||||
@ -121,7 +65,7 @@ LazarusResources.Add('TCodeToolsDefinesDialog','FORMDATA',[
|
||||
+'V@'#0#1#7'Command'#3'['#2#8'ShortCut'#3'X@'#0#1#7'Command'#3#251#1#8'ShortC'
|
||||
+'ut'#3'Y@'#0#1#7'Command'#3#250#1#8'ShortCut'#3'Y`'#0#1#7'Command'#3'Y'#2#8
|
||||
+'ShortCut'#3'Z@'#0#1#7'Command'#3'Z'#2#8'ShortCut'#3'Z`'#0#1#7'Command'#3'-'
|
||||
+#1#8'ShortCut'#3'0@'#0#1#7'Command'#3'.'#1#8'ShortCut'#3'1@'#0#1#7'Command'#3
|
||||
,#1#8'ShortCut'#3'0@'#0#1#7'Command'#3'.'#1#8'ShortCut'#3'1@'#0#1#7'Command'#3
|
||||
+'/'#1#8'ShortCut'#3'2@'#0#1#7'Command'#3'0'#1#8'ShortCut'#3'3@'#0#1#7'Comman'
|
||||
+'d'#3'1'#1#8'ShortCut'#3'4@'#0#1#7'Command'#3'2'#1#8'ShortCut'#3'5@'#0#1#7'C'
|
||||
+'ommand'#3'3'#1#8'ShortCut'#3'6@'#0#1#7'Command'#3'4'#1#8'ShortCut'#3'7@'#0#1
|
||||
@ -129,72 +73,38 @@ LazarusResources.Add('TCodeToolsDefinesDialog','FORMDATA',[
|
||||
+#0#1#7'Command'#3'_'#1#8'ShortCut'#3'0`'#0#1#7'Command'#3'`'#1#8'ShortCut'#3
|
||||
+'1`'#0#1#7'Command'#3'a'#1#8'ShortCut'#3'2`'#0#1#7'Command'#3'b'#1#8'ShortCu'
|
||||
+'t'#3'3`'#0#1#7'Command'#3'c'#1#8'ShortCut'#3'4`'#0#1#7'Command'#3'd'#1#8'Sh'
|
||||
,'ortCut'#3'5`'#0#1#7'Command'#3'e'#1#8'ShortCut'#3'6`'#0#1#7'Command'#3'f'#1
|
||||
+'ortCut'#3'5`'#0#1#7'Command'#3'e'#1#8'ShortCut'#3'6`'#0#1#7'Command'#3'f'#1
|
||||
+#8'ShortCut'#3'7`'#0#1#7'Command'#3'g'#1#8'ShortCut'#3'8`'#0#1#7'Command'#3
|
||||
+'h'#1#8'ShortCut'#3'9`'#0#1#7'Command'#3#231#0#8'ShortCut'#3'N`'#0#1#7'Comma'
|
||||
+'nd'#3#232#0#8'ShortCut'#3'C`'#0#1#7'Command'#3#233#0#8'ShortCut'#3'L`'#0#1#7
|
||||
+'Command'#3'd'#2#8'ShortCut'#2#9#0#1#7'Command'#3'e'#2#8'ShortCut'#3#9' '#0#1
|
||||
+#7'Command'#3#250#0#8'ShortCut'#3'B`'#0#0#13'Lines.Strings'#1#6#12'ValueSyne'
|
||||
+'dit'#0#11'MaxLeftChar'#3#0#4#7'MaxUndo'#3#0#4#7'Options'#11#12'eoAutoIndent'
|
||||
+#17'eoDragDropEditing'#15'eoScrollPastEol'#16'eoShowScrollHint'#11'eoSmartTa'
|
||||
+'bs'#14'eoTabsToSpaces'#20'eoTrimTrailingSpaces'#18'eoBracketHighlight'#20'e'
|
||||
+'oShowCtrlMouseLinks'#0#8'Options2'#11#0#14'OverwriteCaret'#7#7'ctBlock'#8'R'
|
||||
+'eadOnly'#9#9'RightEdge'#2'P'#14'RightEdgeColor'#7#8'clSilver'#10'ScrollBars'
|
||||
+#7#6'ssBoth'#13'SelectionMode'#7#8'smNormal'#8'TabWidth'#2#8#8'WantTabs'#8#0
|
||||
+#0#0#9'TSplitter'#12'MainSplitter'#6'Cursor'#7#8'crHSplit'#4'Left'#3'4'#1#6
|
||||
+'Height'#3#255#0#3'Top'#2'H'#5'Width'#2#4#11'HelpContext'#2#0#5'Align'#7#6'a'
|
||||
+'lLeft'#8'AutoSnap'#9#7'Beveled'#8#7'MinSize'#2#30#11'ParentColor'#9#14'Pare'
|
||||
+'ntShowHint'#9#12'ResizeAnchor'#7#6'akLeft'#11'ResizeStyle'#7#8'rsUpdate'#7
|
||||
+'Visible'#9#0#0#9'TGroupBox'#17'TemplatesGroupBox'#4'Left'#3'>'#1#6'Height'#3
|
||||
+#249#0#3'Top'#2'H'#5'Width'#3#216#0#11'HelpContext'#2#0#5'Align'#7#8'alClien'
|
||||
+'t'#8'AutoSize'#8#18'BorderSpacing.Left'#2#0#17'BorderSpacing.Top'#2#0#19'Bo'
|
||||
+'rderSpacing.Right'#2#0#20'BorderSpacing.Bottom'#2#0#20'BorderSpacing.Around'
|
||||
+#2#6'!BorderSpacing.CellAlignHorizontal'#7#7'ccaFill'#31'BorderSpacing.CellA'
|
||||
+'lignVertical'#7#7'ccaFill'#7'Caption'#6#17'TemplatesGroupBox'#28'ChildSizin'
|
||||
+'g.LeftRightSpacing'#2#0#28'ChildSizing.TopBottomSpacing'#2#0#29'ChildSizing'
|
||||
+'.HorizontalSpacing'#2#0#27'ChildSizing.VerticalSpacing'#2#0#27'ChildSizing.'
|
||||
+'ControlsPerLine'#2#0#12'ClientHeight'#3#230#0#11'ClientWidth'#3#212#0#5'Ctl'
|
||||
+'3D'#8#8'DockSite'#8#10'DragCursor'#7#6'crDrag'#8'DragKind'#7#6'dkDrag'#8'Dr'
|
||||
+'agMode'#7#8'dmManual'#7'Enabled'#9#14'ParentBidiMode'#9#11'ParentColor'#9#11
|
||||
+'ParentCtl3D'#9#10'ParentFont'#9#14'ParentShowHint'#9#8'TabOrder'#2#3#7'TabS'
|
||||
+'top'#8#7'Visible'#9#0#9'TTreeView'#23'ParsedTemplatesTreeView'#3'Tag'#2#0#4
|
||||
+'Left'#2#6#6'Height'#2'z'#3'Top'#2#6#5'Width'#3#200#0#11'HelpContext'#2#0#5
|
||||
+'Align'#7#5'alTop'#10'AutoExpand'#8#18'BorderSpacing.Left'#2#0#17'BorderSpac'
|
||||
+'ing.Top'#2#0#19'BorderSpacing.Right'#2#0#20'BorderSpacing.Bottom'#2#0#20'Bo'
|
||||
+'rderSpacing.Around'#2#6'!BorderSpacing.CellAlignHorizontal'#7#7'ccaFill'#31
|
||||
+'BorderSpacing.CellAlignVertical'#7#7'ccaFill'#15'BackgroundColor'#7#8'clWin'
|
||||
+'dow'#11'BorderStyle'#7#8'bsSingle'#11'BorderWidth'#2#0#5'Ctl3D'#8#17'Defaul'
|
||||
+'tItemHeight'#2#19#8'DragKind'#7#6'dkDrag'#10'DragCursor'#7#6'crDrag'#8'Drag'
|
||||
+'Mode'#7#8'dmManual'#7'Enabled'#9#14'ExpandSignType'#7#14'tvestPlusMinus'#13
|
||||
+'HideSelection'#9#8'HotTrack'#8#6'Indent'#2#15#11'ParentCtl3D'#9#10'ParentFo'
|
||||
+'nt'#9#14'ParentShowHint'#9#8'ReadOnly'#8#16'RightClickSelect'#8#9'RowSelect'
|
||||
+#8#10'ScrollBars'#7#6'ssBoth'#14'SelectionColor'#7#11'clHighlight'#11'ShowBu'
|
||||
+'ttons'#9#9'ShowLines'#9#8'ShowRoot'#9#8'SortType'#7#6'stNone'#8'TabOrder'#2
|
||||
+#0#8'ToolTips'#9#7'Visible'#9#18'OnSelectionChanged'#7'''ParsedTemplatesTree'
|
||||
+'ViewSelectionChanged'#7'Options'#11#17'tvoAutoItemHeight'#16'tvoHideSelecti'
|
||||
+'on'#21'tvoKeepCollapsedNodes'#14'tvoShowButtons'#12'tvoShowLines'#11'tvoSho'
|
||||
+'wRoot'#11'tvoToolTips'#0#13'TreeLineColor'#7#13'clWindowFrame'#15'ExpandSig'
|
||||
+'nColor'#7#13'clWindowFrame'#0#0#9'TSplitter'#17'TemplatesSplitter'#6'Cursor'
|
||||
+#7#8'crVSplit'#4'Left'#2#0#6'Height'#2#5#3'Top'#3#134#0#5'Width'#3#212#0#11
|
||||
+'HelpContext'#2#0#5'Align'#7#5'alTop'#8'AutoSnap'#9#7'Beveled'#8#7'MinSize'#2
|
||||
+#30#11'ParentColor'#9#14'ParentShowHint'#9#12'ResizeAnchor'#7#5'akTop'#11'Re'
|
||||
+'sizeStyle'#7#8'rsUpdate'#7'Visible'#9#0#0#5'TMemo'#13'TemplatesMemo'#4'Left'
|
||||
+#2#6#6'Height'#2'O'#3'Top'#3#145#0#5'Width'#3#200#0#11'HelpContext'#2#0#5'Al'
|
||||
+'ign'#7#8'alClient'#9'Alignment'#7#13'taLeftJustify'#18'BorderSpacing.Left'#2
|
||||
+#0#17'BorderSpacing.Top'#2#0#19'BorderSpacing.Right'#2#0#20'BorderSpacing.Bo'
|
||||
+'ttom'#2#0#20'BorderSpacing.Around'#2#6'!BorderSpacing.CellAlignHorizontal'#7
|
||||
+#7'ccaFill'#31'BorderSpacing.CellAlignVertical'#7#7'ccaFill'#10'DragCursor'#7
|
||||
+#6'crDrag'#8'DragMode'#7#8'dmManual'#7'Enabled'#9#13'Lines.Strings'#1#6#5'Me'
|
||||
+'mo1'#0#9'MaxLength'#2#255#14'ParentBidiMode'#9#10'ParentFont'#9#8'ReadOnly'
|
||||
+#8#10'ScrollBars'#7#6'ssNone'#8'TabOrder'#2#1#7'TabStop'#9#7'Visible'#9#11'W'
|
||||
+'antReturns'#9#8'WantTabs'#8#0#0#0#12'TButtonPanel'#11'ButtonPanel'#4'Left'#2
|
||||
+#6#6'Height'#2'-'#3'Top'#3#211#1#5'Width'#3#16#2#11'HelpContext'#2#0#5'Align'
|
||||
+#7#8'alBottom'#8'AutoSize'#8#11'ButtonOrder'#7#9'boDefault'#8'TabOrder'#2#5
|
||||
+#13'DefaultButton'#7#4'pbOK'#11'ShowButtons'#11#4'pbOK'#6'pbHelp'#0#10'ShowG'
|
||||
+'lyphs'#11#4'pbOK'#8'pbCancel'#7'pbClose'#6'pbHelp'#0#7'Visible'#9#0#0#9'TSp'
|
||||
+'litter'#9'Splitter1'#6'Cursor'#7#8'crVSplit'#4'Left'#2#0#6'Height'#2#5#3'To'
|
||||
,'p'#3'G'#1#5'Width'#3#28#2#11'HelpContext'#2#0#5'Align'#7#8'alBottom'#8'Auto'
|
||||
+'Snap'#9#7'Beveled'#8#7'MinSize'#2#30#11'ParentColor'#9#14'ParentShowHint'#9
|
||||
+#12'ResizeAnchor'#7#8'akBottom'#11'ResizeStyle'#7#8'rsUpdate'#7'Visible'#9#0
|
||||
+#0#0
|
||||
+'dit'#0#7'Options'#11#12'eoAutoIndent'#17'eoDragDropEditing'#15'eoScrollPast'
|
||||
+'Eol'#16'eoShowScrollHint'#11'eoSmartTabs'#14'eoTabsToSpaces'#20'eoTrimTrail'
|
||||
+'ingSpaces'#18'eoBracketHighlight'#20'eoShowCtrlMouseLinks'#0#8'ReadOnly'#9
|
||||
+#21'BracketHighlightStyle'#7#8'sbhsBoth'#0#18'TSynGutterPartList'#0#0#15'TSy'
|
||||
+'nGutterMarks'#0#5'Width'#2#23#0#0#20'TSynGutterLineNumber'#0#5'Width'#2#17
|
||||
+#21'MarkupInfo.Background'#7#9'clBtnFace'#21'MarkupInfo.Foreground'#7#6'clNo'
|
||||
+'ne'#10'DigitCount'#2#2#30'ShowOnlyLineNumbersMultiplesOf'#2#1#9'ZeroStart'#8
|
||||
+#12'LeadingZeros'#8#0#0#17'TSynGutterChanges'#0#5'Width'#2#4#13'ModifiedColo'
|
||||
+'r'#4#252#233#0#0#10'SavedColor'#7#7'clGreen'#0#0#19'TSynGutterSeparator'#0#5
|
||||
+'Width'#2#2#0#0#21'TSynGutterCodeFolding'#0#21'MarkupInfo.Background'#7#6'cl'
|
||||
+'None'#21'MarkupInfo.Foreground'#7#6'clGray'#0#0#0#0#0#9'TSplitter'#12'MainS'
|
||||
+'plitter'#4'Left'#3'4'#1#6'Height'#3#19#1#3'Top'#2'A'#5'Width'#2#4#0#0#9'TGr'
|
||||
+'oupBox'#17'TemplatesGroupBox'#4'Left'#3'>'#1#6'Height'#3#13#1#3'Top'#2'A'#5
|
||||
+'Width'#3#216#0#5'Align'#7#8'alClient'#20'BorderSpacing.Around'#2#6#7'Captio'
|
||||
+'n'#6#17'TemplatesGroupBox'#12'ClientHeight'#3#251#0#11'ClientWidth'#3#212#0
|
||||
+#8'TabOrder'#2#3#0#9'TTreeView'#23'ParsedTemplatesTreeView'#4'Left'#2#6#6'He'
|
||||
+'ight'#2'z'#3'Top'#2#6#5'Width'#3#200#0#5'Align'#7#5'alTop'#20'BorderSpacing'
|
||||
+'.Around'#2#6#17'DefaultItemHeight'#2#15#8'TabOrder'#2#0#18'OnSelectionChang'
|
||||
+'ed'#7'''ParsedTemplatesTreeViewSelectionChanged'#0#0#9'TSplitter'#17'Templa'
|
||||
+'tesSplitter'#6'Cursor'#7#8'crVSplit'#4'Left'#2#0#6'Height'#2#5#3'Top'#3#134
|
||||
+#0#5'Width'#3#212#0#5'Align'#7#5'alTop'#12'ResizeAnchor'#7#5'akTop'#0#0#5'TM'
|
||||
+'emo'#13'TemplatesMemo'#4'Left'#2#6#6'Height'#2'd'#3'Top'#3#145#0#5'Width'#3
|
||||
+#200#0#5'Align'#7#8'alClient'#20'BorderSpacing.Around'#2#6#13'Lines.Strings'
|
||||
+#1#6#5'Memo1'#0#8'TabOrder'#2#1#0#0#0#12'TButtonPanel'#11'ButtonPanel'#4'Lef'
|
||||
+'t'#2#6#6'Height'#2#26#3'Top'#3#224#1#5'Width'#3#16#2#8'TabOrder'#2#5#11'Sho'
|
||||
+'wButtons'#11#4'pbOK'#6'pbHelp'#0#9'ShowBevel'#8#0#0#9'TSplitter'#9'Splitter'
|
||||
+'1'#6'Cursor'#7#8'crVSplit'#4'Left'#2#0#6'Height'#2#5#3'Top'#3'T'#1#5'Width'
|
||||
+#3#28#2#5'Align'#7#8'alBottom'#12'ResizeAnchor'#7#8'akBottom'#0#0#0
|
||||
]);
|
||||
|
@ -11,33 +11,31 @@ object CompOptCondPropsDialog: TCompOptCondPropsDialog
|
||||
LCLVersion = '0.9.27'
|
||||
object ButtonPanel1: TButtonPanel
|
||||
Left = 6
|
||||
Height = 50
|
||||
Top = 155
|
||||
Height = 26
|
||||
Top = 173
|
||||
Width = 623
|
||||
Align = alBottom
|
||||
AutoSize = True
|
||||
TabOrder = 0
|
||||
ShowButtons = [pbOK, pbCancel, pbHelp]
|
||||
ShowBevel = False
|
||||
end
|
||||
object PropsGroupBox: TGroupBox
|
||||
Left = 0
|
||||
Height = 155
|
||||
Height = 167
|
||||
Top = 0
|
||||
Width = 635
|
||||
Align = alClient
|
||||
Caption = 'PropsGroupBox'
|
||||
ClientHeight = 136
|
||||
ClientHeight = 149
|
||||
ClientWidth = 631
|
||||
Ctl3D = False
|
||||
TabOrder = 1
|
||||
object NodeTypeLabel: TLabel
|
||||
AnchorSideLeft.Control = PropsGroupBox
|
||||
AnchorSideTop.Control = NodeTypeComboBox
|
||||
AnchorSideTop.Side = asrCenter
|
||||
Left = 6
|
||||
Height = 18
|
||||
Top = 11
|
||||
Width = 97
|
||||
Height = 14
|
||||
Top = 9
|
||||
Width = 75
|
||||
BorderSpacing.Around = 6
|
||||
Caption = 'NodeTypeLabel'
|
||||
ParentColor = False
|
||||
@ -47,9 +45,9 @@ object CompOptCondPropsDialog: TCompOptCondPropsDialog
|
||||
AnchorSideTop.Control = ValueTypeComboBox
|
||||
AnchorSideTop.Side = asrCenter
|
||||
Left = 6
|
||||
Height = 18
|
||||
Top = 46
|
||||
Width = 98
|
||||
Height = 14
|
||||
Top = 36
|
||||
Width = 76
|
||||
BorderSpacing.Around = 6
|
||||
Caption = 'ValueTypeLabel'
|
||||
ParentColor = False
|
||||
@ -59,9 +57,9 @@ object CompOptCondPropsDialog: TCompOptCondPropsDialog
|
||||
AnchorSideTop.Control = ValueEdit
|
||||
AnchorSideTop.Side = asrCenter
|
||||
Left = 6
|
||||
Height = 18
|
||||
Top = 80
|
||||
Width = 106
|
||||
Height = 14
|
||||
Top = 64
|
||||
Width = 88
|
||||
BorderSpacing.Around = 6
|
||||
Caption = 'ValueLabel.........'
|
||||
ParentColor = False
|
||||
@ -72,16 +70,15 @@ object CompOptCondPropsDialog: TCompOptCondPropsDialog
|
||||
AnchorSideTop.Control = PropsGroupBox
|
||||
AnchorSideRight.Control = PropsGroupBox
|
||||
AnchorSideRight.Side = asrBottom
|
||||
Left = 118
|
||||
Height = 29
|
||||
Left = 100
|
||||
Height = 21
|
||||
Top = 6
|
||||
Width = 507
|
||||
Width = 525
|
||||
Anchors = [akTop, akLeft, akRight]
|
||||
AutoComplete = False
|
||||
BorderSpacing.Top = 6
|
||||
BorderSpacing.Right = 6
|
||||
Ctl3D = False
|
||||
ItemHeight = 0
|
||||
ItemHeight = 13
|
||||
ItemWidth = 0
|
||||
OnEditingDone = NodeTypeComboBoxEditingDone
|
||||
TabOrder = 0
|
||||
@ -93,16 +90,15 @@ object CompOptCondPropsDialog: TCompOptCondPropsDialog
|
||||
AnchorSideTop.Side = asrBottom
|
||||
AnchorSideRight.Control = PropsGroupBox
|
||||
AnchorSideRight.Side = asrBottom
|
||||
Left = 118
|
||||
Height = 29
|
||||
Top = 41
|
||||
Width = 507
|
||||
Left = 100
|
||||
Height = 21
|
||||
Top = 33
|
||||
Width = 525
|
||||
Anchors = [akTop, akLeft, akRight]
|
||||
AutoComplete = False
|
||||
BorderSpacing.Top = 6
|
||||
BorderSpacing.Right = 6
|
||||
Ctl3D = False
|
||||
ItemHeight = 0
|
||||
ItemHeight = 13
|
||||
ItemWidth = 0
|
||||
OnEditingDone = ValueTypeComboBoxEditingDone
|
||||
TabOrder = 1
|
||||
@ -113,10 +109,10 @@ object CompOptCondPropsDialog: TCompOptCondPropsDialog
|
||||
AnchorSideTop.Control = ValueTypeComboBox
|
||||
AnchorSideTop.Side = asrBottom
|
||||
AnchorSideRight.Control = ValueButton
|
||||
Left = 118
|
||||
Height = 27
|
||||
Top = 76
|
||||
Width = 483
|
||||
Left = 100
|
||||
Height = 23
|
||||
Top = 60
|
||||
Width = 490
|
||||
Anchors = [akTop, akLeft, akRight]
|
||||
AutoSize = True
|
||||
BorderSpacing.Top = 6
|
||||
@ -131,10 +127,10 @@ object CompOptCondPropsDialog: TCompOptCondPropsDialog
|
||||
AnchorSideRight.Control = PropsGroupBox
|
||||
AnchorSideRight.Side = asrBottom
|
||||
AnchorSideBottom.Side = asrBottom
|
||||
Left = 601
|
||||
Height = 29
|
||||
Top = 75
|
||||
Width = 24
|
||||
Left = 590
|
||||
Height = 23
|
||||
Top = 60
|
||||
Width = 35
|
||||
Anchors = [akTop, akRight]
|
||||
AutoSize = True
|
||||
BorderSpacing.Right = 6
|
||||
|
@ -5,49 +5,48 @@ LazarusResources.Add('TCompOptCondPropsDialog','FORMDATA',[
|
||||
+'Height'#3#205#0#3'Top'#3#24#1#5'Width'#3'{'#2#13'ActiveControl'#7#16'NodeTy'
|
||||
+'peComboBox'#7'Caption'#6#22'CompOptCondPropsDialog'#12'ClientHeight'#3#205#0
|
||||
+#11'ClientWidth'#3'{'#2#8'OnCreate'#7#10'FormCreate'#10'LCLVersion'#6#6'0.9.'
|
||||
+'27'#0#12'TButtonPanel'#12'ButtonPanel1'#4'Left'#2#6#6'Height'#2'2'#3'Top'#3
|
||||
+#155#0#5'Width'#3'o'#2#5'Align'#7#8'alBottom'#8'AutoSize'#9#8'TabOrder'#2#0
|
||||
+#11'ShowButtons'#11#4'pbOK'#8'pbCancel'#6'pbHelp'#0#0#0#9'TGroupBox'#13'Prop'
|
||||
+'sGroupBox'#4'Left'#2#0#6'Height'#3#155#0#3'Top'#2#0#5'Width'#3'{'#2#5'Align'
|
||||
+#7#8'alClient'#7'Caption'#6#13'PropsGroupBox'#12'ClientHeight'#3#136#0#11'Cl'
|
||||
+'ientWidth'#3'w'#2#5'Ctl3D'#8#8'TabOrder'#2#1#0#6'TLabel'#13'NodeTypeLabel'
|
||||
+#22'AnchorSideLeft.Control'#7#13'PropsGroupBox'#21'AnchorSideTop.Control'#7
|
||||
+#16'NodeTypeComboBox'#18'AnchorSideTop.Side'#7#9'asrCenter'#4'Left'#2#6#6'He'
|
||||
+'ight'#2#18#3'Top'#2#11#5'Width'#2'a'#20'BorderSpacing.Around'#2#6#7'Caption'
|
||||
+#6#13'NodeTypeLabel'#11'ParentColor'#8#0#0#6'TLabel'#14'ValueTypeLabel'#22'A'
|
||||
+'nchorSideLeft.Control'#7#13'PropsGroupBox'#21'AnchorSideTop.Control'#7#17'V'
|
||||
+'alueTypeComboBox'#18'AnchorSideTop.Side'#7#9'asrCenter'#4'Left'#2#6#6'Heigh'
|
||||
+'t'#2#18#3'Top'#2'.'#5'Width'#2'b'#20'BorderSpacing.Around'#2#6#7'Caption'#6
|
||||
+#14'ValueTypeLabel'#11'ParentColor'#8#0#0#6'TLabel'#10'ValueLabel'#22'Anchor'
|
||||
+'SideLeft.Control'#7#13'PropsGroupBox'#21'AnchorSideTop.Control'#7#9'ValueEd'
|
||||
+'it'#18'AnchorSideTop.Side'#7#9'asrCenter'#4'Left'#2#6#6'Height'#2#18#3'Top'
|
||||
+#2'P'#5'Width'#2'j'#20'BorderSpacing.Around'#2#6#7'Caption'#6#19'ValueLabel.'
|
||||
+'........'#11'ParentColor'#8#0#0#9'TComboBox'#16'NodeTypeComboBox'#22'Anchor'
|
||||
+'SideLeft.Control'#7#10'ValueLabel'#19'AnchorSideLeft.Side'#7#9'asrBottom'#21
|
||||
+'AnchorSideTop.Control'#7#13'PropsGroupBox'#23'AnchorSideRight.Control'#7#13
|
||||
+'PropsGroupBox'#20'AnchorSideRight.Side'#7#9'asrBottom'#4'Left'#2'v'#6'Heigh'
|
||||
+'t'#2#29#3'Top'#2#6#5'Width'#3#251#1#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRi'
|
||||
+'ght'#0#12'AutoComplete'#8#17'BorderSpacing.Top'#2#6#19'BorderSpacing.Right'
|
||||
+#2#6#5'Ctl3D'#8#10'ItemHeight'#2#0#9'ItemWidth'#2#0#13'OnEditingDone'#7#27'N'
|
||||
+'odeTypeComboBoxEditingDone'#8'TabOrder'#2#0#4'Text'#6#16'NodeTypeComboBox'#0
|
||||
+#0#9'TComboBox'#17'ValueTypeComboBox'#22'AnchorSideLeft.Control'#7#16'NodeTy'
|
||||
+'peComboBox'#21'AnchorSideTop.Control'#7#16'NodeTypeComboBox'#18'AnchorSideT'
|
||||
+'op.Side'#7#9'asrBottom'#23'AnchorSideRight.Control'#7#13'PropsGroupBox'#20
|
||||
+'AnchorSideRight.Side'#7#9'asrBottom'#4'Left'#2'v'#6'Height'#2#29#3'Top'#2')'
|
||||
+#5'Width'#3#251#1#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#12'AutoCompl'
|
||||
+'ete'#8#17'BorderSpacing.Top'#2#6#19'BorderSpacing.Right'#2#6#5'Ctl3D'#8#10
|
||||
+'ItemHeight'#2#0#9'ItemWidth'#2#0#13'OnEditingDone'#7#28'ValueTypeComboBoxEd'
|
||||
+'itingDone'#8'TabOrder'#2#1#4'Text'#6#17'ValueTypeComboBox'#0#0#5'TEdit'#9'V'
|
||||
+'alueEdit'#22'AnchorSideLeft.Control'#7#16'NodeTypeComboBox'#21'AnchorSideTo'
|
||||
+'p.Control'#7#17'ValueTypeComboBox'#18'AnchorSideTop.Side'#7#9'asrBottom'#23
|
||||
+'AnchorSideRight.Control'#7#11'ValueButton'#4'Left'#2'v'#6'Height'#2#27#3'To'
|
||||
+'p'#2'L'#5'Width'#3#227#1#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#8'Au'
|
||||
+'toSize'#9#17'BorderSpacing.Top'#2#6#13'OnEditingDone'#7#20'ValueEditEditing'
|
||||
+'Done'#8'TabOrder'#2#2#4'Text'#6#9'ValueEdit'#0#0#7'TButton'#11'ValueButton'
|
||||
+#19'AnchorSideLeft.Side'#7#9'asrBottom'#21'AnchorSideTop.Control'#7#9'ValueE'
|
||||
+'dit'#18'AnchorSideTop.Side'#7#9'asrCenter'#23'AnchorSideRight.Control'#7#13
|
||||
+'PropsGroupBox'#20'AnchorSideRight.Side'#7#9'asrBottom'#21'AnchorSideBottom.'
|
||||
+'Side'#7#9'asrBottom'#4'Left'#3'Y'#2#6'Height'#2#29#3'Top'#2'K'#5'Width'#2#24
|
||||
+#7'Anchors'#11#5'akTop'#7'akRight'#0#8'AutoSize'#9#19'BorderSpacing.Right'#2
|
||||
+#6#7'Caption'#6#3'...'#8'TabOrder'#2#3#0#0#0#0
|
||||
+'27'#0#12'TButtonPanel'#12'ButtonPanel1'#4'Left'#2#6#6'Height'#2#26#3'Top'#3
|
||||
+#173#0#5'Width'#3'o'#2#8'TabOrder'#2#0#11'ShowButtons'#11#4'pbOK'#8'pbCancel'
|
||||
+#6'pbHelp'#0#9'ShowBevel'#8#0#0#9'TGroupBox'#13'PropsGroupBox'#4'Left'#2#0#6
|
||||
+'Height'#3#167#0#3'Top'#2#0#5'Width'#3'{'#2#5'Align'#7#8'alClient'#7'Caption'
|
||||
+#6#13'PropsGroupBox'#12'ClientHeight'#3#149#0#11'ClientWidth'#3'w'#2#8'TabOr'
|
||||
+'der'#2#1#0#6'TLabel'#13'NodeTypeLabel'#22'AnchorSideLeft.Control'#7#13'Prop'
|
||||
+'sGroupBox'#21'AnchorSideTop.Control'#7#16'NodeTypeComboBox'#18'AnchorSideTo'
|
||||
+'p.Side'#7#9'asrCenter'#4'Left'#2#6#6'Height'#2#14#3'Top'#2#9#5'Width'#2'K'
|
||||
+#20'BorderSpacing.Around'#2#6#7'Caption'#6#13'NodeTypeLabel'#11'ParentColor'
|
||||
+#8#0#0#6'TLabel'#14'ValueTypeLabel'#22'AnchorSideLeft.Control'#7#13'PropsGro'
|
||||
+'upBox'#21'AnchorSideTop.Control'#7#17'ValueTypeComboBox'#18'AnchorSideTop.S'
|
||||
+'ide'#7#9'asrCenter'#4'Left'#2#6#6'Height'#2#14#3'Top'#2'$'#5'Width'#2'L'#20
|
||||
+'BorderSpacing.Around'#2#6#7'Caption'#6#14'ValueTypeLabel'#11'ParentColor'#8
|
||||
+#0#0#6'TLabel'#10'ValueLabel'#22'AnchorSideLeft.Control'#7#13'PropsGroupBox'
|
||||
+#21'AnchorSideTop.Control'#7#9'ValueEdit'#18'AnchorSideTop.Side'#7#9'asrCent'
|
||||
+'er'#4'Left'#2#6#6'Height'#2#14#3'Top'#2'@'#5'Width'#2'X'#20'BorderSpacing.A'
|
||||
+'round'#2#6#7'Caption'#6#19'ValueLabel.........'#11'ParentColor'#8#0#0#9'TCo'
|
||||
+'mboBox'#16'NodeTypeComboBox'#22'AnchorSideLeft.Control'#7#10'ValueLabel'#19
|
||||
+'AnchorSideLeft.Side'#7#9'asrBottom'#21'AnchorSideTop.Control'#7#13'PropsGro'
|
||||
+'upBox'#23'AnchorSideRight.Control'#7#13'PropsGroupBox'#20'AnchorSideRight.S'
|
||||
+'ide'#7#9'asrBottom'#4'Left'#2'd'#6'Height'#2#21#3'Top'#2#6#5'Width'#3#13#2#7
|
||||
+'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#12'AutoComplete'#8#17'BorderSpa'
|
||||
+'cing.Top'#2#6#19'BorderSpacing.Right'#2#6#10'ItemHeight'#2#13#9'ItemWidth'#2
|
||||
+#0#13'OnEditingDone'#7#27'NodeTypeComboBoxEditingDone'#8'TabOrder'#2#0#4'Tex'
|
||||
+'t'#6#16'NodeTypeComboBox'#0#0#9'TComboBox'#17'ValueTypeComboBox'#22'AnchorS'
|
||||
+'ideLeft.Control'#7#16'NodeTypeComboBox'#21'AnchorSideTop.Control'#7#16'Node'
|
||||
+'TypeComboBox'#18'AnchorSideTop.Side'#7#9'asrBottom'#23'AnchorSideRight.Cont'
|
||||
+'rol'#7#13'PropsGroupBox'#20'AnchorSideRight.Side'#7#9'asrBottom'#4'Left'#2
|
||||
+'d'#6'Height'#2#21#3'Top'#2'!'#5'Width'#3#13#2#7'Anchors'#11#5'akTop'#6'akLe'
|
||||
+'ft'#7'akRight'#0#12'AutoComplete'#8#17'BorderSpacing.Top'#2#6#19'BorderSpac'
|
||||
+'ing.Right'#2#6#10'ItemHeight'#2#13#9'ItemWidth'#2#0#13'OnEditingDone'#7#28
|
||||
+'ValueTypeComboBoxEditingDone'#8'TabOrder'#2#1#4'Text'#6#17'ValueTypeComboBo'
|
||||
+'x'#0#0#5'TEdit'#9'ValueEdit'#22'AnchorSideLeft.Control'#7#16'NodeTypeComboB'
|
||||
+'ox'#21'AnchorSideTop.Control'#7#17'ValueTypeComboBox'#18'AnchorSideTop.Side'
|
||||
+#7#9'asrBottom'#23'AnchorSideRight.Control'#7#11'ValueButton'#4'Left'#2'd'#6
|
||||
+'Height'#2#23#3'Top'#2'<'#5'Width'#3#234#1#7'Anchors'#11#5'akTop'#6'akLeft'#7
|
||||
+'akRight'#0#8'AutoSize'#9#17'BorderSpacing.Top'#2#6#13'OnEditingDone'#7#20'V'
|
||||
+'alueEditEditingDone'#8'TabOrder'#2#2#4'Text'#6#9'ValueEdit'#0#0#7'TButton'
|
||||
+#11'ValueButton'#19'AnchorSideLeft.Side'#7#9'asrBottom'#21'AnchorSideTop.Con'
|
||||
+'trol'#7#9'ValueEdit'#18'AnchorSideTop.Side'#7#9'asrCenter'#23'AnchorSideRig'
|
||||
+'ht.Control'#7#13'PropsGroupBox'#20'AnchorSideRight.Side'#7#9'asrBottom'#21
|
||||
+'AnchorSideBottom.Side'#7#9'asrBottom'#4'Left'#3'N'#2#6'Height'#2#23#3'Top'#2
|
||||
+'<'#5'Width'#2'#'#7'Anchors'#11#5'akTop'#7'akRight'#0#8'AutoSize'#9#19'Borde'
|
||||
+'rSpacing.Right'#2#6#7'Caption'#6#3'...'#8'TabOrder'#2#3#0#0#0#0
|
||||
]);
|
||||
|
278
ide/condef.lfm
278
ide/condef.lfm
@ -3,168 +3,65 @@ object CondForm: TCondForm
|
||||
Height = 326
|
||||
Top = 265
|
||||
Width = 356
|
||||
HelpContext = 0
|
||||
ActiveControl = FirstTest
|
||||
Align = alNone
|
||||
AllowDropFiles = False
|
||||
AutoScroll = True
|
||||
AutoSize = False
|
||||
BorderIcons = [biSystemMenu]
|
||||
BorderStyle = bsSizeable
|
||||
Caption = 'Conditional Defines'
|
||||
ChildSizing.LeftRightSpacing = 0
|
||||
ChildSizing.TopBottomSpacing = 0
|
||||
ChildSizing.HorizontalSpacing = 0
|
||||
ChildSizing.VerticalSpacing = 0
|
||||
ChildSizing.ControlsPerLine = 0
|
||||
ClientHeight = 326
|
||||
ClientWidth = 356
|
||||
DockSite = False
|
||||
DragKind = dkDrag
|
||||
DragMode = dmManual
|
||||
Enabled = True
|
||||
Font.Height = 0
|
||||
Font.Style = []
|
||||
FormStyle = fsNormal
|
||||
OnClose = CondFormCLOSE
|
||||
OnCreate = CondFormCREATE
|
||||
OnShow = FormShow
|
||||
ParentBiDiMode = True
|
||||
ParentFont = False
|
||||
Position = poScreenCenter
|
||||
ShowInTaskBar = stDefault
|
||||
UseDockManager = False
|
||||
LCLVersion = '0.9.27'
|
||||
WindowState = wsNormal
|
||||
object NewTestGroupBox: TGroupBox
|
||||
Left = 6
|
||||
Height = 166
|
||||
Height = 137
|
||||
Top = 6
|
||||
Width = 344
|
||||
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 = 'NewTestGroupBox'
|
||||
ChildSizing.LeftRightSpacing = 0
|
||||
ChildSizing.TopBottomSpacing = 0
|
||||
ChildSizing.HorizontalSpacing = 0
|
||||
ChildSizing.VerticalSpacing = 0
|
||||
ChildSizing.ControlsPerLine = 0
|
||||
ClientHeight = 147
|
||||
ClientHeight = 119
|
||||
ClientWidth = 340
|
||||
Ctl3D = False
|
||||
DockSite = False
|
||||
DragCursor = crDrag
|
||||
DragKind = dkDrag
|
||||
DragMode = dmManual
|
||||
Enabled = True
|
||||
ParentBidiMode = True
|
||||
ParentColor = True
|
||||
ParentCtl3D = True
|
||||
ParentFont = True
|
||||
ParentShowHint = True
|
||||
TabOrder = 0
|
||||
TabStop = False
|
||||
Visible = True
|
||||
object FirstLabel: TLabel
|
||||
Left = 6
|
||||
Height = 18
|
||||
Height = 14
|
||||
Top = 6
|
||||
Width = 328
|
||||
HelpContext = 0
|
||||
Align = alTop
|
||||
Alignment = taLeftJustify
|
||||
AutoSize = True
|
||||
BorderSpacing.Left = 6
|
||||
BorderSpacing.Top = 6
|
||||
BorderSpacing.Right = 6
|
||||
BorderSpacing.Bottom = 0
|
||||
BorderSpacing.Around = 0
|
||||
BorderSpacing.CellAlignHorizontal = ccaFill
|
||||
BorderSpacing.CellAlignVertical = ccaFill
|
||||
Caption = '&First test'
|
||||
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 SecondLabel: TLabel
|
||||
AnchorSideTop.Side = asrBottom
|
||||
Left = 6
|
||||
Height = 18
|
||||
Top = 59
|
||||
Height = 14
|
||||
Top = 47
|
||||
Width = 328
|
||||
HelpContext = 0
|
||||
Align = alTop
|
||||
Alignment = taLeftJustify
|
||||
AutoSize = True
|
||||
BorderSpacing.Left = 6
|
||||
BorderSpacing.Top = 6
|
||||
BorderSpacing.Right = 6
|
||||
BorderSpacing.Bottom = 0
|
||||
BorderSpacing.Around = 0
|
||||
BorderSpacing.CellAlignHorizontal = ccaFill
|
||||
BorderSpacing.CellAlignVertical = ccaFill
|
||||
Caption = '&Second test'
|
||||
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 FirstTest: TComboBox
|
||||
AnchorSideTop.Side = asrBottom
|
||||
Left = 6
|
||||
Height = 29
|
||||
Top = 24
|
||||
Height = 21
|
||||
Top = 20
|
||||
Width = 328
|
||||
HelpContext = 0
|
||||
TabStop = True
|
||||
Align = alTop
|
||||
ArrowKeysTraverseList = True
|
||||
AutoComplete = False
|
||||
AutoCompleteText = [cbactEndOfLineComplete, cbactSearchAscending]
|
||||
AutoDropDown = False
|
||||
AutoSelect = False
|
||||
AutoSize = True
|
||||
BorderSpacing.Left = 6
|
||||
BorderSpacing.Top = 0
|
||||
BorderSpacing.Right = 6
|
||||
BorderSpacing.Bottom = 6
|
||||
BorderSpacing.Around = 0
|
||||
BorderSpacing.CellAlignHorizontal = ccaFill
|
||||
BorderSpacing.CellAlignVertical = ccaFill
|
||||
CharCase = ecNormal
|
||||
Ctl3D = False
|
||||
DragCursor = crDrag
|
||||
DragMode = dmManual
|
||||
DropDownCount = 8
|
||||
Enabled = True
|
||||
ItemHeight = 0
|
||||
ItemHeight = 13
|
||||
ItemIndex = 0
|
||||
Items.Strings = (
|
||||
'MSWINDOWS'
|
||||
@ -179,103 +76,48 @@ object CondForm: TCondForm
|
||||
'VER1_0'
|
||||
)
|
||||
ItemWidth = 0
|
||||
MaxLength = 0
|
||||
ParentBidiMode = True
|
||||
ParentColor = False
|
||||
ParentCtl3D = False
|
||||
ParentFont = True
|
||||
ParentShowHint = True
|
||||
Sorted = False
|
||||
Style = csDropDown
|
||||
TabOrder = 0
|
||||
Text = 'MSWINDOWS'
|
||||
Visible = True
|
||||
end
|
||||
object SecondTest: TComboBox
|
||||
AnchorSideTop.Side = asrBottom
|
||||
Left = 6
|
||||
Height = 29
|
||||
Top = 77
|
||||
Height = 21
|
||||
Top = 61
|
||||
Width = 328
|
||||
HelpContext = 0
|
||||
TabStop = True
|
||||
Align = alTop
|
||||
ArrowKeysTraverseList = True
|
||||
AutoComplete = False
|
||||
AutoCompleteText = [cbactEndOfLineComplete, cbactSearchAscending]
|
||||
AutoDropDown = False
|
||||
AutoSelect = False
|
||||
AutoSize = True
|
||||
BorderSpacing.Left = 6
|
||||
BorderSpacing.Top = 0
|
||||
BorderSpacing.Right = 6
|
||||
BorderSpacing.Bottom = 6
|
||||
BorderSpacing.Around = 0
|
||||
BorderSpacing.CellAlignHorizontal = ccaFill
|
||||
BorderSpacing.CellAlignVertical = ccaFill
|
||||
CharCase = ecNormal
|
||||
Ctl3D = False
|
||||
DragCursor = crDrag
|
||||
DragMode = dmManual
|
||||
DropDownCount = 8
|
||||
Enabled = True
|
||||
ItemHeight = 0
|
||||
ItemHeight = 13
|
||||
ItemIndex = 0
|
||||
Items.Strings = (
|
||||
'NONE'
|
||||
'ELSE'
|
||||
)
|
||||
ItemWidth = 0
|
||||
MaxLength = 0
|
||||
ParentBidiMode = True
|
||||
ParentColor = False
|
||||
ParentCtl3D = False
|
||||
ParentFont = True
|
||||
ParentShowHint = True
|
||||
Sorted = False
|
||||
Style = csDropDown
|
||||
TabOrder = 1
|
||||
Text = 'NONE'
|
||||
Visible = True
|
||||
end
|
||||
object AddBtn: TBitBtn
|
||||
AnchorSideLeft.Control = NewTestGroupBox
|
||||
AnchorSideTop.Control = SecondTest
|
||||
AnchorSideTop.Side = asrBottom
|
||||
AnchorSideRight.Control = AddInverse
|
||||
Left = 85
|
||||
Height = 29
|
||||
Top = 112
|
||||
Left = 89
|
||||
Height = 25
|
||||
Top = 88
|
||||
Width = 75
|
||||
HelpContext = 0
|
||||
Align = alNone
|
||||
Anchors = [akTop, akRight]
|
||||
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 = '&Add'
|
||||
Constraints.MinHeight = 25
|
||||
Constraints.MinWidth = 75
|
||||
Default = False
|
||||
Enabled = True
|
||||
Kind = bkCustom
|
||||
Layout = blGlyphLeft
|
||||
Margin = -1
|
||||
ModalResult = 0
|
||||
NumGlyphs = 0
|
||||
OnClick = AddBtnClick
|
||||
ParentFont = True
|
||||
ParentShowHint = True
|
||||
Spacing = 3
|
||||
TabOrder = 2
|
||||
TabStop = True
|
||||
Visible = True
|
||||
end
|
||||
object AddInverse: TButton
|
||||
AnchorSideLeft.Control = AddBtn
|
||||
@ -283,38 +125,19 @@ object CondForm: TCondForm
|
||||
AnchorSideTop.Control = SecondTest
|
||||
AnchorSideTop.Side = asrBottom
|
||||
AnchorSideRight.Control = RemoveBtn
|
||||
Left = 166
|
||||
Height = 29
|
||||
Top = 112
|
||||
Width = 87
|
||||
Left = 170
|
||||
Height = 25
|
||||
Top = 88
|
||||
Width = 83
|
||||
HelpType = htKeyword
|
||||
HelpContext = 0
|
||||
Align = alNone
|
||||
Anchors = [akTop, akRight]
|
||||
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 = 'Add Inverse'
|
||||
Constraints.MinHeight = 25
|
||||
Constraints.MinWidth = 75
|
||||
Default = False
|
||||
DragCursor = crDrag
|
||||
DragMode = dmManual
|
||||
Enabled = True
|
||||
ParentBidiMode = True
|
||||
ModalResult = 0
|
||||
OnClick = AddInverseCLICK
|
||||
ParentFont = True
|
||||
ParentShowHint = True
|
||||
TabOrder = 3
|
||||
TabStop = True
|
||||
Visible = True
|
||||
end
|
||||
object RemoveBtn: TBitBtn
|
||||
AnchorSideLeft.Control = AddInverse
|
||||
@ -324,92 +147,41 @@ object CondForm: TCondForm
|
||||
AnchorSideRight.Control = NewTestGroupBox
|
||||
AnchorSideRight.Side = asrBottom
|
||||
Left = 259
|
||||
Height = 29
|
||||
Top = 112
|
||||
Height = 25
|
||||
Top = 88
|
||||
Width = 75
|
||||
HelpContext = 0
|
||||
Align = alNone
|
||||
Anchors = [akTop, akRight]
|
||||
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 = '&Remove'
|
||||
Constraints.MinHeight = 25
|
||||
Constraints.MinWidth = 75
|
||||
Default = False
|
||||
Enabled = True
|
||||
Kind = bkCustom
|
||||
Layout = blGlyphLeft
|
||||
Margin = -1
|
||||
ModalResult = 0
|
||||
NumGlyphs = 0
|
||||
OnClick = RemoveBtnClick
|
||||
ParentFont = True
|
||||
ParentShowHint = True
|
||||
Spacing = 3
|
||||
TabOrder = 4
|
||||
TabStop = True
|
||||
Visible = True
|
||||
end
|
||||
end
|
||||
object ListBox: TListBox
|
||||
AnchorSideTop.Side = asrBottom
|
||||
Left = 6
|
||||
Height = 94
|
||||
Top = 178
|
||||
Height = 139
|
||||
Top = 149
|
||||
Width = 344
|
||||
HelpContext = 0
|
||||
Align = alClient
|
||||
Anchors = [akTop, akBottom]
|
||||
BorderSpacing.Left = 0
|
||||
BorderSpacing.Top = 0
|
||||
BorderSpacing.Right = 0
|
||||
BorderSpacing.Bottom = 0
|
||||
BorderSpacing.Around = 6
|
||||
BorderSpacing.CellAlignHorizontal = ccaFill
|
||||
BorderSpacing.CellAlignVertical = ccaFill
|
||||
BorderStyle = bsSingle
|
||||
ClickOnSelChange = True
|
||||
Columns = 0
|
||||
DragCursor = crDrag
|
||||
DragKind = dkDrag
|
||||
DragMode = dmManual
|
||||
ExtendedSelect = True
|
||||
Enabled = True
|
||||
IntegralHeight = False
|
||||
ItemHeight = 0
|
||||
MultiSelect = False
|
||||
OnDblClick = ListBoxDblClick
|
||||
OnKeyDown = ListBoxKeyDown
|
||||
ParentBidiMode = True
|
||||
ParentShowHint = True
|
||||
ParentFont = True
|
||||
Sorted = False
|
||||
Style = lbStandard
|
||||
TabOrder = 1
|
||||
TabStop = True
|
||||
TopIndex = -1
|
||||
Visible = True
|
||||
end
|
||||
object ButtonPanel: TButtonPanel
|
||||
Left = 6
|
||||
Height = 48
|
||||
Top = 278
|
||||
Height = 26
|
||||
Top = 294
|
||||
Width = 344
|
||||
HelpContext = 0
|
||||
Align = alBottom
|
||||
AutoSize = True
|
||||
ButtonOrder = boDefault
|
||||
TabOrder = 2
|
||||
DefaultButton = pbOK
|
||||
ShowButtons = [pbOK, pbCancel, pbHelp]
|
||||
ShowGlyphs = [pbOK, pbCancel, pbClose, pbHelp]
|
||||
Visible = True
|
||||
ShowBevel = False
|
||||
end
|
||||
end
|
||||
|
179
ide/condef.lrs
179
ide/condef.lrs
@ -2,130 +2,57 @@
|
||||
|
||||
LazarusResources.Add('TCondForm','FORMDATA',[
|
||||
'TPF0'#9'TCondForm'#8'CondForm'#4'Left'#3'1'#1#6'Height'#3'F'#1#3'Top'#3#9#1#5
|
||||
+'Width'#3'd'#1#11'HelpContext'#2#0#13'ActiveControl'#7#9'FirstTest'#5'Align'
|
||||
+#7#6'alNone'#14'AllowDropFiles'#8#10'AutoScroll'#9#8'AutoSize'#8#11'BorderIc'
|
||||
+'ons'#11#12'biSystemMenu'#0#11'BorderStyle'#7#10'bsSizeable'#7'Caption'#6#19
|
||||
+'Conditional Defines'#28'ChildSizing.LeftRightSpacing'#2#0#28'ChildSizing.To'
|
||||
+'pBottomSpacing'#2#0#29'ChildSizing.HorizontalSpacing'#2#0#27'ChildSizing.Ve'
|
||||
+'rticalSpacing'#2#0#27'ChildSizing.ControlsPerLine'#2#0#12'ClientHeight'#3'F'
|
||||
+#1#11'ClientWidth'#3'd'#1#8'DockSite'#8#8'DragKind'#7#6'dkDrag'#8'DragMode'#7
|
||||
+#8'dmManual'#7'Enabled'#9#11'Font.Height'#2#0#10'Font.Style'#11#0#9'FormStyl'
|
||||
+'e'#7#8'fsNormal'#7'OnClose'#7#13'CondFormCLOSE'#8'OnCreate'#7#14'CondFormCR'
|
||||
+'EATE'#6'OnShow'#7#8'FormShow'#14'ParentBiDiMode'#9#10'ParentFont'#8#8'Posit'
|
||||
+'ion'#7#14'poScreenCenter'#13'ShowInTaskBar'#7#9'stDefault'#14'UseDockManage'
|
||||
+'r'#8#10'LCLVersion'#6#6'0.9.27'#11'WindowState'#7#8'wsNormal'#0#9'TGroupBox'
|
||||
+#15'NewTestGroupBox'#4'Left'#2#6#6'Height'#3#166#0#3'Top'#2#6#5'Width'#3'X'#1
|
||||
+#11'HelpContext'#2#0#5'Align'#7#5'alTop'#8'AutoSize'#9#18'BorderSpacing.Left'
|
||||
+#2#0#17'BorderSpacing.Top'#2#0#19'BorderSpacing.Right'#2#0#20'BorderSpacing.'
|
||||
+'Bottom'#2#0#20'BorderSpacing.Around'#2#6'!BorderSpacing.CellAlignHorizontal'
|
||||
+#7#7'ccaFill'#31'BorderSpacing.CellAlignVertical'#7#7'ccaFill'#7'Caption'#6
|
||||
+#15'NewTestGroupBox'#28'ChildSizing.LeftRightSpacing'#2#0#28'ChildSizing.Top'
|
||||
+'BottomSpacing'#2#0#29'ChildSizing.HorizontalSpacing'#2#0#27'ChildSizing.Ver'
|
||||
+'ticalSpacing'#2#0#27'ChildSizing.ControlsPerLine'#2#0#12'ClientHeight'#3#147
|
||||
+#0#11'ClientWidth'#3'T'#1#5'Ctl3D'#8#8'DockSite'#8#10'DragCursor'#7#6'crDrag'
|
||||
+#8'DragKind'#7#6'dkDrag'#8'DragMode'#7#8'dmManual'#7'Enabled'#9#14'ParentBid'
|
||||
+'iMode'#9#11'ParentColor'#9#11'ParentCtl3D'#9#10'ParentFont'#9#14'ParentShow'
|
||||
+'Hint'#9#8'TabOrder'#2#0#7'TabStop'#8#7'Visible'#9#0#6'TLabel'#10'FirstLabel'
|
||||
+#4'Left'#2#6#6'Height'#2#18#3'Top'#2#6#5'Width'#3'H'#1#11'HelpContext'#2#0#5
|
||||
+'Align'#7#5'alTop'#9'Alignment'#7#13'taLeftJustify'#8'AutoSize'#9#18'BorderS'
|
||||
+'pacing.Left'#2#6#17'BorderSpacing.Top'#2#6#19'BorderSpacing.Right'#2#6#20'B'
|
||||
+'orderSpacing.Bottom'#2#0#20'BorderSpacing.Around'#2#0'!BorderSpacing.CellAl'
|
||||
+'ignHorizontal'#7#7'ccaFill'#31'BorderSpacing.CellAlignVertical'#7#7'ccaFill'
|
||||
+#7'Caption'#6#11'&First test'#10'DragCursor'#7#6'crDrag'#8'DragMode'#7#8'dmM'
|
||||
+'anual'#7'Enabled'#9#6'Layout'#7#5'tlTop'#14'ParentBidiMode'#9#11'ParentColo'
|
||||
+'r'#8#10'ParentFont'#9#14'ParentShowHint'#9#13'ShowAccelChar'#9#11'Transpare'
|
||||
+'nt'#9#7'Visible'#9#8'WordWrap'#8#11'OptimalFill'#8#0#0#6'TLabel'#11'SecondL'
|
||||
+'abel'#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2#18#3'To'
|
||||
+'p'#2';'#5'Width'#3'H'#1#11'HelpContext'#2#0#5'Align'#7#5'alTop'#9'Alignment'
|
||||
+#7#13'taLeftJustify'#8'AutoSize'#9#18'BorderSpacing.Left'#2#6#17'BorderSpaci'
|
||||
+'ng.Top'#2#6#19'BorderSpacing.Right'#2#6#20'BorderSpacing.Bottom'#2#0#20'Bor'
|
||||
+'derSpacing.Around'#2#0'!BorderSpacing.CellAlignHorizontal'#7#7'ccaFill'#31
|
||||
+'BorderSpacing.CellAlignVertical'#7#7'ccaFill'#7'Caption'#6#12'&Second test'
|
||||
+#10'DragCursor'#7#6'crDrag'#8'DragMode'#7#8'dmManual'#7'Enabled'#9#6'Layout'
|
||||
+#7#5'tlTop'#14'ParentBidiMode'#9#11'ParentColor'#8#10'ParentFont'#9#14'Paren'
|
||||
+'tShowHint'#9#13'ShowAccelChar'#9#11'Transparent'#9#7'Visible'#9#8'WordWrap'
|
||||
+#8#11'OptimalFill'#8#0#0#9'TComboBox'#9'FirstTest'#18'AnchorSideTop.Side'#7#9
|
||||
+'asrBottom'#4'Left'#2#6#6'Height'#2#29#3'Top'#2#24#5'Width'#3'H'#1#11'HelpCo'
|
||||
+'ntext'#2#0#7'TabStop'#9#5'Align'#7#5'alTop'#21'ArrowKeysTraverseList'#9#12
|
||||
+'AutoComplete'#8#16'AutoCompleteText'#11#22'cbactEndOfLineComplete'#20'cbact'
|
||||
+'SearchAscending'#0#12'AutoDropDown'#8#10'AutoSelect'#8#8'AutoSize'#9#18'Bor'
|
||||
+'derSpacing.Left'#2#6#17'BorderSpacing.Top'#2#0#19'BorderSpacing.Right'#2#6
|
||||
+#20'BorderSpacing.Bottom'#2#6#20'BorderSpacing.Around'#2#0'!BorderSpacing.Ce'
|
||||
+'llAlignHorizontal'#7#7'ccaFill'#31'BorderSpacing.CellAlignVertical'#7#7'cca'
|
||||
+'Fill'#8'CharCase'#7#8'ecNormal'#5'Ctl3D'#8#10'DragCursor'#7#6'crDrag'#8'Dra'
|
||||
+'gMode'#7#8'dmManual'#13'DropDownCount'#2#8#7'Enabled'#9#10'ItemHeight'#2#0#9
|
||||
+'ItemIndex'#2#0#13'Items.Strings'#1#6#9'MSWINDOWS'#6#4'UNIX'#6#5'LINUX'#6#5
|
||||
+'WIN32'#6#4'CLX_'#6#4'LCL_'#6#4'VCL_'#6#3'FPC'#6#5'KYLIX'#6#6'VER1_0'#0#9'It'
|
||||
+'emWidth'#2#0#9'MaxLength'#2#0#14'ParentBidiMode'#9#11'ParentColor'#8#11'Par'
|
||||
+'entCtl3D'#8#10'ParentFont'#9#14'ParentShowHint'#9#6'Sorted'#8#5'Style'#7#10
|
||||
+'csDropDown'#8'TabOrder'#2#0#4'Text'#6#9'MSWINDOWS'#7'Visible'#9#0#0#9'TComb'
|
||||
+'oBox'#10'SecondTest'#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'#2#6#6'He'
|
||||
+'ight'#2#29#3'Top'#2'M'#5'Width'#3'H'#1#11'HelpContext'#2#0#7'TabStop'#9#5'A'
|
||||
+'lign'#7#5'alTop'#21'ArrowKeysTraverseList'#9#12'AutoComplete'#8#16'AutoComp'
|
||||
+'leteText'#11#22'cbactEndOfLineComplete'#20'cbactSearchAscending'#0#12'AutoD'
|
||||
+'ropDown'#8#10'AutoSelect'#8#8'AutoSize'#9#18'BorderSpacing.Left'#2#6#17'Bor'
|
||||
+'derSpacing.Top'#2#0#19'BorderSpacing.Right'#2#6#20'BorderSpacing.Bottom'#2#6
|
||||
,#20'BorderSpacing.Around'#2#0'!BorderSpacing.CellAlignHorizontal'#7#7'ccaFil'
|
||||
+'l'#31'BorderSpacing.CellAlignVertical'#7#7'ccaFill'#8'CharCase'#7#8'ecNorma'
|
||||
+'l'#5'Ctl3D'#8#10'DragCursor'#7#6'crDrag'#8'DragMode'#7#8'dmManual'#13'DropD'
|
||||
+'ownCount'#2#8#7'Enabled'#9#10'ItemHeight'#2#0#9'ItemIndex'#2#0#13'Items.Str'
|
||||
+'ings'#1#6#4'NONE'#6#4'ELSE'#0#9'ItemWidth'#2#0#9'MaxLength'#2#0#14'ParentBi'
|
||||
+'diMode'#9#11'ParentColor'#8#11'ParentCtl3D'#8#10'ParentFont'#9#14'ParentSho'
|
||||
+'wHint'#9#6'Sorted'#8#5'Style'#7#10'csDropDown'#8'TabOrder'#2#1#4'Text'#6#4
|
||||
+'NONE'#7'Visible'#9#0#0#7'TBitBtn'#6'AddBtn'#22'AnchorSideLeft.Control'#7#15
|
||||
+'NewTestGroupBox'#21'AnchorSideTop.Control'#7#10'SecondTest'#18'AnchorSideTo'
|
||||
+'p.Side'#7#9'asrBottom'#23'AnchorSideRight.Control'#7#10'AddInverse'#4'Left'
|
||||
+#2'U'#6'Height'#2#29#3'Top'#2'p'#5'Width'#2'K'#11'HelpContext'#2#0#5'Align'#7
|
||||
+#6'alNone'#7'Anchors'#11#5'akTop'#7'akRight'#0#8'AutoSize'#9#18'BorderSpacin'
|
||||
+'g.Left'#2#0#17'BorderSpacing.Top'#2#0#19'BorderSpacing.Right'#2#0#20'Border'
|
||||
+'Spacing.Bottom'#2#0#20'BorderSpacing.Around'#2#6'!BorderSpacing.CellAlignHo'
|
||||
+'rizontal'#7#7'ccaFill'#31'BorderSpacing.CellAlignVertical'#7#7'ccaFill'#6'C'
|
||||
+'ancel'#8#7'Caption'#6#4'&Add'#21'Constraints.MinHeight'#2#25#20'Constraints'
|
||||
+'.MinWidth'#2'K'#7'Default'#8#7'Enabled'#9#4'Kind'#7#8'bkCustom'#6'Layout'#7
|
||||
+#11'blGlyphLeft'#6'Margin'#2#255#11'ModalResult'#2#0#9'NumGlyphs'#2#0#7'OnCl'
|
||||
+'ick'#7#11'AddBtnClick'#10'ParentFont'#9#14'ParentShowHint'#9#7'Spacing'#2#3
|
||||
+#8'TabOrder'#2#2#7'TabStop'#9#7'Visible'#9#0#0#7'TButton'#10'AddInverse'#22
|
||||
+'AnchorSideLeft.Control'#7#6'AddBtn'#19'AnchorSideLeft.Side'#7#9'asrBottom'
|
||||
+#21'AnchorSideTop.Control'#7#10'SecondTest'#18'AnchorSideTop.Side'#7#9'asrBo'
|
||||
+'ttom'#23'AnchorSideRight.Control'#7#9'RemoveBtn'#4'Left'#3#166#0#6'Height'#2
|
||||
+#29#3'Top'#2'p'#5'Width'#2'W'#8'HelpType'#7#9'htKeyword'#11'HelpContext'#2#0
|
||||
+#5'Align'#7#6'alNone'#7'Anchors'#11#5'akTop'#7'akRight'#0#8'AutoSize'#9#18'B'
|
||||
+'orderSpacing.Left'#2#0#17'BorderSpacing.Top'#2#0#19'BorderSpacing.Right'#2#0
|
||||
+#20'BorderSpacing.Bottom'#2#0#20'BorderSpacing.Around'#2#6'!BorderSpacing.Ce'
|
||||
+'llAlignHorizontal'#7#7'ccaFill'#31'BorderSpacing.CellAlignVertical'#7#7'cca'
|
||||
+'Fill'#6'Cancel'#8#7'Caption'#6#11'Add Inverse'#21'Constraints.MinHeight'#2
|
||||
+#25#20'Constraints.MinWidth'#2'K'#7'Default'#8#10'DragCursor'#7#6'crDrag'#8
|
||||
+'DragMode'#7#8'dmManual'#7'Enabled'#9#14'ParentBidiMode'#9#11'ModalResult'#2
|
||||
+#0#7'OnClick'#7#15'AddInverseCLICK'#10'ParentFont'#9#14'ParentShowHint'#9#8
|
||||
+'TabOrder'#2#3#7'TabStop'#9#7'Visible'#9#0#0#7'TBitBtn'#9'RemoveBtn'#22'Anch'
|
||||
+'orSideLeft.Control'#7#10'AddInverse'#19'AnchorSideLeft.Side'#7#9'asrBottom'
|
||||
+#21'AnchorSideTop.Control'#7#10'SecondTest'#18'AnchorSideTop.Side'#7#9'asrBo'
|
||||
+'ttom'#23'AnchorSideRight.Control'#7#15'NewTestGroupBox'#20'AnchorSideRight.'
|
||||
+'Side'#7#9'asrBottom'#4'Left'#3#3#1#6'Height'#2#29#3'Top'#2'p'#5'Width'#2'K'
|
||||
+#11'HelpContext'#2#0#5'Align'#7#6'alNone'#7'Anchors'#11#5'akTop'#7'akRight'#0
|
||||
+#8'AutoSize'#9#18'BorderSpacing.Left'#2#0#17'BorderSpacing.Top'#2#0#19'Borde'
|
||||
+'rSpacing.Right'#2#0#20'BorderSpacing.Bottom'#2#0#20'BorderSpacing.Around'#2
|
||||
+#6'!BorderSpacing.CellAlignHorizontal'#7#7'ccaFill'#31'BorderSpacing.CellAli'
|
||||
+'gnVertical'#7#7'ccaFill'#6'Cancel'#8#7'Caption'#6#7'&Remove'#21'Constraints'
|
||||
+'.MinHeight'#2#25#20'Constraints.MinWidth'#2'K'#7'Default'#8#7'Enabled'#9#4
|
||||
+'Kind'#7#8'bkCustom'#6'Layout'#7#11'blGlyphLeft'#6'Margin'#2#255#11'ModalRes'
|
||||
+'ult'#2#0#9'NumGlyphs'#2#0#7'OnClick'#7#14'RemoveBtnClick'#10'ParentFont'#9
|
||||
+#14'ParentShowHint'#9#7'Spacing'#2#3#8'TabOrder'#2#4#7'TabStop'#9#7'Visible'
|
||||
+#9#0#0#0#8'TListBox'#7'ListBox'#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'
|
||||
+#2#6#6'Height'#2'^'#3'Top'#3#178#0#5'Width'#3'X'#1#11'HelpContext'#2#0#5'Ali'
|
||||
+'gn'#7#8'alClient'#7'Anchors'#11#5'akTop'#8'akBottom'#0#18'BorderSpacing.Lef'
|
||||
+'t'#2#0#17'BorderSpacing.Top'#2#0#19'BorderSpacing.Right'#2#0#20'BorderSpaci'
|
||||
+'ng.Bottom'#2#0#20'BorderSpacing.Around'#2#6'!BorderSpacing.CellAlignHorizon'
|
||||
+'tal'#7#7'ccaFill'#31'BorderSpacing.CellAlignVertical'#7#7'ccaFill'#11'Borde'
|
||||
+'rStyle'#7#8'bsSingle'#16'ClickOnSelChange'#9#7'Columns'#2#0#10'DragCursor'#7
|
||||
+#6'crDrag'#8'DragKind'#7#6'dkDrag'#8'DragMode'#7#8'dmManual'#14'ExtendedSele'
|
||||
+'ct'#9#7'Enabled'#9#14'IntegralHeight'#8#10'ItemHeight'#2#0#11'MultiSelect'#8
|
||||
+#10'OnDblClick'#7#15'ListBoxDblClick'#9'OnKeyDown'#7#14'ListBoxKeyDown'#14'P'
|
||||
+'arentBidiMode'#9#14'ParentShowHint'#9#10'ParentFont'#9#6'Sorted'#8#5'Style'
|
||||
+#7#10'lbStandard'#8'TabOrder'#2#1#7'TabStop'#9#8'TopIndex'#2#255#7'Visible'#9
|
||||
+#0#0#12'TButtonPanel'#11'ButtonPanel'#4'Left'#2#6#6'Height'#2'0'#3'Top'#3#22
|
||||
+#1#5'Width'#3'X'#1#11'HelpContext'#2#0#5'Align'#7#8'alBottom'#8'AutoSize'#9
|
||||
+#11'ButtonOrder'#7#9'boDefault'#8'TabOrder'#2#2#13'DefaultButton'#7#4'pbOK'
|
||||
+#11'ShowButtons'#11#4'pbOK'#8'pbCancel'#6'pbHelp'#0#10'ShowGlyphs'#11#4'pbOK'
|
||||
+#8'pbCancel'#7'pbClose'#6'pbHelp'#0#7'Visible'#9#0#0#0
|
||||
+'Width'#3'd'#1#13'ActiveControl'#7#9'FirstTest'#11'BorderIcons'#11#12'biSyst'
|
||||
+'emMenu'#0#7'Caption'#6#19'Conditional Defines'#12'ClientHeight'#3'F'#1#11'C'
|
||||
+'lientWidth'#3'd'#1#7'OnClose'#7#13'CondFormCLOSE'#8'OnCreate'#7#14'CondForm'
|
||||
+'CREATE'#6'OnShow'#7#8'FormShow'#8'Position'#7#14'poScreenCenter'#10'LCLVers'
|
||||
+'ion'#6#6'0.9.27'#0#9'TGroupBox'#15'NewTestGroupBox'#4'Left'#2#6#6'Height'#3
|
||||
+#137#0#3'Top'#2#6#5'Width'#3'X'#1#5'Align'#7#5'alTop'#8'AutoSize'#9#20'Borde'
|
||||
+'rSpacing.Around'#2#6#7'Caption'#6#15'NewTestGroupBox'#12'ClientHeight'#2'w'
|
||||
+#11'ClientWidth'#3'T'#1#8'TabOrder'#2#0#0#6'TLabel'#10'FirstLabel'#4'Left'#2
|
||||
+#6#6'Height'#2#14#3'Top'#2#6#5'Width'#3'H'#1#5'Align'#7#5'alTop'#18'BorderSp'
|
||||
+'acing.Left'#2#6#17'BorderSpacing.Top'#2#6#19'BorderSpacing.Right'#2#6#7'Cap'
|
||||
+'tion'#6#11'&First test'#11'ParentColor'#8#0#0#6'TLabel'#11'SecondLabel'#18
|
||||
+'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2#14#3'Top'#2'/'#5
|
||||
+'Width'#3'H'#1#5'Align'#7#5'alTop'#18'BorderSpacing.Left'#2#6#17'BorderSpaci'
|
||||
+'ng.Top'#2#6#19'BorderSpacing.Right'#2#6#7'Caption'#6#12'&Second test'#11'Pa'
|
||||
+'rentColor'#8#0#0#9'TComboBox'#9'FirstTest'#18'AnchorSideTop.Side'#7#9'asrBo'
|
||||
+'ttom'#4'Left'#2#6#6'Height'#2#21#3'Top'#2#20#5'Width'#3'H'#1#5'Align'#7#5'a'
|
||||
+'lTop'#12'AutoComplete'#8#18'BorderSpacing.Left'#2#6#19'BorderSpacing.Right'
|
||||
+#2#6#20'BorderSpacing.Bottom'#2#6#10'ItemHeight'#2#13#9'ItemIndex'#2#0#13'It'
|
||||
+'ems.Strings'#1#6#9'MSWINDOWS'#6#4'UNIX'#6#5'LINUX'#6#5'WIN32'#6#4'CLX_'#6#4
|
||||
+'LCL_'#6#4'VCL_'#6#3'FPC'#6#5'KYLIX'#6#6'VER1_0'#0#9'ItemWidth'#2#0#8'TabOrd'
|
||||
+'er'#2#0#4'Text'#6#9'MSWINDOWS'#0#0#9'TComboBox'#10'SecondTest'#18'AnchorSid'
|
||||
+'eTop.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2#21#3'Top'#2'='#5'Width'#3
|
||||
+'H'#1#5'Align'#7#5'alTop'#12'AutoComplete'#8#18'BorderSpacing.Left'#2#6#19'B'
|
||||
+'orderSpacing.Right'#2#6#20'BorderSpacing.Bottom'#2#6#10'ItemHeight'#2#13#9
|
||||
+'ItemIndex'#2#0#13'Items.Strings'#1#6#4'NONE'#6#4'ELSE'#0#9'ItemWidth'#2#0#8
|
||||
+'TabOrder'#2#1#4'Text'#6#4'NONE'#0#0#7'TBitBtn'#6'AddBtn'#22'AnchorSideLeft.'
|
||||
+'Control'#7#15'NewTestGroupBox'#21'AnchorSideTop.Control'#7#10'SecondTest'#18
|
||||
+'AnchorSideTop.Side'#7#9'asrBottom'#23'AnchorSideRight.Control'#7#10'AddInve'
|
||||
+'rse'#4'Left'#2'Y'#6'Height'#2#25#3'Top'#2'X'#5'Width'#2'K'#7'Anchors'#11#5
|
||||
+'akTop'#7'akRight'#0#8'AutoSize'#9#20'BorderSpacing.Around'#2#6#7'Caption'#6
|
||||
+#4'&Add'#21'Constraints.MinHeight'#2#25#20'Constraints.MinWidth'#2'K'#9'NumG'
|
||||
+'lyphs'#2#0#7'OnClick'#7#11'AddBtnClick'#8'TabOrder'#2#2#0#0#7'TButton'#10'A'
|
||||
+'ddInverse'#22'AnchorSideLeft.Control'#7#6'AddBtn'#19'AnchorSideLeft.Side'#7
|
||||
+#9'asrBottom'#21'AnchorSideTop.Control'#7#10'SecondTest'#18'AnchorSideTop.Si'
|
||||
+'de'#7#9'asrBottom'#23'AnchorSideRight.Control'#7#9'RemoveBtn'#4'Left'#3#170
|
||||
+#0#6'Height'#2#25#3'Top'#2'X'#5'Width'#2'S'#8'HelpType'#7#9'htKeyword'#7'Anc'
|
||||
+'hors'#11#5'akTop'#7'akRight'#0#8'AutoSize'#9#20'BorderSpacing.Around'#2#6#7
|
||||
+'Caption'#6#11'Add Inverse'#21'Constraints.MinHeight'#2#25#20'Constraints.Mi'
|
||||
+'nWidth'#2'K'#7'OnClick'#7#15'AddInverseCLICK'#8'TabOrder'#2#3#0#0#7'TBitBtn'
|
||||
+#9'RemoveBtn'#22'AnchorSideLeft.Control'#7#10'AddInverse'#19'AnchorSideLeft.'
|
||||
+'Side'#7#9'asrBottom'#21'AnchorSideTop.Control'#7#10'SecondTest'#18'AnchorSi'
|
||||
+'deTop.Side'#7#9'asrBottom'#23'AnchorSideRight.Control'#7#15'NewTestGroupBox'
|
||||
+#20'AnchorSideRight.Side'#7#9'asrBottom'#4'Left'#3#3#1#6'Height'#2#25#3'Top'
|
||||
+#2'X'#5'Width'#2'K'#7'Anchors'#11#5'akTop'#7'akRight'#0#8'AutoSize'#9#20'Bor'
|
||||
+'derSpacing.Around'#2#6#7'Caption'#6#7'&Remove'#21'Constraints.MinHeight'#2
|
||||
+#25#20'Constraints.MinWidth'#2'K'#9'NumGlyphs'#2#0#7'OnClick'#7#14'RemoveBtn'
|
||||
+'Click'#8'TabOrder'#2#4#0#0#0#8'TListBox'#7'ListBox'#18'AnchorSideTop.Side'#7
|
||||
+#9'asrBottom'#4'Left'#2#6#6'Height'#3#139#0#3'Top'#3#149#0#5'Width'#3'X'#1#5
|
||||
+'Align'#7#8'alClient'#7'Anchors'#11#5'akTop'#8'akBottom'#0#20'BorderSpacing.'
|
||||
+'Around'#2#6#10'ItemHeight'#2#0#10'OnDblClick'#7#15'ListBoxDblClick'#9'OnKey'
|
||||
+'Down'#7#14'ListBoxKeyDown'#8'TabOrder'#2#1#0#0#12'TButtonPanel'#11'ButtonPa'
|
||||
+'nel'#4'Left'#2#6#6'Height'#2#26#3'Top'#3'&'#1#5'Width'#3'X'#1#8'TabOrder'#2
|
||||
+#2#11'ShowButtons'#11#4'pbOK'#8'pbCancel'#6'pbHelp'#0#9'ShowBevel'#8#0#0#0
|
||||
]);
|
||||
|
@ -3,269 +3,85 @@ object EditMsgScannersDialog: TEditMsgScannersDialog
|
||||
Height = 354
|
||||
Top = 196
|
||||
Width = 486
|
||||
HelpContext = 0
|
||||
ActiveControl = ScannersListBox
|
||||
Align = alNone
|
||||
AllowDropFiles = False
|
||||
AutoScroll = True
|
||||
AutoSize = False
|
||||
BorderIcons = [biSystemMenu, biMinimize, biMaximize]
|
||||
BorderStyle = bsSizeable
|
||||
Caption = 'EditMsgScannersDialog'
|
||||
ChildSizing.LeftRightSpacing = 0
|
||||
ChildSizing.TopBottomSpacing = 0
|
||||
ChildSizing.HorizontalSpacing = 0
|
||||
ChildSizing.VerticalSpacing = 0
|
||||
ChildSizing.ControlsPerLine = 0
|
||||
ClientHeight = 354
|
||||
ClientWidth = 486
|
||||
DockSite = False
|
||||
DragKind = dkDrag
|
||||
DragMode = dmManual
|
||||
Enabled = True
|
||||
Font.Height = 0
|
||||
Font.Style = []
|
||||
FormStyle = fsNormal
|
||||
OnCreate = FormCreate
|
||||
OnDestroy = FormDestroy
|
||||
ParentBiDiMode = True
|
||||
ParentFont = False
|
||||
Position = poDesigned
|
||||
ShowInTaskBar = stDefault
|
||||
UseDockManager = False
|
||||
LCLVersion = '0.9.27'
|
||||
WindowState = wsNormal
|
||||
object ButtonPanel: TButtonPanel
|
||||
Left = 6
|
||||
Height = 48
|
||||
Top = 306
|
||||
Height = 26
|
||||
Top = 322
|
||||
Width = 474
|
||||
HelpContext = 0
|
||||
Align = alBottom
|
||||
AutoSize = True
|
||||
ButtonOrder = boDefault
|
||||
TabOrder = 0
|
||||
DefaultButton = pbOK
|
||||
ShowButtons = [pbOK, pbCancel, pbHelp]
|
||||
ShowGlyphs = [pbOK, pbCancel, pbClose, pbHelp]
|
||||
Visible = True
|
||||
ShowBevel = False
|
||||
end
|
||||
object AvailableGroupBox: TGroupBox
|
||||
Left = 271
|
||||
Height = 294
|
||||
Height = 310
|
||||
Top = 6
|
||||
Width = 209
|
||||
HelpContext = 0
|
||||
Align = alRight
|
||||
AutoSize = False
|
||||
BorderSpacing.Left = 0
|
||||
BorderSpacing.Top = 0
|
||||
BorderSpacing.Right = 0
|
||||
BorderSpacing.Bottom = 0
|
||||
BorderSpacing.Around = 6
|
||||
BorderSpacing.CellAlignHorizontal = ccaFill
|
||||
BorderSpacing.CellAlignVertical = ccaFill
|
||||
Caption = 'AvailableGroupBox'
|
||||
ChildSizing.LeftRightSpacing = 0
|
||||
ChildSizing.TopBottomSpacing = 0
|
||||
ChildSizing.HorizontalSpacing = 0
|
||||
ChildSizing.VerticalSpacing = 0
|
||||
ChildSizing.ControlsPerLine = 0
|
||||
ClientHeight = 275
|
||||
ClientHeight = 292
|
||||
ClientWidth = 205
|
||||
Ctl3D = False
|
||||
DockSite = False
|
||||
DragCursor = crDrag
|
||||
DragKind = dkDrag
|
||||
DragMode = dmManual
|
||||
Enabled = True
|
||||
ParentBidiMode = True
|
||||
ParentColor = True
|
||||
ParentCtl3D = True
|
||||
ParentFont = True
|
||||
ParentShowHint = True
|
||||
TabOrder = 1
|
||||
TabStop = False
|
||||
Visible = True
|
||||
object AvailableListBox: TListBox
|
||||
Left = 6
|
||||
Height = 263
|
||||
Height = 280
|
||||
Top = 6
|
||||
Width = 193
|
||||
HelpContext = 0
|
||||
Align = alClient
|
||||
BorderSpacing.Left = 0
|
||||
BorderSpacing.Top = 0
|
||||
BorderSpacing.Right = 0
|
||||
BorderSpacing.Bottom = 0
|
||||
BorderSpacing.Around = 6
|
||||
BorderSpacing.CellAlignHorizontal = ccaFill
|
||||
BorderSpacing.CellAlignVertical = ccaFill
|
||||
BorderStyle = bsSingle
|
||||
ClickOnSelChange = True
|
||||
Columns = 0
|
||||
DragCursor = crDrag
|
||||
DragKind = dkDrag
|
||||
DragMode = dmManual
|
||||
ExtendedSelect = True
|
||||
Enabled = True
|
||||
IntegralHeight = False
|
||||
ItemHeight = 0
|
||||
MultiSelect = False
|
||||
ParentBidiMode = True
|
||||
ParentShowHint = True
|
||||
ParentFont = True
|
||||
Sorted = False
|
||||
Style = lbStandard
|
||||
TabOrder = 0
|
||||
TabStop = True
|
||||
TopIndex = -1
|
||||
Visible = True
|
||||
end
|
||||
end
|
||||
object ScannersGroupBox: TGroupBox
|
||||
Left = 6
|
||||
Height = 294
|
||||
Height = 310
|
||||
Top = 6
|
||||
Width = 209
|
||||
HelpContext = 0
|
||||
Align = alClient
|
||||
AutoSize = False
|
||||
BorderSpacing.Left = 0
|
||||
BorderSpacing.Top = 0
|
||||
BorderSpacing.Right = 0
|
||||
BorderSpacing.Bottom = 0
|
||||
BorderSpacing.Around = 6
|
||||
BorderSpacing.CellAlignHorizontal = ccaFill
|
||||
BorderSpacing.CellAlignVertical = ccaFill
|
||||
Caption = 'ScannersGroupBox'
|
||||
ChildSizing.LeftRightSpacing = 0
|
||||
ChildSizing.TopBottomSpacing = 0
|
||||
ChildSizing.HorizontalSpacing = 0
|
||||
ChildSizing.VerticalSpacing = 0
|
||||
ChildSizing.ControlsPerLine = 0
|
||||
ClientHeight = 275
|
||||
ClientHeight = 292
|
||||
ClientWidth = 205
|
||||
Ctl3D = False
|
||||
DockSite = False
|
||||
DragCursor = crDrag
|
||||
DragKind = dkDrag
|
||||
DragMode = dmManual
|
||||
Enabled = True
|
||||
ParentBidiMode = True
|
||||
ParentColor = True
|
||||
ParentCtl3D = True
|
||||
ParentFont = True
|
||||
ParentShowHint = True
|
||||
TabOrder = 2
|
||||
TabStop = False
|
||||
Visible = True
|
||||
object ScannersListBox: TListBox
|
||||
Left = 6
|
||||
Height = 263
|
||||
Height = 280
|
||||
Top = 6
|
||||
Width = 193
|
||||
HelpContext = 0
|
||||
Align = alClient
|
||||
BorderSpacing.Left = 0
|
||||
BorderSpacing.Top = 0
|
||||
BorderSpacing.Right = 0
|
||||
BorderSpacing.Bottom = 0
|
||||
BorderSpacing.Around = 6
|
||||
BorderSpacing.CellAlignHorizontal = ccaFill
|
||||
BorderSpacing.CellAlignVertical = ccaFill
|
||||
BorderStyle = bsSingle
|
||||
ClickOnSelChange = True
|
||||
Columns = 0
|
||||
DragCursor = crDrag
|
||||
DragKind = dkDrag
|
||||
DragMode = dmManual
|
||||
ExtendedSelect = True
|
||||
Enabled = True
|
||||
IntegralHeight = False
|
||||
ItemHeight = 0
|
||||
MultiSelect = False
|
||||
ParentBidiMode = True
|
||||
ParentShowHint = True
|
||||
ParentFont = True
|
||||
Sorted = False
|
||||
Style = lbStandard
|
||||
TabOrder = 0
|
||||
TabStop = True
|
||||
TopIndex = -1
|
||||
Visible = True
|
||||
end
|
||||
end
|
||||
object MoveBtnPanel: TPanel
|
||||
Left = 221
|
||||
Height = 306
|
||||
Height = 316
|
||||
Top = 0
|
||||
Width = 39
|
||||
HelpContext = 0
|
||||
Align = alRight
|
||||
Alignment = taCenter
|
||||
AutoSize = False
|
||||
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 = 306
|
||||
ClientHeight = 316
|
||||
ClientWidth = 39
|
||||
DockSite = False
|
||||
DragCursor = crDrag
|
||||
DragKind = dkDrag
|
||||
DragMode = dmManual
|
||||
Enabled = True
|
||||
FullRepaint = True
|
||||
ParentColor = True
|
||||
ParentFont = True
|
||||
ParentShowHint = True
|
||||
TabOrder = 3
|
||||
TabStop = False
|
||||
Visible = True
|
||||
object AddSpeedButton: TSpeedButton
|
||||
Left = 8
|
||||
Height = 22
|
||||
Top = 84
|
||||
Width = 23
|
||||
HelpContext = 0
|
||||
Align = alNone
|
||||
AllowAllUp = False
|
||||
BorderSpacing.Left = 0
|
||||
BorderSpacing.Top = 0
|
||||
BorderSpacing.Right = 0
|
||||
BorderSpacing.Bottom = 0
|
||||
BorderSpacing.Around = 0
|
||||
BorderSpacing.CellAlignHorizontal = ccaFill
|
||||
BorderSpacing.CellAlignVertical = ccaFill
|
||||
Color = clBtnFace
|
||||
Down = False
|
||||
Enabled = True
|
||||
Flat = False
|
||||
GroupIndex = 0
|
||||
Layout = blGlyphLeft
|
||||
Margin = -1
|
||||
NumGlyphs = 0
|
||||
Spacing = 4
|
||||
Transparent = True
|
||||
Visible = True
|
||||
OnClick = AddSpeedButtonClick
|
||||
ShowCaption = True
|
||||
ShowHint = True
|
||||
ParentFont = True
|
||||
ParentShowHint = False
|
||||
end
|
||||
object RemoveSpeedButton: TSpeedButton
|
||||
@ -273,49 +89,19 @@ object EditMsgScannersDialog: TEditMsgScannersDialog
|
||||
Height = 22
|
||||
Top = 152
|
||||
Width = 23
|
||||
HelpContext = 0
|
||||
Align = alNone
|
||||
AllowAllUp = False
|
||||
BorderSpacing.Left = 0
|
||||
BorderSpacing.Top = 0
|
||||
BorderSpacing.Right = 0
|
||||
BorderSpacing.Bottom = 0
|
||||
BorderSpacing.Around = 0
|
||||
BorderSpacing.CellAlignHorizontal = ccaFill
|
||||
BorderSpacing.CellAlignVertical = ccaFill
|
||||
Color = clBtnFace
|
||||
Down = False
|
||||
Enabled = True
|
||||
Flat = False
|
||||
GroupIndex = 0
|
||||
Layout = blGlyphLeft
|
||||
Margin = -1
|
||||
NumGlyphs = 0
|
||||
Spacing = 4
|
||||
Transparent = True
|
||||
Visible = True
|
||||
OnClick = RemoveSpeedButtonClick
|
||||
ShowCaption = True
|
||||
ShowHint = True
|
||||
ParentFont = True
|
||||
ParentShowHint = False
|
||||
end
|
||||
end
|
||||
object Splitter1: TSplitter
|
||||
Cursor = crHSplit
|
||||
Left = 260
|
||||
Height = 306
|
||||
Height = 316
|
||||
Top = 0
|
||||
Width = 5
|
||||
HelpContext = 0
|
||||
Align = alRight
|
||||
AutoSnap = True
|
||||
Beveled = False
|
||||
MinSize = 30
|
||||
ParentColor = True
|
||||
ParentShowHint = True
|
||||
ResizeAnchor = akRight
|
||||
ResizeStyle = rsUpdate
|
||||
Visible = True
|
||||
end
|
||||
end
|
||||
|
@ -2,101 +2,32 @@
|
||||
|
||||
LazarusResources.Add('TEditMsgScannersDialog','FORMDATA',[
|
||||
'TPF0'#22'TEditMsgScannersDialog'#21'EditMsgScannersDialog'#4'Left'#3'-'#1#6
|
||||
+'Height'#3'b'#1#3'Top'#3#196#0#5'Width'#3#230#1#11'HelpContext'#2#0#13'Activ'
|
||||
+'eControl'#7#15'ScannersListBox'#5'Align'#7#6'alNone'#14'AllowDropFiles'#8#10
|
||||
+'AutoScroll'#9#8'AutoSize'#8#11'BorderIcons'#11#12'biSystemMenu'#10'biMinimi'
|
||||
+'ze'#10'biMaximize'#0#11'BorderStyle'#7#10'bsSizeable'#7'Caption'#6#21'EditM'
|
||||
+'sgScannersDialog'#28'ChildSizing.LeftRightSpacing'#2#0#28'ChildSizing.TopBo'
|
||||
+'ttomSpacing'#2#0#29'ChildSizing.HorizontalSpacing'#2#0#27'ChildSizing.Verti'
|
||||
+'calSpacing'#2#0#27'ChildSizing.ControlsPerLine'#2#0#12'ClientHeight'#3'b'#1
|
||||
+#11'ClientWidth'#3#230#1#8'DockSite'#8#8'DragKind'#7#6'dkDrag'#8'DragMode'#7
|
||||
+#8'dmManual'#7'Enabled'#9#11'Font.Height'#2#0#10'Font.Style'#11#0#9'FormStyl'
|
||||
+'e'#7#8'fsNormal'#8'OnCreate'#7#10'FormCreate'#9'OnDestroy'#7#11'FormDestroy'
|
||||
+#14'ParentBiDiMode'#9#10'ParentFont'#8#8'Position'#7#10'poDesigned'#13'ShowI'
|
||||
+'nTaskBar'#7#9'stDefault'#14'UseDockManager'#8#10'LCLVersion'#6#6'0.9.27'#11
|
||||
+'WindowState'#7#8'wsNormal'#0#12'TButtonPanel'#11'ButtonPanel'#4'Left'#2#6#6
|
||||
+'Height'#2'0'#3'Top'#3'2'#1#5'Width'#3#218#1#11'HelpContext'#2#0#5'Align'#7#8
|
||||
+'alBottom'#8'AutoSize'#9#11'ButtonOrder'#7#9'boDefault'#8'TabOrder'#2#0#13'D'
|
||||
+'efaultButton'#7#4'pbOK'#11'ShowButtons'#11#4'pbOK'#8'pbCancel'#6'pbHelp'#0
|
||||
+#10'ShowGlyphs'#11#4'pbOK'#8'pbCancel'#7'pbClose'#6'pbHelp'#0#7'Visible'#9#0
|
||||
+#0#9'TGroupBox'#17'AvailableGroupBox'#4'Left'#3#15#1#6'Height'#3'&'#1#3'Top'
|
||||
+#2#6#5'Width'#3#209#0#11'HelpContext'#2#0#5'Align'#7#7'alRight'#8'AutoSize'#8
|
||||
+#18'BorderSpacing.Left'#2#0#17'BorderSpacing.Top'#2#0#19'BorderSpacing.Right'
|
||||
+#2#0#20'BorderSpacing.Bottom'#2#0#20'BorderSpacing.Around'#2#6'!BorderSpacin'
|
||||
+'g.CellAlignHorizontal'#7#7'ccaFill'#31'BorderSpacing.CellAlignVertical'#7#7
|
||||
+'ccaFill'#7'Caption'#6#17'AvailableGroupBox'#28'ChildSizing.LeftRightSpacing'
|
||||
+#2#0#28'ChildSizing.TopBottomSpacing'#2#0#29'ChildSizing.HorizontalSpacing'#2
|
||||
+#0#27'ChildSizing.VerticalSpacing'#2#0#27'ChildSizing.ControlsPerLine'#2#0#12
|
||||
+'ClientHeight'#3#19#1#11'ClientWidth'#3#205#0#5'Ctl3D'#8#8'DockSite'#8#10'Dr'
|
||||
+'agCursor'#7#6'crDrag'#8'DragKind'#7#6'dkDrag'#8'DragMode'#7#8'dmManual'#7'E'
|
||||
+'nabled'#9#14'ParentBidiMode'#9#11'ParentColor'#9#11'ParentCtl3D'#9#10'Paren'
|
||||
+'tFont'#9#14'ParentShowHint'#9#8'TabOrder'#2#1#7'TabStop'#8#7'Visible'#9#0#8
|
||||
+'TListBox'#16'AvailableListBox'#4'Left'#2#6#6'Height'#3#7#1#3'Top'#2#6#5'Wid'
|
||||
+'th'#3#193#0#11'HelpContext'#2#0#5'Align'#7#8'alClient'#18'BorderSpacing.Lef'
|
||||
+'t'#2#0#17'BorderSpacing.Top'#2#0#19'BorderSpacing.Right'#2#0#20'BorderSpaci'
|
||||
+'ng.Bottom'#2#0#20'BorderSpacing.Around'#2#6'!BorderSpacing.CellAlignHorizon'
|
||||
+'tal'#7#7'ccaFill'#31'BorderSpacing.CellAlignVertical'#7#7'ccaFill'#11'Borde'
|
||||
+'rStyle'#7#8'bsSingle'#16'ClickOnSelChange'#9#7'Columns'#2#0#10'DragCursor'#7
|
||||
+#6'crDrag'#8'DragKind'#7#6'dkDrag'#8'DragMode'#7#8'dmManual'#14'ExtendedSele'
|
||||
+'ct'#9#7'Enabled'#9#14'IntegralHeight'#8#10'ItemHeight'#2#0#11'MultiSelect'#8
|
||||
+#14'ParentBidiMode'#9#14'ParentShowHint'#9#10'ParentFont'#9#6'Sorted'#8#5'St'
|
||||
+'yle'#7#10'lbStandard'#8'TabOrder'#2#0#7'TabStop'#9#8'TopIndex'#2#255#7'Visi'
|
||||
+'ble'#9#0#0#0#9'TGroupBox'#16'ScannersGroupBox'#4'Left'#2#6#6'Height'#3'&'#1
|
||||
+#3'Top'#2#6#5'Width'#3#209#0#11'HelpContext'#2#0#5'Align'#7#8'alClient'#8'Au'
|
||||
+'toSize'#8#18'BorderSpacing.Left'#2#0#17'BorderSpacing.Top'#2#0#19'BorderSpa'
|
||||
+'cing.Right'#2#0#20'BorderSpacing.Bottom'#2#0#20'BorderSpacing.Around'#2#6'!'
|
||||
+'BorderSpacing.CellAlignHorizontal'#7#7'ccaFill'#31'BorderSpacing.CellAlignV'
|
||||
+'ertical'#7#7'ccaFill'#7'Caption'#6#16'ScannersGroupBox'#28'ChildSizing.Left'
|
||||
+'RightSpacing'#2#0#28'ChildSizing.TopBottomSpacing'#2#0#29'ChildSizing.Horiz'
|
||||
+'ontalSpacing'#2#0#27'ChildSizing.VerticalSpacing'#2#0#27'ChildSizing.Contro'
|
||||
+'lsPerLine'#2#0#12'ClientHeight'#3#19#1#11'ClientWidth'#3#205#0#5'Ctl3D'#8#8
|
||||
+'DockSite'#8#10'DragCursor'#7#6'crDrag'#8'DragKind'#7#6'dkDrag'#8'DragMode'#7
|
||||
+#8'dmManual'#7'Enabled'#9#14'ParentBidiMode'#9#11'ParentColor'#9#11'ParentCt'
|
||||
+'l3D'#9#10'ParentFont'#9#14'ParentShowHint'#9#8'TabOrder'#2#2#7'TabStop'#8#7
|
||||
+'Visible'#9#0#8'TListBox'#15'ScannersListBox'#4'Left'#2#6#6'Height'#3#7#1#3
|
||||
+'Top'#2#6#5'Width'#3#193#0#11'HelpContext'#2#0#5'Align'#7#8'alClient'#18'Bor'
|
||||
+'derSpacing.Left'#2#0#17'BorderSpacing.Top'#2#0#19'BorderSpacing.Right'#2#0
|
||||
+#20'BorderSpacing.Bottom'#2#0#20'BorderSpacing.Around'#2#6'!BorderSpacing.Ce'
|
||||
+'llAlignHorizontal'#7#7'ccaFill'#31'BorderSpacing.CellAlignVertical'#7#7'cca'
|
||||
+'Fill'#11'BorderStyle'#7#8'bsSingle'#16'ClickOnSelChange'#9#7'Columns'#2#0#10
|
||||
+'DragCursor'#7#6'crDrag'#8'DragKind'#7#6'dkDrag'#8'DragMode'#7#8'dmManual'#14
|
||||
+'ExtendedSelect'#9#7'Enabled'#9#14'IntegralHeight'#8#10'ItemHeight'#2#0#11'M'
|
||||
+'ultiSelect'#8#14'ParentBidiMode'#9#14'ParentShowHint'#9#10'ParentFont'#9#6
|
||||
+'Sorted'#8#5'Style'#7#10'lbStandard'#8'TabOrder'#2#0#7'TabStop'#9#8'TopIndex'
|
||||
+#2#255#7'Visible'#9#0#0#0#6'TPanel'#12'MoveBtnPanel'#4'Left'#3#221#0#6'Heigh'
|
||||
+'t'#3'2'#1#3'Top'#2#0#5'Width'#2''''#11'HelpContext'#2#0#5'Align'#7#7'alRigh'
|
||||
,'t'#9'Alignment'#7#8'taCenter'#8'AutoSize'#8#18'BorderSpacing.Left'#2#0#17'B'
|
||||
+'orderSpacing.Top'#2#0#19'BorderSpacing.Right'#2#0#20'BorderSpacing.Bottom'#2
|
||||
+#0#20'BorderSpacing.Around'#2#0'!BorderSpacing.CellAlignHorizontal'#7#7'ccaF'
|
||||
+'ill'#31'BorderSpacing.CellAlignVertical'#7#7'ccaFill'#10'BevelInner'#7#6'bv'
|
||||
+'None'#10'BevelOuter'#7#6'bvNone'#10'BevelWidth'#2#1#11'BorderWidth'#2#0#11
|
||||
+'BorderStyle'#7#6'bsNone'#28'ChildSizing.LeftRightSpacing'#2#0#28'ChildSizin'
|
||||
+'g.TopBottomSpacing'#2#0#29'ChildSizing.HorizontalSpacing'#2#0#27'ChildSizin'
|
||||
+'g.VerticalSpacing'#2#0#27'ChildSizing.ControlsPerLine'#2#0#12'ClientHeight'
|
||||
+#3'2'#1#11'ClientWidth'#2''''#8'DockSite'#8#10'DragCursor'#7#6'crDrag'#8'Dra'
|
||||
+'gKind'#7#6'dkDrag'#8'DragMode'#7#8'dmManual'#7'Enabled'#9#11'FullRepaint'#9
|
||||
+#11'ParentColor'#9#10'ParentFont'#9#14'ParentShowHint'#9#8'TabOrder'#2#3#7'T'
|
||||
+'abStop'#8#7'Visible'#9#0#12'TSpeedButton'#14'AddSpeedButton'#4'Left'#2#8#6
|
||||
+'Height'#2#22#3'Top'#2'T'#5'Width'#2#23#11'HelpContext'#2#0#5'Align'#7#6'alN'
|
||||
+'one'#10'AllowAllUp'#8#18'BorderSpacing.Left'#2#0#17'BorderSpacing.Top'#2#0
|
||||
+#19'BorderSpacing.Right'#2#0#20'BorderSpacing.Bottom'#2#0#20'BorderSpacing.A'
|
||||
+'round'#2#0'!BorderSpacing.CellAlignHorizontal'#7#7'ccaFill'#31'BorderSpacin'
|
||||
+'g.CellAlignVertical'#7#7'ccaFill'#5'Color'#7#9'clBtnFace'#4'Down'#8#7'Enabl'
|
||||
+'ed'#9#4'Flat'#8#10'GroupIndex'#2#0#6'Layout'#7#11'blGlyphLeft'#6'Margin'#2
|
||||
+#255#9'NumGlyphs'#2#0#7'Spacing'#2#4#11'Transparent'#9#7'Visible'#9#7'OnClic'
|
||||
+'k'#7#19'AddSpeedButtonClick'#11'ShowCaption'#9#8'ShowHint'#9#10'ParentFont'
|
||||
+#9#14'ParentShowHint'#8#0#0#12'TSpeedButton'#17'RemoveSpeedButton'#4'Left'#2
|
||||
+#8#6'Height'#2#22#3'Top'#3#152#0#5'Width'#2#23#11'HelpContext'#2#0#5'Align'#7
|
||||
+#6'alNone'#10'AllowAllUp'#8#18'BorderSpacing.Left'#2#0#17'BorderSpacing.Top'
|
||||
+#2#0#19'BorderSpacing.Right'#2#0#20'BorderSpacing.Bottom'#2#0#20'BorderSpaci'
|
||||
+'ng.Around'#2#0'!BorderSpacing.CellAlignHorizontal'#7#7'ccaFill'#31'BorderSp'
|
||||
+'acing.CellAlignVertical'#7#7'ccaFill'#5'Color'#7#9'clBtnFace'#4'Down'#8#7'E'
|
||||
+'nabled'#9#4'Flat'#8#10'GroupIndex'#2#0#6'Layout'#7#11'blGlyphLeft'#6'Margin'
|
||||
+#2#255#9'NumGlyphs'#2#0#7'Spacing'#2#4#11'Transparent'#9#7'Visible'#9#7'OnCl'
|
||||
+'ick'#7#22'RemoveSpeedButtonClick'#11'ShowCaption'#9#8'ShowHint'#9#10'Parent'
|
||||
+'Font'#9#14'ParentShowHint'#8#0#0#0#9'TSplitter'#9'Splitter1'#6'Cursor'#7#8
|
||||
+'crHSplit'#4'Left'#3#4#1#6'Height'#3'2'#1#3'Top'#2#0#5'Width'#2#5#11'HelpCon'
|
||||
+'text'#2#0#5'Align'#7#7'alRight'#8'AutoSnap'#9#7'Beveled'#8#7'MinSize'#2#30
|
||||
+#11'ParentColor'#9#14'ParentShowHint'#9#12'ResizeAnchor'#7#7'akRight'#11'Res'
|
||||
+'izeStyle'#7#8'rsUpdate'#7'Visible'#9#0#0#0
|
||||
+'Height'#3'b'#1#3'Top'#3#196#0#5'Width'#3#230#1#13'ActiveControl'#7#15'Scann'
|
||||
+'ersListBox'#7'Caption'#6#21'EditMsgScannersDialog'#12'ClientHeight'#3'b'#1
|
||||
+#11'ClientWidth'#3#230#1#8'OnCreate'#7#10'FormCreate'#9'OnDestroy'#7#11'Form'
|
||||
+'Destroy'#10'LCLVersion'#6#6'0.9.27'#0#12'TButtonPanel'#11'ButtonPanel'#4'Le'
|
||||
+'ft'#2#6#6'Height'#2#26#3'Top'#3'B'#1#5'Width'#3#218#1#8'TabOrder'#2#0#11'Sh'
|
||||
+'owButtons'#11#4'pbOK'#8'pbCancel'#6'pbHelp'#0#9'ShowBevel'#8#0#0#9'TGroupBo'
|
||||
+'x'#17'AvailableGroupBox'#4'Left'#3#15#1#6'Height'#3'6'#1#3'Top'#2#6#5'Width'
|
||||
+#3#209#0#5'Align'#7#7'alRight'#20'BorderSpacing.Around'#2#6#7'Caption'#6#17
|
||||
+'AvailableGroupBox'#12'ClientHeight'#3'$'#1#11'ClientWidth'#3#205#0#8'TabOrd'
|
||||
+'er'#2#1#0#8'TListBox'#16'AvailableListBox'#4'Left'#2#6#6'Height'#3#24#1#3'T'
|
||||
+'op'#2#6#5'Width'#3#193#0#5'Align'#7#8'alClient'#20'BorderSpacing.Around'#2#6
|
||||
+#10'ItemHeight'#2#0#8'TabOrder'#2#0#0#0#0#9'TGroupBox'#16'ScannersGroupBox'#4
|
||||
+'Left'#2#6#6'Height'#3'6'#1#3'Top'#2#6#5'Width'#3#209#0#5'Align'#7#8'alClien'
|
||||
+'t'#20'BorderSpacing.Around'#2#6#7'Caption'#6#16'ScannersGroupBox'#12'Client'
|
||||
+'Height'#3'$'#1#11'ClientWidth'#3#205#0#8'TabOrder'#2#2#0#8'TListBox'#15'Sca'
|
||||
+'nnersListBox'#4'Left'#2#6#6'Height'#3#24#1#3'Top'#2#6#5'Width'#3#193#0#5'Al'
|
||||
+'ign'#7#8'alClient'#20'BorderSpacing.Around'#2#6#10'ItemHeight'#2#0#8'TabOrd'
|
||||
+'er'#2#0#0#0#0#6'TPanel'#12'MoveBtnPanel'#4'Left'#3#221#0#6'Height'#3'<'#1#3
|
||||
+'Top'#2#0#5'Width'#2''''#5'Align'#7#7'alRight'#10'BevelOuter'#7#6'bvNone'#12
|
||||
+'ClientHeight'#3'<'#1#11'ClientWidth'#2''''#8'TabOrder'#2#3#0#12'TSpeedButto'
|
||||
+'n'#14'AddSpeedButton'#4'Left'#2#8#6'Height'#2#22#3'Top'#2'T'#5'Width'#2#23#5
|
||||
+'Color'#7#9'clBtnFace'#9'NumGlyphs'#2#0#7'OnClick'#7#19'AddSpeedButtonClick'
|
||||
+#8'ShowHint'#9#14'ParentShowHint'#8#0#0#12'TSpeedButton'#17'RemoveSpeedButto'
|
||||
+'n'#4'Left'#2#8#6'Height'#2#22#3'Top'#3#152#0#5'Width'#2#23#5'Color'#7#9'clB'
|
||||
+'tnFace'#9'NumGlyphs'#2#0#7'OnClick'#7#22'RemoveSpeedButtonClick'#8'ShowHint'
|
||||
+#9#14'ParentShowHint'#8#0#0#0#9'TSplitter'#9'Splitter1'#4'Left'#3#4#1#6'Heig'
|
||||
+'ht'#3'<'#1#3'Top'#2#0#5'Width'#2#5#5'Align'#7#7'alRight'#12'ResizeAnchor'#7
|
||||
+#7'akRight'#0#0#0
|
||||
]);
|
||||
|
@ -8,42 +8,46 @@ object EmptyMethodsDialog: TEmptyMethodsDialog
|
||||
ClientHeight = 421
|
||||
ClientWidth = 387
|
||||
OnCreate = FormCreate
|
||||
LCLVersion = '0.9.25'
|
||||
LCLVersion = '0.9.27'
|
||||
object ButtonPanel1: TButtonPanel
|
||||
Left = 6
|
||||
Height = 40
|
||||
Top = 381
|
||||
Height = 26
|
||||
Top = 389
|
||||
Width = 375
|
||||
Align = alBottom
|
||||
AutoSize = True
|
||||
TabOrder = 0
|
||||
ShowButtons = [pbOK, pbCancel]
|
||||
ShowBevel = False
|
||||
end
|
||||
object MethodsGroupBox: TGroupBox
|
||||
Left = 6
|
||||
Height = 249
|
||||
Top = 126
|
||||
Height = 261
|
||||
Top = 122
|
||||
Width = 375
|
||||
Align = alClient
|
||||
BorderSpacing.Around = 6
|
||||
Caption = 'MethodsGroupBox'
|
||||
ClientHeight = 231
|
||||
ClientHeight = 243
|
||||
ClientWidth = 371
|
||||
TabOrder = 1
|
||||
object MethodsSynEdit: TSynEdit
|
||||
Left = 6
|
||||
Height = 219
|
||||
Height = 231
|
||||
Top = 6
|
||||
Width = 359
|
||||
Align = alClient
|
||||
BorderSpacing.Around = 6
|
||||
CFDividerDrawLevel = 0
|
||||
Font.Height = -14
|
||||
Font.Name = 'courier'
|
||||
Font.Pitch = fpFixed
|
||||
Font.Quality = fqNonAntialiased
|
||||
ParentColor = False
|
||||
ParentFont = False
|
||||
TabOrder = 0
|
||||
BookMarkOptions.Xoffset = -18
|
||||
BookMarkOptions.OnChange = nil
|
||||
Gutter.Visible = False
|
||||
Gutter.CodeFoldingWidth = 14
|
||||
Gutter.Width = 0
|
||||
Highlighter = SynPasSyn1
|
||||
Keystrokes = <
|
||||
item
|
||||
@ -370,11 +374,38 @@ object EmptyMethodsDialog: TEmptyMethodsDialog
|
||||
'MethodsSynEdit'
|
||||
)
|
||||
ReadOnly = True
|
||||
BracketHighlightStyle = sbhsBoth
|
||||
object TSynGutterPartList
|
||||
object TSynGutterMarks
|
||||
Width = 23
|
||||
end
|
||||
object TSynGutterLineNumber
|
||||
Width = 17
|
||||
MarkupInfo.Background = clBtnFace
|
||||
MarkupInfo.Foreground = clNone
|
||||
DigitCount = 2
|
||||
ShowOnlyLineNumbersMultiplesOf = 1
|
||||
ZeroStart = False
|
||||
LeadingZeros = False
|
||||
end
|
||||
object TSynGutterChanges
|
||||
Width = 4
|
||||
ModifiedColor = 59900
|
||||
SavedColor = clGreen
|
||||
end
|
||||
object TSynGutterSeparator
|
||||
Width = 2
|
||||
end
|
||||
object TSynGutterCodeFolding
|
||||
MarkupInfo.Background = clNone
|
||||
MarkupInfo.Foreground = clGray
|
||||
end
|
||||
end
|
||||
end
|
||||
end
|
||||
object SectionsGroupBox: TGroupBox
|
||||
Left = 6
|
||||
Height = 114
|
||||
Height = 110
|
||||
Top = 6
|
||||
Width = 375
|
||||
Align = alTop
|
||||
@ -386,14 +417,14 @@ object EmptyMethodsDialog: TEmptyMethodsDialog
|
||||
ChildSizing.HorizontalSpacing = 15
|
||||
ChildSizing.Layout = cclTopToBottomThenLeftToRight
|
||||
ChildSizing.ControlsPerLine = 4
|
||||
ClientHeight = 96
|
||||
ClientHeight = 92
|
||||
ClientWidth = 371
|
||||
TabOrder = 2
|
||||
object PrivateCheckBox: TCheckBox
|
||||
Left = 6
|
||||
Height = 23
|
||||
Top = 6
|
||||
Width = 121
|
||||
Width = 113
|
||||
Caption = 'PrivateCheckBox'
|
||||
OnChange = PrivateCheckBoxChange
|
||||
TabOrder = 0
|
||||
@ -402,31 +433,31 @@ object EmptyMethodsDialog: TEmptyMethodsDialog
|
||||
Left = 6
|
||||
Height = 23
|
||||
Top = 29
|
||||
Width = 121
|
||||
Width = 113
|
||||
Caption = 'ProtectedCheckBox'
|
||||
OnChange = PrivateCheckBoxChange
|
||||
TabOrder = 1
|
||||
end
|
||||
object PublicCheckBox: TCheckBox
|
||||
Left = 6
|
||||
Height = 19
|
||||
Height = 17
|
||||
Top = 52
|
||||
Width = 121
|
||||
Width = 113
|
||||
Caption = 'PublicCheckBox'
|
||||
OnChange = PrivateCheckBoxChange
|
||||
TabOrder = 2
|
||||
end
|
||||
object PublishedCheckBox: TCheckBox
|
||||
Left = 6
|
||||
Height = 19
|
||||
Top = 71
|
||||
Width = 121
|
||||
Height = 17
|
||||
Top = 69
|
||||
Width = 113
|
||||
Caption = 'PublishedCheckBox'
|
||||
OnChange = PrivateCheckBoxChange
|
||||
TabOrder = 3
|
||||
end
|
||||
object AllButton: TButton
|
||||
Left = 142
|
||||
Left = 134
|
||||
Height = 23
|
||||
Top = 6
|
||||
Width = 103
|
||||
@ -435,7 +466,7 @@ object EmptyMethodsDialog: TEmptyMethodsDialog
|
||||
TabOrder = 4
|
||||
end
|
||||
object PublishedButton: TButton
|
||||
Left = 142
|
||||
Left = 134
|
||||
Height = 23
|
||||
Top = 29
|
||||
Width = 103
|
||||
@ -446,6 +477,8 @@ object EmptyMethodsDialog: TEmptyMethodsDialog
|
||||
end
|
||||
object SynPasSyn1: TSynPasSyn
|
||||
Enabled = False
|
||||
CompilerMode = pcmDelphi
|
||||
NestedComments = False
|
||||
left = 103
|
||||
top = 199
|
||||
end
|
||||
|
@ -4,158 +4,89 @@ LazarusResources.Add('TEmptyMethodsDialog','FORMDATA',[
|
||||
'TPF0'#19'TEmptyMethodsDialog'#18'EmptyMethodsDialog'#4'Left'#3'"'#1#6'Height'
|
||||
+#3#165#1#3'Top'#3#202#0#5'Width'#3#131#1#13'ActiveControl'#7#15'PrivateCheck'
|
||||
+'Box'#7'Caption'#6#18'EmptyMethodsDialog'#12'ClientHeight'#3#165#1#11'Client'
|
||||
+'Width'#3#131#1#8'OnCreate'#7#10'FormCreate'#10'LCLVersion'#6#6'0.9.25'#0#12
|
||||
+'TButtonPanel'#12'ButtonPanel1'#4'Left'#2#6#6'Height'#2'('#3'Top'#3'}'#1#5'W'
|
||||
+'idth'#3'w'#1#5'Align'#7#8'alBottom'#8'AutoSize'#9#8'TabOrder'#2#0#11'ShowBu'
|
||||
+'ttons'#11#4'pbOK'#8'pbCancel'#0#0#0#9'TGroupBox'#15'MethodsGroupBox'#4'Left'
|
||||
+#2#6#6'Height'#3#249#0#3'Top'#2'~'#5'Width'#3'w'#1#5'Align'#7#8'alClient'#20
|
||||
+'BorderSpacing.Around'#2#6#7'Caption'#6#15'MethodsGroupBox'#12'ClientHeight'
|
||||
+#3#231#0#11'ClientWidth'#3's'#1#8'TabOrder'#2#1#0#8'TSynEdit'#14'MethodsSynE'
|
||||
+'dit'#4'Left'#2#6#6'Height'#3#219#0#3'Top'#2#6#5'Width'#3'g'#1#5'Align'#7#8
|
||||
+'alClient'#20'BorderSpacing.Around'#2#6#11'Font.Height'#2#242#9'Font.Name'#6
|
||||
+#7'courier'#11'ParentColor'#8#8'TabOrder'#2#0#23'BookMarkOptions.Xoffset'#2
|
||||
+#238#14'Gutter.Visible'#8#23'Gutter.CodeFoldingWidth'#2#14#11'Highlighter'#7
|
||||
+#10'SynPasSyn1'#10'Keystrokes'#14#1#7'Command'#2#3#8'ShortCut'#2'&'#0#1#7'Co'
|
||||
+'mmand'#2'g'#8'ShortCut'#3'& '#0#1#7'Command'#3#211#0#8'ShortCut'#3'&@'#0#1#7
|
||||
+'Command'#2#4#8'ShortCut'#2'('#0#1#7'Command'#2'h'#8'ShortCut'#3'( '#0#1#7'C'
|
||||
+'ommand'#3#212#0#8'ShortCut'#3'(@'#0#1#7'Command'#2#1#8'ShortCut'#2'%'#0#1#7
|
||||
+'Command'#2'e'#8'ShortCut'#3'% '#0#1#7'Command'#2#5#8'ShortCut'#3'%@'#0#1#7
|
||||
+'Command'#2'i'#8'ShortCut'#3'%`'#0#1#7'Command'#2#2#8'ShortCut'#2''''#0#1#7
|
||||
+'Command'#2'f'#8'ShortCut'#3''' '#0#1#7'Command'#2#6#8'ShortCut'#3'''@'#0#1#7
|
||||
+'Command'#2'j'#8'ShortCut'#3'''`'#0#1#7'Command'#2#10#8'ShortCut'#2'"'#0#1#7
|
||||
+'Command'#2'n'#8'ShortCut'#3'" '#0#1#7'Command'#2#14#8'ShortCut'#3'"@'#0#1#7
|
||||
+'Command'#2'r'#8'ShortCut'#3'"`'#0#1#7'Command'#2#9#8'ShortCut'#2'!'#0#1#7'C'
|
||||
+'ommand'#2'm'#8'ShortCut'#3'! '#0#1#7'Command'#2#13#8'ShortCut'#3'!@'#0#1#7
|
||||
+'Command'#2'q'#8'ShortCut'#3'!`'#0#1#7'Command'#2#7#8'ShortCut'#2'$'#0#1#7'C'
|
||||
+'ommand'#2'k'#8'ShortCut'#3'$ '#0#1#7'Command'#2#15#8'ShortCut'#3'$@'#0#1#7
|
||||
+'Command'#2's'#8'ShortCut'#3'$`'#0#1#7'Command'#2#8#8'ShortCut'#2'#'#0#1#7'C'
|
||||
+'ommand'#2'l'#8'ShortCut'#3'# '#0#1#7'Command'#2#16#8'ShortCut'#3'#@'#0#1#7
|
||||
+'Command'#2't'#8'ShortCut'#3'#`'#0#1#7'Command'#3#223#0#8'ShortCut'#2'-'#0#1
|
||||
+#7'Command'#3#201#0#8'ShortCut'#3'-@'#0#1#7'Command'#3'\'#2#8'ShortCut'#3'- '
|
||||
+#0#1#7'Command'#3#246#1#8'ShortCut'#2'.'#0#1#7'Command'#3'['#2#8'ShortCut'#3
|
||||
+'. '#0#1#7'Command'#3#245#1#8'ShortCut'#2#8#0#1#7'Command'#3#245#1#8'ShortCu'
|
||||
+'t'#3#8' '#0#1#7'Command'#3#248#1#8'ShortCut'#3#8'@'#0#1#7'Command'#3'Y'#2#8
|
||||
+'ShortCut'#4#8#128#0#0#0#1#7'Command'#3'Z'#2#8'ShortCut'#4#8#160#0#0#0#1#7'C'
|
||||
+'ommand'#3#253#1#8'ShortCut'#2#13#0#1#7'Command'#3#199#0#8'ShortCut'#3'A@'#0
|
||||
+#1#7'Command'#3#201#0#8'ShortCut'#3'C@'#0#1#7'Command'#3'b'#2#8'ShortCut'#3
|
||||
+'I`'#0#1#7'Command'#3#253#1#8'ShortCut'#3'M@'#0#1#7'Command'#3#254#1#8'Short'
|
||||
+'Cut'#3'N@'#0#1#7'Command'#3#247#1#8'ShortCut'#3'T@'#0#1#7'Command'#3'c'#2#8
|
||||
+'ShortCut'#3'U`'#0#1#7'Command'#3'\'#2#8'ShortCut'#3'V@'#0#1#7'Command'#3'['
|
||||
+#2#8'ShortCut'#3'X@'#0#1#7'Command'#3#251#1#8'ShortCut'#3'Y@'#0#1#7'Command'
|
||||
+#3#250#1#8'ShortCut'#3'Y`'#0#1#7'Command'#3'Y'#2#8'ShortCut'#3'Z@'#0#1#7'Com'
|
||||
+'mand'#3'Z'#2#8'ShortCut'#3'Z`'#0#1#7'Command'#3'-'#1#8'ShortCut'#3'0@'#0#1#7
|
||||
+'Command'#3'.'#1#8'ShortCut'#3'1@'#0#1#7'Command'#3'/'#1#8'ShortCut'#3'2@'#0
|
||||
+#1#7'Command'#3'0'#1#8'ShortCut'#3'3@'#0#1#7'Command'#3'1'#1#8'ShortCut'#3'4'
|
||||
+'@'#0#1#7'Command'#3'2'#1#8'ShortCut'#3'5@'#0#1#7'Command'#3'3'#1#8'ShortCut'
|
||||
+#3'6@'#0#1#7'Command'#3'4'#1#8'ShortCut'#3'7@'#0#1#7'Command'#3'5'#1#8'Short'
|
||||
+'Cut'#3'8@'#0#1#7'Command'#3'6'#1#8'ShortCut'#3'9@'#0#1#7'Command'#3'_'#1#8
|
||||
+'ShortCut'#3'0`'#0#1#7'Command'#3'`'#1#8'ShortCut'#3'1`'#0#1#7'Command'#3'a'
|
||||
+#1#8'ShortCut'#3'2`'#0#1#7'Command'#3'b'#1#8'ShortCut'#3'3`'#0#1#7'Command'#3
|
||||
+'c'#1#8'ShortCut'#3'4`'#0#1#7'Command'#3'd'#1#8'ShortCut'#3'5`'#0#1#7'Comman'
|
||||
+'d'#3'e'#1#8'ShortCut'#3'6`'#0#1#7'Command'#3'f'#1#8'ShortCut'#3'7`'#0#1#7'C'
|
||||
+'ommand'#3'g'#1#8'ShortCut'#3'8`'#0#1#7'Command'#3'h'#1#8'ShortCut'#3'9`'#0#1
|
||||
+#7'Command'#3#231#0#8'ShortCut'#3'N`'#0#1#7'Command'#3#232#0#8'ShortCut'#3'C'
|
||||
+'`'#0#1#7'Command'#3#233#0#8'ShortCut'#3'L`'#0#1#7'Command'#3'd'#2#8'ShortCu'
|
||||
+'t'#2#9#0#1#7'Command'#3'e'#2#8'ShortCut'#3#9' '#0#1#7'Command'#3#250#0#8'Sh'
|
||||
+'ortCut'#3'B`'#0#0#13'Lines.Strings'#1#6#14'MethodsSynEdit'#0#8'ReadOnly'#9#0
|
||||
+#0#0#9'TGroupBox'#16'SectionsGroupBox'#4'Left'#2#6#6'Height'#2'r'#3'Top'#2#6
|
||||
+#5'Width'#3'w'#1#5'Align'#7#5'alTop'#8'AutoSize'#9#20'BorderSpacing.Around'#2
|
||||
+#6#7'Caption'#6#16'SectionsGroupBox'#28'ChildSizing.LeftRightSpacing'#2#6#28
|
||||
+'ChildSizing.TopBottomSpacing'#2#6#29'ChildSizing.HorizontalSpacing'#2#15#18
|
||||
+'ChildSizing.Layout'#7#29'cclTopToBottomThenLeftToRight'#27'ChildSizing.Cont'
|
||||
+'rolsPerLine'#2#4#12'ClientHeight'#2'`'#11'ClientWidth'#3's'#1#8'TabOrder'#2
|
||||
+#2#0#9'TCheckBox'#15'PrivateCheckBox'#4'Left'#2#6#6'Height'#2#23#3'Top'#2#6#5
|
||||
,'Width'#2'y'#7'Caption'#6#15'PrivateCheckBox'#8'OnChange'#7#21'PrivateCheckB'
|
||||
+'oxChange'#8'TabOrder'#2#0#0#0#9'TCheckBox'#17'ProtectedCheckBox'#4'Left'#2#6
|
||||
+#6'Height'#2#23#3'Top'#2#29#5'Width'#2'y'#7'Caption'#6#17'ProtectedCheckBox'
|
||||
+#8'OnChange'#7#21'PrivateCheckBoxChange'#8'TabOrder'#2#1#0#0#9'TCheckBox'#14
|
||||
+'PublicCheckBox'#4'Left'#2#6#6'Height'#2#19#3'Top'#2'4'#5'Width'#2'y'#7'Capt'
|
||||
+'ion'#6#14'PublicCheckBox'#8'OnChange'#7#21'PrivateCheckBoxChange'#8'TabOrde'
|
||||
+'r'#2#2#0#0#9'TCheckBox'#17'PublishedCheckBox'#4'Left'#2#6#6'Height'#2#19#3
|
||||
+'Top'#2'G'#5'Width'#2'y'#7'Caption'#6#17'PublishedCheckBox'#8'OnChange'#7#21
|
||||
+'PrivateCheckBoxChange'#8'TabOrder'#2#3#0#0#7'TButton'#9'AllButton'#4'Left'#3
|
||||
+#142#0#6'Height'#2#23#3'Top'#2#6#5'Width'#2'g'#7'Caption'#6#9'AllButton'#7'O'
|
||||
+'nClick'#7#14'AllButtonClick'#8'TabOrder'#2#4#0#0#7'TButton'#15'PublishedBut'
|
||||
+'ton'#4'Left'#3#142#0#6'Height'#2#23#3'Top'#2#29#5'Width'#2'g'#7'Caption'#6
|
||||
+#15'PublishedButton'#7'OnClick'#7#20'PublishedButtonClick'#8'TabOrder'#2#5#0
|
||||
+#0#0#10'TSynPasSyn'#10'SynPasSyn1'#7'Enabled'#8#4'left'#2'g'#3'top'#3#199#0#0
|
||||
+#0#0#19'TEmptyMethodsDialog'#18'EmptyMethodsDialog'#4'Left'#3'"'#1#6'Height'
|
||||
+#3#165#1#3'Top'#3#202#0#5'Width'#3#131#1#13'ActiveControl'#7#15'PrivateCheck'
|
||||
+'Box'#7'Caption'#6#18'EmptyMethodsDialog'#12'ClientHeight'#3#165#1#11'Client'
|
||||
+'Width'#3#131#1#8'OnCreate'#7#10'FormCreate'#10'LCLVersion'#6#6'0.9.25'#0#12
|
||||
+'TButtonPanel'#12'ButtonPanel1'#4'Left'#2#6#6'Height'#2'('#3'Top'#3'}'#1#5'W'
|
||||
+'idth'#3'w'#1#5'Align'#7#8'alBottom'#8'AutoSize'#9#8'TabOrder'#2#0#11'ShowBu'
|
||||
+'ttons'#11#4'pbOK'#8'pbCancel'#0#0#0#9'TGroupBox'#15'MethodsGroupBox'#4'Left'
|
||||
+#2#6#6'Height'#3#249#0#3'Top'#2'~'#5'Width'#3'w'#1#5'Align'#7#8'alClient'#20
|
||||
+'BorderSpacing.Around'#2#6#7'Caption'#6#15'MethodsGroupBox'#12'ClientHeight'
|
||||
+#3#231#0#11'ClientWidth'#3's'#1#8'TabOrder'#2#1#0#8'TSynEdit'#14'MethodsSynE'
|
||||
+'dit'#4'Left'#2#6#6'Height'#3#219#0#3'Top'#2#6#5'Width'#3'g'#1#5'Align'#7#8
|
||||
+'alClient'#20'BorderSpacing.Around'#2#6#11'Font.Height'#2#242#9'Font.Name'#6
|
||||
+#7'courier'#11'ParentColor'#8#8'TabOrder'#2#0#23'BookMarkOptions.Xoffset'#2
|
||||
+#238#14'Gutter.Visible'#8#23'Gutter.CodeFoldingWidth'#2#14#11'Highlighter'#7
|
||||
+#10'SynPasSyn1'#10'Keystrokes'#14#1#7'Command'#2#3#8'ShortCut'#2'&'#0#1#7'Co'
|
||||
+'mmand'#2'g'#8'ShortCut'#3'& '#0#1#7'Command'#3#211#0#8'ShortCut'#3'&@'#0#1#7
|
||||
+'Command'#2#4#8'ShortCut'#2'('#0#1#7'Command'#2'h'#8'ShortCut'#3'( '#0#1#7'C'
|
||||
+'ommand'#3#212#0#8'ShortCut'#3'(@'#0#1#7'Command'#2#1#8'ShortCut'#2'%'#0#1#7
|
||||
+'Command'#2'e'#8'ShortCut'#3'% '#0#1#7'Command'#2#5#8'ShortCut'#3'%@'#0#1#7
|
||||
+'Command'#2'i'#8'ShortCut'#3'%`'#0#1#7'Command'#2#2#8'ShortCut'#2''''#0#1#7
|
||||
+'Command'#2'f'#8'ShortCut'#3''' '#0#1#7'Command'#2#6#8'ShortCut'#3'''@'#0#1#7
|
||||
+'Command'#2'j'#8'ShortCut'#3'''`'#0#1#7'Command'#2#10#8'ShortCut'#2'"'#0#1#7
|
||||
+'Command'#2'n'#8'ShortCut'#3'" '#0#1#7'Command'#2#14#8'ShortCut'#3'"@'#0#1#7
|
||||
+'Command'#2'r'#8'ShortCut'#3'"`'#0#1#7'Command'#2#9#8'ShortCut'#2'!'#0#1#7'C'
|
||||
+'ommand'#2'm'#8'ShortCut'#3'! '#0#1#7'Command'#2#13#8'ShortCut'#3'!@'#0#1#7
|
||||
+'Command'#2'q'#8'ShortCut'#3'!`'#0#1#7'Command'#2#7#8'ShortCut'#2'$'#0#1#7'C'
|
||||
+'ommand'#2'k'#8'ShortCut'#3'$ '#0#1#7'Command'#2#15#8'ShortCut'#3'$@'#0#1#7
|
||||
+'Command'#2's'#8'ShortCut'#3'$`'#0#1#7'Command'#2#8#8'ShortCut'#2'#'#0#1#7'C'
|
||||
+'ommand'#2'l'#8'ShortCut'#3'# '#0#1#7'Command'#2#16#8'ShortCut'#3'#@'#0#1#7
|
||||
+'Command'#2't'#8'ShortCut'#3'#`'#0#1#7'Command'#3#223#0#8'ShortCut'#2'-'#0#1
|
||||
+#7'Command'#3#201#0#8'ShortCut'#3'-@'#0#1#7'Command'#3'\'#2#8'ShortCut'#3'- '
|
||||
+#0#1#7'Command'#3#246#1#8'ShortCut'#2'.'#0#1#7'Command'#3'['#2#8'ShortCut'#3
|
||||
+'. '#0#1#7'Command'#3#245#1#8'ShortCut'#2#8#0#1#7'Command'#3#245#1#8'ShortCu'
|
||||
+'t'#3#8' '#0#1#7'Command'#3#248#1#8'ShortCut'#3#8'@'#0#1#7'Command'#3'Y'#2#8
|
||||
+'ShortCut'#4#8#128#0#0#0#1#7'Command'#3'Z'#2#8'ShortCut'#4#8#160#0#0#0#1#7'C'
|
||||
+'ommand'#3#253#1#8'ShortCut'#2#13#0#1#7'Command'#3#199#0#8'ShortCut'#3'A@'#0
|
||||
+#1#7'Command'#3#201#0#8'ShortCut'#3'C@'#0#1#7'Command'#3'b'#2#8'ShortCut'#3
|
||||
+'I`'#0#1#7'Command'#3#253#1#8'ShortCut'#3'M@'#0#1#7'Command'#3#254#1#8'Short'
|
||||
+'Cut'#3'N@'#0#1#7'Command'#3#247#1#8'ShortCut'#3'T@'#0#1#7'Command'#3'c'#2#8
|
||||
+'ShortCut'#3'U`'#0#1#7'Command'#3'\'#2#8'ShortCut'#3'V@'#0#1#7'Command'#3'['
|
||||
+#2#8'ShortCut'#3'X@'#0#1#7'Command'#3#251#1#8'ShortCut'#3'Y@'#0#1#7'Command'
|
||||
+#3#250#1#8'ShortCut'#3'Y`'#0#1#7'Command'#3'Y'#2#8'ShortCut'#3'Z@'#0#1#7'Com'
|
||||
+'mand'#3'Z'#2#8'ShortCut'#3'Z`'#0#1#7'Command'#3'-'#1#8'ShortCut'#3'0@'#0#1#7
|
||||
+'Command'#3'.'#1#8'ShortCut'#3'1@'#0#1#7'Command'#3'/'#1#8'ShortCut'#3'2@'#0
|
||||
+#1#7'Command'#3'0'#1#8'ShortCut'#3'3@'#0#1#7'Command'#3'1'#1#8'ShortCut'#3'4'
|
||||
+'@'#0#1#7'Command'#3'2'#1#8'ShortCut'#3'5@'#0#1#7'Command'#3'3'#1#8'ShortCut'
|
||||
+#3'6@'#0#1#7'Command'#3'4'#1#8'ShortCut'#3'7@'#0#1#7'Command'#3'5'#1#8'Short'
|
||||
+'Cut'#3'8@'#0#1#7'Command'#3'6'#1#8'ShortCut'#3'9@'#0#1#7'Command'#3'_'#1#8
|
||||
+'ShortCut'#3'0`'#0#1#7'Command'#3'`'#1#8'ShortCut'#3'1`'#0#1#7'Command'#3'a'
|
||||
+#1#8'ShortCut'#3'2`'#0#1#7'Command'#3'b'#1#8'ShortCut'#3'3`'#0#1#7'Command'#3
|
||||
,'c'#1#8'ShortCut'#3'4`'#0#1#7'Command'#3'd'#1#8'ShortCut'#3'5`'#0#1#7'Comman'
|
||||
+'d'#3'e'#1#8'ShortCut'#3'6`'#0#1#7'Command'#3'f'#1#8'ShortCut'#3'7`'#0#1#7'C'
|
||||
+'ommand'#3'g'#1#8'ShortCut'#3'8`'#0#1#7'Command'#3'h'#1#8'ShortCut'#3'9`'#0#1
|
||||
+#7'Command'#3#231#0#8'ShortCut'#3'N`'#0#1#7'Command'#3#232#0#8'ShortCut'#3'C'
|
||||
+'`'#0#1#7'Command'#3#233#0#8'ShortCut'#3'L`'#0#1#7'Command'#3'd'#2#8'ShortCu'
|
||||
+'t'#2#9#0#1#7'Command'#3'e'#2#8'ShortCut'#3#9' '#0#1#7'Command'#3#250#0#8'Sh'
|
||||
+'ortCut'#3'B`'#0#0#13'Lines.Strings'#1#6#14'MethodsSynEdit'#0#8'ReadOnly'#9#0
|
||||
+#0#0#9'TGroupBox'#16'SectionsGroupBox'#4'Left'#2#6#6'Height'#2'r'#3'Top'#2#6
|
||||
+#5'Width'#3'w'#1#5'Align'#7#5'alTop'#8'AutoSize'#9#20'BorderSpacing.Around'#2
|
||||
+#6#7'Caption'#6#16'SectionsGroupBox'#28'ChildSizing.LeftRightSpacing'#2#6#28
|
||||
+'ChildSizing.TopBottomSpacing'#2#6#29'ChildSizing.HorizontalSpacing'#2#15#18
|
||||
+'ChildSizing.Layout'#7#29'cclTopToBottomThenLeftToRight'#27'ChildSizing.Cont'
|
||||
+'rolsPerLine'#2#4#12'ClientHeight'#2'`'#11'ClientWidth'#3's'#1#8'TabOrder'#2
|
||||
+#2#0#9'TCheckBox'#15'PrivateCheckBox'#4'Left'#2#6#6'Height'#2#23#3'Top'#2#6#5
|
||||
+'Width'#2'y'#7'Caption'#6#15'PrivateCheckBox'#8'OnChange'#7#21'PrivateCheckB'
|
||||
+'oxChange'#8'TabOrder'#2#0#0#0#9'TCheckBox'#17'ProtectedCheckBox'#4'Left'#2#6
|
||||
+#6'Height'#2#23#3'Top'#2#29#5'Width'#2'y'#7'Caption'#6#17'ProtectedCheckBox'
|
||||
+#8'OnChange'#7#21'PrivateCheckBoxChange'#8'TabOrder'#2#1#0#0#9'TCheckBox'#14
|
||||
+'PublicCheckBox'#4'Left'#2#6#6'Height'#2#19#3'Top'#2'4'#5'Width'#2'y'#7'Capt'
|
||||
+'ion'#6#14'PublicCheckBox'#8'OnChange'#7#21'PrivateCheckBoxChange'#8'TabOrde'
|
||||
+'r'#2#2#0#0#9'TCheckBox'#17'PublishedCheckBox'#4'Left'#2#6#6'Height'#2#19#3
|
||||
+'Top'#2'G'#5'Width'#2'y'#7'Caption'#6#17'PublishedCheckBox'#8'OnChange'#7#21
|
||||
+'PrivateCheckBoxChange'#8'TabOrder'#2#3#0#0#7'TButton'#9'AllButton'#4'Left'#3
|
||||
+#142#0#6'Height'#2#23#3'Top'#2#6#5'Width'#2'g'#7'Caption'#6#9'AllButton'#7'O'
|
||||
+'nClick'#7#14'AllButtonClick'#8'TabOrder'#2#4#0#0#7'TButton'#15'PublishedBut'
|
||||
+'ton'#4'Left'#3#142#0#6'Height'#2#23#3'Top'#2#29#5'Width'#2'g'#7'Caption'#6
|
||||
+#15'PublishedButton'#7'OnClick'#7#20'PublishedButtonClick'#8'TabOrder'#2#5#0
|
||||
+#0#0#10'TSynPasSyn'#10'SynPasSyn1'#7'Enabled'#8#4'left'#2'g'#3'top'#3#199#0#0
|
||||
+#0#0
|
||||
+'Width'#3#131#1#8'OnCreate'#7#10'FormCreate'#10'LCLVersion'#6#6'0.9.27'#0#12
|
||||
+'TButtonPanel'#12'ButtonPanel1'#4'Left'#2#6#6'Height'#2#26#3'Top'#3#133#1#5
|
||||
+'Width'#3'w'#1#8'TabOrder'#2#0#11'ShowButtons'#11#4'pbOK'#8'pbCancel'#0#9'Sh'
|
||||
+'owBevel'#8#0#0#9'TGroupBox'#15'MethodsGroupBox'#4'Left'#2#6#6'Height'#3#5#1
|
||||
+#3'Top'#2'z'#5'Width'#3'w'#1#5'Align'#7#8'alClient'#20'BorderSpacing.Around'
|
||||
+#2#6#7'Caption'#6#15'MethodsGroupBox'#12'ClientHeight'#3#243#0#11'ClientWidt'
|
||||
+'h'#3's'#1#8'TabOrder'#2#1#0#8'TSynEdit'#14'MethodsSynEdit'#4'Left'#2#6#6'He'
|
||||
+'ight'#3#231#0#3'Top'#2#6#5'Width'#3'g'#1#5'Align'#7#8'alClient'#20'BorderSp'
|
||||
+'acing.Around'#2#6#18'CFDividerDrawLevel'#2#0#11'Font.Height'#2#242#9'Font.N'
|
||||
+'ame'#6#7'courier'#10'Font.Pitch'#7#7'fpFixed'#12'Font.Quality'#7#16'fqNonAn'
|
||||
+'tialiased'#11'ParentColor'#8#10'ParentFont'#8#8'TabOrder'#2#0#23'BookMarkOp'
|
||||
+'tions.Xoffset'#2#238#24'BookMarkOptions.OnChange'#13#14'Gutter.Visible'#8#12
|
||||
+'Gutter.Width'#2#0#11'Highlighter'#7#10'SynPasSyn1'#10'Keystrokes'#14#1#7'Co'
|
||||
+'mmand'#2#3#8'ShortCut'#2'&'#0#1#7'Command'#2'g'#8'ShortCut'#3'& '#0#1#7'Com'
|
||||
+'mand'#3#211#0#8'ShortCut'#3'&@'#0#1#7'Command'#2#4#8'ShortCut'#2'('#0#1#7'C'
|
||||
+'ommand'#2'h'#8'ShortCut'#3'( '#0#1#7'Command'#3#212#0#8'ShortCut'#3'(@'#0#1
|
||||
+#7'Command'#2#1#8'ShortCut'#2'%'#0#1#7'Command'#2'e'#8'ShortCut'#3'% '#0#1#7
|
||||
+'Command'#2#5#8'ShortCut'#3'%@'#0#1#7'Command'#2'i'#8'ShortCut'#3'%`'#0#1#7
|
||||
+'Command'#2#2#8'ShortCut'#2''''#0#1#7'Command'#2'f'#8'ShortCut'#3''' '#0#1#7
|
||||
+'Command'#2#6#8'ShortCut'#3'''@'#0#1#7'Command'#2'j'#8'ShortCut'#3'''`'#0#1#7
|
||||
+'Command'#2#10#8'ShortCut'#2'"'#0#1#7'Command'#2'n'#8'ShortCut'#3'" '#0#1#7
|
||||
+'Command'#2#14#8'ShortCut'#3'"@'#0#1#7'Command'#2'r'#8'ShortCut'#3'"`'#0#1#7
|
||||
+'Command'#2#9#8'ShortCut'#2'!'#0#1#7'Command'#2'm'#8'ShortCut'#3'! '#0#1#7'C'
|
||||
+'ommand'#2#13#8'ShortCut'#3'!@'#0#1#7'Command'#2'q'#8'ShortCut'#3'!`'#0#1#7
|
||||
+'Command'#2#7#8'ShortCut'#2'$'#0#1#7'Command'#2'k'#8'ShortCut'#3'$ '#0#1#7'C'
|
||||
+'ommand'#2#15#8'ShortCut'#3'$@'#0#1#7'Command'#2's'#8'ShortCut'#3'$`'#0#1#7
|
||||
+'Command'#2#8#8'ShortCut'#2'#'#0#1#7'Command'#2'l'#8'ShortCut'#3'# '#0#1#7'C'
|
||||
+'ommand'#2#16#8'ShortCut'#3'#@'#0#1#7'Command'#2't'#8'ShortCut'#3'#`'#0#1#7
|
||||
+'Command'#3#223#0#8'ShortCut'#2'-'#0#1#7'Command'#3#201#0#8'ShortCut'#3'-@'#0
|
||||
+#1#7'Command'#3'\'#2#8'ShortCut'#3'- '#0#1#7'Command'#3#246#1#8'ShortCut'#2
|
||||
+'.'#0#1#7'Command'#3'['#2#8'ShortCut'#3'. '#0#1#7'Command'#3#245#1#8'ShortCu'
|
||||
+'t'#2#8#0#1#7'Command'#3#245#1#8'ShortCut'#3#8' '#0#1#7'Command'#3#248#1#8'S'
|
||||
+'hortCut'#3#8'@'#0#1#7'Command'#3'Y'#2#8'ShortCut'#4#8#128#0#0#0#1#7'Command'
|
||||
+#3'Z'#2#8'ShortCut'#4#8#160#0#0#0#1#7'Command'#3#253#1#8'ShortCut'#2#13#0#1#7
|
||||
+'Command'#3#199#0#8'ShortCut'#3'A@'#0#1#7'Command'#3#201#0#8'ShortCut'#3'C@'
|
||||
+#0#1#7'Command'#3'b'#2#8'ShortCut'#3'I`'#0#1#7'Command'#3#253#1#8'ShortCut'#3
|
||||
+'M@'#0#1#7'Command'#3#254#1#8'ShortCut'#3'N@'#0#1#7'Command'#3#247#1#8'Short'
|
||||
+'Cut'#3'T@'#0#1#7'Command'#3'c'#2#8'ShortCut'#3'U`'#0#1#7'Command'#3'\'#2#8
|
||||
+'ShortCut'#3'V@'#0#1#7'Command'#3'['#2#8'ShortCut'#3'X@'#0#1#7'Command'#3#251
|
||||
+#1#8'ShortCut'#3'Y@'#0#1#7'Command'#3#250#1#8'ShortCut'#3'Y`'#0#1#7'Command'
|
||||
+#3'Y'#2#8'ShortCut'#3'Z@'#0#1#7'Command'#3'Z'#2#8'ShortCut'#3'Z`'#0#1#7'Comm'
|
||||
+'and'#3'-'#1#8'ShortCut'#3'0@'#0#1#7'Command'#3'.'#1#8'ShortCut'#3'1@'#0#1#7
|
||||
+'Command'#3'/'#1#8'ShortCut'#3'2@'#0#1#7'Command'#3'0'#1#8'ShortCut'#3'3@'#0
|
||||
+#1#7'Command'#3'1'#1#8'ShortCut'#3'4@'#0#1#7'Command'#3'2'#1#8'ShortCut'#3'5'
|
||||
+'@'#0#1#7'Command'#3'3'#1#8'ShortCut'#3'6@'#0#1#7'Command'#3'4'#1#8'ShortCut'
|
||||
+#3'7@'#0#1#7'Command'#3'5'#1#8'ShortCut'#3'8@'#0#1#7'Command'#3'6'#1#8'Short'
|
||||
+'Cut'#3'9@'#0#1#7'Command'#3'_'#1#8'ShortCut'#3'0`'#0#1#7'Command'#3'`'#1#8
|
||||
+'ShortCut'#3'1`'#0#1#7'Command'#3'a'#1#8'ShortCut'#3'2`'#0#1#7'Command'#3'b'
|
||||
+#1#8'ShortCut'#3'3`'#0#1#7'Command'#3'c'#1#8'ShortCut'#3'4`'#0#1#7'Command'#3
|
||||
+'d'#1#8'ShortCut'#3'5`'#0#1#7'Command'#3'e'#1#8'ShortCut'#3'6`'#0#1#7'Comman'
|
||||
+'d'#3'f'#1#8'ShortCut'#3'7`'#0#1#7'Command'#3'g'#1#8'ShortCut'#3'8`'#0#1#7'C'
|
||||
+'ommand'#3'h'#1#8'ShortCut'#3'9`'#0#1#7'Command'#3#231#0#8'ShortCut'#3'N`'#0
|
||||
+#1#7'Command'#3#232#0#8'ShortCut'#3'C`'#0#1#7'Command'#3#233#0#8'ShortCut'#3
|
||||
+'L`'#0#1#7'Command'#3'd'#2#8'ShortCut'#2#9#0#1#7'Command'#3'e'#2#8'ShortCut'
|
||||
+#3#9' '#0#1#7'Command'#3#250#0#8'ShortCut'#3'B`'#0#0#13'Lines.Strings'#1#6#14
|
||||
+'MethodsSynEdit'#0#8'ReadOnly'#9#21'BracketHighlightStyle'#7#8'sbhsBoth'#0#18
|
||||
+'TSynGutterPartList'#0#0#15'TSynGutterMarks'#0#5'Width'#2#23#0#0#20'TSynGutt'
|
||||
+'erLineNumber'#0#5'Width'#2#17#21'MarkupInfo.Background'#7#9'clBtnFace'#21'M'
|
||||
+'arkupInfo.Foreground'#7#6'clNone'#10'DigitCount'#2#2#30'ShowOnlyLineNumbers'
|
||||
+'MultiplesOf'#2#1#9'ZeroStart'#8#12'LeadingZeros'#8#0#0#17'TSynGutterChanges'
|
||||
+#0#5'Width'#2#4#13'ModifiedColor'#4#252#233#0#0#10'SavedColor'#7#7'clGreen'#0
|
||||
,#0#19'TSynGutterSeparator'#0#5'Width'#2#2#0#0#21'TSynGutterCodeFolding'#0#21
|
||||
+'MarkupInfo.Background'#7#6'clNone'#21'MarkupInfo.Foreground'#7#6'clGray'#0#0
|
||||
+#0#0#0#9'TGroupBox'#16'SectionsGroupBox'#4'Left'#2#6#6'Height'#2'n'#3'Top'#2
|
||||
+#6#5'Width'#3'w'#1#5'Align'#7#5'alTop'#8'AutoSize'#9#20'BorderSpacing.Around'
|
||||
+#2#6#7'Caption'#6#16'SectionsGroupBox'#28'ChildSizing.LeftRightSpacing'#2#6
|
||||
+#28'ChildSizing.TopBottomSpacing'#2#6#29'ChildSizing.HorizontalSpacing'#2#15
|
||||
+#18'ChildSizing.Layout'#7#29'cclTopToBottomThenLeftToRight'#27'ChildSizing.C'
|
||||
+'ontrolsPerLine'#2#4#12'ClientHeight'#2'\'#11'ClientWidth'#3's'#1#8'TabOrder'
|
||||
+#2#2#0#9'TCheckBox'#15'PrivateCheckBox'#4'Left'#2#6#6'Height'#2#23#3'Top'#2#6
|
||||
+#5'Width'#2'q'#7'Caption'#6#15'PrivateCheckBox'#8'OnChange'#7#21'PrivateChec'
|
||||
+'kBoxChange'#8'TabOrder'#2#0#0#0#9'TCheckBox'#17'ProtectedCheckBox'#4'Left'#2
|
||||
+#6#6'Height'#2#23#3'Top'#2#29#5'Width'#2'q'#7'Caption'#6#17'ProtectedCheckBo'
|
||||
+'x'#8'OnChange'#7#21'PrivateCheckBoxChange'#8'TabOrder'#2#1#0#0#9'TCheckBox'
|
||||
+#14'PublicCheckBox'#4'Left'#2#6#6'Height'#2#17#3'Top'#2'4'#5'Width'#2'q'#7'C'
|
||||
+'aption'#6#14'PublicCheckBox'#8'OnChange'#7#21'PrivateCheckBoxChange'#8'TabO'
|
||||
+'rder'#2#2#0#0#9'TCheckBox'#17'PublishedCheckBox'#4'Left'#2#6#6'Height'#2#17
|
||||
+#3'Top'#2'E'#5'Width'#2'q'#7'Caption'#6#17'PublishedCheckBox'#8'OnChange'#7
|
||||
+#21'PrivateCheckBoxChange'#8'TabOrder'#2#3#0#0#7'TButton'#9'AllButton'#4'Lef'
|
||||
+'t'#3#134#0#6'Height'#2#23#3'Top'#2#6#5'Width'#2'g'#7'Caption'#6#9'AllButton'
|
||||
+#7'OnClick'#7#14'AllButtonClick'#8'TabOrder'#2#4#0#0#7'TButton'#15'Published'
|
||||
+'Button'#4'Left'#3#134#0#6'Height'#2#23#3'Top'#2#29#5'Width'#2'g'#7'Caption'
|
||||
+#6#15'PublishedButton'#7'OnClick'#7#20'PublishedButtonClick'#8'TabOrder'#2#5
|
||||
+#0#0#0#10'TSynPasSyn'#10'SynPasSyn1'#7'Enabled'#8#12'CompilerMode'#7#9'pcmDe'
|
||||
+'lphi'#14'NestedComments'#8#4'left'#2'g'#3'top'#3#199#0#0#0#0
|
||||
]);
|
||||
|
@ -3,92 +3,39 @@ object EncloseSelectionDialog: TEncloseSelectionDialog
|
||||
Height = 244
|
||||
Top = 231
|
||||
Width = 331
|
||||
HelpContext = 0
|
||||
ActiveControl = ButtonPanel.CloseButton
|
||||
Align = alNone
|
||||
AllowDropFiles = False
|
||||
AutoScroll = True
|
||||
AutoSize = False
|
||||
BorderIcons = [biSystemMenu, biMinimize, biMaximize]
|
||||
BorderStyle = bsSizeable
|
||||
Caption = 'Enclose Selection'
|
||||
ChildSizing.LeftRightSpacing = 0
|
||||
ChildSizing.TopBottomSpacing = 0
|
||||
ChildSizing.HorizontalSpacing = 0
|
||||
ChildSizing.VerticalSpacing = 0
|
||||
ChildSizing.ControlsPerLine = 0
|
||||
ClientHeight = 244
|
||||
ClientWidth = 331
|
||||
DockSite = False
|
||||
DragKind = dkDrag
|
||||
DragMode = dmManual
|
||||
Enabled = True
|
||||
Font.Height = 0
|
||||
Font.Style = []
|
||||
FormStyle = fsNormal
|
||||
OnCreate = EncloseSelectionDialogCREATE
|
||||
ParentBiDiMode = True
|
||||
ParentFont = False
|
||||
Position = poScreenCenter
|
||||
ShowInTaskBar = stDefault
|
||||
UseDockManager = False
|
||||
LCLVersion = '0.9.27'
|
||||
WindowState = wsNormal
|
||||
object TypeRadiogroup: TRadioGroup
|
||||
Left = 6
|
||||
Height = 184
|
||||
Height = 200
|
||||
Top = 6
|
||||
Width = 319
|
||||
HelpContext = 0
|
||||
Align = alClient
|
||||
AutoFill = True
|
||||
AutoSize = False
|
||||
BorderSpacing.Left = 0
|
||||
BorderSpacing.Top = 0
|
||||
BorderSpacing.Right = 0
|
||||
BorderSpacing.Bottom = 0
|
||||
BorderSpacing.Around = 6
|
||||
BorderSpacing.CellAlignHorizontal = ccaFill
|
||||
BorderSpacing.CellAlignVertical = ccaFill
|
||||
Caption = 'Type'
|
||||
ChildSizing.LeftRightSpacing = 6
|
||||
ChildSizing.TopBottomSpacing = 6
|
||||
ChildSizing.HorizontalSpacing = 0
|
||||
ChildSizing.VerticalSpacing = 0
|
||||
ChildSizing.EnlargeHorizontal = crsHomogenousChildResize
|
||||
ChildSizing.EnlargeVertical = crsHomogenousChildResize
|
||||
ChildSizing.ShrinkHorizontal = crsScaleChilds
|
||||
ChildSizing.ShrinkVertical = crsScaleChilds
|
||||
ChildSizing.Layout = cclLeftToRightThenTopToBottom
|
||||
ChildSizing.ControlsPerLine = 1
|
||||
ColumnLayout = clHorizontalThenVertical
|
||||
Columns = 1
|
||||
Ctl3D = False
|
||||
DragCursor = crDrag
|
||||
DragMode = dmManual
|
||||
Enabled = True
|
||||
ItemIndex = -1
|
||||
ParentFont = True
|
||||
ParentColor = True
|
||||
ParentCtl3D = True
|
||||
ParentShowHint = True
|
||||
TabOrder = 0
|
||||
TabStop = True
|
||||
Visible = True
|
||||
end
|
||||
object ButtonPanel: TButtonPanel
|
||||
Left = 6
|
||||
Height = 48
|
||||
Top = 196
|
||||
Height = 26
|
||||
Top = 212
|
||||
Width = 319
|
||||
HelpContext = 0
|
||||
Align = alBottom
|
||||
AutoSize = True
|
||||
ButtonOrder = boDefault
|
||||
TabOrder = 1
|
||||
DefaultButton = pbOK
|
||||
ShowButtons = [pbOK, pbCancel]
|
||||
ShowGlyphs = [pbOK, pbCancel, pbClose, pbHelp]
|
||||
Visible = True
|
||||
ShowBevel = False
|
||||
end
|
||||
end
|
||||
|
@ -2,37 +2,18 @@
|
||||
|
||||
LazarusResources.Add('TEncloseSelectionDialog','FORMDATA',[
|
||||
'TPF0'#23'TEncloseSelectionDialog'#22'EncloseSelectionDialog'#4'Left'#3'?'#1#6
|
||||
+'Height'#3#244#0#3'Top'#3#231#0#5'Width'#3'K'#1#11'HelpContext'#2#0#13'Activ'
|
||||
+'eControl'#7#23'ButtonPanel.CloseButton'#5'Align'#7#6'alNone'#14'AllowDropFi'
|
||||
+'les'#8#10'AutoScroll'#9#8'AutoSize'#8#11'BorderIcons'#11#12'biSystemMenu'#10
|
||||
+'biMinimize'#10'biMaximize'#0#11'BorderStyle'#7#10'bsSizeable'#7'Caption'#6
|
||||
+#17'Enclose Selection'#28'ChildSizing.LeftRightSpacing'#2#0#28'ChildSizing.T'
|
||||
+'opBottomSpacing'#2#0#29'ChildSizing.HorizontalSpacing'#2#0#27'ChildSizing.V'
|
||||
+'erticalSpacing'#2#0#27'ChildSizing.ControlsPerLine'#2#0#12'ClientHeight'#3
|
||||
+#244#0#11'ClientWidth'#3'K'#1#8'DockSite'#8#8'DragKind'#7#6'dkDrag'#8'DragMo'
|
||||
+'de'#7#8'dmManual'#7'Enabled'#9#11'Font.Height'#2#0#10'Font.Style'#11#0#9'Fo'
|
||||
+'rmStyle'#7#8'fsNormal'#8'OnCreate'#7#28'EncloseSelectionDialogCREATE'#14'Pa'
|
||||
+'rentBiDiMode'#9#10'ParentFont'#8#8'Position'#7#14'poScreenCenter'#13'ShowIn'
|
||||
+'TaskBar'#7#9'stDefault'#14'UseDockManager'#8#10'LCLVersion'#6#6'0.9.27'#11
|
||||
+'WindowState'#7#8'wsNormal'#0#11'TRadioGroup'#14'TypeRadiogroup'#4'Left'#2#6
|
||||
+#6'Height'#3#184#0#3'Top'#2#6#5'Width'#3'?'#1#11'HelpContext'#2#0#5'Align'#7
|
||||
+#8'alClient'#8'AutoFill'#9#8'AutoSize'#8#18'BorderSpacing.Left'#2#0#17'Borde'
|
||||
+'rSpacing.Top'#2#0#19'BorderSpacing.Right'#2#0#20'BorderSpacing.Bottom'#2#0
|
||||
+#20'BorderSpacing.Around'#2#6'!BorderSpacing.CellAlignHorizontal'#7#7'ccaFil'
|
||||
+'l'#31'BorderSpacing.CellAlignVertical'#7#7'ccaFill'#7'Caption'#6#4'Type'#28
|
||||
+'ChildSizing.LeftRightSpacing'#2#6#28'ChildSizing.TopBottomSpacing'#2#6#29'C'
|
||||
+'hildSizing.HorizontalSpacing'#2#0#27'ChildSizing.VerticalSpacing'#2#0#29'Ch'
|
||||
+'ildSizing.EnlargeHorizontal'#7#24'crsHomogenousChildResize'#27'ChildSizing.'
|
||||
+'EnlargeVertical'#7#24'crsHomogenousChildResize'#28'ChildSizing.ShrinkHorizo'
|
||||
+'ntal'#7#14'crsScaleChilds'#26'ChildSizing.ShrinkVertical'#7#14'crsScaleChil'
|
||||
+'ds'#18'ChildSizing.Layout'#7#29'cclLeftToRightThenTopToBottom'#27'ChildSizi'
|
||||
+'ng.ControlsPerLine'#2#1#12'ColumnLayout'#7#24'clHorizontalThenVertical'#7'C'
|
||||
+'olumns'#2#1#5'Ctl3D'#8#10'DragCursor'#7#6'crDrag'#8'DragMode'#7#8'dmManual'
|
||||
+#7'Enabled'#9#9'ItemIndex'#2#255#10'ParentFont'#9#11'ParentColor'#9#11'Paren'
|
||||
+'tCtl3D'#9#14'ParentShowHint'#9#8'TabOrder'#2#0#7'TabStop'#9#7'Visible'#9#0#0
|
||||
+#12'TButtonPanel'#11'ButtonPanel'#4'Left'#2#6#6'Height'#2'0'#3'Top'#3#196#0#5
|
||||
+'Width'#3'?'#1#11'HelpContext'#2#0#5'Align'#7#8'alBottom'#8'AutoSize'#9#11'B'
|
||||
+'uttonOrder'#7#9'boDefault'#8'TabOrder'#2#1#13'DefaultButton'#7#4'pbOK'#11'S'
|
||||
+'howButtons'#11#4'pbOK'#8'pbCancel'#0#10'ShowGlyphs'#11#4'pbOK'#8'pbCancel'#7
|
||||
+'pbClose'#6'pbHelp'#0#7'Visible'#9#0#0#0
|
||||
+'Height'#3#244#0#3'Top'#3#231#0#5'Width'#3'K'#1#7'Caption'#6#17'Enclose Sele'
|
||||
+'ction'#12'ClientHeight'#3#244#0#11'ClientWidth'#3'K'#1#8'OnCreate'#7#28'Enc'
|
||||
+'loseSelectionDialogCREATE'#8'Position'#7#14'poScreenCenter'#10'LCLVersion'#6
|
||||
+#6'0.9.27'#0#11'TRadioGroup'#14'TypeRadiogroup'#4'Left'#2#6#6'Height'#3#200#0
|
||||
+#3'Top'#2#6#5'Width'#3'?'#1#5'Align'#7#8'alClient'#8'AutoFill'#9#20'BorderSp'
|
||||
+'acing.Around'#2#6#7'Caption'#6#4'Type'#28'ChildSizing.LeftRightSpacing'#2#6
|
||||
+#28'ChildSizing.TopBottomSpacing'#2#6#29'ChildSizing.EnlargeHorizontal'#7#24
|
||||
+'crsHomogenousChildResize'#27'ChildSizing.EnlargeVertical'#7#24'crsHomogenou'
|
||||
+'sChildResize'#28'ChildSizing.ShrinkHorizontal'#7#14'crsScaleChilds'#26'Chil'
|
||||
+'dSizing.ShrinkVertical'#7#14'crsScaleChilds'#18'ChildSizing.Layout'#7#29'cc'
|
||||
+'lLeftToRightThenTopToBottom'#27'ChildSizing.ControlsPerLine'#2#1#8'TabOrder'
|
||||
+#2#0#7'TabStop'#9#0#0#12'TButtonPanel'#11'ButtonPanel'#4'Left'#2#6#6'Height'
|
||||
+#2#26#3'Top'#3#212#0#5'Width'#3'?'#1#8'TabOrder'#2#1#11'ShowButtons'#11#4'pb'
|
||||
+'OK'#8'pbCancel'#0#9'ShowBevel'#8#0#0#0
|
||||
]);
|
||||
|
@ -3,209 +3,87 @@ object ExternalToolDialog: TExternalToolDialog
|
||||
Height = 347
|
||||
Top = 226
|
||||
Width = 410
|
||||
HelpContext = 0
|
||||
ActiveControl = ListBox
|
||||
Align = alNone
|
||||
AllowDropFiles = False
|
||||
AutoScroll = True
|
||||
AutoSize = False
|
||||
BorderIcons = [biSystemMenu, biMinimize, biMaximize]
|
||||
BorderStyle = bsSizeToolWin
|
||||
Caption = 'ExternalToolDialog'
|
||||
ChildSizing.LeftRightSpacing = 0
|
||||
ChildSizing.TopBottomSpacing = 0
|
||||
ChildSizing.HorizontalSpacing = 0
|
||||
ChildSizing.VerticalSpacing = 0
|
||||
ChildSizing.ControlsPerLine = 0
|
||||
ClientHeight = 347
|
||||
ClientWidth = 410
|
||||
DockSite = False
|
||||
DragKind = dkDrag
|
||||
DragMode = dmManual
|
||||
Enabled = True
|
||||
Font.Height = 0
|
||||
Font.Style = []
|
||||
FormStyle = fsNormal
|
||||
ParentBiDiMode = True
|
||||
ParentFont = False
|
||||
Position = poScreenCenter
|
||||
ShowInTaskBar = stDefault
|
||||
UseDockManager = False
|
||||
LCLVersion = '0.9.27'
|
||||
WindowState = wsNormal
|
||||
object ToolBar: TToolBar
|
||||
Left = 0
|
||||
Height = 48
|
||||
Top = 0
|
||||
Width = 410
|
||||
HelpContext = 0
|
||||
AutoSize = True
|
||||
BorderSpacing.Left = 0
|
||||
BorderSpacing.Top = 0
|
||||
BorderSpacing.Right = 0
|
||||
BorderSpacing.Bottom = 0
|
||||
BorderSpacing.Around = 0
|
||||
BorderSpacing.CellAlignHorizontal = ccaFill
|
||||
BorderSpacing.CellAlignVertical = ccaFill
|
||||
BorderWidth = 0
|
||||
ButtonHeight = 46
|
||||
ButtonWidth = 47
|
||||
Caption = 'ToolBar'
|
||||
ChildSizing.LeftRightSpacing = 0
|
||||
ChildSizing.TopBottomSpacing = 0
|
||||
ChildSizing.HorizontalSpacing = 0
|
||||
ChildSizing.VerticalSpacing = 0
|
||||
ChildSizing.ControlsPerLine = 0
|
||||
Ctl3D = False
|
||||
DragCursor = crDrag
|
||||
DragKind = dkDrag
|
||||
DragMode = dmManual
|
||||
EdgeInner = esRaised
|
||||
EdgeOuter = esLowered
|
||||
Enabled = True
|
||||
Flat = True
|
||||
ParentColor = True
|
||||
ParentFont = True
|
||||
ParentShowHint = False
|
||||
ShowCaptions = True
|
||||
ShowHint = True
|
||||
TabOrder = 0
|
||||
TabStop = False
|
||||
Visible = True
|
||||
object MoveDownButton: TToolButton
|
||||
Left = 1
|
||||
Top = 48
|
||||
HelpContext = 0
|
||||
Left = 283
|
||||
Top = 2
|
||||
Caption = 'MoveDownButton'
|
||||
DragCursor = crDrag
|
||||
DragKind = dkDrag
|
||||
DragMode = dmManual
|
||||
Enabled = True
|
||||
ImageIndex = 4
|
||||
ParentShowHint = True
|
||||
Visible = True
|
||||
OnClick = MoveDownButtonClick
|
||||
end
|
||||
object MoveUpButton: TToolButton
|
||||
Left = 261
|
||||
Left = 204
|
||||
Top = 2
|
||||
HelpContext = 0
|
||||
Caption = 'MoveUpButton'
|
||||
DragCursor = crDrag
|
||||
DragKind = dkDrag
|
||||
DragMode = dmManual
|
||||
Enabled = True
|
||||
ImageIndex = 3
|
||||
ParentShowHint = True
|
||||
Visible = True
|
||||
OnClick = MoveUpButtonClick
|
||||
end
|
||||
object EditButton: TToolButton
|
||||
Left = 179
|
||||
Left = 139
|
||||
Top = 2
|
||||
HelpContext = 0
|
||||
Caption = 'EditButton'
|
||||
DragCursor = crDrag
|
||||
DragKind = dkDrag
|
||||
DragMode = dmManual
|
||||
Enabled = True
|
||||
ImageIndex = 2
|
||||
ParentShowHint = True
|
||||
Visible = True
|
||||
OnClick = EditButtonClick
|
||||
end
|
||||
object RemoveButton: TToolButton
|
||||
Left = 77
|
||||
Left = 60
|
||||
Top = 2
|
||||
HelpContext = 0
|
||||
Caption = 'RemoveButton'
|
||||
DragCursor = crDrag
|
||||
DragKind = dkDrag
|
||||
DragMode = dmManual
|
||||
Enabled = True
|
||||
ImageIndex = 1
|
||||
ParentShowHint = True
|
||||
Visible = True
|
||||
OnClick = RemoveButtonClick
|
||||
end
|
||||
object AddButton: TToolButton
|
||||
Left = 1
|
||||
Top = 2
|
||||
HelpContext = 0
|
||||
Caption = 'AddButton'
|
||||
DragCursor = crDrag
|
||||
DragKind = dkDrag
|
||||
DragMode = dmManual
|
||||
Enabled = True
|
||||
ImageIndex = 0
|
||||
ParentShowHint = True
|
||||
Visible = True
|
||||
OnClick = AddButtonClick
|
||||
end
|
||||
object tbSeparator: TToolButton
|
||||
Left = 254
|
||||
Left = 197
|
||||
Top = 2
|
||||
Width = 7
|
||||
HelpContext = 0
|
||||
Caption = 'tbSeparator'
|
||||
DragCursor = crDrag
|
||||
DragKind = dkDrag
|
||||
DragMode = dmManual
|
||||
Enabled = True
|
||||
ParentShowHint = True
|
||||
Style = tbsDivider
|
||||
Visible = True
|
||||
end
|
||||
end
|
||||
object ListBox: TListBox
|
||||
Left = 0
|
||||
Height = 245
|
||||
Height = 261
|
||||
Top = 48
|
||||
Width = 410
|
||||
HelpContext = 0
|
||||
Align = alClient
|
||||
BorderSpacing.Left = 0
|
||||
BorderSpacing.Top = 0
|
||||
BorderSpacing.Right = 0
|
||||
BorderSpacing.Bottom = 6
|
||||
BorderSpacing.Around = 0
|
||||
BorderSpacing.CellAlignHorizontal = ccaFill
|
||||
BorderSpacing.CellAlignVertical = ccaFill
|
||||
BorderStyle = bsSingle
|
||||
ClickOnSelChange = True
|
||||
Columns = 0
|
||||
DragCursor = crDrag
|
||||
DragKind = dkDrag
|
||||
DragMode = dmManual
|
||||
ExtendedSelect = True
|
||||
Enabled = True
|
||||
IntegralHeight = False
|
||||
ItemHeight = 0
|
||||
MultiSelect = False
|
||||
OnClick = ListboxClick
|
||||
ParentBidiMode = True
|
||||
ParentShowHint = True
|
||||
ParentFont = True
|
||||
Sorted = False
|
||||
Style = lbStandard
|
||||
TabOrder = 1
|
||||
TabStop = True
|
||||
TopIndex = -1
|
||||
Visible = True
|
||||
end
|
||||
object ButtonPanel: TButtonPanel
|
||||
Left = 6
|
||||
Height = 48
|
||||
Top = 299
|
||||
Height = 26
|
||||
Top = 315
|
||||
Width = 398
|
||||
HelpContext = 0
|
||||
Align = alBottom
|
||||
AutoSize = True
|
||||
ButtonOrder = boDefault
|
||||
TabOrder = 2
|
||||
DefaultButton = pbOK
|
||||
ShowButtons = [pbOK, pbCancel, pbHelp]
|
||||
ShowGlyphs = [pbOK, pbCancel, pbClose, pbHelp]
|
||||
Visible = True
|
||||
ShowBevel = False
|
||||
end
|
||||
end
|
||||
|
@ -2,66 +2,27 @@
|
||||
|
||||
LazarusResources.Add('TExternalToolDialog','FORMDATA',[
|
||||
'TPF0'#19'TExternalToolDialog'#18'ExternalToolDialog'#4'Left'#3'N'#1#6'Height'
|
||||
+#3'['#1#3'Top'#3#226#0#5'Width'#3#154#1#11'HelpContext'#2#0#13'ActiveControl'
|
||||
+#7#7'ListBox'#5'Align'#7#6'alNone'#14'AllowDropFiles'#8#10'AutoScroll'#9#8'A'
|
||||
+'utoSize'#8#11'BorderIcons'#11#12'biSystemMenu'#10'biMinimize'#10'biMaximize'
|
||||
+#0#11'BorderStyle'#7#13'bsSizeToolWin'#7'Caption'#6#18'ExternalToolDialog'#28
|
||||
+'ChildSizing.LeftRightSpacing'#2#0#28'ChildSizing.TopBottomSpacing'#2#0#29'C'
|
||||
+'hildSizing.HorizontalSpacing'#2#0#27'ChildSizing.VerticalSpacing'#2#0#27'Ch'
|
||||
+'ildSizing.ControlsPerLine'#2#0#12'ClientHeight'#3'['#1#11'ClientWidth'#3#154
|
||||
+#1#8'DockSite'#8#8'DragKind'#7#6'dkDrag'#8'DragMode'#7#8'dmManual'#7'Enabled'
|
||||
+#9#11'Font.Height'#2#0#10'Font.Style'#11#0#9'FormStyle'#7#8'fsNormal'#14'Par'
|
||||
+'entBiDiMode'#9#10'ParentFont'#8#8'Position'#7#14'poScreenCenter'#13'ShowInT'
|
||||
+'askBar'#7#9'stDefault'#14'UseDockManager'#8#10'LCLVersion'#6#6'0.9.27'#11'W'
|
||||
+'indowState'#7#8'wsNormal'#0#8'TToolBar'#7'ToolBar'#4'Left'#2#0#6'Height'#2
|
||||
+'0'#3'Top'#2#0#5'Width'#3#154#1#11'HelpContext'#2#0#8'AutoSize'#9#18'BorderS'
|
||||
+'pacing.Left'#2#0#17'BorderSpacing.Top'#2#0#19'BorderSpacing.Right'#2#0#20'B'
|
||||
+'orderSpacing.Bottom'#2#0#20'BorderSpacing.Around'#2#0'!BorderSpacing.CellAl'
|
||||
+'ignHorizontal'#7#7'ccaFill'#31'BorderSpacing.CellAlignVertical'#7#7'ccaFill'
|
||||
+#11'BorderWidth'#2#0#12'ButtonHeight'#2'.'#11'ButtonWidth'#2'/'#7'Caption'#6
|
||||
+#7'ToolBar'#28'ChildSizing.LeftRightSpacing'#2#0#28'ChildSizing.TopBottomSpa'
|
||||
+'cing'#2#0#29'ChildSizing.HorizontalSpacing'#2#0#27'ChildSizing.VerticalSpac'
|
||||
+'ing'#2#0#27'ChildSizing.ControlsPerLine'#2#0#5'Ctl3D'#8#10'DragCursor'#7#6
|
||||
+'crDrag'#8'DragKind'#7#6'dkDrag'#8'DragMode'#7#8'dmManual'#9'EdgeInner'#7#8
|
||||
+'esRaised'#9'EdgeOuter'#7#9'esLowered'#7'Enabled'#9#4'Flat'#9#11'ParentColor'
|
||||
+#9#10'ParentFont'#9#14'ParentShowHint'#8#12'ShowCaptions'#9#8'ShowHint'#9#8
|
||||
+'TabOrder'#2#0#7'TabStop'#8#7'Visible'#9#0#11'TToolButton'#14'MoveDownButton'
|
||||
+#4'Left'#2#1#3'Top'#2'0'#11'HelpContext'#2#0#7'Caption'#6#14'MoveDownButton'
|
||||
+#10'DragCursor'#7#6'crDrag'#8'DragKind'#7#6'dkDrag'#8'DragMode'#7#8'dmManual'
|
||||
+#7'Enabled'#9#10'ImageIndex'#2#4#14'ParentShowHint'#9#7'Visible'#9#7'OnClick'
|
||||
+#7#19'MoveDownButtonClick'#0#0#11'TToolButton'#12'MoveUpButton'#4'Left'#3#5#1
|
||||
+#3'Top'#2#2#11'HelpContext'#2#0#7'Caption'#6#12'MoveUpButton'#10'DragCursor'
|
||||
+#7#6'crDrag'#8'DragKind'#7#6'dkDrag'#8'DragMode'#7#8'dmManual'#7'Enabled'#9
|
||||
+#10'ImageIndex'#2#3#14'ParentShowHint'#9#7'Visible'#9#7'OnClick'#7#17'MoveUp'
|
||||
+'ButtonClick'#0#0#11'TToolButton'#10'EditButton'#4'Left'#3#179#0#3'Top'#2#2
|
||||
+#11'HelpContext'#2#0#7'Caption'#6#10'EditButton'#10'DragCursor'#7#6'crDrag'#8
|
||||
+'DragKind'#7#6'dkDrag'#8'DragMode'#7#8'dmManual'#7'Enabled'#9#10'ImageIndex'
|
||||
+#2#2#14'ParentShowHint'#9#7'Visible'#9#7'OnClick'#7#15'EditButtonClick'#0#0
|
||||
+#11'TToolButton'#12'RemoveButton'#4'Left'#2'M'#3'Top'#2#2#11'HelpContext'#2#0
|
||||
+#7'Caption'#6#12'RemoveButton'#10'DragCursor'#7#6'crDrag'#8'DragKind'#7#6'dk'
|
||||
+'Drag'#8'DragMode'#7#8'dmManual'#7'Enabled'#9#10'ImageIndex'#2#1#14'ParentSh'
|
||||
+'owHint'#9#7'Visible'#9#7'OnClick'#7#17'RemoveButtonClick'#0#0#11'TToolButto'
|
||||
+'n'#9'AddButton'#4'Left'#2#1#3'Top'#2#2#11'HelpContext'#2#0#7'Caption'#6#9'A'
|
||||
+'ddButton'#10'DragCursor'#7#6'crDrag'#8'DragKind'#7#6'dkDrag'#8'DragMode'#7#8
|
||||
+'dmManual'#7'Enabled'#9#10'ImageIndex'#2#0#14'ParentShowHint'#9#7'Visible'#9
|
||||
+#7'OnClick'#7#14'AddButtonClick'#0#0#11'TToolButton'#11'tbSeparator'#4'Left'
|
||||
+#3#254#0#3'Top'#2#2#5'Width'#2#7#11'HelpContext'#2#0#7'Caption'#6#11'tbSepar'
|
||||
+'ator'#10'DragCursor'#7#6'crDrag'#8'DragKind'#7#6'dkDrag'#8'DragMode'#7#8'dm'
|
||||
+'Manual'#7'Enabled'#9#14'ParentShowHint'#9#5'Style'#7#10'tbsDivider'#7'Visib'
|
||||
+'le'#9#0#0#0#8'TListBox'#7'ListBox'#4'Left'#2#0#6'Height'#3#245#0#3'Top'#2'0'
|
||||
+#5'Width'#3#154#1#11'HelpContext'#2#0#5'Align'#7#8'alClient'#18'BorderSpacin'
|
||||
+'g.Left'#2#0#17'BorderSpacing.Top'#2#0#19'BorderSpacing.Right'#2#0#20'Border'
|
||||
+'Spacing.Bottom'#2#6#20'BorderSpacing.Around'#2#0'!BorderSpacing.CellAlignHo'
|
||||
+'rizontal'#7#7'ccaFill'#31'BorderSpacing.CellAlignVertical'#7#7'ccaFill'#11
|
||||
+'BorderStyle'#7#8'bsSingle'#16'ClickOnSelChange'#9#7'Columns'#2#0#10'DragCur'
|
||||
+'sor'#7#6'crDrag'#8'DragKind'#7#6'dkDrag'#8'DragMode'#7#8'dmManual'#14'Exten'
|
||||
+'dedSelect'#9#7'Enabled'#9#14'IntegralHeight'#8#10'ItemHeight'#2#0#11'MultiS'
|
||||
+'elect'#8#7'OnClick'#7#12'ListboxClick'#14'ParentBidiMode'#9#14'ParentShowHi'
|
||||
+'nt'#9#10'ParentFont'#9#6'Sorted'#8#5'Style'#7#10'lbStandard'#8'TabOrder'#2#1
|
||||
+#7'TabStop'#9#8'TopIndex'#2#255#7'Visible'#9#0#0#12'TButtonPanel'#11'ButtonP'
|
||||
+'anel'#4'Left'#2#6#6'Height'#2'0'#3'Top'#3'+'#1#5'Width'#3#142#1#11'HelpCont'
|
||||
+'ext'#2#0#5'Align'#7#8'alBottom'#8'AutoSize'#9#11'ButtonOrder'#7#9'boDefault'
|
||||
+#8'TabOrder'#2#2#13'DefaultButton'#7#4'pbOK'#11'ShowButtons'#11#4'pbOK'#8'pb'
|
||||
+'Cancel'#6'pbHelp'#0#10'ShowGlyphs'#11#4'pbOK'#8'pbCancel'#7'pbClose'#6'pbHe'
|
||||
+'lp'#0#7'Visible'#9#0#0#0
|
||||
+#3'['#1#3'Top'#3#226#0#5'Width'#3#154#1#13'ActiveControl'#7#7'ListBox'#11'Bo'
|
||||
+'rderStyle'#7#13'bsSizeToolWin'#7'Caption'#6#18'ExternalToolDialog'#12'Clien'
|
||||
+'tHeight'#3'['#1#11'ClientWidth'#3#154#1#8'Position'#7#14'poScreenCenter'#10
|
||||
+'LCLVersion'#6#6'0.9.27'#0#8'TToolBar'#7'ToolBar'#4'Left'#2#0#6'Height'#2'0'
|
||||
+#3'Top'#2#0#5'Width'#3#154#1#8'AutoSize'#9#12'ButtonHeight'#2'.'#11'ButtonWi'
|
||||
+'dth'#2'/'#7'Caption'#6#7'ToolBar'#14'ParentShowHint'#8#12'ShowCaptions'#9#8
|
||||
+'ShowHint'#9#8'TabOrder'#2#0#0#11'TToolButton'#14'MoveDownButton'#4'Left'#3
|
||||
+#27#1#3'Top'#2#2#7'Caption'#6#14'MoveDownButton'#10'ImageIndex'#2#4#7'OnClic'
|
||||
+'k'#7#19'MoveDownButtonClick'#0#0#11'TToolButton'#12'MoveUpButton'#4'Left'#3
|
||||
+#204#0#3'Top'#2#2#7'Caption'#6#12'MoveUpButton'#10'ImageIndex'#2#3#7'OnClick'
|
||||
+#7#17'MoveUpButtonClick'#0#0#11'TToolButton'#10'EditButton'#4'Left'#3#139#0#3
|
||||
+'Top'#2#2#7'Caption'#6#10'EditButton'#10'ImageIndex'#2#2#7'OnClick'#7#15'Edi'
|
||||
+'tButtonClick'#0#0#11'TToolButton'#12'RemoveButton'#4'Left'#2'<'#3'Top'#2#2#7
|
||||
+'Caption'#6#12'RemoveButton'#10'ImageIndex'#2#1#7'OnClick'#7#17'RemoveButton'
|
||||
+'Click'#0#0#11'TToolButton'#9'AddButton'#4'Left'#2#1#3'Top'#2#2#7'Caption'#6
|
||||
+#9'AddButton'#10'ImageIndex'#2#0#7'OnClick'#7#14'AddButtonClick'#0#0#11'TToo'
|
||||
+'lButton'#11'tbSeparator'#4'Left'#3#197#0#3'Top'#2#2#5'Width'#2#7#7'Caption'
|
||||
+#6#11'tbSeparator'#5'Style'#7#10'tbsDivider'#0#0#0#8'TListBox'#7'ListBox'#4
|
||||
+'Left'#2#0#6'Height'#3#5#1#3'Top'#2'0'#5'Width'#3#154#1#5'Align'#7#8'alClien'
|
||||
+'t'#20'BorderSpacing.Bottom'#2#6#10'ItemHeight'#2#0#7'OnClick'#7#12'ListboxC'
|
||||
+'lick'#8'TabOrder'#2#1#0#0#12'TButtonPanel'#11'ButtonPanel'#4'Left'#2#6#6'He'
|
||||
+'ight'#2#26#3'Top'#3';'#1#5'Width'#3#142#1#8'TabOrder'#2#2#11'ShowButtons'#11
|
||||
+#4'pbOK'#8'pbCancel'#6'pbHelp'#0#9'ShowBevel'#8#0#0#0
|
||||
]);
|
||||
|
@ -3,176 +3,64 @@ object ExternalToolOptionDlg: TExternalToolOptionDlg
|
||||
Height = 501
|
||||
Top = 210
|
||||
Width = 661
|
||||
HelpContext = 0
|
||||
ActiveControl = TitleEdit
|
||||
Align = alNone
|
||||
AllowDropFiles = False
|
||||
AutoScroll = True
|
||||
AutoSize = False
|
||||
BorderIcons = [biSystemMenu, biMinimize, biMaximize]
|
||||
BorderStyle = bsSizeable
|
||||
Caption = 'ExternalToolOptionDlg'
|
||||
ChildSizing.LeftRightSpacing = 0
|
||||
ChildSizing.TopBottomSpacing = 0
|
||||
ChildSizing.HorizontalSpacing = 0
|
||||
ChildSizing.VerticalSpacing = 0
|
||||
ChildSizing.ControlsPerLine = 0
|
||||
ClientHeight = 501
|
||||
ClientWidth = 661
|
||||
Constraints.MinHeight = 350
|
||||
Constraints.MinWidth = 350
|
||||
DockSite = False
|
||||
DragKind = dkDrag
|
||||
DragMode = dmManual
|
||||
Enabled = True
|
||||
Font.Height = 0
|
||||
Font.Style = []
|
||||
FormStyle = fsNormal
|
||||
KeyPreview = True
|
||||
OnCreate = FormCreate
|
||||
OnDestroy = FormDestroy
|
||||
ParentBiDiMode = True
|
||||
ParentFont = False
|
||||
Position = poScreenCenter
|
||||
ShowInTaskBar = stDefault
|
||||
UseDockManager = False
|
||||
LCLVersion = '0.9.27'
|
||||
WindowState = wsNormal
|
||||
object TitleLabel: TLabel
|
||||
AnchorSideLeft.Control = Owner
|
||||
AnchorSideTop.Control = TitleEdit
|
||||
AnchorSideTop.Side = asrCenter
|
||||
Left = 6
|
||||
Height = 18
|
||||
Top = 8
|
||||
Width = 61
|
||||
HelpContext = 0
|
||||
Align = alNone
|
||||
Alignment = taLeftJustify
|
||||
AutoSize = True
|
||||
Height = 14
|
||||
Top = 10
|
||||
Width = 46
|
||||
BorderSpacing.Left = 6
|
||||
BorderSpacing.Top = 0
|
||||
BorderSpacing.Right = 0
|
||||
BorderSpacing.Bottom = 0
|
||||
BorderSpacing.Around = 0
|
||||
BorderSpacing.CellAlignHorizontal = ccaFill
|
||||
BorderSpacing.CellAlignVertical = ccaFill
|
||||
Caption = 'TitleLabel'
|
||||
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 FilenameLabel: TLabel
|
||||
AnchorSideLeft.Control = Owner
|
||||
AnchorSideTop.Control = FilenameEdit
|
||||
AnchorSideTop.Side = asrCenter
|
||||
Left = 6
|
||||
Height = 18
|
||||
Top = 37
|
||||
Width = 92
|
||||
HelpContext = 0
|
||||
Align = alNone
|
||||
Alignment = taLeftJustify
|
||||
AutoSize = True
|
||||
Height = 14
|
||||
Top = 39
|
||||
Width = 68
|
||||
BorderSpacing.Left = 6
|
||||
BorderSpacing.Top = 0
|
||||
BorderSpacing.Right = 0
|
||||
BorderSpacing.Bottom = 0
|
||||
BorderSpacing.Around = 0
|
||||
BorderSpacing.CellAlignHorizontal = ccaFill
|
||||
BorderSpacing.CellAlignVertical = ccaFill
|
||||
Caption = 'FilenameLabel'
|
||||
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 ParametersLabel: TLabel
|
||||
AnchorSideLeft.Control = Owner
|
||||
AnchorSideTop.Control = ParametersEdit
|
||||
AnchorSideTop.Side = asrCenter
|
||||
Left = 6
|
||||
Height = 18
|
||||
Top = 66
|
||||
Width = 109
|
||||
HelpContext = 0
|
||||
Align = alNone
|
||||
Alignment = taLeftJustify
|
||||
AutoSize = True
|
||||
Height = 14
|
||||
Top = 68
|
||||
Width = 81
|
||||
BorderSpacing.Left = 6
|
||||
BorderSpacing.Top = 0
|
||||
BorderSpacing.Right = 0
|
||||
BorderSpacing.Bottom = 0
|
||||
BorderSpacing.Around = 0
|
||||
BorderSpacing.CellAlignHorizontal = ccaFill
|
||||
BorderSpacing.CellAlignVertical = ccaFill
|
||||
Caption = 'ParametersLabel'
|
||||
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 WorkingDirLabel: TLabel
|
||||
AnchorSideLeft.Control = Owner
|
||||
AnchorSideTop.Control = WorkingDirEdit
|
||||
AnchorSideTop.Side = asrCenter
|
||||
Left = 6
|
||||
Height = 18
|
||||
Top = 95
|
||||
Width = 102
|
||||
HelpContext = 0
|
||||
Align = alNone
|
||||
Alignment = taLeftJustify
|
||||
AutoSize = True
|
||||
Height = 14
|
||||
Top = 97
|
||||
Width = 78
|
||||
BorderSpacing.Left = 6
|
||||
BorderSpacing.Top = 0
|
||||
BorderSpacing.Right = 0
|
||||
BorderSpacing.Bottom = 0
|
||||
BorderSpacing.Around = 0
|
||||
BorderSpacing.CellAlignHorizontal = ccaFill
|
||||
BorderSpacing.CellAlignVertical = ccaFill
|
||||
Caption = 'WorkingDirLabel'
|
||||
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 TitleEdit: TEdit
|
||||
AnchorSideTop.Control = Owner
|
||||
@ -182,33 +70,10 @@ object ExternalToolOptionDlg: TExternalToolOptionDlg
|
||||
Height = 23
|
||||
Top = 6
|
||||
Width = 527
|
||||
HelpContext = 0
|
||||
Align = alNone
|
||||
Anchors = [akTop, akLeft, akRight]
|
||||
AutoSize = False
|
||||
AutoSelect = False
|
||||
BorderSpacing.Left = 0
|
||||
BorderSpacing.Top = 0
|
||||
BorderSpacing.Right = 0
|
||||
BorderSpacing.Bottom = 0
|
||||
BorderSpacing.Around = 6
|
||||
BorderSpacing.CellAlignHorizontal = ccaFill
|
||||
BorderSpacing.CellAlignVertical = ccaFill
|
||||
CharCase = ecNormal
|
||||
DragCursor = crDrag
|
||||
DragMode = dmManual
|
||||
EchoMode = emNormal
|
||||
Enabled = True
|
||||
MaxLength = -1
|
||||
ParentBidiMode = True
|
||||
ParentFont = True
|
||||
ParentShowHint = True
|
||||
PasswordChar = #0
|
||||
ReadOnly = False
|
||||
TabStop = True
|
||||
TabOrder = 0
|
||||
Text = 'TitleEdit'
|
||||
Visible = True
|
||||
end
|
||||
object FilenameEdit: TEdit
|
||||
AnchorSideLeft.Control = TitleEdit
|
||||
@ -218,34 +83,12 @@ object ExternalToolOptionDlg: TExternalToolOptionDlg
|
||||
Left = 128
|
||||
Height = 23
|
||||
Top = 35
|
||||
Width = 497
|
||||
HelpContext = 0
|
||||
Align = alNone
|
||||
Width = 486
|
||||
Anchors = [akTop, akLeft, akRight]
|
||||
AutoSize = False
|
||||
AutoSelect = False
|
||||
BorderSpacing.Left = 0
|
||||
BorderSpacing.Top = 6
|
||||
BorderSpacing.Right = 6
|
||||
BorderSpacing.Bottom = 0
|
||||
BorderSpacing.Around = 0
|
||||
BorderSpacing.CellAlignHorizontal = ccaFill
|
||||
BorderSpacing.CellAlignVertical = ccaFill
|
||||
CharCase = ecNormal
|
||||
DragCursor = crDrag
|
||||
DragMode = dmManual
|
||||
EchoMode = emNormal
|
||||
Enabled = True
|
||||
MaxLength = -1
|
||||
ParentBidiMode = True
|
||||
ParentFont = True
|
||||
ParentShowHint = True
|
||||
PasswordChar = #0
|
||||
ReadOnly = False
|
||||
TabStop = True
|
||||
TabOrder = 1
|
||||
Text = 'FilenameEdit'
|
||||
Visible = True
|
||||
end
|
||||
object OpenButton: TButton
|
||||
AnchorSideTop.Control = FilenameEdit
|
||||
@ -253,36 +96,18 @@ object ExternalToolOptionDlg: TExternalToolOptionDlg
|
||||
AnchorSideRight.Side = asrBottom
|
||||
AnchorSideBottom.Control = FilenameEdit
|
||||
AnchorSideBottom.Side = asrBottom
|
||||
Left = 631
|
||||
Left = 620
|
||||
Height = 23
|
||||
Top = 35
|
||||
Width = 24
|
||||
HelpContext = 0
|
||||
Align = alNone
|
||||
Width = 35
|
||||
Anchors = [akTop, akRight, akBottom]
|
||||
AutoSize = True
|
||||
BorderSpacing.Left = 0
|
||||
BorderSpacing.Top = 0
|
||||
BorderSpacing.Right = 6
|
||||
BorderSpacing.Bottom = 0
|
||||
BorderSpacing.Around = 0
|
||||
BorderSpacing.CellAlignHorizontal = ccaFill
|
||||
BorderSpacing.CellAlignVertical = ccaFill
|
||||
Cancel = False
|
||||
Caption = '...'
|
||||
Default = False
|
||||
DragCursor = crDrag
|
||||
DragMode = dmManual
|
||||
Enabled = True
|
||||
ParentBidiMode = True
|
||||
ModalResult = 0
|
||||
OnClick = OpenButtonClick
|
||||
ParentFont = True
|
||||
ParentShowHint = False
|
||||
ShowHint = True
|
||||
TabOrder = 2
|
||||
TabStop = True
|
||||
Visible = True
|
||||
end
|
||||
object ParametersEdit: TEdit
|
||||
AnchorSideLeft.Control = TitleEdit
|
||||
@ -294,33 +119,11 @@ object ExternalToolOptionDlg: TExternalToolOptionDlg
|
||||
Height = 23
|
||||
Top = 64
|
||||
Width = 527
|
||||
HelpContext = 0
|
||||
Align = alNone
|
||||
Anchors = [akTop, akLeft, akRight]
|
||||
AutoSize = False
|
||||
AutoSelect = False
|
||||
BorderSpacing.Left = 0
|
||||
BorderSpacing.Top = 6
|
||||
BorderSpacing.Right = 6
|
||||
BorderSpacing.Bottom = 0
|
||||
BorderSpacing.Around = 0
|
||||
BorderSpacing.CellAlignHorizontal = ccaFill
|
||||
BorderSpacing.CellAlignVertical = ccaFill
|
||||
CharCase = ecNormal
|
||||
DragCursor = crDrag
|
||||
DragMode = dmManual
|
||||
EchoMode = emNormal
|
||||
Enabled = True
|
||||
MaxLength = -1
|
||||
ParentBidiMode = True
|
||||
ParentFont = True
|
||||
ParentShowHint = True
|
||||
PasswordChar = #0
|
||||
ReadOnly = False
|
||||
TabStop = True
|
||||
TabOrder = 3
|
||||
Text = 'ParametersEdit'
|
||||
Visible = True
|
||||
end
|
||||
object WorkingDirEdit: TEdit
|
||||
AnchorSideLeft.Control = TitleEdit
|
||||
@ -332,33 +135,11 @@ object ExternalToolOptionDlg: TExternalToolOptionDlg
|
||||
Height = 23
|
||||
Top = 93
|
||||
Width = 527
|
||||
HelpContext = 0
|
||||
Align = alNone
|
||||
Anchors = [akTop, akLeft, akRight]
|
||||
AutoSize = False
|
||||
AutoSelect = False
|
||||
BorderSpacing.Left = 0
|
||||
BorderSpacing.Top = 6
|
||||
BorderSpacing.Right = 6
|
||||
BorderSpacing.Bottom = 0
|
||||
BorderSpacing.Around = 0
|
||||
BorderSpacing.CellAlignHorizontal = ccaFill
|
||||
BorderSpacing.CellAlignVertical = ccaFill
|
||||
CharCase = ecNormal
|
||||
DragCursor = crDrag
|
||||
DragMode = dmManual
|
||||
EchoMode = emNormal
|
||||
Enabled = True
|
||||
MaxLength = -1
|
||||
ParentBidiMode = True
|
||||
ParentFont = True
|
||||
ParentShowHint = True
|
||||
PasswordChar = #0
|
||||
ReadOnly = False
|
||||
TabStop = True
|
||||
TabOrder = 4
|
||||
Text = 'WorkingDirEdit'
|
||||
Visible = True
|
||||
end
|
||||
object OptionsGroupBox: TGroupBox
|
||||
AnchorSideLeft.Control = Owner
|
||||
@ -367,108 +148,37 @@ object ExternalToolOptionDlg: TExternalToolOptionDlg
|
||||
AnchorSideRight.Control = Owner
|
||||
AnchorSideRight.Side = asrBottom
|
||||
Left = 6
|
||||
Height = 116
|
||||
Height = 99
|
||||
Top = 122
|
||||
Width = 649
|
||||
HelpContext = 0
|
||||
Align = alNone
|
||||
Anchors = [akTop, akLeft, akRight]
|
||||
AutoSize = True
|
||||
BorderSpacing.Left = 0
|
||||
BorderSpacing.Top = 0
|
||||
BorderSpacing.Right = 0
|
||||
BorderSpacing.Bottom = 0
|
||||
BorderSpacing.Around = 6
|
||||
BorderSpacing.CellAlignHorizontal = ccaFill
|
||||
BorderSpacing.CellAlignVertical = ccaFill
|
||||
Caption = 'OptionsGroupBox'
|
||||
ChildSizing.LeftRightSpacing = 0
|
||||
ChildSizing.TopBottomSpacing = 0
|
||||
ChildSizing.HorizontalSpacing = 0
|
||||
ChildSizing.VerticalSpacing = 0
|
||||
ChildSizing.Layout = cclTopToBottomThenLeftToRight
|
||||
ChildSizing.ControlsPerLine = 5
|
||||
ClientHeight = 97
|
||||
ClientHeight = 81
|
||||
ClientWidth = 645
|
||||
Ctl3D = False
|
||||
DockSite = False
|
||||
DragCursor = crDrag
|
||||
DragKind = dkDrag
|
||||
DragMode = dmManual
|
||||
Enabled = True
|
||||
ParentBidiMode = True
|
||||
ParentColor = True
|
||||
ParentCtl3D = True
|
||||
ParentFont = True
|
||||
ParentShowHint = True
|
||||
TabOrder = 5
|
||||
TabStop = False
|
||||
Visible = True
|
||||
object OptionScanOutputForFPCMessagesCheckBox: TCheckBox
|
||||
Left = 6
|
||||
Height = 22
|
||||
Height = 17
|
||||
Top = 6
|
||||
Width = 323
|
||||
HelpContext = 0
|
||||
Align = alNone
|
||||
AllowGrayed = False
|
||||
AutoSize = True
|
||||
BorderSpacing.Left = 0
|
||||
BorderSpacing.Top = 0
|
||||
BorderSpacing.Right = 0
|
||||
BorderSpacing.Bottom = 0
|
||||
Width = 245
|
||||
BorderSpacing.Around = 6
|
||||
BorderSpacing.CellAlignHorizontal = ccaFill
|
||||
BorderSpacing.CellAlignVertical = ccaFill
|
||||
Caption = 'OptionScanOutputForFPCMessagesCheckBox'
|
||||
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 OptionScanOutputForMakeMessagesCheckBox: TCheckBox
|
||||
AnchorSideTop.Side = asrBottom
|
||||
AnchorSideBottom.Side = asrBottom
|
||||
Left = 6
|
||||
Height = 22
|
||||
Top = 34
|
||||
Width = 323
|
||||
HelpContext = 0
|
||||
Align = alNone
|
||||
AllowGrayed = False
|
||||
AutoSize = True
|
||||
BorderSpacing.Left = 0
|
||||
BorderSpacing.Top = 0
|
||||
BorderSpacing.Right = 0
|
||||
BorderSpacing.Bottom = 0
|
||||
Height = 17
|
||||
Top = 29
|
||||
Width = 245
|
||||
BorderSpacing.Around = 6
|
||||
BorderSpacing.CellAlignHorizontal = ccaFill
|
||||
BorderSpacing.CellAlignVertical = ccaFill
|
||||
Caption = 'OptionScanOutputForMakeMessagesCheckBox'
|
||||
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
|
||||
object ScannersButton: TButton
|
||||
AnchorSideLeft.Control = OptionsGroupBox
|
||||
@ -476,32 +186,12 @@ object ExternalToolOptionDlg: TExternalToolOptionDlg
|
||||
AnchorSideTop.Side = asrBottom
|
||||
Left = 6
|
||||
Height = 29
|
||||
Top = 62
|
||||
Top = 52
|
||||
Width = 323
|
||||
HelpContext = 0
|
||||
Align = alNone
|
||||
AutoSize = False
|
||||
BorderSpacing.Left = 0
|
||||
BorderSpacing.Top = 0
|
||||
BorderSpacing.Right = 0
|
||||
BorderSpacing.Bottom = 0
|
||||
BorderSpacing.Around = 6
|
||||
BorderSpacing.CellAlignHorizontal = ccaFill
|
||||
BorderSpacing.CellAlignVertical = ccaFill
|
||||
Cancel = False
|
||||
Caption = 'ScannersButton'
|
||||
Default = False
|
||||
DragCursor = crDrag
|
||||
DragMode = dmManual
|
||||
Enabled = True
|
||||
ParentBidiMode = True
|
||||
ModalResult = 0
|
||||
OnClick = ScannersButtonClick
|
||||
ParentFont = True
|
||||
ParentShowHint = True
|
||||
TabOrder = 2
|
||||
TabStop = True
|
||||
Visible = True
|
||||
end
|
||||
end
|
||||
object KeyGroupBox: TGroupBox
|
||||
@ -512,40 +202,14 @@ object ExternalToolOptionDlg: TExternalToolOptionDlg
|
||||
AnchorSideRight.Side = asrBottom
|
||||
Left = 6
|
||||
Height = 25
|
||||
Top = 244
|
||||
Top = 227
|
||||
Width = 649
|
||||
HelpContext = 0
|
||||
Align = alNone
|
||||
Anchors = [akTop, akLeft, akRight]
|
||||
AutoSize = True
|
||||
BorderSpacing.Left = 0
|
||||
BorderSpacing.Top = 6
|
||||
BorderSpacing.Right = 0
|
||||
BorderSpacing.Bottom = 0
|
||||
BorderSpacing.Around = 0
|
||||
BorderSpacing.CellAlignHorizontal = ccaFill
|
||||
BorderSpacing.CellAlignVertical = ccaFill
|
||||
Caption = 'KeyGroupBox'
|
||||
ChildSizing.LeftRightSpacing = 0
|
||||
ChildSizing.TopBottomSpacing = 0
|
||||
ChildSizing.HorizontalSpacing = 0
|
||||
ChildSizing.VerticalSpacing = 0
|
||||
ChildSizing.ControlsPerLine = 0
|
||||
Constraints.MinHeight = 25
|
||||
Ctl3D = False
|
||||
DockSite = False
|
||||
DragCursor = crDrag
|
||||
DragKind = dkDrag
|
||||
DragMode = dmManual
|
||||
Enabled = True
|
||||
ParentBidiMode = True
|
||||
ParentColor = True
|
||||
ParentCtl3D = True
|
||||
ParentFont = True
|
||||
ParentShowHint = True
|
||||
TabOrder = 6
|
||||
TabStop = False
|
||||
Visible = True
|
||||
end
|
||||
object MacrosGroupbox: TGroupBox
|
||||
AnchorSideLeft.Control = Owner
|
||||
@ -555,42 +219,15 @@ object ExternalToolOptionDlg: TExternalToolOptionDlg
|
||||
AnchorSideRight.Side = asrBottom
|
||||
AnchorSideBottom.Control = ButtonPanel
|
||||
Left = 6
|
||||
Height = 172
|
||||
Top = 275
|
||||
Height = 205
|
||||
Top = 258
|
||||
Width = 649
|
||||
HelpContext = 0
|
||||
Align = alNone
|
||||
Anchors = [akTop, akLeft, akRight, akBottom]
|
||||
AutoSize = False
|
||||
BorderSpacing.Left = 0
|
||||
BorderSpacing.Top = 0
|
||||
BorderSpacing.Right = 0
|
||||
BorderSpacing.Bottom = 0
|
||||
BorderSpacing.Around = 6
|
||||
BorderSpacing.CellAlignHorizontal = ccaFill
|
||||
BorderSpacing.CellAlignVertical = ccaFill
|
||||
Caption = 'MacrosGroupbox'
|
||||
ChildSizing.LeftRightSpacing = 0
|
||||
ChildSizing.TopBottomSpacing = 0
|
||||
ChildSizing.HorizontalSpacing = 0
|
||||
ChildSizing.VerticalSpacing = 0
|
||||
ChildSizing.ControlsPerLine = 0
|
||||
ClientHeight = 153
|
||||
ClientHeight = 187
|
||||
ClientWidth = 645
|
||||
Ctl3D = False
|
||||
DockSite = False
|
||||
DragCursor = crDrag
|
||||
DragKind = dkDrag
|
||||
DragMode = dmManual
|
||||
Enabled = True
|
||||
ParentBidiMode = True
|
||||
ParentColor = True
|
||||
ParentCtl3D = True
|
||||
ParentFont = True
|
||||
ParentShowHint = True
|
||||
TabOrder = 7
|
||||
TabStop = False
|
||||
Visible = True
|
||||
object MacrosListbox: TListBox
|
||||
AnchorSideLeft.Control = MacrosGroupbox
|
||||
AnchorSideTop.Control = MacrosInsertButton
|
||||
@ -598,94 +235,45 @@ object ExternalToolOptionDlg: TExternalToolOptionDlg
|
||||
AnchorSideBottom.Control = MacrosGroupbox
|
||||
AnchorSideBottom.Side = asrBottom
|
||||
Left = 6
|
||||
Height = 145
|
||||
Height = 179
|
||||
Top = 2
|
||||
Width = 490
|
||||
HelpContext = 0
|
||||
Align = alNone
|
||||
Width = 509
|
||||
Anchors = [akTop, akLeft, akRight, akBottom]
|
||||
BorderSpacing.Left = 6
|
||||
BorderSpacing.Top = 0
|
||||
BorderSpacing.Right = 6
|
||||
BorderSpacing.Bottom = 6
|
||||
BorderSpacing.Around = 0
|
||||
BorderSpacing.CellAlignHorizontal = ccaFill
|
||||
BorderSpacing.CellAlignVertical = ccaFill
|
||||
BorderStyle = bsSingle
|
||||
ClickOnSelChange = True
|
||||
Columns = 0
|
||||
DragCursor = crDrag
|
||||
DragKind = dkDrag
|
||||
DragMode = dmManual
|
||||
ExtendedSelect = True
|
||||
Enabled = True
|
||||
IntegralHeight = False
|
||||
ItemHeight = 0
|
||||
MultiSelect = False
|
||||
OnClick = MacrosListboxClick
|
||||
ParentBidiMode = True
|
||||
ParentShowHint = True
|
||||
ParentFont = True
|
||||
Sorted = False
|
||||
Style = lbStandard
|
||||
TabOrder = 0
|
||||
TabStop = True
|
||||
TopIndex = -1
|
||||
Visible = True
|
||||
end
|
||||
object MacrosInsertButton: TButton
|
||||
AnchorSideTop.Control = MacrosGroupbox
|
||||
AnchorSideRight.Control = MacrosGroupbox
|
||||
AnchorSideRight.Side = asrBottom
|
||||
Left = 502
|
||||
Height = 29
|
||||
Left = 521
|
||||
Height = 23
|
||||
Top = 2
|
||||
Width = 137
|
||||
HelpContext = 0
|
||||
Align = alNone
|
||||
Width = 118
|
||||
Anchors = [akTop, akRight]
|
||||
AutoSize = True
|
||||
BorderSpacing.Left = 0
|
||||
BorderSpacing.Top = 2
|
||||
BorderSpacing.Right = 6
|
||||
BorderSpacing.Bottom = 0
|
||||
BorderSpacing.Around = 0
|
||||
BorderSpacing.CellAlignHorizontal = ccaFill
|
||||
BorderSpacing.CellAlignVertical = ccaFill
|
||||
Cancel = False
|
||||
Caption = 'MacrosInsertButton'
|
||||
Default = False
|
||||
DragCursor = crDrag
|
||||
DragMode = dmManual
|
||||
Enabled = False
|
||||
ParentBidiMode = True
|
||||
ModalResult = 0
|
||||
OnClick = MacrosInsertButtonClick
|
||||
ParentFont = True
|
||||
ParentShowHint = True
|
||||
TabOrder = 1
|
||||
TabStop = True
|
||||
Visible = True
|
||||
end
|
||||
end
|
||||
object ButtonPanel: TButtonPanel
|
||||
Left = 6
|
||||
Height = 48
|
||||
Top = 453
|
||||
Height = 26
|
||||
Top = 469
|
||||
Width = 649
|
||||
HelpContext = 0
|
||||
Align = alBottom
|
||||
AutoSize = True
|
||||
ButtonOrder = boDefault
|
||||
TabOrder = 8
|
||||
DefaultButton = pbOK
|
||||
ShowButtons = [pbOK, pbCancel, pbHelp]
|
||||
ShowGlyphs = [pbOK, pbCancel, pbClose, pbHelp]
|
||||
Visible = True
|
||||
ShowBevel = False
|
||||
end
|
||||
object OpenDialog: TOpenDialog
|
||||
Width = 0
|
||||
Height = 0
|
||||
Options = [ofPathMustExist, ofFileMustExist, ofEnableSizing, ofViewDetail]
|
||||
left = 88
|
||||
top = 32
|
||||
|
@ -2,233 +2,102 @@
|
||||
|
||||
LazarusResources.Add('TExternalToolOptionDlg','FORMDATA',[
|
||||
'TPF0'#22'TExternalToolOptionDlg'#21'ExternalToolOptionDlg'#4'Left'#3'\'#1#6
|
||||
+'Height'#3#245#1#3'Top'#3#210#0#5'Width'#3#149#2#11'HelpContext'#2#0#13'Acti'
|
||||
+'veControl'#7#9'TitleEdit'#5'Align'#7#6'alNone'#14'AllowDropFiles'#8#10'Auto'
|
||||
+'Scroll'#9#8'AutoSize'#8#11'BorderIcons'#11#12'biSystemMenu'#10'biMinimize'
|
||||
+#10'biMaximize'#0#11'BorderStyle'#7#10'bsSizeable'#7'Caption'#6#21'ExternalT'
|
||||
+'oolOptionDlg'#28'ChildSizing.LeftRightSpacing'#2#0#28'ChildSizing.TopBottom'
|
||||
+'Spacing'#2#0#29'ChildSizing.HorizontalSpacing'#2#0#27'ChildSizing.VerticalS'
|
||||
+'pacing'#2#0#27'ChildSizing.ControlsPerLine'#2#0#12'ClientHeight'#3#245#1#11
|
||||
+'ClientWidth'#3#149#2#21'Constraints.MinHeight'#3'^'#1#20'Constraints.MinWid'
|
||||
+'th'#3'^'#1#8'DockSite'#8#8'DragKind'#7#6'dkDrag'#8'DragMode'#7#8'dmManual'#7
|
||||
+'Enabled'#9#11'Font.Height'#2#0#10'Font.Style'#11#0#9'FormStyle'#7#8'fsNorma'
|
||||
+'l'#10'KeyPreview'#9#8'OnCreate'#7#10'FormCreate'#9'OnDestroy'#7#11'FormDest'
|
||||
+'roy'#14'ParentBiDiMode'#9#10'ParentFont'#8#8'Position'#7#14'poScreenCenter'
|
||||
+#13'ShowInTaskBar'#7#9'stDefault'#14'UseDockManager'#8#10'LCLVersion'#6#6'0.'
|
||||
+'9.27'#11'WindowState'#7#8'wsNormal'#0#6'TLabel'#10'TitleLabel'#22'AnchorSid'
|
||||
+'eLeft.Control'#7#5'Owner'#21'AnchorSideTop.Control'#7#9'TitleEdit'#18'Ancho'
|
||||
+'rSideTop.Side'#7#9'asrCenter'#4'Left'#2#6#6'Height'#2#18#3'Top'#2#8#5'Width'
|
||||
+#2'='#11'HelpContext'#2#0#5'Align'#7#6'alNone'#9'Alignment'#7#13'taLeftJusti'
|
||||
+'fy'#8'AutoSize'#9#18'BorderSpacing.Left'#2#6#17'BorderSpacing.Top'#2#0#19'B'
|
||||
+'orderSpacing.Right'#2#0#20'BorderSpacing.Bottom'#2#0#20'BorderSpacing.Aroun'
|
||||
+'d'#2#0'!BorderSpacing.CellAlignHorizontal'#7#7'ccaFill'#31'BorderSpacing.Ce'
|
||||
+'llAlignVertical'#7#7'ccaFill'#7'Caption'#6#10'TitleLabel'#10'DragCursor'#7#6
|
||||
+'crDrag'#8'DragMode'#7#8'dmManual'#7'Enabled'#9#6'Layout'#7#5'tlTop'#14'Pare'
|
||||
+'ntBidiMode'#9#11'ParentColor'#8#10'ParentFont'#9#14'ParentShowHint'#9#13'Sh'
|
||||
+'owAccelChar'#9#11'Transparent'#9#7'Visible'#9#8'WordWrap'#8#11'OptimalFill'
|
||||
+#8#0#0#6'TLabel'#13'FilenameLabel'#22'AnchorSideLeft.Control'#7#5'Owner'#21
|
||||
+'AnchorSideTop.Control'#7#12'FilenameEdit'#18'AnchorSideTop.Side'#7#9'asrCen'
|
||||
+'ter'#4'Left'#2#6#6'Height'#2#18#3'Top'#2'%'#5'Width'#2'\'#11'HelpContext'#2
|
||||
+#0#5'Align'#7#6'alNone'#9'Alignment'#7#13'taLeftJustify'#8'AutoSize'#9#18'Bo'
|
||||
+'rderSpacing.Left'#2#6#17'BorderSpacing.Top'#2#0#19'BorderSpacing.Right'#2#0
|
||||
+#20'BorderSpacing.Bottom'#2#0#20'BorderSpacing.Around'#2#0'!BorderSpacing.Ce'
|
||||
+'llAlignHorizontal'#7#7'ccaFill'#31'BorderSpacing.CellAlignVertical'#7#7'cca'
|
||||
+'Fill'#7'Caption'#6#13'FilenameLabel'#10'DragCursor'#7#6'crDrag'#8'DragMode'
|
||||
+#7#8'dmManual'#7'Enabled'#9#6'Layout'#7#5'tlTop'#14'ParentBidiMode'#9#11'Par'
|
||||
+'entColor'#8#10'ParentFont'#9#14'ParentShowHint'#9#13'ShowAccelChar'#9#11'Tr'
|
||||
+'ansparent'#9#7'Visible'#9#8'WordWrap'#8#11'OptimalFill'#8#0#0#6'TLabel'#15
|
||||
+'ParametersLabel'#22'AnchorSideLeft.Control'#7#5'Owner'#21'AnchorSideTop.Con'
|
||||
+'trol'#7#14'ParametersEdit'#18'AnchorSideTop.Side'#7#9'asrCenter'#4'Left'#2#6
|
||||
+#6'Height'#2#18#3'Top'#2'B'#5'Width'#2'm'#11'HelpContext'#2#0#5'Align'#7#6'a'
|
||||
+'lNone'#9'Alignment'#7#13'taLeftJustify'#8'AutoSize'#9#18'BorderSpacing.Left'
|
||||
+#2#6#17'BorderSpacing.Top'#2#0#19'BorderSpacing.Right'#2#0#20'BorderSpacing.'
|
||||
+'Bottom'#2#0#20'BorderSpacing.Around'#2#0'!BorderSpacing.CellAlignHorizontal'
|
||||
+#7#7'ccaFill'#31'BorderSpacing.CellAlignVertical'#7#7'ccaFill'#7'Caption'#6
|
||||
+#15'ParametersLabel'#10'DragCursor'#7#6'crDrag'#8'DragMode'#7#8'dmManual'#7
|
||||
+'Enabled'#9#6'Layout'#7#5'tlTop'#14'ParentBidiMode'#9#11'ParentColor'#8#10'P'
|
||||
+'arentFont'#9#14'ParentShowHint'#9#13'ShowAccelChar'#9#11'Transparent'#9#7'V'
|
||||
+'isible'#9#8'WordWrap'#8#11'OptimalFill'#8#0#0#6'TLabel'#15'WorkingDirLabel'
|
||||
+#22'AnchorSideLeft.Control'#7#5'Owner'#21'AnchorSideTop.Control'#7#14'Workin'
|
||||
+'gDirEdit'#18'AnchorSideTop.Side'#7#9'asrCenter'#4'Left'#2#6#6'Height'#2#18#3
|
||||
+'Top'#2'_'#5'Width'#2'f'#11'HelpContext'#2#0#5'Align'#7#6'alNone'#9'Alignmen'
|
||||
+'t'#7#13'taLeftJustify'#8'AutoSize'#9#18'BorderSpacing.Left'#2#6#17'BorderSp'
|
||||
+'acing.Top'#2#0#19'BorderSpacing.Right'#2#0#20'BorderSpacing.Bottom'#2#0#20
|
||||
+'BorderSpacing.Around'#2#0'!BorderSpacing.CellAlignHorizontal'#7#7'ccaFill'
|
||||
+#31'BorderSpacing.CellAlignVertical'#7#7'ccaFill'#7'Caption'#6#15'WorkingDir'
|
||||
+'Label'#10'DragCursor'#7#6'crDrag'#8'DragMode'#7#8'dmManual'#7'Enabled'#9#6
|
||||
+'Layout'#7#5'tlTop'#14'ParentBidiMode'#9#11'ParentColor'#8#10'ParentFont'#9
|
||||
+#14'ParentShowHint'#9#13'ShowAccelChar'#9#11'Transparent'#9#7'Visible'#9#8'W'
|
||||
+'ordWrap'#8#11'OptimalFill'#8#0#0#5'TEdit'#9'TitleEdit'#21'AnchorSideTop.Con'
|
||||
+'trol'#7#5'Owner'#23'AnchorSideRight.Control'#7#5'Owner'#20'AnchorSideRight.'
|
||||
+'Side'#7#9'asrBottom'#4'Left'#3#128#0#6'Height'#2#23#3'Top'#2#6#5'Width'#3#15
|
||||
+#2#11'HelpContext'#2#0#5'Align'#7#6'alNone'#7'Anchors'#11#5'akTop'#6'akLeft'
|
||||
+#7'akRight'#0#8'AutoSize'#8#10'AutoSelect'#8#18'BorderSpacing.Left'#2#0#17'B'
|
||||
+'orderSpacing.Top'#2#0#19'BorderSpacing.Right'#2#0#20'BorderSpacing.Bottom'#2
|
||||
+#0#20'BorderSpacing.Around'#2#6'!BorderSpacing.CellAlignHorizontal'#7#7'ccaF'
|
||||
,'ill'#31'BorderSpacing.CellAlignVertical'#7#7'ccaFill'#8'CharCase'#7#8'ecNor'
|
||||
+'mal'#10'DragCursor'#7#6'crDrag'#8'DragMode'#7#8'dmManual'#8'EchoMode'#7#8'e'
|
||||
+'mNormal'#7'Enabled'#9#9'MaxLength'#2#255#14'ParentBidiMode'#9#10'ParentFont'
|
||||
+#9#14'ParentShowHint'#9#12'PasswordChar'#6#1#0#8'ReadOnly'#8#7'TabStop'#9#8
|
||||
+'TabOrder'#2#0#4'Text'#6#9'TitleEdit'#7'Visible'#9#0#0#5'TEdit'#12'FilenameE'
|
||||
+'dit'#22'AnchorSideLeft.Control'#7#9'TitleEdit'#21'AnchorSideTop.Control'#7#9
|
||||
+'TitleEdit'#18'AnchorSideTop.Side'#7#9'asrBottom'#23'AnchorSideRight.Control'
|
||||
+#7#10'OpenButton'#4'Left'#3#128#0#6'Height'#2#23#3'Top'#2'#'#5'Width'#3#241#1
|
||||
+#11'HelpContext'#2#0#5'Align'#7#6'alNone'#7'Anchors'#11#5'akTop'#6'akLeft'#7
|
||||
+'akRight'#0#8'AutoSize'#8#10'AutoSelect'#8#18'BorderSpacing.Left'#2#0#17'Bor'
|
||||
+'derSpacing.Top'#2#6#19'BorderSpacing.Right'#2#6#20'BorderSpacing.Bottom'#2#0
|
||||
+#20'BorderSpacing.Around'#2#0'!BorderSpacing.CellAlignHorizontal'#7#7'ccaFil'
|
||||
+'l'#31'BorderSpacing.CellAlignVertical'#7#7'ccaFill'#8'CharCase'#7#8'ecNorma'
|
||||
+'l'#10'DragCursor'#7#6'crDrag'#8'DragMode'#7#8'dmManual'#8'EchoMode'#7#8'emN'
|
||||
+'ormal'#7'Enabled'#9#9'MaxLength'#2#255#14'ParentBidiMode'#9#10'ParentFont'#9
|
||||
+#14'ParentShowHint'#9#12'PasswordChar'#6#1#0#8'ReadOnly'#8#7'TabStop'#9#8'Ta'
|
||||
+'bOrder'#2#1#4'Text'#6#12'FilenameEdit'#7'Visible'#9#0#0#7'TButton'#10'OpenB'
|
||||
+'utton'#21'AnchorSideTop.Control'#7#12'FilenameEdit'#23'AnchorSideRight.Cont'
|
||||
+'rol'#7#5'Owner'#20'AnchorSideRight.Side'#7#9'asrBottom'#24'AnchorSideBottom'
|
||||
+'.Control'#7#12'FilenameEdit'#21'AnchorSideBottom.Side'#7#9'asrBottom'#4'Lef'
|
||||
+'t'#3'w'#2#6'Height'#2#23#3'Top'#2'#'#5'Width'#2#24#11'HelpContext'#2#0#5'Al'
|
||||
+'ign'#7#6'alNone'#7'Anchors'#11#5'akTop'#7'akRight'#8'akBottom'#0#8'AutoSize'
|
||||
+#9#18'BorderSpacing.Left'#2#0#17'BorderSpacing.Top'#2#0#19'BorderSpacing.Rig'
|
||||
+'ht'#2#6#20'BorderSpacing.Bottom'#2#0#20'BorderSpacing.Around'#2#0'!BorderSp'
|
||||
+'acing.CellAlignHorizontal'#7#7'ccaFill'#31'BorderSpacing.CellAlignVertical'
|
||||
+#7#7'ccaFill'#6'Cancel'#8#7'Caption'#6#3'...'#7'Default'#8#10'DragCursor'#7#6
|
||||
+'crDrag'#8'DragMode'#7#8'dmManual'#7'Enabled'#9#14'ParentBidiMode'#9#11'Moda'
|
||||
+'lResult'#2#0#7'OnClick'#7#15'OpenButtonClick'#10'ParentFont'#9#14'ParentSho'
|
||||
+'wHint'#8#8'ShowHint'#9#8'TabOrder'#2#2#7'TabStop'#9#7'Visible'#9#0#0#5'TEdi'
|
||||
+'t'#14'ParametersEdit'#22'AnchorSideLeft.Control'#7#9'TitleEdit'#21'AnchorSi'
|
||||
+'deTop.Control'#7#12'FilenameEdit'#18'AnchorSideTop.Side'#7#9'asrBottom'#23
|
||||
+'Height'#3#245#1#3'Top'#3#210#0#5'Width'#3#149#2#13'ActiveControl'#7#9'Title'
|
||||
+'Edit'#7'Caption'#6#21'ExternalToolOptionDlg'#12'ClientHeight'#3#245#1#11'Cl'
|
||||
+'ientWidth'#3#149#2#21'Constraints.MinHeight'#3'^'#1#20'Constraints.MinWidth'
|
||||
+#3'^'#1#10'KeyPreview'#9#8'OnCreate'#7#10'FormCreate'#9'OnDestroy'#7#11'Form'
|
||||
+'Destroy'#8'Position'#7#14'poScreenCenter'#10'LCLVersion'#6#6'0.9.27'#0#6'TL'
|
||||
+'abel'#10'TitleLabel'#22'AnchorSideLeft.Control'#7#5'Owner'#21'AnchorSideTop'
|
||||
+'.Control'#7#9'TitleEdit'#18'AnchorSideTop.Side'#7#9'asrCenter'#4'Left'#2#6#6
|
||||
+'Height'#2#14#3'Top'#2#10#5'Width'#2'.'#18'BorderSpacing.Left'#2#6#7'Caption'
|
||||
+#6#10'TitleLabel'#11'ParentColor'#8#0#0#6'TLabel'#13'FilenameLabel'#22'Ancho'
|
||||
+'rSideLeft.Control'#7#5'Owner'#21'AnchorSideTop.Control'#7#12'FilenameEdit'
|
||||
+#18'AnchorSideTop.Side'#7#9'asrCenter'#4'Left'#2#6#6'Height'#2#14#3'Top'#2
|
||||
+''''#5'Width'#2'D'#18'BorderSpacing.Left'#2#6#7'Caption'#6#13'FilenameLabel'
|
||||
+#11'ParentColor'#8#0#0#6'TLabel'#15'ParametersLabel'#22'AnchorSideLeft.Contr'
|
||||
+'ol'#7#5'Owner'#21'AnchorSideTop.Control'#7#14'ParametersEdit'#18'AnchorSide'
|
||||
+'Top.Side'#7#9'asrCenter'#4'Left'#2#6#6'Height'#2#14#3'Top'#2'D'#5'Width'#2
|
||||
+'Q'#18'BorderSpacing.Left'#2#6#7'Caption'#6#15'ParametersLabel'#11'ParentCol'
|
||||
+'or'#8#0#0#6'TLabel'#15'WorkingDirLabel'#22'AnchorSideLeft.Control'#7#5'Owne'
|
||||
+'r'#21'AnchorSideTop.Control'#7#14'WorkingDirEdit'#18'AnchorSideTop.Side'#7#9
|
||||
+'asrCenter'#4'Left'#2#6#6'Height'#2#14#3'Top'#2'a'#5'Width'#2'N'#18'BorderSp'
|
||||
+'acing.Left'#2#6#7'Caption'#6#15'WorkingDirLabel'#11'ParentColor'#8#0#0#5'TE'
|
||||
+'dit'#9'TitleEdit'#21'AnchorSideTop.Control'#7#5'Owner'#23'AnchorSideRight.C'
|
||||
+'ontrol'#7#5'Owner'#20'AnchorSideRight.Side'#7#9'asrBottom'#4'Left'#3#128#0#6
|
||||
+'Height'#2#23#3'Top'#2#6#5'Width'#3#15#2#7'Anchors'#11#5'akTop'#6'akLeft'#7
|
||||
+'akRight'#0#20'BorderSpacing.Around'#2#6#8'TabOrder'#2#0#4'Text'#6#9'TitleEd'
|
||||
+'it'#0#0#5'TEdit'#12'FilenameEdit'#22'AnchorSideLeft.Control'#7#9'TitleEdit'
|
||||
+#21'AnchorSideTop.Control'#7#9'TitleEdit'#18'AnchorSideTop.Side'#7#9'asrBott'
|
||||
+'om'#23'AnchorSideRight.Control'#7#10'OpenButton'#4'Left'#3#128#0#6'Height'#2
|
||||
+#23#3'Top'#2'#'#5'Width'#3#230#1#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'
|
||||
+#0#17'BorderSpacing.Top'#2#6#19'BorderSpacing.Right'#2#6#8'TabOrder'#2#1#4'T'
|
||||
+'ext'#6#12'FilenameEdit'#0#0#7'TButton'#10'OpenButton'#21'AnchorSideTop.Cont'
|
||||
+'rol'#7#12'FilenameEdit'#23'AnchorSideRight.Control'#7#5'Owner'#20'AnchorSid'
|
||||
+'eRight.Side'#7#9'asrBottom'#24'AnchorSideBottom.Control'#7#12'FilenameEdit'
|
||||
+#21'AnchorSideBottom.Side'#7#9'asrBottom'#4'Left'#3'l'#2#6'Height'#2#23#3'To'
|
||||
+'p'#2'#'#5'Width'#2'#'#7'Anchors'#11#5'akTop'#7'akRight'#8'akBottom'#0#8'Aut'
|
||||
+'oSize'#9#19'BorderSpacing.Right'#2#6#7'Caption'#6#3'...'#7'OnClick'#7#15'Op'
|
||||
+'enButtonClick'#14'ParentShowHint'#8#8'ShowHint'#9#8'TabOrder'#2#2#0#0#5'TEd'
|
||||
+'it'#14'ParametersEdit'#22'AnchorSideLeft.Control'#7#9'TitleEdit'#21'AnchorS'
|
||||
+'ideTop.Control'#7#12'FilenameEdit'#18'AnchorSideTop.Side'#7#9'asrBottom'#23
|
||||
+'AnchorSideRight.Control'#7#5'Owner'#20'AnchorSideRight.Side'#7#9'asrBottom'
|
||||
+#4'Left'#3#128#0#6'Height'#2#23#3'Top'#2'@'#5'Width'#3#15#2#11'HelpContext'#2
|
||||
+#0#5'Align'#7#6'alNone'#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#8'Auto'
|
||||
+'Size'#8#10'AutoSelect'#8#18'BorderSpacing.Left'#2#0#17'BorderSpacing.Top'#2
|
||||
+#6#19'BorderSpacing.Right'#2#6#20'BorderSpacing.Bottom'#2#0#20'BorderSpacing'
|
||||
+'.Around'#2#0'!BorderSpacing.CellAlignHorizontal'#7#7'ccaFill'#31'BorderSpac'
|
||||
+'ing.CellAlignVertical'#7#7'ccaFill'#8'CharCase'#7#8'ecNormal'#10'DragCursor'
|
||||
+#7#6'crDrag'#8'DragMode'#7#8'dmManual'#8'EchoMode'#7#8'emNormal'#7'Enabled'#9
|
||||
+#9'MaxLength'#2#255#14'ParentBidiMode'#9#10'ParentFont'#9#14'ParentShowHint'
|
||||
+#9#12'PasswordChar'#6#1#0#8'ReadOnly'#8#7'TabStop'#9#8'TabOrder'#2#3#4'Text'
|
||||
+#6#14'ParametersEdit'#7'Visible'#9#0#0#5'TEdit'#14'WorkingDirEdit'#22'Anchor'
|
||||
+'SideLeft.Control'#7#9'TitleEdit'#21'AnchorSideTop.Control'#7#14'ParametersE'
|
||||
+'dit'#18'AnchorSideTop.Side'#7#9'asrBottom'#23'AnchorSideRight.Control'#7#5
|
||||
+'Owner'#20'AnchorSideRight.Side'#7#9'asrBottom'#4'Left'#3#128#0#6'Height'#2
|
||||
+#23#3'Top'#2']'#5'Width'#3#15#2#11'HelpContext'#2#0#5'Align'#7#6'alNone'#7'A'
|
||||
+'nchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#8'AutoSize'#8#10'AutoSelect'#8#18
|
||||
+'BorderSpacing.Left'#2#0#17'BorderSpacing.Top'#2#6#19'BorderSpacing.Right'#2
|
||||
+#6#20'BorderSpacing.Bottom'#2#0#20'BorderSpacing.Around'#2#0'!BorderSpacing.'
|
||||
+'CellAlignHorizontal'#7#7'ccaFill'#31'BorderSpacing.CellAlignVertical'#7#7'c'
|
||||
+'caFill'#8'CharCase'#7#8'ecNormal'#10'DragCursor'#7#6'crDrag'#8'DragMode'#7#8
|
||||
+'dmManual'#8'EchoMode'#7#8'emNormal'#7'Enabled'#9#9'MaxLength'#2#255#14'Pare'
|
||||
+'ntBidiMode'#9#10'ParentFont'#9#14'ParentShowHint'#9#12'PasswordChar'#6#1#0#8
|
||||
+'ReadOnly'#8#7'TabStop'#9#8'TabOrder'#2#4#4'Text'#6#14'WorkingDirEdit'#7'Vis'
|
||||
+'ible'#9#0#0#9'TGroupBox'#15'OptionsGroupBox'#22'AnchorSideLeft.Control'#7#5
|
||||
+'Owner'#21'AnchorSideTop.Control'#7#14'WorkingDirEdit'#18'AnchorSideTop.Side'
|
||||
+#7#9'asrBottom'#23'AnchorSideRight.Control'#7#5'Owner'#20'AnchorSideRight.Si'
|
||||
+'de'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2't'#3'Top'#2'z'#5'Width'#3#137#2
|
||||
+#11'HelpContext'#2#0#5'Align'#7#6'alNone'#7'Anchors'#11#5'akTop'#6'akLeft'#7
|
||||
+'akRight'#0#8'AutoSize'#9#18'BorderSpacing.Left'#2#0#17'BorderSpacing.Top'#2
|
||||
+#0#19'BorderSpacing.Right'#2#0#20'BorderSpacing.Bottom'#2#0#20'BorderSpacing'
|
||||
+'.Around'#2#6'!BorderSpacing.CellAlignHorizontal'#7#7'ccaFill'#31'BorderSpac'
|
||||
+'ing.CellAlignVertical'#7#7'ccaFill'#7'Caption'#6#15'OptionsGroupBox'#28'Chi'
|
||||
+'ldSizing.LeftRightSpacing'#2#0#28'ChildSizing.TopBottomSpacing'#2#0#29'Chil'
|
||||
,'dSizing.HorizontalSpacing'#2#0#27'ChildSizing.VerticalSpacing'#2#0#18'Child'
|
||||
+'Sizing.Layout'#7#29'cclTopToBottomThenLeftToRight'#27'ChildSizing.ControlsP'
|
||||
+'erLine'#2#5#12'ClientHeight'#2'a'#11'ClientWidth'#3#133#2#5'Ctl3D'#8#8'Dock'
|
||||
+'Site'#8#10'DragCursor'#7#6'crDrag'#8'DragKind'#7#6'dkDrag'#8'DragMode'#7#8
|
||||
+'dmManual'#7'Enabled'#9#14'ParentBidiMode'#9#11'ParentColor'#9#11'ParentCtl3'
|
||||
+'D'#9#10'ParentFont'#9#14'ParentShowHint'#9#8'TabOrder'#2#5#7'TabStop'#8#7'V'
|
||||
+'isible'#9#0#9'TCheckBox&OptionScanOutputForFPCMessagesCheckBox'#4'Left'#2#6
|
||||
+#6'Height'#2#22#3'Top'#2#6#5'Width'#3'C'#1#11'HelpContext'#2#0#5'Align'#7#6
|
||||
+'alNone'#11'AllowGrayed'#8#8'AutoSize'#9#18'BorderSpacing.Left'#2#0#17'Borde'
|
||||
+'rSpacing.Top'#2#0#19'BorderSpacing.Right'#2#0#20'BorderSpacing.Bottom'#2#0
|
||||
+#20'BorderSpacing.Around'#2#6'!BorderSpacing.CellAlignHorizontal'#7#7'ccaFil'
|
||||
+'l'#31'BorderSpacing.CellAlignVertical'#7#7'ccaFill'#7'Caption'#6'&OptionSca'
|
||||
+'nOutputForFPCMessagesCheckBox'#7'Checked'#8#10'DragCursor'#7#6'crDrag'#8'Dr'
|
||||
+'agKind'#7#6'dkDrag'#8'DragMode'#7#8'dmManual'#7'Enabled'#9#11'ParentColor'#9
|
||||
+#10'ParentFont'#9#14'ParentShowHint'#9#14'ParentBidiMode'#9#5'State'#7#11'cb'
|
||||
+'Unchecked'#8'TabOrder'#2#0#7'TabStop'#9#11'UseOnChange'#8#7'Visible'#9#0#0#9
|
||||
+'TCheckBox''OptionScanOutputForMakeMessagesCheckBox'#18'AnchorSideTop.Side'#7
|
||||
+#9'asrBottom'#21'AnchorSideBottom.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'
|
||||
+#2#22#3'Top'#2'"'#5'Width'#3'C'#1#11'HelpContext'#2#0#5'Align'#7#6'alNone'#11
|
||||
+'AllowGrayed'#8#8'AutoSize'#9#18'BorderSpacing.Left'#2#0#17'BorderSpacing.To'
|
||||
+'p'#2#0#19'BorderSpacing.Right'#2#0#20'BorderSpacing.Bottom'#2#0#20'BorderSp'
|
||||
+'acing.Around'#2#6'!BorderSpacing.CellAlignHorizontal'#7#7'ccaFill'#31'Borde'
|
||||
+'rSpacing.CellAlignVertical'#7#7'ccaFill'#7'Caption'#6'''OptionScanOutputFor'
|
||||
+'MakeMessagesCheckBox'#7'Checked'#8#10'DragCursor'#7#6'crDrag'#8'DragKind'#7
|
||||
+#6'dkDrag'#8'DragMode'#7#8'dmManual'#7'Enabled'#9#11'ParentColor'#9#10'Paren'
|
||||
+'tFont'#9#14'ParentShowHint'#9#14'ParentBidiMode'#9#5'State'#7#11'cbUnchecke'
|
||||
+'d'#8'TabOrder'#2#1#7'TabStop'#9#11'UseOnChange'#8#7'Visible'#9#0#0#7'TButto'
|
||||
+'n'#14'ScannersButton'#22'AnchorSideLeft.Control'#7#15'OptionsGroupBox'#21'A'
|
||||
+'nchorSideTop.Control'#7'''OptionScanOutputForMakeMessagesCheckBox'#18'Ancho'
|
||||
+'rSideTop.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2#29#3'Top'#2'>'#5'Widt'
|
||||
+'h'#3'C'#1#11'HelpContext'#2#0#5'Align'#7#6'alNone'#8'AutoSize'#8#18'BorderS'
|
||||
+'pacing.Left'#2#0#17'BorderSpacing.Top'#2#0#19'BorderSpacing.Right'#2#0#20'B'
|
||||
+'orderSpacing.Bottom'#2#0#20'BorderSpacing.Around'#2#6'!BorderSpacing.CellAl'
|
||||
+'ignHorizontal'#7#7'ccaFill'#31'BorderSpacing.CellAlignVertical'#7#7'ccaFill'
|
||||
+#6'Cancel'#8#7'Caption'#6#14'ScannersButton'#7'Default'#8#10'DragCursor'#7#6
|
||||
+'crDrag'#8'DragMode'#7#8'dmManual'#7'Enabled'#9#14'ParentBidiMode'#9#11'Moda'
|
||||
+'lResult'#2#0#7'OnClick'#7#19'ScannersButtonClick'#10'ParentFont'#9#14'Paren'
|
||||
+'tShowHint'#9#8'TabOrder'#2#2#7'TabStop'#9#7'Visible'#9#0#0#0#9'TGroupBox'#11
|
||||
+'KeyGroupBox'#22'AnchorSideLeft.Control'#7#15'OptionsGroupBox'#21'AnchorSide'
|
||||
+'Top.Control'#7#15'OptionsGroupBox'#18'AnchorSideTop.Side'#7#9'asrBottom'#23
|
||||
+'AnchorSideRight.Control'#7#15'OptionsGroupBox'#20'AnchorSideRight.Side'#7#9
|
||||
+'asrBottom'#4'Left'#2#6#6'Height'#2#25#3'Top'#3#244#0#5'Width'#3#137#2#11'He'
|
||||
+'lpContext'#2#0#5'Align'#7#6'alNone'#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRi'
|
||||
+'ght'#0#8'AutoSize'#9#18'BorderSpacing.Left'#2#0#17'BorderSpacing.Top'#2#6#19
|
||||
+'BorderSpacing.Right'#2#0#20'BorderSpacing.Bottom'#2#0#20'BorderSpacing.Arou'
|
||||
+'nd'#2#0'!BorderSpacing.CellAlignHorizontal'#7#7'ccaFill'#31'BorderSpacing.C'
|
||||
+'ellAlignVertical'#7#7'ccaFill'#7'Caption'#6#11'KeyGroupBox'#28'ChildSizing.'
|
||||
+'LeftRightSpacing'#2#0#28'ChildSizing.TopBottomSpacing'#2#0#29'ChildSizing.H'
|
||||
+'orizontalSpacing'#2#0#27'ChildSizing.VerticalSpacing'#2#0#27'ChildSizing.Co'
|
||||
+'ntrolsPerLine'#2#0#21'Constraints.MinHeight'#2#25#5'Ctl3D'#8#8'DockSite'#8
|
||||
+#10'DragCursor'#7#6'crDrag'#8'DragKind'#7#6'dkDrag'#8'DragMode'#7#8'dmManual'
|
||||
+#7'Enabled'#9#14'ParentBidiMode'#9#11'ParentColor'#9#11'ParentCtl3D'#9#10'Pa'
|
||||
+'rentFont'#9#14'ParentShowHint'#9#8'TabOrder'#2#6#7'TabStop'#8#7'Visible'#9#0
|
||||
+#0#9'TGroupBox'#14'MacrosGroupbox'#22'AnchorSideLeft.Control'#7#5'Owner'#21
|
||||
+'AnchorSideTop.Control'#7#11'KeyGroupBox'#18'AnchorSideTop.Side'#7#9'asrBott'
|
||||
+'om'#23'AnchorSideRight.Control'#7#5'Owner'#20'AnchorSideRight.Side'#7#9'asr'
|
||||
+'Bottom'#24'AnchorSideBottom.Control'#7#11'ButtonPanel'#4'Left'#2#6#6'Height'
|
||||
+#3#172#0#3'Top'#3#19#1#5'Width'#3#137#2#11'HelpContext'#2#0#5'Align'#7#6'alN'
|
||||
+'one'#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#8'akBottom'#0#8'AutoSize'#8
|
||||
+#18'BorderSpacing.Left'#2#0#17'BorderSpacing.Top'#2#0#19'BorderSpacing.Right'
|
||||
+#2#0#20'BorderSpacing.Bottom'#2#0#20'BorderSpacing.Around'#2#6'!BorderSpacin'
|
||||
+'g.CellAlignHorizontal'#7#7'ccaFill'#31'BorderSpacing.CellAlignVertical'#7#7
|
||||
+'ccaFill'#7'Caption'#6#14'MacrosGroupbox'#28'ChildSizing.LeftRightSpacing'#2
|
||||
+#0#28'ChildSizing.TopBottomSpacing'#2#0#29'ChildSizing.HorizontalSpacing'#2#0
|
||||
,#27'ChildSizing.VerticalSpacing'#2#0#27'ChildSizing.ControlsPerLine'#2#0#12
|
||||
+'ClientHeight'#3#153#0#11'ClientWidth'#3#133#2#5'Ctl3D'#8#8'DockSite'#8#10'D'
|
||||
+'ragCursor'#7#6'crDrag'#8'DragKind'#7#6'dkDrag'#8'DragMode'#7#8'dmManual'#7
|
||||
+'Enabled'#9#14'ParentBidiMode'#9#11'ParentColor'#9#11'ParentCtl3D'#9#10'Pare'
|
||||
+'ntFont'#9#14'ParentShowHint'#9#8'TabOrder'#2#7#7'TabStop'#8#7'Visible'#9#0#8
|
||||
+'TListBox'#13'MacrosListbox'#22'AnchorSideLeft.Control'#7#14'MacrosGroupbox'
|
||||
+#4'Left'#3#128#0#6'Height'#2#23#3'Top'#2'@'#5'Width'#3#15#2#7'Anchors'#11#5
|
||||
+'akTop'#6'akLeft'#7'akRight'#0#17'BorderSpacing.Top'#2#6#19'BorderSpacing.Ri'
|
||||
+'ght'#2#6#8'TabOrder'#2#3#4'Text'#6#14'ParametersEdit'#0#0#5'TEdit'#14'Worki'
|
||||
+'ngDirEdit'#22'AnchorSideLeft.Control'#7#9'TitleEdit'#21'AnchorSideTop.Contr'
|
||||
+'ol'#7#14'ParametersEdit'#18'AnchorSideTop.Side'#7#9'asrBottom'#23'AnchorSid'
|
||||
+'eRight.Control'#7#5'Owner'#20'AnchorSideRight.Side'#7#9'asrBottom'#4'Left'#3
|
||||
+#128#0#6'Height'#2#23#3'Top'#2']'#5'Width'#3#15#2#7'Anchors'#11#5'akTop'#6'a'
|
||||
+'kLeft'#7'akRight'#0#17'BorderSpacing.Top'#2#6#19'BorderSpacing.Right'#2#6#8
|
||||
+'TabOrder'#2#4#4'Text'#6#14'WorkingDirEdit'#0#0#9'TGroupBox'#15'OptionsGroup'
|
||||
+'Box'#22'AnchorSideLeft.Control'#7#5'Owner'#21'AnchorSideTop.Control'#7#14'W'
|
||||
+'orkingDirEdit'#18'AnchorSideTop.Side'#7#9'asrBottom'#23'AnchorSideRight.Con'
|
||||
+'trol'#7#5'Owner'#20'AnchorSideRight.Side'#7#9'asrBottom'#4'Left'#2#6#6'Heig'
|
||||
+'ht'#2'c'#3'Top'#2'z'#5'Width'#3#137#2#7'Anchors'#11#5'akTop'#6'akLeft'#7'ak'
|
||||
+'Right'#0#8'AutoSize'#9#20'BorderSpacing.Around'#2#6#7'Caption'#6#15'Options'
|
||||
+'GroupBox'#18'ChildSizing.Layout'#7#29'cclTopToBottomThenLeftToRight'#27'Chi'
|
||||
+'ldSizing.ControlsPerLine'#2#5#12'ClientHeight'#2'Q'#11'ClientWidth'#3#133#2
|
||||
+#8'TabOrder'#2#5#0#9'TCheckBox&OptionScanOutputForFPCMessagesCheckBox'#4'Lef'
|
||||
+'t'#2#6#6'Height'#2#17#3'Top'#2#6#5'Width'#3#245#0#20'BorderSpacing.Around'#2
|
||||
+#6#7'Caption'#6'&OptionScanOutputForFPCMessagesCheckBox'#8'TabOrder'#2#0#0#0
|
||||
+#9'TCheckBox''OptionScanOutputForMakeMessagesCheckBox'#18'AnchorSideTop.Side'
|
||||
+#7#9'asrBottom'#21'AnchorSideBottom.Side'#7#9'asrBottom'#4'Left'#2#6#6'Heigh'
|
||||
+'t'#2#17#3'Top'#2#29#5'Width'#3#245#0#20'BorderSpacing.Around'#2#6#7'Caption'
|
||||
+#6'''OptionScanOutputForMakeMessagesCheckBox'#8'TabOrder'#2#1#0#0#7'TButton'
|
||||
+#14'ScannersButton'#22'AnchorSideLeft.Control'#7#15'OptionsGroupBox'#21'Anch'
|
||||
,'orSideTop.Control'#7'''OptionScanOutputForMakeMessagesCheckBox'#18'AnchorSi'
|
||||
+'deTop.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2#29#3'Top'#2'4'#5'Width'#3
|
||||
+'C'#1#20'BorderSpacing.Around'#2#6#7'Caption'#6#14'ScannersButton'#7'OnClick'
|
||||
+#7#19'ScannersButtonClick'#8'TabOrder'#2#2#0#0#0#9'TGroupBox'#11'KeyGroupBox'
|
||||
+#22'AnchorSideLeft.Control'#7#15'OptionsGroupBox'#21'AnchorSideTop.Control'#7
|
||||
+#15'OptionsGroupBox'#18'AnchorSideTop.Side'#7#9'asrBottom'#23'AnchorSideRigh'
|
||||
+'t.Control'#7#15'OptionsGroupBox'#20'AnchorSideRight.Side'#7#9'asrBottom'#4
|
||||
+'Left'#2#6#6'Height'#2#25#3'Top'#3#227#0#5'Width'#3#137#2#7'Anchors'#11#5'ak'
|
||||
+'Top'#6'akLeft'#7'akRight'#0#8'AutoSize'#9#17'BorderSpacing.Top'#2#6#7'Capti'
|
||||
+'on'#6#11'KeyGroupBox'#21'Constraints.MinHeight'#2#25#8'TabOrder'#2#6#0#0#9
|
||||
+'TGroupBox'#14'MacrosGroupbox'#22'AnchorSideLeft.Control'#7#5'Owner'#21'Anch'
|
||||
+'orSideTop.Control'#7#11'KeyGroupBox'#18'AnchorSideTop.Side'#7#9'asrBottom'
|
||||
+#23'AnchorSideRight.Control'#7#5'Owner'#20'AnchorSideRight.Side'#7#9'asrBott'
|
||||
+'om'#24'AnchorSideBottom.Control'#7#11'ButtonPanel'#4'Left'#2#6#6'Height'#3
|
||||
+#205#0#3'Top'#3#2#1#5'Width'#3#137#2#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRi'
|
||||
+'ght'#8'akBottom'#0#20'BorderSpacing.Around'#2#6#7'Caption'#6#14'MacrosGroup'
|
||||
+'box'#12'ClientHeight'#3#187#0#11'ClientWidth'#3#133#2#8'TabOrder'#2#7#0#8'T'
|
||||
+'ListBox'#13'MacrosListbox'#22'AnchorSideLeft.Control'#7#14'MacrosGroupbox'
|
||||
+#21'AnchorSideTop.Control'#7#18'MacrosInsertButton'#23'AnchorSideRight.Contr'
|
||||
+'ol'#7#18'MacrosInsertButton'#24'AnchorSideBottom.Control'#7#14'MacrosGroupb'
|
||||
+'ox'#21'AnchorSideBottom.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#3#145#0#3
|
||||
+'Top'#2#2#5'Width'#3#234#1#11'HelpContext'#2#0#5'Align'#7#6'alNone'#7'Anchor'
|
||||
+'s'#11#5'akTop'#6'akLeft'#7'akRight'#8'akBottom'#0#18'BorderSpacing.Left'#2#6
|
||||
+#17'BorderSpacing.Top'#2#0#19'BorderSpacing.Right'#2#6#20'BorderSpacing.Bott'
|
||||
+'om'#2#6#20'BorderSpacing.Around'#2#0'!BorderSpacing.CellAlignHorizontal'#7#7
|
||||
+'ccaFill'#31'BorderSpacing.CellAlignVertical'#7#7'ccaFill'#11'BorderStyle'#7
|
||||
+#8'bsSingle'#16'ClickOnSelChange'#9#7'Columns'#2#0#10'DragCursor'#7#6'crDrag'
|
||||
+#8'DragKind'#7#6'dkDrag'#8'DragMode'#7#8'dmManual'#14'ExtendedSelect'#9#7'En'
|
||||
+'abled'#9#14'IntegralHeight'#8#10'ItemHeight'#2#0#11'MultiSelect'#8#7'OnClic'
|
||||
+'k'#7#18'MacrosListboxClick'#14'ParentBidiMode'#9#14'ParentShowHint'#9#10'Pa'
|
||||
+'rentFont'#9#6'Sorted'#8#5'Style'#7#10'lbStandard'#8'TabOrder'#2#0#7'TabStop'
|
||||
+#9#8'TopIndex'#2#255#7'Visible'#9#0#0#7'TButton'#18'MacrosInsertButton'#21'A'
|
||||
+'nchorSideTop.Control'#7#14'MacrosGroupbox'#23'AnchorSideRight.Control'#7#14
|
||||
+'MacrosGroupbox'#20'AnchorSideRight.Side'#7#9'asrBottom'#4'Left'#3#246#1#6'H'
|
||||
+'eight'#2#29#3'Top'#2#2#5'Width'#3#137#0#11'HelpContext'#2#0#5'Align'#7#6'al'
|
||||
+'None'#7'Anchors'#11#5'akTop'#7'akRight'#0#8'AutoSize'#9#18'BorderSpacing.Le'
|
||||
+'ft'#2#0#17'BorderSpacing.Top'#2#2#19'BorderSpacing.Right'#2#6#20'BorderSpac'
|
||||
+'ing.Bottom'#2#0#20'BorderSpacing.Around'#2#0'!BorderSpacing.CellAlignHorizo'
|
||||
+'ntal'#7#7'ccaFill'#31'BorderSpacing.CellAlignVertical'#7#7'ccaFill'#6'Cance'
|
||||
+'l'#8#7'Caption'#6#18'MacrosInsertButton'#7'Default'#8#10'DragCursor'#7#6'cr'
|
||||
+'Drag'#8'DragMode'#7#8'dmManual'#7'Enabled'#8#14'ParentBidiMode'#9#11'ModalR'
|
||||
+'esult'#2#0#7'OnClick'#7#23'MacrosInsertButtonClick'#10'ParentFont'#9#14'Par'
|
||||
+'entShowHint'#9#8'TabOrder'#2#1#7'TabStop'#9#7'Visible'#9#0#0#0#12'TButtonPa'
|
||||
+'nel'#11'ButtonPanel'#4'Left'#2#6#6'Height'#2'0'#3'Top'#3#197#1#5'Width'#3
|
||||
+#137#2#11'HelpContext'#2#0#5'Align'#7#8'alBottom'#8'AutoSize'#9#11'ButtonOrd'
|
||||
+'er'#7#9'boDefault'#8'TabOrder'#2#8#13'DefaultButton'#7#4'pbOK'#11'ShowButto'
|
||||
+'ns'#11#4'pbOK'#8'pbCancel'#6'pbHelp'#0#10'ShowGlyphs'#11#4'pbOK'#8'pbCancel'
|
||||
+#7'pbClose'#6'pbHelp'#0#7'Visible'#9#0#0#11'TOpenDialog'#10'OpenDialog'#5'Wi'
|
||||
+'dth'#2#0#6'Height'#2#0#7'Options'#11#15'ofPathMustExist'#15'ofFileMustExist'
|
||||
+#14'ofEnableSizing'#12'ofViewDetail'#0#4'left'#2'X'#3'top'#2' '#0#0#0
|
||||
+'ox'#21'AnchorSideBottom.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#3#179#0#3
|
||||
+'Top'#2#2#5'Width'#3#253#1#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#8'akB'
|
||||
+'ottom'#0#18'BorderSpacing.Left'#2#6#19'BorderSpacing.Right'#2#6#20'BorderSp'
|
||||
+'acing.Bottom'#2#6#10'ItemHeight'#2#0#7'OnClick'#7#18'MacrosListboxClick'#8
|
||||
+'TabOrder'#2#0#0#0#7'TButton'#18'MacrosInsertButton'#21'AnchorSideTop.Contro'
|
||||
+'l'#7#14'MacrosGroupbox'#23'AnchorSideRight.Control'#7#14'MacrosGroupbox'#20
|
||||
+'AnchorSideRight.Side'#7#9'asrBottom'#4'Left'#3#9#2#6'Height'#2#23#3'Top'#2#2
|
||||
+#5'Width'#2'v'#7'Anchors'#11#5'akTop'#7'akRight'#0#8'AutoSize'#9#17'BorderSp'
|
||||
+'acing.Top'#2#2#19'BorderSpacing.Right'#2#6#7'Caption'#6#18'MacrosInsertButt'
|
||||
+'on'#7'Enabled'#8#7'OnClick'#7#23'MacrosInsertButtonClick'#8'TabOrder'#2#1#0
|
||||
+#0#0#12'TButtonPanel'#11'ButtonPanel'#4'Left'#2#6#6'Height'#2#26#3'Top'#3#213
|
||||
+#1#5'Width'#3#137#2#8'TabOrder'#2#8#11'ShowButtons'#11#4'pbOK'#8'pbCancel'#6
|
||||
+'pbHelp'#0#9'ShowBevel'#8#0#0#11'TOpenDialog'#10'OpenDialog'#7'Options'#11#15
|
||||
+'ofPathMustExist'#15'ofFileMustExist'#14'ofEnableSizing'#12'ofViewDetail'#0#4
|
||||
+'left'#2'X'#3'top'#2' '#0#0#0
|
||||
]);
|
||||
|
@ -4,106 +4,39 @@ object HelpOptionsDialog: THelpOptionsDialog
|
||||
Height = 363
|
||||
Top = 234
|
||||
Width = 500
|
||||
HelpContext = 0
|
||||
ActiveControl = MainNotebook
|
||||
Align = alNone
|
||||
AllowDropFiles = False
|
||||
AutoScroll = True
|
||||
AutoSize = False
|
||||
BorderIcons = [biSystemMenu]
|
||||
BorderStyle = bsSizeable
|
||||
Caption = 'HelpOptionsDialog'
|
||||
ChildSizing.LeftRightSpacing = 0
|
||||
ChildSizing.TopBottomSpacing = 0
|
||||
ChildSizing.HorizontalSpacing = 0
|
||||
ChildSizing.VerticalSpacing = 0
|
||||
ChildSizing.ControlsPerLine = 0
|
||||
ClientHeight = 363
|
||||
ClientWidth = 500
|
||||
DockSite = False
|
||||
DragKind = dkDrag
|
||||
DragMode = dmManual
|
||||
Enabled = True
|
||||
Font.Height = 0
|
||||
Font.Style = []
|
||||
FormStyle = fsNormal
|
||||
OnClose = HelpOptionsDialogClose
|
||||
OnCreate = HelpOptionsDialogCreate
|
||||
ParentBiDiMode = True
|
||||
ParentFont = False
|
||||
Position = poScreenCenter
|
||||
ShowInTaskBar = stDefault
|
||||
UseDockManager = False
|
||||
LCLVersion = '0.9.27'
|
||||
WindowState = wsNormal
|
||||
object MainNotebook: TNotebook
|
||||
Left = 0
|
||||
Height = 309
|
||||
Height = 325
|
||||
Top = 0
|
||||
Width = 500
|
||||
HelpContext = 0
|
||||
TabStop = True
|
||||
Align = alClient
|
||||
BorderSpacing.Left = 0
|
||||
BorderSpacing.Top = 0
|
||||
BorderSpacing.Right = 0
|
||||
BorderSpacing.Bottom = 6
|
||||
BorderSpacing.Around = 0
|
||||
BorderSpacing.CellAlignHorizontal = ccaFill
|
||||
BorderSpacing.CellAlignVertical = ccaFill
|
||||
DragCursor = crDrag
|
||||
DragMode = dmManual
|
||||
Enabled = True
|
||||
Options = []
|
||||
PageIndex = 1
|
||||
ParentFont = True
|
||||
ShowTabs = True
|
||||
TabOrder = 0
|
||||
object GeneralPage: TPage
|
||||
HelpContext = 0
|
||||
Caption = 'GeneralPage'
|
||||
ChildSizing.LeftRightSpacing = 0
|
||||
ChildSizing.TopBottomSpacing = 0
|
||||
ChildSizing.HorizontalSpacing = 0
|
||||
ChildSizing.VerticalSpacing = 0
|
||||
ChildSizing.ControlsPerLine = 0
|
||||
ClientWidth = 496
|
||||
ClientHeight = 278
|
||||
ImageIndex = -1
|
||||
ParentFont = True
|
||||
ParentShowHint = True
|
||||
ClientWidth = 492
|
||||
ClientHeight = 283
|
||||
object FPCDocHTMLLabel: TLabel
|
||||
AnchorSideLeft.Control = GeneralPage
|
||||
AnchorSideTop.Control = GeneralPage
|
||||
Left = 6
|
||||
Height = 18
|
||||
Top = 6
|
||||
Width = 484
|
||||
HelpContext = 0
|
||||
Width = 480
|
||||
Align = alTop
|
||||
Alignment = taLeftJustify
|
||||
AutoSize = True
|
||||
BorderSpacing.Left = 0
|
||||
BorderSpacing.Top = 0
|
||||
BorderSpacing.Right = 0
|
||||
BorderSpacing.Bottom = 0
|
||||
BorderSpacing.Around = 6
|
||||
BorderSpacing.CellAlignHorizontal = ccaFill
|
||||
BorderSpacing.CellAlignVertical = ccaFill
|
||||
Caption = 'FPCDocHTMLLabel'
|
||||
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 FPCDocHTMLEdit: TEdit
|
||||
AnchorSideLeft.Control = GeneralPage
|
||||
@ -113,115 +46,40 @@ object HelpOptionsDialog: THelpOptionsDialog
|
||||
Left = 6
|
||||
Height = 23
|
||||
Top = 30
|
||||
Width = 455
|
||||
HelpContext = 0
|
||||
Align = alNone
|
||||
Width = 451
|
||||
Anchors = [akTop, akLeft, akRight]
|
||||
AutoSize = False
|
||||
AutoSelect = False
|
||||
BorderSpacing.Left = 0
|
||||
BorderSpacing.Top = 0
|
||||
BorderSpacing.Right = 0
|
||||
BorderSpacing.Bottom = 0
|
||||
BorderSpacing.Around = 6
|
||||
BorderSpacing.CellAlignHorizontal = ccaFill
|
||||
BorderSpacing.CellAlignVertical = ccaFill
|
||||
CharCase = ecNormal
|
||||
DragCursor = crDrag
|
||||
DragMode = dmManual
|
||||
EchoMode = emNormal
|
||||
Enabled = True
|
||||
MaxLength = -1
|
||||
ParentBidiMode = True
|
||||
ParentFont = True
|
||||
ParentShowHint = True
|
||||
PasswordChar = #0
|
||||
ReadOnly = False
|
||||
TabStop = True
|
||||
TabOrder = 0
|
||||
Text = 'FPCDocHTMLEdit'
|
||||
Visible = True
|
||||
end
|
||||
object FPCDocHTMLBrowseButton: TButton
|
||||
AnchorSideTop.Control = FPCDocHTMLLabel
|
||||
AnchorSideTop.Side = asrBottom
|
||||
AnchorSideRight.Control = GeneralPage
|
||||
AnchorSideRight.Side = asrBottom
|
||||
Left = 467
|
||||
Left = 463
|
||||
Height = 23
|
||||
Top = 30
|
||||
Width = 23
|
||||
HelpContext = 0
|
||||
Align = alNone
|
||||
Anchors = [akTop, akRight]
|
||||
AutoSize = False
|
||||
BorderSpacing.Left = 0
|
||||
BorderSpacing.Top = 0
|
||||
BorderSpacing.Right = 0
|
||||
BorderSpacing.Bottom = 0
|
||||
BorderSpacing.Around = 6
|
||||
BorderSpacing.CellAlignHorizontal = ccaFill
|
||||
BorderSpacing.CellAlignVertical = ccaFill
|
||||
Cancel = False
|
||||
Caption = '...'
|
||||
Default = False
|
||||
DragCursor = crDrag
|
||||
DragMode = dmManual
|
||||
Enabled = True
|
||||
ParentBidiMode = True
|
||||
ModalResult = 0
|
||||
OnClick = FPCDocHTMLBrowseButtonClick
|
||||
ParentFont = True
|
||||
ParentShowHint = True
|
||||
TabOrder = 1
|
||||
TabStop = True
|
||||
Visible = True
|
||||
end
|
||||
end
|
||||
object ViewersPage: TPage
|
||||
HelpContext = 0
|
||||
Caption = 'ViewersPage'
|
||||
ChildSizing.LeftRightSpacing = 0
|
||||
ChildSizing.TopBottomSpacing = 0
|
||||
ChildSizing.HorizontalSpacing = 0
|
||||
ChildSizing.VerticalSpacing = 0
|
||||
ChildSizing.ControlsPerLine = 0
|
||||
ClientWidth = 496
|
||||
ClientHeight = 278
|
||||
ImageIndex = -1
|
||||
ParentFont = True
|
||||
ParentShowHint = True
|
||||
ClientWidth = 492
|
||||
ClientHeight = 299
|
||||
object ViewersLabel: TLabel
|
||||
AnchorSideTop.Control = ViewerPropsGroupBox
|
||||
Left = 6
|
||||
Height = 18
|
||||
Height = 14
|
||||
Top = 6
|
||||
Width = 84
|
||||
HelpContext = 0
|
||||
Align = alNone
|
||||
Alignment = taLeftJustify
|
||||
AutoSize = True
|
||||
BorderSpacing.Left = 0
|
||||
BorderSpacing.Top = 0
|
||||
BorderSpacing.Right = 0
|
||||
BorderSpacing.Bottom = 0
|
||||
BorderSpacing.Around = 0
|
||||
BorderSpacing.CellAlignHorizontal = ccaFill
|
||||
BorderSpacing.CellAlignVertical = ccaFill
|
||||
Width = 63
|
||||
Caption = 'ViewersLabel'
|
||||
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 ViewersListBox: TListBox
|
||||
AnchorSideLeft.Control = ViewersPage
|
||||
@ -230,125 +88,42 @@ object HelpOptionsDialog: THelpOptionsDialog
|
||||
AnchorSideBottom.Control = ViewersPage
|
||||
AnchorSideBottom.Side = asrBottom
|
||||
Left = 6
|
||||
Height = 242
|
||||
Top = 30
|
||||
Height = 267
|
||||
Top = 26
|
||||
Width = 152
|
||||
HelpContext = 0
|
||||
Align = alNone
|
||||
Anchors = [akTop, akLeft, akBottom]
|
||||
BorderSpacing.Left = 0
|
||||
BorderSpacing.Top = 0
|
||||
BorderSpacing.Right = 0
|
||||
BorderSpacing.Bottom = 0
|
||||
BorderSpacing.Around = 6
|
||||
BorderSpacing.CellAlignHorizontal = ccaFill
|
||||
BorderSpacing.CellAlignVertical = ccaFill
|
||||
BorderStyle = bsSingle
|
||||
ClickOnSelChange = False
|
||||
Columns = 0
|
||||
DragCursor = crDrag
|
||||
DragKind = dkDrag
|
||||
DragMode = dmManual
|
||||
ExtendedSelect = True
|
||||
Enabled = True
|
||||
IntegralHeight = False
|
||||
ItemHeight = 0
|
||||
MultiSelect = False
|
||||
OnSelectionChange = ViewersListBoxSelectionChange
|
||||
ParentBidiMode = True
|
||||
ParentShowHint = True
|
||||
ParentFont = True
|
||||
Sorted = False
|
||||
Style = lbStandard
|
||||
TabOrder = 0
|
||||
TabStop = True
|
||||
TopIndex = -1
|
||||
Visible = True
|
||||
end
|
||||
object ViewerPropsGroupBox: TGroupBox
|
||||
AnchorSideLeft.Control = ViewersListBox
|
||||
AnchorSideLeft.Side = asrBottom
|
||||
Left = 164
|
||||
Height = 266
|
||||
Height = 287
|
||||
Top = 6
|
||||
Width = 326
|
||||
HelpContext = 0
|
||||
Width = 322
|
||||
Align = alRight
|
||||
Anchors = [akTop, akLeft, akRight, akBottom]
|
||||
AutoSize = False
|
||||
BorderSpacing.Left = 0
|
||||
BorderSpacing.Top = 0
|
||||
BorderSpacing.Right = 0
|
||||
BorderSpacing.Bottom = 0
|
||||
BorderSpacing.Around = 6
|
||||
BorderSpacing.CellAlignHorizontal = ccaFill
|
||||
BorderSpacing.CellAlignVertical = ccaFill
|
||||
Caption = 'ViewerPropsGroupBox'
|
||||
ChildSizing.LeftRightSpacing = 0
|
||||
ChildSizing.TopBottomSpacing = 0
|
||||
ChildSizing.HorizontalSpacing = 0
|
||||
ChildSizing.VerticalSpacing = 0
|
||||
ChildSizing.ControlsPerLine = 0
|
||||
Ctl3D = False
|
||||
DockSite = False
|
||||
DragCursor = crDrag
|
||||
DragKind = dkDrag
|
||||
DragMode = dmManual
|
||||
Enabled = True
|
||||
ParentBidiMode = True
|
||||
ParentColor = True
|
||||
ParentCtl3D = True
|
||||
ParentFont = True
|
||||
ParentShowHint = True
|
||||
TabOrder = 1
|
||||
TabStop = False
|
||||
Visible = True
|
||||
end
|
||||
end
|
||||
object DataBasePage: TPage
|
||||
HelpContext = 0
|
||||
Caption = 'DataBasePage'
|
||||
ChildSizing.LeftRightSpacing = 0
|
||||
ChildSizing.TopBottomSpacing = 0
|
||||
ChildSizing.HorizontalSpacing = 0
|
||||
ChildSizing.VerticalSpacing = 0
|
||||
ChildSizing.ControlsPerLine = 0
|
||||
ClientWidth = 496
|
||||
ClientHeight = 278
|
||||
ImageIndex = -1
|
||||
ParentFont = True
|
||||
ParentShowHint = True
|
||||
ClientWidth = 492
|
||||
ClientHeight = 283
|
||||
object DatabasesLabel: TLabel
|
||||
AnchorSideTop.Control = DataBasesPropsGroupBox
|
||||
Left = 6
|
||||
Height = 18
|
||||
Top = 6
|
||||
Width = 104
|
||||
HelpContext = 0
|
||||
Align = alNone
|
||||
Alignment = taLeftJustify
|
||||
AutoSize = True
|
||||
BorderSpacing.Left = 0
|
||||
BorderSpacing.Top = 0
|
||||
BorderSpacing.Right = 0
|
||||
BorderSpacing.Bottom = 0
|
||||
BorderSpacing.Around = 0
|
||||
BorderSpacing.CellAlignHorizontal = ccaFill
|
||||
BorderSpacing.CellAlignVertical = ccaFill
|
||||
Caption = 'DatabasesLabel'
|
||||
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 DatabasesListBox: TListBox
|
||||
AnchorSideLeft.Control = DataBasePage
|
||||
@ -357,95 +132,38 @@ object HelpOptionsDialog: THelpOptionsDialog
|
||||
AnchorSideBottom.Control = DataBasePage
|
||||
AnchorSideBottom.Side = asrBottom
|
||||
Left = 6
|
||||
Height = 242
|
||||
Height = 247
|
||||
Top = 30
|
||||
Width = 152
|
||||
HelpContext = 0
|
||||
Align = alNone
|
||||
Anchors = [akTop, akLeft, akBottom]
|
||||
BorderSpacing.Left = 0
|
||||
BorderSpacing.Top = 0
|
||||
BorderSpacing.Right = 0
|
||||
BorderSpacing.Bottom = 0
|
||||
BorderSpacing.Around = 6
|
||||
BorderSpacing.CellAlignHorizontal = ccaFill
|
||||
BorderSpacing.CellAlignVertical = ccaFill
|
||||
BorderStyle = bsSingle
|
||||
ClickOnSelChange = False
|
||||
Columns = 0
|
||||
DragCursor = crDrag
|
||||
DragKind = dkDrag
|
||||
DragMode = dmManual
|
||||
ExtendedSelect = True
|
||||
Enabled = True
|
||||
IntegralHeight = False
|
||||
ItemHeight = 0
|
||||
MultiSelect = False
|
||||
OnSelectionChange = DatabasesListBoxSelectionChange
|
||||
ParentBidiMode = True
|
||||
ParentShowHint = True
|
||||
ParentFont = True
|
||||
Sorted = False
|
||||
Style = lbStandard
|
||||
TabOrder = 0
|
||||
TabStop = True
|
||||
TopIndex = -1
|
||||
Visible = True
|
||||
end
|
||||
object DataBasesPropsGroupBox: TGroupBox
|
||||
AnchorSideLeft.Control = DatabasesListBox
|
||||
AnchorSideLeft.Side = asrBottom
|
||||
Left = 164
|
||||
Height = 266
|
||||
Height = 271
|
||||
Top = 6
|
||||
Width = 326
|
||||
HelpContext = 0
|
||||
Width = 322
|
||||
Align = alRight
|
||||
Anchors = [akTop, akLeft, akRight, akBottom]
|
||||
AutoSize = False
|
||||
BorderSpacing.Left = 0
|
||||
BorderSpacing.Top = 0
|
||||
BorderSpacing.Right = 0
|
||||
BorderSpacing.Bottom = 0
|
||||
BorderSpacing.Around = 6
|
||||
BorderSpacing.CellAlignHorizontal = ccaFill
|
||||
BorderSpacing.CellAlignVertical = ccaFill
|
||||
Caption = 'DataBasesPropsGroupBox'
|
||||
ChildSizing.LeftRightSpacing = 0
|
||||
ChildSizing.TopBottomSpacing = 0
|
||||
ChildSizing.HorizontalSpacing = 0
|
||||
ChildSizing.VerticalSpacing = 0
|
||||
ChildSizing.ControlsPerLine = 0
|
||||
Ctl3D = False
|
||||
DockSite = False
|
||||
DragCursor = crDrag
|
||||
DragKind = dkDrag
|
||||
DragMode = dmManual
|
||||
Enabled = True
|
||||
ParentBidiMode = True
|
||||
ParentColor = True
|
||||
ParentCtl3D = True
|
||||
ParentFont = True
|
||||
ParentShowHint = True
|
||||
TabOrder = 1
|
||||
TabStop = False
|
||||
Visible = True
|
||||
end
|
||||
end
|
||||
end
|
||||
object ButtonPanel: TButtonPanel
|
||||
Left = 6
|
||||
Height = 48
|
||||
Top = 315
|
||||
Height = 26
|
||||
Top = 331
|
||||
Width = 488
|
||||
HelpContext = 0
|
||||
Align = alBottom
|
||||
AutoSize = True
|
||||
ButtonOrder = boDefault
|
||||
TabOrder = 1
|
||||
DefaultButton = pbOK
|
||||
ShowButtons = [pbOK, pbCancel, pbHelp]
|
||||
ShowGlyphs = [pbOK, pbCancel, pbClose, pbHelp]
|
||||
Visible = True
|
||||
ShowBevel = False
|
||||
end
|
||||
end
|
||||
|
@ -3,152 +3,59 @@
|
||||
LazarusResources.Add('THelpOptionsDialog','FORMDATA',[
|
||||
'TPF0'#18'THelpOptionsDialog'#17'HelpOptionsDialog'#21'AnchorSideBottom.Side'
|
||||
+#7#9'asrBottom'#4'Left'#3#8#1#6'Height'#3'k'#1#3'Top'#3#234#0#5'Width'#3#244
|
||||
+#1#11'HelpContext'#2#0#13'ActiveControl'#7#12'MainNotebook'#5'Align'#7#6'alN'
|
||||
+'one'#14'AllowDropFiles'#8#10'AutoScroll'#9#8'AutoSize'#8#11'BorderIcons'#11
|
||||
+#12'biSystemMenu'#0#11'BorderStyle'#7#10'bsSizeable'#7'Caption'#6#17'HelpOpt'
|
||||
+'ionsDialog'#28'ChildSizing.LeftRightSpacing'#2#0#28'ChildSizing.TopBottomSp'
|
||||
+'acing'#2#0#29'ChildSizing.HorizontalSpacing'#2#0#27'ChildSizing.VerticalSpa'
|
||||
+'cing'#2#0#27'ChildSizing.ControlsPerLine'#2#0#12'ClientHeight'#3'k'#1#11'Cl'
|
||||
+'ientWidth'#3#244#1#8'DockSite'#8#8'DragKind'#7#6'dkDrag'#8'DragMode'#7#8'dm'
|
||||
+'Manual'#7'Enabled'#9#11'Font.Height'#2#0#10'Font.Style'#11#0#9'FormStyle'#7
|
||||
+#8'fsNormal'#7'OnClose'#7#22'HelpOptionsDialogClose'#8'OnCreate'#7#23'HelpOp'
|
||||
+'tionsDialogCreate'#14'ParentBiDiMode'#9#10'ParentFont'#8#8'Position'#7#14'p'
|
||||
+'oScreenCenter'#13'ShowInTaskBar'#7#9'stDefault'#14'UseDockManager'#8#10'LCL'
|
||||
+'Version'#6#6'0.9.27'#11'WindowState'#7#8'wsNormal'#0#9'TNotebook'#12'MainNo'
|
||||
+'tebook'#4'Left'#2#0#6'Height'#3'5'#1#3'Top'#2#0#5'Width'#3#244#1#11'HelpCon'
|
||||
+'text'#2#0#7'TabStop'#9#5'Align'#7#8'alClient'#18'BorderSpacing.Left'#2#0#17
|
||||
+'BorderSpacing.Top'#2#0#19'BorderSpacing.Right'#2#0#20'BorderSpacing.Bottom'
|
||||
+#2#6#20'BorderSpacing.Around'#2#0'!BorderSpacing.CellAlignHorizontal'#7#7'cc'
|
||||
+'aFill'#31'BorderSpacing.CellAlignVertical'#7#7'ccaFill'#10'DragCursor'#7#6
|
||||
+'crDrag'#8'DragMode'#7#8'dmManual'#7'Enabled'#9#7'Options'#11#0#9'PageIndex'
|
||||
+#2#1#10'ParentFont'#9#8'ShowTabs'#9#8'TabOrder'#2#0#0#5'TPage'#11'GeneralPag'
|
||||
+'e'#11'HelpContext'#2#0#7'Caption'#6#11'GeneralPage'#28'ChildSizing.LeftRigh'
|
||||
+'tSpacing'#2#0#28'ChildSizing.TopBottomSpacing'#2#0#29'ChildSizing.Horizonta'
|
||||
+'lSpacing'#2#0#27'ChildSizing.VerticalSpacing'#2#0#27'ChildSizing.ControlsPe'
|
||||
+'rLine'#2#0#11'ClientWidth'#3#240#1#12'ClientHeight'#3#22#1#10'ImageIndex'#2
|
||||
+#255#10'ParentFont'#9#14'ParentShowHint'#9#0#6'TLabel'#15'FPCDocHTMLLabel'#22
|
||||
+'AnchorSideLeft.Control'#7#11'GeneralPage'#21'AnchorSideTop.Control'#7#11'Ge'
|
||||
+'neralPage'#4'Left'#2#6#6'Height'#2#18#3'Top'#2#6#5'Width'#3#228#1#11'HelpCo'
|
||||
+'ntext'#2#0#5'Align'#7#5'alTop'#9'Alignment'#7#13'taLeftJustify'#8'AutoSize'
|
||||
+#9#18'BorderSpacing.Left'#2#0#17'BorderSpacing.Top'#2#0#19'BorderSpacing.Rig'
|
||||
+'ht'#2#0#20'BorderSpacing.Bottom'#2#0#20'BorderSpacing.Around'#2#6'!BorderSp'
|
||||
+'acing.CellAlignHorizontal'#7#7'ccaFill'#31'BorderSpacing.CellAlignVertical'
|
||||
+#7#7'ccaFill'#7'Caption'#6#15'FPCDocHTMLLabel'#10'DragCursor'#7#6'crDrag'#8
|
||||
+'DragMode'#7#8'dmManual'#7'Enabled'#9#6'Layout'#7#5'tlTop'#14'ParentBidiMode'
|
||||
+#9#11'ParentColor'#8#10'ParentFont'#9#14'ParentShowHint'#9#13'ShowAccelChar'
|
||||
+#9#11'Transparent'#9#7'Visible'#9#8'WordWrap'#8#11'OptimalFill'#8#0#0#5'TEdi'
|
||||
+'t'#14'FPCDocHTMLEdit'#22'AnchorSideLeft.Control'#7#11'GeneralPage'#21'Ancho'
|
||||
+'rSideTop.Control'#7#15'FPCDocHTMLLabel'#18'AnchorSideTop.Side'#7#9'asrBotto'
|
||||
+'m'#23'AnchorSideRight.Control'#7#22'FPCDocHTMLBrowseButton'#4'Left'#2#6#6'H'
|
||||
+'eight'#2#23#3'Top'#2#30#5'Width'#3#199#1#11'HelpContext'#2#0#5'Align'#7#6'a'
|
||||
+'lNone'#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#8'AutoSize'#8#10'AutoS'
|
||||
+'elect'#8#18'BorderSpacing.Left'#2#0#17'BorderSpacing.Top'#2#0#19'BorderSpac'
|
||||
+'ing.Right'#2#0#20'BorderSpacing.Bottom'#2#0#20'BorderSpacing.Around'#2#6'!B'
|
||||
+'orderSpacing.CellAlignHorizontal'#7#7'ccaFill'#31'BorderSpacing.CellAlignVe'
|
||||
+'rtical'#7#7'ccaFill'#8'CharCase'#7#8'ecNormal'#10'DragCursor'#7#6'crDrag'#8
|
||||
+'DragMode'#7#8'dmManual'#8'EchoMode'#7#8'emNormal'#7'Enabled'#9#9'MaxLength'
|
||||
+#2#255#14'ParentBidiMode'#9#10'ParentFont'#9#14'ParentShowHint'#9#12'Passwor'
|
||||
+'dChar'#6#1#0#8'ReadOnly'#8#7'TabStop'#9#8'TabOrder'#2#0#4'Text'#6#14'FPCDoc'
|
||||
+'HTMLEdit'#7'Visible'#9#0#0#7'TButton'#22'FPCDocHTMLBrowseButton'#21'AnchorS'
|
||||
+'ideTop.Control'#7#15'FPCDocHTMLLabel'#18'AnchorSideTop.Side'#7#9'asrBottom'
|
||||
+#23'AnchorSideRight.Control'#7#11'GeneralPage'#20'AnchorSideRight.Side'#7#9
|
||||
+'asrBottom'#4'Left'#3#211#1#6'Height'#2#23#3'Top'#2#30#5'Width'#2#23#11'Help'
|
||||
+'Context'#2#0#5'Align'#7#6'alNone'#7'Anchors'#11#5'akTop'#7'akRight'#0#8'Aut'
|
||||
+'oSize'#8#18'BorderSpacing.Left'#2#0#17'BorderSpacing.Top'#2#0#19'BorderSpac'
|
||||
+'ing.Right'#2#0#20'BorderSpacing.Bottom'#2#0#20'BorderSpacing.Around'#2#6'!B'
|
||||
+'orderSpacing.CellAlignHorizontal'#7#7'ccaFill'#31'BorderSpacing.CellAlignVe'
|
||||
+'rtical'#7#7'ccaFill'#6'Cancel'#8#7'Caption'#6#3'...'#7'Default'#8#10'DragCu'
|
||||
+'rsor'#7#6'crDrag'#8'DragMode'#7#8'dmManual'#7'Enabled'#9#14'ParentBidiMode'
|
||||
+#9#11'ModalResult'#2#0#7'OnClick'#7#27'FPCDocHTMLBrowseButtonClick'#10'Paren'
|
||||
+'tFont'#9#14'ParentShowHint'#9#8'TabOrder'#2#1#7'TabStop'#9#7'Visible'#9#0#0
|
||||
+#0#5'TPage'#11'ViewersPage'#11'HelpContext'#2#0#7'Caption'#6#11'ViewersPage'
|
||||
+#28'ChildSizing.LeftRightSpacing'#2#0#28'ChildSizing.TopBottomSpacing'#2#0#29
|
||||
+'ChildSizing.HorizontalSpacing'#2#0#27'ChildSizing.VerticalSpacing'#2#0#27'C'
|
||||
+'hildSizing.ControlsPerLine'#2#0#11'ClientWidth'#3#240#1#12'ClientHeight'#3
|
||||
,#22#1#10'ImageIndex'#2#255#10'ParentFont'#9#14'ParentShowHint'#9#0#6'TLabel'
|
||||
+#12'ViewersLabel'#21'AnchorSideTop.Control'#7#19'ViewerPropsGroupBox'#4'Left'
|
||||
+#2#6#6'Height'#2#18#3'Top'#2#6#5'Width'#2'T'#11'HelpContext'#2#0#5'Align'#7#6
|
||||
+'alNone'#9'Alignment'#7#13'taLeftJustify'#8'AutoSize'#9#18'BorderSpacing.Lef'
|
||||
+'t'#2#0#17'BorderSpacing.Top'#2#0#19'BorderSpacing.Right'#2#0#20'BorderSpaci'
|
||||
+'ng.Bottom'#2#0#20'BorderSpacing.Around'#2#0'!BorderSpacing.CellAlignHorizon'
|
||||
+'tal'#7#7'ccaFill'#31'BorderSpacing.CellAlignVertical'#7#7'ccaFill'#7'Captio'
|
||||
+'n'#6#12'ViewersLabel'#10'DragCursor'#7#6'crDrag'#8'DragMode'#7#8'dmManual'#7
|
||||
+'Enabled'#9#6'Layout'#7#5'tlTop'#14'ParentBidiMode'#9#11'ParentColor'#8#10'P'
|
||||
+'arentFont'#9#14'ParentShowHint'#9#13'ShowAccelChar'#9#11'Transparent'#9#7'V'
|
||||
+'isible'#9#8'WordWrap'#8#11'OptimalFill'#8#0#0#8'TListBox'#14'ViewersListBox'
|
||||
+#22'AnchorSideLeft.Control'#7#11'ViewersPage'#21'AnchorSideTop.Control'#7#12
|
||||
+'ViewersLabel'#18'AnchorSideTop.Side'#7#9'asrBottom'#24'AnchorSideBottom.Con'
|
||||
+'trol'#7#11'ViewersPage'#21'AnchorSideBottom.Side'#7#9'asrBottom'#4'Left'#2#6
|
||||
+#6'Height'#3#242#0#3'Top'#2#30#5'Width'#3#152#0#11'HelpContext'#2#0#5'Align'
|
||||
+#7#6'alNone'#7'Anchors'#11#5'akTop'#6'akLeft'#8'akBottom'#0#18'BorderSpacing'
|
||||
+'.Left'#2#0#17'BorderSpacing.Top'#2#0#19'BorderSpacing.Right'#2#0#20'BorderS'
|
||||
+'pacing.Bottom'#2#0#20'BorderSpacing.Around'#2#6'!BorderSpacing.CellAlignHor'
|
||||
+'izontal'#7#7'ccaFill'#31'BorderSpacing.CellAlignVertical'#7#7'ccaFill'#11'B'
|
||||
+'orderStyle'#7#8'bsSingle'#16'ClickOnSelChange'#8#7'Columns'#2#0#10'DragCurs'
|
||||
+'or'#7#6'crDrag'#8'DragKind'#7#6'dkDrag'#8'DragMode'#7#8'dmManual'#14'Extend'
|
||||
+'edSelect'#9#7'Enabled'#9#14'IntegralHeight'#8#10'ItemHeight'#2#0#11'MultiSe'
|
||||
+'lect'#8#17'OnSelectionChange'#7#29'ViewersListBoxSelectionChange'#14'Parent'
|
||||
+'BidiMode'#9#14'ParentShowHint'#9#10'ParentFont'#9#6'Sorted'#8#5'Style'#7#10
|
||||
+'lbStandard'#8'TabOrder'#2#0#7'TabStop'#9#8'TopIndex'#2#255#7'Visible'#9#0#0
|
||||
+#9'TGroupBox'#19'ViewerPropsGroupBox'#22'AnchorSideLeft.Control'#7#14'Viewer'
|
||||
+'sListBox'#19'AnchorSideLeft.Side'#7#9'asrBottom'#4'Left'#3#164#0#6'Height'#3
|
||||
+#10#1#3'Top'#2#6#5'Width'#3'F'#1#11'HelpContext'#2#0#5'Align'#7#7'alRight'#7
|
||||
+'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#8'akBottom'#0#8'AutoSize'#8#18'Bo'
|
||||
+'rderSpacing.Left'#2#0#17'BorderSpacing.Top'#2#0#19'BorderSpacing.Right'#2#0
|
||||
+#20'BorderSpacing.Bottom'#2#0#20'BorderSpacing.Around'#2#6'!BorderSpacing.Ce'
|
||||
+'llAlignHorizontal'#7#7'ccaFill'#31'BorderSpacing.CellAlignVertical'#7#7'cca'
|
||||
+'Fill'#7'Caption'#6#19'ViewerPropsGroupBox'#28'ChildSizing.LeftRightSpacing'
|
||||
+#2#0#28'ChildSizing.TopBottomSpacing'#2#0#29'ChildSizing.HorizontalSpacing'#2
|
||||
+#0#27'ChildSizing.VerticalSpacing'#2#0#27'ChildSizing.ControlsPerLine'#2#0#5
|
||||
+'Ctl3D'#8#8'DockSite'#8#10'DragCursor'#7#6'crDrag'#8'DragKind'#7#6'dkDrag'#8
|
||||
+'DragMode'#7#8'dmManual'#7'Enabled'#9#14'ParentBidiMode'#9#11'ParentColor'#9
|
||||
+#11'ParentCtl3D'#9#10'ParentFont'#9#14'ParentShowHint'#9#8'TabOrder'#2#1#7'T'
|
||||
+'abStop'#8#7'Visible'#9#0#0#0#5'TPage'#12'DataBasePage'#11'HelpContext'#2#0#7
|
||||
+'Caption'#6#12'DataBasePage'#28'ChildSizing.LeftRightSpacing'#2#0#28'ChildSi'
|
||||
+'zing.TopBottomSpacing'#2#0#29'ChildSizing.HorizontalSpacing'#2#0#27'ChildSi'
|
||||
+'zing.VerticalSpacing'#2#0#27'ChildSizing.ControlsPerLine'#2#0#11'ClientWidt'
|
||||
+'h'#3#240#1#12'ClientHeight'#3#22#1#10'ImageIndex'#2#255#10'ParentFont'#9#14
|
||||
+'ParentShowHint'#9#0#6'TLabel'#14'DatabasesLabel'#21'AnchorSideTop.Control'#7
|
||||
+#22'DataBasesPropsGroupBox'#4'Left'#2#6#6'Height'#2#18#3'Top'#2#6#5'Width'#2
|
||||
+'h'#11'HelpContext'#2#0#5'Align'#7#6'alNone'#9'Alignment'#7#13'taLeftJustify'
|
||||
+#8'AutoSize'#9#18'BorderSpacing.Left'#2#0#17'BorderSpacing.Top'#2#0#19'Borde'
|
||||
+'rSpacing.Right'#2#0#20'BorderSpacing.Bottom'#2#0#20'BorderSpacing.Around'#2
|
||||
+#0'!BorderSpacing.CellAlignHorizontal'#7#7'ccaFill'#31'BorderSpacing.CellAli'
|
||||
+'gnVertical'#7#7'ccaFill'#7'Caption'#6#14'DatabasesLabel'#10'DragCursor'#7#6
|
||||
+'crDrag'#8'DragMode'#7#8'dmManual'#7'Enabled'#9#6'Layout'#7#5'tlTop'#14'Pare'
|
||||
+'ntBidiMode'#9#11'ParentColor'#8#10'ParentFont'#9#14'ParentShowHint'#9#13'Sh'
|
||||
+'owAccelChar'#9#11'Transparent'#9#7'Visible'#9#8'WordWrap'#8#11'OptimalFill'
|
||||
+#1#13'ActiveControl'#7#12'MainNotebook'#11'BorderIcons'#11#12'biSystemMenu'#0
|
||||
+#7'Caption'#6#17'HelpOptionsDialog'#12'ClientHeight'#3'k'#1#11'ClientWidth'#3
|
||||
+#244#1#7'OnClose'#7#22'HelpOptionsDialogClose'#8'OnCreate'#7#23'HelpOptionsD'
|
||||
+'ialogCreate'#8'Position'#7#14'poScreenCenter'#10'LCLVersion'#6#6'0.9.27'#0#9
|
||||
+'TNotebook'#12'MainNotebook'#4'Left'#2#0#6'Height'#3'E'#1#3'Top'#2#0#5'Width'
|
||||
+#3#244#1#5'Align'#7#8'alClient'#20'BorderSpacing.Bottom'#2#6#9'PageIndex'#2#1
|
||||
+#8'TabOrder'#2#0#0#5'TPage'#11'GeneralPage'#7'Caption'#6#11'GeneralPage'#11
|
||||
+'ClientWidth'#3#236#1#12'ClientHeight'#3#27#1#0#6'TLabel'#15'FPCDocHTMLLabel'
|
||||
+#22'AnchorSideLeft.Control'#7#11'GeneralPage'#21'AnchorSideTop.Control'#7#11
|
||||
+'GeneralPage'#4'Left'#2#6#6'Height'#2#18#3'Top'#2#6#5'Width'#3#224#1#5'Align'
|
||||
+#7#5'alTop'#20'BorderSpacing.Around'#2#6#7'Caption'#6#15'FPCDocHTMLLabel'#11
|
||||
+'ParentColor'#8#0#0#5'TEdit'#14'FPCDocHTMLEdit'#22'AnchorSideLeft.Control'#7
|
||||
+#11'GeneralPage'#21'AnchorSideTop.Control'#7#15'FPCDocHTMLLabel'#18'AnchorSi'
|
||||
+'deTop.Side'#7#9'asrBottom'#23'AnchorSideRight.Control'#7#22'FPCDocHTMLBrows'
|
||||
+'eButton'#4'Left'#2#6#6'Height'#2#23#3'Top'#2#30#5'Width'#3#195#1#7'Anchors'
|
||||
+#11#5'akTop'#6'akLeft'#7'akRight'#0#20'BorderSpacing.Around'#2#6#8'TabOrder'
|
||||
+#2#0#4'Text'#6#14'FPCDocHTMLEdit'#0#0#7'TButton'#22'FPCDocHTMLBrowseButton'
|
||||
+#21'AnchorSideTop.Control'#7#15'FPCDocHTMLLabel'#18'AnchorSideTop.Side'#7#9
|
||||
+'asrBottom'#23'AnchorSideRight.Control'#7#11'GeneralPage'#20'AnchorSideRight'
|
||||
+'.Side'#7#9'asrBottom'#4'Left'#3#207#1#6'Height'#2#23#3'Top'#2#30#5'Width'#2
|
||||
+#23#7'Anchors'#11#5'akTop'#7'akRight'#0#20'BorderSpacing.Around'#2#6#7'Capti'
|
||||
+'on'#6#3'...'#7'OnClick'#7#27'FPCDocHTMLBrowseButtonClick'#8'TabOrder'#2#1#0
|
||||
+#0#0#5'TPage'#11'ViewersPage'#7'Caption'#6#11'ViewersPage'#11'ClientWidth'#3
|
||||
+#236#1#12'ClientHeight'#3'+'#1#0#6'TLabel'#12'ViewersLabel'#21'AnchorSideTop'
|
||||
+'.Control'#7#19'ViewerPropsGroupBox'#4'Left'#2#6#6'Height'#2#14#3'Top'#2#6#5
|
||||
+'Width'#2'?'#7'Caption'#6#12'ViewersLabel'#11'ParentColor'#8#0#0#8'TListBox'
|
||||
+#14'ViewersListBox'#22'AnchorSideLeft.Control'#7#11'ViewersPage'#21'AnchorSi'
|
||||
+'deTop.Control'#7#12'ViewersLabel'#18'AnchorSideTop.Side'#7#9'asrBottom'#24
|
||||
+'AnchorSideBottom.Control'#7#11'ViewersPage'#21'AnchorSideBottom.Side'#7#9'a'
|
||||
+'srBottom'#4'Left'#2#6#6'Height'#3#11#1#3'Top'#2#26#5'Width'#3#152#0#7'Ancho'
|
||||
+'rs'#11#5'akTop'#6'akLeft'#8'akBottom'#0#20'BorderSpacing.Around'#2#6#16'Cli'
|
||||
+'ckOnSelChange'#8#10'ItemHeight'#2#0#17'OnSelectionChange'#7#29'ViewersListB'
|
||||
+'oxSelectionChange'#8'TabOrder'#2#0#0#0#9'TGroupBox'#19'ViewerPropsGroupBox'
|
||||
+#22'AnchorSideLeft.Control'#7#14'ViewersListBox'#19'AnchorSideLeft.Side'#7#9
|
||||
+'asrBottom'#4'Left'#3#164#0#6'Height'#3#31#1#3'Top'#2#6#5'Width'#3'B'#1#5'Al'
|
||||
+'ign'#7#7'alRight'#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#8'akBottom'#0
|
||||
+#20'BorderSpacing.Around'#2#6#7'Caption'#6#19'ViewerPropsGroupBox'#8'TabOrde'
|
||||
+'r'#2#1#0#0#0#5'TPage'#12'DataBasePage'#7'Caption'#6#12'DataBasePage'#11'Cli'
|
||||
+'entWidth'#3#236#1#12'ClientHeight'#3#27#1#0#6'TLabel'#14'DatabasesLabel'#21
|
||||
+'AnchorSideTop.Control'#7#22'DataBasesPropsGroupBox'#4'Left'#2#6#6'Height'#2
|
||||
+#18#3'Top'#2#6#5'Width'#2'h'#7'Caption'#6#14'DatabasesLabel'#11'ParentColor'
|
||||
+#8#0#0#8'TListBox'#16'DatabasesListBox'#22'AnchorSideLeft.Control'#7#12'Data'
|
||||
+'BasePage'#21'AnchorSideTop.Control'#7#14'DatabasesLabel'#18'AnchorSideTop.S'
|
||||
+'ide'#7#9'asrBottom'#24'AnchorSideBottom.Control'#7#12'DataBasePage'#21'Anch'
|
||||
+'orSideBottom.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#3#242#0#3'Top'#2#30
|
||||
+#5'Width'#3#152#0#11'HelpContext'#2#0#5'Align'#7#6'alNone'#7'Anchors'#11#5'a'
|
||||
+'kTop'#6'akLeft'#8'akBottom'#0#18'BorderSpacing.Left'#2#0#17'BorderSpacing.T'
|
||||
+'op'#2#0#19'BorderSpacing.Right'#2#0#20'BorderSpacing.Bottom'#2#0#20'BorderS'
|
||||
+'pacing.Around'#2#6'!BorderSpacing.CellAlignHorizontal'#7#7'ccaFill'#31'Bord'
|
||||
+'erSpacing.CellAlignVertical'#7#7'ccaFill'#11'BorderStyle'#7#8'bsSingle'#16
|
||||
+'ClickOnSelChange'#8#7'Columns'#2#0#10'DragCursor'#7#6'crDrag'#8'DragKind'#7
|
||||
+#6'dkDrag'#8'DragMode'#7#8'dmManual'#14'ExtendedSelect'#9#7'Enabled'#9#14'In'
|
||||
,'tegralHeight'#8#10'ItemHeight'#2#0#11'MultiSelect'#8#17'OnSelectionChange'#7
|
||||
+#31'DatabasesListBoxSelectionChange'#14'ParentBidiMode'#9#14'ParentShowHint'
|
||||
+#9#10'ParentFont'#9#6'Sorted'#8#5'Style'#7#10'lbStandard'#8'TabOrder'#2#0#7
|
||||
+'TabStop'#9#8'TopIndex'#2#255#7'Visible'#9#0#0#9'TGroupBox'#22'DataBasesProp'
|
||||
+'sGroupBox'#22'AnchorSideLeft.Control'#7#16'DatabasesListBox'#19'AnchorSideL'
|
||||
+'eft.Side'#7#9'asrBottom'#4'Left'#3#164#0#6'Height'#3#10#1#3'Top'#2#6#5'Widt'
|
||||
+'h'#3'F'#1#11'HelpContext'#2#0#5'Align'#7#7'alRight'#7'Anchors'#11#5'akTop'#6
|
||||
+'akLeft'#7'akRight'#8'akBottom'#0#8'AutoSize'#8#18'BorderSpacing.Left'#2#0#17
|
||||
+'BorderSpacing.Top'#2#0#19'BorderSpacing.Right'#2#0#20'BorderSpacing.Bottom'
|
||||
+#2#0#20'BorderSpacing.Around'#2#6'!BorderSpacing.CellAlignHorizontal'#7#7'cc'
|
||||
+'aFill'#31'BorderSpacing.CellAlignVertical'#7#7'ccaFill'#7'Caption'#6#22'Dat'
|
||||
+'aBasesPropsGroupBox'#28'ChildSizing.LeftRightSpacing'#2#0#28'ChildSizing.To'
|
||||
+'pBottomSpacing'#2#0#29'ChildSizing.HorizontalSpacing'#2#0#27'ChildSizing.Ve'
|
||||
+'rticalSpacing'#2#0#27'ChildSizing.ControlsPerLine'#2#0#5'Ctl3D'#8#8'DockSit'
|
||||
+'e'#8#10'DragCursor'#7#6'crDrag'#8'DragKind'#7#6'dkDrag'#8'DragMode'#7#8'dmM'
|
||||
+'anual'#7'Enabled'#9#14'ParentBidiMode'#9#11'ParentColor'#9#11'ParentCtl3D'#9
|
||||
+#10'ParentFont'#9#14'ParentShowHint'#9#8'TabOrder'#2#1#7'TabStop'#8#7'Visibl'
|
||||
+'e'#9#0#0#0#0#12'TButtonPanel'#11'ButtonPanel'#4'Left'#2#6#6'Height'#2'0'#3
|
||||
+'Top'#3';'#1#5'Width'#3#232#1#11'HelpContext'#2#0#5'Align'#7#8'alBottom'#8'A'
|
||||
+'utoSize'#9#11'ButtonOrder'#7#9'boDefault'#8'TabOrder'#2#1#13'DefaultButton'
|
||||
+#7#4'pbOK'#11'ShowButtons'#11#4'pbOK'#8'pbCancel'#6'pbHelp'#0#10'ShowGlyphs'
|
||||
+#11#4'pbOK'#8'pbCancel'#7'pbClose'#6'pbHelp'#0#7'Visible'#9#0#0#0
|
||||
+'orSideBottom.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#3#247#0#3'Top'#2#30
|
||||
+#5'Width'#3#152#0#7'Anchors'#11#5'akTop'#6'akLeft'#8'akBottom'#0#20'BorderSp'
|
||||
+'acing.Around'#2#6#16'ClickOnSelChange'#8#10'ItemHeight'#2#0#17'OnSelectionC'
|
||||
+'hange'#7#31'DatabasesListBoxSelectionChange'#8'TabOrder'#2#0#0#0#9'TGroupBo'
|
||||
+'x'#22'DataBasesPropsGroupBox'#22'AnchorSideLeft.Control'#7#16'DatabasesList'
|
||||
+'Box'#19'AnchorSideLeft.Side'#7#9'asrBottom'#4'Left'#3#164#0#6'Height'#3#15#1
|
||||
+#3'Top'#2#6#5'Width'#3'B'#1#5'Align'#7#7'alRight'#7'Anchors'#11#5'akTop'#6'a'
|
||||
+'kLeft'#7'akRight'#8'akBottom'#0#20'BorderSpacing.Around'#2#6#7'Caption'#6#22
|
||||
+'DataBasesPropsGroupBox'#8'TabOrder'#2#1#0#0#0#0#12'TButtonPanel'#11'ButtonP'
|
||||
+'anel'#4'Left'#2#6#6'Height'#2#26#3'Top'#3'K'#1#5'Width'#3#232#1#8'TabOrder'
|
||||
+#2#1#11'ShowButtons'#11#4'pbOK'#8'pbCancel'#6'pbHelp'#0#9'ShowBevel'#8#0#0#0
|
||||
]);
|
||||
|
@ -18,23 +18,23 @@ object ContextHelpEditorDlg: TContextHelpEditorDlg
|
||||
LCLVersion = '0.9.27'
|
||||
object WindowControlsGroupBox: TGroupBox
|
||||
Left = 6
|
||||
Height = 444
|
||||
Height = 466
|
||||
Top = 6
|
||||
Width = 305
|
||||
Align = alLeft
|
||||
BorderSpacing.Around = 6
|
||||
Caption = 'WindowControlsGroupBox'
|
||||
ClientHeight = 425
|
||||
ClientHeight = 448
|
||||
ClientWidth = 301
|
||||
TabOrder = 0
|
||||
object ControlsTreeView: TTreeView
|
||||
Left = 6
|
||||
Height = 331
|
||||
Height = 354
|
||||
Top = 6
|
||||
Width = 289
|
||||
Align = alClient
|
||||
BorderSpacing.Around = 6
|
||||
DefaultItemHeight = 19
|
||||
DefaultItemHeight = 15
|
||||
ReadOnly = True
|
||||
TabOrder = 0
|
||||
Options = [tvoAutoItemHeight, tvoHideSelection, tvoKeepCollapsedNodes, tvoReadOnly, tvoShowButtons, tvoShowLines, tvoShowRoot, tvoToolTips]
|
||||
@ -42,7 +42,7 @@ object ContextHelpEditorDlg: TContextHelpEditorDlg
|
||||
object CreateHelpNodeForControlButton: TButton
|
||||
Left = 6
|
||||
Height = 35
|
||||
Top = 343
|
||||
Top = 366
|
||||
Width = 289
|
||||
Align = alBottom
|
||||
BorderSpacing.Around = 6
|
||||
@ -53,7 +53,7 @@ object ContextHelpEditorDlg: TContextHelpEditorDlg
|
||||
object TestButton: TButton
|
||||
Left = 6
|
||||
Height = 35
|
||||
Top = 384
|
||||
Top = 407
|
||||
Width = 289
|
||||
Align = alBottom
|
||||
BorderSpacing.Around = 6
|
||||
@ -64,23 +64,23 @@ object ContextHelpEditorDlg: TContextHelpEditorDlg
|
||||
end
|
||||
object NodesGroupBox: TGroupBox
|
||||
Left = 328
|
||||
Height = 444
|
||||
Height = 466
|
||||
Top = 6
|
||||
Width = 285
|
||||
Align = alClient
|
||||
BorderSpacing.Around = 6
|
||||
Caption = 'NodesGroupBox'
|
||||
ClientHeight = 425
|
||||
ClientHeight = 448
|
||||
ClientWidth = 281
|
||||
TabOrder = 1
|
||||
object HelpNodesTreeView: TTreeView
|
||||
Left = 6
|
||||
Height = 294
|
||||
Height = 317
|
||||
Top = 6
|
||||
Width = 269
|
||||
Align = alClient
|
||||
BorderSpacing.Around = 6
|
||||
DefaultItemHeight = 19
|
||||
DefaultItemHeight = 15
|
||||
ReadOnly = True
|
||||
TabOrder = 0
|
||||
OnSelectionChanged = HelpNodesTreeViewSelectionChanged
|
||||
@ -89,34 +89,34 @@ object ContextHelpEditorDlg: TContextHelpEditorDlg
|
||||
object HelpNodePropertiesGroupBox: TGroupBox
|
||||
Left = 6
|
||||
Height = 113
|
||||
Top = 306
|
||||
Top = 329
|
||||
Width = 269
|
||||
Align = alBottom
|
||||
BorderSpacing.Around = 6
|
||||
Caption = 'HelpNodePropertiesGroupBox'
|
||||
ClientHeight = 94
|
||||
ClientHeight = 95
|
||||
ClientWidth = 265
|
||||
TabOrder = 1
|
||||
object NodeNameLabel: TLabel
|
||||
Left = 10
|
||||
Height = 18
|
||||
Height = 14
|
||||
Top = 10
|
||||
Width = 44
|
||||
Width = 32
|
||||
Caption = 'Name:'
|
||||
ParentColor = False
|
||||
end
|
||||
object NodePathLabel: TLabel
|
||||
Left = 10
|
||||
Height = 18
|
||||
Height = 14
|
||||
Top = 40
|
||||
Width = 33
|
||||
Width = 27
|
||||
Caption = 'Path:'
|
||||
ParentColor = False
|
||||
end
|
||||
object NodeHasHelpCheckBox: TCheckBox
|
||||
Left = 6
|
||||
Height = 22
|
||||
Top = 66
|
||||
Height = 17
|
||||
Top = 72
|
||||
Width = 253
|
||||
Align = alBottom
|
||||
BorderSpacing.Around = 6
|
||||
@ -154,16 +154,17 @@ object ContextHelpEditorDlg: TContextHelpEditorDlg
|
||||
end
|
||||
object Splitter1: TSplitter
|
||||
Left = 317
|
||||
Height = 444
|
||||
Height = 466
|
||||
Top = 6
|
||||
Width = 5
|
||||
end
|
||||
object ButtonPanel: TButtonPanel
|
||||
Left = 6
|
||||
Height = 48
|
||||
Top = 456
|
||||
Height = 26
|
||||
Top = 478
|
||||
Width = 607
|
||||
TabOrder = 3
|
||||
ShowButtons = [pbOK, pbCancel]
|
||||
ShowBevel = False
|
||||
end
|
||||
end
|
||||
|
@ -9,38 +9,38 @@ LazarusResources.Add('TContextHelpEditorDlg','FORMDATA',[
|
||||
+'ntal'#7#14'crsScaleChilds'#12'ClientHeight'#3#254#1#11'ClientWidth'#3'k'#2#7
|
||||
+'OnClose'#7#9'FormClose'#8'OnCreate'#7#10'FormCreate'#9'OnDestroy'#7#11'Form'
|
||||
+'Destroy'#10'LCLVersion'#6#6'0.9.27'#0#9'TGroupBox'#22'WindowControlsGroupBo'
|
||||
+'x'#4'Left'#2#6#6'Height'#3#188#1#3'Top'#2#6#5'Width'#3'1'#1#5'Align'#7#6'al'
|
||||
+'x'#4'Left'#2#6#6'Height'#3#210#1#3'Top'#2#6#5'Width'#3'1'#1#5'Align'#7#6'al'
|
||||
+'Left'#20'BorderSpacing.Around'#2#6#7'Caption'#6#22'WindowControlsGroupBox'
|
||||
+#12'ClientHeight'#3#169#1#11'ClientWidth'#3'-'#1#8'TabOrder'#2#0#0#9'TTreeVi'
|
||||
+'ew'#16'ControlsTreeView'#4'Left'#2#6#6'Height'#3'K'#1#3'Top'#2#6#5'Width'#3
|
||||
+#12'ClientHeight'#3#192#1#11'ClientWidth'#3'-'#1#8'TabOrder'#2#0#0#9'TTreeVi'
|
||||
+'ew'#16'ControlsTreeView'#4'Left'#2#6#6'Height'#3'b'#1#3'Top'#2#6#5'Width'#3
|
||||
+'!'#1#5'Align'#7#8'alClient'#20'BorderSpacing.Around'#2#6#17'DefaultItemHeig'
|
||||
+'ht'#2#19#8'ReadOnly'#9#8'TabOrder'#2#0#7'Options'#11#17'tvoAutoItemHeight'
|
||||
+'ht'#2#15#8'ReadOnly'#9#8'TabOrder'#2#0#7'Options'#11#17'tvoAutoItemHeight'
|
||||
+#16'tvoHideSelection'#21'tvoKeepCollapsedNodes'#11'tvoReadOnly'#14'tvoShowBu'
|
||||
+'ttons'#12'tvoShowLines'#11'tvoShowRoot'#11'tvoToolTips'#0#0#0#7'TButton'#30
|
||||
+'CreateHelpNodeForControlButton'#4'Left'#2#6#6'Height'#2'#'#3'Top'#3'W'#1#5
|
||||
+'CreateHelpNodeForControlButton'#4'Left'#2#6#6'Height'#2'#'#3'Top'#3'n'#1#5
|
||||
+'Width'#3'!'#1#5'Align'#7#8'alBottom'#20'BorderSpacing.Around'#2#6#7'Caption'
|
||||
+#6#30'CreateHelpNodeForControlButton'#7'OnClick'#7'#CreateHelpNodeForControl'
|
||||
+'ButtonClick'#8'TabOrder'#2#1#0#0#7'TButton'#10'TestButton'#4'Left'#2#6#6'He'
|
||||
+'ight'#2'#'#3'Top'#3#128#1#5'Width'#3'!'#1#5'Align'#7#8'alBottom'#20'BorderS'
|
||||
+'ight'#2'#'#3'Top'#3#151#1#5'Width'#3'!'#1#5'Align'#7#8'alBottom'#20'BorderS'
|
||||
+'pacing.Around'#2#6#7'Caption'#6#10'TestButton'#7'OnClick'#7#15'TestButtonCl'
|
||||
+'ick'#8'TabOrder'#2#2#0#0#0#9'TGroupBox'#13'NodesGroupBox'#4'Left'#3'H'#1#6
|
||||
+'Height'#3#188#1#3'Top'#2#6#5'Width'#3#29#1#5'Align'#7#8'alClient'#20'Border'
|
||||
+'Spacing.Around'#2#6#7'Caption'#6#13'NodesGroupBox'#12'ClientHeight'#3#169#1
|
||||
+'Height'#3#210#1#3'Top'#2#6#5'Width'#3#29#1#5'Align'#7#8'alClient'#20'Border'
|
||||
+'Spacing.Around'#2#6#7'Caption'#6#13'NodesGroupBox'#12'ClientHeight'#3#192#1
|
||||
+#11'ClientWidth'#3#25#1#8'TabOrder'#2#1#0#9'TTreeView'#17'HelpNodesTreeView'
|
||||
+#4'Left'#2#6#6'Height'#3'&'#1#3'Top'#2#6#5'Width'#3#13#1#5'Align'#7#8'alClie'
|
||||
+'nt'#20'BorderSpacing.Around'#2#6#17'DefaultItemHeight'#2#19#8'ReadOnly'#9#8
|
||||
+#4'Left'#2#6#6'Height'#3'='#1#3'Top'#2#6#5'Width'#3#13#1#5'Align'#7#8'alClie'
|
||||
+'nt'#20'BorderSpacing.Around'#2#6#17'DefaultItemHeight'#2#15#8'ReadOnly'#9#8
|
||||
+'TabOrder'#2#0#18'OnSelectionChanged'#7'!HelpNodesTreeViewSelectionChanged'#7
|
||||
+'Options'#11#17'tvoAutoItemHeight'#16'tvoHideSelection'#21'tvoKeepCollapsedN'
|
||||
+'odes'#11'tvoReadOnly'#14'tvoShowButtons'#12'tvoShowLines'#11'tvoShowRoot'#11
|
||||
+'tvoToolTips'#0#0#0#9'TGroupBox'#26'HelpNodePropertiesGroupBox'#4'Left'#2#6#6
|
||||
+'Height'#2'q'#3'Top'#3'2'#1#5'Width'#3#13#1#5'Align'#7#8'alBottom'#20'Border'
|
||||
+'Height'#2'q'#3'Top'#3'I'#1#5'Width'#3#13#1#5'Align'#7#8'alBottom'#20'Border'
|
||||
+'Spacing.Around'#2#6#7'Caption'#6#26'HelpNodePropertiesGroupBox'#12'ClientHe'
|
||||
+'ight'#2'^'#11'ClientWidth'#3#9#1#8'TabOrder'#2#1#0#6'TLabel'#13'NodeNameLab'
|
||||
+'el'#4'Left'#2#10#6'Height'#2#18#3'Top'#2#10#5'Width'#2','#7'Caption'#6#5'Na'
|
||||
+'ight'#2'_'#11'ClientWidth'#3#9#1#8'TabOrder'#2#1#0#6'TLabel'#13'NodeNameLab'
|
||||
+'el'#4'Left'#2#10#6'Height'#2#14#3'Top'#2#10#5'Width'#2' '#7'Caption'#6#5'Na'
|
||||
+'me:'#11'ParentColor'#8#0#0#6'TLabel'#13'NodePathLabel'#4'Left'#2#10#6'Heigh'
|
||||
+'t'#2#18#3'Top'#2'('#5'Width'#2'!'#7'Caption'#6#5'Path:'#11'ParentColor'#8#0
|
||||
+#0#9'TCheckBox'#19'NodeHasHelpCheckBox'#4'Left'#2#6#6'Height'#2#22#3'Top'#2
|
||||
+'B'#5'Width'#3#253#0#5'Align'#7#8'alBottom'#20'BorderSpacing.Around'#2#6#7'C'
|
||||
+'t'#2#14#3'Top'#2'('#5'Width'#2#27#7'Caption'#6#5'Path:'#11'ParentColor'#8#0
|
||||
+#0#9'TCheckBox'#19'NodeHasHelpCheckBox'#4'Left'#2#6#6'Height'#2#17#3'Top'#2
|
||||
+'H'#5'Width'#3#253#0#5'Align'#7#8'alBottom'#20'BorderSpacing.Around'#2#6#7'C'
|
||||
+'aption'#6#19'NodeHasHelpCheckBox'#13'OnEditingDone'#7#30'NodeHasHelpCheckBo'
|
||||
+'xEditingDone'#8'TabOrder'#2#0#0#0#5'TEdit'#12'NodeNameEdit'#23'AnchorSideRi'
|
||||
+'ght.Control'#7#26'HelpNodePropertiesGroupBox'#20'AnchorSideRight.Side'#7#9
|
||||
@ -52,8 +52,8 @@ LazarusResources.Add('TContextHelpEditorDlg','FORMDATA',[
|
||||
+#6'Height'#2#23#3'Top'#2'#'#5'Width'#3#189#0#7'Anchors'#11#5'akTop'#6'akLeft'
|
||||
+#7'akRight'#0#20'BorderSpacing.Around'#2#6#13'OnEditingDone'#7#23'NodePathEd'
|
||||
+'itEditingDone'#8'TabOrder'#2#2#4'Text'#6#12'NodePathEdit'#0#0#0#0#9'TSplitt'
|
||||
+'er'#9'Splitter1'#4'Left'#3'='#1#6'Height'#3#188#1#3'Top'#2#6#5'Width'#2#5#0
|
||||
+#0#12'TButtonPanel'#11'ButtonPanel'#4'Left'#2#6#6'Height'#2'0'#3'Top'#3#200#1
|
||||
+#5'Width'#3'_'#2#8'TabOrder'#2#3#11'ShowButtons'#11#4'pbOK'#8'pbCancel'#0#0#0
|
||||
+#0
|
||||
+'er'#9'Splitter1'#4'Left'#3'='#1#6'Height'#3#210#1#3'Top'#2#6#5'Width'#2#5#0
|
||||
+#0#12'TButtonPanel'#11'ButtonPanel'#4'Left'#2#6#6'Height'#2#26#3'Top'#3#222#1
|
||||
+#5'Width'#3'_'#2#8'TabOrder'#2#3#11'ShowButtons'#11#4'pbOK'#8'pbCancel'#0#9
|
||||
+'ShowBevel'#8#0#0#0
|
||||
]);
|
||||
|
@ -18,11 +18,12 @@ object IDEOptionsDialog: TIDEOptionsDialog
|
||||
AnchorSideRight.Side = asrBottom
|
||||
AnchorSideBottom.Control = Owner
|
||||
Left = 6
|
||||
Height = 38
|
||||
Top = 462
|
||||
Height = 34
|
||||
Top = 460
|
||||
Width = 688
|
||||
BorderSpacing.Left = 6
|
||||
BorderSpacing.Right = 6
|
||||
BorderSpacing.Bottom = 6
|
||||
BorderSpacing.Around = 0
|
||||
TabOrder = 1
|
||||
ShowButtons = [pbOK, pbCancel, pbHelp]
|
||||
@ -32,7 +33,7 @@ object IDEOptionsDialog: TIDEOptionsDialog
|
||||
AnchorSideTop.Control = Owner
|
||||
AnchorSideBottom.Control = ButtonPanel
|
||||
Left = 6
|
||||
Height = 456
|
||||
Height = 454
|
||||
Top = 6
|
||||
Width = 206
|
||||
Anchors = [akTop, akLeft, akBottom]
|
||||
|
@ -9,15 +9,16 @@ LazarusResources.Add('TIDEOptionsDialog','FORMDATA',[
|
||||
+'ion'#6#6'0.9.27'#0#12'TButtonPanel'#11'ButtonPanel'#22'AnchorSideLeft.Contr'
|
||||
+'ol'#7#5'Owner'#23'AnchorSideRight.Control'#7#5'Owner'#20'AnchorSideRight.Si'
|
||||
+'de'#7#9'asrBottom'#24'AnchorSideBottom.Control'#7#5'Owner'#4'Left'#2#6#6'He'
|
||||
+'ight'#2'&'#3'Top'#3#206#1#5'Width'#3#176#2#18'BorderSpacing.Left'#2#6#19'Bo'
|
||||
+'rderSpacing.Right'#2#6#20'BorderSpacing.Around'#2#0#8'TabOrder'#2#1#11'Show'
|
||||
+'Buttons'#11#4'pbOK'#8'pbCancel'#6'pbHelp'#0#0#0#9'TTreeView'#12'CategoryTre'
|
||||
+'e'#22'AnchorSideLeft.Control'#7#5'Owner'#21'AnchorSideTop.Control'#7#5'Owne'
|
||||
+'r'#24'AnchorSideBottom.Control'#7#11'ButtonPanel'#4'Left'#2#6#6'Height'#3
|
||||
+#200#1#3'Top'#2#6#5'Width'#3#206#0#7'Anchors'#11#5'akTop'#6'akLeft'#8'akBott'
|
||||
+'om'#0#18'BorderSpacing.Left'#2#6#17'BorderSpacing.Top'#2#6#20'Constraints.M'
|
||||
+'inWidth'#3#206#0#17'DefaultItemHeight'#2#15#8'ReadOnly'#9#8'TabOrder'#2#0#8
|
||||
+'OnChange'#7#18'CategoryTreeChange'#7'Options'#11#17'tvoAutoItemHeight'#16't'
|
||||
+'voHideSelection'#21'tvoKeepCollapsedNodes'#11'tvoReadOnly'#14'tvoShowButton'
|
||||
+'s'#12'tvoShowLines'#11'tvoShowRoot'#11'tvoToolTips'#0#0#0#0
|
||||
+'ight'#2'"'#3'Top'#3#204#1#5'Width'#3#176#2#18'BorderSpacing.Left'#2#6#19'Bo'
|
||||
+'rderSpacing.Right'#2#6#20'BorderSpacing.Bottom'#2#6#20'BorderSpacing.Around'
|
||||
+#2#0#8'TabOrder'#2#1#11'ShowButtons'#11#4'pbOK'#8'pbCancel'#6'pbHelp'#0#0#0#9
|
||||
+'TTreeView'#12'CategoryTree'#22'AnchorSideLeft.Control'#7#5'Owner'#21'Anchor'
|
||||
+'SideTop.Control'#7#5'Owner'#24'AnchorSideBottom.Control'#7#11'ButtonPanel'#4
|
||||
+'Left'#2#6#6'Height'#3#198#1#3'Top'#2#6#5'Width'#3#206#0#7'Anchors'#11#5'akT'
|
||||
+'op'#6'akLeft'#8'akBottom'#0#18'BorderSpacing.Left'#2#6#17'BorderSpacing.Top'
|
||||
+#2#6#20'Constraints.MinWidth'#3#206#0#17'DefaultItemHeight'#2#15#8'ReadOnly'
|
||||
+#9#8'TabOrder'#2#0#8'OnChange'#7#18'CategoryTreeChange'#7'Options'#11#17'tvo'
|
||||
+'AutoItemHeight'#16'tvoHideSelection'#21'tvoKeepCollapsedNodes'#11'tvoReadOn'
|
||||
+'ly'#14'tvoShowButtons'#12'tvoShowLines'#11'tvoShowRoot'#11'tvoToolTips'#0#0
|
||||
+#0#0
|
||||
]);
|
||||
|
@ -3,103 +3,43 @@ object ChooseKeySchemeDlg: TChooseKeySchemeDlg
|
||||
Height = 233
|
||||
Top = 307
|
||||
Width = 433
|
||||
HelpContext = 0
|
||||
ActiveControl = SchemeRadiogroup.RadioButton0
|
||||
Align = alNone
|
||||
AllowDropFiles = False
|
||||
AutoScroll = True
|
||||
AutoSize = False
|
||||
BorderIcons = [biSystemMenu, biMinimize, biMaximize]
|
||||
BorderStyle = bsSizeable
|
||||
Caption = 'ChooseKeySchemeDlg'
|
||||
ChildSizing.LeftRightSpacing = 0
|
||||
ChildSizing.TopBottomSpacing = 0
|
||||
ChildSizing.HorizontalSpacing = 0
|
||||
ChildSizing.VerticalSpacing = 0
|
||||
ChildSizing.ControlsPerLine = 0
|
||||
ClientHeight = 233
|
||||
ClientWidth = 433
|
||||
DockSite = False
|
||||
DragKind = dkDrag
|
||||
DragMode = dmManual
|
||||
Enabled = True
|
||||
Font.Height = 0
|
||||
Font.Style = []
|
||||
FormStyle = fsNormal
|
||||
OnCreate = ChooseKeySchemeDlgCREATE
|
||||
ParentBiDiMode = True
|
||||
ParentFont = False
|
||||
Position = poScreenCenter
|
||||
ShowInTaskBar = stDefault
|
||||
UseDockManager = False
|
||||
LCLVersion = '0.9.27'
|
||||
WindowState = wsNormal
|
||||
object NoteLabel: TLabel
|
||||
Left = 6
|
||||
Height = 18
|
||||
Height = 14
|
||||
Top = 6
|
||||
Width = 421
|
||||
HelpContext = 0
|
||||
Align = alTop
|
||||
Alignment = taLeftJustify
|
||||
AutoSize = True
|
||||
BorderSpacing.Left = 0
|
||||
BorderSpacing.Top = 0
|
||||
BorderSpacing.Right = 0
|
||||
BorderSpacing.Bottom = 0
|
||||
BorderSpacing.Around = 6
|
||||
BorderSpacing.CellAlignHorizontal = ccaFill
|
||||
BorderSpacing.CellAlignVertical = ccaFill
|
||||
Caption = 'NoteLabel'
|
||||
DragCursor = crDrag
|
||||
DragMode = dmManual
|
||||
Enabled = True
|
||||
Layout = tlTop
|
||||
ParentBidiMode = True
|
||||
ParentColor = False
|
||||
ParentFont = True
|
||||
ParentShowHint = True
|
||||
ShowAccelChar = True
|
||||
Transparent = True
|
||||
Visible = True
|
||||
WordWrap = True
|
||||
OptimalFill = False
|
||||
end
|
||||
object SchemeRadiogroup: TRadioGroup
|
||||
Left = 6
|
||||
Height = 149
|
||||
Top = 30
|
||||
Height = 169
|
||||
Top = 26
|
||||
Width = 421
|
||||
HelpContext = 0
|
||||
Align = alClient
|
||||
AutoFill = True
|
||||
AutoSize = False
|
||||
BorderSpacing.Left = 0
|
||||
BorderSpacing.Top = 0
|
||||
BorderSpacing.Right = 0
|
||||
BorderSpacing.Bottom = 0
|
||||
BorderSpacing.Around = 6
|
||||
BorderSpacing.CellAlignHorizontal = ccaFill
|
||||
BorderSpacing.CellAlignVertical = ccaFill
|
||||
Caption = 'Scheme'
|
||||
ChildSizing.LeftRightSpacing = 6
|
||||
ChildSizing.TopBottomSpacing = 6
|
||||
ChildSizing.HorizontalSpacing = 0
|
||||
ChildSizing.VerticalSpacing = 0
|
||||
ChildSizing.EnlargeHorizontal = crsHomogenousChildResize
|
||||
ChildSizing.EnlargeVertical = crsHomogenousChildResize
|
||||
ChildSizing.ShrinkHorizontal = crsScaleChilds
|
||||
ChildSizing.ShrinkVertical = crsScaleChilds
|
||||
ChildSizing.Layout = cclLeftToRightThenTopToBottom
|
||||
ChildSizing.ControlsPerLine = 1
|
||||
ClientHeight = 130
|
||||
ClientHeight = 151
|
||||
ClientWidth = 417
|
||||
ColumnLayout = clHorizontalThenVertical
|
||||
Columns = 1
|
||||
Ctl3D = False
|
||||
DragCursor = crDrag
|
||||
DragMode = dmManual
|
||||
Enabled = True
|
||||
ItemIndex = 0
|
||||
Items.Strings = (
|
||||
'Default (Lazarus)'
|
||||
@ -107,27 +47,16 @@ object ChooseKeySchemeDlg: TChooseKeySchemeDlg
|
||||
'Mac OS X (Apple style)'
|
||||
'Mac OS X (Lazarus style)'
|
||||
)
|
||||
ParentFont = True
|
||||
ParentColor = True
|
||||
ParentCtl3D = True
|
||||
ParentShowHint = True
|
||||
TabOrder = 0
|
||||
TabStop = True
|
||||
Visible = True
|
||||
end
|
||||
object ButtonPanel: TButtonPanel
|
||||
Left = 6
|
||||
Height = 48
|
||||
Top = 185
|
||||
Height = 26
|
||||
Top = 201
|
||||
Width = 421
|
||||
HelpContext = 0
|
||||
Align = alBottom
|
||||
AutoSize = True
|
||||
ButtonOrder = boDefault
|
||||
TabOrder = 1
|
||||
DefaultButton = pbOK
|
||||
ShowButtons = [pbOK, pbCancel, pbHelp]
|
||||
ShowGlyphs = [pbOK, pbCancel, pbClose, pbHelp]
|
||||
Visible = True
|
||||
ShowBevel = False
|
||||
end
|
||||
end
|
||||
|
@ -2,49 +2,24 @@
|
||||
|
||||
LazarusResources.Add('TChooseKeySchemeDlg','FORMDATA',[
|
||||
'TPF0'#19'TChooseKeySchemeDlg'#18'ChooseKeySchemeDlg'#4'Left'#3#150#1#6'Heigh'
|
||||
+'t'#3#233#0#3'Top'#3'3'#1#5'Width'#3#177#1#11'HelpContext'#2#0#13'ActiveCont'
|
||||
+'rol'#7#29'SchemeRadiogroup.RadioButton0'#5'Align'#7#6'alNone'#14'AllowDropF'
|
||||
+'iles'#8#10'AutoScroll'#9#8'AutoSize'#8#11'BorderIcons'#11#12'biSystemMenu'
|
||||
+#10'biMinimize'#10'biMaximize'#0#11'BorderStyle'#7#10'bsSizeable'#7'Caption'
|
||||
+#6#18'ChooseKeySchemeDlg'#28'ChildSizing.LeftRightSpacing'#2#0#28'ChildSizin'
|
||||
+'g.TopBottomSpacing'#2#0#29'ChildSizing.HorizontalSpacing'#2#0#27'ChildSizin'
|
||||
+'g.VerticalSpacing'#2#0#27'ChildSizing.ControlsPerLine'#2#0#12'ClientHeight'
|
||||
+#3#233#0#11'ClientWidth'#3#177#1#8'DockSite'#8#8'DragKind'#7#6'dkDrag'#8'Dra'
|
||||
+'gMode'#7#8'dmManual'#7'Enabled'#9#11'Font.Height'#2#0#10'Font.Style'#11#0#9
|
||||
+'FormStyle'#7#8'fsNormal'#8'OnCreate'#7#24'ChooseKeySchemeDlgCREATE'#14'Pare'
|
||||
+'ntBiDiMode'#9#10'ParentFont'#8#8'Position'#7#14'poScreenCenter'#13'ShowInTa'
|
||||
+'skBar'#7#9'stDefault'#14'UseDockManager'#8#10'LCLVersion'#6#6'0.9.27'#11'Wi'
|
||||
+'ndowState'#7#8'wsNormal'#0#6'TLabel'#9'NoteLabel'#4'Left'#2#6#6'Height'#2#18
|
||||
+#3'Top'#2#6#5'Width'#3#165#1#11'HelpContext'#2#0#5'Align'#7#5'alTop'#9'Align'
|
||||
+'ment'#7#13'taLeftJustify'#8'AutoSize'#9#18'BorderSpacing.Left'#2#0#17'Borde'
|
||||
+'rSpacing.Top'#2#0#19'BorderSpacing.Right'#2#0#20'BorderSpacing.Bottom'#2#0
|
||||
+#20'BorderSpacing.Around'#2#6'!BorderSpacing.CellAlignHorizontal'#7#7'ccaFil'
|
||||
+'l'#31'BorderSpacing.CellAlignVertical'#7#7'ccaFill'#7'Caption'#6#9'NoteLabe'
|
||||
+'l'#10'DragCursor'#7#6'crDrag'#8'DragMode'#7#8'dmManual'#7'Enabled'#9#6'Layo'
|
||||
+'ut'#7#5'tlTop'#14'ParentBidiMode'#9#11'ParentColor'#8#10'ParentFont'#9#14'P'
|
||||
+'arentShowHint'#9#13'ShowAccelChar'#9#11'Transparent'#9#7'Visible'#9#8'WordW'
|
||||
+'rap'#9#11'OptimalFill'#8#0#0#11'TRadioGroup'#16'SchemeRadiogroup'#4'Left'#2
|
||||
+#6#6'Height'#3#149#0#3'Top'#2#30#5'Width'#3#165#1#11'HelpContext'#2#0#5'Alig'
|
||||
+'n'#7#8'alClient'#8'AutoFill'#9#8'AutoSize'#8#18'BorderSpacing.Left'#2#0#17
|
||||
+'BorderSpacing.Top'#2#0#19'BorderSpacing.Right'#2#0#20'BorderSpacing.Bottom'
|
||||
+#2#0#20'BorderSpacing.Around'#2#6'!BorderSpacing.CellAlignHorizontal'#7#7'cc'
|
||||
+'aFill'#31'BorderSpacing.CellAlignVertical'#7#7'ccaFill'#7'Caption'#6#6'Sche'
|
||||
+'me'#28'ChildSizing.LeftRightSpacing'#2#6#28'ChildSizing.TopBottomSpacing'#2
|
||||
+#6#29'ChildSizing.HorizontalSpacing'#2#0#27'ChildSizing.VerticalSpacing'#2#0
|
||||
+#29'ChildSizing.EnlargeHorizontal'#7#24'crsHomogenousChildResize'#27'ChildSi'
|
||||
+'zing.EnlargeVertical'#7#24'crsHomogenousChildResize'#28'ChildSizing.ShrinkH'
|
||||
+'orizontal'#7#14'crsScaleChilds'#26'ChildSizing.ShrinkVertical'#7#14'crsScal'
|
||||
+'eChilds'#18'ChildSizing.Layout'#7#29'cclLeftToRightThenTopToBottom'#27'Chil'
|
||||
+'dSizing.ControlsPerLine'#2#1#12'ClientHeight'#3#130#0#11'ClientWidth'#3#161
|
||||
+#1#12'ColumnLayout'#7#24'clHorizontalThenVertical'#7'Columns'#2#1#5'Ctl3D'#8
|
||||
+#10'DragCursor'#7#6'crDrag'#8'DragMode'#7#8'dmManual'#7'Enabled'#9#9'ItemInd'
|
||||
+'ex'#2#0#13'Items.Strings'#1#6#17'Default (Lazarus)'#6#12'Classic (TP)'#6#22
|
||||
+'Mac OS X (Apple style)'#6#24'Mac OS X (Lazarus style)'#0#10'ParentFont'#9#11
|
||||
+'ParentColor'#9#11'ParentCtl3D'#9#14'ParentShowHint'#9#8'TabOrder'#2#0#7'Tab'
|
||||
+'Stop'#9#7'Visible'#9#0#0#12'TButtonPanel'#11'ButtonPanel'#4'Left'#2#6#6'Hei'
|
||||
+'ght'#2'0'#3'Top'#3#185#0#5'Width'#3#165#1#11'HelpContext'#2#0#5'Align'#7#8
|
||||
+'alBottom'#8'AutoSize'#9#11'ButtonOrder'#7#9'boDefault'#8'TabOrder'#2#1#13'D'
|
||||
+'efaultButton'#7#4'pbOK'#11'ShowButtons'#11#4'pbOK'#8'pbCancel'#6'pbHelp'#0
|
||||
+#10'ShowGlyphs'#11#4'pbOK'#8'pbCancel'#7'pbClose'#6'pbHelp'#0#7'Visible'#9#0
|
||||
+#0#0
|
||||
+'t'#3#233#0#3'Top'#3'3'#1#5'Width'#3#177#1#13'ActiveControl'#7#29'SchemeRadi'
|
||||
+'ogroup.RadioButton0'#7'Caption'#6#18'ChooseKeySchemeDlg'#12'ClientHeight'#3
|
||||
+#233#0#11'ClientWidth'#3#177#1#8'OnCreate'#7#24'ChooseKeySchemeDlgCREATE'#8
|
||||
+'Position'#7#14'poScreenCenter'#10'LCLVersion'#6#6'0.9.27'#0#6'TLabel'#9'Not'
|
||||
+'eLabel'#4'Left'#2#6#6'Height'#2#14#3'Top'#2#6#5'Width'#3#165#1#5'Align'#7#5
|
||||
+'alTop'#20'BorderSpacing.Around'#2#6#7'Caption'#6#9'NoteLabel'#11'ParentColo'
|
||||
+'r'#8#8'WordWrap'#9#0#0#11'TRadioGroup'#16'SchemeRadiogroup'#4'Left'#2#6#6'H'
|
||||
+'eight'#3#169#0#3'Top'#2#26#5'Width'#3#165#1#5'Align'#7#8'alClient'#8'AutoFi'
|
||||
+'ll'#9#20'BorderSpacing.Around'#2#6#7'Caption'#6#6'Scheme'#28'ChildSizing.Le'
|
||||
+'ftRightSpacing'#2#6#28'ChildSizing.TopBottomSpacing'#2#6#29'ChildSizing.Enl'
|
||||
+'argeHorizontal'#7#24'crsHomogenousChildResize'#27'ChildSizing.EnlargeVertic'
|
||||
+'al'#7#24'crsHomogenousChildResize'#28'ChildSizing.ShrinkHorizontal'#7#14'cr'
|
||||
+'sScaleChilds'#26'ChildSizing.ShrinkVertical'#7#14'crsScaleChilds'#18'ChildS'
|
||||
+'izing.Layout'#7#29'cclLeftToRightThenTopToBottom'#27'ChildSizing.ControlsPe'
|
||||
+'rLine'#2#1#12'ClientHeight'#3#151#0#11'ClientWidth'#3#161#1#9'ItemIndex'#2#0
|
||||
+#13'Items.Strings'#1#6#17'Default (Lazarus)'#6#12'Classic (TP)'#6#22'Mac OS '
|
||||
+'X (Apple style)'#6#24'Mac OS X (Lazarus style)'#0#8'TabOrder'#2#0#7'TabStop'
|
||||
+#9#0#0#12'TButtonPanel'#11'ButtonPanel'#4'Left'#2#6#6'Height'#2#26#3'Top'#3
|
||||
+#201#0#5'Width'#3#165#1#8'TabOrder'#2#1#11'ShowButtons'#11#4'pbOK'#8'pbCance'
|
||||
+'l'#6'pbHelp'#0#9'ShowBevel'#8#0#0#0
|
||||
]);
|
||||
|
@ -1,10 +1,11 @@
|
||||
object ShortCutDialog: TShortCutDialog
|
||||
Left = 290
|
||||
Height = 257
|
||||
Height = 248
|
||||
Top = 189
|
||||
Width = 545
|
||||
AutoSize = True
|
||||
Caption = 'ShortCutDialog'
|
||||
ClientHeight = 257
|
||||
ClientHeight = 248
|
||||
ClientWidth = 545
|
||||
OnCreate = FormCreate
|
||||
LCLVersion = '0.9.27'
|
||||
@ -29,11 +30,14 @@ object ShortCutDialog: TShortCutDialog
|
||||
TabOrder = 1
|
||||
end
|
||||
object BtnPanel: TButtonPanel
|
||||
AnchorSideTop.Side = asrBottom
|
||||
Left = 6
|
||||
Height = 35
|
||||
Height = 26
|
||||
Top = 216
|
||||
Width = 533
|
||||
Align = alTop
|
||||
TabOrder = 2
|
||||
ShowButtons = [pbOK, pbCancel]
|
||||
ShowBevel = False
|
||||
end
|
||||
end
|
||||
|
@ -1,15 +1,16 @@
|
||||
{ This is an automatically generated lazarus resource file }
|
||||
|
||||
LazarusResources.Add('TShortCutDialog','FORMDATA',[
|
||||
'TPF0'#15'TShortCutDialog'#14'ShortCutDialog'#4'Left'#3'"'#1#6'Height'#3#1#1#3
|
||||
+'Top'#3#189#0#5'Width'#3'!'#2#7'Caption'#6#14'ShortCutDialog'#12'ClientHeigh'
|
||||
+'t'#3#1#1#11'ClientWidth'#3'!'#2#8'OnCreate'#7#10'FormCreate'#10'LCLVersion'
|
||||
+#6#6'0.9.27'#0#9'TGroupBox'#15'PrimaryGroupBox'#4'Left'#2#6#6'Height'#2']'#3
|
||||
+'Top'#2#6#5'Width'#3#21#2#5'Align'#7#5'alTop'#20'BorderSpacing.Around'#2#6#7
|
||||
+'Caption'#6#15'PrimaryGroupBox'#8'TabOrder'#2#0#0#0#9'TGroupBox'#17'Secondar'
|
||||
+'yGroupBox'#4'Left'#2#6#6'Height'#2'i'#3'Top'#2'i'#5'Width'#3#21#2#5'Align'#7
|
||||
+#5'alTop'#20'BorderSpacing.Around'#2#6#7'Caption'#6#17'SecondaryGroupBox'#8
|
||||
+'TabOrder'#2#1#0#0#12'TButtonPanel'#8'BtnPanel'#4'Left'#2#6#6'Height'#2'#'#3
|
||||
+'Top'#3#216#0#5'Width'#3#21#2#8'TabOrder'#2#2#11'ShowButtons'#11#4'pbOK'#8'p'
|
||||
+'bCancel'#0#0#0#0
|
||||
'TPF0'#15'TShortCutDialog'#14'ShortCutDialog'#4'Left'#3'"'#1#6'Height'#3#248#0
|
||||
+#3'Top'#3#189#0#5'Width'#3'!'#2#8'AutoSize'#9#7'Caption'#6#14'ShortCutDialog'
|
||||
+#12'ClientHeight'#3#248#0#11'ClientWidth'#3'!'#2#8'OnCreate'#7#10'FormCreate'
|
||||
+#10'LCLVersion'#6#6'0.9.27'#0#9'TGroupBox'#15'PrimaryGroupBox'#4'Left'#2#6#6
|
||||
+'Height'#2']'#3'Top'#2#6#5'Width'#3#21#2#5'Align'#7#5'alTop'#20'BorderSpacin'
|
||||
+'g.Around'#2#6#7'Caption'#6#15'PrimaryGroupBox'#8'TabOrder'#2#0#0#0#9'TGroup'
|
||||
+'Box'#17'SecondaryGroupBox'#4'Left'#2#6#6'Height'#2'i'#3'Top'#2'i'#5'Width'#3
|
||||
+#21#2#5'Align'#7#5'alTop'#20'BorderSpacing.Around'#2#6#7'Caption'#6#17'Secon'
|
||||
+'daryGroupBox'#8'TabOrder'#2#1#0#0#12'TButtonPanel'#8'BtnPanel'#18'AnchorSid'
|
||||
+'eTop.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2#26#3'Top'#3#216#0#5'Width'
|
||||
+#3#21#2#5'Align'#7#5'alTop'#8'TabOrder'#2#2#11'ShowButtons'#11#4'pbOK'#8'pbC'
|
||||
+'ancel'#0#9'ShowBevel'#8#0#0#0
|
||||
]);
|
||||
|
@ -12,24 +12,24 @@ object NewOtherDialog: TNewOtherDialog
|
||||
LCLVersion = '0.9.27'
|
||||
object Panel1: TPanel
|
||||
Left = 6
|
||||
Height = 327
|
||||
Height = 351
|
||||
Top = 6
|
||||
Width = 464
|
||||
Align = alClient
|
||||
BorderSpacing.Around = 6
|
||||
BevelOuter = bvNone
|
||||
ClientHeight = 327
|
||||
ClientHeight = 351
|
||||
ClientWidth = 464
|
||||
TabOrder = 0
|
||||
object ItemsTreeView: TTreeView
|
||||
AnchorSideLeft.Control = Owner
|
||||
AnchorSideTop.Control = Owner
|
||||
Left = 0
|
||||
Height = 327
|
||||
Height = 351
|
||||
Top = 0
|
||||
Width = 178
|
||||
Align = alClient
|
||||
DefaultItemHeight = 19
|
||||
DefaultItemHeight = 15
|
||||
ReadOnly = True
|
||||
ScrollBars = ssAutoBoth
|
||||
TabOrder = 0
|
||||
@ -44,17 +44,17 @@ object NewOtherDialog: TNewOtherDialog
|
||||
AnchorSideRight.Control = Owner
|
||||
AnchorSideRight.Side = asrBottom
|
||||
Left = 183
|
||||
Height = 327
|
||||
Height = 351
|
||||
Top = 0
|
||||
Width = 281
|
||||
Align = alRight
|
||||
Caption = 'DescriptionGroupBox'
|
||||
ClientHeight = 308
|
||||
ClientHeight = 333
|
||||
ClientWidth = 277
|
||||
TabOrder = 1
|
||||
object DescriptionLabel: TLabel
|
||||
Left = 6
|
||||
Height = 18
|
||||
Height = 14
|
||||
Top = 6
|
||||
Width = 265
|
||||
Align = alTop
|
||||
@ -65,18 +65,16 @@ object NewOtherDialog: TNewOtherDialog
|
||||
end
|
||||
object InheritableComponentsListView: TListView
|
||||
Left = 0
|
||||
Height = 278
|
||||
Top = 30
|
||||
Height = 307
|
||||
Top = 26
|
||||
Width = 277
|
||||
Align = alClient
|
||||
Columns = <
|
||||
item
|
||||
AutoSize = False
|
||||
Caption = 'Form'
|
||||
Width = 100
|
||||
end
|
||||
item
|
||||
AutoSize = False
|
||||
Caption = 'Unit'
|
||||
Width = 250
|
||||
end>
|
||||
@ -84,15 +82,13 @@ object NewOtherDialog: TNewOtherDialog
|
||||
ReadOnly = True
|
||||
RowSelect = True
|
||||
ScrollBars = ssAutoBoth
|
||||
SortColumn = 0
|
||||
SortType = stNone
|
||||
TabOrder = 0
|
||||
ViewStyle = vsReport
|
||||
end
|
||||
end
|
||||
object Splitter1: TSplitter
|
||||
Left = 178
|
||||
Height = 327
|
||||
Height = 351
|
||||
Top = 0
|
||||
Width = 5
|
||||
Align = alRight
|
||||
@ -101,10 +97,11 @@ object NewOtherDialog: TNewOtherDialog
|
||||
end
|
||||
object ButtonPanel: TButtonPanel
|
||||
Left = 6
|
||||
Height = 50
|
||||
Top = 339
|
||||
Height = 26
|
||||
Top = 363
|
||||
Width = 464
|
||||
TabOrder = 1
|
||||
ShowButtons = [pbOK, pbCancel, pbHelp]
|
||||
ShowBevel = False
|
||||
end
|
||||
end
|
||||
|
@ -5,33 +5,32 @@ LazarusResources.Add('TNewOtherDialog','FORMDATA',[
|
||||
+#3'Top'#3#204#0#5'Width'#3#220#1#13'ActiveControl'#7#13'ItemsTreeView'#11'Bo'
|
||||
+'rderIcons'#11#12'biSystemMenu'#0#7'Caption'#6#14'NewOtherDialog'#12'ClientH'
|
||||
+'eight'#3#139#1#11'ClientWidth'#3#220#1#8'Position'#7#14'poScreenCenter'#10
|
||||
+'LCLVersion'#6#6'0.9.27'#0#6'TPanel'#6'Panel1'#4'Left'#2#6#6'Height'#3'G'#1#3
|
||||
+'LCLVersion'#6#6'0.9.27'#0#6'TPanel'#6'Panel1'#4'Left'#2#6#6'Height'#3'_'#1#3
|
||||
+'Top'#2#6#5'Width'#3#208#1#5'Align'#7#8'alClient'#20'BorderSpacing.Around'#2
|
||||
+#6#10'BevelOuter'#7#6'bvNone'#12'ClientHeight'#3'G'#1#11'ClientWidth'#3#208#1
|
||||
+#6#10'BevelOuter'#7#6'bvNone'#12'ClientHeight'#3'_'#1#11'ClientWidth'#3#208#1
|
||||
+#8'TabOrder'#2#0#0#9'TTreeView'#13'ItemsTreeView'#22'AnchorSideLeft.Control'
|
||||
+#7#5'Owner'#21'AnchorSideTop.Control'#7#5'Owner'#4'Left'#2#0#6'Height'#3'G'#1
|
||||
+#7#5'Owner'#21'AnchorSideTop.Control'#7#5'Owner'#4'Left'#2#0#6'Height'#3'_'#1
|
||||
+#3'Top'#2#0#5'Width'#3#178#0#5'Align'#7#8'alClient'#17'DefaultItemHeight'#2
|
||||
+#19#8'ReadOnly'#9#10'ScrollBars'#7#10'ssAutoBoth'#8'TabOrder'#2#0#10'OnDblCl'
|
||||
+#15#8'ReadOnly'#9#10'ScrollBars'#7#10'ssAutoBoth'#8'TabOrder'#2#0#10'OnDblCl'
|
||||
+'ick'#7#13'OkButtonClick'#18'OnSelectionChanged'#7#29'ItemsTreeViewSelection'
|
||||
+'Changed'#7'Options'#11#17'tvoAutoItemHeight'#16'tvoHideSelection'#21'tvoKee'
|
||||
+'pCollapsedNodes'#11'tvoReadOnly'#14'tvoShowButtons'#12'tvoShowLines'#11'tvo'
|
||||
+'ShowRoot'#11'tvoToolTips'#0#0#0#9'TGroupBox'#19'DescriptionGroupBox'#22'Anc'
|
||||
+'horSideLeft.Control'#7#13'ItemsTreeView'#19'AnchorSideLeft.Side'#7#9'asrBot'
|
||||
+'tom'#21'AnchorSideTop.Control'#7#5'Owner'#23'AnchorSideRight.Control'#7#5'O'
|
||||
+'wner'#20'AnchorSideRight.Side'#7#9'asrBottom'#4'Left'#3#183#0#6'Height'#3'G'
|
||||
+'wner'#20'AnchorSideRight.Side'#7#9'asrBottom'#4'Left'#3#183#0#6'Height'#3'_'
|
||||
+#1#3'Top'#2#0#5'Width'#3#25#1#5'Align'#7#7'alRight'#7'Caption'#6#19'Descript'
|
||||
+'ionGroupBox'#12'ClientHeight'#3'4'#1#11'ClientWidth'#3#21#1#8'TabOrder'#2#1
|
||||
+#0#6'TLabel'#16'DescriptionLabel'#4'Left'#2#6#6'Height'#2#18#3'Top'#2#6#5'Wi'
|
||||
+'ionGroupBox'#12'ClientHeight'#3'M'#1#11'ClientWidth'#3#21#1#8'TabOrder'#2#1
|
||||
+#0#6'TLabel'#16'DescriptionLabel'#4'Left'#2#6#6'Height'#2#14#3'Top'#2#6#5'Wi'
|
||||
+'dth'#3#9#1#5'Align'#7#5'alTop'#20'BorderSpacing.Around'#2#6#7'Caption'#6#16
|
||||
+'DescriptionLabel'#11'ParentColor'#8#8'WordWrap'#9#0#0#9'TListView'#29'Inher'
|
||||
+'itableComponentsListView'#4'Left'#2#0#6'Height'#3#22#1#3'Top'#2#30#5'Width'
|
||||
+#3#21#1#5'Align'#7#8'alClient'#7'Columns'#14#1#8'AutoSize'#8#7'Caption'#6#4
|
||||
+'Form'#5'Width'#2'd'#0#1#8'AutoSize'#8#7'Caption'#6#4'Unit'#5'Width'#3#250#0
|
||||
+#0#0#13'HideSelection'#8#8'ReadOnly'#9#9'RowSelect'#9#10'ScrollBars'#7#10'ss'
|
||||
+'AutoBoth'#10'SortColumn'#2#0#8'SortType'#7#6'stNone'#8'TabOrder'#2#0#9'View'
|
||||
+'Style'#7#8'vsReport'#0#0#0#9'TSplitter'#9'Splitter1'#4'Left'#3#178#0#6'Heig'
|
||||
+'ht'#3'G'#1#3'Top'#2#0#5'Width'#2#5#5'Align'#7#7'alRight'#12'ResizeAnchor'#7
|
||||
+#7'akRight'#0#0#0#12'TButtonPanel'#11'ButtonPanel'#4'Left'#2#6#6'Height'#2'2'
|
||||
+#3'Top'#3'S'#1#5'Width'#3#208#1#8'TabOrder'#2#1#11'ShowButtons'#11#4'pbOK'#8
|
||||
+'pbCancel'#6'pbHelp'#0#0#0#0
|
||||
+'itableComponentsListView'#4'Left'#2#0#6'Height'#3'3'#1#3'Top'#2#26#5'Width'
|
||||
+#3#21#1#5'Align'#7#8'alClient'#7'Columns'#14#1#7'Caption'#6#4'Form'#5'Width'
|
||||
+#2'd'#0#1#7'Caption'#6#4'Unit'#5'Width'#3#250#0#0#0#13'HideSelection'#8#8'Re'
|
||||
+'adOnly'#9#9'RowSelect'#9#10'ScrollBars'#7#10'ssAutoBoth'#8'TabOrder'#2#0#9
|
||||
+'ViewStyle'#7#8'vsReport'#0#0#0#9'TSplitter'#9'Splitter1'#4'Left'#3#178#0#6
|
||||
+'Height'#3'_'#1#3'Top'#2#0#5'Width'#2#5#5'Align'#7#7'alRight'#12'ResizeAncho'
|
||||
+'r'#7#7'akRight'#0#0#0#12'TButtonPanel'#11'ButtonPanel'#4'Left'#2#6#6'Height'
|
||||
+#2#26#3'Top'#3'k'#1#5'Width'#3#208#1#8'TabOrder'#2#1#11'ShowButtons'#11#4'pb'
|
||||
+'OK'#8'pbCancel'#6'pbHelp'#0#9'ShowBevel'#8#0#0#0
|
||||
]);
|
||||
|
@ -3,217 +3,74 @@ object NewProjectDialog: TNewProjectDialog
|
||||
Height = 240
|
||||
Top = 451
|
||||
Width = 390
|
||||
HelpContext = 0
|
||||
ActiveControl = ListBox
|
||||
Align = alNone
|
||||
AllowDropFiles = False
|
||||
AutoScroll = True
|
||||
AutoSize = False
|
||||
BorderIcons = [biSystemMenu, biMinimize, biMaximize]
|
||||
BorderStyle = bsSizeable
|
||||
Caption = 'NewProjectDialog'
|
||||
ChildSizing.LeftRightSpacing = 0
|
||||
ChildSizing.TopBottomSpacing = 0
|
||||
ChildSizing.HorizontalSpacing = 0
|
||||
ChildSizing.VerticalSpacing = 0
|
||||
ChildSizing.ControlsPerLine = 0
|
||||
ClientHeight = 240
|
||||
ClientWidth = 390
|
||||
DockSite = False
|
||||
DragKind = dkDrag
|
||||
DragMode = dmManual
|
||||
Enabled = True
|
||||
Font.Height = 0
|
||||
Font.Style = []
|
||||
FormStyle = fsNormal
|
||||
ParentBiDiMode = True
|
||||
ParentFont = False
|
||||
Position = poScreenCenter
|
||||
ShowInTaskBar = stDefault
|
||||
UseDockManager = False
|
||||
LCLVersion = '0.9.27'
|
||||
WindowState = wsNormal
|
||||
object Panel1: TPanel
|
||||
AnchorSideLeft.Control = Owner
|
||||
AnchorSideTop.Control = Owner
|
||||
AnchorSideRight.Control = Owner
|
||||
AnchorSideRight.Side = asrBottom
|
||||
Left = 6
|
||||
Height = 180
|
||||
Height = 196
|
||||
Top = 6
|
||||
Width = 378
|
||||
HelpContext = 0
|
||||
Align = alClient
|
||||
Alignment = taCenter
|
||||
AutoSize = False
|
||||
BorderSpacing.Left = 0
|
||||
BorderSpacing.Top = 0
|
||||
BorderSpacing.Right = 0
|
||||
BorderSpacing.Bottom = 0
|
||||
BorderSpacing.Around = 6
|
||||
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 = 180
|
||||
ClientHeight = 196
|
||||
ClientWidth = 378
|
||||
DockSite = False
|
||||
DragCursor = crDrag
|
||||
DragKind = dkDrag
|
||||
DragMode = dmManual
|
||||
Enabled = True
|
||||
FullRepaint = True
|
||||
ParentColor = True
|
||||
ParentFont = True
|
||||
ParentShowHint = True
|
||||
TabOrder = 0
|
||||
TabStop = False
|
||||
Visible = True
|
||||
object DescriptionGroupBox: TGroupBox
|
||||
Left = 170
|
||||
Height = 180
|
||||
Height = 196
|
||||
Top = 0
|
||||
Width = 208
|
||||
HelpContext = 0
|
||||
Align = alClient
|
||||
AutoSize = False
|
||||
BorderSpacing.Left = 0
|
||||
BorderSpacing.Top = 0
|
||||
BorderSpacing.Right = 0
|
||||
BorderSpacing.Bottom = 0
|
||||
BorderSpacing.Around = 0
|
||||
BorderSpacing.CellAlignHorizontal = ccaFill
|
||||
BorderSpacing.CellAlignVertical = ccaFill
|
||||
Caption = 'DescriptionGroupBox'
|
||||
ChildSizing.LeftRightSpacing = 0
|
||||
ChildSizing.TopBottomSpacing = 0
|
||||
ChildSizing.HorizontalSpacing = 0
|
||||
ChildSizing.VerticalSpacing = 0
|
||||
ChildSizing.ControlsPerLine = 0
|
||||
ClientHeight = 161
|
||||
ClientHeight = 178
|
||||
ClientWidth = 204
|
||||
Ctl3D = False
|
||||
DockSite = False
|
||||
DragCursor = crDrag
|
||||
DragKind = dkDrag
|
||||
DragMode = dmManual
|
||||
Enabled = True
|
||||
ParentBidiMode = True
|
||||
ParentColor = True
|
||||
ParentCtl3D = True
|
||||
ParentFont = True
|
||||
ParentShowHint = True
|
||||
TabOrder = 0
|
||||
TabStop = False
|
||||
Visible = True
|
||||
object HelpLabel: TLabel
|
||||
Left = 6
|
||||
Height = 149
|
||||
Height = 166
|
||||
Top = 6
|
||||
Width = 192
|
||||
HelpContext = 0
|
||||
Align = alClient
|
||||
Alignment = taLeftJustify
|
||||
AutoSize = True
|
||||
BorderSpacing.Left = 0
|
||||
BorderSpacing.Top = 0
|
||||
BorderSpacing.Right = 0
|
||||
BorderSpacing.Bottom = 0
|
||||
BorderSpacing.Around = 6
|
||||
BorderSpacing.CellAlignHorizontal = ccaFill
|
||||
BorderSpacing.CellAlignVertical = ccaFill
|
||||
Caption = 'HelpLabel'
|
||||
DragCursor = crDrag
|
||||
DragMode = dmManual
|
||||
Enabled = True
|
||||
Layout = tlTop
|
||||
ParentBidiMode = True
|
||||
ParentColor = False
|
||||
ParentFont = True
|
||||
ParentShowHint = True
|
||||
ShowAccelChar = True
|
||||
Transparent = True
|
||||
Visible = True
|
||||
WordWrap = True
|
||||
OptimalFill = False
|
||||
end
|
||||
end
|
||||
object ListBox: TListBox
|
||||
Left = 0
|
||||
Height = 180
|
||||
Height = 196
|
||||
Top = 0
|
||||
Width = 165
|
||||
HelpContext = 0
|
||||
Align = alLeft
|
||||
Anchors = []
|
||||
BorderSpacing.Left = 0
|
||||
BorderSpacing.Top = 0
|
||||
BorderSpacing.Right = 0
|
||||
BorderSpacing.Bottom = 0
|
||||
BorderSpacing.Around = 0
|
||||
BorderSpacing.CellAlignHorizontal = ccaFill
|
||||
BorderSpacing.CellAlignVertical = ccaFill
|
||||
BorderStyle = bsSingle
|
||||
ClickOnSelChange = True
|
||||
Columns = 0
|
||||
DragCursor = crDrag
|
||||
DragKind = dkDrag
|
||||
DragMode = dmManual
|
||||
ExtendedSelect = True
|
||||
Enabled = True
|
||||
IntegralHeight = False
|
||||
ItemHeight = 0
|
||||
MultiSelect = False
|
||||
OnDblClick = ListBoxDblClick
|
||||
ParentBidiMode = True
|
||||
ParentShowHint = True
|
||||
ParentFont = True
|
||||
Sorted = False
|
||||
Style = lbStandard
|
||||
TabOrder = 1
|
||||
TabStop = True
|
||||
TopIndex = -1
|
||||
Visible = True
|
||||
end
|
||||
object Splitter1: TSplitter
|
||||
Cursor = crHSplit
|
||||
Left = 165
|
||||
Height = 180
|
||||
Height = 196
|
||||
Top = 0
|
||||
Width = 5
|
||||
HelpContext = 0
|
||||
Align = alLeft
|
||||
AutoSnap = True
|
||||
Beveled = False
|
||||
MinSize = 30
|
||||
ParentColor = True
|
||||
ParentShowHint = True
|
||||
ResizeAnchor = akLeft
|
||||
ResizeStyle = rsUpdate
|
||||
Visible = True
|
||||
end
|
||||
end
|
||||
object ButtonPanel: TButtonPanel
|
||||
Left = 6
|
||||
Height = 48
|
||||
Top = 192
|
||||
Height = 26
|
||||
Top = 208
|
||||
Width = 378
|
||||
HelpContext = 0
|
||||
Align = alBottom
|
||||
AutoSize = True
|
||||
ButtonOrder = boDefault
|
||||
TabOrder = 1
|
||||
DefaultButton = pbOK
|
||||
ShowButtons = [pbOK, pbCancel, pbHelp]
|
||||
ShowGlyphs = [pbOK, pbCancel, pbClose, pbHelp]
|
||||
Visible = True
|
||||
ShowBevel = False
|
||||
end
|
||||
end
|
||||
|
@ -2,71 +2,24 @@
|
||||
|
||||
LazarusResources.Add('TNewProjectDialog','FORMDATA',[
|
||||
'TPF0'#17'TNewProjectDialog'#16'NewProjectDialog'#4'Left'#3#240#0#6'Height'#3
|
||||
+#240#0#3'Top'#3#195#1#5'Width'#3#134#1#11'HelpContext'#2#0#13'ActiveControl'
|
||||
+#7#7'ListBox'#5'Align'#7#6'alNone'#14'AllowDropFiles'#8#10'AutoScroll'#9#8'A'
|
||||
+'utoSize'#8#11'BorderIcons'#11#12'biSystemMenu'#10'biMinimize'#10'biMaximize'
|
||||
+#0#11'BorderStyle'#7#10'bsSizeable'#7'Caption'#6#16'NewProjectDialog'#28'Chi'
|
||||
+'ldSizing.LeftRightSpacing'#2#0#28'ChildSizing.TopBottomSpacing'#2#0#29'Chil'
|
||||
+'dSizing.HorizontalSpacing'#2#0#27'ChildSizing.VerticalSpacing'#2#0#27'Child'
|
||||
+'Sizing.ControlsPerLine'#2#0#12'ClientHeight'#3#240#0#11'ClientWidth'#3#134#1
|
||||
+#8'DockSite'#8#8'DragKind'#7#6'dkDrag'#8'DragMode'#7#8'dmManual'#7'Enabled'#9
|
||||
+#11'Font.Height'#2#0#10'Font.Style'#11#0#9'FormStyle'#7#8'fsNormal'#14'Paren'
|
||||
+'tBiDiMode'#9#10'ParentFont'#8#8'Position'#7#14'poScreenCenter'#13'ShowInTas'
|
||||
+'kBar'#7#9'stDefault'#14'UseDockManager'#8#10'LCLVersion'#6#6'0.9.27'#11'Win'
|
||||
+'dowState'#7#8'wsNormal'#0#6'TPanel'#6'Panel1'#22'AnchorSideLeft.Control'#7#5
|
||||
+'Owner'#21'AnchorSideTop.Control'#7#5'Owner'#23'AnchorSideRight.Control'#7#5
|
||||
+'Owner'#20'AnchorSideRight.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#3#180#0
|
||||
+#3'Top'#2#6#5'Width'#3'z'#1#11'HelpContext'#2#0#5'Align'#7#8'alClient'#9'Ali'
|
||||
+'gnment'#7#8'taCenter'#8'AutoSize'#8#18'BorderSpacing.Left'#2#0#17'BorderSpa'
|
||||
+'cing.Top'#2#0#19'BorderSpacing.Right'#2#0#20'BorderSpacing.Bottom'#2#0#20'B'
|
||||
+'orderSpacing.Around'#2#6'!BorderSpacing.CellAlignHorizontal'#7#7'ccaFill'#31
|
||||
+'BorderSpacing.CellAlignVertical'#7#7'ccaFill'#10'BevelInner'#7#6'bvNone'#10
|
||||
+'BevelOuter'#7#6'bvNone'#10'BevelWidth'#2#1#11'BorderWidth'#2#0#11'BorderSty'
|
||||
+'le'#7#6'bsNone'#28'ChildSizing.LeftRightSpacing'#2#0#28'ChildSizing.TopBott'
|
||||
+'omSpacing'#2#0#29'ChildSizing.HorizontalSpacing'#2#0#27'ChildSizing.Vertica'
|
||||
+'lSpacing'#2#0#27'ChildSizing.ControlsPerLine'#2#0#12'ClientHeight'#3#180#0
|
||||
+#11'ClientWidth'#3'z'#1#8'DockSite'#8#10'DragCursor'#7#6'crDrag'#8'DragKind'
|
||||
+#7#6'dkDrag'#8'DragMode'#7#8'dmManual'#7'Enabled'#9#11'FullRepaint'#9#11'Par'
|
||||
+'entColor'#9#10'ParentFont'#9#14'ParentShowHint'#9#8'TabOrder'#2#0#7'TabStop'
|
||||
+#8#7'Visible'#9#0#9'TGroupBox'#19'DescriptionGroupBox'#4'Left'#3#170#0#6'Hei'
|
||||
+'ght'#3#180#0#3'Top'#2#0#5'Width'#3#208#0#11'HelpContext'#2#0#5'Align'#7#8'a'
|
||||
+'lClient'#8'AutoSize'#8#18'BorderSpacing.Left'#2#0#17'BorderSpacing.Top'#2#0
|
||||
+#19'BorderSpacing.Right'#2#0#20'BorderSpacing.Bottom'#2#0#20'BorderSpacing.A'
|
||||
+'round'#2#0'!BorderSpacing.CellAlignHorizontal'#7#7'ccaFill'#31'BorderSpacin'
|
||||
+'g.CellAlignVertical'#7#7'ccaFill'#7'Caption'#6#19'DescriptionGroupBox'#28'C'
|
||||
+'hildSizing.LeftRightSpacing'#2#0#28'ChildSizing.TopBottomSpacing'#2#0#29'Ch'
|
||||
+'ildSizing.HorizontalSpacing'#2#0#27'ChildSizing.VerticalSpacing'#2#0#27'Chi'
|
||||
+'ldSizing.ControlsPerLine'#2#0#12'ClientHeight'#3#161#0#11'ClientWidth'#3#204
|
||||
+#0#5'Ctl3D'#8#8'DockSite'#8#10'DragCursor'#7#6'crDrag'#8'DragKind'#7#6'dkDra'
|
||||
+'g'#8'DragMode'#7#8'dmManual'#7'Enabled'#9#14'ParentBidiMode'#9#11'ParentCol'
|
||||
+'or'#9#11'ParentCtl3D'#9#10'ParentFont'#9#14'ParentShowHint'#9#8'TabOrder'#2
|
||||
+#0#7'TabStop'#8#7'Visible'#9#0#6'TLabel'#9'HelpLabel'#4'Left'#2#6#6'Height'#3
|
||||
+#149#0#3'Top'#2#6#5'Width'#3#192#0#11'HelpContext'#2#0#5'Align'#7#8'alClient'
|
||||
+#9'Alignment'#7#13'taLeftJustify'#8'AutoSize'#9#18'BorderSpacing.Left'#2#0#17
|
||||
+'BorderSpacing.Top'#2#0#19'BorderSpacing.Right'#2#0#20'BorderSpacing.Bottom'
|
||||
+#2#0#20'BorderSpacing.Around'#2#6'!BorderSpacing.CellAlignHorizontal'#7#7'cc'
|
||||
+'aFill'#31'BorderSpacing.CellAlignVertical'#7#7'ccaFill'#7'Caption'#6#9'Help'
|
||||
+'Label'#10'DragCursor'#7#6'crDrag'#8'DragMode'#7#8'dmManual'#7'Enabled'#9#6
|
||||
+'Layout'#7#5'tlTop'#14'ParentBidiMode'#9#11'ParentColor'#8#10'ParentFont'#9
|
||||
+#14'ParentShowHint'#9#13'ShowAccelChar'#9#11'Transparent'#9#7'Visible'#9#8'W'
|
||||
+'ordWrap'#9#11'OptimalFill'#8#0#0#0#8'TListBox'#7'ListBox'#4'Left'#2#0#6'Hei'
|
||||
+'ght'#3#180#0#3'Top'#2#0#5'Width'#3#165#0#11'HelpContext'#2#0#5'Align'#7#6'a'
|
||||
+'lLeft'#7'Anchors'#11#0#18'BorderSpacing.Left'#2#0#17'BorderSpacing.Top'#2#0
|
||||
+#19'BorderSpacing.Right'#2#0#20'BorderSpacing.Bottom'#2#0#20'BorderSpacing.A'
|
||||
+'round'#2#0'!BorderSpacing.CellAlignHorizontal'#7#7'ccaFill'#31'BorderSpacin'
|
||||
+'g.CellAlignVertical'#7#7'ccaFill'#11'BorderStyle'#7#8'bsSingle'#16'ClickOnS'
|
||||
+'elChange'#9#7'Columns'#2#0#10'DragCursor'#7#6'crDrag'#8'DragKind'#7#6'dkDra'
|
||||
+'g'#8'DragMode'#7#8'dmManual'#14'ExtendedSelect'#9#7'Enabled'#9#14'IntegralH'
|
||||
+'eight'#8#10'ItemHeight'#2#0#11'MultiSelect'#8#10'OnDblClick'#7#15'ListBoxDb'
|
||||
+'lClick'#14'ParentBidiMode'#9#14'ParentShowHint'#9#10'ParentFont'#9#6'Sorted'
|
||||
+#8#5'Style'#7#10'lbStandard'#8'TabOrder'#2#1#7'TabStop'#9#8'TopIndex'#2#255#7
|
||||
+'Visible'#9#0#0#9'TSplitter'#9'Splitter1'#6'Cursor'#7#8'crHSplit'#4'Left'#3
|
||||
+#165#0#6'Height'#3#180#0#3'Top'#2#0#5'Width'#2#5#11'HelpContext'#2#0#5'Align'
|
||||
+#7#6'alLeft'#8'AutoSnap'#9#7'Beveled'#8#7'MinSize'#2#30#11'ParentColor'#9#14
|
||||
+'ParentShowHint'#9#12'ResizeAnchor'#7#6'akLeft'#11'ResizeStyle'#7#8'rsUpdate'
|
||||
+#7'Visible'#9#0#0#0#12'TButtonPanel'#11'ButtonPanel'#4'Left'#2#6#6'Height'#2
|
||||
,'0'#3'Top'#3#192#0#5'Width'#3'z'#1#11'HelpContext'#2#0#5'Align'#7#8'alBottom'
|
||||
+#8'AutoSize'#9#11'ButtonOrder'#7#9'boDefault'#8'TabOrder'#2#1#13'DefaultButt'
|
||||
+'on'#7#4'pbOK'#11'ShowButtons'#11#4'pbOK'#8'pbCancel'#6'pbHelp'#0#10'ShowGly'
|
||||
+'phs'#11#4'pbOK'#8'pbCancel'#7'pbClose'#6'pbHelp'#0#7'Visible'#9#0#0#0
|
||||
+#240#0#3'Top'#3#195#1#5'Width'#3#134#1#13'ActiveControl'#7#7'ListBox'#7'Capt'
|
||||
+'ion'#6#16'NewProjectDialog'#12'ClientHeight'#3#240#0#11'ClientWidth'#3#134#1
|
||||
+#8'Position'#7#14'poScreenCenter'#10'LCLVersion'#6#6'0.9.27'#0#6'TPanel'#6'P'
|
||||
+'anel1'#22'AnchorSideLeft.Control'#7#5'Owner'#21'AnchorSideTop.Control'#7#5
|
||||
+'Owner'#23'AnchorSideRight.Control'#7#5'Owner'#20'AnchorSideRight.Side'#7#9
|
||||
+'asrBottom'#4'Left'#2#6#6'Height'#3#196#0#3'Top'#2#6#5'Width'#3'z'#1#5'Align'
|
||||
+#7#8'alClient'#20'BorderSpacing.Around'#2#6#10'BevelOuter'#7#6'bvNone'#12'Cl'
|
||||
+'ientHeight'#3#196#0#11'ClientWidth'#3'z'#1#8'TabOrder'#2#0#0#9'TGroupBox'#19
|
||||
+'DescriptionGroupBox'#4'Left'#3#170#0#6'Height'#3#196#0#3'Top'#2#0#5'Width'#3
|
||||
+#208#0#5'Align'#7#8'alClient'#7'Caption'#6#19'DescriptionGroupBox'#12'Client'
|
||||
+'Height'#3#178#0#11'ClientWidth'#3#204#0#8'TabOrder'#2#0#0#6'TLabel'#9'HelpL'
|
||||
+'abel'#4'Left'#2#6#6'Height'#3#166#0#3'Top'#2#6#5'Width'#3#192#0#5'Align'#7#8
|
||||
+'alClient'#20'BorderSpacing.Around'#2#6#7'Caption'#6#9'HelpLabel'#11'ParentC'
|
||||
+'olor'#8#8'WordWrap'#9#0#0#0#8'TListBox'#7'ListBox'#4'Left'#2#0#6'Height'#3
|
||||
+#196#0#3'Top'#2#0#5'Width'#3#165#0#5'Align'#7#6'alLeft'#7'Anchors'#11#0#10'I'
|
||||
+'temHeight'#2#0#10'OnDblClick'#7#15'ListBoxDblClick'#8'TabOrder'#2#1#0#0#9'T'
|
||||
+'Splitter'#9'Splitter1'#4'Left'#3#165#0#6'Height'#3#196#0#3'Top'#2#0#5'Width'
|
||||
+#2#5#0#0#0#12'TButtonPanel'#11'ButtonPanel'#4'Left'#2#6#6'Height'#2#26#3'Top'
|
||||
+#3#208#0#5'Width'#3'z'#1#8'TabOrder'#2#1#11'ShowButtons'#11#4'pbOK'#8'pbCanc'
|
||||
+'el'#6'pbHelp'#0#9'ShowBevel'#8#0#0#0
|
||||
]);
|
||||
|
File diff suppressed because it is too large
Load Diff
@ -2,317 +2,132 @@
|
||||
|
||||
LazarusResources.Add('TRunParamsOptsDlg','FORMDATA',[
|
||||
'TPF0'#17'TRunParamsOptsDlg'#16'RunParamsOptsDlg'#4'Left'#3#187#1#6'Height'#3
|
||||
+#245#1#3'Top'#3#176#0#5'Width'#3#244#1#11'HelpContext'#2#0#13'ActiveControl'
|
||||
+#7#8'Notebook'#5'Align'#7#6'alNone'#14'AllowDropFiles'#8#10'AutoScroll'#9#8
|
||||
+'AutoSize'#8#11'BorderIcons'#11#12'biSystemMenu'#10'biMinimize'#10'biMaximiz'
|
||||
+'e'#0#11'BorderStyle'#7#13'bsSizeToolWin'#7'Caption'#6#16'RunParamsOptsDlg'
|
||||
+#28'ChildSizing.LeftRightSpacing'#2#0#28'ChildSizing.TopBottomSpacing'#2#0#29
|
||||
+'ChildSizing.HorizontalSpacing'#2#0#27'ChildSizing.VerticalSpacing'#2#0#27'C'
|
||||
+'hildSizing.ControlsPerLine'#2#0#12'ClientHeight'#3#245#1#11'ClientWidth'#3
|
||||
+#244#1#8'DockSite'#8#8'DragKind'#7#6'dkDrag'#8'DragMode'#7#8'dmManual'#7'Ena'
|
||||
+'bled'#9#11'Font.Height'#2#0#10'Font.Style'#11#0#9'FormStyle'#7#8'fsNormal'
|
||||
+#14'ParentBiDiMode'#9#10'ParentFont'#8#8'Position'#7#14'poScreenCenter'#13'S'
|
||||
+'howInTaskBar'#7#9'stDefault'#14'UseDockManager'#8#10'LCLVersion'#6#6'0.9.27'
|
||||
+#11'WindowState'#7#8'wsNormal'#0#9'TNotebook'#8'Notebook'#4'Left'#2#0#6'Heig'
|
||||
+'ht'#3#191#1#3'Top'#2#0#5'Width'#3#244#1#11'HelpContext'#2#0#7'TabStop'#9#5
|
||||
+'Align'#7#8'alClient'#18'BorderSpacing.Left'#2#0#17'BorderSpacing.Top'#2#0#19
|
||||
+'BorderSpacing.Right'#2#0#20'BorderSpacing.Bottom'#2#6#20'BorderSpacing.Arou'
|
||||
+'nd'#2#0'!BorderSpacing.CellAlignHorizontal'#7#7'ccaFill'#31'BorderSpacing.C'
|
||||
+'ellAlignVertical'#7#7'ccaFill'#10'DragCursor'#7#6'crDrag'#8'DragMode'#7#8'd'
|
||||
+'mManual'#7'Enabled'#9#7'Options'#11#0#9'PageIndex'#2#1#10'ParentFont'#9#8'S'
|
||||
+'howTabs'#9#8'TabOrder'#2#0#0#5'TPage'#11'GeneralPage'#11'HelpContext'#2#0#7
|
||||
+'Caption'#6#11'GeneralPage'#28'ChildSizing.LeftRightSpacing'#2#0#28'ChildSiz'
|
||||
+'ing.TopBottomSpacing'#2#0#29'ChildSizing.HorizontalSpacing'#2#0#27'ChildSiz'
|
||||
+'ing.VerticalSpacing'#2#0#27'ChildSizing.ControlsPerLine'#2#0#11'ClientWidth'
|
||||
+#3#240#1#12'ClientHeight'#3#160#1#10'ImageIndex'#2#255#10'ParentFont'#9#14'P'
|
||||
+'arentShowHint'#9#0#9'TGroupBox'#15'DisplayGroupBox'#4'Left'#2#6#6'Height'#2
|
||||
+'R'#3'Top'#3#232#0#5'Width'#3#228#1#11'HelpContext'#2#0#5'Align'#7#5'alTop'#8
|
||||
+'AutoSize'#9#18'BorderSpacing.Left'#2#0#17'BorderSpacing.Top'#2#0#19'BorderS'
|
||||
+'pacing.Right'#2#0#20'BorderSpacing.Bottom'#2#0#20'BorderSpacing.Around'#2#6
|
||||
+'!BorderSpacing.CellAlignHorizontal'#7#7'ccaFill'#31'BorderSpacing.CellAlign'
|
||||
+'Vertical'#7#7'ccaFill'#7'Caption'#6#15'DisplayGroupBox'#28'ChildSizing.Left'
|
||||
+'RightSpacing'#2#0#28'ChildSizing.TopBottomSpacing'#2#0#29'ChildSizing.Horiz'
|
||||
+'ontalSpacing'#2#0#27'ChildSizing.VerticalSpacing'#2#0#27'ChildSizing.Contro'
|
||||
+'lsPerLine'#2#0#12'ClientHeight'#2'?'#11'ClientWidth'#3#224#1#5'Ctl3D'#8#8'D'
|
||||
+'ockSite'#8#10'DragCursor'#7#6'crDrag'#8'DragKind'#7#6'dkDrag'#8'DragMode'#7
|
||||
+#8'dmManual'#7'Enabled'#9#14'ParentBidiMode'#9#11'ParentColor'#9#11'ParentCt'
|
||||
+'l3D'#9#10'ParentFont'#9#14'ParentShowHint'#9#8'TabOrder'#2#3#7'TabStop'#8#7
|
||||
+'Visible'#9#0#5'TEdit'#11'DisplayEdit'#4'Left'#2#6#6'Height'#2#23#3'Top'#2'"'
|
||||
+#5'Width'#3#212#1#11'HelpContext'#2#0#5'Align'#7#5'alTop'#8'AutoSize'#8#10'A'
|
||||
+'utoSelect'#8#18'BorderSpacing.Left'#2#0#17'BorderSpacing.Top'#2#0#19'Border'
|
||||
+'Spacing.Right'#2#0#20'BorderSpacing.Bottom'#2#0#20'BorderSpacing.Around'#2#6
|
||||
+'!BorderSpacing.CellAlignHorizontal'#7#7'ccaFill'#31'BorderSpacing.CellAlign'
|
||||
+'Vertical'#7#7'ccaFill'#8'CharCase'#7#8'ecNormal'#10'DragCursor'#7#6'crDrag'
|
||||
+#8'DragMode'#7#8'dmManual'#8'EchoMode'#7#8'emNormal'#7'Enabled'#9#9'MaxLengt'
|
||||
+'h'#2#255#14'ParentBidiMode'#9#10'ParentFont'#9#14'ParentShowHint'#9#12'Pass'
|
||||
+'wordChar'#6#1#0#8'ReadOnly'#8#7'TabStop'#9#8'TabOrder'#2#0#4'Text'#6#11'Dis'
|
||||
+'playEdit'#7'Visible'#9#0#0#9'TCheckBox'#18'UseDisplayCheckBox'#4'Left'#2#6#6
|
||||
+'Height'#2#22#3'Top'#2#6#5'Width'#3#212#1#11'HelpContext'#2#0#5'Align'#7#5'a'
|
||||
+'lTop'#11'AllowGrayed'#8#8'AutoSize'#9#18'BorderSpacing.Left'#2#6#17'BorderS'
|
||||
+'pacing.Top'#2#6#19'BorderSpacing.Right'#2#6#20'BorderSpacing.Bottom'#2#6#20
|
||||
+'BorderSpacing.Around'#2#0'!BorderSpacing.CellAlignHorizontal'#7#7'ccaFill'
|
||||
+#31'BorderSpacing.CellAlignVertical'#7#7'ccaFill'#7'Caption'#6#18'UseDisplay'
|
||||
+'CheckBox'#7'Checked'#8#10'DragCursor'#7#6'crDrag'#8'DragKind'#7#6'dkDrag'#8
|
||||
+'DragMode'#7#8'dmManual'#7'Enabled'#9#11'ParentColor'#9#10'ParentFont'#9#14
|
||||
+'ParentShowHint'#9#14'ParentBidiMode'#9#5'State'#7#11'cbUnchecked'#8'TabOrde'
|
||||
+'r'#2#1#7'TabStop'#9#11'UseOnChange'#8#7'Visible'#9#0#0#0#9'TGroupBox'#25'Cm'
|
||||
+'dLineParametersGroupBox'#4'Left'#2#6#6'Height'#2'<'#3'Top'#2'H'#5'Width'#3
|
||||
+#228#1#11'HelpContext'#2#0#5'Align'#7#5'alTop'#8'AutoSize'#9#18'BorderSpacin'
|
||||
+'g.Left'#2#0#17'BorderSpacing.Top'#2#0#19'BorderSpacing.Right'#2#0#20'Border'
|
||||
+'Spacing.Bottom'#2#0#20'BorderSpacing.Around'#2#6'!BorderSpacing.CellAlignHo'
|
||||
+'rizontal'#7#7'ccaFill'#31'BorderSpacing.CellAlignVertical'#7#7'ccaFill'#7'C'
|
||||
+'aption'#6#25'CmdLineParametersGroupBox'#28'ChildSizing.LeftRightSpacing'#2#0
|
||||
+#28'ChildSizing.TopBottomSpacing'#2#0#29'ChildSizing.HorizontalSpacing'#2#0
|
||||
+#27'ChildSizing.VerticalSpacing'#2#0#27'ChildSizing.ControlsPerLine'#2#0#12
|
||||
+'ClientHeight'#2')'#11'ClientWidth'#3#224#1#5'Ctl3D'#8#8'DockSite'#8#10'Drag'
|
||||
,'Cursor'#7#6'crDrag'#8'DragKind'#7#6'dkDrag'#8'DragMode'#7#8'dmManual'#7'Ena'
|
||||
+'bled'#9#14'ParentBidiMode'#9#11'ParentColor'#9#11'ParentCtl3D'#9#10'ParentF'
|
||||
+'ont'#9#14'ParentShowHint'#9#8'TabOrder'#2#0#7'TabStop'#8#7'Visible'#9#0#9'T'
|
||||
+'ComboBox'#25'CmdLineParametersComboBox'#4'Left'#2#6#6'Height'#2#29#3'Top'#2
|
||||
+#6#5'Width'#3#212#1#11'HelpContext'#2#0#7'TabStop'#9#5'Align'#7#5'alTop'#21
|
||||
+'ArrowKeysTraverseList'#9#12'AutoComplete'#8#16'AutoCompleteText'#11#22'cbac'
|
||||
+'tEndOfLineComplete'#20'cbactSearchAscending'#0#12'AutoDropDown'#8#10'AutoSe'
|
||||
+'lect'#8#8'AutoSize'#9#18'BorderSpacing.Left'#2#0#17'BorderSpacing.Top'#2#0
|
||||
+#19'BorderSpacing.Right'#2#0#20'BorderSpacing.Bottom'#2#0#20'BorderSpacing.A'
|
||||
+'round'#2#6'!BorderSpacing.CellAlignHorizontal'#7#7'ccaFill'#31'BorderSpacin'
|
||||
+'g.CellAlignVertical'#7#7'ccaFill'#8'CharCase'#7#8'ecNormal'#5'Ctl3D'#8#10'D'
|
||||
+'ragCursor'#7#6'crDrag'#8'DragMode'#7#8'dmManual'#13'DropDownCount'#2#8#7'En'
|
||||
+'abled'#9#10'ItemHeight'#2#0#9'ItemIndex'#2#255#9'ItemWidth'#2#0#9'MaxLength'
|
||||
+#2#0#14'ParentBidiMode'#9#11'ParentColor'#8#11'ParentCtl3D'#9#10'ParentFont'
|
||||
+#9#14'ParentShowHint'#9#6'Sorted'#8#5'Style'#7#10'csDropDown'#8'TabOrder'#2#0
|
||||
+#4'Text'#6#25'CmdLineParametersComboBox'#7'Visible'#9#0#0#0#9'TGroupBox'#31
|
||||
+'UseLaunchingApplicationGroupBox'#4'Left'#2#6#6'Height'#2'X'#3'Top'#3#138#0#5
|
||||
+'Width'#3#228#1#11'HelpContext'#2#0#5'Align'#7#5'alTop'#8'AutoSize'#9#18'Bor'
|
||||
+'derSpacing.Left'#2#0#17'BorderSpacing.Top'#2#0#19'BorderSpacing.Right'#2#0
|
||||
+#20'BorderSpacing.Bottom'#2#0#20'BorderSpacing.Around'#2#6'!BorderSpacing.Ce'
|
||||
+'llAlignHorizontal'#7#7'ccaFill'#31'BorderSpacing.CellAlignVertical'#7#7'cca'
|
||||
+'Fill'#7'Caption'#6#31'UseLaunchingApplicationGroupBox'#28'ChildSizing.LeftR'
|
||||
+'ightSpacing'#2#0#28'ChildSizing.TopBottomSpacing'#2#0#29'ChildSizing.Horizo'
|
||||
+'ntalSpacing'#2#0#27'ChildSizing.VerticalSpacing'#2#0#27'ChildSizing.Control'
|
||||
+'sPerLine'#2#0#12'ClientHeight'#2'E'#11'ClientWidth'#3#224#1#5'Ctl3D'#8#8'Do'
|
||||
+'ckSite'#8#10'DragCursor'#7#6'crDrag'#8'DragKind'#7#6'dkDrag'#8'DragMode'#7#8
|
||||
+'dmManual'#7'Enabled'#9#14'ParentBidiMode'#9#11'ParentColor'#9#11'ParentCtl3'
|
||||
+'D'#9#10'ParentFont'#9#14'ParentShowHint'#9#8'TabOrder'#2#1#7'TabStop'#8#7'V'
|
||||
+'isible'#9#0#9'TCheckBox'#31'UseLaunchingApplicationCheckBox'#4'Left'#2#6#6
|
||||
+'Height'#2#22#3'Top'#2#6#5'Width'#3#212#1#11'HelpContext'#2#0#5'Align'#7#5'a'
|
||||
+'lTop'#11'AllowGrayed'#8#8'AutoSize'#9#18'BorderSpacing.Left'#2#6#17'BorderS'
|
||||
+'pacing.Top'#2#6#19'BorderSpacing.Right'#2#6#20'BorderSpacing.Bottom'#2#6#20
|
||||
+'BorderSpacing.Around'#2#0'!BorderSpacing.CellAlignHorizontal'#7#7'ccaFill'
|
||||
+#31'BorderSpacing.CellAlignVertical'#7#7'ccaFill'#7'Caption'#6#31'UseLaunchi'
|
||||
+'ngApplicationCheckBox'#7'Checked'#8#10'DragCursor'#7#6'crDrag'#8'DragKind'#7
|
||||
+#6'dkDrag'#8'DragMode'#7#8'dmManual'#7'Enabled'#9#11'ParentColor'#9#10'Paren'
|
||||
+'tFont'#9#14'ParentShowHint'#9#14'ParentBidiMode'#9#5'State'#7#11'cbUnchecke'
|
||||
+'d'#8'TabOrder'#2#0#7'TabStop'#9#11'UseOnChange'#8#7'Visible'#9#0#0#9'TCombo'
|
||||
+'Box'#31'UseLaunchingApplicationComboBox'#4'Left'#2#6#6'Height'#2#29#3'Top'#2
|
||||
+'"'#5'Width'#3#212#1#11'HelpContext'#2#0#7'TabStop'#9#5'Align'#7#5'alTop'#21
|
||||
+'ArrowKeysTraverseList'#9#12'AutoComplete'#8#16'AutoCompleteText'#11#22'cbac'
|
||||
+'tEndOfLineComplete'#20'cbactSearchAscending'#0#12'AutoDropDown'#8#10'AutoSe'
|
||||
+'lect'#8#8'AutoSize'#9#18'BorderSpacing.Left'#2#0#17'BorderSpacing.Top'#2#0
|
||||
+#19'BorderSpacing.Right'#2#0#20'BorderSpacing.Bottom'#2#0#20'BorderSpacing.A'
|
||||
+'round'#2#6'!BorderSpacing.CellAlignHorizontal'#7#7'ccaFill'#31'BorderSpacin'
|
||||
+'g.CellAlignVertical'#7#7'ccaFill'#8'CharCase'#7#8'ecNormal'#5'Ctl3D'#8#10'D'
|
||||
+'ragCursor'#7#6'crDrag'#8'DragMode'#7#8'dmManual'#13'DropDownCount'#2#8#7'En'
|
||||
+'abled'#9#10'ItemHeight'#2#0#9'ItemIndex'#2#255#9'ItemWidth'#2#0#9'MaxLength'
|
||||
+#2#0#14'ParentBidiMode'#9#11'ParentColor'#8#11'ParentCtl3D'#9#10'ParentFont'
|
||||
+#9#14'ParentShowHint'#9#6'Sorted'#8#5'Style'#7#10'csDropDown'#8'TabOrder'#2#1
|
||||
+#4'Text'#6#31'UseLaunchingApplicationComboBox'#7'Visible'#9#0#0#0#9'TGroupBo'
|
||||
+'x'#23'HostApplicationGroupBox'#4'Left'#2#6#6'Height'#2'<'#3'Top'#2#6#5'Widt'
|
||||
+'h'#3#228#1#11'HelpContext'#2#0#5'Align'#7#5'alTop'#8'AutoSize'#9#18'BorderS'
|
||||
+'pacing.Left'#2#0#17'BorderSpacing.Top'#2#0#19'BorderSpacing.Right'#2#0#20'B'
|
||||
+'orderSpacing.Bottom'#2#0#20'BorderSpacing.Around'#2#6'!BorderSpacing.CellAl'
|
||||
+'ignHorizontal'#7#7'ccaFill'#31'BorderSpacing.CellAlignVertical'#7#7'ccaFill'
|
||||
+#7'Caption'#6#23'HostApplicationGroupBox'#28'ChildSizing.LeftRightSpacing'#2
|
||||
+#0#28'ChildSizing.TopBottomSpacing'#2#0#29'ChildSizing.HorizontalSpacing'#2#0
|
||||
+#27'ChildSizing.VerticalSpacing'#2#0#27'ChildSizing.ControlsPerLine'#2#0#12
|
||||
+'ClientHeight'#2')'#11'ClientWidth'#3#224#1#5'Ctl3D'#8#8'DockSite'#8#10'Drag'
|
||||
+'Cursor'#7#6'crDrag'#8'DragKind'#7#6'dkDrag'#8'DragMode'#7#8'dmManual'#7'Ena'
|
||||
+'bled'#9#14'ParentBidiMode'#9#11'ParentColor'#9#11'ParentCtl3D'#9#10'ParentF'
|
||||
+'ont'#9#14'ParentShowHint'#9#8'TabOrder'#2#2#7'TabStop'#8#7'Visible'#9#0#7'T'
|
||||
+'Button'#24'HostApplicationBrowseBtn'#21'AnchorSideTop.Control'#7#23'HostApp'
|
||||
,'licationGroupBox'#23'AnchorSideRight.Control'#7#23'HostApplicationGroupBox'
|
||||
+#20'AnchorSideRight.Side'#7#9'asrBottom'#24'AnchorSideBottom.Control'#7#19'H'
|
||||
+'ostApplicationEdit'#21'AnchorSideBottom.Side'#7#9'asrBottom'#4'Left'#3'&'#1
|
||||
+#6'Height'#2#27#3'Top'#2#6#5'Width'#3#180#0#11'HelpContext'#2#0#5'Align'#7#6
|
||||
+'alNone'#7'Anchors'#11#5'akTop'#7'akRight'#8'akBottom'#0#8'AutoSize'#9#18'Bo'
|
||||
+'rderSpacing.Left'#2#6#17'BorderSpacing.Top'#2#6#19'BorderSpacing.Right'#2#6
|
||||
+#20'BorderSpacing.Bottom'#2#0#20'BorderSpacing.Around'#2#0'!BorderSpacing.Ce'
|
||||
+'llAlignHorizontal'#7#7'ccaFill'#31'BorderSpacing.CellAlignVertical'#7#7'cca'
|
||||
+'Fill'#6'Cancel'#8#7'Caption'#6#24'HostApplicationBrowseBtn'#7'Default'#8#10
|
||||
+'DragCursor'#7#6'crDrag'#8'DragMode'#7#8'dmManual'#7'Enabled'#9#14'ParentBid'
|
||||
+'iMode'#9#11'ModalResult'#2#0#7'OnClick'#7#29'HostApplicationBrowseBtnClick'
|
||||
+#10'ParentFont'#9#14'ParentShowHint'#9#8'TabOrder'#2#0#7'TabStop'#9#7'Visibl'
|
||||
+'e'#9#0#0#5'TEdit'#19'HostApplicationEdit'#22'AnchorSideLeft.Control'#7#23'H'
|
||||
+'ostApplicationGroupBox'#21'AnchorSideTop.Control'#7#23'HostApplicationGroup'
|
||||
+'Box'#23'AnchorSideRight.Control'#7#24'HostApplicationBrowseBtn'#4'Left'#2#6
|
||||
+#6'Height'#2#27#3'Top'#2#6#5'Width'#3#26#1#11'HelpContext'#2#0#5'Align'#7#6
|
||||
+'alNone'#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#8'AutoSize'#9#10'Auto'
|
||||
+'Select'#8#18'BorderSpacing.Left'#2#0#17'BorderSpacing.Top'#2#0#19'BorderSpa'
|
||||
+'cing.Right'#2#0#20'BorderSpacing.Bottom'#2#0#20'BorderSpacing.Around'#2#6'!'
|
||||
+'BorderSpacing.CellAlignHorizontal'#7#7'ccaFill'#31'BorderSpacing.CellAlignV'
|
||||
+'ertical'#7#7'ccaFill'#8'CharCase'#7#8'ecNormal'#10'DragCursor'#7#6'crDrag'#8
|
||||
+'DragMode'#7#8'dmManual'#8'EchoMode'#7#8'emNormal'#7'Enabled'#9#9'MaxLength'
|
||||
+#2#255#14'ParentBidiMode'#9#10'ParentFont'#9#14'ParentShowHint'#9#12'Passwor'
|
||||
+'dChar'#6#1#0#8'ReadOnly'#8#7'TabStop'#9#8'TabOrder'#2#1#4'Text'#6#19'HostAp'
|
||||
+'plicationEdit'#7'Visible'#9#0#0#0#9'TGroupBox'#24'WorkingDirectoryGroupBox'
|
||||
+#4'Left'#2#6#6'Height'#2'<'#3'Top'#3'@'#1#5'Width'#3#228#1#11'HelpContext'#2
|
||||
+#0#5'Align'#7#5'alTop'#8'AutoSize'#9#18'BorderSpacing.Left'#2#0#17'BorderSpa'
|
||||
+'cing.Top'#2#0#19'BorderSpacing.Right'#2#0#20'BorderSpacing.Bottom'#2#0#20'B'
|
||||
+'orderSpacing.Around'#2#6'!BorderSpacing.CellAlignHorizontal'#7#7'ccaFill'#31
|
||||
+'BorderSpacing.CellAlignVertical'#7#7'ccaFill'#7'Caption'#6#24'WorkingDirect'
|
||||
+'oryGroupBox'#28'ChildSizing.LeftRightSpacing'#2#0#28'ChildSizing.TopBottomS'
|
||||
+'pacing'#2#0#29'ChildSizing.HorizontalSpacing'#2#0#27'ChildSizing.VerticalSp'
|
||||
+'acing'#2#0#27'ChildSizing.ControlsPerLine'#2#0#12'ClientHeight'#2')'#11'Cli'
|
||||
+'entWidth'#3#224#1#5'Ctl3D'#8#8'DockSite'#8#10'DragCursor'#7#6'crDrag'#8'Dra'
|
||||
+'gKind'#7#6'dkDrag'#8'DragMode'#7#8'dmManual'#7'Enabled'#9#14'ParentBidiMode'
|
||||
+#9#11'ParentColor'#9#11'ParentCtl3D'#9#10'ParentFont'#9#14'ParentShowHint'#9
|
||||
+#8'TabOrder'#2#4#7'TabStop'#8#7'Visible'#9#0#7'TButton'#19'WorkingDirectoryB'
|
||||
+'tn'#21'AnchorSideTop.Control'#7#24'WorkingDirectoryGroupBox'#23'AnchorSideR'
|
||||
+'ight.Control'#7#24'WorkingDirectoryGroupBox'#20'AnchorSideRight.Side'#7#9'a'
|
||||
+'srBottom'#24'AnchorSideBottom.Control'#7#24'WorkingDirectoryComboBox'#21'An'
|
||||
+'chorSideBottom.Side'#7#9'asrBottom'#4'Left'#3'M'#1#6'Height'#2#29#3'Top'#2#6
|
||||
+#5'Width'#3#141#0#11'HelpContext'#2#0#5'Align'#7#6'alNone'#7'Anchors'#11#5'a'
|
||||
+'kTop'#7'akRight'#8'akBottom'#0#8'AutoSize'#9#18'BorderSpacing.Left'#2#0#17
|
||||
+'BorderSpacing.Top'#2#6#19'BorderSpacing.Right'#2#6#20'BorderSpacing.Bottom'
|
||||
+#2#0#20'BorderSpacing.Around'#2#0'!BorderSpacing.CellAlignHorizontal'#7#7'cc'
|
||||
+'aFill'#31'BorderSpacing.CellAlignVertical'#7#7'ccaFill'#6'Cancel'#8#7'Capti'
|
||||
+'on'#6#19'WorkingDirectoryBtn'#7'Default'#8#10'DragCursor'#7#6'crDrag'#8'Dra'
|
||||
+'gMode'#7#8'dmManual'#7'Enabled'#9#14'ParentBidiMode'#9#11'ModalResult'#2#0#7
|
||||
+'OnClick'#7#24'WorkingDirectoryBtnClick'#10'ParentFont'#9#14'ParentShowHint'
|
||||
+#9#8'TabOrder'#2#0#7'TabStop'#9#7'Visible'#9#0#0#9'TComboBox'#24'WorkingDire'
|
||||
+'ctoryComboBox'#22'AnchorSideLeft.Control'#7#24'WorkingDirectoryGroupBox'#21
|
||||
+'AnchorSideTop.Control'#7#24'WorkingDirectoryGroupBox'#23'AnchorSideRight.Co'
|
||||
+'ntrol'#7#19'WorkingDirectoryBtn'#4'Left'#2#6#6'Height'#2#29#3'Top'#2#6#5'Wi'
|
||||
+'dth'#3'A'#1#11'HelpContext'#2#0#7'TabStop'#9#5'Align'#7#6'alNone'#7'Anchors'
|
||||
+#11#5'akTop'#6'akLeft'#7'akRight'#0#21'ArrowKeysTraverseList'#9#12'AutoCompl'
|
||||
+'ete'#8#16'AutoCompleteText'#11#22'cbactEndOfLineComplete'#20'cbactSearchAsc'
|
||||
+'ending'#0#12'AutoDropDown'#8#10'AutoSelect'#8#8'AutoSize'#9#18'BorderSpacin'
|
||||
+'g.Left'#2#0#17'BorderSpacing.Top'#2#0#19'BorderSpacing.Right'#2#0#20'Border'
|
||||
+'Spacing.Bottom'#2#0#20'BorderSpacing.Around'#2#6'!BorderSpacing.CellAlignHo'
|
||||
+'rizontal'#7#7'ccaFill'#31'BorderSpacing.CellAlignVertical'#7#7'ccaFill'#8'C'
|
||||
+'harCase'#7#8'ecNormal'#5'Ctl3D'#8#10'DragCursor'#7#6'crDrag'#8'DragMode'#7#8
|
||||
+'dmManual'#13'DropDownCount'#2#8#7'Enabled'#9#10'ItemHeight'#2#0#9'ItemIndex'
|
||||
+#2#255#9'ItemWidth'#2#0#9'MaxLength'#2#0#14'ParentBidiMode'#9#11'ParentColor'
|
||||
+#8#11'ParentCtl3D'#9#10'ParentFont'#9#14'ParentShowHint'#9#6'Sorted'#8#5'Sty'
|
||||
,'le'#7#10'csDropDown'#8'TabOrder'#2#1#4'Text'#6#24'WorkingDirectoryComboBox'
|
||||
+#7'Visible'#9#0#0#0#0#5'TPage'#11'EnvVarsPage'#11'HelpContext'#2#0#7'Caption'
|
||||
+#6#11'EnvVarsPage'#28'ChildSizing.LeftRightSpacing'#2#0#28'ChildSizing.TopBo'
|
||||
+'ttomSpacing'#2#0#29'ChildSizing.HorizontalSpacing'#2#0#27'ChildSizing.Verti'
|
||||
+'calSpacing'#2#0#27'ChildSizing.ControlsPerLine'#2#0#11'ClientWidth'#3#240#1
|
||||
+#12'ClientHeight'#3#160#1#10'ImageIndex'#2#255#8'OnResize'#7#17'EnvVarsPageR'
|
||||
+'esize'#10'ParentFont'#9#14'ParentShowHint'#9#0#9'TCheckBox'#30'IncludeSyste'
|
||||
+'mVariablesCheckBox'#22'AnchorSideLeft.Control'#7#11'EnvVarsPage'#24'AnchorS'
|
||||
+'ideBottom.Control'#7#11'EnvVarsPage'#21'AnchorSideBottom.Side'#7#9'asrBotto'
|
||||
+'m'#4'Left'#2#6#6'Height'#2#22#3'Top'#3#132#1#5'Width'#3#228#1#11'HelpContex'
|
||||
+'t'#2#0#5'Align'#7#8'alBottom'#11'AllowGrayed'#8#8'AutoSize'#9#18'BorderSpac'
|
||||
+'ing.Left'#2#0#17'BorderSpacing.Top'#2#0#19'BorderSpacing.Right'#2#0#20'Bord'
|
||||
+'erSpacing.Bottom'#2#0#20'BorderSpacing.Around'#2#6'!BorderSpacing.CellAlign'
|
||||
+'Horizontal'#7#7'ccaFill'#31'BorderSpacing.CellAlignVertical'#7#7'ccaFill'#7
|
||||
+'Caption'#6#30'IncludeSystemVariablesCheckBox'#7'Checked'#8#10'DragCursor'#7
|
||||
+#6'crDrag'#8'DragKind'#7#6'dkDrag'#8'DragMode'#7#8'dmManual'#7'Enabled'#8#11
|
||||
+'ParentColor'#9#10'ParentFont'#9#14'ParentShowHint'#9#14'ParentBidiMode'#9#5
|
||||
+'State'#7#11'cbUnchecked'#8'TabOrder'#2#0#7'TabStop'#9#11'UseOnChange'#8#7'V'
|
||||
+'isible'#9#0#0#9'TGroupBox'#21'UserOverridesGroupBox'#22'AnchorSideLeft.Cont'
|
||||
+'rol'#7#11'EnvVarsPage'#18'AnchorSideTop.Side'#7#9'asrBottom'#23'AnchorSideR'
|
||||
+'ight.Control'#7#11'EnvVarsPage'#20'AnchorSideRight.Side'#7#9'asrBottom'#24
|
||||
+'AnchorSideBottom.Control'#7#30'IncludeSystemVariablesCheckBox'#4'Left'#2#6#6
|
||||
+'Height'#3#153#0#3'Top'#3#229#0#5'Width'#3#228#1#11'HelpContext'#2#0#5'Align'
|
||||
+#7#6'alNone'#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#8'akBottom'#0#8'Aut'
|
||||
+'oSize'#8#18'BorderSpacing.Left'#2#0#17'BorderSpacing.Top'#2#0#19'BorderSpac'
|
||||
+'ing.Right'#2#0#20'BorderSpacing.Bottom'#2#0#20'BorderSpacing.Around'#2#6'!B'
|
||||
+'orderSpacing.CellAlignHorizontal'#7#7'ccaFill'#31'BorderSpacing.CellAlignVe'
|
||||
+'rtical'#7#7'ccaFill'#7'Caption'#6#21'UserOverridesGroupBox'#28'ChildSizing.'
|
||||
+'LeftRightSpacing'#2#0#28'ChildSizing.TopBottomSpacing'#2#0#29'ChildSizing.H'
|
||||
+'orizontalSpacing'#2#0#27'ChildSizing.VerticalSpacing'#2#0#27'ChildSizing.Co'
|
||||
+'ntrolsPerLine'#2#0#12'ClientHeight'#3#134#0#11'ClientWidth'#3#224#1#5'Ctl3D'
|
||||
+#8#8'DockSite'#8#10'DragCursor'#7#6'crDrag'#8'DragKind'#7#6'dkDrag'#8'DragMo'
|
||||
+'de'#7#8'dmManual'#7'Enabled'#9#14'ParentBidiMode'#9#11'ParentColor'#9#11'Pa'
|
||||
+'rentCtl3D'#9#10'ParentFont'#9#14'ParentShowHint'#9#8'TabOrder'#2#1#7'TabSto'
|
||||
+'p'#8#7'Visible'#9#0#9'TListView'#21'UserOverridesListView'#22'AnchorSideLef'
|
||||
+'t.Control'#7#21'UserOverridesGroupBox'#21'AnchorSideTop.Control'#7#21'UserO'
|
||||
+'verridesGroupBox'#23'AnchorSideRight.Control'#7#21'UserOverridesGroupBox'#20
|
||||
+'AnchorSideRight.Side'#7#9'asrBottom'#24'AnchorSideBottom.Control'#7#22'User'
|
||||
+'OverridesAddButton'#4'Left'#2#6#6'Height'#2'W'#3'Top'#2#6#5'Width'#3#212#1
|
||||
+#11'HelpContext'#2#0#5'Align'#7#5'alTop'#7'Anchors'#11#5'akTop'#6'akLeft'#7
|
||||
+'akRight'#8'akBottom'#0#18'BorderSpacing.Left'#2#0#17'BorderSpacing.Top'#2#0
|
||||
+#19'BorderSpacing.Right'#2#0#20'BorderSpacing.Bottom'#2#0#20'BorderSpacing.A'
|
||||
+'round'#2#6'!BorderSpacing.CellAlignHorizontal'#7#7'ccaFill'#31'BorderSpacin'
|
||||
+'g.CellAlignVertical'#7#7'ccaFill'#11'BorderWidth'#2#0#10'Checkboxes'#8#7'Co'
|
||||
+'lumns'#14#1#8'AutoSize'#9#7'Caption'#6#7'Caption'#5'Width'#2';'#0#1#8'AutoS'
|
||||
+'ize'#9#7'Caption'#6#7'Caption'#5'Width'#3#135#1#0#0#11'ColumnClick'#9#10'Dr'
|
||||
+'agCursor'#7#6'crDrag'#8'DragMode'#7#8'dmManual'#7'Enabled'#9#13'HideSelecti'
|
||||
+'on'#9#11'MultiSelect'#8#14'ParentShowHint'#9#8'ReadOnly'#8#9'RowSelect'#9#10
|
||||
+'ScrollBars'#7#6'ssBoth'#17'ShowColumnHeaders'#9#10'SortColumn'#2#0#8'SortTy'
|
||||
+'pe'#7#6'stText'#7'TabStop'#9#8'TabOrder'#2#0#8'ToolTips'#9#7'Visible'#9#9'V'
|
||||
+'iewStyle'#7#8'vsReport'#0#0#7'TBitBtn'#22'UserOverridesAddButton'#22'Anchor'
|
||||
+'SideLeft.Control'#7#21'UserOverridesGroupBox'#24'AnchorSideBottom.Control'#7
|
||||
+#21'UserOverridesGroupBox'#21'AnchorSideBottom.Side'#7#9'asrBottom'#4'Left'#2
|
||||
+#6#6'Height'#2#29#3'Top'#2'c'#5'Width'#3#174#0#11'HelpContext'#2#0#5'Align'#7
|
||||
+#6'alNone'#7'Anchors'#11#6'akLeft'#8'akBottom'#0#8'AutoSize'#9#18'BorderSpac'
|
||||
+'ing.Left'#2#0#17'BorderSpacing.Top'#2#0#19'BorderSpacing.Right'#2#0#20'Bord'
|
||||
+'erSpacing.Bottom'#2#0#20'BorderSpacing.Around'#2#6'!BorderSpacing.CellAlign'
|
||||
+'Horizontal'#7#7'ccaFill'#31'BorderSpacing.CellAlignVertical'#7#7'ccaFill'#6
|
||||
+'Cancel'#8#7'Caption'#6#22'UserOverridesAddButton'#7'Default'#8#7'Enabled'#9
|
||||
+#4'Kind'#7#8'bkCustom'#6'Layout'#7#11'blGlyphLeft'#6'Margin'#2#255#11'ModalR'
|
||||
+'esult'#2#0#9'NumGlyphs'#2#0#7'OnClick'#7#27'UserOverridesAddButtonClick'#10
|
||||
+'ParentFont'#9#14'ParentShowHint'#9#7'Spacing'#2#3#8'TabOrder'#2#1#7'TabStop'
|
||||
+#9#7'Visible'#9#0#0#7'TBitBtn'#23'UserOverridesEditButton'#22'AnchorSideLeft'
|
||||
+'.Control'#7#25'UserOverridesDeleteButton'#19'AnchorSideLeft.Side'#7#9'asrBo'
|
||||
,'ttom'#24'AnchorSideBottom.Control'#7#21'UserOverridesGroupBox'#21'AnchorSid'
|
||||
+'eBottom.Side'#7#9'asrBottom'#4'Left'#3''#1#6'Height'#2#29#3'Top'#2'c'#5'Wi'
|
||||
+'dth'#3#173#0#11'HelpContext'#2#0#5'Align'#7#6'alNone'#7'Anchors'#11#6'akLef'
|
||||
+'t'#8'akBottom'#0#8'AutoSize'#9#18'BorderSpacing.Left'#2#0#17'BorderSpacing.'
|
||||
+'Top'#2#0#19'BorderSpacing.Right'#2#0#20'BorderSpacing.Bottom'#2#0#20'Border'
|
||||
+'Spacing.Around'#2#6'!BorderSpacing.CellAlignHorizontal'#7#7'ccaFill'#31'Bor'
|
||||
+'derSpacing.CellAlignVertical'#7#7'ccaFill'#6'Cancel'#8#7'Caption'#6#23'User'
|
||||
+'OverridesEditButton'#7'Default'#8#7'Enabled'#9#4'Kind'#7#8'bkCustom'#6'Layo'
|
||||
+'ut'#7#11'blGlyphLeft'#6'Margin'#2#255#11'ModalResult'#2#0#9'NumGlyphs'#2#0#7
|
||||
+'OnClick'#7#28'UserOverridesEditButtonClick'#10'ParentFont'#9#14'ParentShowH'
|
||||
+'int'#9#7'Spacing'#2#3#8'TabOrder'#2#2#7'TabStop'#9#7'Visible'#9#0#0#7'TBitB'
|
||||
+'tn'#25'UserOverridesDeleteButton'#22'AnchorSideLeft.Control'#7#22'UserOverr'
|
||||
+'idesAddButton'#19'AnchorSideLeft.Side'#7#9'asrBottom'#24'AnchorSideBottom.C'
|
||||
+'ontrol'#7#21'UserOverridesGroupBox'#21'AnchorSideBottom.Side'#7#9'asrBottom'
|
||||
+#4'Left'#3#186#0#6'Height'#2#29#3'Top'#2'c'#5'Width'#3#191#0#11'HelpContext'
|
||||
+#2#0#5'Align'#7#6'alNone'#7'Anchors'#11#6'akLeft'#8'akBottom'#0#8'AutoSize'#9
|
||||
+#18'BorderSpacing.Left'#2#0#17'BorderSpacing.Top'#2#0#19'BorderSpacing.Right'
|
||||
+#2#0#20'BorderSpacing.Bottom'#2#0#20'BorderSpacing.Around'#2#6'!BorderSpacin'
|
||||
+'g.CellAlignHorizontal'#7#7'ccaFill'#31'BorderSpacing.CellAlignVertical'#7#7
|
||||
+'ccaFill'#6'Cancel'#8#7'Caption'#6#25'UserOverridesDeleteButton'#7'Default'#8
|
||||
+#7'Enabled'#9#4'Kind'#7#8'bkCustom'#6'Layout'#7#11'blGlyphLeft'#6'Margin'#2
|
||||
+#255#11'ModalResult'#2#0#9'NumGlyphs'#2#0#7'OnClick'#7#30'UserOverridesDelet'
|
||||
+'eButtonClick'#10'ParentFont'#9#14'ParentShowHint'#9#7'Spacing'#2#3#8'TabOrd'
|
||||
+'er'#2#3#7'TabStop'#9#7'Visible'#9#0#0#0#9'TGroupBox'#23'SystemVariablesGrou'
|
||||
+'pBox'#24'AnchorSideBottom.Control'#7#21'UserOverridesGroupBox'#4'Left'#2#6#6
|
||||
+'Height'#3#217#0#3'Top'#2#6#5'Width'#3#228#1#11'HelpContext'#2#0#5'Align'#7#5
|
||||
+'alTop'#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#8'akBottom'#0#8'AutoSize'
|
||||
+#8#18'BorderSpacing.Left'#2#0#17'BorderSpacing.Top'#2#0#19'BorderSpacing.Rig'
|
||||
+'ht'#2#0#20'BorderSpacing.Bottom'#2#0#20'BorderSpacing.Around'#2#6'!BorderSp'
|
||||
+'acing.CellAlignHorizontal'#7#7'ccaFill'#31'BorderSpacing.CellAlignVertical'
|
||||
+#7#7'ccaFill'#7'Caption'#6#23'SystemVariablesGroupBox'#28'ChildSizing.LeftRi'
|
||||
+'ghtSpacing'#2#0#28'ChildSizing.TopBottomSpacing'#2#0#29'ChildSizing.Horizon'
|
||||
+'talSpacing'#2#0#27'ChildSizing.VerticalSpacing'#2#0#27'ChildSizing.Controls'
|
||||
+'PerLine'#2#0#12'ClientHeight'#3#198#0#11'ClientWidth'#3#224#1#5'Ctl3D'#8#8
|
||||
+'DockSite'#8#10'DragCursor'#7#6'crDrag'#8'DragKind'#7#6'dkDrag'#8'DragMode'#7
|
||||
+#8'dmManual'#7'Enabled'#9#14'ParentBidiMode'#9#11'ParentColor'#9#11'ParentCt'
|
||||
+'l3D'#9#10'ParentFont'#9#14'ParentShowHint'#9#8'TabOrder'#2#2#7'TabStop'#8#7
|
||||
+'Visible'#9#0#9'TListView'#23'SystemVariablesListView'#22'AnchorSideLeft.Con'
|
||||
+'trol'#7#23'SystemVariablesGroupBox'#21'AnchorSideTop.Control'#7#23'SystemVa'
|
||||
+'riablesGroupBox'#23'AnchorSideRight.Control'#7#23'SystemVariablesGroupBox'
|
||||
+#20'AnchorSideRight.Side'#7#9'asrBottom'#24'AnchorSideBottom.Control'#7#23'S'
|
||||
+'ystemVariablesGroupBox'#21'AnchorSideBottom.Side'#7#9'asrBottom'#4'Left'#2#6
|
||||
+#6'Height'#3#186#0#3'Top'#2#6#5'Width'#3#212#1#11'HelpContext'#2#0#5'Align'#7
|
||||
+#8'alClient'#18'BorderSpacing.Left'#2#0#17'BorderSpacing.Top'#2#0#19'BorderS'
|
||||
+'pacing.Right'#2#0#20'BorderSpacing.Bottom'#2#0#20'BorderSpacing.Around'#2#6
|
||||
+'!BorderSpacing.CellAlignHorizontal'#7#7'ccaFill'#31'BorderSpacing.CellAlign'
|
||||
+'Vertical'#7#7'ccaFill'#11'BorderWidth'#2#0#10'Checkboxes'#8#7'Columns'#14#1
|
||||
+#8'AutoSize'#9#7'Caption'#6#7'Caption'#5'Width'#2';'#0#1#8'AutoSize'#9#7'Cap'
|
||||
+'tion'#6#7'Caption'#5'Width'#3#135#1#0#0#11'ColumnClick'#9#10'DragCursor'#7#6
|
||||
+'crDrag'#8'DragMode'#7#8'dmManual'#7'Enabled'#9#13'HideSelection'#9#11'Multi'
|
||||
+'Select'#8#14'ParentShowHint'#9#8'ReadOnly'#8#9'RowSelect'#9#10'ScrollBars'#7
|
||||
+#6'ssBoth'#17'ShowColumnHeaders'#9#10'SortColumn'#2#0#8'SortType'#7#6'stText'
|
||||
+#7'TabStop'#9#8'TabOrder'#2#0#8'ToolTips'#9#7'Visible'#9#9'ViewStyle'#7#8'vs'
|
||||
+'Report'#0#0#0#0#0#12'TButtonPanel'#11'ButtonPanel'#4'Left'#2#6#6'Height'#2
|
||||
+'0'#3'Top'#3#197#1#5'Width'#3#232#1#11'HelpContext'#2#0#5'Align'#7#8'alBotto'
|
||||
+'m'#8'AutoSize'#9#11'ButtonOrder'#7#9'boDefault'#8'TabOrder'#2#1#13'DefaultB'
|
||||
+'utton'#7#4'pbOK'#11'ShowButtons'#11#4'pbOK'#8'pbCancel'#6'pbHelp'#0#10'Show'
|
||||
+'Glyphs'#11#4'pbOK'#8'pbCancel'#7'pbClose'#6'pbHelp'#0#7'Visible'#9#0#0#0
|
||||
+#245#1#3'Top'#3#176#0#5'Width'#3#244#1#13'ActiveControl'#7#8'Notebook'#11'Bo'
|
||||
+'rderStyle'#7#13'bsSizeToolWin'#7'Caption'#6#16'RunParamsOptsDlg'#12'ClientH'
|
||||
+'eight'#3#245#1#11'ClientWidth'#3#244#1#8'Position'#7#14'poScreenCenter'#10
|
||||
+'LCLVersion'#6#6'0.9.27'#0#9'TNotebook'#8'Notebook'#4'Left'#2#0#6'Height'#3
|
||||
+#207#1#3'Top'#2#0#5'Width'#3#244#1#5'Align'#7#8'alClient'#20'BorderSpacing.B'
|
||||
+'ottom'#2#6#9'PageIndex'#2#1#8'TabOrder'#2#0#0#5'TPage'#11'GeneralPage'#7'Ca'
|
||||
+'ption'#6#11'GeneralPage'#11'ClientWidth'#3#236#1#12'ClientHeight'#3#165#1#0
|
||||
+#9'TGroupBox'#15'DisplayGroupBox'#4'Left'#2#6#6'Height'#2'R'#3'Top'#3#232#0#5
|
||||
+'Width'#3#224#1#5'Align'#7#5'alTop'#8'AutoSize'#9#20'BorderSpacing.Around'#2
|
||||
+#6#7'Caption'#6#15'DisplayGroupBox'#12'ClientHeight'#2'@'#11'ClientWidth'#3
|
||||
+#220#1#8'TabOrder'#2#3#0#5'TEdit'#11'DisplayEdit'#4'Left'#2#6#6'Height'#2#23
|
||||
+#3'Top'#2'"'#5'Width'#3#208#1#5'Align'#7#5'alTop'#20'BorderSpacing.Around'#2
|
||||
+#6#8'TabOrder'#2#0#4'Text'#6#11'DisplayEdit'#0#0#9'TCheckBox'#18'UseDisplayC'
|
||||
+'heckBox'#4'Left'#2#6#6'Height'#2#22#3'Top'#2#6#5'Width'#3#208#1#5'Align'#7#5
|
||||
+'alTop'#18'BorderSpacing.Left'#2#6#17'BorderSpacing.Top'#2#6#19'BorderSpacin'
|
||||
+'g.Right'#2#6#20'BorderSpacing.Bottom'#2#6#7'Caption'#6#18'UseDisplayCheckBo'
|
||||
+'x'#8'TabOrder'#2#1#0#0#0#9'TGroupBox'#25'CmdLineParametersGroupBox'#4'Left'
|
||||
+#2#6#6'Height'#2'<'#3'Top'#2'H'#5'Width'#3#224#1#5'Align'#7#5'alTop'#8'AutoS'
|
||||
+'ize'#9#20'BorderSpacing.Around'#2#6#7'Caption'#6#25'CmdLineParametersGroupB'
|
||||
+'ox'#12'ClientHeight'#2'*'#11'ClientWidth'#3#220#1#8'TabOrder'#2#0#0#9'TComb'
|
||||
+'oBox'#25'CmdLineParametersComboBox'#4'Left'#2#6#6'Height'#2#21#3'Top'#2#6#5
|
||||
+'Width'#3#208#1#5'Align'#7#5'alTop'#12'AutoComplete'#8#20'BorderSpacing.Arou'
|
||||
+'nd'#2#6#10'ItemHeight'#2#13#9'ItemWidth'#2#0#8'TabOrder'#2#0#4'Text'#6#25'C'
|
||||
+'mdLineParametersComboBox'#0#0#0#9'TGroupBox'#31'UseLaunchingApplicationGrou'
|
||||
+'pBox'#4'Left'#2#6#6'Height'#2'X'#3'Top'#3#138#0#5'Width'#3#224#1#5'Align'#7
|
||||
+#5'alTop'#8'AutoSize'#9#20'BorderSpacing.Around'#2#6#7'Caption'#6#31'UseLaun'
|
||||
+'chingApplicationGroupBox'#12'ClientHeight'#2'F'#11'ClientWidth'#3#220#1#8'T'
|
||||
+'abOrder'#2#1#0#9'TCheckBox'#31'UseLaunchingApplicationCheckBox'#4'Left'#2#6
|
||||
+#6'Height'#2#22#3'Top'#2#6#5'Width'#3#208#1#5'Align'#7#5'alTop'#18'BorderSpa'
|
||||
+'cing.Left'#2#6#17'BorderSpacing.Top'#2#6#19'BorderSpacing.Right'#2#6#20'Bor'
|
||||
+'derSpacing.Bottom'#2#6#7'Caption'#6#31'UseLaunchingApplicationCheckBox'#8'T'
|
||||
+'abOrder'#2#0#0#0#9'TComboBox'#31'UseLaunchingApplicationComboBox'#4'Left'#2
|
||||
+#6#6'Height'#2#21#3'Top'#2'"'#5'Width'#3#208#1#5'Align'#7#5'alTop'#12'AutoCo'
|
||||
+'mplete'#8#20'BorderSpacing.Around'#2#6#10'ItemHeight'#2#13#9'ItemWidth'#2#0
|
||||
+#8'TabOrder'#2#1#4'Text'#6#31'UseLaunchingApplicationComboBox'#0#0#0#9'TGrou'
|
||||
+'pBox'#23'HostApplicationGroupBox'#4'Left'#2#6#6'Height'#2'<'#3'Top'#2#6#5'W'
|
||||
+'idth'#3#224#1#5'Align'#7#5'alTop'#8'AutoSize'#9#20'BorderSpacing.Around'#2#6
|
||||
+#7'Caption'#6#23'HostApplicationGroupBox'#12'ClientHeight'#2'*'#11'ClientWid'
|
||||
+'th'#3#220#1#8'TabOrder'#2#2#0#7'TButton'#24'HostApplicationBrowseBtn'#21'An'
|
||||
+'chorSideTop.Control'#7#23'HostApplicationGroupBox'#23'AnchorSideRight.Contr'
|
||||
+'ol'#7#23'HostApplicationGroupBox'#20'AnchorSideRight.Side'#7#9'asrBottom'#24
|
||||
+'AnchorSideBottom.Control'#7#19'HostApplicationEdit'#21'AnchorSideBottom.Sid'
|
||||
+'e'#7#9'asrBottom'#4'Left'#3'"'#1#6'Height'#2#27#3'Top'#2#6#5'Width'#3#180#0
|
||||
+#7'Anchors'#11#5'akTop'#7'akRight'#8'akBottom'#0#8'AutoSize'#9#18'BorderSpac'
|
||||
+'ing.Left'#2#6#17'BorderSpacing.Top'#2#6#19'BorderSpacing.Right'#2#6#7'Capti'
|
||||
+'on'#6#24'HostApplicationBrowseBtn'#7'OnClick'#7#29'HostApplicationBrowseBtn'
|
||||
+'Click'#8'TabOrder'#2#0#0#0#5'TEdit'#19'HostApplicationEdit'#22'AnchorSideLe'
|
||||
+'ft.Control'#7#23'HostApplicationGroupBox'#21'AnchorSideTop.Control'#7#23'Ho'
|
||||
+'stApplicationGroupBox'#23'AnchorSideRight.Control'#7#24'HostApplicationBrow'
|
||||
+'seBtn'#4'Left'#2#6#6'Height'#2#27#3'Top'#2#6#5'Width'#3#22#1#7'Anchors'#11#5
|
||||
+'akTop'#6'akLeft'#7'akRight'#0#8'AutoSize'#9#20'BorderSpacing.Around'#2#6#8
|
||||
+'TabOrder'#2#1#4'Text'#6#19'HostApplicationEdit'#0#0#0#9'TGroupBox'#24'Worki'
|
||||
+'ngDirectoryGroupBox'#4'Left'#2#6#6'Height'#2'<'#3'Top'#3'@'#1#5'Width'#3#224
|
||||
+#1#5'Align'#7#5'alTop'#8'AutoSize'#9#20'BorderSpacing.Around'#2#6#7'Caption'
|
||||
+#6#24'WorkingDirectoryGroupBox'#12'ClientHeight'#2'*'#11'ClientWidth'#3#220#1
|
||||
+#8'TabOrder'#2#4#0#7'TButton'#19'WorkingDirectoryBtn'#21'AnchorSideTop.Contr'
|
||||
+'ol'#7#24'WorkingDirectoryGroupBox'#23'AnchorSideRight.Control'#7#24'Working'
|
||||
+'DirectoryGroupBox'#20'AnchorSideRight.Side'#7#9'asrBottom'#24'AnchorSideBot'
|
||||
+'tom.Control'#7#24'WorkingDirectoryComboBox'#21'AnchorSideBottom.Side'#7#9'a'
|
||||
+'srBottom'#4'Left'#3'I'#1#6'Height'#2#21#3'Top'#2#6#5'Width'#3#141#0#7'Ancho'
|
||||
+'rs'#11#5'akTop'#7'akRight'#8'akBottom'#0#8'AutoSize'#9#17'BorderSpacing.Top'
|
||||
+#2#6#19'BorderSpacing.Right'#2#6#7'Caption'#6#19'WorkingDirectoryBtn'#7'OnCl'
|
||||
+'ick'#7#24'WorkingDirectoryBtnClick'#8'TabOrder'#2#0#0#0#9'TComboBox'#24'Wor'
|
||||
,'kingDirectoryComboBox'#22'AnchorSideLeft.Control'#7#24'WorkingDirectoryGrou'
|
||||
+'pBox'#21'AnchorSideTop.Control'#7#24'WorkingDirectoryGroupBox'#23'AnchorSid'
|
||||
+'eRight.Control'#7#19'WorkingDirectoryBtn'#4'Left'#2#6#6'Height'#2#21#3'Top'
|
||||
+#2#6#5'Width'#3'='#1#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#12'AutoCo'
|
||||
+'mplete'#8#20'BorderSpacing.Around'#2#6#10'ItemHeight'#2#13#9'ItemWidth'#2#0
|
||||
+#8'TabOrder'#2#1#4'Text'#6#24'WorkingDirectoryComboBox'#0#0#0#0#5'TPage'#11
|
||||
+'EnvVarsPage'#7'Caption'#6#11'EnvVarsPage'#11'ClientWidth'#3#236#1#12'Client'
|
||||
+'Height'#3#181#1#8'OnResize'#7#17'EnvVarsPageResize'#0#9'TCheckBox'#30'Inclu'
|
||||
+'deSystemVariablesCheckBox'#22'AnchorSideLeft.Control'#7#11'EnvVarsPage'#24
|
||||
+'AnchorSideBottom.Control'#7#11'EnvVarsPage'#21'AnchorSideBottom.Side'#7#9'a'
|
||||
+'srBottom'#4'Left'#2#6#6'Height'#2#17#3'Top'#3#158#1#5'Width'#3#224#1#5'Alig'
|
||||
+'n'#7#8'alBottom'#20'BorderSpacing.Around'#2#6#7'Caption'#6#30'IncludeSystem'
|
||||
+'VariablesCheckBox'#7'Enabled'#8#8'TabOrder'#2#0#0#0#9'TGroupBox'#21'UserOve'
|
||||
+'rridesGroupBox'#22'AnchorSideLeft.Control'#7#11'EnvVarsPage'#18'AnchorSideT'
|
||||
+'op.Side'#7#9'asrBottom'#23'AnchorSideRight.Control'#7#11'EnvVarsPage'#20'An'
|
||||
+'chorSideRight.Side'#7#9'asrBottom'#24'AnchorSideBottom.Control'#7#30'Includ'
|
||||
+'eSystemVariablesCheckBox'#4'Left'#2#6#6'Height'#3#179#0#3'Top'#3#229#0#5'Wi'
|
||||
+'dth'#3#224#1#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#8'akBottom'#0#20'B'
|
||||
+'orderSpacing.Around'#2#6#7'Caption'#6#21'UserOverridesGroupBox'#12'ClientHe'
|
||||
+'ight'#3#161#0#11'ClientWidth'#3#220#1#8'TabOrder'#2#1#0#9'TListView'#21'Use'
|
||||
+'rOverridesListView'#22'AnchorSideLeft.Control'#7#21'UserOverridesGroupBox'
|
||||
+#21'AnchorSideTop.Control'#7#21'UserOverridesGroupBox'#23'AnchorSideRight.Co'
|
||||
+'ntrol'#7#21'UserOverridesGroupBox'#20'AnchorSideRight.Side'#7#9'asrBottom'
|
||||
+#24'AnchorSideBottom.Control'#7#22'UserOverridesAddButton'#4'Left'#2#6#6'Hei'
|
||||
+'ght'#2'x'#3'Top'#2#6#5'Width'#3#208#1#5'Align'#7#5'alTop'#7'Anchors'#11#5'a'
|
||||
+'kTop'#6'akLeft'#7'akRight'#8'akBottom'#0#20'BorderSpacing.Around'#2#6#7'Col'
|
||||
+'umns'#14#1#8'AutoSize'#9#7'Caption'#6#7'Caption'#5'Width'#2';'#0#1#8'AutoSi'
|
||||
+'ze'#9#7'Caption'#6#7'Caption'#5'Width'#3#135#1#0#0#9'RowSelect'#9#8'SortTyp'
|
||||
+'e'#7#6'stText'#8'TabOrder'#2#0#9'ViewStyle'#7#8'vsReport'#0#0#7'TBitBtn'#22
|
||||
+'UserOverridesAddButton'#22'AnchorSideLeft.Control'#7#21'UserOverridesGroupB'
|
||||
+'ox'#24'AnchorSideBottom.Control'#7#21'UserOverridesGroupBox'#21'AnchorSideB'
|
||||
+'ottom.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2#23#3'Top'#3#132#0#5'Widt'
|
||||
+'h'#3#146#0#7'Anchors'#11#6'akLeft'#8'akBottom'#0#8'AutoSize'#9#20'BorderSpa'
|
||||
+'cing.Around'#2#6#7'Caption'#6#22'UserOverridesAddButton'#9'NumGlyphs'#2#0#7
|
||||
+'OnClick'#7#27'UserOverridesAddButtonClick'#8'TabOrder'#2#1#0#0#7'TBitBtn'#23
|
||||
+'UserOverridesEditButton'#22'AnchorSideLeft.Control'#7#25'UserOverridesDelet'
|
||||
+'eButton'#19'AnchorSideLeft.Side'#7#9'asrBottom'#24'AnchorSideBottom.Control'
|
||||
+#7#21'UserOverridesGroupBox'#21'AnchorSideBottom.Side'#7#9'asrBottom'#4'Left'
|
||||
+#3'B'#1#6'Height'#2#23#3'Top'#3#132#0#5'Width'#3#145#0#7'Anchors'#11#6'akLef'
|
||||
+'t'#8'akBottom'#0#8'AutoSize'#9#20'BorderSpacing.Around'#2#6#7'Caption'#6#23
|
||||
+'UserOverridesEditButton'#9'NumGlyphs'#2#0#7'OnClick'#7#28'UserOverridesEdit'
|
||||
+'ButtonClick'#8'TabOrder'#2#2#0#0#7'TBitBtn'#25'UserOverridesDeleteButton'#22
|
||||
+'AnchorSideLeft.Control'#7#22'UserOverridesAddButton'#19'AnchorSideLeft.Side'
|
||||
+#7#9'asrBottom'#24'AnchorSideBottom.Control'#7#21'UserOverridesGroupBox'#21
|
||||
+'AnchorSideBottom.Side'#7#9'asrBottom'#4'Left'#3#158#0#6'Height'#2#23#3'Top'
|
||||
+#3#132#0#5'Width'#3#158#0#7'Anchors'#11#6'akLeft'#8'akBottom'#0#8'AutoSize'#9
|
||||
+#20'BorderSpacing.Around'#2#6#7'Caption'#6#25'UserOverridesDeleteButton'#9'N'
|
||||
+'umGlyphs'#2#0#7'OnClick'#7#30'UserOverridesDeleteButtonClick'#8'TabOrder'#2
|
||||
+#3#0#0#0#9'TGroupBox'#23'SystemVariablesGroupBox'#24'AnchorSideBottom.Contro'
|
||||
+'l'#7#21'UserOverridesGroupBox'#4'Left'#2#6#6'Height'#3#217#0#3'Top'#2#6#5'W'
|
||||
+'idth'#3#224#1#5'Align'#7#5'alTop'#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRigh'
|
||||
+'t'#8'akBottom'#0#20'BorderSpacing.Around'#2#6#7'Caption'#6#23'SystemVariabl'
|
||||
+'esGroupBox'#12'ClientHeight'#3#199#0#11'ClientWidth'#3#220#1#8'TabOrder'#2#2
|
||||
+#0#9'TListView'#23'SystemVariablesListView'#22'AnchorSideLeft.Control'#7#23
|
||||
+'SystemVariablesGroupBox'#21'AnchorSideTop.Control'#7#23'SystemVariablesGrou'
|
||||
+'pBox'#23'AnchorSideRight.Control'#7#23'SystemVariablesGroupBox'#20'AnchorSi'
|
||||
+'deRight.Side'#7#9'asrBottom'#24'AnchorSideBottom.Control'#7#23'SystemVariab'
|
||||
+'lesGroupBox'#21'AnchorSideBottom.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'
|
||||
+#3#187#0#3'Top'#2#6#5'Width'#3#208#1#5'Align'#7#8'alClient'#20'BorderSpacing'
|
||||
+'.Around'#2#6#7'Columns'#14#1#8'AutoSize'#9#7'Caption'#6#7'Caption'#5'Width'
|
||||
+#2';'#0#1#8'AutoSize'#9#7'Caption'#6#7'Caption'#5'Width'#3#135#1#0#0#9'RowSe'
|
||||
+'lect'#9#8'SortType'#7#6'stText'#8'TabOrder'#2#0#9'ViewStyle'#7#8'vsReport'#0
|
||||
+#0#0#0#0#12'TButtonPanel'#11'ButtonPanel'#4'Left'#2#6#6'Height'#2#26#3'Top'#3
|
||||
+#213#1#5'Width'#3#232#1#8'TabOrder'#2#1#11'ShowButtons'#11#4'pbOK'#8'pbCance'
|
||||
,'l'#6'pbHelp'#0#9'ShowBevel'#8#0#0#0
|
||||
]);
|
||||
|
@ -3,376 +3,120 @@ object VersionInfoAdditinalInfoForm: TVersionInfoAdditinalInfoForm
|
||||
Height = 296
|
||||
Top = 174
|
||||
Width = 395
|
||||
HelpContext = 0
|
||||
ActiveControl = CommentsEdit
|
||||
Align = alNone
|
||||
AllowDropFiles = False
|
||||
AutoScroll = True
|
||||
AutoSize = False
|
||||
BorderIcons = []
|
||||
BorderStyle = bsSizeable
|
||||
Caption = 'Additional Information'
|
||||
ChildSizing.LeftRightSpacing = 0
|
||||
ChildSizing.TopBottomSpacing = 0
|
||||
ChildSizing.HorizontalSpacing = 0
|
||||
ChildSizing.VerticalSpacing = 0
|
||||
ChildSizing.ControlsPerLine = 0
|
||||
ClientHeight = 296
|
||||
ClientWidth = 395
|
||||
Constraints.MinHeight = 296
|
||||
Constraints.MinWidth = 395
|
||||
DockSite = False
|
||||
DragKind = dkDrag
|
||||
DragMode = dmManual
|
||||
Enabled = True
|
||||
Font.Height = 0
|
||||
Font.Style = []
|
||||
FormStyle = fsNormal
|
||||
ParentBiDiMode = True
|
||||
ParentFont = False
|
||||
Position = poOwnerFormCenter
|
||||
ShowInTaskBar = stDefault
|
||||
UseDockManager = False
|
||||
LCLVersion = '0.9.27'
|
||||
WindowState = wsNormal
|
||||
object AdditionalInfoGroupBox: TGroupBox
|
||||
AnchorSideLeft.Control = Owner
|
||||
AnchorSideTop.Control = Owner
|
||||
AnchorSideRight.Side = asrBottom
|
||||
Left = 6
|
||||
Height = 236
|
||||
Height = 252
|
||||
Top = 6
|
||||
Width = 383
|
||||
HelpContext = 0
|
||||
Align = alClient
|
||||
AutoSize = False
|
||||
BorderSpacing.Left = 0
|
||||
BorderSpacing.Top = 0
|
||||
BorderSpacing.Right = 0
|
||||
BorderSpacing.Bottom = 0
|
||||
BorderSpacing.Around = 6
|
||||
BorderSpacing.CellAlignHorizontal = ccaFill
|
||||
BorderSpacing.CellAlignVertical = ccaFill
|
||||
Caption = 'Additional Information'
|
||||
ChildSizing.LeftRightSpacing = 0
|
||||
ChildSizing.TopBottomSpacing = 0
|
||||
ChildSizing.HorizontalSpacing = 0
|
||||
ChildSizing.VerticalSpacing = 0
|
||||
ChildSizing.ControlsPerLine = 0
|
||||
ClientHeight = 217
|
||||
ClientHeight = 234
|
||||
ClientWidth = 379
|
||||
Ctl3D = False
|
||||
DockSite = False
|
||||
DragCursor = crDrag
|
||||
DragKind = dkDrag
|
||||
DragMode = dmManual
|
||||
Enabled = True
|
||||
ParentBidiMode = True
|
||||
ParentColor = True
|
||||
ParentCtl3D = True
|
||||
ParentFont = True
|
||||
ParentShowHint = True
|
||||
TabOrder = 0
|
||||
TabStop = False
|
||||
Visible = True
|
||||
object CommentsLabel: TLabel
|
||||
AnchorSideTop.Control = CommentsEdit
|
||||
AnchorSideTop.Side = asrCenter
|
||||
Left = 6
|
||||
Height = 18
|
||||
Top = 9
|
||||
Width = 76
|
||||
HelpContext = 0
|
||||
Align = alNone
|
||||
Alignment = taLeftJustify
|
||||
AutoSize = True
|
||||
BorderSpacing.Left = 0
|
||||
BorderSpacing.Top = 0
|
||||
BorderSpacing.Right = 0
|
||||
BorderSpacing.Bottom = 0
|
||||
BorderSpacing.Around = 0
|
||||
BorderSpacing.CellAlignHorizontal = ccaFill
|
||||
BorderSpacing.CellAlignVertical = ccaFill
|
||||
Height = 14
|
||||
Top = 12
|
||||
Width = 55
|
||||
Caption = 'Comments:'
|
||||
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 CompanyLabel: TLabel
|
||||
AnchorSideTop.Control = CompanyEdit
|
||||
AnchorSideTop.Side = asrCenter
|
||||
Left = 6
|
||||
Height = 18
|
||||
Top = 38
|
||||
Width = 65
|
||||
HelpContext = 0
|
||||
Align = alNone
|
||||
Alignment = taLeftJustify
|
||||
AutoSize = True
|
||||
BorderSpacing.Left = 0
|
||||
BorderSpacing.Top = 0
|
||||
BorderSpacing.Right = 0
|
||||
BorderSpacing.Bottom = 0
|
||||
BorderSpacing.Around = 0
|
||||
BorderSpacing.CellAlignHorizontal = ccaFill
|
||||
BorderSpacing.CellAlignVertical = ccaFill
|
||||
Height = 14
|
||||
Top = 44
|
||||
Width = 50
|
||||
Caption = 'Company:'
|
||||
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 InternalNameLabel: TLabel
|
||||
AnchorSideTop.Control = InternalNameEdit
|
||||
AnchorSideTop.Side = asrCenter
|
||||
Left = 6
|
||||
Height = 18
|
||||
Top = 68
|
||||
Width = 96
|
||||
HelpContext = 0
|
||||
Align = alNone
|
||||
Alignment = taLeftJustify
|
||||
AutoSize = True
|
||||
BorderSpacing.Left = 0
|
||||
BorderSpacing.Top = 0
|
||||
BorderSpacing.Right = 0
|
||||
BorderSpacing.Bottom = 0
|
||||
BorderSpacing.Around = 0
|
||||
BorderSpacing.CellAlignHorizontal = ccaFill
|
||||
BorderSpacing.CellAlignVertical = ccaFill
|
||||
Height = 14
|
||||
Top = 76
|
||||
Width = 73
|
||||
Caption = 'Internal Name:'
|
||||
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 LegalTrademarksLabel: TLabel
|
||||
AnchorSideTop.Control = LegalTrademarksEdit
|
||||
AnchorSideTop.Side = asrCenter
|
||||
Left = 6
|
||||
Height = 18
|
||||
Top = 97
|
||||
Width = 117
|
||||
HelpContext = 0
|
||||
Align = alNone
|
||||
Alignment = taLeftJustify
|
||||
AutoSize = True
|
||||
BorderSpacing.Left = 0
|
||||
BorderSpacing.Top = 0
|
||||
BorderSpacing.Right = 0
|
||||
BorderSpacing.Bottom = 0
|
||||
BorderSpacing.Around = 0
|
||||
BorderSpacing.CellAlignHorizontal = ccaFill
|
||||
BorderSpacing.CellAlignVertical = ccaFill
|
||||
Height = 14
|
||||
Top = 107
|
||||
Width = 89
|
||||
Caption = 'Legal Trademarks:'
|
||||
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 OriginalFileNameLabel: TLabel
|
||||
AnchorSideTop.Control = OriginalFileNameEdit
|
||||
AnchorSideTop.Side = asrCenter
|
||||
Left = 6
|
||||
Height = 18
|
||||
Top = 127
|
||||
Width = 120
|
||||
HelpContext = 0
|
||||
Align = alNone
|
||||
Alignment = taLeftJustify
|
||||
AutoSize = True
|
||||
BorderSpacing.Left = 0
|
||||
BorderSpacing.Top = 0
|
||||
BorderSpacing.Right = 0
|
||||
BorderSpacing.Bottom = 0
|
||||
BorderSpacing.Around = 0
|
||||
BorderSpacing.CellAlignHorizontal = ccaFill
|
||||
BorderSpacing.CellAlignVertical = ccaFill
|
||||
Height = 14
|
||||
Top = 140
|
||||
Width = 90
|
||||
Caption = 'Original File Name:'
|
||||
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 ProductNameLabel: TLabel
|
||||
AnchorSideTop.Control = ProductNameEdit
|
||||
AnchorSideTop.Side = asrCenter
|
||||
Left = 6
|
||||
Height = 18
|
||||
Top = 156
|
||||
Width = 97
|
||||
HelpContext = 0
|
||||
Align = alNone
|
||||
Alignment = taLeftJustify
|
||||
AutoSize = True
|
||||
BorderSpacing.Left = 0
|
||||
BorderSpacing.Top = 0
|
||||
BorderSpacing.Right = 0
|
||||
BorderSpacing.Bottom = 0
|
||||
BorderSpacing.Around = 0
|
||||
BorderSpacing.CellAlignHorizontal = ccaFill
|
||||
BorderSpacing.CellAlignVertical = ccaFill
|
||||
Height = 14
|
||||
Top = 171
|
||||
Width = 72
|
||||
Caption = 'Product Name:'
|
||||
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 ProductVersionLabel: TLabel
|
||||
AnchorSideTop.Control = ProductVersionEdit
|
||||
AnchorSideTop.Side = asrCenter
|
||||
Left = 6
|
||||
Height = 18
|
||||
Top = 186
|
||||
Width = 105
|
||||
HelpContext = 0
|
||||
Align = alNone
|
||||
Alignment = taLeftJustify
|
||||
AutoSize = True
|
||||
BorderSpacing.Left = 0
|
||||
BorderSpacing.Top = 0
|
||||
BorderSpacing.Right = 0
|
||||
BorderSpacing.Bottom = 0
|
||||
BorderSpacing.Around = 0
|
||||
BorderSpacing.CellAlignHorizontal = ccaFill
|
||||
BorderSpacing.CellAlignVertical = ccaFill
|
||||
Height = 14
|
||||
Top = 203
|
||||
Width = 80
|
||||
Caption = 'Product Version:'
|
||||
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 CommentsEdit: TEdit
|
||||
AnchorSideRight.Control = AdditionalInfoGroupBox
|
||||
AnchorSideRight.Side = asrBottom
|
||||
Left = 144
|
||||
Height = 23
|
||||
Top = 7
|
||||
Top = 8
|
||||
Width = 229
|
||||
HelpContext = 0
|
||||
Align = alNone
|
||||
Anchors = [akLeft, akRight]
|
||||
AutoSize = False
|
||||
AutoSelect = False
|
||||
BorderSpacing.Left = 0
|
||||
BorderSpacing.Top = 0
|
||||
BorderSpacing.Right = 6
|
||||
BorderSpacing.Bottom = 0
|
||||
BorderSpacing.Around = 0
|
||||
BorderSpacing.CellAlignHorizontal = ccaFill
|
||||
BorderSpacing.CellAlignVertical = ccaFill
|
||||
CharCase = ecNormal
|
||||
DragCursor = crDrag
|
||||
DragMode = dmManual
|
||||
EchoMode = emNormal
|
||||
Enabled = True
|
||||
MaxLength = -1
|
||||
ParentBidiMode = True
|
||||
ParentFont = True
|
||||
ParentShowHint = True
|
||||
PasswordChar = #0
|
||||
ReadOnly = False
|
||||
TabStop = True
|
||||
TabOrder = 0
|
||||
Visible = True
|
||||
end
|
||||
object CompanyEdit: TEdit
|
||||
AnchorSideRight.Control = AdditionalInfoGroupBox
|
||||
AnchorSideRight.Side = asrBottom
|
||||
Left = 144
|
||||
Height = 23
|
||||
Top = 36
|
||||
Top = 40
|
||||
Width = 229
|
||||
HelpContext = 0
|
||||
Align = alNone
|
||||
Anchors = [akLeft, akRight]
|
||||
AutoSize = False
|
||||
AutoSelect = False
|
||||
BorderSpacing.Left = 0
|
||||
BorderSpacing.Top = 0
|
||||
BorderSpacing.Right = 6
|
||||
BorderSpacing.Bottom = 0
|
||||
BorderSpacing.Around = 0
|
||||
BorderSpacing.CellAlignHorizontal = ccaFill
|
||||
BorderSpacing.CellAlignVertical = ccaFill
|
||||
CharCase = ecNormal
|
||||
DragCursor = crDrag
|
||||
DragMode = dmManual
|
||||
EchoMode = emNormal
|
||||
Enabled = True
|
||||
MaxLength = -1
|
||||
ParentBidiMode = True
|
||||
ParentFont = True
|
||||
ParentShowHint = True
|
||||
PasswordChar = #0
|
||||
ReadOnly = False
|
||||
TabStop = True
|
||||
TabOrder = 1
|
||||
Visible = True
|
||||
end
|
||||
object InternalNameEdit: TEdit
|
||||
AnchorSideLeft.Control = CommentsEdit
|
||||
@ -380,34 +124,11 @@ object VersionInfoAdditinalInfoForm: TVersionInfoAdditinalInfoForm
|
||||
AnchorSideRight.Side = asrBottom
|
||||
Left = 144
|
||||
Height = 23
|
||||
Top = 66
|
||||
Top = 72
|
||||
Width = 229
|
||||
HelpContext = 0
|
||||
Align = alNone
|
||||
Anchors = [akLeft, akRight]
|
||||
AutoSize = False
|
||||
AutoSelect = False
|
||||
BorderSpacing.Left = 0
|
||||
BorderSpacing.Top = 0
|
||||
BorderSpacing.Right = 6
|
||||
BorderSpacing.Bottom = 0
|
||||
BorderSpacing.Around = 0
|
||||
BorderSpacing.CellAlignHorizontal = ccaFill
|
||||
BorderSpacing.CellAlignVertical = ccaFill
|
||||
CharCase = ecNormal
|
||||
DragCursor = crDrag
|
||||
DragMode = dmManual
|
||||
EchoMode = emNormal
|
||||
Enabled = True
|
||||
MaxLength = -1
|
||||
ParentBidiMode = True
|
||||
ParentFont = True
|
||||
ParentShowHint = True
|
||||
PasswordChar = #0
|
||||
ReadOnly = False
|
||||
TabStop = True
|
||||
TabOrder = 2
|
||||
Visible = True
|
||||
end
|
||||
object LegalTrademarksEdit: TEdit
|
||||
AnchorSideLeft.Control = CommentsEdit
|
||||
@ -415,34 +136,11 @@ object VersionInfoAdditinalInfoForm: TVersionInfoAdditinalInfoForm
|
||||
AnchorSideRight.Side = asrBottom
|
||||
Left = 144
|
||||
Height = 23
|
||||
Top = 95
|
||||
Top = 103
|
||||
Width = 229
|
||||
HelpContext = 0
|
||||
Align = alNone
|
||||
Anchors = [akLeft, akRight]
|
||||
AutoSize = False
|
||||
AutoSelect = False
|
||||
BorderSpacing.Left = 0
|
||||
BorderSpacing.Top = 0
|
||||
BorderSpacing.Right = 6
|
||||
BorderSpacing.Bottom = 0
|
||||
BorderSpacing.Around = 0
|
||||
BorderSpacing.CellAlignHorizontal = ccaFill
|
||||
BorderSpacing.CellAlignVertical = ccaFill
|
||||
CharCase = ecNormal
|
||||
DragCursor = crDrag
|
||||
DragMode = dmManual
|
||||
EchoMode = emNormal
|
||||
Enabled = True
|
||||
MaxLength = -1
|
||||
ParentBidiMode = True
|
||||
ParentFont = True
|
||||
ParentShowHint = True
|
||||
PasswordChar = #0
|
||||
ReadOnly = False
|
||||
TabStop = True
|
||||
TabOrder = 3
|
||||
Visible = True
|
||||
end
|
||||
object OriginalFileNameEdit: TEdit
|
||||
AnchorSideLeft.Control = CommentsEdit
|
||||
@ -450,34 +148,11 @@ object VersionInfoAdditinalInfoForm: TVersionInfoAdditinalInfoForm
|
||||
AnchorSideRight.Side = asrBottom
|
||||
Left = 144
|
||||
Height = 23
|
||||
Top = 125
|
||||
Top = 136
|
||||
Width = 229
|
||||
HelpContext = 0
|
||||
Align = alNone
|
||||
Anchors = [akLeft, akRight]
|
||||
AutoSize = False
|
||||
AutoSelect = False
|
||||
BorderSpacing.Left = 0
|
||||
BorderSpacing.Top = 0
|
||||
BorderSpacing.Right = 6
|
||||
BorderSpacing.Bottom = 0
|
||||
BorderSpacing.Around = 0
|
||||
BorderSpacing.CellAlignHorizontal = ccaFill
|
||||
BorderSpacing.CellAlignVertical = ccaFill
|
||||
CharCase = ecNormal
|
||||
DragCursor = crDrag
|
||||
DragMode = dmManual
|
||||
EchoMode = emNormal
|
||||
Enabled = True
|
||||
MaxLength = -1
|
||||
ParentBidiMode = True
|
||||
ParentFont = True
|
||||
ParentShowHint = True
|
||||
PasswordChar = #0
|
||||
ReadOnly = False
|
||||
TabStop = True
|
||||
TabOrder = 4
|
||||
Visible = True
|
||||
end
|
||||
object ProductNameEdit: TEdit
|
||||
AnchorSideLeft.Control = CommentsEdit
|
||||
@ -485,34 +160,11 @@ object VersionInfoAdditinalInfoForm: TVersionInfoAdditinalInfoForm
|
||||
AnchorSideRight.Side = asrBottom
|
||||
Left = 144
|
||||
Height = 23
|
||||
Top = 154
|
||||
Top = 167
|
||||
Width = 229
|
||||
HelpContext = 0
|
||||
Align = alNone
|
||||
Anchors = [akLeft, akRight]
|
||||
AutoSize = False
|
||||
AutoSelect = False
|
||||
BorderSpacing.Left = 0
|
||||
BorderSpacing.Top = 0
|
||||
BorderSpacing.Right = 6
|
||||
BorderSpacing.Bottom = 0
|
||||
BorderSpacing.Around = 0
|
||||
BorderSpacing.CellAlignHorizontal = ccaFill
|
||||
BorderSpacing.CellAlignVertical = ccaFill
|
||||
CharCase = ecNormal
|
||||
DragCursor = crDrag
|
||||
DragMode = dmManual
|
||||
EchoMode = emNormal
|
||||
Enabled = True
|
||||
MaxLength = -1
|
||||
ParentBidiMode = True
|
||||
ParentFont = True
|
||||
ParentShowHint = True
|
||||
PasswordChar = #0
|
||||
ReadOnly = False
|
||||
TabStop = True
|
||||
TabOrder = 5
|
||||
Visible = True
|
||||
end
|
||||
object ProductVersionEdit: TEdit
|
||||
AnchorSideLeft.Control = CommentsEdit
|
||||
@ -520,49 +172,20 @@ object VersionInfoAdditinalInfoForm: TVersionInfoAdditinalInfoForm
|
||||
AnchorSideRight.Side = asrBottom
|
||||
Left = 144
|
||||
Height = 23
|
||||
Top = 184
|
||||
Top = 199
|
||||
Width = 229
|
||||
HelpContext = 0
|
||||
Align = alNone
|
||||
Anchors = [akLeft, akRight]
|
||||
AutoSize = False
|
||||
AutoSelect = False
|
||||
BorderSpacing.Left = 0
|
||||
BorderSpacing.Top = 0
|
||||
BorderSpacing.Right = 6
|
||||
BorderSpacing.Bottom = 0
|
||||
BorderSpacing.Around = 0
|
||||
BorderSpacing.CellAlignHorizontal = ccaFill
|
||||
BorderSpacing.CellAlignVertical = ccaFill
|
||||
CharCase = ecNormal
|
||||
DragCursor = crDrag
|
||||
DragMode = dmManual
|
||||
EchoMode = emNormal
|
||||
Enabled = True
|
||||
MaxLength = -1
|
||||
ParentBidiMode = True
|
||||
ParentFont = True
|
||||
ParentShowHint = True
|
||||
PasswordChar = #0
|
||||
ReadOnly = False
|
||||
TabStop = True
|
||||
TabOrder = 6
|
||||
Visible = True
|
||||
end
|
||||
end
|
||||
object ButtonPanel: TButtonPanel
|
||||
Left = 6
|
||||
Height = 48
|
||||
Top = 248
|
||||
Height = 26
|
||||
Top = 264
|
||||
Width = 383
|
||||
HelpContext = 0
|
||||
Align = alBottom
|
||||
AutoSize = True
|
||||
ButtonOrder = boDefault
|
||||
TabOrder = 1
|
||||
DefaultButton = pbOK
|
||||
ShowButtons = [pbOK, pbCancel]
|
||||
ShowGlyphs = [pbOK, pbCancel, pbClose, pbHelp]
|
||||
Visible = True
|
||||
ShowBevel = False
|
||||
end
|
||||
end
|
||||
|
@ -2,185 +2,65 @@
|
||||
|
||||
LazarusResources.Add('TVersionInfoAdditinalInfoForm','FORMDATA',[
|
||||
'TPF0'#29'TVersionInfoAdditinalInfoForm'#28'VersionInfoAdditinalInfoForm'#4'L'
|
||||
+'eft'#3'!'#1#6'Height'#3'('#1#3'Top'#3#174#0#5'Width'#3#139#1#11'HelpContext'
|
||||
+#2#0#13'ActiveControl'#7#12'CommentsEdit'#5'Align'#7#6'alNone'#14'AllowDropF'
|
||||
+'iles'#8#10'AutoScroll'#9#8'AutoSize'#8#11'BorderIcons'#11#0#11'BorderStyle'
|
||||
+#7#10'bsSizeable'#7'Caption'#6#22'Additional Information'#28'ChildSizing.Lef'
|
||||
+'tRightSpacing'#2#0#28'ChildSizing.TopBottomSpacing'#2#0#29'ChildSizing.Hori'
|
||||
+'zontalSpacing'#2#0#27'ChildSizing.VerticalSpacing'#2#0#27'ChildSizing.Contr'
|
||||
+'olsPerLine'#2#0#12'ClientHeight'#3'('#1#11'ClientWidth'#3#139#1#21'Constrai'
|
||||
+'nts.MinHeight'#3'('#1#20'Constraints.MinWidth'#3#139#1#8'DockSite'#8#8'Drag'
|
||||
+'Kind'#7#6'dkDrag'#8'DragMode'#7#8'dmManual'#7'Enabled'#9#11'Font.Height'#2#0
|
||||
+#10'Font.Style'#11#0#9'FormStyle'#7#8'fsNormal'#14'ParentBiDiMode'#9#10'Pare'
|
||||
+'ntFont'#8#8'Position'#7#17'poOwnerFormCenter'#13'ShowInTaskBar'#7#9'stDefau'
|
||||
+'lt'#14'UseDockManager'#8#10'LCLVersion'#6#6'0.9.27'#11'WindowState'#7#8'wsN'
|
||||
+'ormal'#0#9'TGroupBox'#22'AdditionalInfoGroupBox'#22'AnchorSideLeft.Control'
|
||||
+#7#5'Owner'#21'AnchorSideTop.Control'#7#5'Owner'#20'AnchorSideRight.Side'#7#9
|
||||
+'asrBottom'#4'Left'#2#6#6'Height'#3#236#0#3'Top'#2#6#5'Width'#3''#1#11'Help'
|
||||
+'Context'#2#0#5'Align'#7#8'alClient'#8'AutoSize'#8#18'BorderSpacing.Left'#2#0
|
||||
+#17'BorderSpacing.Top'#2#0#19'BorderSpacing.Right'#2#0#20'BorderSpacing.Bott'
|
||||
+'om'#2#0#20'BorderSpacing.Around'#2#6'!BorderSpacing.CellAlignHorizontal'#7#7
|
||||
+'ccaFill'#31'BorderSpacing.CellAlignVertical'#7#7'ccaFill'#7'Caption'#6#22'A'
|
||||
+'dditional Information'#28'ChildSizing.LeftRightSpacing'#2#0#28'ChildSizing.'
|
||||
+'TopBottomSpacing'#2#0#29'ChildSizing.HorizontalSpacing'#2#0#27'ChildSizing.'
|
||||
+'VerticalSpacing'#2#0#27'ChildSizing.ControlsPerLine'#2#0#12'ClientHeight'#3
|
||||
+#217#0#11'ClientWidth'#3'{'#1#5'Ctl3D'#8#8'DockSite'#8#10'DragCursor'#7#6'cr'
|
||||
+'Drag'#8'DragKind'#7#6'dkDrag'#8'DragMode'#7#8'dmManual'#7'Enabled'#9#14'Par'
|
||||
+'entBidiMode'#9#11'ParentColor'#9#11'ParentCtl3D'#9#10'ParentFont'#9#14'Pare'
|
||||
+'ntShowHint'#9#8'TabOrder'#2#0#7'TabStop'#8#7'Visible'#9#0#6'TLabel'#13'Comm'
|
||||
+'entsLabel'#21'AnchorSideTop.Control'#7#12'CommentsEdit'#18'AnchorSideTop.Si'
|
||||
+'de'#7#9'asrCenter'#4'Left'#2#6#6'Height'#2#18#3'Top'#2#9#5'Width'#2'L'#11'H'
|
||||
+'elpContext'#2#0#5'Align'#7#6'alNone'#9'Alignment'#7#13'taLeftJustify'#8'Aut'
|
||||
+'oSize'#9#18'BorderSpacing.Left'#2#0#17'BorderSpacing.Top'#2#0#19'BorderSpac'
|
||||
+'ing.Right'#2#0#20'BorderSpacing.Bottom'#2#0#20'BorderSpacing.Around'#2#0'!B'
|
||||
+'orderSpacing.CellAlignHorizontal'#7#7'ccaFill'#31'BorderSpacing.CellAlignVe'
|
||||
+'rtical'#7#7'ccaFill'#7'Caption'#6#9'Comments:'#10'DragCursor'#7#6'crDrag'#8
|
||||
+'DragMode'#7#8'dmManual'#7'Enabled'#9#6'Layout'#7#5'tlTop'#14'ParentBidiMode'
|
||||
+#9#11'ParentColor'#8#10'ParentFont'#9#14'ParentShowHint'#9#13'ShowAccelChar'
|
||||
+#9#11'Transparent'#9#7'Visible'#9#8'WordWrap'#8#11'OptimalFill'#8#0#0#6'TLab'
|
||||
+'el'#12'CompanyLabel'#21'AnchorSideTop.Control'#7#11'CompanyEdit'#18'AnchorS'
|
||||
+'ideTop.Side'#7#9'asrCenter'#4'Left'#2#6#6'Height'#2#18#3'Top'#2'&'#5'Width'
|
||||
+#2'A'#11'HelpContext'#2#0#5'Align'#7#6'alNone'#9'Alignment'#7#13'taLeftJusti'
|
||||
+'fy'#8'AutoSize'#9#18'BorderSpacing.Left'#2#0#17'BorderSpacing.Top'#2#0#19'B'
|
||||
+'orderSpacing.Right'#2#0#20'BorderSpacing.Bottom'#2#0#20'BorderSpacing.Aroun'
|
||||
+'d'#2#0'!BorderSpacing.CellAlignHorizontal'#7#7'ccaFill'#31'BorderSpacing.Ce'
|
||||
+'llAlignVertical'#7#7'ccaFill'#7'Caption'#6#8'Company:'#10'DragCursor'#7#6'c'
|
||||
+'rDrag'#8'DragMode'#7#8'dmManual'#7'Enabled'#9#6'Layout'#7#5'tlTop'#14'Paren'
|
||||
+'tBidiMode'#9#11'ParentColor'#8#10'ParentFont'#9#14'ParentShowHint'#9#13'Sho'
|
||||
+'wAccelChar'#9#11'Transparent'#9#7'Visible'#9#8'WordWrap'#8#11'OptimalFill'#8
|
||||
+#0#0#6'TLabel'#17'InternalNameLabel'#21'AnchorSideTop.Control'#7#16'Internal'
|
||||
+'NameEdit'#18'AnchorSideTop.Side'#7#9'asrCenter'#4'Left'#2#6#6'Height'#2#18#3
|
||||
+'Top'#2'D'#5'Width'#2'`'#11'HelpContext'#2#0#5'Align'#7#6'alNone'#9'Alignmen'
|
||||
+'t'#7#13'taLeftJustify'#8'AutoSize'#9#18'BorderSpacing.Left'#2#0#17'BorderSp'
|
||||
+'acing.Top'#2#0#19'BorderSpacing.Right'#2#0#20'BorderSpacing.Bottom'#2#0#20
|
||||
+'BorderSpacing.Around'#2#0'!BorderSpacing.CellAlignHorizontal'#7#7'ccaFill'
|
||||
+#31'BorderSpacing.CellAlignVertical'#7#7'ccaFill'#7'Caption'#6#14'Internal N'
|
||||
+'ame:'#10'DragCursor'#7#6'crDrag'#8'DragMode'#7#8'dmManual'#7'Enabled'#9#6'L'
|
||||
+'ayout'#7#5'tlTop'#14'ParentBidiMode'#9#11'ParentColor'#8#10'ParentFont'#9#14
|
||||
+'ParentShowHint'#9#13'ShowAccelChar'#9#11'Transparent'#9#7'Visible'#9#8'Word'
|
||||
+'Wrap'#8#11'OptimalFill'#8#0#0#6'TLabel'#20'LegalTrademarksLabel'#21'AnchorS'
|
||||
+'ideTop.Control'#7#19'LegalTrademarksEdit'#18'AnchorSideTop.Side'#7#9'asrCen'
|
||||
+'ter'#4'Left'#2#6#6'Height'#2#18#3'Top'#2'a'#5'Width'#2'u'#11'HelpContext'#2
|
||||
+#0#5'Align'#7#6'alNone'#9'Alignment'#7#13'taLeftJustify'#8'AutoSize'#9#18'Bo'
|
||||
+'rderSpacing.Left'#2#0#17'BorderSpacing.Top'#2#0#19'BorderSpacing.Right'#2#0
|
||||
+#20'BorderSpacing.Bottom'#2#0#20'BorderSpacing.Around'#2#0'!BorderSpacing.Ce'
|
||||
+'llAlignHorizontal'#7#7'ccaFill'#31'BorderSpacing.CellAlignVertical'#7#7'cca'
|
||||
,'Fill'#7'Caption'#6#17'Legal Trademarks:'#10'DragCursor'#7#6'crDrag'#8'DragM'
|
||||
+'ode'#7#8'dmManual'#7'Enabled'#9#6'Layout'#7#5'tlTop'#14'ParentBidiMode'#9#11
|
||||
+'ParentColor'#8#10'ParentFont'#9#14'ParentShowHint'#9#13'ShowAccelChar'#9#11
|
||||
+'Transparent'#9#7'Visible'#9#8'WordWrap'#8#11'OptimalFill'#8#0#0#6'TLabel'#21
|
||||
+'OriginalFileNameLabel'#21'AnchorSideTop.Control'#7#20'OriginalFileNameEdit'
|
||||
+#18'AnchorSideTop.Side'#7#9'asrCenter'#4'Left'#2#6#6'Height'#2#18#3'Top'#2''
|
||||
+#5'Width'#2'x'#11'HelpContext'#2#0#5'Align'#7#6'alNone'#9'Alignment'#7#13'ta'
|
||||
+'LeftJustify'#8'AutoSize'#9#18'BorderSpacing.Left'#2#0#17'BorderSpacing.Top'
|
||||
+#2#0#19'BorderSpacing.Right'#2#0#20'BorderSpacing.Bottom'#2#0#20'BorderSpaci'
|
||||
+'ng.Around'#2#0'!BorderSpacing.CellAlignHorizontal'#7#7'ccaFill'#31'BorderSp'
|
||||
+'acing.CellAlignVertical'#7#7'ccaFill'#7'Caption'#6#19'Original File Name:'
|
||||
+#10'DragCursor'#7#6'crDrag'#8'DragMode'#7#8'dmManual'#7'Enabled'#9#6'Layout'
|
||||
+#7#5'tlTop'#14'ParentBidiMode'#9#11'ParentColor'#8#10'ParentFont'#9#14'Paren'
|
||||
+'tShowHint'#9#13'ShowAccelChar'#9#11'Transparent'#9#7'Visible'#9#8'WordWrap'
|
||||
+#8#11'OptimalFill'#8#0#0#6'TLabel'#16'ProductNameLabel'#21'AnchorSideTop.Con'
|
||||
+'trol'#7#15'ProductNameEdit'#18'AnchorSideTop.Side'#7#9'asrCenter'#4'Left'#2
|
||||
+#6#6'Height'#2#18#3'Top'#3#156#0#5'Width'#2'a'#11'HelpContext'#2#0#5'Align'#7
|
||||
+#6'alNone'#9'Alignment'#7#13'taLeftJustify'#8'AutoSize'#9#18'BorderSpacing.L'
|
||||
+'eft'#2#0#17'BorderSpacing.Top'#2#0#19'BorderSpacing.Right'#2#0#20'BorderSpa'
|
||||
+'cing.Bottom'#2#0#20'BorderSpacing.Around'#2#0'!BorderSpacing.CellAlignHoriz'
|
||||
+'ontal'#7#7'ccaFill'#31'BorderSpacing.CellAlignVertical'#7#7'ccaFill'#7'Capt'
|
||||
+'ion'#6#13'Product Name:'#10'DragCursor'#7#6'crDrag'#8'DragMode'#7#8'dmManua'
|
||||
+'l'#7'Enabled'#9#6'Layout'#7#5'tlTop'#14'ParentBidiMode'#9#11'ParentColor'#8
|
||||
+#10'ParentFont'#9#14'ParentShowHint'#9#13'ShowAccelChar'#9#11'Transparent'#9
|
||||
+#7'Visible'#9#8'WordWrap'#8#11'OptimalFill'#8#0#0#6'TLabel'#19'ProductVersio'
|
||||
+'nLabel'#21'AnchorSideTop.Control'#7#18'ProductVersionEdit'#18'AnchorSideTop'
|
||||
+'.Side'#7#9'asrCenter'#4'Left'#2#6#6'Height'#2#18#3'Top'#3#186#0#5'Width'#2
|
||||
+'i'#11'HelpContext'#2#0#5'Align'#7#6'alNone'#9'Alignment'#7#13'taLeftJustify'
|
||||
+#8'AutoSize'#9#18'BorderSpacing.Left'#2#0#17'BorderSpacing.Top'#2#0#19'Borde'
|
||||
+'rSpacing.Right'#2#0#20'BorderSpacing.Bottom'#2#0#20'BorderSpacing.Around'#2
|
||||
+#0'!BorderSpacing.CellAlignHorizontal'#7#7'ccaFill'#31'BorderSpacing.CellAli'
|
||||
+'gnVertical'#7#7'ccaFill'#7'Caption'#6#16'Product Version:'#10'DragCursor'#7
|
||||
+#6'crDrag'#8'DragMode'#7#8'dmManual'#7'Enabled'#9#6'Layout'#7#5'tlTop'#14'Pa'
|
||||
+'rentBidiMode'#9#11'ParentColor'#8#10'ParentFont'#9#14'ParentShowHint'#9#13
|
||||
+'ShowAccelChar'#9#11'Transparent'#9#7'Visible'#9#8'WordWrap'#8#11'OptimalFil'
|
||||
+'l'#8#0#0#5'TEdit'#12'CommentsEdit'#23'AnchorSideRight.Control'#7#22'Additio'
|
||||
+'nalInfoGroupBox'#20'AnchorSideRight.Side'#7#9'asrBottom'#4'Left'#3#144#0#6
|
||||
+'Height'#2#23#3'Top'#2#7#5'Width'#3#229#0#11'HelpContext'#2#0#5'Align'#7#6'a'
|
||||
+'lNone'#7'Anchors'#11#6'akLeft'#7'akRight'#0#8'AutoSize'#8#10'AutoSelect'#8
|
||||
+#18'BorderSpacing.Left'#2#0#17'BorderSpacing.Top'#2#0#19'BorderSpacing.Right'
|
||||
+#2#6#20'BorderSpacing.Bottom'#2#0#20'BorderSpacing.Around'#2#0'!BorderSpacin'
|
||||
+'g.CellAlignHorizontal'#7#7'ccaFill'#31'BorderSpacing.CellAlignVertical'#7#7
|
||||
+'ccaFill'#8'CharCase'#7#8'ecNormal'#10'DragCursor'#7#6'crDrag'#8'DragMode'#7
|
||||
+#8'dmManual'#8'EchoMode'#7#8'emNormal'#7'Enabled'#9#9'MaxLength'#2#255#14'Pa'
|
||||
+'rentBidiMode'#9#10'ParentFont'#9#14'ParentShowHint'#9#12'PasswordChar'#6#1#0
|
||||
+#8'ReadOnly'#8#7'TabStop'#9#8'TabOrder'#2#0#7'Visible'#9#0#0#5'TEdit'#11'Com'
|
||||
+'panyEdit'#23'AnchorSideRight.Control'#7#22'AdditionalInfoGroupBox'#20'Ancho'
|
||||
+'rSideRight.Side'#7#9'asrBottom'#4'Left'#3#144#0#6'Height'#2#23#3'Top'#2'$'#5
|
||||
+'Width'#3#229#0#11'HelpContext'#2#0#5'Align'#7#6'alNone'#7'Anchors'#11#6'akL'
|
||||
+'eft'#7'akRight'#0#8'AutoSize'#8#10'AutoSelect'#8#18'BorderSpacing.Left'#2#0
|
||||
+#17'BorderSpacing.Top'#2#0#19'BorderSpacing.Right'#2#6#20'BorderSpacing.Bott'
|
||||
+'om'#2#0#20'BorderSpacing.Around'#2#0'!BorderSpacing.CellAlignHorizontal'#7#7
|
||||
+'ccaFill'#31'BorderSpacing.CellAlignVertical'#7#7'ccaFill'#8'CharCase'#7#8'e'
|
||||
+'cNormal'#10'DragCursor'#7#6'crDrag'#8'DragMode'#7#8'dmManual'#8'EchoMode'#7
|
||||
+#8'emNormal'#7'Enabled'#9#9'MaxLength'#2#255#14'ParentBidiMode'#9#10'ParentF'
|
||||
+'ont'#9#14'ParentShowHint'#9#12'PasswordChar'#6#1#0#8'ReadOnly'#8#7'TabStop'
|
||||
+#9#8'TabOrder'#2#1#7'Visible'#9#0#0#5'TEdit'#16'InternalNameEdit'#22'AnchorS'
|
||||
+'eft'#3'!'#1#6'Height'#3'('#1#3'Top'#3#174#0#5'Width'#3#139#1#13'ActiveContr'
|
||||
+'ol'#7#12'CommentsEdit'#11'BorderIcons'#11#0#7'Caption'#6#22'Additional Info'
|
||||
+'rmation'#12'ClientHeight'#3'('#1#11'ClientWidth'#3#139#1#21'Constraints.Min'
|
||||
+'Height'#3'('#1#20'Constraints.MinWidth'#3#139#1#8'Position'#7#17'poOwnerFor'
|
||||
+'mCenter'#10'LCLVersion'#6#6'0.9.27'#0#9'TGroupBox'#22'AdditionalInfoGroupBo'
|
||||
+'x'#22'AnchorSideLeft.Control'#7#5'Owner'#21'AnchorSideTop.Control'#7#5'Owne'
|
||||
+'r'#20'AnchorSideRight.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#3#252#0#3
|
||||
+'Top'#2#6#5'Width'#3''#1#5'Align'#7#8'alClient'#20'BorderSpacing.Around'#2#6
|
||||
+#7'Caption'#6#22'Additional Information'#12'ClientHeight'#3#234#0#11'ClientW'
|
||||
+'idth'#3'{'#1#8'TabOrder'#2#0#0#6'TLabel'#13'CommentsLabel'#21'AnchorSideTop'
|
||||
+'.Control'#7#12'CommentsEdit'#18'AnchorSideTop.Side'#7#9'asrCenter'#4'Left'#2
|
||||
+#6#6'Height'#2#14#3'Top'#2#12#5'Width'#2'7'#7'Caption'#6#9'Comments:'#11'Par'
|
||||
+'entColor'#8#0#0#6'TLabel'#12'CompanyLabel'#21'AnchorSideTop.Control'#7#11'C'
|
||||
+'ompanyEdit'#18'AnchorSideTop.Side'#7#9'asrCenter'#4'Left'#2#6#6'Height'#2#14
|
||||
+#3'Top'#2','#5'Width'#2'2'#7'Caption'#6#8'Company:'#11'ParentColor'#8#0#0#6
|
||||
+'TLabel'#17'InternalNameLabel'#21'AnchorSideTop.Control'#7#16'InternalNameEd'
|
||||
+'it'#18'AnchorSideTop.Side'#7#9'asrCenter'#4'Left'#2#6#6'Height'#2#14#3'Top'
|
||||
+#2'L'#5'Width'#2'I'#7'Caption'#6#14'Internal Name:'#11'ParentColor'#8#0#0#6
|
||||
+'TLabel'#20'LegalTrademarksLabel'#21'AnchorSideTop.Control'#7#19'LegalTradem'
|
||||
+'arksEdit'#18'AnchorSideTop.Side'#7#9'asrCenter'#4'Left'#2#6#6'Height'#2#14#3
|
||||
+'Top'#2'k'#5'Width'#2'Y'#7'Caption'#6#17'Legal Trademarks:'#11'ParentColor'#8
|
||||
+#0#0#6'TLabel'#21'OriginalFileNameLabel'#21'AnchorSideTop.Control'#7#20'Orig'
|
||||
+'inalFileNameEdit'#18'AnchorSideTop.Side'#7#9'asrCenter'#4'Left'#2#6#6'Heigh'
|
||||
+'t'#2#14#3'Top'#3#140#0#5'Width'#2'Z'#7'Caption'#6#19'Original File Name:'#11
|
||||
+'ParentColor'#8#0#0#6'TLabel'#16'ProductNameLabel'#21'AnchorSideTop.Control'
|
||||
+#7#15'ProductNameEdit'#18'AnchorSideTop.Side'#7#9'asrCenter'#4'Left'#2#6#6'H'
|
||||
+'eight'#2#14#3'Top'#3#171#0#5'Width'#2'H'#7'Caption'#6#13'Product Name:'#11
|
||||
+'ParentColor'#8#0#0#6'TLabel'#19'ProductVersionLabel'#21'AnchorSideTop.Contr'
|
||||
+'ol'#7#18'ProductVersionEdit'#18'AnchorSideTop.Side'#7#9'asrCenter'#4'Left'#2
|
||||
+#6#6'Height'#2#14#3'Top'#3#203#0#5'Width'#2'P'#7'Caption'#6#16'Product Versi'
|
||||
+'on:'#11'ParentColor'#8#0#0#5'TEdit'#12'CommentsEdit'#23'AnchorSideRight.Con'
|
||||
+'trol'#7#22'AdditionalInfoGroupBox'#20'AnchorSideRight.Side'#7#9'asrBottom'#4
|
||||
+'Left'#3#144#0#6'Height'#2#23#3'Top'#2#8#5'Width'#3#229#0#7'Anchors'#11#6'ak'
|
||||
+'Left'#7'akRight'#0#19'BorderSpacing.Right'#2#6#8'TabOrder'#2#0#0#0#5'TEdit'
|
||||
+#11'CompanyEdit'#23'AnchorSideRight.Control'#7#22'AdditionalInfoGroupBox'#20
|
||||
+'AnchorSideRight.Side'#7#9'asrBottom'#4'Left'#3#144#0#6'Height'#2#23#3'Top'#2
|
||||
+'('#5'Width'#3#229#0#7'Anchors'#11#6'akLeft'#7'akRight'#0#19'BorderSpacing.R'
|
||||
+'ight'#2#6#8'TabOrder'#2#1#0#0#5'TEdit'#16'InternalNameEdit'#22'AnchorSideLe'
|
||||
+'ft.Control'#7#12'CommentsEdit'#23'AnchorSideRight.Control'#7#22'AdditionalI'
|
||||
+'nfoGroupBox'#20'AnchorSideRight.Side'#7#9'asrBottom'#4'Left'#3#144#0#6'Heig'
|
||||
+'ht'#2#23#3'Top'#2'H'#5'Width'#3#229#0#7'Anchors'#11#6'akLeft'#7'akRight'#0
|
||||
+#19'BorderSpacing.Right'#2#6#8'TabOrder'#2#2#0#0#5'TEdit'#19'LegalTrademarks'
|
||||
+'Edit'#22'AnchorSideLeft.Control'#7#12'CommentsEdit'#23'AnchorSideRight.Cont'
|
||||
+'rol'#7#22'AdditionalInfoGroupBox'#20'AnchorSideRight.Side'#7#9'asrBottom'#4
|
||||
+'Left'#3#144#0#6'Height'#2#23#3'Top'#2'g'#5'Width'#3#229#0#7'Anchors'#11#6'a'
|
||||
+'kLeft'#7'akRight'#0#19'BorderSpacing.Right'#2#6#8'TabOrder'#2#3#0#0#5'TEdit'
|
||||
+#20'OriginalFileNameEdit'#22'AnchorSideLeft.Control'#7#12'CommentsEdit'#23'A'
|
||||
+'nchorSideRight.Control'#7#22'AdditionalInfoGroupBox'#20'AnchorSideRight.Sid'
|
||||
+'e'#7#9'asrBottom'#4'Left'#3#144#0#6'Height'#2#23#3'Top'#3#136#0#5'Width'#3
|
||||
+#229#0#7'Anchors'#11#6'akLeft'#7'akRight'#0#19'BorderSpacing.Right'#2#6#8'Ta'
|
||||
+'bOrder'#2#4#0#0#5'TEdit'#15'ProductNameEdit'#22'AnchorSideLeft.Control'#7#12
|
||||
+'CommentsEdit'#23'AnchorSideRight.Control'#7#22'AdditionalInfoGroupBox'#20'A'
|
||||
+'nchorSideRight.Side'#7#9'asrBottom'#4'Left'#3#144#0#6'Height'#2#23#3'Top'#3
|
||||
+#167#0#5'Width'#3#229#0#7'Anchors'#11#6'akLeft'#7'akRight'#0#19'BorderSpacin'
|
||||
+'g.Right'#2#6#8'TabOrder'#2#5#0#0#5'TEdit'#18'ProductVersionEdit'#22'AnchorS'
|
||||
+'ideLeft.Control'#7#12'CommentsEdit'#23'AnchorSideRight.Control'#7#22'Additi'
|
||||
+'onalInfoGroupBox'#20'AnchorSideRight.Side'#7#9'asrBottom'#4'Left'#3#144#0#6
|
||||
+'Height'#2#23#3'Top'#2'B'#5'Width'#3#229#0#11'HelpContext'#2#0#5'Align'#7#6
|
||||
+'alNone'#7'Anchors'#11#6'akLeft'#7'akRight'#0#8'AutoSize'#8#10'AutoSelect'#8
|
||||
+#18'BorderSpacing.Left'#2#0#17'BorderSpacing.Top'#2#0#19'BorderSpacing.Right'
|
||||
+#2#6#20'BorderSpacing.Bottom'#2#0#20'BorderSpacing.Around'#2#0'!BorderSpacin'
|
||||
+'g.CellAlignHorizontal'#7#7'ccaFill'#31'BorderSpacing.CellAlignVertical'#7#7
|
||||
,'ccaFill'#8'CharCase'#7#8'ecNormal'#10'DragCursor'#7#6'crDrag'#8'DragMode'#7
|
||||
+#8'dmManual'#8'EchoMode'#7#8'emNormal'#7'Enabled'#9#9'MaxLength'#2#255#14'Pa'
|
||||
+'rentBidiMode'#9#10'ParentFont'#9#14'ParentShowHint'#9#12'PasswordChar'#6#1#0
|
||||
+#8'ReadOnly'#8#7'TabStop'#9#8'TabOrder'#2#2#7'Visible'#9#0#0#5'TEdit'#19'Leg'
|
||||
+'alTrademarksEdit'#22'AnchorSideLeft.Control'#7#12'CommentsEdit'#23'AnchorSi'
|
||||
+'deRight.Control'#7#22'AdditionalInfoGroupBox'#20'AnchorSideRight.Side'#7#9
|
||||
+'asrBottom'#4'Left'#3#144#0#6'Height'#2#23#3'Top'#2'_'#5'Width'#3#229#0#11'H'
|
||||
+'elpContext'#2#0#5'Align'#7#6'alNone'#7'Anchors'#11#6'akLeft'#7'akRight'#0#8
|
||||
+'AutoSize'#8#10'AutoSelect'#8#18'BorderSpacing.Left'#2#0#17'BorderSpacing.To'
|
||||
+'p'#2#0#19'BorderSpacing.Right'#2#6#20'BorderSpacing.Bottom'#2#0#20'BorderSp'
|
||||
+'acing.Around'#2#0'!BorderSpacing.CellAlignHorizontal'#7#7'ccaFill'#31'Borde'
|
||||
+'rSpacing.CellAlignVertical'#7#7'ccaFill'#8'CharCase'#7#8'ecNormal'#10'DragC'
|
||||
+'ursor'#7#6'crDrag'#8'DragMode'#7#8'dmManual'#8'EchoMode'#7#8'emNormal'#7'En'
|
||||
+'abled'#9#9'MaxLength'#2#255#14'ParentBidiMode'#9#10'ParentFont'#9#14'Parent'
|
||||
+'ShowHint'#9#12'PasswordChar'#6#1#0#8'ReadOnly'#8#7'TabStop'#9#8'TabOrder'#2
|
||||
+#3#7'Visible'#9#0#0#5'TEdit'#20'OriginalFileNameEdit'#22'AnchorSideLeft.Cont'
|
||||
+'rol'#7#12'CommentsEdit'#23'AnchorSideRight.Control'#7#22'AdditionalInfoGrou'
|
||||
+'pBox'#20'AnchorSideRight.Side'#7#9'asrBottom'#4'Left'#3#144#0#6'Height'#2#23
|
||||
+#3'Top'#2'}'#5'Width'#3#229#0#11'HelpContext'#2#0#5'Align'#7#6'alNone'#7'Anc'
|
||||
+'hors'#11#6'akLeft'#7'akRight'#0#8'AutoSize'#8#10'AutoSelect'#8#18'BorderSpa'
|
||||
+'cing.Left'#2#0#17'BorderSpacing.Top'#2#0#19'BorderSpacing.Right'#2#6#20'Bor'
|
||||
+'derSpacing.Bottom'#2#0#20'BorderSpacing.Around'#2#0'!BorderSpacing.CellAlig'
|
||||
+'nHorizontal'#7#7'ccaFill'#31'BorderSpacing.CellAlignVertical'#7#7'ccaFill'#8
|
||||
+'CharCase'#7#8'ecNormal'#10'DragCursor'#7#6'crDrag'#8'DragMode'#7#8'dmManual'
|
||||
+#8'EchoMode'#7#8'emNormal'#7'Enabled'#9#9'MaxLength'#2#255#14'ParentBidiMode'
|
||||
+#9#10'ParentFont'#9#14'ParentShowHint'#9#12'PasswordChar'#6#1#0#8'ReadOnly'#8
|
||||
+#7'TabStop'#9#8'TabOrder'#2#4#7'Visible'#9#0#0#5'TEdit'#15'ProductNameEdit'
|
||||
+#22'AnchorSideLeft.Control'#7#12'CommentsEdit'#23'AnchorSideRight.Control'#7
|
||||
+#22'AdditionalInfoGroupBox'#20'AnchorSideRight.Side'#7#9'asrBottom'#4'Left'#3
|
||||
+#144#0#6'Height'#2#23#3'Top'#3#154#0#5'Width'#3#229#0#11'HelpContext'#2#0#5
|
||||
+'Align'#7#6'alNone'#7'Anchors'#11#6'akLeft'#7'akRight'#0#8'AutoSize'#8#10'Au'
|
||||
+'toSelect'#8#18'BorderSpacing.Left'#2#0#17'BorderSpacing.Top'#2#0#19'BorderS'
|
||||
+'pacing.Right'#2#6#20'BorderSpacing.Bottom'#2#0#20'BorderSpacing.Around'#2#0
|
||||
+'!BorderSpacing.CellAlignHorizontal'#7#7'ccaFill'#31'BorderSpacing.CellAlign'
|
||||
+'Vertical'#7#7'ccaFill'#8'CharCase'#7#8'ecNormal'#10'DragCursor'#7#6'crDrag'
|
||||
+#8'DragMode'#7#8'dmManual'#8'EchoMode'#7#8'emNormal'#7'Enabled'#9#9'MaxLengt'
|
||||
+'h'#2#255#14'ParentBidiMode'#9#10'ParentFont'#9#14'ParentShowHint'#9#12'Pass'
|
||||
+'wordChar'#6#1#0#8'ReadOnly'#8#7'TabStop'#9#8'TabOrder'#2#5#7'Visible'#9#0#0
|
||||
+#5'TEdit'#18'ProductVersionEdit'#22'AnchorSideLeft.Control'#7#12'CommentsEdi'
|
||||
+'t'#23'AnchorSideRight.Control'#7#22'AdditionalInfoGroupBox'#20'AnchorSideRi'
|
||||
+'ght.Side'#7#9'asrBottom'#4'Left'#3#144#0#6'Height'#2#23#3'Top'#3#184#0#5'Wi'
|
||||
+'dth'#3#229#0#11'HelpContext'#2#0#5'Align'#7#6'alNone'#7'Anchors'#11#6'akLef'
|
||||
+'t'#7'akRight'#0#8'AutoSize'#8#10'AutoSelect'#8#18'BorderSpacing.Left'#2#0#17
|
||||
+'BorderSpacing.Top'#2#0#19'BorderSpacing.Right'#2#6#20'BorderSpacing.Bottom'
|
||||
+#2#0#20'BorderSpacing.Around'#2#0'!BorderSpacing.CellAlignHorizontal'#7#7'cc'
|
||||
+'aFill'#31'BorderSpacing.CellAlignVertical'#7#7'ccaFill'#8'CharCase'#7#8'ecN'
|
||||
+'ormal'#10'DragCursor'#7#6'crDrag'#8'DragMode'#7#8'dmManual'#8'EchoMode'#7#8
|
||||
+'emNormal'#7'Enabled'#9#9'MaxLength'#2#255#14'ParentBidiMode'#9#10'ParentFon'
|
||||
+'t'#9#14'ParentShowHint'#9#12'PasswordChar'#6#1#0#8'ReadOnly'#8#7'TabStop'#9
|
||||
+#8'TabOrder'#2#6#7'Visible'#9#0#0#0#12'TButtonPanel'#11'ButtonPanel'#4'Left'
|
||||
+#2#6#6'Height'#2'0'#3'Top'#3#248#0#5'Width'#3''#1#11'HelpContext'#2#0#5'Ali'
|
||||
+'gn'#7#8'alBottom'#8'AutoSize'#9#11'ButtonOrder'#7#9'boDefault'#8'TabOrder'#2
|
||||
+#1#13'DefaultButton'#7#4'pbOK'#11'ShowButtons'#11#4'pbOK'#8'pbCancel'#0#10'S'
|
||||
+'howGlyphs'#11#4'pbOK'#8'pbCancel'#7'pbClose'#6'pbHelp'#0#7'Visible'#9#0#0#0
|
||||
+'Height'#2#23#3'Top'#3#199#0#5'Width'#3#229#0#7'Anchors'#11#6'akLeft'#7'akRi'
|
||||
+'ght'#0#19'BorderSpacing.Right'#2#6#8'TabOrder'#2#6#0#0#0#12'TButtonPanel'#11
|
||||
+'ButtonPanel'#4'Left'#2#6#6'Height'#2#26#3'Top'#3#8#1#5'Width'#3''#1#8'TabO'
|
||||
+'rder'#2#1#11'ShowButtons'#11#4'pbOK'#8'pbCancel'#0#9'ShowBevel'#8#0#0#0
|
||||
]);
|
||||
|
Loading…
Reference in New Issue
Block a user