home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 September / Chip_2001-09_cd1.bin / sharewar / ramboost / _SETUP.1 / Rambooster.exe / 0 / RCDATA / TFORM1 / TFORM1.txt
Encoding:
Text File  |  1999-10-07  |  935 b   |  49 lines

  1. object Form1: TForm1
  2.   Left = 270
  3.   Top = 210
  4.   BorderIcons = []
  5.   BorderStyle = bsSingle
  6.   Caption = 'Extras'
  7.   ClientHeight = 84
  8.   ClientWidth = 231
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Panel1: TPanel
  19.     Left = 0
  20.     Top = 0
  21.     Width = 231
  22.     Height = 84
  23.     Align = alClient
  24.     BevelInner = bvRaised
  25.     BevelOuter = bvLowered
  26.     TabOrder = 2
  27.   end
  28.   object Button1: TButton
  29.     Left = 19
  30.     Top = 16
  31.     Width = 193
  32.     Height = 25
  33.     Cursor = crHandPoint
  34.     Caption = 'Create shortcut on the desktop'
  35.     TabOrder = 0
  36.     OnClick = Button1Click
  37.   end
  38.   object Button2: TButton
  39.     Left = 78
  40.     Top = 48
  41.     Width = 75
  42.     Height = 25
  43.     Cursor = crHandPoint
  44.     Caption = '&Close'
  45.     TabOrder = 1
  46.     OnClick = Button2Click
  47.   end
  48. end
  49.