Index: runparamsopts.lfm
===================================================================
--- runparamsopts.lfm	(revision 12423)
+++ runparamsopts.lfm	(working copy)
@@ -8,14 +8,17 @@
   ActiveControl = OkButton
   BorderStyle = bsSizeToolWin
   Caption = 'RunParamsOptsDlg'
+  ClientHeight = 450
+  ClientWidth = 500
   OnResize = FormResize
+  OnShow = FormShow
   Position = poScreenCenter
   object OkButton: TButton
     AnchorSideRight.Control = CancelButton
-    Left = 328
-    Height = 26
-    Top = 418
-    Width = 65
+    Left = 317
+    Height = 25
+    Top = 419
+    Width = 73
     Anchors = [akRight, akBottom]
     AutoSize = True
     BorderSpacing.Around = 6
@@ -25,10 +28,10 @@
     TabOrder = 0
   end
   object CancelButton: TButton
-    Left = 399
-    Height = 26
-    Top = 418
-    Width = 89
+    Left = 396
+    Height = 25
+    Top = 419
+    Width = 92
     Anchors = [akRight, akBottom]
     AutoSize = True
     BorderSpacing.Around = 6
@@ -42,24 +45,29 @@
     Width = 500
     Align = alTop
     Anchors = [akTop, akLeft, akRight, akBottom]
-    PageIndex = 0
+    PageIndex = 1
+    TabOrder = 2
     object Page1: TPage
       Caption = 'Page1'
+      ClientWidth = 492
+      ClientHeight = 382
       object DisplayGroupBox: TGroupBox
         Left = 6
-        Height = 78
-        Top = 205
-        Width = 484
+        Height = 72
+        Top = 198
+        Width = 480
         Align = alTop
         AutoSize = True
         BorderSpacing.Around = 6
         Caption = 'DisplayGroupBox'
+        ClientHeight = 72
+        ClientWidth = 480
         TabOrder = 3
         object DisplayEdit: TEdit
           Left = 6
           Height = 23
-          Top = 32
-          Width = 468
+          Top = 25
+          Width = 464
           Align = alTop
           BorderSpacing.Around = 6
           TabOrder = 0
@@ -67,9 +75,9 @@
         end
         object UseDisplayCheckBox: TCheckBox
           Left = 6
-          Height = 20
+          Height = 13
           Top = 6
-          Width = 468
+          Width = 464
           Align = alTop
           BorderSpacing.Left = 6
           BorderSpacing.Top = 6
@@ -81,22 +89,25 @@
       end
       object CmdLineParametersGroupBox: TGroupBox
         Left = 6
-        Height = 52
+        Height = 51
         Top = 65
-        Width = 484
+        Width = 480
         Align = alTop
         AutoSize = True
         BorderSpacing.Around = 6
         Caption = 'CmdLineParametersGroupBox'
+        ClientHeight = 51
+        ClientWidth = 480
         TabOrder = 0
         object CmdLineParametersComboBox: TComboBox
           Left = 6
-          Height = 23
+          Height = 21
           Top = 6
-          Width = 468
+          Width = 464
           Align = alTop
           AutoCompleteText = [cbactEndOfLineComplete, cbactSearchAscending]
           BorderSpacing.Around = 6
+          ItemHeight = 13
           MaxLength = 0
           TabOrder = 0
           Text = 'CmdLineParametersComboBox'
@@ -104,19 +115,21 @@
       end
       object UseLaunchingApplicationGroupBox: TGroupBox
         Left = 6
-        Height = 76
-        Top = 123
-        Width = 484
+        Height = 70
+        Top = 122
+        Width = 480
         Align = alTop
         AutoSize = True
         BorderSpacing.Around = 6
         Caption = 'UseLaunchingApplicationGroupBox'
+        ClientHeight = 52
+        ClientWidth = 476
         TabOrder = 1
         object UseLaunchingApplicationCheckBox: TCheckBox
           Left = 6
-          Height = 20
+          Height = 13
           Top = 6
-          Width = 468
+          Width = 464
           Align = alTop
           BorderSpacing.Left = 6
           BorderSpacing.Top = 6
@@ -128,12 +141,13 @@
         object UseLaunchingApplicationComboBox: TComboBox
           Left = 6
           Height = 21
-          Top = 32
-          Width = 468
+          Top = 25
+          Width = 464
           Align = alTop
           Anchors = [akTop]
           AutoCompleteText = [cbactEndOfLineComplete, cbactSearchAscending]
           BorderSpacing.Around = 6
+          ItemHeight = 13
           MaxLength = 0
           TabOrder = 1
           Text = 'UseLaunchingApplicationComboBox'
@@ -143,15 +157,17 @@
         Left = 6
         Height = 53
         Top = 6
