mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-05-30 23:22:42 +02:00
962 lines
29 KiB
Plaintext
962 lines
29 KiB
Plaintext
object RunParamsOptsDlg: TRunParamsOptsDlg
|
|
Left = 443
|
|
Height = 501
|
|
Top = 176
|
|
Width = 500
|
|
HelpContext = 0
|
|
ActiveControl = Notebook
|
|
Align = alNone
|
|
AllowDropFiles = False
|
|
AutoScroll = True
|
|
AutoSize = False
|
|
BorderIcons = [biSystemMenu, biMinimize, biMaximize]
|
|
BorderStyle = bsSizeToolWin
|
|
Caption = 'RunParamsOptsDlg'
|
|
ChildSizing.LeftRightSpacing = 0
|
|
ChildSizing.TopBottomSpacing = 0
|
|
ChildSizing.HorizontalSpacing = 0
|
|
ChildSizing.VerticalSpacing = 0
|
|
ChildSizing.ControlsPerLine = 0
|
|
ClientHeight = 501
|
|
ClientWidth = 500
|
|
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 Notebook: TNotebook
|
|
Left = 0
|
|
Height = 447
|
|
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 = 416
|
|
ImageIndex = -1
|
|
ParentFont = True
|
|
ParentShowHint = True
|
|
object DisplayGroupBox: TGroupBox
|
|
Left = 6
|
|
Height = 82
|
|
Top = 232
|
|
Width = 484
|
|
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 = 'DisplayGroupBox'
|
|
ChildSizing.LeftRightSpacing = 0
|
|
ChildSizing.TopBottomSpacing = 0
|
|
ChildSizing.HorizontalSpacing = 0
|
|
ChildSizing.VerticalSpacing = 0
|
|
ChildSizing.ControlsPerLine = 0
|
|
ClientHeight = 63
|
|
ClientWidth = 480
|
|
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 DisplayEdit: TEdit
|
|
Left = 6
|
|
Height = 23
|
|
Top = 34
|
|
Width = 468
|
|
HelpContext = 0
|
|
Align = alTop
|
|
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 = 'DisplayEdit'
|
|
Visible = True
|
|
end
|
|
object UseDisplayCheckBox: TCheckBox
|
|
Left = 6
|
|
Height = 22
|
|
Top = 6
|
|
Width = 468
|
|
HelpContext = 0
|
|
Align = alTop
|
|
AllowGrayed = False
|
|
AutoSize = True
|
|
BorderSpacing.Left = 6
|
|
BorderSpacing.Top = 6
|
|
BorderSpacing.Right = 6
|
|
BorderSpacing.Bottom = 6
|
|
BorderSpacing.Around = 0
|
|
BorderSpacing.CellAlignHorizontal = ccaFill
|
|
BorderSpacing.CellAlignVertical = ccaFill
|
|
Caption = 'UseDisplayCheckBox'
|
|
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 CmdLineParametersGroupBox: TGroupBox
|
|
Left = 6
|
|
Height = 60
|
|
Top = 72
|
|
Width = 484
|
|
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 = 'CmdLineParametersGroupBox'
|
|
ChildSizing.LeftRightSpacing = 0
|
|
ChildSizing.TopBottomSpacing = 0
|
|
ChildSizing.HorizontalSpacing = 0
|
|
ChildSizing.VerticalSpacing = 0
|
|
ChildSizing.ControlsPerLine = 0
|
|
ClientHeight = 41
|
|
ClientWidth = 480
|
|
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 CmdLineParametersComboBox: TComboBox
|
|
Left = 6
|
|
Height = 29
|
|
Top = 6
|
|
Width = 468
|
|
HelpContext = 0
|
|
TabStop = True
|
|
Align = alTop
|
|
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
|
|
ItemWidth = 0
|
|
MaxLength = 0
|
|
ParentBidiMode = True
|
|
ParentColor = False
|
|
ParentCtl3D = True
|
|
ParentFont = True
|
|
ParentShowHint = True
|
|
Sorted = False
|
|
Style = csDropDown
|
|
TabOrder = 0
|
|
Text = 'CmdLineParametersComboBox'
|
|
Visible = True
|
|
end
|
|
end
|
|
object UseLaunchingApplicationGroupBox: TGroupBox
|
|
Left = 6
|
|
Height = 88
|
|
Top = 138
|
|
Width = 484
|
|
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 = 'UseLaunchingApplicationGroupBox'
|
|
ChildSizing.LeftRightSpacing = 0
|
|
ChildSizing.TopBottomSpacing = 0
|
|
ChildSizing.HorizontalSpacing = 0
|
|
ChildSizing.VerticalSpacing = 0
|
|
ChildSizing.ControlsPerLine = 0
|
|
ClientHeight = 69
|
|
ClientWidth = 480
|
|
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 UseLaunchingApplicationCheckBox: TCheckBox
|
|
Left = 6
|
|
Height = 22
|
|
Top = 6
|
|
Width = 468
|
|
HelpContext = 0
|
|
Align = alTop
|
|
AllowGrayed = False
|
|
AutoSize = True
|
|
BorderSpacing.Left = 6
|
|
BorderSpacing.Top = 6
|
|
BorderSpacing.Right = 6
|
|
BorderSpacing.Bottom = 6
|
|
BorderSpacing.Around = 0
|
|
BorderSpacing.CellAlignHorizontal = ccaFill
|
|
BorderSpacing.CellAlignVertical = ccaFill
|
|
Caption = 'UseLaunchingApplicationCheckBox'
|
|
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 UseLaunchingApplicationComboBox: TComboBox
|
|
Left = 6
|
|
Height = 29
|
|
Top = 34
|
|
Width = 468
|
|
HelpContext = 0
|
|
TabStop = True
|
|
Align = alTop
|
|
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
|
|
ItemWidth = 0
|
|
MaxLength = 0
|
|
ParentBidiMode = True
|
|
ParentColor = False
|
|
ParentCtl3D = True
|
|
ParentFont = True
|
|
ParentShowHint = True
|
|
Sorted = False
|
|
Style = csDropDown
|
|
TabOrder = 1
|
|
Text = 'UseLaunchingApplicationComboBox'
|
|
Visible = True
|
|
end
|
|
end
|
|
object HostApplicationGroupBox: TGroupBox
|
|
Left = 6
|
|
Height = 60
|
|
Top = 6
|
|
Width = 484
|
|
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 = 'HostApplicationGroupBox'
|
|
ChildSizing.LeftRightSpacing = 0
|
|
ChildSizing.TopBottomSpacing = 0
|
|
ChildSizing.HorizontalSpacing = 0
|
|
ChildSizing.VerticalSpacing = 0
|
|
ChildSizing.ControlsPerLine = 0
|
|
ClientHeight = 41
|
|
ClientWidth = 480
|
|
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 HostApplicationBrowseBtn: TButton
|
|
AnchorSideTop.Control = HostApplicationGroupBox
|
|
AnchorSideRight.Control = HostApplicationGroupBox
|
|
AnchorSideRight.Side = asrBottom
|
|
AnchorSideBottom.Control = HostApplicationEdit
|
|
AnchorSideBottom.Side = asrBottom
|
|
Left = 294
|
|
Height = 27
|
|
Top = 6
|
|
Width = 180
|
|
HelpContext = 0
|
|
Align = alNone
|
|
Anchors = [akTop, akRight, akBottom]
|
|
AutoSize = True
|
|
BorderSpacing.Left = 6
|
|
BorderSpacing.Top = 6
|
|
BorderSpacing.Right = 6
|
|
BorderSpacing.Bottom = 0
|
|
BorderSpacing.Around = 0
|
|
BorderSpacing.CellAlignHorizontal = ccaFill
|
|
BorderSpacing.CellAlignVertical = ccaFill
|
|
Cancel = False
|
|
Caption = 'HostApplicationBrowseBtn'
|
|
Default = False
|
|
DragCursor = crDrag
|
|
DragMode = dmManual
|
|
Enabled = True
|
|
ParentBidiMode = True
|
|
ModalResult = 0
|
|
OnClick = HostApplicationBrowseBtnClick
|
|
ParentFont = True
|
|
ParentShowHint = True
|
|
TabOrder = 0
|
|
TabStop = True
|
|
Visible = True
|
|
end
|
|
object HostApplicationEdit: TEdit
|
|
AnchorSideLeft.Control = HostApplicationGroupBox
|
|
AnchorSideTop.Control = HostApplicationGroupBox
|
|
AnchorSideRight.Control = HostApplicationBrowseBtn
|
|
Left = 6
|
|
Height = 27
|
|
Top = 6
|
|
Width = 282
|
|
HelpContext = 0
|
|
Align = alNone
|
|
Anchors = [akTop, akLeft, akRight]
|
|
AutoSize = True
|
|
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 = 1
|
|
Text = 'HostApplicationEdit'
|
|
Visible = True
|
|
end
|
|
end
|
|
object WorkingDirectoryGroupBox: TGroupBox
|
|
Left = 6
|
|
Height = 60
|
|
Top = 320
|
|
Width = 484
|
|
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 = 'WorkingDirectoryGroupBox'
|
|
ChildSizing.LeftRightSpacing = 0
|
|
ChildSizing.TopBottomSpacing = 0
|
|
ChildSizing.HorizontalSpacing = 0
|
|
ChildSizing.VerticalSpacing = 0
|
|
ChildSizing.ControlsPerLine = 0
|
|
ClientHeight = 41
|
|
ClientWidth = 480
|
|
Ctl3D = False
|
|
DockSite = False
|
|
DragCursor = crDrag
|
|
DragKind = dkDrag
|
|
DragMode = dmManual
|
|
Enabled = True
|
|
ParentBidiMode = True
|
|
ParentColor = True
|
|
ParentCtl3D = True
|
|
ParentFont = True
|
|
ParentShowHint = True
|
|
TabOrder = 4
|
|
TabStop = False
|
|
Visible = True
|
|
object WorkingDirectoryBtn: TButton
|
|
AnchorSideTop.Control = WorkingDirectoryGroupBox
|
|
AnchorSideRight.Control = WorkingDirectoryGroupBox
|
|
AnchorSideRight.Side = asrBottom
|
|
AnchorSideBottom.Control = WorkingDirectoryComboBox
|
|
AnchorSideBottom.Side = asrBottom
|
|
Left = 333
|
|
Height = 29
|
|
Top = 6
|
|
Width = 141
|
|
HelpContext = 0
|
|
Align = alNone
|
|
Anchors = [akTop, akRight, akBottom]
|
|
AutoSize = True
|
|
BorderSpacing.Left = 0
|
|
BorderSpacing.Top = 6
|
|
BorderSpacing.Right = 6
|
|
BorderSpacing.Bottom = 0
|
|
BorderSpacing.Around = 0
|
|
BorderSpacing.CellAlignHorizontal = ccaFill
|
|
BorderSpacing.CellAlignVertical = ccaFill
|
|
Cancel = False
|
|
Caption = 'WorkingDirectoryBtn'
|
|
Default = False
|
|
DragCursor = crDrag
|
|
DragMode = dmManual
|
|
Enabled = True
|
|
ParentBidiMode = True
|
|
ModalResult = 0
|
|
OnClick = WorkingDirectoryBtnClick
|
|
ParentFont = True
|
|
ParentShowHint = True
|
|
TabOrder = 0
|
|
TabStop = True
|
|
Visible = True
|
|
end
|
|
object WorkingDirectoryComboBox: TComboBox
|
|
AnchorSideLeft.Control = WorkingDirectoryGroupBox
|
|
AnchorSideTop.Control = WorkingDirectoryGroupBox
|
|
AnchorSideRight.Control = WorkingDirectoryBtn
|
|
Left = 6
|
|
Height = 29
|
|
Top = 6
|
|
Width = 321
|
|
HelpContext = 0
|
|
TabStop = True
|
|
Align = alNone
|
|
Anchors = [akTop, akLeft, akRight]
|
|
ArrowKeysTraverseList = True
|
|
AutoComplete = False
|
|
AutoCompleteText = [cbactEndOfLineComplete, cbactSearchAscending]
|
|
AutoDropDown = False
|
|
AutoSelect = False
|
|
AutoSize = True
|
|
BorderSpacing.Left = 0
|
|
BorderSpacing.Top = 0
|
|
BorderSpacing.Right = 0
|
|
BorderSpacing.Bottom = 0
|
|
BorderSpacing.Around = 6
|
|
BorderSpacing.CellAlignHorizontal = ccaFill
|
|
BorderSpacing.CellAlignVertical = ccaFill
|
|
CharCase = ecNormal
|
|
Ctl3D = False
|
|
DragCursor = crDrag
|
|
DragMode = dmManual
|
|
DropDownCount = 8
|
|
Enabled = True
|
|
ItemHeight = 0
|
|
ItemIndex = -1
|
|
ItemWidth = 0
|
|
MaxLength = 0
|
|
ParentBidiMode = True
|
|
ParentColor = False
|
|
ParentCtl3D = True
|
|
ParentFont = True
|
|
ParentShowHint = True
|
|
Sorted = False
|
|
Style = csDropDown
|
|
TabOrder = 1
|
|
Text = 'WorkingDirectoryComboBox'
|
|
Visible = True
|
|
end
|
|
end
|
|
end
|
|
object EnvVarsPage: TPage
|
|
HelpContext = 0
|
|
Caption = 'EnvVarsPage'
|
|
ChildSizing.LeftRightSpacing = 0
|
|
ChildSizing.TopBottomSpacing = 0
|
|
ChildSizing.HorizontalSpacing = 0
|
|
ChildSizing.VerticalSpacing = 0
|
|
ChildSizing.ControlsPerLine = 0
|
|
ClientWidth = 496
|
|
ClientHeight = 416
|
|
ImageIndex = -1
|
|
OnResize = EnvVarsPageResize
|
|
ParentFont = True
|
|
ParentShowHint = True
|
|
object IncludeSystemVariablesCheckBox: TCheckBox
|
|
AnchorSideLeft.Control = EnvVarsPage
|
|
AnchorSideBottom.Control = EnvVarsPage
|
|
AnchorSideBottom.Side = asrBottom
|
|
Left = 6
|
|
Height = 22
|
|
Top = 388
|
|
Width = 484
|
|
HelpContext = 0
|
|
Align = alBottom
|
|
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 = 'IncludeSystemVariablesCheckBox'
|
|
Checked = False
|
|
DragCursor = crDrag
|
|
DragKind = dkDrag
|
|
DragMode = dmManual
|
|
Enabled = False
|
|
ParentColor = True
|
|
ParentFont = True
|
|
ParentShowHint = True
|
|
ParentBidiMode = True
|
|
State = cbUnchecked
|
|
TabOrder = 0
|
|
TabStop = True
|
|
UseOnChange = False
|
|
Visible = True
|
|
end
|
|
object UserOverridesGroupBox: TGroupBox
|
|
AnchorSideLeft.Control = EnvVarsPage
|
|
AnchorSideTop.Side = asrBottom
|
|
AnchorSideRight.Control = EnvVarsPage
|
|
AnchorSideRight.Side = asrBottom
|
|
AnchorSideBottom.Control = IncludeSystemVariablesCheckBox
|
|
Left = 6
|
|
Height = 153
|
|
Top = 229
|
|
Width = 484
|
|
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 = 'UserOverridesGroupBox'
|
|
ChildSizing.LeftRightSpacing = 0
|
|
ChildSizing.TopBottomSpacing = 0
|
|
ChildSizing.HorizontalSpacing = 0
|
|
ChildSizing.VerticalSpacing = 0
|
|
ChildSizing.ControlsPerLine = 0
|
|
ClientHeight = 134
|
|
ClientWidth = 480
|
|
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 UserOverridesListView: TListView
|
|
AnchorSideLeft.Control = UserOverridesGroupBox
|
|
AnchorSideTop.Control = UserOverridesGroupBox
|
|
AnchorSideRight.Control = UserOverridesGroupBox
|
|
AnchorSideRight.Side = asrBottom
|
|
AnchorSideBottom.Control = UserOverridesAddButton
|
|
Left = 6
|
|
Height = 87
|
|
Top = 6
|
|
Width = 468
|
|
HelpContext = 0
|
|
Align = alTop
|
|
Anchors = [akTop, akLeft, akRight, akBottom]
|
|
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 = <
|
|
item
|
|
AutoSize = True
|
|
Caption = 'Caption'
|
|
Width = 59
|
|
end
|
|
item
|
|
AutoSize = True
|
|
Caption = 'Caption'
|
|
Width = 391
|
|
end>
|
|
ColumnClick = True
|
|
DragCursor = crDrag
|
|
DragMode = dmManual
|
|
Enabled = True
|
|
HideSelection = True
|
|
MultiSelect = False
|
|
ParentShowHint = True
|
|
ReadOnly = False
|
|
RowSelect = True
|
|
ScrollBars = ssBoth
|
|
ShowColumnHeaders = True
|
|
SortColumn = 0
|
|
SortType = stText
|
|
TabStop = True
|
|
TabOrder = 0
|
|
ToolTips = True
|
|
Visible = True
|
|
ViewStyle = vsReport
|
|
end
|
|
object UserOverridesAddButton: TBitBtn
|
|
AnchorSideLeft.Control = UserOverridesGroupBox
|
|
AnchorSideBottom.Control = UserOverridesGroupBox
|
|
AnchorSideBottom.Side = asrBottom
|
|
Left = 6
|
|
Height = 29
|
|
Top = 99
|
|
Width = 174
|
|
HelpContext = 0
|
|
Align = alNone
|
|
Anchors = [akLeft, akBottom]
|
|
AutoSize = True
|
|
BorderSpacing.Left = 0
|
|
BorderSpacing.Top = 0
|
|
BorderSpacing.Right = 0
|
|
BorderSpacing.Bottom = 0
|
|
BorderSpacing.Around = 6
|
|
BorderSpacing.CellAlignHorizontal = ccaFill
|
|
BorderSpacing.CellAlignVertical = ccaFill
|
|
Cancel = False
|
|
Caption = 'UserOverridesAddButton'
|
|
Default = False
|
|
Enabled = True
|
|
Kind = bkCustom
|
|
Layout = blGlyphLeft
|
|
Margin = -1
|
|
ModalResult = 0
|
|
NumGlyphs = 0
|
|
OnClick = UserOverridesAddButtonClick
|
|
ParentFont = True
|
|
ParentShowHint = True
|
|
Spacing = 3
|
|
TabOrder = 1
|
|
TabStop = True
|
|
Visible = True
|
|
end
|
|
object UserOverridesEditButton: TBitBtn
|
|
AnchorSideLeft.Control = UserOverridesDeleteButton
|
|
AnchorSideLeft.Side = asrBottom
|
|
AnchorSideBottom.Control = UserOverridesGroupBox
|
|
AnchorSideBottom.Side = asrBottom
|
|
Left = 383
|
|
Height = 29
|
|
Top = 99
|
|
Width = 173
|
|
HelpContext = 0
|
|
Align = alNone
|
|
Anchors = [akLeft, akBottom]
|
|
AutoSize = True
|
|
BorderSpacing.Left = 0
|
|
BorderSpacing.Top = 0
|
|
BorderSpacing.Right = 0
|
|
BorderSpacing.Bottom = 0
|
|
BorderSpacing.Around = 6
|
|
BorderSpacing.CellAlignHorizontal = ccaFill
|
|
BorderSpacing.CellAlignVertical = ccaFill
|
|
Cancel = False
|
|
Caption = 'UserOverridesEditButton'
|
|
Default = False
|
|
Enabled = True
|
|
Kind = bkCustom
|
|
Layout = blGlyphLeft
|
|
Margin = -1
|
|
ModalResult = 0
|
|
NumGlyphs = 0
|
|
OnClick = UserOverridesEditButtonClick
|
|
ParentFont = True
|
|
ParentShowHint = True
|
|
Spacing = 3
|
|
TabOrder = 2
|
|
TabStop = True
|
|
Visible = True
|
|
end
|
|
object UserOverridesDeleteButton: TBitBtn
|
|
AnchorSideLeft.Control = UserOverridesAddButton
|
|
AnchorSideLeft.Side = asrBottom
|
|
AnchorSideBottom.Control = UserOverridesGroupBox
|
|
AnchorSideBottom.Side = asrBottom
|
|
Left = 186
|
|
Height = 29
|
|
Top = 99
|
|
Width = 191
|
|
HelpContext = 0
|
|
Align = alNone
|
|
Anchors = [akLeft, akBottom]
|
|
AutoSize = True
|
|
BorderSpacing.Left = 0
|
|
BorderSpacing.Top = 0
|
|
BorderSpacing.Right = 0
|
|
BorderSpacing.Bottom = 0
|
|
BorderSpacing.Around = 6
|
|
BorderSpacing.CellAlignHorizontal = ccaFill
|
|
BorderSpacing.CellAlignVertical = ccaFill
|
|
Cancel = False
|
|
Caption = 'UserOverridesDeleteButton'
|
|
Default = False
|
|
Enabled = True
|
|
Kind = bkCustom
|
|
Layout = blGlyphLeft
|
|
Margin = -1
|
|
ModalResult = 0
|
|
NumGlyphs = 0
|
|
OnClick = UserOverridesDeleteButtonClick
|
|
ParentFont = True
|
|
ParentShowHint = True
|
|
Spacing = 3
|
|
TabOrder = 3
|
|
TabStop = True
|
|
Visible = True
|
|
end
|
|
end
|
|
object SystemVariablesGroupBox: TGroupBox
|
|
AnchorSideBottom.Control = UserOverridesGroupBox
|
|
Left = 6
|
|
Height = 217
|
|
Top = 6
|
|
Width = 484
|
|
HelpContext = 0
|
|
Align = alTop
|
|
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 = 'SystemVariablesGroupBox'
|
|
ChildSizing.LeftRightSpacing = 0
|
|
ChildSizing.TopBottomSpacing = 0
|
|
ChildSizing.HorizontalSpacing = 0
|
|
ChildSizing.VerticalSpacing = 0
|
|
ChildSizing.ControlsPerLine = 0
|
|
ClientHeight = 198
|
|
ClientWidth = 480
|
|
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 SystemVariablesListView: TListView
|
|
AnchorSideLeft.Control = SystemVariablesGroupBox
|
|
AnchorSideTop.Control = SystemVariablesGroupBox
|
|
AnchorSideRight.Control = SystemVariablesGroupBox
|
|
AnchorSideRight.Side = asrBottom
|
|
AnchorSideBottom.Control = SystemVariablesGroupBox
|
|
AnchorSideBottom.Side = asrBottom
|
|
Left = 6
|
|
Height = 186
|
|
Top = 6
|
|
Width = 468
|
|
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
|
|
BorderWidth = 0
|
|
Checkboxes = False
|
|
Columns = <
|
|
item
|
|
AutoSize = True
|
|
Caption = 'Caption'
|
|
Width = 59
|
|
end
|
|
item
|
|
AutoSize = True
|
|
Caption = 'Caption'
|
|
Width = 391
|
|
end>
|
|
ColumnClick = True
|
|
DragCursor = crDrag
|
|
DragMode = dmManual
|
|
Enabled = True
|
|
HideSelection = True
|
|
MultiSelect = False
|
|
ParentShowHint = True
|
|
ReadOnly = False
|
|
RowSelect = True
|
|
ScrollBars = ssBoth
|
|
ShowColumnHeaders = True
|
|
SortColumn = 0
|
|
SortType = stText
|
|
TabStop = True
|
|
TabOrder = 0
|
|
ToolTips = True
|
|
Visible = True
|
|
ViewStyle = vsReport
|
|
end
|
|
end
|
|
end
|
|
end
|
|
object ButtonPanel: TButtonPanel
|
|
Left = 6
|
|
Height = 48
|
|
Top = 453
|
|
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
|
|
end
|
|
end
|