mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-18 07:29:30 +02:00
643 lines
18 KiB
Plaintext
643 lines
18 KiB
Plaintext
object RunParamsOptsDlg: TRunParamsOptsDlg
|
|
Left = 443
|
|
Height = 560
|
|
Top = 176
|
|
Width = 531
|
|
BorderIcons = [biSystemMenu]
|
|
Caption = 'RunParamsOptsDlg'
|
|
ClientHeight = 560
|
|
ClientWidth = 531
|
|
Constraints.MinHeight = 450
|
|
Constraints.MinWidth = 400
|
|
Position = poScreenCenter
|
|
LCLVersion = '3.99.0.0'
|
|
OnActivate = FormActivate
|
|
OnClose = FormClose
|
|
OnCreate = FormCreate
|
|
object Notebook: TPageControl
|
|
Left = 0
|
|
Height = 450
|
|
Top = 72
|
|
Width = 531
|
|
ActivePage = GeneralPage
|
|
Align = alClient
|
|
BorderSpacing.Bottom = 6
|
|
TabIndex = 0
|
|
TabOrder = 1
|
|
OnChange = NotebookChange
|
|
object GeneralPage: TTabSheet
|
|
Caption = 'GeneralPage'
|
|
ClientHeight = 422
|
|
ClientWidth = 523
|
|
object ScrollBox1: TScrollBox
|
|
Left = 0
|
|
Height = 422
|
|
Top = 0
|
|
Width = 523
|
|
HorzScrollBar.Page = 293
|
|
VertScrollBar.Page = 418
|
|
Align = alClient
|
|
ClientHeight = 418
|
|
ClientWidth = 502
|
|
TabOrder = 0
|
|
object DisplayGroupBox: TGroupBox
|
|
Left = 6
|
|
Height = 80
|
|
Top = 214
|
|
Width = 490
|
|
Align = alTop
|
|
AutoSize = True
|
|
BorderSpacing.Around = 6
|
|
Caption = 'DisplayGroupBox'
|
|
ClientHeight = 60
|
|
ClientWidth = 486
|
|
TabOrder = 0
|
|
object DisplayEdit: TEdit
|
|
Left = 6
|
|
Height = 23
|
|
Top = 31
|
|
Width = 474
|
|
Align = alTop
|
|
BorderSpacing.Around = 6
|
|
TabOrder = 1
|
|
Text = 'DisplayEdit'
|
|
end
|
|
object UseDisplayCheckBox: TCheckBox
|
|
Left = 6
|
|
Height = 19
|
|
Top = 6
|
|
Width = 474
|
|
Align = alTop
|
|
BorderSpacing.Left = 6
|
|
BorderSpacing.Top = 6
|
|
BorderSpacing.Right = 6
|
|
BorderSpacing.Bottom = 6
|
|
Caption = 'UseDisplayCheckBox'
|
|
TabOrder = 0
|
|
end
|
|
end
|
|
object CmdLineParametersGroupBox: TGroupBox
|
|
Left = 6
|
|
Height = 55
|
|
Top = 67
|
|
Width = 490
|
|
Align = alTop
|
|
AutoSize = True
|
|
BorderSpacing.Around = 6
|
|
Caption = 'CmdLineParametersGroupBox'
|
|
ClientHeight = 35
|
|
ClientWidth = 486
|
|
TabOrder = 1
|
|
object CmdLineParametersComboBox: TComboBox
|
|
Left = 6
|
|
Height = 23
|
|
Top = 6
|
|
Width = 474
|
|
Align = alTop
|
|
BorderSpacing.Around = 6
|
|
ItemHeight = 15
|
|
TabOrder = 0
|
|
Text = 'CmdLineParametersComboBox'
|
|
end
|
|
end
|
|
object UseLaunchingApplicationGroupBox: TGroupBox
|
|
Left = 6
|
|
Height = 80
|
|
Top = 128
|
|
Width = 490
|
|
Align = alTop
|
|
AutoSize = True
|
|
BorderSpacing.Around = 6
|
|
Caption = 'UseLaunchingApplicationGroupBox'
|
|
ClientHeight = 60
|
|
ClientWidth = 486
|
|
TabOrder = 2
|
|
object UseLaunchingApplicationCheckBox: TCheckBox
|
|
Left = 6
|
|
Height = 19
|
|
Top = 6
|
|
Width = 474
|
|
Align = alTop
|
|
BorderSpacing.Left = 6
|
|
BorderSpacing.Top = 6
|
|
BorderSpacing.Right = 6
|
|
BorderSpacing.Bottom = 6
|
|
Caption = 'UseLaunchingApplicationCheckBox'
|
|
TabOrder = 0
|
|
OnChange = UseLaunchingApplicationCheckBoxChange
|
|
end
|
|
object UseLaunchingApplicationComboBox: TComboBox
|
|
Left = 6
|
|
Height = 23
|
|
Top = 31
|
|
Width = 474
|
|
Align = alTop
|
|
BorderSpacing.Around = 6
|
|
ItemHeight = 15
|
|
TabOrder = 1
|
|
Text = 'UseLaunchingApplicationComboBox'
|
|
end
|
|
end
|
|
object HostApplicationGroupBox: TGroupBox
|
|
Left = 6
|
|
Height = 55
|
|
Top = 6
|
|
Width = 490
|
|
Align = alTop
|
|
AutoSize = True
|
|
BorderSpacing.Around = 6
|
|
Caption = 'HostApplicationGroupBox'
|
|
ClientHeight = 35
|
|
ClientWidth = 486
|
|
TabOrder = 3
|
|
object HostApplicationBrowseBtn: TButton
|
|
AnchorSideTop.Control = HostApplicationGroupBox
|
|
AnchorSideRight.Control = HostApplicationGroupBox
|
|
AnchorSideRight.Side = asrBottom
|
|
AnchorSideBottom.Control = HostApplicationEdit
|
|
AnchorSideBottom.Side = asrBottom
|
|
Left = 312
|
|
Height = 23
|
|
Top = 6
|
|
Width = 168
|
|
Anchors = [akTop, akRight, akBottom]
|
|
AutoSize = True
|
|
BorderSpacing.Left = 6
|
|
BorderSpacing.Top = 6
|
|
BorderSpacing.Right = 6
|
|
Caption = 'HostApplicationBrowseBtn'
|
|
TabOrder = 1
|
|
OnClick = HostApplicationBrowseBtnClick
|
|
end
|
|
object HostApplicationEdit: TEdit
|
|
AnchorSideLeft.Control = HostApplicationGroupBox
|
|
AnchorSideTop.Control = HostApplicationGroupBox
|
|
AnchorSideRight.Control = HostApplicationBrowseBtn
|
|
Left = 6
|
|
Height = 23
|
|
Top = 6
|
|
Width = 300
|
|
Anchors = [akTop, akLeft, akRight]
|
|
BorderSpacing.Around = 6
|
|
TabOrder = 0
|
|
Text = 'HostApplicationEdit'
|
|
end
|
|
end
|
|
object WorkingDirectoryGroupBox: TGroupBox
|
|
Left = 6
|
|
Height = 55
|
|
Top = 300
|
|
Width = 490
|
|
Align = alTop
|
|
AutoSize = True
|
|
BorderSpacing.Around = 6
|
|
Caption = 'WorkingDirectoryGroupBox'
|
|
ClientHeight = 35
|
|
ClientWidth = 486
|
|
TabOrder = 4
|
|
object WorkingDirectoryBtn: TButton
|
|
AnchorSideTop.Control = WorkingDirectoryGroupBox
|
|
AnchorSideRight.Control = WorkingDirectoryGroupBox
|
|
AnchorSideRight.Side = asrBottom
|
|
AnchorSideBottom.Control = WorkingDirectoryComboBox
|
|
AnchorSideBottom.Side = asrBottom
|
|
Left = 343
|
|
Height = 23
|
|
Top = 6
|
|
Width = 137
|
|
Anchors = [akTop, akRight, akBottom]
|
|
AutoSize = True
|
|
BorderSpacing.Top = 6
|
|
BorderSpacing.Right = 6
|
|
Caption = 'WorkingDirectoryBtn'
|
|
TabOrder = 1
|
|
OnClick = WorkingDirectoryBtnClick
|
|
end
|
|
object WorkingDirectoryComboBox: TComboBox
|
|
AnchorSideLeft.Control = WorkingDirectoryGroupBox
|
|
AnchorSideTop.Control = WorkingDirectoryGroupBox
|
|
AnchorSideRight.Control = WorkingDirectoryBtn
|
|
Left = 6
|
|
Height = 23
|
|
Top = 6
|
|
Width = 331
|
|
Anchors = [akTop, akLeft, akRight]
|
|
BorderSpacing.Around = 6
|
|
ItemHeight = 15
|
|
TabOrder = 0
|
|
Text = 'WorkingDirectoryComboBox'
|
|
end
|
|
end
|
|
object ConsoleWinSizeGroupBox: TGroupBox
|
|
Left = 0
|
|
Height = 128
|
|
Top = 361
|
|
Width = 502
|
|
Align = alTop
|
|
AutoSize = True
|
|
Caption = 'ConsoleWinSizeGroupBox'
|
|
ClientHeight = 108
|
|
ClientWidth = 498
|
|
TabOrder = 5
|
|
object ConsoleSizePanel: TPanel
|
|
Left = 0
|
|
Height = 93
|
|
Top = 0
|
|
Width = 498
|
|
Align = alClient
|
|
BevelOuter = bvNone
|
|
Caption = '0'
|
|
ChildSizing.LeftRightSpacing = 6
|
|
ChildSizing.TopBottomSpacing = 6
|
|
ChildSizing.HorizontalSpacing = 6
|
|
ChildSizing.VerticalSpacing = 6
|
|
ChildSizing.EnlargeHorizontal = crsHomogenousChildResize
|
|
ChildSizing.ShrinkHorizontal = crsHomogenousChildResize
|
|
ChildSizing.Layout = cclLeftToRightThenTopToBottom
|
|
ChildSizing.ControlsPerLine = 3
|
|
ClientHeight = 93
|
|
ClientWidth = 498
|
|
TabOrder = 0
|
|
object UseConsolePosCheckBox: TCheckBox
|
|
Left = 6
|
|
Height = 23
|
|
Top = 6
|
|
Width = 235
|
|
Caption = 'UseConsolePosCheckBox'
|
|
TabOrder = 0
|
|
OnChange = UseConsolePosCheckBoxChange
|
|
end
|
|
object edConsolePosLeft: TSpinEdit
|
|
Left = 247
|
|
Height = 23
|
|
Top = 6
|
|
Width = 120
|
|
MaxValue = 20000
|
|
TabOrder = 2
|
|
end
|
|
object edConsolePosTop: TSpinEdit
|
|
Left = 373
|
|
Height = 23
|
|
Top = 6
|
|
Width = 119
|
|
MaxValue = 20000
|
|
TabOrder = 1
|
|
end
|
|
object UseConsoleSizeCheckBox: TCheckBox
|
|
Left = 6
|
|
Height = 23
|
|
Top = 35
|
|
Width = 235
|
|
Caption = 'UseConsoleSizeCheckBox'
|
|
TabOrder = 3
|
|
OnChange = UseConsolePosCheckBoxChange
|
|
end
|
|
object edConsoleSizeWidth: TSpinEdit
|
|
Left = 247
|
|
Height = 23
|
|
Top = 35
|
|
Width = 120
|
|
MaxValue = 20000
|
|
TabOrder = 5
|
|
end
|
|
object edConsoleSizeHeight: TSpinEdit
|
|
Left = 373
|
|
Height = 23
|
|
Top = 35
|
|
Width = 119
|
|
MaxValue = 20000
|
|
TabOrder = 4
|
|
end
|
|
object UseConsoleBufferCheckBox: TCheckBox
|
|
Left = 6
|
|
Height = 23
|
|
Top = 64
|
|
Width = 235
|
|
Caption = 'UseConsoleBufferCheckBox'
|
|
TabOrder = 6
|
|
OnChange = UseConsolePosCheckBoxChange
|
|
end
|
|
object edConsoleBufferColumns: TSpinEdit
|
|
Left = 247
|
|
Height = 23
|
|
Top = 64
|
|
Width = 120
|
|
MaxValue = 20000
|
|
TabOrder = 8
|
|
end
|
|
object edConsoleBufferRows: TSpinEdit
|
|
Left = 373
|
|
Height = 23
|
|
Top = 64
|
|
Width = 119
|
|
MaxValue = 20000
|
|
TabOrder = 7
|
|
end
|
|
end
|
|
object ConsoleSizeWarnLabel: TLabel
|
|
Left = 0
|
|
Height = 15
|
|
Top = 93
|
|
Width = 498
|
|
Align = alBottom
|
|
Caption = 'ConsoleSizeWarnLabel'
|
|
Font.Color = clRed
|
|
ParentFont = False
|
|
Visible = False
|
|
end
|
|
end
|
|
end
|
|
end
|
|
object EnvVarsPage: TTabSheet
|
|
Caption = 'EnvVarsPage'
|
|
ClientHeight = 422
|
|
ClientWidth = 523
|
|
OnResize = EnvVarsPageResize
|
|
object IncludeSystemVariablesCheckBox: TCheckBox
|
|
Left = 6
|
|
Height = 19
|
|
Top = 397
|
|
Width = 511
|
|
Align = alBottom
|
|
BorderSpacing.Around = 6
|
|
Caption = 'IncludeSystemVariablesCheckBox'
|
|
Enabled = False
|
|
TabOrder = 2
|
|
end
|
|
object UserOverridesGroupBox: TGroupBox
|
|
AnchorSideLeft.Control = EnvVarsPage
|
|
AnchorSideTop.Side = asrBottom
|
|
AnchorSideRight.Control = EnvVarsPage
|
|
AnchorSideRight.Side = asrBottom
|
|
AnchorSideBottom.Control = IncludeSystemVariablesCheckBox
|
|
Left = 6
|
|
Height = 162
|
|
Top = 229
|
|
Width = 511
|
|
Anchors = [akTop, akLeft, akRight, akBottom]
|
|
BorderSpacing.Around = 6
|
|
Caption = 'UserOverridesGroupBox'
|
|
ClientHeight = 142
|
|
ClientWidth = 507
|
|
TabOrder = 1
|
|
object UserOverridesListView: TListView
|
|
AnchorSideBottom.Control = UserOverridesAddButton
|
|
Left = 6
|
|
Height = 99
|
|
Top = 6
|
|
Width = 495
|
|
Align = alTop
|
|
Anchors = [akTop, akLeft, akRight, akBottom]
|
|
BorderSpacing.Around = 6
|
|
Columns = <
|
|
item
|
|
AutoSize = True
|
|
Caption = 'Caption'
|
|
Width = 57
|
|
end
|
|
item
|
|
AutoSize = True
|
|
Caption = 'Caption'
|
|
Width = 57
|
|
end>
|
|
RowSelect = True
|
|
SortType = stText
|
|
TabOrder = 0
|
|
ViewStyle = vsReport
|
|
OnSelectItem = UserOverridesListViewSelectItem
|
|
end
|
|
object UserOverridesAddButton: TBitBtn
|
|
AnchorSideLeft.Control = UserOverridesGroupBox
|
|
AnchorSideBottom.Control = UserOverridesGroupBox
|
|
AnchorSideBottom.Side = asrBottom
|
|
Left = 6
|
|
Height = 25
|
|
Top = 111
|
|
Width = 157
|
|
Anchors = [akLeft, akBottom]
|
|
AutoSize = True
|
|
BorderSpacing.Around = 6
|
|
Caption = 'UserOverridesAddButton'
|
|
TabOrder = 1
|
|
OnClick = UserOverridesAddButtonClick
|
|
end
|
|
object UserOverridesEditButton: TBitBtn
|
|
AnchorSideLeft.Control = UserOverridesDeleteButton
|
|
AnchorSideLeft.Side = asrBottom
|
|
AnchorSideBottom.Control = UserOverridesGroupBox
|
|
AnchorSideBottom.Side = asrBottom
|
|
Left = 343
|
|
Height = 25
|
|
Top = 111
|
|
Width = 155
|
|
Anchors = [akLeft, akBottom]
|
|
AutoSize = True
|
|
BorderSpacing.Around = 6
|
|
Caption = 'UserOverridesEditButton'
|
|
TabOrder = 3
|
|
OnClick = UserOverridesEditButtonClick
|
|
end
|
|
object UserOverridesDeleteButton: TBitBtn
|
|
AnchorSideLeft.Control = UserOverridesAddButton
|
|
AnchorSideLeft.Side = asrBottom
|
|
AnchorSideBottom.Control = UserOverridesGroupBox
|
|
AnchorSideBottom.Side = asrBottom
|
|
Left = 169
|
|
Height = 25
|
|
Top = 111
|
|
Width = 168
|
|
Anchors = [akLeft, akBottom]
|
|
AutoSize = True
|
|
BorderSpacing.Around = 6
|
|
Caption = 'UserOverridesDeleteButton'
|
|
TabOrder = 2
|
|
OnClick = UserOverridesDeleteButtonClick
|
|
end
|
|
end
|
|
object SystemVariablesGroupBox: TGroupBox
|
|
AnchorSideBottom.Control = UserOverridesGroupBox
|
|
Left = 6
|
|
Height = 217
|
|
Top = 6
|
|
Width = 511
|
|
Align = alTop
|
|
Anchors = [akTop, akLeft, akRight, akBottom]
|
|
BorderSpacing.Around = 6
|
|
Caption = 'SystemVariablesGroupBox'
|
|
ClientHeight = 197
|
|
ClientWidth = 507
|
|
TabOrder = 0
|
|
object SystemVariablesListView: TListView
|
|
Left = 6
|
|
Height = 185
|
|
Top = 6
|
|
Width = 495
|
|
Align = alClient
|
|
BorderSpacing.Around = 6
|
|
Columns = <
|
|
item
|
|
AutoSize = True
|
|
Caption = 'Caption'
|
|
Width = 57
|
|
end
|
|
item
|
|
AutoSize = True
|
|
Caption = 'Caption'
|
|
Width = 57
|
|
end>
|
|
ReadOnly = True
|
|
RowSelect = True
|
|
SortType = stText
|
|
TabOrder = 0
|
|
ViewStyle = vsReport
|
|
end
|
|
end
|
|
end
|
|
object PreviewPage: TTabSheet
|
|
Caption = 'PreviewPage'
|
|
ClientHeight = 422
|
|
ClientWidth = 523
|
|
object PreviewMemo: TMemo
|
|
Left = 0
|
|
Height = 403
|
|
Top = 0
|
|
Width = 523
|
|
Align = alClient
|
|
Lines.Strings = (
|
|
'PreviewMemo'
|
|
)
|
|
TabOrder = 0
|
|
end
|
|
object PreviewMultilineCheckBox: TCheckBox
|
|
Left = 0
|
|
Height = 19
|
|
Top = 403
|
|
Width = 523
|
|
Align = alBottom
|
|
Caption = 'PreviewMultilineCheckBox'
|
|
TabOrder = 1
|
|
OnChange = PreviewMultilineCheckBoxChange
|
|
end
|
|
end
|
|
end
|
|
object ButtonPanel: TButtonPanel
|
|
Left = 6
|
|
Height = 26
|
|
Top = 528
|
|
Width = 519
|
|
OKButton.Name = 'OKButton'
|
|
OKButton.DefaultCaption = True
|
|
OKButton.OnClick = OkButtonClick
|
|
HelpButton.Name = 'HelpButton'
|
|
HelpButton.DefaultCaption = True
|
|
HelpButton.OnClick = HelpButtonClick
|
|
CloseButton.Name = 'CloseButton'
|
|
CloseButton.DefaultCaption = True
|
|
CloseButton.Enabled = False
|
|
CancelButton.Name = 'CancelButton'
|
|
CancelButton.DefaultCaption = True
|
|
TabOrder = 2
|
|
ShowButtons = [pbOK, pbCancel, pbHelp]
|
|
ShowBevel = False
|
|
end
|
|
object Panel1: TPanel
|
|
Left = 10
|
|
Height = 52
|
|
Top = 10
|
|
Width = 511
|
|
Align = alTop
|
|
AutoSize = True
|
|
BorderSpacing.Around = 10
|
|
BevelOuter = bvNone
|
|
ClientHeight = 52
|
|
ClientWidth = 511
|
|
TabOrder = 0
|
|
object ModesLabel: TLabel
|
|
Left = 0
|
|
Height = 15
|
|
Top = 2
|
|
Width = 64
|
|
Caption = 'ModesLabel'
|
|
ParentColor = False
|
|
end
|
|
object ModesComboBox: TComboBox
|
|
AnchorSideLeft.Control = ModesLabel
|
|
AnchorSideLeft.Side = asrBottom
|
|
Left = 73
|
|
Height = 23
|
|
Top = 0
|
|
Width = 217
|
|
BorderSpacing.Left = 9
|
|
ItemHeight = 15
|
|
Style = csDropDownList
|
|
TabOrder = 0
|
|
OnChange = ModesComboBoxChange
|
|
end
|
|
object ToolBar1: TToolBar
|
|
AnchorSideLeft.Control = ModesComboBox
|
|
AnchorSideLeft.Side = asrBottom
|
|
AnchorSideTop.Control = ModesComboBox
|
|
AnchorSideTop.Side = asrCenter
|
|
Left = 296
|
|
Height = 22
|
|
Top = 0
|
|
Width = 47
|
|
Align = alNone
|
|
AutoSize = True
|
|
BorderSpacing.Left = 6
|
|
Caption = 'ToolBar1'
|
|
EdgeBorders = []
|
|
TabOrder = 1
|
|
object NewModeButton: TToolButton
|
|
Left = 1
|
|
Top = 0
|
|
Caption = 'NewModeButton'
|
|
ParentShowHint = False
|
|
ShowCaption = False
|
|
ShowHint = True
|
|
OnClick = NewModeButtonClick
|
|
end
|
|
object DeleteModeButton: TToolButton
|
|
Left = 24
|
|
Top = 0
|
|
Caption = 'DeleteModeButton'
|
|
ParentShowHint = False
|
|
ShowCaption = False
|
|
ShowHint = True
|
|
OnClick = DeleteModeButtonClick
|
|
end
|
|
end
|
|
object SaveInComboBox: TComboBox
|
|
AnchorSideLeft.Control = SaveInLabel
|
|
AnchorSideLeft.Side = asrBottom
|
|
AnchorSideTop.Control = ModesComboBox
|
|
AnchorSideTop.Side = asrBottom
|
|
Left = 71
|
|
Height = 23
|
|
Top = 29
|
|
Width = 169
|
|
BorderSpacing.Left = 9
|
|
BorderSpacing.Top = 6
|
|
ItemHeight = 15
|
|
ItemIndex = 0
|
|
Items.Strings = (
|
|
'LPS'
|
|
'LPI'
|
|
)
|
|
Style = csDropDownList
|
|
TabOrder = 2
|
|
Text = 'LPS'
|
|
end
|
|
object SaveInLabel: TLabel
|
|
AnchorSideTop.Control = SaveInComboBox
|
|
Left = 0
|
|
Height = 15
|
|
Top = 32
|
|
Width = 62
|
|
BorderSpacing.Top = 3
|
|
Caption = 'SaveInLabel'
|
|
ParentColor = False
|
|
end
|
|
end
|
|
end
|