home *** CD-ROM | disk | FTP | other *** search
/ 500 Game Surplus / XSurplus.iso / 267 / _SETUP.1 / PBTerm.exe / 0 / RCDATA / TPBTERMCOMMANDFORM / TPBTERMCOMMANDFORM.txt
Text File  |  1997-02-09  |  1KB  |  67 lines

  1. object PBTermCommandForm: TPBTermCommandForm
  2.   Left = 273
  3.   Top = 180
  4.   Width = 435
  5.   Height = 149
  6.   ActiveControl = PBCommandEdit
  7.   Caption = 'Command Configuration'
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Position = poScreenCenter
  13.   OnShow = FormShow
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object PBCommandLabel: TLabel
  17.     Left = 16
  18.     Top = 28
  19.     Width = 98
  20.     Height = 16
  21.     Caption = 'PB Command '
  22.     Font.Color = clBlack
  23.     Font.Height = -13
  24.     Font.Name = 'MS Sans Serif'
  25.     Font.Style = [fsBold]
  26.     ParentFont = False
  27.   end
  28.   object Label2: TLabel
  29.     Left = 124
  30.     Top = 28
  31.     Width = 261
  32.     Height = 16
  33.     Caption = 'Use ampersand (&&) to separate commands.'
  34.     Font.Color = clBlack
  35.     Font.Height = -13
  36.     Font.Name = 'MS Sans Serif'
  37.     Font.Style = []
  38.     ParentFont = False
  39.   end
  40.   object PBCommandEdit: TEdit
  41.     Left = 16
  42.     Top = 48
  43.     Width = 393
  44.     Height = 21
  45.     TabOrder = 0
  46.   end
  47.   object OKButton: TButton
  48.     Left = 260
  49.     Top = 88
  50.     Width = 75
  51.     Height = 25
  52.     Caption = 'Ok'
  53.     Default = True
  54.     ModalResult = 1
  55.     TabOrder = 1
  56.   end
  57.   object CancelButton: TButton
  58.     Left = 340
  59.     Top = 88
  60.     Width = 75
  61.     Height = 25
  62.     Caption = 'Cancel'
  63.     ModalResult = 2
  64.     TabOrder = 2
  65.   end
  66. end
  67.