home *** CD-ROM | disk | FTP | other *** search
- object frmAutoOptimize: TfrmAutoOptimize
- Left = 904
- Top = 161
- BorderStyle = bsDialog
- Caption = 'AutoOptimize Settings'
- ClientHeight = 389
- ClientWidth = 360
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Tahoma'
- Font.Style = []
- OldCreateOrder = False
- Scaled = False
- OnCreate = FormCreate
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object imgRAMDisk: TImage
- Left = 12
- Top = 9
- Width = 32
- Height = 32
- end
- object Label1: TLabel
- Left = 51
- Top = 13
- Width = 298
- Height = 34
- AutoSize = False
- Caption =
- 'AutoOptimize monitors your system and optimizes the memory autom' +
- 'atically when needed without interrupting your work.'
- WordWrap = True
- end
- object GroupBox6: TGroupBox
- Left = 12
- Top = 80
- Width = 337
- Height = 84
- Caption = 'Physical memory'
- TabOrder = 0
- object lblAOTarget2: TLabel
- Left = 225
- Top = 50
- Width = 14
- Height = 13
- HelpContext = 4011
- Caption = 'MB'
- end
- object lblAOTarget1: TLabel
- Left = 12
- Top = 50
- Width = 140
- Height = 13
- HelpContext = 4011
- Caption = 'Increase free memory to:'
- end
- object lblAOLevel1: TLabel
- Left = 12
- Top = 24
- Width = 147
- Height = 13
- HelpContext = 4010
- Caption = 'Optimize automatically at:'
- end
- object lblAOLevel2: TLabel
- Left = 225
- Top = 24
- Width = 91
- Height = 13
- HelpContext = 4010
- Caption = 'MB free memory'
- end
- object txtAOTarget: TEdit
- Left = 169
- Top = 47
- Width = 48
- Height = 20
- HelpContext = 4011
- AutoSize = False
- TabOrder = 2
- Text = '66'
- OnChange = txtAOTargetChange
- OnKeyPress = txtAOTargetKeyPress
- end
- object udAOTarget: TUpDown
- Left = 202
- Top = 49
- Width = 13
- Height = 16
- HelpContext = 4011
- Min = 1
- Max = 200
- Position = 68
- TabOrder = 3
- Wrap = False
- OnChangingEx = udAOTargetChangingEx
- end
- object txtAOLevel: TEdit
- Left = 169
- Top = 21
- Width = 48
- Height = 20
- HelpContext = 4010
- AutoSize = False
- TabOrder = 0
- Text = '4444'
- OnChange = txtAOLevelChange
- OnKeyPress = txtAOLevelKeyPress
- end
- object udAOLevel: TUpDown
- Left = 202
- Top = 23
- Width = 13
- Height = 16
- HelpContext = 4010
- Min = 1
- Max = 200
- Position = 68
- TabOrder = 1
- Wrap = False
- OnChangingEx = udAOLevelChangingEx
- end
- end
- object chkAOEnable: TCheckBox
- Left = 12
- Top = 54
- Width = 336
- Height = 17
- HelpContext = 4009
- Caption = 'Enable AutoOptimize (recommended)'
- Checked = True
- State = cbChecked
- TabOrder = 1
- OnClick = chkAOEnableClick
- end
- object btnOptimal: TButton
- Left = 12
- Top = 357
- Width = 85
- Height = 23
- HelpContext = 25
- Caption = '&Recommended'
- TabOrder = 2
- OnClick = btnOptimalClick
- end
- object GroupBox7: TGroupBox
- Left = 12
- Top = 176
- Width = 337
- Height = 165
- HelpContext = 4003
- Caption = 'Processor usage monitoring'
- TabOrder = 3
- object lblCPUAutodetect: TLabel
- Left = 50
- Top = 68
- Width = 275
- Height = 31
- HelpContext = 4013
- AutoSize = False
- Caption =
- 'Configures all settings automatically to make sure that the load' +
- ' on your system is kept as low as possible.'
- WordWrap = True
- end
- object lblCPUManual1: TLabel
- Left = 50
- Top = 129
- Width = 115
- Height = 13
- HelpContext = 4014
- Caption = 'Only optimize at under'
- WordWrap = True
- end
- object lblCPUManual2: TLabel
- Left = 224
- Top = 129
- Width = 104
- Height = 13
- HelpContext = 4014
- Caption = '% usage'
- end
- object txtCPUManualLvl: TEdit
- Left = 171
- Top = 126
- Width = 48
- Height = 20
- HelpContext = 4014
- AutoSize = False
- TabOrder = 3
- Text = '65'
- OnChange = txtCPUManualLvlChange
- OnKeyPress = txtCPUManualLvlKeyPress
- end
- object udCPUManualLvl: TUpDown
- Left = 204
- Top = 128
- Width = 13
- Height = 16
- HelpContext = 4014
- Min = 1
- Position = 65
- TabOrder = 4
- Wrap = False
- OnChangingEx = udCPUManualLvlChangingEx
- end
- object optCPUAutodetect: TRadioButton
- Left = 32
- Top = 51
- Width = 288
- Height = 16
- HelpContext = 4013
- Caption = 'Use SmartOptimize (recommended)'
- Checked = True
- TabOrder = 0
- TabStop = True
- OnClick = optCPUAutodetectClick
- end
- object optCPUManual: TRadioButton
- Left = 32
- Top = 108
- Width = 290
- Height = 16
- HelpContext = 4014
- Caption = 'Use manual settings'
- TabOrder = 1
- OnClick = optCPUManualClick
- end
- object chkWatchCPU: TCheckBox
- Left = 12
- Top = 23
- Width = 269
- Height = 17
- HelpContext = 4012
- Caption = 'Monitor processor usage (recommended)'
- Checked = True
- State = cbChecked
- TabOrder = 2
- OnClick = chkWatchCPUClick
- end
- end
- object btnOK: TButton
- Left = 193
- Top = 357
- Width = 75
- Height = 23
- HelpContext = 5
- Caption = 'OK'
- Default = True
- TabOrder = 4
- OnClick = btnOKClick
- end
- object btnClose: TButton
- Left = 273
- Top = 357
- Width = 75
- Height = 23
- HelpContext = 3
- Cancel = True
- Caption = 'Cancel'
- TabOrder = 5
- OnClick = btnCloseClick
- end
- end
-