home *** CD-ROM | disk | FTP | other *** search
/ PC World 1999 November / PCWorld_1999-11_cd.bin / Hardware / Drivers / regclnr / RegClean.exe / 0 / RCDATA / TFORM3 / TFORM3.txt
Text File  |  1999-07-28  |  3KB  |  146 lines

  1. object Form3: TForm3
  2.   Left = 288
  3.   Top = 157
  4.   BorderStyle = bsDialog
  5.   Caption = 'About Registry Cleaner'
  6.   ClientHeight = 373
  7.   ClientWidth = 333
  8.   Color = clBlack
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OnClose = FormClose
  15.   OnShow = FormShow
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Memo1: TMemo
  19.     Left = 2
  20.     Top = -210
  21.     Width = 295
  22.     Height = 499
  23.     Alignment = taCenter
  24.     BorderStyle = bsNone
  25.     Color = clBlack
  26.     Ctl3D = False
  27.     Enabled = False
  28.     Font.Charset = DEFAULT_CHARSET
  29.     Font.Color = clWhite
  30.     Font.Height = -11
  31.     Font.Name = 'MS Sans Serif'
  32.     Font.Style = []
  33.     Lines.Strings = (
  34.       'RegCleaner'
  35.       'Copyright 1999 Jouni Vuorio.'
  36.       'www.saunalahti.fi/jv16'
  37.       ''
  38.       'Backup routines by:'
  39.       'Arthur Hoornweg (arthur.hoornweg@email.de)'
  40.       ''
  41.       'DISCLAIMER:'
  42.       'This program is freeware, that means that you can'
  43.       '(and should to) give this program to yor friends and'
  44.       'upload this to your favourite download site, but you'
  45.       'can∩┐╜t edit or modify this program or it∩┐╜s documents in '
  46.       'any way. Please notice that this is a Freeware program, '
  47.       'so it∩┐╜s author hereby declares that he is not responisble'
  48.       'for possible damage RegCleaner does to you, '
  49.       'your computer or your software.'
  50.       ''
  51.       'Read the readme.txt for help and additional info and'
  52.       'technical information.'
  53.       ''
  54.       ''
  55.       '-< THE END >-')
  56.     ParentCtl3D = False
  57.     ParentFont = False
  58.     ReadOnly = True
  59.     TabOrder = 4
  60.   end
  61.   object Panel1: TPanel
  62.     Left = 0
  63.     Top = 0
  64.     Width = 333
  65.     Height = 17
  66.     Align = alTop
  67.     BevelOuter = bvNone
  68.     TabOrder = 0
  69.   end
  70.   object Panel2: TPanel
  71.     Left = 303
  72.     Top = 17
  73.     Width = 30
  74.     Height = 307
  75.     Align = alRight
  76.     BevelOuter = bvNone
  77.     TabOrder = 1
  78.   end
  79.   object Panel3: TPanel
  80.     Left = 0
  81.     Top = 17
  82.     Width = 30
  83.     Height = 307
  84.     Align = alLeft
  85.     BevelOuter = bvNone
  86.     TabOrder = 2
  87.   end
  88.   object Panel4: TPanel
  89.     Left = 0
  90.     Top = 324
  91.     Width = 333
  92.     Height = 49
  93.     Align = alBottom
  94.     BevelOuter = bvNone
  95.     TabOrder = 3
  96.     object Label1: TLabel
  97.       Left = 16
  98.       Top = 12
  99.       Width = 87
  100.       Height = 13
  101.       Cursor = crHandPoint
  102.       Caption = 'jv16@saunalahti.fi'
  103.       Font.Charset = DEFAULT_CHARSET
  104.       Font.Color = clBlue
  105.       Font.Height = -11
  106.       Font.Name = 'MS Sans Serif'
  107.       Font.Style = [fsUnderline]
  108.       ParentFont = False
  109.       OnClick = Label2Click
  110.     end
  111.     object Label2: TLabel
  112.       Left = 16
  113.       Top = 28
  114.       Width = 108
  115.       Height = 13
  116.       Cursor = crHandPoint
  117.       Caption = 'www.saunalahti.fi/jv16'
  118.       Font.Charset = DEFAULT_CHARSET
  119.       Font.Color = clBlue
  120.       Font.Height = -11
  121.       Font.Name = 'MS Sans Serif'
  122.       Font.Style = [fsUnderline]
  123.       ParentFont = False
  124.       OnClick = Label3Click
  125.     end
  126.     object SpeedButton1: TSpeedButton
  127.       Left = 264
  128.       Top = 16
  129.       Width = 59
  130.       Height = 25
  131.       Caption = 'OK'
  132.       Flat = True
  133.       OnClick = SpeedButton1Click
  134.     end
  135.   end
  136.   object Timer1: TDXTimer
  137.     ActiveOnly = True
  138.     Enabled = False
  139.     Interval = 50
  140.     MaxLag = 10
  141.     OnTimer = Timer1Timer
  142.     Left = 160
  143.     Top = 332
  144.   end
  145. end
  146.