home *** CD-ROM | disk | FTP | other *** search
/ PC World 1999 June / PCWorld_1999-06_cd.bin / Hardware / Drivers / RamBoost / RamBooster.exe / 0 / RCDATA / TABOUTLOMAKE / TABOUTLOMAKE.txt
Text File  |  1999-04-15  |  4KB  |  158 lines

  1. object AboutLomake: TAboutLomake
  2.   Left = 573
  3.   Top = 409
  4.   BorderStyle = bsDialog
  5.   Caption = 'Info'
  6.   ClientHeight = 320
  7.   ClientWidth = 367
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -14
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   PixelsPerInch = 120
  15.   TextHeight = 16
  16.   object Panel1: TPanel
  17.     Left = 10
  18.     Top = 10
  19.     Width = 346
  20.     Height = 255
  21.     BevelInner = bvRaised
  22.     BevelOuter = bvLowered
  23.     ParentColor = True
  24.     TabOrder = 0
  25.     OnMouseMove = Panel1MouseMove
  26.     object ProductName: TLabel
  27.       Left = 35
  28.       Top = 4
  29.       Width = 259
  30.       Height = 48
  31.       Caption = 'Ram Booster'
  32.       Font.Charset = DEFAULT_CHARSET
  33.       Font.Color = clWhite
  34.       Font.Height = -42
  35.       Font.Name = 'Arial'
  36.       Font.Style = [fsBold, fsItalic]
  37.       ParentFont = False
  38.       IsControl = True
  39.     end
  40.     object Version: TLabel
  41.       Left = 115
  42.       Top = 73
  43.       Width = 116
  44.       Height = 16
  45.       Caption = '(C)opyright J.Pajula'
  46.       IsControl = True
  47.     end
  48.     object Copyright: TLabel
  49.       Left = 140
  50.       Top = 58
  51.       Width = 66
  52.       Height = 16
  53.       Caption = 'Version 1.1'
  54.       IsControl = True
  55.     end
  56.     object Comments: TLabel
  57.       Left = 125
  58.       Top = 96
  59.       Width = 96
  60.       Height = 16
  61.       Caption = 'This program is '
  62.       WordWrap = True
  63.       IsControl = True
  64.     end
  65.     object Label1: TLabel
  66.       Left = 32
  67.       Top = 0
  68.       Width = 259
  69.       Height = 48
  70.       Caption = 'Ram Booster'
  71.       Font.Charset = ANSI_CHARSET
  72.       Font.Color = clWindowText
  73.       Font.Height = -42
  74.       Font.Name = 'Arial'
  75.       Font.Style = [fsBold, fsItalic]
  76.       ParentFont = False
  77.       Transparent = True
  78.       OnMouseMove = Label1MouseMove
  79.     end
  80.     object Label2: TLabel
  81.       Left = 116
  82.       Top = 112
  83.       Width = 113
  84.       Height = 24
  85.       Caption = 'FREEWARE'
  86.       Font.Charset = ANSI_CHARSET
  87.       Font.Color = clWindowText
  88.       Font.Height = -20
  89.       Font.Name = 'Arial'
  90.       Font.Style = [fsBold, fsItalic]
  91.       ParentFont = False
  92.     end
  93.     object Label3: TLabel
  94.       Left = 82
  95.       Top = 136
  96.       Width = 182
  97.       Height = 16
  98.       Caption = 'and you may distribute it freely,'
  99.     end
  100.     object Label4: TLabel
  101.       Left = 46
  102.       Top = 152
  103.       Width = 254
  104.       Height = 16
  105.       Caption = 'no warranty of any kind is however granted.'
  106.     end
  107.     object Label5: TLabel
  108.       Left = 135
  109.       Top = 200
  110.       Width = 68
  111.       Height = 16
  112.       Cursor = crHandPoint
  113.       Caption = 'borg@sci.fi'
  114.       Font.Charset = DEFAULT_CHARSET
  115.       Font.Color = clRed
  116.       Font.Height = -13
  117.       Font.Name = 'MS Sans Serif'
  118.       Font.Style = [fsUnderline]
  119.       ParentFont = False
  120.       OnClick = Label5Click
  121.     end
  122.     object Label6: TLabel
  123.       Left = 48
  124.       Top = 176
  125.       Width = 250
  126.       Height = 16
  127.       Caption = 'Click to send me mail or go to my website :'
  128.     end
  129.     object Label7: TLabel
  130.       Left = 68
  131.       Top = 224
  132.       Width = 210
  133.       Height = 16
  134.       Cursor = crHandPoint
  135.       Caption = 'http://www.sci.fi/~borg/rambooster'
  136.       Font.Charset = DEFAULT_CHARSET
  137.       Font.Color = clRed
  138.       Font.Height = -13
  139.       Font.Name = 'MS Sans Serif'
  140.       Font.Style = [fsUnderline]
  141.       ParentFont = False
  142.       OnClick = Label7Click
  143.     end
  144.   end
  145.   object OKButton: TButton
  146.     Left = 137
  147.     Top = 278
  148.     Width = 92
  149.     Height = 30
  150.     Cursor = crHandPoint
  151.     Caption = 'OK'
  152.     Default = True
  153.     ModalResult = 1
  154.     TabOrder = 1
  155.     OnClick = OKButtonClick
  156.   end
  157. end
  158.