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

  1. object OptionsLomake: TOptionsLomake
  2.   Left = 515
  3.   Top = 480
  4.   BorderIcons = []
  5.   BorderStyle = bsSingle
  6.   Caption = 'Options'
  7.   ClientHeight = 237
  8.   ClientWidth = 445
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -10
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = True
  16.   Position = poScreenCenter
  17.   OnCreate = FormCreate
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Panel1: TPanel
  21.     Left = 0
  22.     Top = 0
  23.     Width = 445
  24.     Height = 237
  25.     Align = alClient
  26.     BorderStyle = bsSingle
  27.     TabOrder = 0
  28.     object DoneButton: TButton
  29.       Left = 191
  30.       Top = 206
  31.       Width = 61
  32.       Height = 20
  33.       Cursor = crHandPoint
  34.       Hint = 'Click to save changes and close options window'
  35.       Caption = '&Done'
  36.       ParentShowHint = False
  37.       ShowHint = True
  38.       TabOrder = 2
  39.       OnClick = DoneButtonClick
  40.     end
  41.     object GroupBox1: TGroupBox
  42.       Left = 5
  43.       Top = 80
  44.       Width = 432
  45.       Height = 121
  46.       Caption = 'Numeric values'
  47.       TabOrder = 1
  48.       object Label2: TLabel
  49.         Left = 53
  50.         Top = 28
  51.         Width = 75
  52.         Height = 13
  53.         Caption = 'Alarm level (Mb)'
  54.       end
  55.       object Label1: TLabel
  56.         Left = 291
  57.         Top = 67
  58.         Width = 3
  59.         Height = 13
  60.       end
  61.       object Label3: TLabel
  62.         Left = 53
  63.         Top = 60
  64.         Width = 176
  65.         Height = 13
  66.         Caption = 'Amount of RAM to free at alarm-level '
  67.       end
  68.       object Label4: TLabel
  69.         Left = 288
  70.         Top = 91
  71.         Width = 121
  72.         Height = 13
  73.         Caption = 'Times to retry optimization'
  74.         ParentShowHint = False
  75.         ShowHint = False
  76.       end
  77.       object Label5: TLabel
  78.         Left = 53
  79.         Top = 83
  80.         Width = 177
  81.         Height = 13
  82.         Caption = 'Run ONLY if CPU-usage is below this'
  83.       end
  84.       object Label6: TLabel
  85.         Left = 59
  86.         Top = 100
  87.         Width = 125
  88.         Height = 13
  89.         Caption = '( 0 = Detection not in use )'
  90.       end
  91.       object Label7: TLabel
  92.         Left = 288
  93.         Top = 48
  94.         Width = 82
  95.         Height = 13
  96.         Caption = 'Interval to refresh'
  97.       end
  98.       object Label8: TLabel
  99.         Left = 288
  100.         Top = 64
  101.         Width = 58
  102.         Height = 13
  103.         Caption = 'screen (sec)'
  104.       end
  105.       object AlarmLevelBox: TSpinEdit
  106.         Left = 7
  107.         Top = 19
  108.         Width = 43
  109.         Height = 22
  110.         Hint = 'Alarm level in Megabytes'
  111.         EditorEnabled = False
  112.         Font.Charset = DEFAULT_CHARSET
  113.         Font.Color = clBlack
  114.         Font.Height = -12
  115.         Font.Name = 'MS Sans Serif'
  116.         Font.Style = [fsBold]
  117.         MaxLength = 2
  118.         MaxValue = 999
  119.         MinValue = 1
  120.         ParentFont = False
  121.         ParentShowHint = False
  122.         ShowHint = True
  123.         TabOrder = 0
  124.         Value = 1
  125.       end
  126.       object SpinEdit1: TSpinEdit
  127.         Left = 245
  128.         Top = 51
  129.         Width = 40
  130.         Height = 22
  131.         Hint = 'Interval of memorybar refresh and alarmlevel check'
  132.         EditorEnabled = False
  133.         Font.Charset = DEFAULT_CHARSET
  134.         Font.Color = clBlack
  135.         Font.Height = -12
  136.         Font.Name = 'MS Sans Serif'
  137.         Font.Style = [fsBold]
  138.         MaxLength = 2
  139.         MaxValue = 30
  140.         MinValue = 1
  141.         ParentFont = False
  142.         ParentShowHint = False
  143.         ShowHint = True
  144.         TabOrder = 3
  145.         Value = 1
  146.       end
  147.       object SpinEdit2: TSpinEdit
  148.         Left = 7
  149.         Top = 51
  150.         Width = 40
  151.         Height = 22
  152.         Hint = 'Amount of RAM to free when alarm level is reached'
  153.         Font.Charset = DEFAULT_CHARSET
  154.         Font.Color = clBlack
  155.         Font.Height = -12
  156.         Font.Name = 'MS Sans Serif'
  157.         Font.Style = [fsBold]
  158.         MaxValue = 999
  159.         MinValue = 1
  160.         ParentFont = False
  161.         ParentShowHint = False
  162.         ShowHint = True
  163.         TabOrder = 1
  164.         Value = 1
  165.       end
  166.       object SpinEdit3: TSpinEdit
  167.         Left = 245
  168.         Top = 83
  169.         Width = 40
  170.         Height = 22
  171.         Hint = 'Times to retry if target RAM is not reached'
  172.         Font.Charset = DEFAULT_CHARSET
  173.         Font.Color = clWindowText
  174.         Font.Height = -12
  175.         Font.Name = 'MS Sans Serif'
  176.         Font.Style = [fsBold]
  177.         MaxValue = 15
  178.         MinValue = 0
  179.         ParentFont = False
  180.         ParentShowHint = False
  181.         ShowHint = True
  182.         TabOrder = 4
  183.         Value = 0
  184.       end
  185.       object SpinEdit4: TSpinEdit
  186.         Left = 7
  187.         Top = 83
  188.         Width = 40
  189.         Height = 22
  190.         Hint = 'Limit-value for CPU-usage'
  191.         MaxValue = 100
  192.         MinValue = 0
  193.         ParentShowHint = False
  194.         ShowHint = True
  195.         TabOrder = 2
  196.         Value = 0
  197.       end
  198.     end
  199.     object GroupBox2: TGroupBox
  200.       Left = 5
  201.       Top = 2
  202.       Width = 432
  203.       Height = 77
  204.       Caption = 'On/Off settings'
  205.       TabOrder = 0
  206.       object SoundBox: TCheckBox
  207.         Left = 13
  208.         Top = 16
  209.         Width = 79
  210.         Height = 13
  211.         Hint = 'Toggle sound on/off'
  212.         Caption = 'Sound on'
  213.         ParentShowHint = False
  214.         ShowHint = True
  215.         TabOrder = 0
  216.       end
  217.       object CheckBox1: TCheckBox
  218.         Left = 13
  219.         Top = 57
  220.         Width = 115
  221.         Height = 17
  222.         Hint = 'Selecting this shows poecessor-usage on the screen'
  223.         Caption = 'Show CPU-usage'
  224.         ParentShowHint = False
  225.         ShowHint = True
  226.         TabOrder = 2
  227.       end
  228.       object AutoLaunchBox: TCheckBox
  229.         Left = 263
  230.         Top = 14
  231.         Width = 167
  232.         Height = 13
  233.         Hint = 'Makes program autostart at Windows startup'
  234.         Caption = 'Launch automatically at startup'
  235.         ParentShowHint = False
  236.         ShowHint = True
  237.         TabOrder = 3
  238.       end
  239.       object StartMiniBox: TCheckBox
  240.         Left = 263
  241.         Top = 34
  242.         Width = 96
  243.         Height = 13
  244.         Hint = 'Check this if you want the program to start minimized'
  245.         Caption = 'Start minimized'
  246.         Color = clBtnFace
  247.         ParentColor = False
  248.         ParentShowHint = False
  249.         ShowHint = True
  250.         TabOrder = 4
  251.       end
  252.       object RunAutomaticallyBox: TCheckBox
  253.         Left = 13
  254.         Top = 38
  255.         Width = 175
  256.         Height = 13
  257.         Hint = 
  258.           'Select this if you want to set alarm level that automatically tr' +
  259.           'iggers program'
  260.         Caption = 'Run automatically at alarm level'
  261.         ParentShowHint = False
  262.         ShowHint = True
  263.         TabOrder = 1
  264.       end
  265.       object ShowPopupBox: TCheckBox
  266.         Left = 264
  267.         Top = 56
  268.         Width = 161
  269.         Height = 17
  270.         Caption = 'Show Pop-up when optimizing'
  271.         TabOrder = 5
  272.       end
  273.     end
  274.   end
  275. end
  276.