home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1999 January / pcwk_01_1999.iso / Top100sh / Toolsys / Resc95 / RESCUE95.EXE / 0 / RCDATA / TFORM2 / TFORM2.txt < prev   
Text File  |  1998-09-13  |  5KB  |  242 lines

  1. object Form2: TForm2
  2.   Left = 201
  3.   Top = 108
  4.   HelpContext = 8
  5.   BorderIcons = []
  6.   BorderStyle = bsDialog
  7.   Caption = 'WinRescue 95'
  8.   ClientHeight = 246
  9.   ClientWidth = 360
  10.   Color = clWhite
  11.   Font.Charset = DEFAULT_CHARSET
  12.   Font.Color = clWindowText
  13.   Font.Height = -11
  14.   Font.Name = 'MS Sans Serif'
  15.   Font.Style = []
  16.   Icon.Data = {<image000.ico>}
  17.   Position = poScreenCenter
  18.   OnActivate = FormShow
  19.   OnClose = FormClose
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object Shape1: TShape
  23.     Left = 12
  24.     Top = 5
  25.     Width = 162
  26.     Height = 92
  27.     Brush.Color = clRed
  28.   end
  29.   object Image1: TImage
  30.     Left = 27
  31.     Top = 11
  32.     Width = 140
  33.     Height = 30
  34.     Picture.Data = {<image001.bmp>}
  35.   end
  36.   object Label8: TLabel
  37.     Left = 56
  38.     Top = 36
  39.     Width = 97
  40.     Height = 13
  41.     Alignment = taRightJustify
  42.     AutoSize = False
  43.     Caption = 'Version 8.02  09/13/98'
  44.     Font.Charset = DEFAULT_CHARSET
  45.     Font.Color = clBlack
  46.     Font.Height = -8
  47.     Font.Name = 'Small Fonts'
  48.     Font.Style = []
  49.     ParentFont = False
  50.     Transparent = True
  51.     WordWrap = True
  52.   end
  53.   object Label1: TLabel
  54.     Left = 28
  55.     Top = 50
  56.     Width = 129
  57.     Height = 45
  58.     Alignment = taCenter
  59.     AutoSize = False
  60.     Caption = 
  61.       '∩┐╜ Copyright 1998 by Ray Geide Super Win Software http://superwin' +
  62.       '.com geide@superwin.com'
  63.     Color = clRed
  64.     Font.Charset = DEFAULT_CHARSET
  65.     Font.Color = clBlack
  66.     Font.Height = -9
  67.     Font.Name = 'Small Fonts'
  68.     Font.Style = []
  69.     ParentColor = False
  70.     ParentFont = False
  71.     Transparent = True
  72.     WordWrap = True
  73.   end
  74.   object Label2: TLabel
  75.     Left = 16
  76.     Top = 102
  77.     Width = 153
  78.     Height = 33
  79.     Alignment = taCenter
  80.     AutoSize = False
  81.     Caption = 'See instructions to the right for registering.'
  82.     Font.Charset = DEFAULT_CHARSET
  83.     Font.Color = clBlue
  84.     Font.Height = -11
  85.     Font.Name = 'MS Sans Serif'
  86.     Font.Style = []
  87.     ParentFont = False
  88.     WordWrap = True
  89.   end
  90.   object Label3: TLabel
  91.     Left = 22
  92.     Top = 196
  93.     Width = 139
  94.     Height = 13
  95.     Caption = 'Enter Registration Key below:'
  96.     Color = clWhite
  97.     Font.Charset = DEFAULT_CHARSET
  98.     Font.Color = clBlue
  99.     Font.Height = -11
  100.     Font.Name = 'MS Sans Serif'
  101.     Font.Style = []
  102.     ParentColor = False
  103.     ParentFont = False
  104.   end
  105.   object Label7: TLabel
  106.     Left = 236
  107.     Top = 22
  108.     Width = 49
  109.     Height = 33
  110.     Alignment = taCenter
  111.     AutoSize = False
  112.     Caption = '10'
  113.     Color = clWhite
  114.     Font.Charset = DEFAULT_CHARSET
  115.     Font.Color = clBlack
  116.     Font.Height = -32
  117.     Font.Name = 'MS Sans Serif'
  118.     Font.Style = [fsBold]
  119.     ParentColor = False
  120.     ParentFont = False
  121.     Transparent = True
  122.   end
  123.   object Label10: TLabel
  124.     Left = 152
  125.     Top = 28
  126.     Width = 10
  127.     Height = 8
  128.     Caption = 'TM'
  129.     Font.Charset = ANSI_CHARSET
  130.     Font.Color = clWindowText
  131.     Font.Height = -7
  132.     Font.Name = 'Small Fonts'
  133.     Font.Style = []
  134.     ParentFont = False
  135.     Transparent = True
  136.   end
  137.   object Button2: TButton
  138.     Left = 24
  139.     Top = 134
  140.     Width = 65
  141.     Height = 21
  142.     Caption = '&Continue'
  143.     Default = True
  144.     Enabled = False
  145.     ModalResult = 1
  146.     TabOrder = 0
  147.     OnClick = Button2Click
  148.   end
  149.   object Button3: TButton
  150.     Left = 96
  151.     Top = 134
  152.     Width = 66
  153.     Height = 21
  154.     Caption = 'E&xit'
  155.     Default = True
  156.     ModalResult = 1
  157.     TabOrder = 1
  158.     OnClick = Button3Click
  159.   end
  160.   object Edit1: TEdit
  161.     Left = 16
  162.     Top = 216
  163.     Width = 153
  164.     Height = 21
  165.     TabOrder = 2
  166.   end
  167.   object CheckBox1: TCheckBox
  168.     Left = 24
  169.     Top = 168
  170.     Width = 137
  171.     Height = 17
  172.     Caption = 'Do Not Show This Form.'
  173.     Enabled = False
  174.     Font.Charset = DEFAULT_CHARSET
  175.     Font.Color = clBlue
  176.     Font.Height = -11
  177.     Font.Name = 'MS Sans Serif'
  178.     Font.Style = []
  179.     ParentFont = False
  180.     TabOrder = 3
  181.   end
  182.   object Panel1: TPanel
  183.     Left = 184
  184.     Top = 72
  185.     Width = 169
  186.     Height = 166
  187.     BevelOuter = bvNone
  188.     Color = clBlack
  189.     TabOrder = 4
  190.     object Label4: TLabel
  191.       Left = 2
  192.       Top = 4
  193.       Width = 165
  194.       Height = 81
  195.       Alignment = taCenter
  196.       AutoSize = False
  197.       Caption = 
  198.         'This program is Shareware, you may evaluate it for a period of n' +
  199.         'o more than 30 days.  After this time you must register it by ca' +
  200.         'lling 1-800-242-4775 ext. 15136 or by going to http:// www.super' +
  201.         'win.com/rescue.htm.  Registration price is $19.95.'
  202.       Font.Charset = DEFAULT_CHARSET
  203.       Font.Color = clWhite
  204.       Font.Height = -9
  205.       Font.Name = 'Small Fonts'
  206.       Font.Style = []
  207.       ParentFont = False
  208.       Transparent = True
  209.       WordWrap = True
  210.     end
  211.     object Label5: TLabel
  212.       Left = 2
  213.       Top = 84
  214.       Width = 165
  215.       Height = 97
  216.       Alignment = taCenter
  217.       AutoSize = False
  218.       Caption = 
  219.         'Failure to comply with this condition is a violation of United S' +
  220.         'tates and international copyright law.  This program is fully fu' +
  221.         'nctional for 30 days.  The regislation key gets rid of this nag ' +
  222.         'screen and enables any disabled functions.  Please register.'
  223.       Color = clYellow
  224.       Font.Charset = DEFAULT_CHARSET
  225.       Font.Color = clWhite
  226.       Font.Height = -9
  227.       Font.Name = 'Small Fonts'
  228.       Font.Style = []
  229.       ParentColor = False
  230.       ParentFont = False
  231.       Transparent = True
  232.       WordWrap = True
  233.     end
  234.   end
  235.   object Timer1: TTimer
  236.     Interval = 100
  237.     OnTimer = Timer1Timer
  238.     Left = 304
  239.     Top = 8
  240.   end
  241. end
  242.