home *** CD-ROM | disk | FTP | other *** search
/ BUG 6 / BUGCD1997_09.BIN / UTIL / SAFESCAN / SAFESCAN.EXE / 0 / RCDATA / TFRMREG / TFRMREG.txt < prev   
Text File  |  1996-10-17  |  4KB  |  206 lines

  1. object frmReg: TfrmReg
  2.   Left = 13
  3.   Top = 457
  4.   BorderStyle = bsDialog
  5.   Caption = 'SafetyScan'
  6.   ClientHeight = 248
  7.   ClientWidth = 404
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Icon.Data = {<image000.ico>}
  13.   PixelsPerInch = 96
  14.   TextHeight = 13
  15.   object Label1: TLabel
  16.     Left = 8
  17.     Top = 4
  18.     Width = 333
  19.     Height = 39
  20.     Caption = 
  21.       'This is an unregistered version for evaluation use only.  Please' +
  22.       ' take the time to register this software so that we can continue' +
  23.       ' to provide you with quality products.'
  24.     WordWrap = True
  25.   end
  26.   object Image1: TImage
  27.     Left = 344
  28.     Top = 84
  29.     Width = 57
  30.     Height = 37
  31.     Picture.Data = {<image001.bmp>}
  32.   end
  33.   object Image2: TImage
  34.     Left = 344
  35.     Top = 4
  36.     Width = 57
  37.     Height = 37
  38.     Picture.Data = {<image002.bmp>}
  39.   end
  40.   object Image3: TImage
  41.     Left = 344
  42.     Top = 44
  43.     Width = 57
  44.     Height = 37
  45.     Picture.Data = {<image003.bmp>}
  46.   end
  47.   object Label5: TLabel
  48.     Left = 8
  49.     Top = 68
  50.     Width = 333
  51.     Height = 41
  52.     AutoSize = False
  53.     Caption = 
  54.       'You may evaluate this Software for 30 days or 30 instances, whic' +
  55.       'hever comes first.  If you decide to keep it after that, you mus' +
  56.       't contact KISS to register.'
  57.   end
  58.   object Label15: TLabel
  59.     Left = 212
  60.     Top = 192
  61.     Width = 86
  62.     Height = 13
  63.     Caption = 'Instances Left:'
  64.     Font.Color = clWindowText
  65.     Font.Height = -11
  66.     Font.Name = 'MS Sans Serif'
  67.     Font.Style = [fsBold]
  68.     ParentFont = False
  69.   end
  70.   object lblInst: TLabel
  71.     Left = 300
  72.     Top = 192
  73.     Width = 15
  74.     Height = 13
  75.     Caption = '30'
  76.     Font.Color = clWindowText
  77.     Font.Height = -11
  78.     Font.Name = 'MS Sans Serif'
  79.     Font.Style = [fsBold]
  80.     ParentFont = False
  81.   end
  82.   object Label17: TLabel
  83.     Left = 220
  84.     Top = 168
  85.     Width = 81
  86.     Height = 19
  87.     Caption = 'Only $29.95'
  88.     Font.Color = clWindowText
  89.     Font.Height = -16
  90.     Font.Name = 'Times New Roman'
  91.     Font.Style = [fsBold, fsItalic]
  92.     ParentFont = False
  93.   end
  94.   object btnAgree: TButton
  95.     Left = 324
  96.     Top = 152
  97.     Width = 77
  98.     Height = 21
  99.     Caption = 'I &Agree...'
  100.     Enabled = False
  101.     ModalResult = 1
  102.     TabOrder = 0
  103.     OnClick = btnAgreeClick
  104.   end
  105.   object GroupBox1: TGroupBox
  106.     Left = 4
  107.     Top = 140
  108.     Width = 197
  109.     Height = 105
  110.     Caption = 'KISS - Ordering Information'
  111.     TabOrder = 1
  112.     object Label2: TLabel
  113.       Left = 88
  114.       Top = 20
  115.       Width = 69
  116.       Height = 13
  117.       Caption = '(888)547-7462'
  118.     end
  119.     object Label3: TLabel
  120.       Left = 88
  121.       Top = 36
  122.       Width = 69
  123.       Height = 13
  124.       Caption = '(800)774-6879'
  125.     end
  126.     object Label4: TLabel
  127.       Left = 88
  128.       Top = 52
  129.       Width = 94
  130.       Height = 13
  131.       Caption = 'sscan@kissinc.com'
  132.     end
  133.     object Label6: TLabel
  134.       Left = 88
  135.       Top = 84
  136.       Width = 82
  137.       Height = 13
  138.       Caption = 'www.kissinc.com'
  139.     end
  140.     object Label9: TLabel
  141.       Left = 12
  142.       Top = 20
  143.       Width = 34
  144.       Height = 13
  145.       Caption = 'Phone:'
  146.     end
  147.     object Label10: TLabel
  148.       Left = 12
  149.       Top = 36
  150.       Width = 33
  151.       Height = 13
  152.       Caption = 'FAX:'
  153.     end
  154.     object Label11: TLabel
  155.       Left = 12
  156.       Top = 52
  157.       Width = 33
  158.       Height = 13
  159.       Caption = 'EMail:'
  160.     end
  161.     object Label13: TLabel
  162.       Left = 12
  163.       Top = 84
  164.       Width = 28
  165.       Height = 13
  166.       Alignment = taRightJustify
  167.       Caption = 'WEB:'
  168.     end
  169.   end
  170.   object Button1: TButton
  171.     Left = 240
  172.     Top = 224
  173.     Width = 161
  174.     Height = 21
  175.     Caption = '&Ordering Information'
  176.     Default = True
  177.     TabOrder = 2
  178.     OnClick = Button1Click
  179.   end
  180.   object Button2: TButton
  181.     Left = 324
  182.     Top = 200
  183.     Width = 77
  184.     Height = 21
  185.     Caption = '&Exit'
  186.     TabOrder = 3
  187.     OnClick = Button2Click
  188.   end
  189.   object Button3: TButton
  190.     Left = 324
  191.     Top = 176
  192.     Width = 77
  193.     Height = 21
  194.     Caption = '&Register Now'
  195.     TabOrder = 4
  196.     OnClick = Button3Click
  197.   end
  198.   object Timer1: TTimer
  199.     Enabled = False
  200.     Interval = 3000
  201.     OnTimer = Timer1Timer
  202.     Left = 360
  203.     Top = 104
  204.   end
  205. end
  206.