-        Width = 484
+        Width = 480
         Align = alTop
         AutoSize = True
         BorderSpacing.Around = 6
         Caption = 'HostApplicationGroupBox'
+        ClientHeight = 35
+        ClientWidth = 476
         TabOrder = 2
         object HostApplicationBrowseBtn: TButton
-          Left = 451
-          Height = 24
+          Left = 447
+          Height = 23
           Top = 6
           Width = 23
           Align = alRight
@@ -163,9 +179,9 @@
         end
         object HostApplicationEdit: TEdit
           Left = 6
-          Height = 24
+          Height = 23
           Top = 6
-          Width = 439
+          Width = 435
           Align = alClient
           BorderSpacing.Around = 6
           TabOrder = 1
@@ -175,16 +191,18 @@
       object WorkingDirectoryGroupBox: TGroupBox
         Left = 6
         Height = 53
-        Top = 289
-        Width = 484
+        Top = 276
+        Width = 480
         Align = alTop
         AutoSize = True
         BorderSpacing.Around = 6
         Caption = 'WorkingDirectoryGroupBox'
+        ClientHeight = 35
+        ClientWidth = 476
         TabOrder = 4
         object WorkingDirectoryBtn: TButton
-          Left = 451
-          Height = 24
+          Left = 447
+          Height = 23
           Top = 6
           Width = 23
           Align = alRight
@@ -196,12 +214,13 @@
         end
         object WorkingDirectoryComboBox: TComboBox
           Left = 6
-          Height = 24
+          Height = 23
           Top = 6
-          Width = 439
+          Width = 435
           Align = alClient
           AutoCompleteText = [cbactEndOfLineComplete, cbactSearchAscending]
           BorderSpacing.Around = 6
+          ItemHeight = 13
           MaxLength = 0
           TabOrder = 1
           Text = 'WorkingDirectoryComboBox'
@@ -210,11 +229,13 @@
     end
     object Page2: TPage
       Caption = 'Page2'
+      ClientWidth = 492
+      ClientHeight = 382
       object IncludeSystemVariablesCheckBox: TCheckBox
         Left = 6
-        Height = 20
-        Top = 352
-        Width = 484
+        Height = 13
+        Top = 363
+        Width = 480
         Align = alBottom
         BorderSpacing.Around = 6
         Caption = 'IncludeSystemVariablesCheckBox'
@@ -222,19 +243,23 @@
         TabOrder = 0
       end
       object UserOverridesGroupBox: TGroupBox
+        AnchorSideTop.Control = SystemVariablesGroupBox
         Left = 6
         Height = 161
-        Top = 185
-        Width = 484
-        Align = alBottom
+        Top = 196
+        Width = 480
+        Align = alClient
+        AutoSize = True
         BorderSpacing.Around = 6
         Caption = 'UserOverridesGroupBox'
+        ClientHeight = 143
+        ClientWidth = 476
         TabOrder = 1
         object UserOverridesAddButton: TButton
           Left = 6
-          Height = 26
-          Top = 92
-          Width = 152
+          Height = 25
+          Top = 118
+          Width = 145
           Anchors = [akLeft, akBottom]
           AutoSize = True
           BorderSpacing.Around = 6
@@ -246,10 +271,10 @@
         object UserOverridesEditButton: TButton
           AnchorSideLeft.Control = UserOverridesAddButton
           AnchorSideLeft.Side = asrBottom
-          Left = 164
-          Height = 26
-          Top = 92
-          Width = 150
+          Left = 157
+          Height = 25
+          Top = 118
+          Width = 144
           Anchors = [akLeft, akBottom]
           AutoSize = True
           BorderSpacing.Around = 6
@@ -261,10 +286,10 @@
         object UserOverridesDeleteButton: TButton
           AnchorSideLeft.Control = UserOverridesEditButton
           AnchorSideLeft.Side = asrBottom
-          Left = 320
-          Height = 26
-          Top = 92
-          Width = 165
+          Left = 307
+          Height = 25
+          Top = 118
+          Width = 157
           Anchors = [akLeft, akBottom]
           AutoSize = True
           BorderSpacing.Around = 6
@@ -275,9 +300,9 @@
         end
         object UserOverridesListView: TListView
           Left = 6
-          Height = 79
+          Height = 106
           Top = 6
-          Width = 472
+          Width = 464
           Align = alTop
           Anchors = [akTop, akLeft, akRight, akBottom]
           BorderSpacing.Around = 6
@@ -300,18 +325,20 @@
       end
       object SystemVariablesGroupBox: TGroupBox
         Left = 6
-        Height = 173
+        Height = 184
         Top = 6
-        Width = 484
-        Align = alClient
+        Width = 480
+        Align = alTop
         BorderSpacing.Around = 6
         Caption = 'SystemVariablesGroupBox'
