home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 June / CHIP_CD_2004-06.iso / software / tuneup_hit / files / TU2004TrialEN.exe / cmSystem.bpl / RCDATA / TFRMCACHE / TFRMCACHE.txt < prev   
Encoding:
Text File  |  2004-03-31  |  18.8 KB  |  722 lines

  1. object frmCache: TfrmCache
  2.   Left = 512
  3.   Top = 477
  4.   BorderStyle = bsNone
  5.   Caption = 'Memory and Cache'
  6.   ClientHeight = 429
  7.   ClientWidth = 423
  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 PageControl1: TPageControl
  21.     Left = 10
  22.     Top = 7
  23.     Width = 405
  24.     Height = 405
  25.     ActivePage = tsCache9x
  26.     MultiLine = True
  27.     TabIndex = 0
  28.     TabOrder = 0
  29.     object tsCache9x: TTabSheet
  30.       Caption = 'File cache'
  31.       ImageIndex = 4
  32.       OnExit = tsCache9xExit
  33.       OnShow = tsCache9xShow
  34.       object imgSystemCache: TImage
  35.         Left = 12
  36.         Top = 10
  37.         Width = 32
  38.         Height = 32
  39.       end
  40.       object Label12: TLabel
  41.         Left = 51
  42.         Top = 10
  43.         Width = 330
  44.         Height = 34
  45.         AutoSize = False
  46.         Caption = 
  47.           'Windows uses a paging file to swap data from physical memory whe' +
  48.           'n memory is low.'
  49.         WordWrap = True
  50.       end
  51.       object gbCache9x: TGroupBox
  52.         Left = 12
  53.         Top = 53
  54.         Width = 372
  55.         Height = 274
  56.         Caption = 'File cache'
  57.         TabOrder = 0
  58.         object Label26: TLabel
  59.           Left = 12
  60.           Top = 17
  61.           Width = 349
  62.           Height = 43
  63.           AutoSize = False
  64.           Caption = 
  65.             'Set the limits for the file cache here. You can increase perform' +
  66.             'ance under Windows 95 by configuring the appropriate settings.'
  67.           WordWrap = True
  68.         end
  69.         object Label38: TLabel
  70.           Left = 12
  71.           Top = 66
  72.           Width = 53
  73.           Height = 13
  74.           HelpContext = 2254
  75.           Caption = 'Minimum:'
  76.           Font.Charset = DEFAULT_CHARSET
  77.           Font.Color = 3357244
  78.           Font.Height = -11
  79.           Font.Name = 'MS Sans Serif'
  80.           Font.Style = [fsBold]
  81.           ParentFont = False
  82.         end
  83.         object Label15: TLabel
  84.           Left = 12
  85.           Top = 168
  86.           Width = 56
  87.           Height = 13
  88.           HelpContext = 2254
  89.           Caption = 'Maximum:'
  90.           Font.Charset = DEFAULT_CHARSET
  91.           Font.Color = 3357244
  92.           Font.Height = -11
  93.           Font.Name = 'MS Sans Serif'
  94.           Font.Style = [fsBold]
  95.           ParentFont = False
  96.         end
  97.         object pnlFileCacheMin: TPanel
  98.           Left = 12
  99.           Top = 84
  100.           Width = 345
  101.           Height = 81
  102.           BevelOuter = bvNone
  103.           TabOrder = 0
  104.           object lblMin: TLabel
  105.             Left = 135
  106.             Top = 21
  107.             Width = 75
  108.             Height = 16
  109.             Alignment = taRightJustify
  110.             AutoSize = False
  111.             Caption = '??? KB'
  112.           end
  113.           object optMinAuto: TRadioButton
  114.             Left = 16
  115.             Top = 1
  116.             Width = 90
  117.             Height = 17
  118.             HelpContext = 2254
  119.             Caption = 'Automatic'
  120.             TabOrder = 0
  121.             OnClick = optMinClick
  122.           end
  123.           object optMinCustom: TRadioButton
  124.             Left = 16
  125.             Top = 20
  126.             Width = 108
  127.             Height = 17
  128.             HelpContext = 2254
  129.             Caption = 'Custom:'
  130.             Checked = True
  131.             TabOrder = 1
  132.             TabStop = True
  133.             OnClick = optMinClick
  134.           end
  135.           object tbMin: TTrackBar
  136.             Left = 27
  137.             Top = 40
  138.             Width = 215
  139.             Height = 29
  140.             HelpContext = 2254
  141.             Max = 512
  142.             Min = 1
  143.             Orientation = trHorizontal
  144.             PageSize = 16
  145.             Frequency = 32
  146.             Position = 1
  147.             SelEnd = 0
  148.             SelStart = 0
  149.             TabOrder = 2
  150.             TickMarks = tmBottomRight
  151.             TickStyle = tsAuto
  152.             OnChange = tbMinChange
  153.           end
  154.         end
  155.         object pnlFileCacheMax: TPanel
  156.           Left = 12
  157.           Top = 187
  158.           Width = 345
  159.           Height = 81
  160.           BevelOuter = bvNone
  161.           TabOrder = 1
  162.           object lblMax: TLabel
  163.             Left = 135
  164.             Top = 21
  165.             Width = 75
  166.             Height = 16
  167.             HelpContext = 2254
  168.             Alignment = taRightJustify
  169.             AutoSize = False
  170.             Caption = '??? KB'
  171.           end
  172.           object optMaxAuto: TRadioButton
  173.             Left = 16
  174.             Top = 1
  175.             Width = 90
  176.             Height = 17
  177.             HelpContext = 2254
  178.             Caption = 'Automatic'
  179.             TabOrder = 0
  180.             OnClick = optMaxClick
  181.           end
  182.           object optMaxCustom: TRadioButton
  183.             Left = 16
  184.             Top = 20
  185.             Width = 108
  186.             Height = 17
  187.             HelpContext = 2254
  188.             Caption = 'Custom:'
  189.             Checked = True
  190.             TabOrder = 1
  191.             TabStop = True
  192.             OnClick = optMaxClick
  193.           end
  194.           object tbMax: TTrackBar
  195.             Left = 27
  196.             Top = 40
  197.             Width = 215
  198.             Height = 29
  199.             HelpContext = 2254
  200.             Max = 512
  201.             Min = 1
  202.             Orientation = trHorizontal
  203.             PageSize = 16
  204.             Frequency = 32
  205.             Position = 1
  206.             SelEnd = 0
  207.             SelStart = 0
  208.             TabOrder = 2
  209.             TickMarks = tmBottomRight
  210.             TickStyle = tsAuto
  211.             OnChange = tbMaxChange
  212.           end
  213.         end
  214.       end
  215.       object btnCache9xDefault: TButton
  216.         Left = 12
  217.         Top = 342
  218.         Width = 97
  219.         Height = 24
  220.         HelpContext = 7
  221.         Caption = 'Restore Defaults'
  222.         TabOrder = 1
  223.         OnClick = btnCache9xDefaultClick
  224.       end
  225.     end
  226.     object tsMemory: TTabSheet
  227.       Caption = 'Memory Management'
  228.       ImageIndex = 3
  229.       OnShow = tsMemoryShow
  230.       object Image5: TImage
  231.         Left = 12
  232.         Top = 10
  233.         Width = 32
  234.         Height = 32
  235.         AutoSize = True
  236.         Picture.Data = {<image000.ico>}
  237.       end
  238.       object Label8: TLabel
  239.         Left = 51
  240.         Top = 10
  241.         Width = 332
  242.         Height = 36
  243.         AutoSize = False
  244.         Caption = 
  245.           'Configure the settings for managing the physical and virtual mem' +
  246.           'ory of your system here.'
  247.         WordWrap = True
  248.       end
  249.       object gbMemLoadHigh: TGroupBox
  250.         Left = 12
  251.         Top = 147
  252.         Width = 372
  253.         Height = 165
  254.         Caption = 'Conventional memory'
  255.         TabOrder = 0
  256.         object Label7: TLabel
  257.           Left = 12
  258.           Top = 17
  259.           Width = 351
  260.           Height = 33
  261.           AutoSize = False
  262.           Caption = 
  263.             'Use these settings to increase the free memory to improve the pe' +
  264.             'rformance of your system.'
  265.           WordWrap = True
  266.         end
  267.         object Label9: TLabel
  268.           Left = 31
  269.           Top = 72
  270.           Width = 309
  271.           Height = 28
  272.           AutoSize = False
  273.           Caption = 
  274.             'Conventional memory will be freed for the execution of DOS progr' +
  275.             'ams. This can lead to hardware conflicts.'
  276.           WordWrap = True
  277.         end
  278.         object Label21: TLabel
  279.           Left = 31
  280.           Top = 124
  281.           Width = 339
  282.           Height = 29
  283.           AutoSize = False
  284.           Caption = 
  285.             'Conventional memory will be freed for the execution of DOS progr' +
  286.             'ams.'
  287.           WordWrap = True
  288.         end
  289.         object chkLocalLoadHigh: TCheckBox
  290.           Left = 12
  291.           Top = 55
  292.           Width = 273
  293.           Height = 15
  294.           HelpContext = 2259
  295.           Caption = 'Load device drivers (.vxd) in the high memory'
  296.           TabOrder = 0
  297.           OnClick = chkLocalLoadHighClick
  298.         end
  299.         object chkLoadTop: TCheckBox
  300.           Left = 12
  301.           Top = 107
  302.           Width = 321
  303.           Height = 15
  304.           HelpContext = 2260
  305.           BiDiMode = bdLeftToRight
  306.           Caption = 'Load Command.com and compressor in the high memory'
  307.           ParentBiDiMode = False
  308.           TabOrder = 1
  309.           OnClick = chkLoadTopClick
  310.         end
  311.       end
  312.       object gbClearPageFileAtShutdown: TGroupBox
  313.         Left = 12
  314.         Top = 186
  315.         Width = 372
  316.         Height = 95
  317.         Caption = 'Paging file'
  318.         TabOrder = 5
  319.         object Label11: TLabel
  320.           Left = 12
  321.           Top = 17
  322.           Width = 350
  323.           Height = 44
  324.           AutoSize = False
  325.           Caption = 
  326.             'Specify whether the paging file should be overwritten with zeros' +
  327.             ' at shutdown to protect your privacy. Attention: this option slo' +
  328.             'ws the shutdown process considerably!'
  329.           WordWrap = True
  330.         end
  331.         object chkClearPageFileAtShutdown: TCheckBox
  332.           Left = 12
  333.           Top = 65
  334.           Width = 269
  335.           Height = 17
  336.           HelpContext = 2257
  337.           Caption = 'Delete paging file at shutdown'
  338.           TabOrder = 0
  339.           OnClick = chkClearPageFileAtShutdownClick
  340.         end
  341.       end
  342.       object gbAlwaysUnloadDLL: TGroupBox
  343.         Left = 12
  344.         Top = 53
  345.         Width = 372
  346.         Height = 81
  347.         Caption = 'Unload libraries immediately'
  348.         TabOrder = 1
  349.         object Label4: TLabel
  350.           Left = 12
  351.           Top = 17
  352.           Width = 350
  353.           Height = 30
  354.           AutoSize = False
  355.           Caption = 
  356.             'Unloading program libraries immediately increases the amount of ' +
  357.             'free memory, but can cause errors and limit system performance.'
  358.           WordWrap = True
  359.         end
  360.         object chkAlwaysUnloadDLL: TCheckBox
  361.           Left = 12
  362.           Top = 51
  363.           Width = 297
  364.           Height = 17
  365.           HelpContext = 2258
  366.           Caption = 'Unload libraries (.dll) immediately when programs are closed'
  367.           TabOrder = 0
  368.           OnClick = chkAlwaysUnloadDLLClick
  369.         end
  370.       end
  371.       object gbPagingExecutive: TGroupBox
  372.         Left = 12
  373.         Top = 53
  374.         Width = 372
  375.         Height = 122
  376.         Caption = 'Virtual memory'
  377.         TabOrder = 2
  378.         object Label1: TLabel
  379.           Left = 12
  380.           Top = 17
  381.           Width = 352
  382.           Height = 30
  383.           AutoSize = False
  384.           Caption = 
  385.             'Disabling driver and core paging can increase system performance' +
  386.             ' on computers with 256 MB memory or more. '
  387.           WordWrap = True
  388.         end
  389.         object Label13: TLabel
  390.           Left = 13
  391.           Top = 49
  392.           Width = 165
  393.           Height = 13
  394.           Caption = 'Driver and Windows system core:'
  395.         end
  396.         object rbPagingExecutiveOn: TRadioButton
  397.           Left = 12
  398.           Top = 70
  399.           Width = 133
  400.           Height = 17
  401.           HelpContext = 2255
  402.           Caption = 'Page as needed'
  403.           Checked = True
  404.           TabOrder = 0
  405.           TabStop = True
  406.           OnClick = rbPagingExecutiveOnClick
  407.         end
  408.         object rbPagingExecutiveOff: TRadioButton
  409.           Left = 12
  410.           Top = 91
  411.           Width = 181
  412.           Height = 17
  413.           HelpContext = 2256
  414.           Caption = 'Always keep in memory'
  415.           TabOrder = 1
  416.           OnClick = rbPagingExecutiveOnClick
  417.         end
  418.       end
  419.       object btnMemoryDefault: TButton
  420.         Left = 12
  421.         Top = 342
  422.         Width = 97
  423.         Height = 24
  424.         HelpContext = 7
  425.         Caption = 'Restore Defaults'
  426.         TabOrder = 3
  427.         OnClick = btnMemoryDefaultClick
  428.       end
  429.       object btnMemoryOpt: TButton
  430.         Left = 114
  431.         Top = 342
  432.         Width = 82
  433.         Height = 24
  434.         HelpContext = 25
  435.         Caption = 'Recommended'
  436.         TabOrder = 4
  437.         OnClick = btnMemoryOptClick
  438.       end
  439.     end
  440.     object tsMemUsage: TTabSheet
  441.       Caption = 'Memory Usage'
  442.       ImageIndex = 5
  443.       OnShow = tsMemUsageShow
  444.       object Label23: TLabel
  445.         Left = 51
  446.         Top = 10
  447.         Width = 330
  448.         Height = 34
  449.         AutoSize = False
  450.         Caption = 
  451.           'You can customize the way that Windows uses physical memory to m' +
  452.           'eet your needs.'
  453.         WordWrap = True
  454.       end
  455.       object Image2: TImage
  456.         Left = 12
  457.         Top = 10
  458.         Width = 32
  459.         Height = 32
  460.         AutoSize = True
  461.         Picture.Data = {<image001.ico>}
  462.       end
  463.       object gbMemUsage: TGroupBox
  464.         Left = 12
  465.         Top = 53
  466.         Width = 372
  467.         Height = 161
  468.         Caption = 'Memory usage'
  469.         TabOrder = 2
  470.         object Label5: TLabel
  471.           Left = 12
  472.           Top = 17
  473.           Width = 345
  474.           Height = 32
  475.           AutoSize = False
  476.           Caption = 
  477.             'You can specify whether more memory should be reserved for progr' +
  478.             'ams or for the system cache here.'
  479.           WordWrap = True
  480.         end
  481.         object Label16: TLabel
  482.           Left = 31
  483.           Top = 67
  484.           Width = 266
  485.           Height = 33
  486.           HelpContext = 2262
  487.           AutoSize = False
  488.           Caption = 
  489.             'Optimizes the performance of the computer for use as a workstati' +
  490.             'on, web server or database server.'
  491.           WordWrap = True
  492.         end
  493.         object Label17: TLabel
  494.           Left = 31
  495.           Top = 119
  496.           Width = 266
  497.           Height = 32
  498.           HelpContext = 2263
  499.           AutoSize = False
  500.           Caption = 
  501.             'Optimizes the performance of the computer for use as a file serv' +
  502.             'er.'
  503.           WordWrap = True
  504.         end
  505.         object optPreferApps: TRadioButton
  506.           Left = 12
  507.           Top = 51
  508.           Width = 150
  509.           Height = 17
  510.           HelpContext = 2262
  511.           Caption = 'Prefer programs'
  512.           TabOrder = 0
  513.           OnClick = optPreferClick
  514.         end
  515.         object optPreferCache: TRadioButton
  516.           Left = 12
  517.           Top = 102
  518.           Width = 164
  519.           Height = 17
  520.           HelpContext = 2263
  521.           Caption = 'Prefer system cache'
  522.           TabOrder = 1
  523.           OnClick = optPreferClick
  524.         end
  525.       end
  526.       object gbMemOptimizer: TGroupBox
  527.         Left = 12
  528.         Top = 226
  529.         Width = 372
  530.         Height = 96
  531.         Caption = 'TuneUp MemOptimizer'
  532.         TabOrder = 3
  533.         object Label2: TLabel
  534.           Left = 51
  535.           Top = 17
  536.           Width = 283
  537.           Height = 31
  538.           AutoSize = False
  539.           Caption = 
  540.             'MemOptimizer monitors and optimizes the free memory in the backg' +
  541.             'round.'
  542.           WordWrap = True
  543.         end
  544.         object imgMemOpt: TImage
  545.           Left = 12
  546.           Top = 17
  547.           Width = 32
  548.           Height = 32
  549.           AutoSize = True
  550.         end
  551.         object btnLaunchMemOptimizer: TButton
  552.           Left = 193
  553.           Top = 55
  554.           Width = 165
  555.           Height = 24
  556.           HelpContext = 26
  557.           Caption = 'Start TuneUp MemOptimizer'
  558.           TabOrder = 0
  559.           OnClick = btnLaunchMemOptimizerClick
  560.         end
  561.       end
  562.       object gbConservativeSFU: TGroupBox
  563.         Left = 12
  564.         Top = 53
  565.         Width = 372
  566.         Height = 95
  567.         Caption = 'Virtual memory'
  568.         TabOrder = 0
  569.         object Label24: TLabel
  570.           Left = 12
  571.           Top = 17
  572.           Width = 351
  573.           Height = 44
  574.           AutoSize = False
  575.           Caption = 
  576.             'If you have more than 128 MB physical memory, you should deactiv' +
  577.             'ate the swapping of unneeded data during idle periods to increas' +
  578.             'e performance and use all of the installed memory.'
  579.           WordWrap = True
  580.         end
  581.         object chkNoConservativeSFU: TCheckBox
  582.           Left = 12
  583.           Top = 65
  584.           Width = 245
  585.           Height = 17
  586.           HelpContext = 2261
  587.           Caption = 'Page unneeded files when idle'
  588.           Checked = True
  589.           State = cbChecked
  590.           TabOrder = 0
  591.           OnClick = chkNoConservativeSFUClick
  592.         end
  593.       end
  594.       object btnMemUsageDefault: TButton
  595.         Left = 12
  596.         Top = 342
  597.         Width = 97
  598.         Height = 24
  599.         HelpContext = 7
  600.         Caption = 'Restore Defaults'
  601.         TabOrder = 1
  602.         OnClick = btnMemUsageDefaultClick
  603.       end
  604.     end
  605.     object TabSheet1: TTabSheet
  606.       Caption = 'Advanced'
  607.       ImageIndex = 3
  608.       object GroupBox1: TGroupBox
  609.         Left = 12
  610.         Top = 119
  611.         Width = 372
  612.         Height = 95
  613.         Caption = 'TuneUp Process Manager'
  614.         TabOrder = 0
  615.         object Label6: TLabel
  616.           Left = 51
  617.           Top = 17
  618.           Width = 310
  619.           Height = 31
  620.           AutoSize = False
  621.           Caption = 
  622.             'Close unwanted applications quickly and effectively, thereby fre' +
  623.             'eing up memory.'
  624.           WordWrap = True
  625.         end
  626.         object imgProcessManager: TImage
  627.           Left = 12
  628.           Top = 17
  629.           Width = 32
  630.           Height = 32
  631.           AutoSize = True
  632.           Picture.Data = {<image002.ico>}
  633.         end
  634.         object btnLaunchProcessManager: TButton
  635.           Left = 218
  636.           Top = 55
  637.           Width = 140
  638.           Height = 24
  639.           HelpContext = 23
  640.           Caption = 'TuneUp Process Manager'
  641.           TabOrder = 0
  642.           OnClick = btnLaunchProcessManagerClick
  643.         end
  644.       end
  645.       object GroupBox2: TGroupBox
  646.         Left = 12
  647.         Top = 226
  648.         Width = 372
  649.         Height = 96
  650.         Caption = 'TuneUp System Optimizer'
  651.         TabOrder = 1
  652.         object Label10: TLabel
  653.           Left = 51
  654.           Top = 17
  655.           Width = 310
  656.           Height = 31
  657.           AutoSize = False
  658.           Caption = 
  659.             'Deactivate unneeded services and effects to free up more memory ' +
  660.             'for your applications.'
  661.           WordWrap = True
  662.         end
  663.         object imgSysOptimizer: TImage
  664.           Left = 12
  665.           Top = 17
  666.           Width = 32
  667.           Height = 32
  668.           AutoSize = True
  669.           Picture.Data = {<image003.ico>}
  670.         end
  671.         object btnLaunchSystemOptimizer: TButton
  672.           Left = 218
  673.           Top = 55
  674.           Width = 140
  675.           Height = 24
  676.           HelpContext = 22
  677.           Caption = 'TuneUp System Optimizer'
  678.           TabOrder = 0
  679.           OnClick = btnLaunchSystemOptimizerClick
  680.         end
  681.       end
  682.       object GroupBox4: TGroupBox
  683.         Left = 12
  684.         Top = 12
  685.         Width = 372
  686.         Height = 95
  687.         Caption = 'TuneUp StartUp Manager'
  688.         TabOrder = 2
  689.         object Label14: TLabel
  690.           Left = 51
  691.           Top = 17
  692.           Width = 310
  693.           Height = 31
  694.           AutoSize = False
  695.           Caption = 
  696.             'Free up more memory by preventing unneeded programs from startin' +
  697.             'g automatically.'
  698.           WordWrap = True
  699.         end
  700.         object imgStartUpManager: TImage
  701.           Left = 12
  702.           Top = 17
  703.           Width = 32
  704.           Height = 32
  705.           AutoSize = True
  706.           Picture.Data = {<image004.ico>}
  707.         end
  708.         object btnLaunchStartUpControl: TButton
  709.           Left = 218
  710.           Top = 55
  711.           Width = 140
  712.           Height = 24
  713.           HelpContext = 24
  714.           Caption = 'TuneUp StartUp Manager'
  715.           TabOrder = 0
  716.           OnClick = btnLaunchStartUpControlClick
  717.         end
  718.       end
  719.     end
  720.   end
  721. end
  722.