home *** CD-ROM | disk | FTP | other *** search
/ Techno Guide - Aspettando Windows 98 / TechnoGuide.iso / fileutil / afloppy / _setup.1 / autofloppy.exe / 0 / RCDATA / TFORM3 / TFORM3.txt < prev   
Text File  |  1997-03-31  |  3KB  |  138 lines

  1. object Form3: TForm3
  2.   Left = 171
  3.   Top = 103
  4.   Width = 640
  5.   Height = 480
  6.   BorderIcons = []
  7.   Caption = '!Unregistered!'
  8.   Color = clSilver
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   FormStyle = fsStayOnTop
  14.   Icon.Data = {<image000.ico>}
  15.   Position = poScreenCenter
  16.   Visible = True
  17.   OnCreate = FormCreate
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Bevel2: TBevel
  21.     Left = 0
  22.     Top = 89
  23.     Width = 632
  24.     Height = 364
  25.     Align = alClient
  26.   end
  27.   object Bevel1: TBevel
  28.     Left = 0
  29.     Top = 0
  30.     Width = 632
  31.     Height = 89
  32.     Align = alTop
  33.     Style = bsRaised
  34.   end
  35.   object Label1: TLabel
  36.     Left = 16
  37.     Top = 104
  38.     Width = 333
  39.     Height = 29
  40.     Caption = 'You have used this program '
  41.     Font.Color = clNavy
  42.     Font.Height = -24
  43.     Font.Name = 'MS Sans Serif'
  44.     Font.Style = [fsBold]
  45.     ParentFont = False
  46.   end
  47.   object Label2: TLabel
  48.     Left = 360
  49.     Top = 104
  50.     Width = 25
  51.     Height = 29
  52.     Caption = '          '
  53.     Font.Color = clNavy
  54.     Font.Height = -24
  55.     Font.Name = 'MS Sans Serif'
  56.     Font.Style = [fsBold]
  57.     ParentFont = False
  58.   end
  59.   object Image1: TImage
  60.     Left = 112
  61.     Top = 16
  62.     Width = 400
  63.     Height = 60
  64.     AutoSize = True
  65.     Picture.Data = {<image001.bmp>}
  66.   end
  67.   object label3: TLabel
  68.     Left = 400
  69.     Top = 104
  70.     Width = 64
  71.     Height = 29
  72.     Caption = 'times.'
  73.     Font.Color = clNavy
  74.     Font.Height = -24
  75.     Font.Name = 'MS Sans Serif'
  76.     Font.Style = []
  77.     ParentFont = False
  78.   end
  79.   object Button1: TButton
  80.     Left = 118
  81.     Top = 400
  82.     Width = 75
  83.     Height = 25
  84.     Caption = '&OK'
  85.     Default = True
  86.     Enabled = False
  87.     TabOrder = 0
  88.     OnClick = Button1Click
  89.   end
  90.   object Button2: TButton
  91.     Left = 438
  92.     Top = 400
  93.     Width = 75
  94.     Height = 25
  95.     Caption = 'C&ancel'
  96.     TabOrder = 1
  97.     OnClick = Button2Click
  98.   end
  99.   object Memo1: TMemo
  100.     Left = 8
  101.     Top = 144
  102.     Width = 617
  103.     Height = 241
  104.     Color = clScrollBar
  105.     Lines.Strings = (
  106.       
  107.         'Welcome to AutoFloppy!  This is Warp Speed Software'#39's latest pro' +
  108.         'ject.  This program will make the PC'#39's floppy drives act as much' +
  109.         ' '
  110.       
  111.         'like a Macintosh as possible.  With AutoFloppy Windows NT or Win' +
  112.         'dows 95 will be able to detect a floppy in the drive without '
  113.       
  114.         'your intervention.  Warp Speed Software needs your continuing su' +
  115.         'pport to continue to make quality programs.  Warp Speed '
  116.       
  117.         'Software is only asking a $5.00 dollar registration fee for Auto' +
  118.         'Floppy.  Please, remember this product is shareware, if you like' +
  119.         ' it, '
  120.       
  121.         'register.  Register by email at nbehnken@htc.net or send $5.00 t' +
  122.         'o :'
  123.       ''
  124.       'Chris Behnken'
  125.       'Warp Speed Software'
  126.       '1588 Ames Road'
  127.       'Prairie du Rocher, IL 62277'
  128.       '')
  129.     TabOrder = 2
  130.   end
  131.   object Timer1: TTimer
  132.     Interval = 10000
  133.     OnTimer = Timer1Timer
  134.     Left = 536
  135.     Top = 416
  136.   end
  137. end
  138.