home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 August / CHIP_CD_2004-08.iso / software / tuneup_hit / files / TU2004TrialEN.exe / MemOptimizer.exe / RCDATA / TFRMAUTOOPTIMIZE / TFRMAUTOOPTIMIZE.txt
Encoding:
Text File  |  2004-03-31  |  5.6 KB  |  268 lines

  1. object frmAutoOptimize: TfrmAutoOptimize
  2.   Left = 904
  3.   Top = 161
  4.   BorderStyle = bsDialog
  5.   Caption = 'AutoOptimize Settings'
  6.   ClientHeight = 389
  7.   ClientWidth = 360
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'Tahoma'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Scaled = False
  16.   OnCreate = FormCreate
  17.   OnShow = FormShow
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object imgRAMDisk: TImage
  21.     Left = 12
  22.     Top = 9
  23.     Width = 32
  24.     Height = 32
  25.   end
  26.   object Label1: TLabel
  27.     Left = 51
  28.     Top = 13
  29.     Width = 298
  30.     Height = 34
  31.     AutoSize = False
  32.     Caption = 
  33.       'AutoOptimize monitors your system and optimizes the memory autom' +
  34.       'atically when needed without interrupting your work.'
  35.     WordWrap = True
  36.   end
  37.   object GroupBox6: TGroupBox
  38.     Left = 12
  39.     Top = 80
  40.     Width = 337
  41.     Height = 84
  42.     Caption = 'Physical memory'
  43.     TabOrder = 0
  44.     object lblAOTarget2: TLabel
  45.       Left = 225
  46.       Top = 50
  47.       Width = 14
  48.       Height = 13
  49.       HelpContext = 4011
  50.       Caption = 'MB'
  51.     end
  52.     object lblAOTarget1: TLabel
  53.       Left = 12
  54.       Top = 50
  55.       Width = 140
  56.       Height = 13
  57.       HelpContext = 4011
  58.       Caption = 'Increase free memory to:'
  59.     end
  60.     object lblAOLevel1: TLabel
  61.       Left = 12
  62.       Top = 24
  63.       Width = 147
  64.       Height = 13
  65.       HelpContext = 4010
  66.       Caption = 'Optimize automatically at:'
  67.     end
  68.     object lblAOLevel2: TLabel
  69.       Left = 225
  70.       Top = 24
  71.       Width = 91
  72.       Height = 13
  73.       HelpContext = 4010
  74.       Caption = 'MB free memory'
  75.     end
  76.     object txtAOTarget: TEdit
  77.       Left = 169
  78.       Top = 47
  79.       Width = 48
  80.       Height = 20
  81.       HelpContext = 4011
  82.       AutoSize = False
  83.       TabOrder = 2
  84.       Text = '66'
  85.       OnChange = txtAOTargetChange
  86.       OnKeyPress = txtAOTargetKeyPress
  87.     end
  88.     object udAOTarget: TUpDown
  89.       Left = 202
  90.       Top = 49
  91.       Width = 13
  92.       Height = 16
  93.       HelpContext = 4011
  94.       Min = 1
  95.       Max = 200
  96.       Position = 68
  97.       TabOrder = 3
  98.       Wrap = False
  99.       OnChangingEx = udAOTargetChangingEx
  100.     end
  101.     object txtAOLevel: TEdit
  102.       Left = 169
  103.       Top = 21
  104.       Width = 48
  105.       Height = 20
  106.       HelpContext = 4010
  107.       AutoSize = False
  108.       TabOrder = 0
  109.       Text = '4444'
  110.       OnChange = txtAOLevelChange
  111.       OnKeyPress = txtAOLevelKeyPress
  112.     end
  113.     object udAOLevel: TUpDown
  114.       Left = 202
  115.       Top = 23
  116.       Width = 13
  117.       Height = 16
  118.       HelpContext = 4010
  119.       Min = 1
  120.       Max = 200
  121.       Position = 68
  122.       TabOrder = 1
  123.       Wrap = False
  124.       OnChangingEx = udAOLevelChangingEx
  125.     end
  126.   end
  127.   object chkAOEnable: TCheckBox
  128.     Left = 12
  129.     Top = 54
  130.     Width = 336
  131.     Height = 17
  132.     HelpContext = 4009
  133.     Caption = 'Enable AutoOptimize (recommended)'
  134.     Checked = True
  135.     State = cbChecked
  136.     TabOrder = 1
  137.     OnClick = chkAOEnableClick
  138.   end
  139.   object btnOptimal: TButton
  140.     Left = 12
  141.     Top = 357
  142.     Width = 85
  143.     Height = 23
  144.     HelpContext = 25
  145.     Caption = '&Recommended'
  146.     TabOrder = 2
  147.     OnClick = btnOptimalClick
  148.   end
  149.   object GroupBox7: TGroupBox
  150.     Left = 12
  151.     Top = 176
  152.     Width = 337
  153.     Height = 165
  154.     HelpContext = 4003
  155.     Caption = 'Processor usage monitoring'
  156.     TabOrder = 3
  157.     object lblCPUAutodetect: TLabel
  158.       Left = 50
  159.       Top = 68
  160.       Width = 275
  161.       Height = 31
  162.       HelpContext = 4013
  163.       AutoSize = False
  164.       Caption = 
  165.         'Configures all settings automatically to make sure that the load' +
  166.         ' on your system is kept as low as possible.'
  167.       WordWrap = True
  168.     end
  169.     object lblCPUManual1: TLabel
  170.       Left = 50
  171.       Top = 129
  172.       Width = 115
  173.       Height = 13
  174.       HelpContext = 4014
  175.       Caption = 'Only optimize at under'
  176.       WordWrap = True
  177.     end
  178.     object lblCPUManual2: TLabel
  179.       Left = 224
  180.       Top = 129
  181.       Width = 104
  182.       Height = 13
  183.       HelpContext = 4014
  184.       Caption = '% usage'
  185.     end
  186.     object txtCPUManualLvl: TEdit
  187.       Left = 171
  188.       Top = 126
  189.       Width = 48
  190.       Height = 20
  191.       HelpContext = 4014
  192.       AutoSize = False
  193.       TabOrder = 3
  194.       Text = '65'
  195.       OnChange = txtCPUManualLvlChange
  196.       OnKeyPress = txtCPUManualLvlKeyPress
  197.     end
  198.     object udCPUManualLvl: TUpDown
  199.       Left = 204
  200.       Top = 128
  201.       Width = 13
  202.       Height = 16
  203.       HelpContext = 4014
  204.       Min = 1
  205.       Position = 65
  206.       TabOrder = 4
  207.       Wrap = False
  208.       OnChangingEx = udCPUManualLvlChangingEx
  209.     end
  210.     object optCPUAutodetect: TRadioButton
  211.       Left = 32
  212.       Top = 51
  213.       Width = 288
  214.       Height = 16
  215.       HelpContext = 4013
  216.       Caption = 'Use SmartOptimize (recommended)'
  217.       Checked = True
  218.       TabOrder = 0
  219.       TabStop = True
  220.       OnClick = optCPUAutodetectClick
  221.     end
  222.     object optCPUManual: TRadioButton
  223.       Left = 32
  224.       Top = 108
  225.       Width = 290
  226.       Height = 16
  227.       HelpContext = 4014
  228.       Caption = 'Use manual settings'
  229.       TabOrder = 1
  230.       OnClick = optCPUManualClick
  231.     end
  232.     object chkWatchCPU: TCheckBox
  233.       Left = 12
  234.       Top = 23
  235.       Width = 269
  236.       Height = 17
  237.       HelpContext = 4012
  238.       Caption = 'Monitor processor usage (recommended)'
  239.       Checked = True
  240.       State = cbChecked
  241.       TabOrder = 2
  242.       OnClick = chkWatchCPUClick
  243.     end
  244.   end
  245.   object btnOK: TButton
  246.     Left = 193
  247.     Top = 357
  248.     Width = 75
  249.     Height = 23
  250.     HelpContext = 5
  251.     Caption = 'OK'
  252.     Default = True
  253.     TabOrder = 4
  254.     OnClick = btnOKClick
  255.   end
  256.   object btnClose: TButton
  257.     Left = 273
  258.     Top = 357
  259.     Width = 75
  260.     Height = 23
  261.     HelpContext = 3
  262.     Cancel = True
  263.     Caption = 'Cancel'
  264.     TabOrder = 5
  265.     OnClick = btnCloseClick
  266.   end
  267. end
  268.