mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-01 16:00:26 +02:00
parent
d7f3e8f9a2
commit
998b80dcec
@ -4,18 +4,17 @@ object RunParamsOptsDlg: TRunParamsOptsDlg
|
||||
ClientHeight = 450
|
||||
ClientWidth = 500
|
||||
OnResize = FormResize
|
||||
PixelsPerInch = 112
|
||||
PixelsPerInch = 96
|
||||
Position = poScreenCenter
|
||||
HorzScrollBar.Page = 499
|
||||
VertScrollBar.Page = 449
|
||||
Left = 355
|
||||
Left = 454
|
||||
Height = 450
|
||||
Top = 162
|
||||
Top = 176
|
||||
Width = 500
|
||||
object OkButton: TButton
|
||||
Anchors = [akRight, akBottom]
|
||||
AutoSize = True
|
||||
BorderSpacing.OnChange = nil
|
||||
BorderSpacing.Around = 6
|
||||
BorderSpacing.InnerBorder = 2
|
||||
Caption = 'OkButton'
|
||||
@ -30,7 +29,6 @@ object RunParamsOptsDlg: TRunParamsOptsDlg
|
||||
object CancelButton: TButton
|
||||
Anchors = [akRight, akBottom]
|
||||
AutoSize = True
|
||||
BorderSpacing.OnChange = nil
|
||||
BorderSpacing.Around = 6
|
||||
BorderSpacing.InnerBorder = 2
|
||||
Caption = 'CancelButton'
|
||||
@ -44,230 +42,221 @@ object RunParamsOptsDlg: TRunParamsOptsDlg
|
||||
object Notebook: TNotebook
|
||||
Align = alTop
|
||||
Anchors = [akTop, akLeft, akRight, akBottom]
|
||||
BorderSpacing.OnChange = nil
|
||||
PageIndex = 0
|
||||
Height = 408
|
||||
Width = 500
|
||||
object Page1: TPage
|
||||
Caption = 'Page1'
|
||||
ClientWidth = 496
|
||||
ClientHeight = 378
|
||||
Left = 2
|
||||
Height = 378
|
||||
Top = 28
|
||||
Width = 496
|
||||
object CmdLineParametersGroupBox: TGroupBox
|
||||
ClientWidth = 492
|
||||
ClientHeight = 382
|
||||
Height = 382
|
||||
Width = 492
|
||||
object DisplayGroupBox: TGroupBox
|
||||
Align = alTop
|
||||
BorderSpacing.OnChange = nil
|
||||
BorderSpacing.Around = 6
|
||||
Caption = 'DisplayGroupBox'
|
||||
ClientHeight = 54
|
||||
ClientWidth = 476
|
||||
ParentColor = True
|
||||
TabOrder = 3
|
||||
Left = 6
|
||||
Height = 72
|
||||
Top = 259
|
||||
Width = 480
|
||||
object DisplayEdit: TEdit
|
||||
Align = alTop
|
||||
BorderSpacing.OnChange = nil
|
||||
BorderSpacing.Around = 6
|
||||
TabOrder = 0
|
||||
Text = 'DisplayEdit'
|
||||
Left = 6
|
||||
Height = 23
|
||||
Top = 36
|
||||
Width = 464
|
||||
end
|
||||
object UseDisplayCheckBox: TCheckBox
|
||||
Align = alTop
|
||||
BorderSpacing.OnChange = nil
|
||||
BorderSpacing.Left = 6
|
||||
BorderSpacing.Top = 6
|
||||
BorderSpacing.Right = 6
|
||||
BorderSpacing.Bottom = 6
|
||||
Caption = 'UseDisplayCheckBox'
|
||||
TabOrder = 1
|
||||
Left = 6
|
||||
Height = 24
|
||||
Top = 6
|
||||
Width = 464
|
||||
end
|
||||
end
|
||||
object CmdLineParametersGroupBox: TGroupBox
|
||||
Align = alTop
|
||||
BorderSpacing.Around = 6
|
||||
Caption = 'CmdLineParametersGroupBox'
|
||||
ClientHeight = 38
|
||||
ClientWidth = 480
|
||||
ClientHeight = 35
|
||||
ClientWidth = 476
|
||||
ParentColor = True
|
||||
TabOrder = 0
|
||||
Left = 6
|
||||
Height = 55
|
||||
Height = 53
|
||||
Top = 65
|
||||
Width = 484
|
||||
Width = 480
|
||||
object CmdLineParametersEdit: TEdit
|
||||
Align = alTop
|
||||
BorderSpacing.OnChange = nil
|
||||
BorderSpacing.Around = 6
|
||||
TabOrder = 0
|
||||
Text = 'CmdLineParametersEdit'
|
||||
Left = 6
|
||||
Height = 23
|
||||
Top = 6
|
||||
Width = 468
|
||||
Width = 464
|
||||
end
|
||||
end
|
||||
object UseLaunchingApplicationGroupBox: TGroupBox
|
||||
Align = alTop
|
||||
BorderSpacing.OnChange = nil
|
||||
BorderSpacing.Around = 6
|
||||
Caption = 'UseLaunchingApplicationGroupBox'
|
||||
ClientHeight = 53
|
||||
ClientWidth = 480
|
||||
ClientHeight = 52
|
||||
ClientWidth = 476
|
||||
ParentColor = True
|
||||
TabOrder = 1
|
||||
Left = 6
|
||||
Height = 70
|
||||
Top = 126
|
||||
Width = 484
|
||||
Top = 124
|
||||
Width = 480
|
||||
object UseLaunchingApplicationCheckBox: TCheckBox
|
||||
Align = alTop
|
||||
BorderSpacing.OnChange = nil
|
||||
BorderSpacing.Left = 6
|
||||
BorderSpacing.Top = 2
|
||||
BorderSpacing.Top = 6
|
||||
BorderSpacing.Right = 6
|
||||
BorderSpacing.Bottom = 2
|
||||
BorderSpacing.Bottom = 6
|
||||
Caption = 'UseLaunchingApplicationCheckBox'
|
||||
TabOrder = 0
|
||||
Left = 6
|
||||
Height = 24
|
||||
Top = 2
|
||||
Width = 468
|
||||
Top = 6
|
||||
Width = 464
|
||||
end
|
||||
object UseLaunchingApplicationComboBox: TComboBox
|
||||
Align = alTop
|
||||
BorderSpacing.OnChange = nil
|
||||
BorderSpacing.Around = 2
|
||||
Anchors = [akTop]
|
||||
BorderSpacing.Around = 6
|
||||
MaxLength = 0
|
||||
TabOrder = 1
|
||||
Text = 'UseLaunchingApplicationComboBox'
|
||||
Left = 2
|
||||
Left = 6
|
||||
Height = 21
|
||||
Top = 28
|
||||
Width = 476
|
||||
Top = 36
|
||||
Width = 464
|
||||
end
|
||||
end
|
||||
object HostApplicationGroupBox: TGroupBox
|
||||
Align = alTop
|
||||
BorderSpacing.OnChange = nil
|
||||
BorderSpacing.Around = 6
|
||||
Caption = 'HostApplicationGroupBox'
|
||||
ClientHeight = 36
|
||||
ClientWidth = 480
|
||||
ClientHeight = 35
|
||||
ClientWidth = 476
|
||||
ParentColor = True
|
||||
TabOrder = 2
|
||||
Left = 6
|
||||
Height = 53
|
||||
Top = 6
|
||||
Width = 484
|
||||
Width = 480
|
||||
object HostApplicationBrowseBtn: TButton
|
||||
Align = alRight
|
||||
BorderSpacing.OnChange = nil
|
||||
BorderSpacing.Around = 6
|
||||
BorderSpacing.InnerBorder = 2
|
||||
Caption = 'HostApplicationBrowseBtn'
|
||||
OnClick = HostApplicationBrowseBtnClick
|
||||
TabOrder = 0
|
||||
Left = 451
|
||||
Height = 24
|
||||
Left = 447
|
||||
Height = 23
|
||||
Top = 6
|
||||
Width = 23
|
||||
end
|
||||
object HostApplicationEdit: TEdit
|
||||
Align = alClient
|
||||
BorderSpacing.OnChange = nil
|
||||
BorderSpacing.Around = 6
|
||||
TabOrder = 1
|
||||
Text = 'HostApplicationEdit'
|
||||
Left = 6
|
||||
Height = 24
|
||||
Top = 6
|
||||
Width = 439
|
||||
end
|
||||
end
|
||||
object DisplayGroupBox: TGroupBox
|
||||
Align = alTop
|
||||
BorderSpacing.Around = 6
|
||||
Caption = 'DisplayGroupBox'
|
||||
ClientHeight = 54
|
||||
ClientWidth = 480
|
||||
ParentColor = True
|
||||
TabOrder = 3
|
||||
Left = 6
|
||||
Height = 71
|
||||
Top = 261
|
||||
Width = 484
|
||||
object DisplayEdit: TEdit
|
||||
Align = alTop
|
||||
BorderSpacing.Around = 2
|
||||
TabOrder = 0
|
||||
Text = 'DisplayEdit'
|
||||
Left = 2
|
||||
Height = 23
|
||||
Top = 27
|
||||
Width = 476
|
||||
end
|
||||
object UseDisplayCheckBox: TCheckBox
|
||||
Align = alTop
|
||||
BorderSpacing.Left = 6
|
||||
BorderSpacing.Top = 1
|
||||
BorderSpacing.Right = 6
|
||||
BorderSpacing.Bottom = 1
|
||||
Caption = 'UseDisplayCheckBox'
|
||||
TabOrder = 1
|
||||
Left = 6
|
||||
Height = 24
|
||||
Top = 1
|
||||
Width = 468
|
||||
Top = 6
|
||||
Width = 435
|
||||
end
|
||||
end
|
||||
object WorkingDirectoryGroupBox: TGroupBox
|
||||
Align = alTop
|
||||
BorderSpacing.OnChange = nil
|
||||
BorderSpacing.Around = 6
|
||||
Caption = 'WorkingDirectoryGroupBox'
|
||||
ClientHeight = 36
|
||||
ClientWidth = 480
|
||||
ClientHeight = 35
|
||||
ClientWidth = 476
|
||||
ParentColor = True
|
||||
TabOrder = 4
|
||||
Left = 6
|
||||
Height = 53
|
||||
Top = 202
|
||||
Width = 484
|
||||
Top = 200
|
||||
Width = 480
|
||||
object WorkingDirectoryBtn: TButton
|
||||
Align = alRight
|
||||
BorderSpacing.OnChange = nil
|
||||
BorderSpacing.Around = 6
|
||||
BorderSpacing.InnerBorder = 2
|
||||
Caption = 'WorkingDirectoryBtn'
|
||||
OnClick = WorkingDirectoryBtnClick
|
||||
TabOrder = 0
|
||||
Left = 451
|
||||
Height = 24
|
||||
Left = 447
|
||||
Height = 23
|
||||
Top = 6
|
||||
Width = 23
|
||||
end
|
||||
object WorkingDirectoryEdit: TEdit
|
||||
Align = alClient
|
||||
BorderSpacing.OnChange = nil
|
||||
BorderSpacing.Around = 6
|
||||
TabOrder = 1
|
||||
Text = 'WorkingDirectoryEdit'
|
||||
Left = 6
|
||||
Height = 24
|
||||
Height = 23
|
||||
Top = 6
|
||||
Width = 439
|
||||
Width = 435
|
||||
end
|
||||
end
|
||||
end
|
||||
object Page2: TPage
|
||||
Caption = 'Page2'
|
||||
ClientWidth = 496
|
||||
ClientHeight = 378
|
||||
Left = 2
|
||||
Height = 378
|
||||
Top = 28
|
||||
Width = 496
|
||||
ClientWidth = 492
|
||||
ClientHeight = 382
|
||||
Height = 382
|
||||
Width = 492
|
||||
object IncludeSystemVariablesCheckBox: TCheckBox
|
||||
Align = alBottom
|
||||
BorderSpacing.OnChange = nil
|
||||
BorderSpacing.Around = 6
|
||||
Caption = 'IncludeSystemVariablesCheckBox'
|
||||
Enabled = False
|
||||
TabOrder = 0
|
||||
Left = 6
|
||||
Height = 24
|
||||
Top = 348
|
||||
Width = 484
|
||||
Top = 352
|
||||
Width = 480
|
||||
end
|
||||
object UserOverridesGroupBox: TGroupBox
|
||||
Align = alBottom
|
||||
BorderSpacing.OnChange = nil
|
||||
BorderSpacing.Around = 6
|
||||
Caption = 'UserOverridesGroupBox'
|
||||
ClientHeight = 144
|
||||
ClientWidth = 480
|
||||
ClientHeight = 143
|
||||
ClientWidth = 476
|
||||
ParentColor = True
|
||||
TabOrder = 1
|
||||
Left = 6
|
||||
Height = 161
|
||||
Top = 181
|
||||
Width = 484
|
||||
Top = 185
|
||||
Width = 480
|
||||
object UserOverridesAddButton: TButton
|
||||
Anchors = [akLeft, akBottom]
|
||||
AutoSize = True
|
||||
BorderSpacing.OnChange = nil
|
||||
BorderSpacing.Around = 6
|
||||
BorderSpacing.InnerBorder = 2
|
||||
Caption = 'UserOverridesAddButton'
|
||||
@ -275,13 +264,12 @@ object RunParamsOptsDlg: TRunParamsOptsDlg
|
||||
TabOrder = 0
|
||||
Left = 6
|
||||
Height = 25
|
||||
Top = 111
|
||||
Top = 110
|
||||
Width = 62
|
||||
end
|
||||
object UserOverridesEditButton: TButton
|
||||
Anchors = [akLeft, akBottom]
|
||||
AutoSize = True
|
||||
BorderSpacing.OnChange = nil
|
||||
BorderSpacing.Around = 6
|
||||
BorderSpacing.InnerBorder = 2
|
||||
Caption = 'UserOverridesEditButton'
|
||||
@ -290,13 +278,12 @@ object RunParamsOptsDlg: TRunParamsOptsDlg
|
||||
AnchorSideLeft.Control = UserOverridesAddButton
|
||||
Left = 74
|
||||
Height = 25
|
||||
Top = 111
|
||||
Top = 110
|
||||
Width = 62
|
||||
end
|
||||
object UserOverridesDeleteButton: TButton
|
||||
Anchors = [akLeft, akBottom]
|
||||
AutoSize = True
|
||||
BorderSpacing.OnChange = nil
|
||||
BorderSpacing.Around = 6
|
||||
BorderSpacing.InnerBorder = 2
|
||||
Caption = 'UserOverridesDeleteButton'
|
||||
@ -305,13 +292,12 @@ object RunParamsOptsDlg: TRunParamsOptsDlg
|
||||
AnchorSideLeft.Control = UserOverridesEditButton
|
||||
Left = 142
|
||||
Height = 25
|
||||
Top = 111
|
||||
Top = 110
|
||||
Width = 62
|
||||
end
|
||||
object UserOverridesListView: TListView
|
||||
Align = alTop
|
||||
Anchors = [akTop, akLeft, akRight, akBottom]
|
||||
BorderSpacing.OnChange = nil
|
||||
BorderSpacing.Around = 6
|
||||
Columns = <
|
||||
item
|
||||
@ -328,27 +314,25 @@ object RunParamsOptsDlg: TRunParamsOptsDlg
|
||||
SortType = stText
|
||||
ViewStyle = vsReport
|
||||
Left = 6
|
||||
Height = 97
|
||||
Height = 96
|
||||
Top = 6
|
||||
Width = 468
|
||||
Width = 464
|
||||
end
|
||||
end
|
||||
object SystemVariablesGroupBox: TGroupBox
|
||||
Align = alClient
|
||||
BorderSpacing.OnChange = nil
|
||||
BorderSpacing.Around = 6
|
||||
Caption = 'SystemVariablesGroupBox'
|
||||
ClientHeight = 152
|
||||
ClientWidth = 480
|
||||
ClientHeight = 155
|
||||
ClientWidth = 476
|
||||
ParentColor = True
|
||||
TabOrder = 2
|
||||
Left = 6
|
||||
Height = 169
|
||||
Height = 173
|
||||
Top = 6
|
||||
Width = 484
|
||||
Width = 480
|
||||
object SystemVariablesListView: TListView
|
||||
Align = alClient
|
||||
BorderSpacing.OnChange = nil
|
||||
BorderSpacing.Around = 6
|
||||
Columns = <
|
||||
item
|
||||
@ -365,9 +349,9 @@ object RunParamsOptsDlg: TRunParamsOptsDlg
|
||||
SortType = stText
|
||||
ViewStyle = vsReport
|
||||
Left = 6
|
||||
Height = 140
|
||||
Height = 143
|
||||
Top = 6
|
||||
Width = 468
|
||||
Width = 464
|
||||
end
|
||||
end
|
||||
end
|
||||
|
@ -3,110 +3,104 @@
|
||||
LazarusResources.Add('TRunParamsOptsDlg','FORMDATA',[
|
||||
'TPF0'#17'TRunParamsOptsDlg'#16'RunParamsOptsDlg'#11'BorderStyle'#7#13'bsSize'
|
||||
+'ToolWin'#7'Caption'#6#16'RunParamsOptsDlg'#12'ClientHeight'#3#194#1#11'Clie'
|
||||
+'ntWidth'#3#244#1#8'OnResize'#7#10'FormResize'#13'PixelsPerInch'#2'p'#8'Posi'
|
||||
+'ntWidth'#3#244#1#8'OnResize'#7#10'FormResize'#13'PixelsPerInch'#2'`'#8'Posi'
|
||||
+'tion'#7#14'poScreenCenter'#18'HorzScrollBar.Page'#3#243#1#18'VertScrollBar.'
|
||||
+'Page'#3#193#1#4'Left'#3'c'#1#6'Height'#3#194#1#3'Top'#3#162#0#5'Width'#3#244
|
||||
+#1#0#7'TButton'#8'OkButton'#7'Anchors'#11#7'akRight'#8'akBottom'#0#8'AutoSiz'
|
||||
+'e'#9#22'BorderSpacing.OnChange'#13#20'BorderSpacing.Around'#2#6#25'BorderSp'
|
||||
+'acing.InnerBorder'#2#2#7'Caption'#6#8'OkButton'#7'OnClick'#7#13'OkButtonCli'
|
||||
+'ck'#8'TabOrder'#2#0#23'AnchorSideRight.Control'#7#12'CancelButton'#4'Left'#3
|
||||
+'P'#1#6'Height'#2#26#3'Top'#3#162#1#5'Width'#2'='#0#0#7'TButton'#12'CancelBu'
|
||||
+'tton'#7'Anchors'#11#7'akRight'#8'akBottom'#0#8'AutoSize'#9#22'BorderSpacing'
|
||||
+'.OnChange'#13#20'BorderSpacing.Around'#2#6#25'BorderSpacing.InnerBorder'#2#2
|
||||
+#7'Caption'#6#12'CancelButton'#11'ModalResult'#2#2#8'TabOrder'#2#1#4'Left'#3
|
||||
+#147#1#6'Height'#2#26#3'Top'#3#162#1#5'Width'#2'U'#0#0#9'TNotebook'#8'Notebo'
|
||||
+'ok'#5'Align'#7#5'alTop'#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#8'akBot'
|
||||
+'tom'#0#22'BorderSpacing.OnChange'#13#9'PageIndex'#2#0#6'Height'#3#152#1#5'W'
|
||||
+'idth'#3#244#1#0#5'TPage'#5'Page1'#7'Caption'#6#5'Page1'#11'ClientWidth'#3
|
||||
+#240#1#12'ClientHeight'#3'z'#1#4'Left'#2#2#6'Height'#3'z'#1#3'Top'#2#28#5'Wi'
|
||||
+'dth'#3#240#1#0#9'TGroupBox'#25'CmdLineParametersGroupBox'#5'Align'#7#5'alTo'
|
||||
+'p'#22'BorderSpacing.OnChange'#13#20'BorderSpacing.Around'#2#6#7'Caption'#6
|
||||
+#25'CmdLineParametersGroupBox'#12'ClientHeight'#2'&'#11'ClientWidth'#3#224#1
|
||||
+#11'ParentColor'#9#8'TabOrder'#2#0#4'Left'#2#6#6'Height'#2'7'#3'Top'#2'A'#5
|
||||
+'Width'#3#228#1#0#5'TEdit'#21'CmdLineParametersEdit'#5'Align'#7#5'alTop'#22
|
||||
+'BorderSpacing.OnChange'#13#20'BorderSpacing.Around'#2#6#8'TabOrder'#2#0#4'T'
|
||||
+'ext'#6#21'CmdLineParametersEdit'#4'Left'#2#6#6'Height'#2#23#3'Top'#2#6#5'Wi'
|
||||
+'dth'#3#212#1#0#0#0#9'TGroupBox'#31'UseLaunchingApplicationGroupBox'#5'Align'
|
||||
+#7#5'alTop'#22'BorderSpacing.OnChange'#13#20'BorderSpacing.Around'#2#6#7'Cap'
|
||||
+'tion'#6#31'UseLaunchingApplicationGroupBox'#12'ClientHeight'#2'5'#11'Client'
|
||||
+'Width'#3#224#1#11'ParentColor'#9#8'TabOrder'#2#1#4'Left'#2#6#6'Height'#2'F'
|
||||
+#3'Top'#2'~'#5'Width'#3#228#1#0#9'TCheckBox'#31'UseLaunchingApplicationCheck'
|
||||
+'Box'#5'Align'#7#5'alTop'#22'BorderSpacing.OnChange'#13#18'BorderSpacing.Lef'
|
||||
+'t'#2#6#17'BorderSpacing.Top'#2#2#19'BorderSpacing.Right'#2#6#20'BorderSpaci'
|
||||
+'ng.Bottom'#2#2#7'Caption'#6#31'UseLaunchingApplicationCheckBox'#8'TabOrder'
|
||||
+#2#0#4'Left'#2#6#6'Height'#2#24#3'Top'#2#2#5'Width'#3#212#1#0#0#9'TComboBox'
|
||||
+#31'UseLaunchingApplicationComboBox'#5'Align'#7#5'alTop'#22'BorderSpacing.On'
|
||||
+'Change'#13#20'BorderSpacing.Around'#2#2#9'MaxLength'#2#0#8'TabOrder'#2#1#4
|
||||
+'Text'#6#31'UseLaunchingApplicationComboBox'#4'Left'#2#2#6'Height'#2#21#3'To'
|
||||
+'p'#2#28#5'Width'#3#220#1#0#0#0#9'TGroupBox'#23'HostApplicationGroupBox'#5'A'
|
||||
+'lign'#7#5'alTop'#20'BorderSpacing.Around'#2#6#7'Caption'#6#23'HostApplicati'
|
||||
+'onGroupBox'#12'ClientHeight'#2'$'#11'ClientWidth'#3#224#1#11'ParentColor'#9
|
||||
+#8'TabOrder'#2#2#4'Left'#2#6#6'Height'#2'5'#3'Top'#2#6#5'Width'#3#228#1#0#7
|
||||
+'TButton'#24'HostApplicationBrowseBtn'#5'Align'#7#7'alRight'#20'BorderSpacin'
|
||||
+'g.Around'#2#6#25'BorderSpacing.InnerBorder'#2#2#7'Caption'#6#24'HostApplica'
|
||||
+'tionBrowseBtn'#7'OnClick'#7#29'HostApplicationBrowseBtnClick'#8'TabOrder'#2
|
||||
+#0#4'Left'#3#195#1#6'Height'#2#24#3'Top'#2#6#5'Width'#2#23#0#0#5'TEdit'#19'H'
|
||||
+'ostApplicationEdit'#5'Align'#7#8'alClient'#20'BorderSpacing.Around'#2#6#8'T'
|
||||
+'abOrder'#2#1#4'Text'#6#19'HostApplicationEdit'#4'Left'#2#6#6'Height'#2#24#3
|
||||
+'Top'#2#6#5'Width'#3#183#1#0#0#0#9'TGroupBox'#15'DisplayGroupBox'#5'Align'#7
|
||||
+#5'alTop'#20'BorderSpacing.Around'#2#6#7'Caption'#6#15'DisplayGroupBox'#12'C'
|
||||
+'lientHeight'#2'6'#11'ClientWidth'#3#224#1#11'ParentColor'#9#8'TabOrder'#2#3
|
||||
+#4'Left'#2#6#6'Height'#2'G'#3'Top'#3#5#1#5'Width'#3#228#1#0#5'TEdit'#11'Disp'
|
||||
+'layEdit'#5'Align'#7#5'alTop'#20'BorderSpacing.Around'#2#2#8'TabOrder'#2#0#4
|
||||
+'Text'#6#11'DisplayEdit'#4'Left'#2#2#6'Height'#2#23#3'Top'#2#27#5'Width'#3
|
||||
+#220#1#0#0#9'TCheckBox'#18'UseDisplayCheckBox'#5'Align'#7#5'alTop'#18'Border'
|
||||
+'Spacing.Left'#2#6#17'BorderSpacing.Top'#2#1#19'BorderSpacing.Right'#2#6#20
|
||||
+'BorderSpacing.Bottom'#2#1#7'Caption'#6#18'UseDisplayCheckBox'#8'TabOrder'#2
|
||||
+#1#4'Left'#2#6#6'Height'#2#24#3'Top'#2#1#5'Width'#3#212#1#0#0#0#9'TGroupBox'
|
||||
+#24'WorkingDirectoryGroupBox'#5'Align'#7#5'alTop'#22'BorderSpacing.OnChange'
|
||||
+#13#20'BorderSpacing.Around'#2#6#7'Caption'#6#24'WorkingDirectoryGroupBox'#12
|
||||
+'ClientHeight'#2'$'#11'ClientWidth'#3#224#1#11'ParentColor'#9#8'TabOrder'#2#4
|
||||
+#4'Left'#2#6#6'Height'#2'5'#3'Top'#3#202#0#5'Width'#3#228#1#0#7'TButton'#19
|
||||
+'WorkingDirectoryBtn'#5'Align'#7#7'alRight'#22'BorderSpacing.OnChange'#13#20
|
||||
+'BorderSpacing.Around'#2#6#25'BorderSpacing.InnerBorder'#2#2#7'Caption'#6#19
|
||||
+'WorkingDirectoryBtn'#7'OnClick'#7#24'WorkingDirectoryBtnClick'#8'TabOrder'#2
|
||||
,#0#4'Left'#3#195#1#6'Height'#2#24#3'Top'#2#6#5'Width'#2#23#0#0#5'TEdit'#20'W'
|
||||
+'orkingDirectoryEdit'#5'Align'#7#8'alClient'#22'BorderSpacing.OnChange'#13#20
|
||||
+'BorderSpacing.Around'#2#6#8'TabOrder'#2#1#4'Text'#6#20'WorkingDirectoryEdit'
|
||||
+#4'Left'#2#6#6'Height'#2#24#3'Top'#2#6#5'Width'#3#183#1#0#0#0#0#5'TPage'#5'P'
|
||||
+'age2'#7'Caption'#6#5'Page2'#11'ClientWidth'#3#240#1#12'ClientHeight'#3'z'#1
|
||||
+#4'Left'#2#2#6'Height'#3'z'#1#3'Top'#2#28#5'Width'#3#240#1#0#9'TCheckBox'#30
|
||||
+'IncludeSystemVariablesCheckBox'#5'Align'#7#8'alBottom'#22'BorderSpacing.OnC'
|
||||
+'hange'#13#20'BorderSpacing.Around'#2#6#7'Caption'#6#30'IncludeSystemVariabl'
|
||||
+'esCheckBox'#7'Enabled'#8#8'TabOrder'#2#0#4'Left'#2#6#6'Height'#2#24#3'Top'#3
|
||||
+'\'#1#5'Width'#3#228#1#0#0#9'TGroupBox'#21'UserOverridesGroupBox'#5'Align'#7
|
||||
+#8'alBottom'#22'BorderSpacing.OnChange'#13#20'BorderSpacing.Around'#2#6#7'Ca'
|
||||
+'ption'#6#21'UserOverridesGroupBox'#12'ClientHeight'#3#144#0#11'ClientWidth'
|
||||
+#3#224#1#11'ParentColor'#9#8'TabOrder'#2#1#4'Left'#2#6#6'Height'#3#161#0#3'T'
|
||||
+'op'#3#181#0#5'Width'#3#228#1#0#7'TButton'#22'UserOverridesAddButton'#7'Anch'
|
||||
+'ors'#11#6'akLeft'#8'akBottom'#0#8'AutoSize'#9#22'BorderSpacing.OnChange'#13
|
||||
+#20'BorderSpacing.Around'#2#6#25'BorderSpacing.InnerBorder'#2#2#7'Caption'#6
|
||||
+#22'UserOverridesAddButton'#7'OnClick'#7#27'UserOverridesAddButtonClick'#8'T'
|
||||
+'abOrder'#2#0#4'Left'#2#6#6'Height'#2#25#3'Top'#2'o'#5'Width'#2'>'#0#0#7'TBu'
|
||||
+'tton'#23'UserOverridesEditButton'#7'Anchors'#11#6'akLeft'#8'akBottom'#0#8'A'
|
||||
+'utoSize'#9#22'BorderSpacing.OnChange'#13#20'BorderSpacing.Around'#2#6#25'Bo'
|
||||
+'rderSpacing.InnerBorder'#2#2#7'Caption'#6#23'UserOverridesEditButton'#7'OnC'
|
||||
+'lick'#7#28'UserOverridesEditButtonClick'#8'TabOrder'#2#1#22'AnchorSideLeft.'
|
||||
+'Control'#7#22'UserOverridesAddButton'#4'Left'#2'J'#6'Height'#2#25#3'Top'#2
|
||||
+'o'#5'Width'#2'>'#0#0#7'TButton'#25'UserOverridesDeleteButton'#7'Anchors'#11
|
||||
+#6'akLeft'#8'akBottom'#0#8'AutoSize'#9#22'BorderSpacing.OnChange'#13#20'Bord'
|
||||
+'erSpacing.Around'#2#6#25'BorderSpacing.InnerBorder'#2#2#7'Caption'#6#25'Use'
|
||||
+'rOverridesDeleteButton'#7'OnClick'#7#30'UserOverridesDeleteButtonClick'#8'T'
|
||||
+'abOrder'#2#2#22'AnchorSideLeft.Control'#7#23'UserOverridesEditButton'#4'Lef'
|
||||
+'t'#3#142#0#6'Height'#2#25#3'Top'#2'o'#5'Width'#2'>'#0#0#9'TListView'#21'Use'
|
||||
+'rOverridesListView'#5'Align'#7#5'alTop'#7'Anchors'#11#5'akTop'#6'akLeft'#7
|
||||
+'akRight'#8'akBottom'#0#22'BorderSpacing.OnChange'#13#20'BorderSpacing.Aroun'
|
||||
+'d'#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'#2'*'#0#0#9'RowSelect'#9#8
|
||||
+'SortType'#7#6'stText'#9'ViewStyle'#7#8'vsReport'#4'Left'#2#6#6'Height'#2'a'
|
||||
+#3'Top'#2#6#5'Width'#3#212#1#0#0#0#9'TGroupBox'#23'SystemVariablesGroupBox'#5
|
||||
+'Align'#7#8'alClient'#22'BorderSpacing.OnChange'#13#20'BorderSpacing.Around'
|
||||
+#2#6#7'Caption'#6#23'SystemVariablesGroupBox'#12'ClientHeight'#3#152#0#11'Cl'
|
||||
+'ientWidth'#3#224#1#11'ParentColor'#9#8'TabOrder'#2#2#4'Left'#2#6#6'Height'#3
|
||||
+#169#0#3'Top'#2#6#5'Width'#3#228#1#0#9'TListView'#23'SystemVariablesListView'
|
||||
+#5'Align'#7#8'alClient'#22'BorderSpacing.OnChange'#13#20'BorderSpacing.Aroun'
|
||||
+'d'#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'#2'*'#0#0#9'RowSelect'#9#8
|
||||
+'SortType'#7#6'stText'#9'ViewStyle'#7#8'vsReport'#4'Left'#2#6#6'Height'#3#140
|
||||
+#0#3'Top'#2#6#5'Width'#3#212#1#0#0#0#0#0#0
|
||||
+'Page'#3#193#1#4'Left'#3#198#1#6'Height'#3#194#1#3'Top'#3#176#0#5'Width'#3
|
||||
+#244#1#0#7'TButton'#8'OkButton'#7'Anchors'#11#7'akRight'#8'akBottom'#0#8'Aut'
|
||||
+'oSize'#9#20'BorderSpacing.Around'#2#6#25'BorderSpacing.InnerBorder'#2#2#7'C'
|
||||
+'aption'#6#8'OkButton'#7'OnClick'#7#13'OkButtonClick'#8'TabOrder'#2#0#23'Anc'
|
||||
+'horSideRight.Control'#7#12'CancelButton'#4'Left'#3'P'#1#6'Height'#2#26#3'To'
|
||||
+'p'#3#162#1#5'Width'#2'='#0#0#7'TButton'#12'CancelButton'#7'Anchors'#11#7'ak'
|
||||
+'Right'#8'akBottom'#0#8'AutoSize'#9#20'BorderSpacing.Around'#2#6#25'BorderSp'
|
||||
+'acing.InnerBorder'#2#2#7'Caption'#6#12'CancelButton'#11'ModalResult'#2#2#8
|
||||
+'TabOrder'#2#1#4'Left'#3#147#1#6'Height'#2#26#3'Top'#3#162#1#5'Width'#2'U'#0
|
||||
+#0#9'TNotebook'#8'Notebook'#5'Align'#7#5'alTop'#7'Anchors'#11#5'akTop'#6'akL'
|
||||
+'eft'#7'akRight'#8'akBottom'#0#9'PageIndex'#2#0#6'Height'#3#152#1#5'Width'#3
|
||||
+#244#1#0#5'TPage'#5'Page1'#7'Caption'#6#5'Page1'#11'ClientWidth'#3#236#1#12
|
||||
+'ClientHeight'#3'~'#1#6'Height'#3'~'#1#5'Width'#3#236#1#0#9'TGroupBox'#15'Di'
|
||||
+'splayGroupBox'#5'Align'#7#5'alTop'#22'BorderSpacing.OnChange'#13#20'BorderS'
|
||||
+'pacing.Around'#2#6#7'Caption'#6#15'DisplayGroupBox'#12'ClientHeight'#2'6'#11
|
||||
+'ClientWidth'#3#220#1#11'ParentColor'#9#8'TabOrder'#2#3#4'Left'#2#6#6'Height'
|
||||
+#2'H'#3'Top'#3#3#1#5'Width'#3#224#1#0#5'TEdit'#11'DisplayEdit'#5'Align'#7#5
|
||||
+'alTop'#22'BorderSpacing.OnChange'#13#20'BorderSpacing.Around'#2#6#8'TabOrde'
|
||||
+'r'#2#0#4'Text'#6#11'DisplayEdit'#4'Left'#2#6#6'Height'#2#23#3'Top'#2'$'#5'W'
|
||||
+'idth'#3#208#1#0#0#9'TCheckBox'#18'UseDisplayCheckBox'#5'Align'#7#5'alTop'#22
|
||||
+'BorderSpacing.OnChange'#13#18'BorderSpacing.Left'#2#6#17'BorderSpacing.Top'
|
||||
+#2#6#19'BorderSpacing.Right'#2#6#20'BorderSpacing.Bottom'#2#6#7'Caption'#6#18
|
||||
+'UseDisplayCheckBox'#8'TabOrder'#2#1#4'Left'#2#6#6'Height'#2#24#3'Top'#2#6#5
|
||||
+'Width'#3#208#1#0#0#0#9'TGroupBox'#25'CmdLineParametersGroupBox'#5'Align'#7#5
|
||||
+'alTop'#20'BorderSpacing.Around'#2#6#7'Caption'#6#25'CmdLineParametersGroupB'
|
||||
+'ox'#12'ClientHeight'#2'#'#11'ClientWidth'#3#220#1#11'ParentColor'#9#8'TabOr'
|
||||
+'der'#2#0#4'Left'#2#6#6'Height'#2'5'#3'Top'#2'A'#5'Width'#3#224#1#0#5'TEdit'
|
||||
+#21'CmdLineParametersEdit'#5'Align'#7#5'alTop'#20'BorderSpacing.Around'#2#6#8
|
||||
+'TabOrder'#2#0#4'Text'#6#21'CmdLineParametersEdit'#4'Left'#2#6#6'Height'#2#23
|
||||
+#3'Top'#2#6#5'Width'#3#208#1#0#0#0#9'TGroupBox'#31'UseLaunchingApplicationGr'
|
||||
+'oupBox'#5'Align'#7#5'alTop'#20'BorderSpacing.Around'#2#6#7'Caption'#6#31'Us'
|
||||
+'eLaunchingApplicationGroupBox'#12'ClientHeight'#2'4'#11'ClientWidth'#3#220#1
|
||||
+#11'ParentColor'#9#8'TabOrder'#2#1#4'Left'#2#6#6'Height'#2'F'#3'Top'#2'|'#5
|
||||
+'Width'#3#224#1#0#9'TCheckBox'#31'UseLaunchingApplicationCheckBox'#5'Align'#7
|
||||
+#5'alTop'#18'BorderSpacing.Left'#2#6#17'BorderSpacing.Top'#2#6#19'BorderSpac'
|
||||
+'ing.Right'#2#6#20'BorderSpacing.Bottom'#2#6#7'Caption'#6#31'UseLaunchingApp'
|
||||
+'licationCheckBox'#8'TabOrder'#2#0#4'Left'#2#6#6'Height'#2#24#3'Top'#2#6#5'W'
|
||||
+'idth'#3#208#1#0#0#9'TComboBox'#31'UseLaunchingApplicationComboBox'#5'Align'
|
||||
+#7#5'alTop'#7'Anchors'#11#5'akTop'#0#20'BorderSpacing.Around'#2#6#9'MaxLengt'
|
||||
+'h'#2#0#8'TabOrder'#2#1#4'Text'#6#31'UseLaunchingApplicationComboBox'#4'Left'
|
||||
+#2#6#6'Height'#2#21#3'Top'#2'$'#5'Width'#3#208#1#0#0#0#9'TGroupBox'#23'HostA'
|
||||
+'pplicationGroupBox'#5'Align'#7#5'alTop'#22'BorderSpacing.OnChange'#13#20'Bo'
|
||||
+'rderSpacing.Around'#2#6#7'Caption'#6#23'HostApplicationGroupBox'#12'ClientH'
|
||||
+'eight'#2'#'#11'ClientWidth'#3#220#1#11'ParentColor'#9#8'TabOrder'#2#2#4'Lef'
|
||||
+'t'#2#6#6'Height'#2'5'#3'Top'#2#6#5'Width'#3#224#1#0#7'TButton'#24'HostAppli'
|
||||
+'cationBrowseBtn'#5'Align'#7#7'alRight'#22'BorderSpacing.OnChange'#13#20'Bor'
|
||||
+'derSpacing.Around'#2#6#25'BorderSpacing.InnerBorder'#2#2#7'Caption'#6#24'Ho'
|
||||
+'stApplicationBrowseBtn'#7'OnClick'#7#29'HostApplicationBrowseBtnClick'#8'Ta'
|
||||
+'bOrder'#2#0#4'Left'#3#191#1#6'Height'#2#23#3'Top'#2#6#5'Width'#2#23#0#0#5'T'
|
||||
+'Edit'#19'HostApplicationEdit'#5'Align'#7#8'alClient'#22'BorderSpacing.OnCha'
|
||||
+'nge'#13#20'BorderSpacing.Around'#2#6#8'TabOrder'#2#1#4'Text'#6#19'HostAppli'
|
||||
+'cationEdit'#4'Left'#2#6#6'Height'#2#23#3'Top'#2#6#5'Width'#3#179#1#0#0#0#9
|
||||
+'TGroupBox'#24'WorkingDirectoryGroupBox'#5'Align'#7#5'alTop'#20'BorderSpacin'
|
||||
+'g.Around'#2#6#7'Caption'#6#24'WorkingDirectoryGroupBox'#12'ClientHeight'#2
|
||||
+'#'#11'ClientWidth'#3#220#1#11'ParentColor'#9#8'TabOrder'#2#4#4'Left'#2#6#6
|
||||
+'Height'#2'5'#3'Top'#3#200#0#5'Width'#3#224#1#0#7'TButton'#19'WorkingDirecto'
|
||||
+'ryBtn'#5'Align'#7#7'alRight'#20'BorderSpacing.Around'#2#6#25'BorderSpacing.'
|
||||
+'InnerBorder'#2#2#7'Caption'#6#19'WorkingDirectoryBtn'#7'OnClick'#7#24'Worki'
|
||||
+'ngDirectoryBtnClick'#8'TabOrder'#2#0#4'Left'#3#191#1#6'Height'#2#23#3'Top'#2
|
||||
+#6#5'Width'#2#23#0#0#5'TEdit'#20'WorkingDirectoryEdit'#5'Align'#7#8'alClient'
|
||||
,#20'BorderSpacing.Around'#2#6#8'TabOrder'#2#1#4'Text'#6#20'WorkingDirectoryE'
|
||||
+'dit'#4'Left'#2#6#6'Height'#2#23#3'Top'#2#6#5'Width'#3#179#1#0#0#0#0#5'TPage'
|
||||
+#5'Page2'#7'Caption'#6#5'Page2'#11'ClientWidth'#3#236#1#12'ClientHeight'#3'~'
|
||||
+#1#6'Height'#3'~'#1#5'Width'#3#236#1#0#9'TCheckBox'#30'IncludeSystemVariable'
|
||||
+'sCheckBox'#5'Align'#7#8'alBottom'#20'BorderSpacing.Around'#2#6#7'Caption'#6
|
||||
+#30'IncludeSystemVariablesCheckBox'#7'Enabled'#8#8'TabOrder'#2#0#4'Left'#2#6
|
||||
+#6'Height'#2#24#3'Top'#3'`'#1#5'Width'#3#224#1#0#0#9'TGroupBox'#21'UserOverr'
|
||||
+'idesGroupBox'#5'Align'#7#8'alBottom'#20'BorderSpacing.Around'#2#6#7'Caption'
|
||||
+#6#21'UserOverridesGroupBox'#12'ClientHeight'#3#143#0#11'ClientWidth'#3#220#1
|
||||
+#11'ParentColor'#9#8'TabOrder'#2#1#4'Left'#2#6#6'Height'#3#161#0#3'Top'#3#185
|
||||
+#0#5'Width'#3#224#1#0#7'TButton'#22'UserOverridesAddButton'#7'Anchors'#11#6
|
||||
+'akLeft'#8'akBottom'#0#8'AutoSize'#9#20'BorderSpacing.Around'#2#6#25'BorderS'
|
||||
+'pacing.InnerBorder'#2#2#7'Caption'#6#22'UserOverridesAddButton'#7'OnClick'#7
|
||||
+#27'UserOverridesAddButtonClick'#8'TabOrder'#2#0#4'Left'#2#6#6'Height'#2#25#3
|
||||
+'Top'#2'n'#5'Width'#2'>'#0#0#7'TButton'#23'UserOverridesEditButton'#7'Anchor'
|
||||
+'s'#11#6'akLeft'#8'akBottom'#0#8'AutoSize'#9#20'BorderSpacing.Around'#2#6#25
|
||||
+'BorderSpacing.InnerBorder'#2#2#7'Caption'#6#23'UserOverridesEditButton'#7'O'
|
||||
+'nClick'#7#28'UserOverridesEditButtonClick'#8'TabOrder'#2#1#22'AnchorSideLef'
|
||||
+'t.Control'#7#22'UserOverridesAddButton'#4'Left'#2'J'#6'Height'#2#25#3'Top'#2
|
||||
+'n'#5'Width'#2'>'#0#0#7'TButton'#25'UserOverridesDeleteButton'#7'Anchors'#11
|
||||
+#6'akLeft'#8'akBottom'#0#8'AutoSize'#9#20'BorderSpacing.Around'#2#6#25'Borde'
|
||||
+'rSpacing.InnerBorder'#2#2#7'Caption'#6#25'UserOverridesDeleteButton'#7'OnCl'
|
||||
+'ick'#7#30'UserOverridesDeleteButtonClick'#8'TabOrder'#2#2#22'AnchorSideLeft'
|
||||
+'.Control'#7#23'UserOverridesEditButton'#4'Left'#3#142#0#6'Height'#2#25#3'To'
|
||||
+'p'#2'n'#5'Width'#2'>'#0#0#9'TListView'#21'UserOverridesListView'#5'Align'#7
|
||||
+#5'alTop'#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#8'akBottom'#0#20'Borde'
|
||||
+'rSpacing.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'#2'*'#0#0#9'R'
|
||||
+'owSelect'#9#8'SortType'#7#6'stText'#9'ViewStyle'#7#8'vsReport'#4'Left'#2#6#6
|
||||
+'Height'#2'`'#3'Top'#2#6#5'Width'#3#208#1#0#0#0#9'TGroupBox'#23'SystemVariab'
|
||||
+'lesGroupBox'#5'Align'#7#8'alClient'#20'BorderSpacing.Around'#2#6#7'Caption'
|
||||
+#6#23'SystemVariablesGroupBox'#12'ClientHeight'#3#155#0#11'ClientWidth'#3#220
|
||||
+#1#11'ParentColor'#9#8'TabOrder'#2#2#4'Left'#2#6#6'Height'#3#173#0#3'Top'#2#6
|
||||
+#5'Width'#3#224#1#0#9'TListView'#23'SystemVariablesListView'#5'Align'#7#8'al'
|
||||
+'Client'#20'BorderSpacing.Around'#2#6#7'Columns'#14#1#8'AutoSize'#9#7'Captio'
|
||||
+'n'#6#7'Caption'#5'Width'#2'*'#0#1#8'AutoSize'#9#7'Caption'#6#7'Caption'#5'W'
|
||||
+'idth'#2'*'#0#0#9'RowSelect'#9#8'SortType'#7#6'stText'#9'ViewStyle'#7#8'vsRe'
|
||||
+'port'#4'Left'#2#6#6'Height'#3#143#0#3'Top'#2#6#5'Width'#3#208#1#0#0#0#0#0#0
|
||||
]);
|
||||
|
Loading…
Reference in New Issue
Block a user