object BatchOptDlg: TBatchOptDlg Left = 230 Top = 166 HorzScrollBar.Increment = 36 VertScrollBar.Increment = 27 BorderStyle = bsDialog Caption = 'Batch File Options' ClientHeight = 272 ClientWidth = 431 Color = clBtnFace ParentFont = True OldCreateOrder = True Position = poScreenCenter OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object GroupBox1: TGroupBox Left = 8 Top = 144 Width = 417 Height = 89 Caption = ' Command Execution' TabOrder = 1 object NoteText: TLabel Left = 296 Top = 20 Width = 113 Height = 41 AutoSize = False Caption = 'Note: $(COMSPEC) specifies the current command interpreter' WordWrap = True end object InterpretCommands: TRadioButton Left = 8 Top = 18 Width = 153 Height = 17 Caption = 'Use Command &Interpreter:' Checked = True TabOrder = 0 TabStop = True OnClick = CommandChange end object ShellCommands: TRadioButton Left = 8 Top = 64 Width = 113 Height = 17 Caption = 'Use &Windows Shell' TabOrder = 3 OnClick = CommandChange end object InterpreterName: TEdit Left = 24 Top = 37 Width = 217 Height = 21 TabOrder = 1 end object BrowseButton: TButton Left = 248 Top = 38 Width = 21 Height = 21 Caption = '...' TabOrder = 2 OnClick = BrowseButtonClick end end object OKButton: TButton Left = 191 Top = 240 Width = 75 Height = 25 Caption = 'OK' Default = True ModalResult = 1 TabOrder = 2 end object CancelButton: TButton Left = 271 Top = 240 Width = 75 Height = 25 Cancel = True Caption = 'Cancel' ModalResult = 2 TabOrder = 3 end object HelpButton: TButton Left = 352 Top = 240 Width = 75 Height = 25 Caption = '&Help' TabOrder = 4 OnClick = HelpButtonClick end object GroupBox2: TGroupBox Left = 8 Top = 8 Width = 417 Height = 129 Caption = '&Commands' TabOrder = 0 object Placeholder: TBevel Left = 8 Top = 16 Width = 401 Height = 106 end end object OpenDialog: TOpenDialog DefaultExt = 'com' Filter = 'Programs (*.exe;*.com)|*.exe;*.com|All Files (*.*)|*.*' Options = [ofHideReadOnly, ofNoChangeDir, ofPathMustExist, ofFileMustExist, ofEnableSizing] Left = 8 Top = 240 end end