home *** CD-ROM | disk | FTP | other *** search
/ Hot Shareware 32 / hot34.iso / ficheros / 9APLI / TIMBNT25.ZIP / INSTALL.EXE / BILLPOWR.EXE / 0 / RCDATA / TREGISTERPROG / TREGISTERPROG.txt
Text File  |  1998-04-14  |  1KB  |  71 lines

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