+        ClientHeight = 166
+        ClientWidth = 476
         TabOrder = 2
         object SystemVariablesListView: TListView
           Left = 6
-          Height = 161
+          Height = 154
           Top = 6
-          Width = 472
+          Width = 464
           Align = alClient
           BorderSpacing.Around = 6
           Columns = <          
Index: runparamsopts.lrs
===================================================================
--- runparamsopts.lrs	(revision 12423)
+++ runparamsopts.lrs	(working copy)
@@ -4,99 +4,107 @@
   'TPF0'#17'TRunParamsOptsDlg'#16'RunParamsOptsDlg'#4'Left'#3#198#1#6'Height'#3
   +#194#1#3'Top'#3#176#0#5'Width'#3#244#1#18'HorzScrollBar.Page'#3#243#1#18'Ver'
   +'tScrollBar.Page'#3#193#1#13'ActiveControl'#7#8'OkButton'#11'BorderStyle'#7
-  +#13'bsSizeToolWin'#7'Caption'#6#16'RunParamsOptsDlg'#8'OnResize'#7#10'FormRe'
-  +'size'#8'Position'#7#14'poScreenCenter'#0#7'TButton'#8'OkButton'#23'AnchorSi'
-  +'deRight.Control'#7#12'CancelButton'#4'Left'#3'H'#1#6'Height'#2#26#3'Top'#3
-  +#162#1#5'Width'#2'A'#7'Anchors'#11#7'akRight'#8'akBottom'#0#8'AutoSize'#9#20
-  +'BorderSpacing.Around'#2#6#25'BorderSpacing.InnerBorder'#2#4#7'Caption'#6#8
-  +'OkButton'#7'OnClick'#7#13'OkButtonClick'#8'TabOrder'#2#0#0#0#7'TButton'#12
-  +'CancelButton'#4'Left'#3#143#1#6'Height'#2#26#3'Top'#3#162#1#5'Width'#2'Y'#7
-  +'Anchors'#11#7'akRight'#8'akBottom'#0#8'AutoSize'#9#20'BorderSpacing.Around'
-  +#2#6#25'BorderSpacing.InnerBorder'#2#4#7'Caption'#6#12'CancelButton'#11'Moda'
-  +'lResult'#2#2#8'TabOrder'#2#1#0#0#9'TNotebook'#8'Notebook'#6'Height'#3#152#1
-  +#5'Width'#3#244#1#5'Align'#7#5'alTop'#7'Anchors'#11#5'akTop'#6'akLeft'#7'akR'
-  +'ight'#8'akBottom'#0#9'PageIndex'#2#0#0#5'TPage'#5'Page1'#7'Caption'#6#5'Pag'
-  +'e1'#0#9'TGroupBox'#15'DisplayGroupBox'#4'Left'#2#6#6'Height'#2'N'#3'Top'#3
-  +#205#0#5'Width'#3#228#1#5'Align'#7#5'alTop'#8'AutoSize'#9#20'BorderSpacing.A'
-  +'round'#2#6#7'Caption'#6#15'DisplayGroupBox'#8'TabOrder'#2#3#0#5'TEdit'#11'D'
-  +'isplayEdit'#4'Left'#2#6#6'Height'#2#23#3'Top'#2' '#5'Width'#3#212#1#5'Align'
-  +#7#5'alTop'#20'BorderSpacing.Around'#2#6#8'TabOrder'#2#0#4'Text'#6#11'Displa'
-  +'yEdit'#0#0#9'TCheckBox'#18'UseDisplayCheckBox'#4'Left'#2#6#6'Height'#2#20#3
-  +'Top'#2#6#5'Width'#3#212#1#5'Align'#7#5'alTop'#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#0#0#0#9'TGroupBox'
-  +#25'CmdLineParametersGroupBox'#4'Left'#2#6#6'Height'#2'4'#3'Top'#2'A'#5'Widt'
-  +'h'#3#228#1#5'Align'#7#5'alTop'#8'AutoSize'#9#20'BorderSpacing.Around'#2#6#7
-  +'Caption'#6#25'CmdLineParametersGroupBox'#8'TabOrder'#2#0#0#9'TComboBox'#25
-  +'CmdLineParametersComboBox'#4'Left'#2#6#6'Height'#2#23#3'Top'#2#6#5'Width'#3
-  +#212#1#5'Align'#7#5'alTop'#16'AutoCompleteText'#11#22'cbactEndOfLineComplete'
-  +#20'cbactSearchAscending'#0#20'BorderSpacing.Around'#2#6#9'MaxLength'#2#0#8
-  +'TabOrder'#2#0#4'Text'#6#25'CmdLineParametersComboBox'#0#0#0#9'TGroupBox'#31
-  +'UseLaunchingApplicationGroupBox'#4'Left'#2#6#6'Height'#2'L'#3'Top'#2'{'#5'W'
-  +'idth'#3#228#1#5'Align'#7#5'alTop'#8'AutoSize'#9#20'BorderSpacing.Around'#2#6
-  +#7'Caption'#6#31'UseLaunchingApplicationGroupBox'#8'TabOrder'#2#1#0#9'TCheck'
-  +'Box'#31'UseLaunchingApplicationCheckBox'#4'Left'#2#6#6'Height'#2#20#3'Top'#2
-  +#6#5'Width'#3#212#1#5'Align'#7#5'alTop'#18'BorderSpacing.Left'#2#6#17'Border'
-  +'Spacing.Top'#2#6#19'BorderSpacing.Right'#2#6#20'BorderSpacing.Bottom'#2#6#7
-  +'Caption'#6#31'UseLaunchingApplicationCheckBox'#8'TabOrder'#2#0#0#0#9'TCombo'
-  +'Box'#31'UseLaunchingApplicationComboBox'#4'Left'#2#6#6'Height'#2#21#3'Top'#2
-  +' '#5'Width'#3#212#1#5'Align'#7#5'alTop'#7'Anchors'#11#5'akTop'#0#16'AutoCom'
-  +'pleteText'#11#22'cbactEndOfLineComplete'#20'cbactSearchAscending'#0#20'Bord'
-  +'erSpacing.Around'#2#6#9'MaxLength'#2#0#8'TabOrder'#2#1#4'Text'#6#31'UseLaun'
-  +'chingApplicationComboBox'#0#0#0#9'TGroupBox'#23'HostApplicationGroupBox'#4
-  +'Left'#2#6#6'Height'#2'5'#3'Top'#2#6#5'Width'#3#228#1#5'Align'#7#5'alTop'#8
-  +'AutoSize'#9#20'BorderSpacing.Around'#2#6#7'Caption'#6#23'HostApplicationGro'
-  +'upBox'#8'TabOrder'#2#2#0#7'TButton'#24'HostApplicationBrowseBtn'#4'Left'#3
-  +#195#1#6'Height'#2#24#3'Top'#2#6#5'Width'#2#23#5'Align'#7#7'alRight'#20'Bord'
-  +'erSpacing.Around'#2#6#25'BorderSpacing.InnerBorder'#2#4#7'Caption'#6#24'Hos'
-  +'tApplicationBrowseBtn'#7'OnClick'#7#29'HostApplicationBrowseBtnClick'#8'Tab'
-  +'Order'#2#0#0#0#5'TEdit'#19'HostApplicationEdit'#4'Left'#2#6#6'Height'#2#24#3
-  +'Top'#2#6#5'Width'#3#183#1#5'Align'#7#8'alClient'#20'BorderSpacing.Around'#2
-  +#6#8'TabOrder'#2#1#4'Text'#6#19'HostApplicationEdit'#0#0#0#9'TGroupBox'#24'W'
-  +'orkingDirectoryGroupBox'#4'Left'#2#6#6'Height'#2'5'#3'Top'#3'!'#1#5'Width'#3
-  +#228#1#5'Align'#7#5'alTop'#8'AutoSize'#9#20'BorderSpacing.Around'#2#6#7'Capt'
-  +'ion'#6#24'WorkingDirectoryGroupBox'#8'TabOrder'#2#4#0#7'TButton'#19'Working'
-  +'DirectoryBtn'#4'Left'#3#195#1#6'Height'#2#24#3'Top'#2#6#5'Width'#2#23#5'Ali'
-  +'gn'#7#7'alRight'#20'BorderSpacing.Around'#2#6#25'BorderSpacing.InnerBorder'
-  +#2#4#7'Caption'#6#19'WorkingDirectoryBtn'#7'OnClick'#7#24'WorkingDirectoryBt'
-  +'nClick'#8'TabOrder'#2#0#0#0#9'TComboBox'#24'WorkingDirectoryComboBox'#4'Lef'
-  +'t'#2#6#6'Height'#2#24#3'Top'#2#6#5'Width'#3#183#1#5'Align'#7#8'alClient'#16
-  +'AutoCompleteText'#11#22'cbactEndOfLineComplete'#20'cbactSearchAscending'#0
-  +#20'BorderSpacing.Around'#2#6#9'MaxLength'#2#0#8'TabOrder'#2#1#4'Text'#6#24
-  +'WorkingDirectoryComboBox'#0#0#0#0#5'TPage'#5'Page2'#7'Caption'#6#5'Page2'#0
-  +#9'TCheckBox'#30'IncludeSystemVariablesCheckBox'#4'Left'#2#6#6'Height'#2#20#3
-  ,'Top'#3'`'#1#5'Width'#3#228#1#5'Align'#7#8'alBottom'#20'BorderSpacing.Around'
-  +#2#6#7'Caption'#6#30'IncludeSystemVariablesCheckBox'#7'Enabled'#8#8'TabOrder'
-  +#2#0#0#0#9'TGroupBox'#21'UserOverridesGroupBox'#4'Left'#2#6#6'Height'#3#161#0
-  +#3'Top'#3#185#0#5'Width'#3#228#1#5'Align'#7#8'alBottom'#20'BorderSpacing.Aro'
-  +'und'#2#6#7'Caption'#6#21'UserOverridesGroupBox'#8'TabOrder'#2#1#0#7'TButton'
-  +#22'UserOverridesAddButton'#4'Left'#2#6#6'Height'#2#26#3'Top'#2'\'#5'Width'#3
-  +#152#0#7'Anchors'#11#6'akLeft'#8'akBottom'#0#8'AutoSize'#9#20'BorderSpacing.'
-  +'Around'#2#6#25'BorderSpacing.InnerBorder'#2#4#7'Caption'#6#22'UserOverrides'
-  +'AddButton'#7'OnClick'#7#27'UserOverridesAddButtonClick'#8'TabOrder'#2#0#0#0
-  +#7'TButton'#23'UserOverridesEditButton'#22'AnchorSideLeft.Control'#7#22'User'
-  +'OverridesAddButton'#19'AnchorSideLeft.Side'#7#9'asrBottom'#4'Left'#3#164#0#6
-  +'Height'#2#26#3'Top'#2'\'#5'Width'#3#150#0#7'Anchors'#11#6'akLeft'#8'akBotto'
-  +'m'#0#8'AutoSize'#9#20'BorderSpacing.Around'#2#6#25'BorderSpacing.InnerBorde'
-  +'r'#2#4#7'Caption'#6#23'UserOverridesEditButton'#7'OnClick'#7#28'UserOverrid'
-  +'esEditButtonClick'#8'TabOrder'#2#1#0#0#7'TButton'#25'UserOverridesDeleteBut'
-  +'ton'#22'AnchorSideLeft.Control'#7#23'UserOverridesEditButton'#19'AnchorSide'
-  +'Left.Side'#7#9'asrBottom'#4'Left'#3'@'#1#6'Height'#2#26#3'Top'#2'\'#5'Width'
-  +#3#165#0#7'Anchors'#11#6'akLeft'#8'akBottom'#0#8'AutoSize'#9#20'BorderSpacin'
-  +'g.Around'#2#6#25'BorderSpacing.InnerBorder'#2#4#7'Caption'#6#25'UserOverrid'
-  +'esDeleteButton'#7'OnClick'#7#30'UserOverridesDeleteButtonClick'#8'TabOrder'
-  +#2#2#0#0#9'TListView'#21'UserOverridesListView'#4'Left'#2#6#6'Height'#2'O'#3
-  +'Top'#2#6#5'Width'#3#216#1#5'Align'#7#5'alTop'#7'Anchors'#11#5'akTop'#6'akLe'
-  +'ft'#7'akRight'#8'akBottom'#0#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'Capti'
-  +'on'#6#7'Caption'#5'Width'#2'*'#0#0#9'RowSelect'#9#8'SortType'#7#6'stText'#8
-  +'TabOrder'#2#3#9'ViewStyle'#7#8'vsReport'#0#0#0#9'TGroupBox'#23'SystemVariab'
-  +'lesGroupBox'#4'Left'#2#6#6'Height'#3#173#0#3'Top'#2#6#5'Width'#3#228#1#5'Al'
-  +'ign'#7#8'alClient'#20'BorderSpacing.Around'#2#6#7'Caption'#6#23'SystemVaria'
-  +'blesGroupBox'#8'TabOrder'#2#2#0#9'TListView'#23'SystemVariablesListView'#4
-  +'Left'#2#6#6'Height'#3#161#0#3'Top'#2#6#5'Width'#3#216#1#5'Align'#7#8'alClie'
-  +'nt'#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'
-  +#2'*'#0#0#9'RowSelect'#9#8'SortType'#7#6'stText'#8'TabOrder'#2#0#9'ViewStyle'
-  +#7#8'vsReport'#0#0#0#0#0#0
+  +#13'bsSizeToolWin'#7'Caption'#6#16'RunParamsOptsDlg'#12'ClientHeight'#3#194#1
+  +#11'ClientWidth'#3#244#1#8'OnResize'#7#10'FormResize'#6'OnShow'#7#8'FormShow'
+  +#8'Position'#7#14'poScreenCenter'#0#7'TButton'#8'OkButton'#23'AnchorSideRigh'
+  +'t.Control'#7#12'CancelButton'#4'Left'#3'='#1#6'Height'#2#25#3'Top'#3#163#1#5
+  +'Width'#2'I'#7'Anchors'#11#7'akRight'#8'akBottom'#0#8'AutoSize'#9#20'BorderS'
+  +'pacing.Around'#2#6#25'BorderSpacing.InnerBorder'#2#4#7'Caption'#6#8'OkButto'
+  +'n'#7'OnClick'#7#13'OkButtonClick'#8'TabOrder'#2#0#0#0#7'TButton'#12'CancelB'
+  +'utton'#4'Left'#3#140#1#6'Height'#2#25#3'Top'#3#163#1#5'Width'#2'\'#7'Anchor'
+  +'s'#11#7'akRight'#8'akBottom'#0#8'AutoSize'#9#20'BorderSpacing.Around'#2#6#25
+  +'BorderSpacing.InnerBorder'#2#4#7'Caption'#6#12'CancelButton'#11'ModalResult'
+  +#2#2#8'TabOrder'#2#1#0#0#9'TNotebook'#8'Notebook'#6'Height'#3#152#1#5'Width'
+  +#3#244#1#5'Align'#7#5'alTop'#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#8'a'
+  +'kBottom'#0#9'PageIndex'#2#1#8'TabOrder'#2#2#0#5'TPage'#5'Page1'#7'Caption'#6
+  +#5'Page1'#11'ClientWidth'#3#236#1#12'ClientHeight'#3'~'#1#0#9'TGroupBox'#15
+  +'DisplayGroupBox'#4'Left'#2#6#6'Height'#2'H'#3'Top'#3#198#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'H'#11'ClientWidth'#3#224#1#8'TabOrde'
+  +'r'#2#3#0#5'TEdit'#11'DisplayEdit'#4'Left'#2#6#6'Height'#2#23#3'Top'#2#25#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'UseDisplayCheckBox'#4'Lef'
+  +'t'#2#6#6'Height'#2#13#3'Top'#2#6#5'Width'#3#208#1#5'Align'#7#5'alTop'#18'Bo'
+  +'rderSpacing.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#0#0#0#9'TGroupBox'#25'CmdLineParametersGroupBox'#4'Left'#2#6#6'Height'#2
+  +'3'#3'Top'#2'A'#5'Width'#3#224#1#5'Align'#7#5'alTop'#8'AutoSize'#9#20'Border'
+  +'Spacing.Around'#2#6#7'Caption'#6#25'CmdLineParametersGroupBox'#12'ClientHei'
+  +'ght'#2'3'#11'ClientWidth'#3#224#1#8'TabOrder'#2#0#0#9'TComboBox'#25'CmdLine'
+  +'ParametersComboBox'#4'Left'#2#6#6'Height'#2#21#3'Top'#2#6#5'Width'#3#208#1#5
+  +'Align'#7#5'alTop'#16'AutoCompleteText'#11#22'cbactEndOfLineComplete'#20'cba'
+  +'ctSearchAscending'#0#20'BorderSpacing.Around'#2#6#10'ItemHeight'#2#13#9'Max'
+  +'Length'#2#0#8'TabOrder'#2#0#4'Text'#6#25'CmdLineParametersComboBox'#0#0#0#9
+  +'TGroupBox'#31'UseLaunchingApplicationGroupBox'#4'Left'#2#6#6'Height'#2'F'#3
+  +'Top'#2'z'#5'Width'#3#224#1#5'Align'#7#5'alTop'#8'AutoSize'#9#20'BorderSpaci'
+  +'ng.Around'#2#6#7'Caption'#6#31'UseLaunchingApplicationGroupBox'#12'ClientHe'
+  +'ight'#2'4'#11'ClientWidth'#3#220#1#8'TabOrder'#2#1#0#9'TCheckBox'#31'UseLau'
+  +'nchingApplicationCheckBox'#4'Left'#2#6#6'Height'#2#13#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'BorderSpacing.Right'#2#6#20'BorderSpacing.Bottom'#2#6#7'Caption'#6#31
+  +'UseLaunchingApplicationCheckBox'#8'TabOrder'#2#0#0#0#9'TComboBox'#31'UseLau'
+  +'nchingApplicationComboBox'#4'Left'#2#6#6'Height'#2#21#3'Top'#2#25#5'Width'#3
+  +#208#1#5'Align'#7#5'alTop'#7'Anchors'#11#5'akTop'#0#16'AutoCompleteText'#11
+  +#22'cbactEndOfLineComplete'#20'cbactSearchAscending'#0#20'BorderSpacing.Arou'
+  +'nd'#2#6#10'ItemHeight'#2#13#9'MaxLength'#2#0#8'TabOrder'#2#1#4'Text'#6#31'U'
+  +'seLaunchingApplicationComboBox'#0#0#0#9'TGroupBox'#23'HostApplicationGroupB'
+  +'ox'#4'Left'#2#6#6'Height'#2'5'#3'Top'#2#6#5'Width'#3#224#1#5'Align'#7#5'alT'
+  +'op'#8'AutoSize'#9#20'BorderSpacing.Around'#2#6#7'Caption'#6#23'HostApplicat'
+  +'ionGroupBox'#12'ClientHeight'#2'#'#11'ClientWidth'#3#220#1#8'TabOrder'#2#2#0
+  +#7'TButton'#24'HostApplicationBrowseBtn'#4'Left'#3#191#1#6'Height'#2#23#3'To'
+  +'p'#2#6#5'Width'#2#23#5'Align'#7#7'alRight'#20'BorderSpacing.Around'#2#6#25
+  +'BorderSpacing.InnerBorder'#2#4#7'Caption'#6#24'HostApplicationBrowseBtn'#7
+  +'OnClick'#7#29'HostApplicationBrowseBtnClick'#8'TabOrder'#2#0#0#0#5'TEdit'#19
+  +'HostApplicationEdit'#4'Left'#2#6#6'Height'#2#23#3'Top'#2#6#5'Width'#3#179#1
+  +#5'Align'#7#8'alClient'#20'BorderSpacing.Around'#2#6#8'TabOrder'#2#1#4'Text'
+  +#6#19'HostApplicationEdit'#0#0#0#9'TGroupBox'#24'WorkingDirectoryGroupBox'#4
+  +'Left'#2#6#6'Height'#2'5'#3'Top'#3#20#1#5'Width'#3#224#1#5'Align'#7#5'alTop'
+  +#8'AutoSize'#9#20'BorderSpacing.Around'#2#6#7'Caption'#6#24'WorkingDirectory'
+  +'GroupBox'#12'ClientHeight'#2'#'#11'ClientWidth'#3#220#1#8'TabOrder'#2#4#0#7
+  +'TButton'#19'WorkingDirectoryBtn'#4'Left'#3#191#1#6'Height'#2#23#3'Top'#2#6#5
+  +'Width'#2#23#5'Align'#7#7'alRight'#20'BorderSpacing.Around'#2#6#25'BorderSpa'
+  +'cing.InnerBorder'#2#4#7'Caption'#6#19'WorkingDirectoryBtn'#7'OnClick'#7#24
+  +'WorkingDirectoryBtnClick'#8'TabOrder'#2#0#0#0#9'TComboBox'#24'WorkingDirect'
+  ,'oryComboBox'#4'Left'#2#6#6'Height'#2#23#3'Top'#2#6#5'Width'#3#179#1#5'Align'
+  +#7#8'alClient'#16'AutoCompleteText'#11#22'cbactEndOfLineComplete'#20'cbactSe'
+  +'archAscending'#0#20'BorderSpacing.Around'#2#6#10'ItemHeight'#2#13#9'MaxLeng'
+  +'th'#2#0#8'TabOrder'#2#1#4'Text'#6#24'WorkingDirectoryComboBox'#0#0#0#0#5'TP'
+  +'age'#5'Page2'#7'Caption'#6#5'Page2'#11'ClientWidth'#3#236#1#12'ClientHeight'
+  +#3'~'#1#0#9'TCheckBox'#30'IncludeSystemVariablesCheckBox'#4'Left'#2#6#6'Heig'
+  +'ht'#2#13#3'Top'#3'k'#1#5'Width'#3#224#1#5'Align'#7#8'alBottom'#20'BorderSpa'
+  +'cing.Around'#2#6#7'Caption'#6#30'IncludeSystemVariablesCheckBox'#7'Enabled'
+  +#8#8'TabOrder'#2#0#0#0#9'TGroupBox'#21'UserOverridesGroupBox'#21'AnchorSideT'
+  +'op.Control'#7#23'SystemVariablesGroupBox'#4'Left'#2#6#6'Height'#3#161#0#3'T'
+  +'op'#3#196#0#5'Width'#3#224#1#5'Align'#7#8'alClient'#8'AutoSize'#9#20'Border'
+  +'Spacing.Around'#2#6#7'Caption'#6#21'UserOverridesGroupBox'#12'ClientHeight'
+  +#3#143#0#11'ClientWidth'#3#220#1#8'TabOrder'#2#1#0#7'TButton'#22'UserOverrid'
+  +'esAddButton'#4'Left'#2#6#6'Height'#2#25#3'Top'#2'v'#5'Width'#3#145#0#7'Anch'
+  +'ors'#11#6'akLeft'#8'akBottom'#0#8'AutoSize'#9#20'BorderSpacing.Around'#2#6
+  +#25'BorderSpacing.InnerBorder'#2#4#7'Caption'#6#22'UserOverridesAddButton'#7
+  +'OnClick'#7#27'UserOverridesAddButtonClick'#8'TabOrder'#2#0#0#0#7'TButton'#23
+  +'UserOverridesEditButton'#22'AnchorSideLeft.Control'#7#22'UserOverridesAddBu'
+  +'tton'#19'AnchorSideLeft.Side'#7#9'asrBottom'#4'Left'#3#157#0#6'Height'#2#25
+  +#3'Top'#2'v'#5'Width'#3#144#0#7'Anchors'#11#6'akLeft'#8'akBottom'#0#8'AutoSi'
+  +'ze'#9#20'BorderSpacing.Around'#2#6#25'BorderSpacing.InnerBorder'#2#4#7'Capt'
+  +'ion'#6#23'UserOverridesEditButton'#7'OnClick'#7#28'UserOverridesEditButtonC'
+  +'lick'#8'TabOrder'#2#1#0#0#7'TButton'#25'UserOverridesDeleteButton'#22'Ancho'
+  +'rSideLeft.Control'#7#23'UserOverridesEditButton'#19'AnchorSideLeft.Side'#7#9
+  +'asrBottom'#4'Left'#3'3'#1#6'Height'#2#25#3'Top'#2'v'#5'Width'#3#157#0#7'Anc'
+  +'hors'#11#6'akLeft'#8'akBottom'#0#8'AutoSize'#9#20'BorderSpacing.Around'#2#6
+  +#25'BorderSpacing.InnerBorder'#2#4#7'Caption'#6#25'UserOverridesDeleteButton'
+  +#7'OnClick'#7#30'UserOverridesDeleteButtonClick'#8'TabOrder'#2#2#0#0#9'TList'
+  +'View'#21'UserOverridesListView'#4'Left'#2#6#6'Height'#2'j'#3'Top'#2#6#5'Wid'
+  +'th'#3#208#1#5'Align'#7#5'alTop'#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'
+  +#8'akBottom'#0#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'Captio'
+  +'n'#5'Width'#2'*'#0#0#9'RowSelect'#9#8'SortType'#7#6'stText'#8'TabOrder'#2#3
+  +#9'ViewStyle'#7#8'vsReport'#0#0#0#9'TGroupBox'#23'SystemVariablesGroupBox'#4
+  +'Left'#2#6#6'Height'#3#184#0#3'Top'#2#6#5'Width'#3#224#1#5'Align'#7#5'alTop'
+  +#20'BorderSpacing.Around'#2#6#7'Caption'#6#23'SystemVariablesGroupBox'#12'Cl'
+  +'ientHeight'#3#166#0#11'ClientWidth'#3#220#1#8'TabOrder'#2#2#0#9'TListView'
+  +#23'SystemVariablesListView'#4'Left'#2#6#6'Height'#3#154#0#3'Top'#2#6#5'Widt'
+  +'h'#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'C'
+  +'aption'#6#7'Caption'#5'Width'#2'*'#0#0#9'RowSelect'#9#8'SortType'#7#6'stTex'
+  +'t'#8'TabOrder'#2#0#9'ViewStyle'#7#8'vsReport'#0#0#0#0#0#0
 ]);
