home *** CD-ROM | disk | FTP | other *** search
- object ADRunSettings: TADRunSettings
- Left = 252
- Top = 110
- BorderIcons = [biSystemMenu]
- BorderStyle = bsDialog
- Caption = 'Start a program'
- ClientHeight = 380
- ClientWidth = 426
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- Position = poScreenCenter
- PixelsPerInch = 96
- TextHeight = 13
- object Label1: TLabel
- Left = 16
- Top = 16
- Width = 42
- Height = 13
- Caption = '&Program:'
- FocusControl = eProgram
- end
- object Label2: TLabel
- Left = 16
- Top = 64
- Width = 124
- Height = 13
- Caption = '&Command line parameters:'
- end
- object Label3: TLabel
- Left = 16
- Top = 104
- Width = 393
- Height = 41
- AutoSize = False
- Caption =
- '(Use %1, %2, %3 etc to specify linked documents, @1, @2, @3 etc ' +
- '- linked persons, %% and @@ to escape "%" and "@" characters)'
- WordWrap = True
- end
- object eProgram: TEdit
- Left = 16
- Top = 32
- Width = 289
- Height = 21
- TabOrder = 0
- end
- object bBrowse: TButton
- Left = 312
- Top = 30
- Width = 97
- Height = 25
- Caption = 'Browse'
- TabOrder = 1
- OnClick = bBrowseClick
- end
- object eParams: TEdit
- Left = 16
- Top = 80
- Width = 393
- Height = 21
- TabOrder = 2
- end
- object rgDisplay: TRadioGroup
- Left = 16
- Top = 152
- Width = 393
- Height = 73
- Caption = 'Application window display mode'
- Columns = 2
- ItemIndex = 0
- Items.Strings = (
- '&Normal'
- '&Minimised'
- 'M&aximised'
- '&Hidden')
- TabOrder = 3
- end
- object cbDetached: TCheckBox
- Left = 16
- Top = 240
- Width = 393
- Height = 17
- Caption = '&Run console application as a detached process'
- TabOrder = 4
- end
- object bOK: TButton
- Left = 216
- Top = 344
- Width = 89
- Height = 25
- Caption = '&OK'
- Default = True
- ModalResult = 1
- TabOrder = 5
- OnClick = bOKClick
- end
- object bCancel: TButton
- Left = 320
- Top = 344
- Width = 91
- Height = 25
- Cancel = True
- Caption = 'Cancel'
- ModalResult = 2
- TabOrder = 6
- end
- object cbWait: TCheckBox
- Left = 16
- Top = 264
- Width = 393
- Height = 17
- Caption = '&Wait for completion'
- TabOrder = 7
- OnClick = cbWaitClick
- end
- object cbStopOnError: TCheckBox
- Left = 32
- Top = 288
- Width = 385
- Height = 17
- Caption = '&Stop execution of other actions if execution result code'
- TabOrder = 8
- OnClick = cbWaitClick
- end
- object cbStopIF: TComboBox
- Left = 48
- Top = 312
- Width = 121
- Height = 21
- Style = csDropDownList
- ItemHeight = 13
- ItemIndex = 1
- TabOrder = 9
- Text = 'is not'
- Items.Strings = (
- 'is'
- 'is not'
- 'greater than'
- 'smaller than'
- 'is one of'
- 'is not one of')
- end
- object eResultList: TEdit
- Left = 176
- Top = 312
- Width = 233
- Height = 21
- TabOrder = 10
- OnKeyPress = eResultListKeyPress
- end
- object dOpen: TOpenDialog
- Options = [ofHideReadOnly, ofNoChangeDir, ofPathMustExist, ofFileMustExist, ofShareAware, ofEnableSizing, ofDontAddToRecent]
- Left = 8
- Top = 336
- end
- end
-