1object RunParamsOptsDlg: TRunParamsOptsDlg
2  Left = 443
3  Height = 516
4  Top = 176
5  Width = 500
6  BorderIcons = [biSystemMenu]
7  Caption = 'RunParamsOptsDlg'
8  ClientHeight = 516
9  ClientWidth = 500
10  OnClose = FormClose
11  OnCreate = FormCreate
12  Position = poScreenCenter
13  LCLVersion = '2.1.0.0'
14  object Notebook: TPageControl
15    Left = 0
16    Height = 396
17    Top = 80
18    Width = 500
19    ActivePage = GeneralPage
20    Align = alClient
21    BorderSpacing.Bottom = 6
22    TabIndex = 0
23    TabOrder = 1
24    OnChange = NotebookChange
25    object GeneralPage: TTabSheet
26      Caption = 'GeneralPage'
27      ClientHeight = 367
28      ClientWidth = 496
29      object DisplayGroupBox: TGroupBox
30        Left = 6
31        Height = 84
32        Top = 220
33        Width = 484
34        Align = alTop
35        AutoSize = True
36        BorderSpacing.Around = 6
37        Caption = 'DisplayGroupBox'
38        ClientHeight = 67
39        ClientWidth = 480
40        TabOrder = 3
41        object DisplayEdit: TEdit
42          Left = 6
43          Height = 25
44          Top = 36
45          Width = 468
46          Align = alTop
47          BorderSpacing.Around = 6
48          TabOrder = 1
49          Text = 'DisplayEdit'
50        end
51        object UseDisplayCheckBox: TCheckBox
52          Left = 6
53          Height = 24
54          Top = 6
55          Width = 468
56          Align = alTop
57          BorderSpacing.Left = 6
58          BorderSpacing.Top = 6
59          BorderSpacing.Right = 6
60          BorderSpacing.Bottom = 6
61          Caption = 'UseDisplayCheckBox'
62          TabOrder = 0
63        end
64      end
65      object CmdLineParametersGroupBox: TGroupBox
66        Left = 6
67        Height = 56
68        Top = 66
69        Width = 484
70        Align = alTop
71        AutoSize = True
72        BorderSpacing.Around = 6
73        Caption = 'CmdLineParametersGroupBox'
74        ClientHeight = 39
75        ClientWidth = 480
76        TabOrder = 1
77        object CmdLineParametersComboBox: TComboBox
78          Left = 6
79          Height = 27
80          Top = 6
81          Width = 468
82          Align = alTop
83          BorderSpacing.Around = 6
84          ItemHeight = 0
85          TabOrder = 0
86          Text = 'CmdLineParametersComboBox'
87        end
88      end
89      object UseLaunchingApplicationGroupBox: TGroupBox
90        Left = 6
91        Height = 86
92        Top = 128
93        Width = 484
94        Align = alTop
95        AutoSize = True
96        BorderSpacing.Around = 6
97        Caption = 'UseLaunchingApplicationGroupBox'
98        ClientHeight = 69
99        ClientWidth = 480
100        TabOrder = 2
101        object UseLaunchingApplicationCheckBox: TCheckBox
102          Left = 6
103          Height = 24
104          Top = 6
105          Width = 468
106          Align = alTop
107          BorderSpacing.Left = 6
108          BorderSpacing.Top = 6
109          BorderSpacing.Right = 6
110          BorderSpacing.Bottom = 6
111          Caption = 'UseLaunchingApplicationCheckBox'
112          OnChange = UseLaunchingApplicationCheckBoxChange
113          TabOrder = 0
114        end
115        object UseLaunchingApplicationComboBox: TComboBox
116          Left = 6
117          Height = 27
118          Top = 36
119          Width = 468
120          Align = alTop
121          BorderSpacing.Around = 6
122          ItemHeight = 0
123          TabOrder = 1
124          Text = 'UseLaunchingApplicationComboBox'
125        end
126      end
127      object HostApplicationGroupBox: TGroupBox
128        Left = 6
129        Height = 54
130        Top = 6
131        Width = 484
132        Align = alTop
133        AutoSize = True
134        BorderSpacing.Around = 6
135        Caption = 'HostApplicationGroupBox'
136        ClientHeight = 37
137        ClientWidth = 480
138        TabOrder = 0
139        object HostApplicationBrowseBtn: TButton
140          AnchorSideTop.Control = HostApplicationGroupBox
141          AnchorSideRight.Control = HostApplicationGroupBox
142          AnchorSideRight.Side = asrBottom
143          AnchorSideBottom.Control = HostApplicationEdit
144          AnchorSideBottom.Side = asrBottom
145          Left = 314
146          Height = 25
147          Top = 6
148          Width = 160
149          Anchors = [akTop, akRight, akBottom]
150          AutoSize = True
151          BorderSpacing.Left = 6
152          BorderSpacing.Top = 6
153          BorderSpacing.Right = 6
154          Caption = 'HostApplicationBrowseBtn'
155          OnClick = HostApplicationBrowseBtnClick
156          TabOrder = 1
157        end
158        object HostApplicationEdit: TEdit
159          AnchorSideLeft.Control = HostApplicationGroupBox
160          AnchorSideTop.Control = HostApplicationGroupBox
161          AnchorSideRight.Control = HostApplicationBrowseBtn
162          Left = 6
163          Height = 25
164          Top = 6
165          Width = 302
166          Anchors = [akTop, akLeft, akRight]
167          BorderSpacing.Around = 6
168          TabOrder = 0
169          Text = 'HostApplicationEdit'
170        end
171      end
172      object WorkingDirectoryGroupBox: TGroupBox
173        Left = 6
174        Height = 56
175        Top = 310
176        Width = 484
177        Align = alTop
178        AutoSize = True
179        BorderSpacing.Around = 6
180        Caption = 'WorkingDirectoryGroupBox'
181        ClientHeight = 39
182        ClientWidth = 480
183        TabOrder = 4
184        object WorkingDirectoryBtn: TButton
185          AnchorSideTop.Control = WorkingDirectoryGroupBox
186          AnchorSideRight.Control = WorkingDirectoryGroupBox
187          AnchorSideRight.Side = asrBottom
188          AnchorSideBottom.Control = WorkingDirectoryComboBox
189          AnchorSideBottom.Side = asrBottom
190          Left = 343
191          Height = 27
192          Top = 6
193          Width = 131
194          Anchors = [akTop, akRight, akBottom]
195          AutoSize = True
196          BorderSpacing.Top = 6
197          BorderSpacing.Right = 6
198          Caption = 'WorkingDirectoryBtn'
199          OnClick = WorkingDirectoryBtnClick
200          TabOrder = 1
201        end
202        object WorkingDirectoryComboBox: TComboBox
203          AnchorSideLeft.Control = WorkingDirectoryGroupBox
204          AnchorSideTop.Control = WorkingDirectoryGroupBox
205          AnchorSideRight.Control = WorkingDirectoryBtn
206          Left = 6
207          Height = 27
208          Top = 6
209          Width = 331
210          Anchors = [akTop, akLeft, akRight]
211          BorderSpacing.Around = 6
212          ItemHeight = 0
213          TabOrder = 0
214          Text = 'WorkingDirectoryComboBox'
215        end
216      end
217    end
218    object EnvVarsPage: TTabSheet
219      Caption = 'EnvVarsPage'
220      ClientHeight = 367
221      ClientWidth = 496
222      OnResize = EnvVarsPageResize
223      object IncludeSystemVariablesCheckBox: TCheckBox
224        AnchorSideLeft.Control = EnvVarsPage
225        AnchorSideBottom.Control = EnvVarsPage
226        Left = 6
227        Height = 19
228        Top = 339
229        Width = 480
230        Align = alBottom
231        BorderSpacing.Around = 6
232        Caption = 'IncludeSystemVariablesCheckBox'
233        Enabled = False
234        TabOrder = 2
235      end
236      object UserOverridesGroupBox: TGroupBox
237        AnchorSideLeft.Control = EnvVarsPage
238        AnchorSideTop.Side = asrBottom
239        AnchorSideRight.Control = EnvVarsPage
240        AnchorSideRight.Side = asrBottom
241        AnchorSideBottom.Control = IncludeSystemVariablesCheckBox
242        Left = 6
243        Height = 104
244        Top = 229
245        Width = 480
246        Anchors = [akTop, akLeft, akRight, akBottom]
247        BorderSpacing.Around = 6
248        Caption = 'UserOverridesGroupBox'
249        ClientHeight = 87
250        ClientWidth = 476
251        TabOrder = 1
252        object UserOverridesListView: TListView
253          AnchorSideLeft.Control = UserOverridesGroupBox
254          AnchorSideTop.Control = UserOverridesGroupBox
255          AnchorSideRight.Control = UserOverridesGroupBox
256          AnchorSideBottom.Control = UserOverridesAddButton
257          Left = 6
258          Height = 41
259          Top = 6
260          Width = 464
261          Align = alTop
262          Anchors = [akTop, akLeft, akRight, akBottom]
263          BorderSpacing.Around = 6
264          Columns = <
265            item
266              AutoSize = True
267              Caption = 'Caption'
268              Width = 1
269            end
270            item
271              AutoSize = True
272              Caption = 'Caption'
273              Width = 457
274            end>
275          RowSelect = True
276          SortType = stText
277          TabOrder = 0
278          ViewStyle = vsReport
279          OnSelectItem = UserOverridesListViewSelectItem
280        end
281        object UserOverridesAddButton: TBitBtn
282          AnchorSideLeft.Control = UserOverridesGroupBox
283          AnchorSideBottom.Control = UserOverridesGroupBox
284          AnchorSideBottom.Side = asrBottom
285          Left = 6
286          Height = 25
287          Top = 53
288          Width = 157
289          Anchors = [akLeft, akBottom]
290          AutoSize = True
291          BorderSpacing.Around = 6
292          Caption = 'UserOverridesAddButton'
293          OnClick = UserOverridesAddButtonClick
294          TabOrder = 1
295        end
296        object UserOverridesEditButton: TBitBtn
297          AnchorSideLeft.Control = UserOverridesDeleteButton
298          AnchorSideLeft.Side = asrBottom
299          AnchorSideBottom.Control = UserOverridesGroupBox
300          AnchorSideBottom.Side = asrBottom
301          Left = 343
302          Height = 25
303          Top = 53
304          Width = 155
305          Anchors = [akLeft, akBottom]
306          AutoSize = True
307          BorderSpacing.Around = 6
308          Caption = 'UserOverridesEditButton'
309          OnClick = UserOverridesEditButtonClick
310          TabOrder = 3
311        end
312        object UserOverridesDeleteButton: TBitBtn
313          AnchorSideLeft.Control = UserOverridesAddButton
314          AnchorSideLeft.Side = asrBottom
315          AnchorSideBottom.Control = UserOverridesGroupBox
316          AnchorSideBottom.Side = asrBottom
317          Left = 169
318          Height = 25
319          Top = 53
320          Width = 168
321          Anchors = [akLeft, akBottom]
322          AutoSize = True
323          BorderSpacing.Around = 6
324          Caption = 'UserOverridesDeleteButton'
325          OnClick = UserOverridesDeleteButtonClick
326          TabOrder = 2
327        end
328      end
329      object SystemVariablesGroupBox: TGroupBox
330        AnchorSideBottom.Control = UserOverridesGroupBox
331        Left = 6
332        Height = 217
333        Top = 6
334        Width = 480
335        Align = alTop
336        Anchors = [akTop, akLeft, akRight, akBottom]
337        BorderSpacing.Around = 6
338        Caption = 'SystemVariablesGroupBox'
339        ClientHeight = 200
340        ClientWidth = 476
341        TabOrder = 0
342        object SystemVariablesListView: TListView
343          AnchorSideLeft.Control = SystemVariablesGroupBox
344          AnchorSideTop.Control = SystemVariablesGroupBox
345          AnchorSideRight.Control = SystemVariablesGroupBox
346          AnchorSideBottom.Control = SystemVariablesGroupBox
347          Left = 6
348          Height = 185
349          Top = 6
350          Width = 464
351          Align = alClient
352          BorderSpacing.Around = 6
353          Columns = <
354            item
355              AutoSize = True
356              Caption = 'Caption'
357              Width = 1
358            end
359            item
360              AutoSize = True
361              Caption = 'Caption'
362              Width = 457
363            end>
364          ReadOnly = True
365          RowSelect = True
366          SortType = stText
367          TabOrder = 0
368          ViewStyle = vsReport
369        end
370      end
371    end
372    object PreviewPage: TTabSheet
373      Caption = 'PreviewPage'
374      ClientHeight = 367
375      ClientWidth = 496
376      object PreviewMemo: TMemo
377        Left = 0
378        Height = 343
379        Top = 0
380        Width = 496
381        Align = alClient
382        Lines.Strings = (
383          'PreviewMemo'
384        )
385        TabOrder = 0
386      end
387      object PreviewMultilineCheckBox: TCheckBox
388        Left = 0
389        Height = 24
390        Top = 343
391        Width = 496
392        Align = alBottom
393        Caption = 'PreviewMultilineCheckBox'
394        OnChange = PreviewMultilineCheckBoxChange
395        TabOrder = 1
396      end
397    end
398  end
399  object ButtonPanel: TButtonPanel
400    Left = 6
401    Height = 28
402    Top = 482
403    Width = 488
404    OKButton.Name = 'OKButton'
405    OKButton.DefaultCaption = True
406    OKButton.OnClick = OkButtonClick
407    HelpButton.Name = 'HelpButton'
408    HelpButton.DefaultCaption = True
409    HelpButton.OnClick = HelpButtonClick
410    CloseButton.Name = 'CloseButton'
411    CloseButton.DefaultCaption = True
412    CloseButton.Enabled = False
413    CancelButton.Name = 'CancelButton'
414    CancelButton.DefaultCaption = True
415    TabOrder = 2
416    ShowButtons = [pbOK, pbCancel, pbHelp]
417    ShowBevel = False
418  end
419  object Panel1: TPanel
420    Left = 10
421    Height = 60
422    Top = 10
423    Width = 480
424    Align = alTop
425    AutoSize = True
426    BorderSpacing.Around = 10
427    BevelOuter = bvNone
428    ClientHeight = 60
429    ClientWidth = 480
430    TabOrder = 0
431    object ModesLabel: TLabel
432      Left = 0
433      Height = 15
434      Top = 2
435      Width = 65
436      Caption = 'ModesLabel'
437      ParentColor = False
438    end
439    object ModesComboBox: TComboBox
440      AnchorSideLeft.Control = ModesLabel
441      AnchorSideLeft.Side = asrBottom
442      Left = 74
443      Height = 29
444      Top = 0
445      Width = 217
446      BorderSpacing.Left = 9
447      ItemHeight = 0
448      OnChange = ModesComboBoxChange
449      Style = csDropDownList
450      TabOrder = 0
451    end
452    object ToolBar1: TToolBar
453      AnchorSideLeft.Control = ModesComboBox
454      AnchorSideLeft.Side = asrBottom
455      AnchorSideTop.Control = ModesComboBox
456      AnchorSideTop.Side = asrCenter
457      Left = 297
458      Height = 22
459      Top = 3
460      Width = 47
461      Align = alNone
462      AutoSize = True
463      BorderSpacing.Left = 6
464      Caption = 'ToolBar1'
465      EdgeBorders = []
466      TabOrder = 1
467      object NewModeButton: TToolButton
468        Left = 1
469        Top = 0
470        Caption = 'NewModeButton'
471        OnClick = NewModeButtonClick
472        ParentShowHint = False
473        ShowCaption = False
474        ShowHint = True
475      end
476      object DeleteModeButton: TToolButton
477        Left = 24
478        Top = 0
479        Caption = 'DeleteModeButton'
480        OnClick = DeleteModeButtonClick
481        ParentShowHint = False
482        ShowCaption = False
483        ShowHint = True
484      end
485    end
486    object SaveInComboBox: TComboBox
487      AnchorSideLeft.Control = SaveInLabel
488      AnchorSideLeft.Side = asrBottom
489      AnchorSideTop.Control = ModesComboBox
490      AnchorSideTop.Side = asrBottom
491      Left = 73
492      Height = 25
493      Top = 35
494      Width = 169
495      BorderSpacing.Left = 9
496      BorderSpacing.Top = 6
497      ItemHeight = 0
498      ItemIndex = 0
499      Items.Strings = (
500        'LPS'
501        'LPI'
502      )
503      Style = csDropDownList
504      TabOrder = 2
505      Text = 'LPS'
506    end
507    object SaveInLabel: TLabel
508      AnchorSideTop.Control = SaveInComboBox
509      Left = 0
510      Height = 15
511      Top = 38
512      Width = 64
513      BorderSpacing.Top = 3
514      Caption = 'SaveInLabel'
515      ParentColor = False
516    end
517  end
518end
519