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

  1. inherited PBTermUserCommandForm: TPBTermUserCommandForm
  2.   Height = 244
  3.   ActiveControl = PBCaptionEdit
  4.   Caption = 'User Command Configuration'
  5.   PixelsPerInch = 96
  6.   TextHeight = 13
  7.   inherited PBCommandLabel: TLabel
  8.     Top = 124
  9.   end
  10.   object CaptionLabel: TLabel [1]
  11.     Left = 16
  12.     Top = 12
  13.     Width = 121
  14.     Height = 16
  15.     Caption = 'Button Caption'
  16.     Font.Color = clBlack
  17.     Font.Height = -13
  18.     Font.Name = 'MS Sans Serif'
  19.     Font.Style = [fsBold]
  20.     ParentFont = False
  21.   end
  22.   inherited Label2: TLabel
  23.     Top = 124
  24.   end
  25.   object HintLabel: TLabel [3]
  26.     Left = 16
  27.     Top = 68
  28.     Width = 133
  29.     Height = 16
  30.     Caption = 'Button Hint'
  31.     Font.Color = clBlack
  32.     Font.Height = -13
  33.     Font.Name = 'MS Sans Serif'
  34.     Font.Style = [fsBold]
  35.     ParentFont = False
  36.   end
  37.   inherited PBCommandEdit: TEdit
  38.     Top = 144
  39.   end
  40.   inherited OKButton: TButton
  41.     Top = 180
  42.     OnClick = OKButtonClick
  43.   end
  44.   inherited CancelButton: TButton
  45.     Top = 180
  46.   end
  47.   object PBCaptionEdit: TEdit
  48.     Left = 16
  49.     Top = 32
  50.     Width = 121
  51.     Height = 21
  52.     MaxLength = 8
  53.     TabOrder = 3
  54.   end
  55.   object PBHintEdit: TEdit
  56.     Left = 16
  57.     Top = 88
  58.     Width = 229
  59.     Height = 21
  60.     MaxLength = 20
  61.     TabOrder = 4
  62.   end
  63. end
  64.