home *** CD-ROM | disk | FTP | other *** search
/ Hot Shareware 35 / hot35.iso / ficheros / 9EDU / VIN32_96.ZIP / VIN32.EXE / 0 / RCDATA / TACTIVATEF / TACTIVATEF.txt
Text File  |  1998-04-25  |  2KB  |  82 lines

  1. object ActivateF: TActivateF
  2.   Left = 777
  3.   Top = 300
  4.   HelpContext = 200
  5.   BorderStyle = bsDialog
  6.   Caption = 'Sorry your free use time has run out.'
  7.   ClientHeight = 433
  8.   ClientWidth = 522
  9.   Color = clAqua
  10.   Font.Color = clBlack
  11.   Font.Height = -20
  12.   Font.Name = 'Times New Roman Special G1'
  13.   Font.Style = [fsBold]
  14.   FormStyle = fsStayOnTop
  15.   Position = poScreenCenter
  16.   OnActivate = FormActivate
  17.   OnPaint = FormPaint
  18.   PixelsPerInch = 120
  19.   TextHeight = 30
  20.   object Button1: TButton
  21.     Left = 401
  22.     Top = 365
  23.     Width = 75
  24.     Height = 36
  25.     Caption = 'OK'
  26.     TabOrder = 0
  27.     OnClick = Button1Click
  28.   end
  29.   object GroupBox1: TGroupBox
  30.     Left = 25
  31.     Top = 347
  32.     Width = 339
  33.     Height = 73
  34.     Caption = 'Enter Program Activation Code'
  35.     Font.Color = clBlack
  36.     Font.Height = -13
  37.     Font.Name = 'MS Sans Serif'
  38.     Font.Style = [fsBold]
  39.     ParentFont = False
  40.     TabOrder = 1
  41.     object Edit1: TEdit
  42.       Left = 68
  43.       Top = 24
  44.       Width = 179
  45.       Height = 38
  46.       Font.Color = clBlack
  47.       Font.Height = -20
  48.       Font.Name = 'Times New Roman Special G1'
  49.       Font.Style = [fsBold]
  50.       ParentFont = False
  51.       TabOrder = 0
  52.       Text = 'XXXXXXXX'
  53.     end
  54.   end
  55.   object Memo1: TMemo
  56.     Left = 25
  57.     Top = 48
  58.     Width = 472
  59.     Height = 289
  60.     Font.Color = clBlack
  61.     Font.Height = -15
  62.     Font.Name = 'Times New Roman Special G1'
  63.     Font.Style = [fsBold]
  64.     Lines.Strings = (
  65.       'The free trial of Vinny Graphics is limited.  You may'
  66.       'become a registered user by sending $10(US) to:'
  67.       ''
  68.       '       Vincent J. Sansevero, Jr.'
  69.       '       96 Notch Road'
  70.       '       Bolton,  CT 06043'
  71.       ''
  72.       'Please include your Email address or a stamped self'
  73.       'addressed envelope.  Also include your Serial Number. '
  74.       'A program activation code will be sent to you as soon'
  75.       'as the fee is received.  Free upgrades will be available'
  76.       'to registered users.')
  77.     ParentFont = False
  78.     ReadOnly = True
  79.     TabOrder = 2
  80.   end
  81. end
  82.