home *** CD-ROM | disk | FTP | other *** search
/ Boot Disc 23 / boot-disc-1998-07.iso / bootMark / CDTach / UPGRADE.EXE / 0 / RCDATA / TFORM1 / TFORM1.txt
Text File  |  1997-04-08  |  2KB  |  77 lines

  1. object Form1: TForm1
  2.   Left = 603
  3.   Top = 69
  4.   ActiveControl = Edit1
  5.   BorderIcons = [biSystemMenu]
  6.   BorderStyle = bsSingle
  7.   Caption = 'CD Tach Upgrade'
  8.   ClientHeight = 232
  9.   ClientWidth = 263
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Label1: TLabel
  18.     Left = 8
  19.     Top = 29
  20.     Width = 256
  21.     Height = 87
  22.     AutoSize = False
  23.     Caption = 
  24.       'Call TestaCD Labs now to upgrade to CD Tach Professional for onl' +
  25.       'y $29.95.  You will be given a unique registration code.  Enter ' +
  26.       'the code below and write it down somewhere safe.  You will need ' +
  27.       'this code every time you use CD Tach on a new computer.'
  28.     WordWrap = True
  29.   end
  30.   object Label2: TLabel
  31.     Left = 22
  32.     Top = 140
  33.     Width = 84
  34.     Height = 13
  35.     Caption = 'Registration Code'
  36.   end
  37.   object Label3: TLabel
  38.     Left = 8
  39.     Top = 10
  40.     Width = 89
  41.     Height = 13
  42.     Caption = 'Call (520)531-1880'
  43.     Font.Color = clBlue
  44.     Font.Height = -11
  45.     Font.Name = 'MS Sans Serif'
  46.     Font.Style = []
  47.     ParentFont = False
  48.   end
  49.   object Edit1: TEdit
  50.     Left = 117
  51.     Top = 136
  52.     Width = 121
  53.     Height = 21
  54.     MaxLength = 11
  55.     TabOrder = 0
  56.   end
  57.   object Button1: TButton
  58.     Left = 44
  59.     Top = 197
  60.     Width = 75
  61.     Height = 25
  62.     Caption = '&Register'
  63.     Default = True
  64.     TabOrder = 1
  65.     OnClick = Button1Click
  66.   end
  67.   object Button2: TButton
  68.     Left = 155
  69.     Top = 197
  70.     Width = 75
  71.     Height = 25
  72.     Caption = '&Quit'
  73.     TabOrder = 2
  74.     OnClick = Button2Click
  75.   end
  76. end
  77.