home *** CD-ROM | disk | FTP | other *** search
/ The Best of Windows 95.com 1996 December / WIN95_DEC_1996_4.ISO / finance / bilpwrnt.exe / BILLPOWR.EXE / 0 / RCDATA / TREGISTERPROG / TREGISTERPROG.txt
Text File  |  1996-12-15  |  997b  |  53 lines

  1. object RegisterProg: TRegisterProg
  2.   Left = 38
  3.   Top = 96
  4.   Width = 528
  5.   Height = 111
  6.   Caption = 'RegisterProg'
  7.   Font.Color = clWindowText
  8.   Font.Height = -13
  9.   Font.Name = 'System'
  10.   Font.Style = []
  11.   Position = poScreenCenter
  12.   OnCreate = FormCreate
  13.   OnShow = FormShow
  14.   PixelsPerInch = 96
  15.   TextHeight = 16
  16.   object Label1: TLabel
  17.     Left = 6
  18.     Top = 60
  19.     Width = 386
  20.     Height = 16
  21.     Alignment = taRightJustify
  22.     AutoSize = False
  23.     Caption = 'Please enter the Serial Number from your Diskette'#39's label:'
  24.   end
  25.   object Edit1: TEdit
  26.     Left = 398
  27.     Top = 56
  28.     Width = 121
  29.     Height = 24
  30.     TabOrder = 0
  31.     OnKeyDown = Edit1KeyDown
  32.   end
  33.   object OKBtn: TButton
  34.     Left = 456
  35.     Top = 8
  36.     Width = 61
  37.     Height = 27
  38.     Caption = '&Ok'
  39.     TabOrder = 1
  40.     OnClick = OKBtnClick
  41.   end
  42.   object CancelBtn: TButton
  43.     Left = 384
  44.     Top = 8
  45.     Width = 63
  46.     Height = 27
  47.     Cancel = True
  48.     Caption = '&Cancel'
  49.     TabOrder = 2
  50.     OnClick = OKBtnClick
  51.   end
  52. end
  53.