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

  1. object OptionsLomake: TOptionsLomake
  2.   Left = 529
  3.   Top = 112
  4.   BorderIcons = []
  5.   BorderStyle = bsSingle
  6.   Caption = 'Options'
  7.   ClientHeight = 282
  8.   ClientWidth = 390
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -13
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OnCreate = FormCreate
  15.   PixelsPerInch = 120
  16.   TextHeight = 16
  17.   object Panel1: TPanel
  18.     Left = 0
  19.     Top = 0
  20.     Width = 390
  21.     Height = 282
  22.     Align = alClient
  23.     BorderStyle = bsSingle
  24.     TabOrder = 0
  25.     object RefreshLabel: TLabel
  26.       Left = 8
  27.       Top = 176
  28.       Width = 159
  29.       Height = 16
  30.       Caption = 'Refresh memory bar every'
  31.     end
  32.     object Label1: TLabel
  33.       Left = 224
  34.       Top = 176
  35.       Width = 52
  36.       Height = 16
  37.       Caption = 'seconds'
  38.     end
  39.     object Label2: TLabel
  40.       Left = 72
  41.       Top = 128
  42.       Width = 97
  43.       Height = 16
  44.       Caption = 'Alarm level (Mb)'
  45.     end
  46.     object SpinEdit1: TSpinEdit
  47.       Left = 176
  48.       Top = 168
  49.       Width = 41
  50.       Height = 26
  51.       Hint = 'Interval of memorybar refresh and alarmlevel check'
  52.       EditorEnabled = False
  53.       MaxLength = 2
  54.       MaxValue = 30
  55.       MinValue = 1
  56.       ParentShowHint = False
  57.       ShowHint = True
  58.       TabOrder = 0
  59.       Value = 1
  60.     end
  61.     object DoneButton: TButton
  62.       Left = 156
  63.       Top = 224
  64.       Width = 75
  65.       Height = 25
  66.       Cursor = crHandPoint
  67.       Hint = 'Click to save changes and close options window'
  68.       Caption = '&Done'
  69.       ParentShowHint = False
  70.       ShowHint = True
  71.       TabOrder = 1
  72.       OnClick = DoneButtonClick
  73.     end
  74.     object SoundBox: TCheckBox
  75.       Left = 16
  76.       Top = 24
  77.       Width = 97
  78.       Height = 17
  79.       Hint = 'Toggle sound on/off'
  80.       Caption = 'Sound on'
  81.       ParentShowHint = False
  82.       ShowHint = True
  83.       TabOrder = 2
  84.     end
  85.     object AlarmLevelBox: TSpinEdit
  86.       Left = 16
  87.       Top = 120
  88.       Width = 41
  89.       Height = 26
  90.       Hint = 'Alarm level in Megabytes'
  91.       EditorEnabled = False
  92.       MaxLength = 2
  93.       MaxValue = 64
  94.       MinValue = 1
  95.       ParentShowHint = False
  96.       ShowHint = True
  97.       TabOrder = 3
  98.       Value = 1
  99.     end
  100.     object AutoLaunchBox: TCheckBox
  101.       Left = 17
  102.       Top = 88
  103.       Width = 233
  104.       Height = 17
  105.       Hint = 'Makes program autostart at Windows startup'
  106.       Caption = 'Launch automatically at startup'
  107.       ParentShowHint = False
  108.       ShowHint = True
  109.       TabOrder = 4
  110.     end
  111.   end
  112.   object RunAutomaticallyBox: TCheckBox
  113.     Left = 18
  114.     Top = 56
  115.     Width = 345
  116.     Height = 17
  117.     Hint = 
  118.       'Select this if you want to set alarm level that automatically tr' +
  119.       'iggers program'
  120.     Caption = 'Run automatically if free Ram is less than alarm level'
  121.     ParentShowHint = False
  122.     ShowHint = True
  123.     TabOrder = 1
  124.   end
  125. end
  126.