home *** CD-ROM | disk | FTP | other *** search
/ PC World Plus! (NZ) 2001 June / HDC50.iso / Runimage / Delphi50 / Bin / CORIDE50.BPL / 0 / RCDATA / TBATCHOPTDLG / TBATCHOPTDLG.txt
Text File  |  1999-08-11  |  3KB  |  121 lines

  1. object BatchOptDlg: TBatchOptDlg
  2.   Left = 230
  3.   Top = 166
  4.   HorzScrollBar.Increment = 36
  5.   VertScrollBar.Increment = 27
  6.   BorderStyle = bsDialog
  7.   Caption = 'Batch File Options'
  8.   ClientHeight = 272
  9.   ClientWidth = 431
  10.   Color = clBtnFace
  11.   ParentFont = True
  12.   OldCreateOrder = True
  13.   Position = poScreenCenter
  14.   OnCreate = FormCreate
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object GroupBox1: TGroupBox
  18.     Left = 8
  19.     Top = 144
  20.     Width = 417
  21.     Height = 89
  22.     Caption = ' Command Execution'
  23.     TabOrder = 1
  24.     object NoteText: TLabel
  25.       Left = 296
  26.       Top = 20
  27.       Width = 113
  28.       Height = 41
  29.       AutoSize = False
  30.       Caption = 'Note: $(COMSPEC) specifies the current command interpreter'
  31.       WordWrap = True
  32.     end
  33.     object InterpretCommands: TRadioButton
  34.       Left = 8
  35.       Top = 18
  36.       Width = 153
  37.       Height = 17
  38.       Caption = 'Use Command &Interpreter:'
  39.       Checked = True
  40.       TabOrder = 0
  41.       TabStop = True
  42.       OnClick = CommandChange
  43.     end
  44.     object ShellCommands: TRadioButton
  45.       Left = 8
  46.       Top = 64
  47.       Width = 113
  48.       Height = 17
  49.       Caption = 'Use &Windows Shell'
  50.       TabOrder = 3
  51.       OnClick = CommandChange
  52.     end
  53.     object InterpreterName: TEdit
  54.       Left = 24
  55.       Top = 37
  56.       Width = 217
  57.       Height = 21
  58.       TabOrder = 1
  59.     end
  60.     object BrowseButton: TButton
  61.       Left = 248
  62.       Top = 38
  63.       Width = 21
  64.       Height = 21
  65.       Caption = '...'
  66.       TabOrder = 2
  67.       OnClick = BrowseButtonClick
  68.     end
  69.   end
  70.   object OKButton: TButton
  71.     Left = 191
  72.     Top = 240
  73.     Width = 75
  74.     Height = 25
  75.     Caption = 'OK'
  76.     Default = True
  77.     ModalResult = 1
  78.     TabOrder = 2
  79.   end
  80.   object CancelButton: TButton
  81.     Left = 271
  82.     Top = 240
  83.     Width = 75
  84.     Height = 25
  85.     Cancel = True
  86.     Caption = 'Cancel'
  87.     ModalResult = 2
  88.     TabOrder = 3
  89.   end
  90.   object HelpButton: TButton
  91.     Left = 352
  92.     Top = 240
  93.     Width = 75
  94.     Height = 25
  95.     Caption = '&Help'
  96.     TabOrder = 4
  97.     OnClick = HelpButtonClick
  98.   end
  99.   object GroupBox2: TGroupBox
  100.     Left = 8
  101.     Top = 8
  102.     Width = 417
  103.     Height = 129
  104.     Caption = '&Commands'
  105.     TabOrder = 0
  106.     object Placeholder: TBevel
  107.       Left = 8
  108.       Top = 16
  109.       Width = 401
  110.       Height = 106
  111.     end
  112.   end
  113.   object OpenDialog: TOpenDialog
  114.     DefaultExt = 'com'
  115.     Filter = 'Programs (*.exe;*.com)|*.exe;*.com|All Files (*.*)|*.*'
  116.     Options = [ofHideReadOnly, ofNoChangeDir, ofPathMustExist, ofFileMustExist, ofEnableSizing]
  117.     Left = 8
  118.     Top = 240
  119.   end
  120. end
  121.