Index: runparamsopts.pas
===================================================================
--- runparamsopts.pas	(revision 12423)
+++ runparamsopts.pas	(working copy)
@@ -139,6 +139,7 @@
     OkButton: TButton;
     CancelButton: TButton;
     procedure FormResize(Sender: TObject);
+    procedure FormShow(Sender: TObject);
     procedure OkButtonClick(Sender: TObject);
     procedure HostApplicationBrowseBtnClick(Sender: TObject);
     procedure WorkingDirectoryBtnClick(Sender: TObject);
@@ -432,7 +433,7 @@
 procedure TRunParamsOptsDlg.FormResize(Sender: TObject);
 begin
   SystemVariablesGroupBox.Height := (Notebook.Page[1].Height - 37) div 2;
-  UserOverridesGroupBox.Height   := SystemVariablesGroupBox.Height;
+  //UserOverridesGroupBox.Height   := SystemVariablesGroupBox.Height;
 
   SystemVariablesListView.Column[0].Width := SystemVariablesListView.Width div 2;
   SystemVariablesListView.Column[1].Width := SystemVariablesListView.Column[0].Width;
@@ -441,6 +442,11 @@
   UserOverridesListView.Column[1].Width := UserOverridesListView.Column[0].Width;
 end;
 
+procedure TRunParamsOptsDlg.FormShow(Sender: TObject);
+begin
+  SystemVariablesGroupBox.Height := (Notebook.Page[1].Height - 37) div 2;
+end;
+
 procedure TRunParamsOptsDlg.HostApplicationBrowseBtnClick(Sender: TObject);
 var
   OpenDialog: TOpenDialog;
