home *** CD-ROM | disk | FTP | other *** search
/ WDR Computer Club Digital 1996 October / CLUB10_96.BIN / share95 / 95rolode / rolodeck.exe / 0 / RCDATA / TFORM9 / TFORM9.txt < prev   
Text File  |  1996-05-31  |  2KB  |  104 lines

  1. object Form9: TForm9
  2.   Left = 205
  3.   Top = 100
  4.   HorzScrollBar.Visible = False
  5.   BorderIcons = []
  6.   BorderStyle = bsDialog
  7.   Caption = 'Time Stamping Program'
  8.   ClientHeight = 293
  9.   ClientWidth = 447
  10.   Font.Color = clWindowText
  11.   Font.Height = -13
  12.   Font.Name = 'System'
  13.   Font.Style = []
  14.   FormStyle = fsStayOnTop
  15.   Position = poScreenCenter
  16.   Scaled = False
  17.   PixelsPerInch = 96
  18.   TextHeight = 16
  19.   object Image1: TImage
  20.     Left = 32
  21.     Top = 24
  22.     Width = 32
  23.     Height = 32
  24.     AutoSize = True
  25.     Picture.Data = {<image000.ico>}
  26.     Stretch = True
  27.   end
  28.   object Memo1: TMemo
  29.     Left = 106
  30.     Top = 7
  31.     Width = 335
  32.     Height = 282
  33.     Alignment = taCenter
  34.     Color = clWhite
  35.     Enabled = False
  36.     Font.Color = clBlack
  37.     Font.Height = -13
  38.     Font.Name = 'System'
  39.     Font.Style = []
  40.     Lines.Strings = (
  41.       'This "try before you buy" program is time '
  42.       'stamped on your initial running of the program. '
  43.       ' At the end of thirty days you will start receiving '
  44.       'regular reminders that the program is not '
  45.       'registered and if you continue to use the '
  46.       'program it needs to be registered.  Registration '
  47.       'brings many benefits including the ability to get '
  48.       'rid of the nuisance screens about registration.'
  49.       'Registration also ensures that you will be '
  50.       'notified of major enhancements to the program '
  51.       'and that those upgrades will be FREE to '
  52.       'registered users who download the upgrade '
  53.       'and only $5 for those needing a diskette. '
  54.       'Continuing from this point indicates your '
  55.       'acceptance of these terms.'
  56.       ''
  57.       '')
  58.     MaxLength = -1
  59.     ParentFont = False
  60.     TabOrder = 0
  61.   end
  62.   object BitBtn1: TBitBtn
  63.     Left = 6
  64.     Top = 207
  65.     Width = 89
  66.     Height = 33
  67.     Caption = '&Proceed'
  68.     TabOrder = 1
  69.     OnClick = BitBtn1Click
  70.     Kind = bkOK
  71.   end
  72.   object BitBtn2: TBitBtn
  73.     Left = 6
  74.     Top = 247
  75.     Width = 89
  76.     Height = 33
  77.     Caption = '&Cancel'
  78.     TabOrder = 2
  79.     OnClick = BitBtn2Click
  80.     Kind = bkCancel
  81.   end
  82.   object Memo2: TMemo
  83.     Left = 0
  84.     Top = 93
  85.     Width = 104
  86.     Height = 108
  87.     Alignment = taCenter
  88.     Color = clBlue
  89.     Font.Color = clWhite
  90.     Font.Height = -11
  91.     Font.Name = 'Arial'
  92.     Font.Style = [fsBold]
  93.     Lines.Strings = (
  94.       'Henning '
  95.       'Associates'
  96.       '1710 Allied St. #36'
  97.       'Charlottesville, '
  98.       'VA 22903'
  99.       '800-823-6896')
  100.     ParentFont = False
  101.     TabOrder = 3
  102.   end
  103. end
  104.