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

  1. object ErrorLomake: TErrorLomake
  2.   Left = 500
  3.   Top = 165
  4.   BorderStyle = bsSingle
  5.   Caption = 'Error'
  6.   ClientHeight = 65
  7.   ClientWidth = 465
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -13
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   PixelsPerInch = 120
  14.   TextHeight = 16
  15.   object Label1: TLabel
  16.     Left = 25
  17.     Top = 8
  18.     Width = 423
  19.     Height = 19
  20.     Caption = 'Error : Values above RAM available or zero are invalid'
  21.     Font.Charset = ANSI_CHARSET
  22.     Font.Color = clWindowText
  23.     Font.Height = -17
  24.     Font.Name = 'Arial'
  25.     Font.Style = [fsBold, fsItalic]
  26.     ParentFont = False
  27.   end
  28.   object Button1: TButton
  29.     Left = 195
  30.     Top = 32
  31.     Width = 75
  32.     Height = 25
  33.     Caption = 'Ok'
  34.     TabOrder = 0
  35.     OnClick = Button1Click
  36.   end
  37. end
  38.