mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-07 07:18:14 +02:00
519 lines
14 KiB
Plaintext
519 lines
14 KiB
Plaintext
object RunParamsOptsDlg: TRunParamsOptsDlg
|
|
Left = 443
|
|
Height = 516
|
|
Top = 176
|
|
Width = 500
|
|
BorderIcons = [biSystemMenu]
|
|
Caption = 'RunParamsOptsDlg'
|
|
ClientHeight = 516
|
|
ClientWidth = 500
|
|
OnClose = FormClose
|
|
OnCreate = FormCreate
|
|
Position = poScreenCenter
|
|
LCLVersion = '2.1.0.0'
|
|
object Notebook: TPageControl
|
|
Left = 0
|
|
Height = 396
|
|
Top = 80
|
|
Width = 500
|
|
ActivePage = GeneralPage
|
|
Align = alClient
|
|
BorderSpacing.Bottom = 6
|
|
TabIndex = 0
|
|
TabOrder = 1
|
|
OnChange = NotebookChange
|
|
object GeneralPage: TTabSheet
|
|
Caption = 'GeneralPage'
|
|
ClientHeight = 367
|
|
ClientWidth = 496
|
|
object DisplayGroupBox: TGroupBox
|
|
Left = 6
|
|
Height = 84
|
|
Top = 220
|
|
Width = 484
|
|
Align = alTop
|
|
AutoSize = True
|
|
BorderSpacing.Around = 6
|
|
Caption = 'DisplayGroupBox'
|
|
ClientHeight = 67
|
|
ClientWidth = 480
|
|
TabOrder = 3
|
|
object DisplayEdit: TEdit
|
|
Left = 6
|
|
Height = 25
|
|
Top = 36
|
|
Width = 468
|
|
Align = alTop
|
|
BorderSpacing.Around = 6
|
|
TabOrder = 1
|
|
Text = 'DisplayEdit'
|
|
end
|
|
object UseDisplayCheckBox: TCheckBox
|
|
Left = 6
|
|
Height = 24
|
|
Top = 6
|
|
Width = 468
|
|
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 = 56
|
|
Top = 66
|
|
Width = 484
|
|
Align = alTop
|
|
AutoSize = True
|
|
BorderSpacing.Around = 6
|
|
Caption = 'CmdLineParametersGroupBox'
|
|
ClientHeight = 39
|
|
ClientWidth = 480
|
|
TabOrder = 1
|
|
object CmdLineParametersComboBox: TComboBox
|
|
Left = 6
|
|
Height = 27
|
|
Top = 6
|
|
Width = 468
|
|
Align = alTop
|
|
BorderSpacing.Around = 6
|
|
ItemHeight = 0
|
|
TabOrder = 0
|
|
Text = 'CmdLineParametersComboBox'
|
|
end
|
|
end
|
|
object UseLaunchingApplicationGroupBox: TGroupBox
|
|
Left = 6
|
|
Height = 86
|
|
Top = 128
|
|
Width = 484
|
|
Align = alTop
|
|
AutoSize = True
|
|
BorderSpacing.Around = 6
|
|
Caption = 'UseLaunchingApplicationGroupBox'
|
|
ClientHeight = 69
|
|
ClientWidth = 480
|
|
TabOrder = 2
|
|
object UseLaunchingApplicationCheckBox: TCheckBox
|
|
Left = 6
|
|
Height = 24
|
|
Top = 6
|
|
Width = 468
|
|
Align = alTop
|
|
BorderSpacing.Left = 6
|
|
BorderSpacing.Top = 6
|
|
BorderSpacing.Right = 6
|
|
BorderSpacing.Bottom = 6
|
|
Caption = 'UseLaunchingApplicationCheckBox'
|
|
OnChange = UseLaunchingApplicationCheckBoxChange
|
|
TabOrder = 0
|
|
end
|
|
object UseLaunchingApplicationComboBox: TComboBox
|
|
Left = 6
|
|
Height = 27
|
|
Top = 36
|
|
Width = 468
|
|
Align = alTop
|
|
BorderSpacing.Around = 6
|
|
ItemHeight = 0
|
|
TabOrder = 1
|
|
Text = 'UseLaunchingApplicationComboBox'
|
|
end
|
|
end
|
|
object HostApplicationGroupBox: TGroupBox
|
|
Left = 6
|
|
Height = 54
|
|
Top = 6
|
|
Width = 484
|
|
Align = alTop
|
|
AutoSize = True
|
|
BorderSpacing.Around = 6
|
|
Caption = 'HostApplicationGroupBox'
|
|
ClientHeight = 37
|
|
ClientWidth = 480
|
|
TabOrder = 0
|
|
object HostApplicationBrowseBtn: TButton
|
|
AnchorSideTop.Control = HostApplicationGroupBox
|
|
AnchorSideRight.Control = HostApplicationGroupBox
|
|
AnchorSideRight.Side = asrBottom
|
|
AnchorSideBottom.Control = HostApplicationEdit
|
|
AnchorSideBottom.Side = asrBottom
|
|
Left = 314
|
|
Height = 25
|
|
Top = 6
|
|
Width = 160
|
|
Anchors = [akTop, akRight, akBottom]
|
|
AutoSize = True
|
|
BorderSpacing.Left = 6
|
|
BorderSpacing.Top = 6
|
|
BorderSpacing.Right = 6
|
|
Caption = 'HostApplicationBrowseBtn'
|
|
OnClick = HostApplicationBrowseBtnClick
|
|
TabOrder = 1
|
|
end
|
|
object HostApplicationEdit: TEdit
|
|
AnchorSideLeft.Control = HostApplicationGroupBox
|
|
AnchorSideTop.Control = HostApplicationGroupBox
|
|
AnchorSideRight.Control = HostApplicationBrowseBtn
|
|
Left = 6
|
|
Height = 25
|
|
Top = 6
|
|
Width = 302
|
|
Anchors = [akTop, akLeft, akRight]
|
|
BorderSpacing.Around = 6
|
|
TabOrder = 0
|
|
Text = 'HostApplicationEdit'
|
|
end
|
|
end
|
|
object WorkingDirectoryGroupBox: TGroupBox
|
|
Left = 6
|
|
Height = 56
|
|
Top = 310
|
|
Width = 484
|
|
Align = alTop
|
|
AutoSize = True
|
|
BorderSpacing.Around = 6
|
|
Caption = 'WorkingDirectoryGroupBox'
|
|
ClientHeight = 39
|
|
ClientWidth = 480
|
|
TabOrder = 4
|
|
object WorkingDirectoryBtn: TButton
|
|
AnchorSideTop.Control = WorkingDirectoryGroupBox
|
|
AnchorSideRight.Control = WorkingDirectoryGroupBox
|
|
AnchorSideRight.Side = asrBottom
|
|
AnchorSideBottom.Control = WorkingDirectoryComboBox
|
|
AnchorSideBottom.Side = asrBottom
|
|
Left = 343
|
|
Height = 27
|
|
Top = 6
|
|
Width = 131
|
|
Anchors = [akTop, akRight, akBottom]
|
|
AutoSize = True
|
|
BorderSpacing.Top = 6
|
|
BorderSpacing.Right = 6
|
|
Caption = 'WorkingDirectoryBtn'
|
|
OnClick = WorkingDirectoryBtnClick
|
|
TabOrder = 1
|
|
end
|
|
object WorkingDirectoryComboBox: TComboBox
|
|
AnchorSideLeft.Control = WorkingDirectoryGroupBox
|
|
AnchorSideTop.Control = WorkingDirectoryGroupBox
|
|
AnchorSideRight.Control = WorkingDirectoryBtn
|
|
Left = 6
|
|
Height = 27
|
|
Top = 6
|
|
Width = 331
|
|
Anchors = [akTop, akLeft, akRight]
|
|
BorderSpacing.Around = 6
|
|
ItemHeight = 0
|
|
TabOrder = 0
|
|
Text = 'WorkingDirectoryComboBox'
|
|
end
|
|
end
|
|
end
|
|
object EnvVarsPage: TTabSheet
|
|
Caption = 'EnvVarsPage'
|
|
ClientHeight = 367
|
|
ClientWidth = 496
|
|
OnResize = EnvVarsPageResize
|
|
object IncludeSystemVariablesCheckBox: TCheckBox
|
|
AnchorSideLeft.Control = EnvVarsPage
|
|
AnchorSideBottom.Control = EnvVarsPage
|
|
Left = 6
|
|
Height = 19
|
|
Top = 339
|
|
Width = 480
|
|
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 = 104
|
|
Top = 229
|
|
Width = 480
|
|
Anchors = [akTop, akLeft, akRight, akBottom]
|
|
BorderSpacing.Around = 6
|
|
Caption = 'UserOverridesGroupBox'
|
|
ClientHeight = 87
|
|
ClientWidth = 476
|
|
TabOrder = 1
|
|
object UserOverridesListView: TListView
|
|
AnchorSideLeft.Control = UserOverridesGroupBox
|
|
AnchorSideTop.Control = UserOverridesGroupBox
|
|
AnchorSideRight.Control = UserOverridesGroupBox
|
|
AnchorSideBottom.Control = UserOverridesAddButton
|
|
Left = 6
|
|
Height = 41
|
|
Top = 6
|
|
Width = 464
|
|
Align = alTop
|
|
Anchors = [akTop, akLeft, akRight, akBottom]
|
|
BorderSpacing.Around = 6
|
|
Columns = <
|
|
item
|
|
AutoSize = True
|
|
Caption = 'Caption'
|
|
Width = 1
|
|
end
|
|
item
|
|
AutoSize = True
|
|
Caption = 'Caption'
|
|
Width = 457
|
|
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 = 53
|
|
Width = 157
|
|
Anchors = [akLeft, akBottom]
|
|
AutoSize = True
|
|
BorderSpacing.Around = 6
|
|
Caption = 'UserOverridesAddButton'
|
|
OnClick = UserOverridesAddButtonClick
|
|
TabOrder = 1
|
|
end
|
|
object UserOverridesEditButton: TBitBtn
|
|
AnchorSideLeft.Control = UserOverridesDeleteButton
|
|
AnchorSideLeft.Side = asrBottom
|
|
AnchorSideBottom.Control = UserOverridesGroupBox
|
|
AnchorSideBottom.Side = asrBottom
|
|
Left = 343
|
|
Height = 25
|
|
Top = 53
|
|
Width = 155
|
|
Anchors = [akLeft, akBottom]
|
|
AutoSize = True
|
|
BorderSpacing.Around = 6
|
|
Caption = 'UserOverridesEditButton'
|
|
OnClick = UserOverridesEditButtonClick
|
|
TabOrder = 3
|
|
end
|
|
object UserOverridesDeleteButton: TBitBtn
|
|
AnchorSideLeft.Control = UserOverridesAddButton
|
|
AnchorSideLeft.Side = asrBottom
|
|
AnchorSideBottom.Control = UserOverridesGroupBox
|
|
AnchorSideBottom.Side = asrBottom
|
|
Left = 169
|
|
Height = 25
|
|
Top = 53
|
|
Width = 168
|
|
Anchors = [akLeft, akBottom]
|
|
AutoSize = True
|
|
BorderSpacing.Around = 6
|
|
Caption = 'UserOverridesDeleteButton'
|
|
OnClick = UserOverridesDeleteButtonClick
|
|
TabOrder = 2
|
|
end
|
|
end
|
|
object SystemVariablesGroupBox: TGroupBox
|
|
AnchorSideBottom.Control = UserOverridesGroupBox
|
|
Left = 6
|
|
Height = 217
|
|
Top = 6
|
|
Width = 480
|
|
Align = alTop
|
|
Anchors = [akTop, akLeft, akRight, akBottom]
|
|
BorderSpacing.Around = 6
|
|
Caption = 'SystemVariablesGroupBox'
|
|
ClientHeight = 200
|
|
ClientWidth = 476
|
|
TabOrder = 0
|
|
object SystemVariablesListView: TListView
|
|
AnchorSideLeft.Control = SystemVariablesGroupBox
|
|
AnchorSideTop.Control = SystemVariablesGroupBox
|
|
AnchorSideRight.Control = SystemVariablesGroupBox
|
|
AnchorSideBottom.Control = SystemVariablesGroupBox
|
|
Left = 6
|
|
Height = 185
|
|
Top = 6
|
|
Width = 464
|
|
Align = alClient
|
|
BorderSpacing.Around = 6
|
|
Columns = <
|
|
item
|
|
AutoSize = True
|
|
Caption = 'Caption'
|
|
Width = 1
|
|
end
|
|
item
|
|
AutoSize = True
|
|
Caption = 'Caption'
|
|
Width = 457
|
|
end>
|
|
ReadOnly = True
|
|
RowSelect = True
|
|
SortType = stText
|
|
TabOrder = 0
|
|
ViewStyle = vsReport
|
|
end
|
|
end
|
|
end
|
|
object PreviewPage: TTabSheet
|
|
Caption = 'PreviewPage'
|
|
ClientHeight = 367
|
|
ClientWidth = 496
|
|
object PreviewMemo: TMemo
|
|
Left = 0
|
|
Height = 343
|
|
Top = 0
|
|
Width = 496
|
|
Align = alClient
|
|
Lines.Strings = (
|
|
'PreviewMemo'
|
|
)
|
|
TabOrder = 0
|
|
end
|
|
object PreviewMultilineCheckBox: TCheckBox
|
|
Left = 0
|
|
Height = 24
|
|
Top = 343
|
|
Width = 496
|
|
Align = alBottom
|
|
Caption = 'PreviewMultilineCheckBox'
|
|
OnChange = PreviewMultilineCheckBoxChange
|
|
TabOrder = 1
|
|
end
|
|
end
|
|
end
|
|
object ButtonPanel: TButtonPanel
|
|
Left = 6
|
|
Height = 28
|
|
Top = 482
|
|
Width = 488
|
|
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 = 60
|
|
Top = 10
|
|
Width = 480
|
|
Align = alTop
|
|
AutoSize = True
|
|
BorderSpacing.Around = 10
|
|
BevelOuter = bvNone
|
|
ClientHeight = 60
|
|
ClientWidth = 480
|
|
TabOrder = 0
|
|
object ModesLabel: TLabel
|
|
Left = 0
|
|
Height = 15
|
|
Top = 2
|
|
Width = 65
|
|
Caption = 'ModesLabel'
|
|
ParentColor = False
|
|
end
|
|
object ModesComboBox: TComboBox
|
|
AnchorSideLeft.Control = ModesLabel
|
|
AnchorSideLeft.Side = asrBottom
|
|
Left = 74
|
|
Height = 29
|
|
Top = 0
|
|
Width = 217
|
|
BorderSpacing.Left = 9
|
|
ItemHeight = 0
|
|
OnChange = ModesComboBoxChange
|
|
Style = csDropDownList
|
|
TabOrder = 0
|
|
end
|
|
object ToolBar1: TToolBar
|
|
AnchorSideLeft.Control = ModesComboBox
|
|
AnchorSideLeft.Side = asrBottom
|
|
AnchorSideTop.Control = ModesComboBox
|
|
AnchorSideTop.Side = asrCenter
|
|
Left = 297
|
|
Height = 22
|
|
Top = 3
|
|
Width = 47
|
|
Align = alNone
|
|
AutoSize = True
|
|
BorderSpacing.Left = 6
|
|
Caption = 'ToolBar1'
|
|
EdgeBorders = []
|
|
TabOrder = 1
|
|
object NewModeButton: TToolButton
|
|
Left = 1
|
|
Top = 0
|
|
Caption = 'NewModeButton'
|
|
OnClick = NewModeButtonClick
|
|
ParentShowHint = False
|
|
ShowCaption = False
|
|
ShowHint = True
|
|
end
|
|
object DeleteModeButton: TToolButton
|
|
Left = 24
|
|
Top = 0
|
|
Caption = 'DeleteModeButton'
|
|
OnClick = DeleteModeButtonClick
|
|
ParentShowHint = False
|
|
ShowCaption = False
|
|
ShowHint = True
|
|
end
|
|
end
|
|
object SaveInComboBox: TComboBox
|
|
AnchorSideLeft.Control = SaveInLabel
|
|
AnchorSideLeft.Side = asrBottom
|
|
AnchorSideTop.Control = ModesComboBox
|
|
AnchorSideTop.Side = asrBottom
|
|
Left = 73
|
|
Height = 25
|
|
Top = 35
|
|
Width = 169
|
|
BorderSpacing.Left = 9
|
|
BorderSpacing.Top = 6
|
|
ItemHeight = 0
|
|
ItemIndex = 0
|
|
Items.Strings = (
|
|
'LPS'
|
|
'LPI'
|
|
)
|
|
Style = csDropDownList
|
|
TabOrder = 2
|
|
Text = 'LPS'
|
|
end
|
|
object SaveInLabel: TLabel
|
|
AnchorSideTop.Control = SaveInComboBox
|
|
Left = 0
|
|
Height = 15
|
|
Top = 38
|
|
Width = 64
|
|
BorderSpacing.Top = 3
|
|
Caption = 'SaveInLabel'
|
|
ParentColor = False
|
|
end
|
|
end
|
|
end
|