home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 August / CHIP_CD_2004-08.iso / software / tuneup_hit / files / TU2004TrialEN.exe / cmSystem.bpl / RCDATA / TFRMBOOT / TFRMBOOT.txt < prev   
Encoding:
Text File  |  2004-03-31  |  25.0 KB  |  960 lines

  1. object frmBoot: TfrmBoot
  2.   Left = 292
  3.   Top = 495
  4.   BorderStyle = bsNone
  5.   Caption = 'Start and Maintenance'
  6.   ClientHeight = 431
  7.   ClientWidth = 425
  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 = True
  15.   Scaled = False
  16.   OnCreate = FormCreate
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object PageControl1: TPageControl
  20.     Left = 10
  21.     Top = 7
  22.     Width = 405
  23.     Height = 405
  24.     ActivePage = tsBoot9x
  25.     TabIndex = 0
  26.     TabOrder = 0
  27.     object tsBoot9x: TTabSheet
  28.       Caption = 'System Start'
  29.       ImageIndex = 1
  30.       OnShow = tsBoot9xShow
  31.       object GroupBox8: TGroupBox
  32.         Left = 12
  33.         Top = 104
  34.         Width = 372
  35.         Height = 96
  36.         Caption = 'Start logo'
  37.         TabOrder = 1
  38.         object Label25: TLabel
  39.           Left = 51
  40.           Top = 17
  41.           Width = 309
  42.           Height = 42
  43.           AutoSize = False
  44.           Caption = 
  45.             'Specify whether you want to display a graphical logo during star' +
  46.             'tup here. Enabling this function can delay startup and hide impo' +
  47.             'rtant messages.'
  48.           WordWrap = True
  49.         end
  50.         object imgExclamation3: TImage
  51.           Left = 12
  52.           Top = 17
  53.           Width = 32
  54.           Height = 32
  55.           AutoSize = True
  56.         end
  57.         object chkLogo: TCheckBox
  58.           Left = 51
  59.           Top = 65
  60.           Width = 233
  61.           Height = 17
  62.           HelpContext = 2265
  63.           Caption = 'Show logo during system start'
  64.           TabOrder = 0
  65.           OnClick = chkLogoClick
  66.         end
  67.       end
  68.       object gbBootKeys: TGroupBox
  69.         Left = 12
  70.         Top = 10
  71.         Width = 372
  72.         Height = 82
  73.         Caption = 'Function keys'
  74.         TabOrder = 0
  75.         object imgInput: TImage
  76.           Left = 12
  77.           Top = 17
  78.           Width = 32
  79.           Height = 32
  80.           AutoSize = True
  81.         end
  82.         object Label2: TLabel
  83.           Left = 51
  84.           Top = 16
  85.           Width = 319
  86.           Height = 33
  87.           AutoSize = False
  88.           Caption = 
  89.             'Specify whether the function keys should remain available while ' +
  90.             'the message Windows is starting up ... is displayed.'
  91.           WordWrap = True
  92.         end
  93.         object chkBootKeys: TCheckBox
  94.           Left = 51
  95.           Top = 52
  96.           Width = 235
  97.           Height = 17
  98.           HelpContext = 2264
  99.           Caption = 'Enable function keys (F5, F6, F8, etc.)'
  100.           TabOrder = 0
  101.           OnClick = chkBootKeysClick
  102.         end
  103.       end
  104.       object btnBoot9xDefault: TButton
  105.         Left = 12
  106.         Top = 340
  107.         Width = 97
  108.         Height = 25
  109.         HelpContext = 7
  110.         Caption = 'Restore Defaults'
  111.         TabOrder = 3
  112.         OnClick = btnBoot9xDefaultClick
  113.       end
  114.       object gbScanDisk: TGroupBox
  115.         Left = 12
  116.         Top = 213
  117.         Width = 372
  118.         Height = 103
  119.         Caption = 'Start ScanDisk automatically'
  120.         TabOrder = 2
  121.         object Label20: TLabel
  122.           Left = 51
  123.           Top = 17
  124.           Width = 310
  125.           Height = 32
  126.           AutoSize = False
  127.           Caption = 
  128.             'Specify whether you want ScanDisk to start automatically after a' +
  129.             ' system crash to check your drives for errors.'
  130.           WordWrap = True
  131.         end
  132.         object Label21: TLabel
  133.           Left = 51
  134.           Top = 52
  135.           Width = 220
  136.           Height = 13
  137.           HelpContext = 2266
  138.           Caption = 'Scan disks after system crash:'
  139.         end
  140.         object imgScanDisk: TImage
  141.           Left = 12
  142.           Top = 17
  143.           Width = 33
  144.           Height = 33
  145.         end
  146.         object cbScanDisk: TComboBox
  147.           Left = 51
  148.           Top = 69
  149.           Width = 235
  150.           Height = 21
  151.           HelpContext = 2266
  152.           Style = csDropDownList
  153.           ItemHeight = 13
  154.           TabOrder = 0
  155.           OnSelect = cbScanDiskSelect
  156.           Items.Strings = (
  157.             'Automatically (immediately)'
  158.             'After confirmation (delay 60 seconds)'
  159.             'Never')
  160.         end
  161.       end
  162.     end
  163.     object tsBootMenu9x: TTabSheet
  164.       Caption = 'Boot Menu'
  165.       OnShow = tsBootMenu9xShow
  166.       object GroupBox4: TGroupBox
  167.         Left = 12
  168.         Top = 155
  169.         Width = 372
  170.         Height = 165
  171.         Caption = 'Automatic notices and selection'
  172.         TabOrder = 1
  173.         object lblTopicBootMenuDelay: TLabel
  174.           Left = 51
  175.           Top = 132
  176.           Width = 145
  177.           Height = 13
  178.           HelpContext = 2270
  179.           Caption = 'Resume boot process after:'
  180.         end
  181.         object lblMetricBootMenuDelay: TLabel
  182.           Left = 249
  183.           Top = 132
  184.           Width = 55
  185.           Height = 13
  186.           HelpContext = 2270
  187.           Caption = 'second(s)'
  188.         end
  189.         object Label14: TLabel
  190.           Left = 51
  191.           Top = 57
  192.           Width = 54
  193.           Height = 13
  194.           HelpContext = 2269
  195.           Caption = 'Conditions:'
  196.         end
  197.         object lblDescBootMenuDelay: TLabel
  198.           Left = 51
  199.           Top = 93
  200.           Width = 292
  201.           Height = 32
  202.           AutoSize = False
  203.           Caption = 
  204.             'If there is no input from the user, the boot process will be con' +
  205.             'tinued with the selected default menu entry.'
  206.           WordWrap = True
  207.         end
  208.         object Image10: TImage
  209.           Left = 12
  210.           Top = 17
  211.           Width = 32
  212.           Height = 32
  213.           Picture.Data = {<image000.ico>}
  214.         end
  215.         object Label16: TLabel
  216.           Left = 51
  217.           Top = 17
  218.           Width = 306
  219.           Height = 33
  220.           AutoSize = False
  221.           Caption = 
  222.             'Specify under what conditions the boot menu should be displayed ' +
  223.             'during startup automatically in the Conditions box.'
  224.           WordWrap = True
  225.         end
  226.         object cbAutoShowMenuCondition: TComboBox
  227.           Left = 111
  228.           Top = 54
  229.           Width = 194
  230.           Height = 21
  231.           HelpContext = 2269
  232.           Style = csDropDownList
  233.           ItemHeight = 13
  234.           TabOrder = 0
  235.           OnSelect = cbAutoShowMenuConditionSelect
  236.           Items.Strings = (
  237.             'Always'
  238.             'After system crash'
  239.             'Never')
  240.         end
  241.         object udeBootMenuDelay: TUpDownEdit
  242.           Left = 194
  243.           Top = 130
  244.           Width = 47
  245.           Height = 20
  246.           HelpContext = 2270
  247.           Min = 0
  248.           Max = 100
  249.           Position = 0
  250.           TabOrder = 1
  251.           TabStop = True
  252.           OnChange = udeBootMenuDelayChange
  253.           OnExit = udeBootMenuDelayExit
  254.         end
  255.       end
  256.       object GroupBox3: TGroupBox
  257.         Left = 12
  258.         Top = 10
  259.         Width = 372
  260.         Height = 133
  261.         Caption = 'Menu entries'
  262.         TabOrder = 0
  263.         object Label7: TLabel
  264.           Left = 51
  265.           Top = 17
  266.           Width = 313
  267.           Height = 29
  268.           AutoSize = False
  269.           Caption = 
  270.             'Specify the entry that should be selected by default when the bo' +
  271.             'ot menu is displayed.'
  272.           WordWrap = True
  273.         end
  274.         object Label8: TLabel
  275.           Left = 51
  276.           Top = 52
  277.           Width = 112
  278.           Height = 13
  279.           HelpContext = 2267
  280.           Caption = 'Default menu entry:'
  281.         end
  282.         object Image4: TImage
  283.           Left = 12
  284.           Top = 17
  285.           Width = 32
  286.           Height = 32
  287.           Picture.Data = {<image001.ico>}
  288.         end
  289.         object cbBootMenuDefault: TComboBox
  290.           Left = 51
  291.           Top = 69
  292.           Width = 282
  293.           Height = 21
  294.           HelpContext = 2267
  295.           Style = csDropDownList
  296.           ItemHeight = 13
  297.           TabOrder = 0
  298.           OnSelect = cbBootMenuDefaultSelect
  299.           Items.Strings = (
  300.             'Normal'
  301.             'Logged (\BOOTLOG.TXT)'
  302.             'Safe mode'
  303.             '(Safe with network)'
  304.             'Step-by-step confirmation'
  305.             'Command prompt only'
  306.             'Safe mode with command prompt only')
  307.         end
  308.         object chkNetwork: TCheckBox
  309.           Left = 51
  310.           Top = 100
  311.           Width = 309
  312.           Height = 17
  313.           HelpContext = 2268
  314.           Caption = 'Show networking entries (local network necessary)'
  315.           TabOrder = 1
  316.           OnClick = chkNetworkClick
  317.         end
  318.       end
  319.       object btnBootMenu9xDefault: TButton
  320.         Left = 12
  321.         Top = 340
  322.         Width = 97
  323.         Height = 25
  324.         HelpContext = 7
  325.         Caption = 'Restore Defaults'
  326.         TabOrder = 2
  327.         OnClick = btnBootMenu9xDefaultClick
  328.       end
  329.     end
  330.     object tsShutdown9x: TTabSheet
  331.       Caption = 'Shutdown'
  332.       ImageIndex = 6
  333.       OnShow = tsShutdown9xShow
  334.       object gbFastReboot: TGroupBox
  335.         Left = 12
  336.         Top = 131
  337.         Width = 372
  338.         Height = 97
  339.         Caption = 'Quick shutdown'
  340.         TabOrder = 1
  341.         object Label50: TLabel
  342.           Left = 51
  343.           Top = 17
  344.           Width = 307
  345.           Height = 44
  346.           AutoSize = False
  347.           Caption = 
  348.             'If your computer hangs during shutdown when Quick Shutdown is ac' +
  349.             'tivated, this may be caused by Quick Shutdown not resetting driv' +
  350.             'ers at shutdown.'
  351.           WordWrap = True
  352.         end
  353.         object Image36: TImage
  354.           Left = 12
  355.           Top = 17
  356.           Width = 32
  357.           Height = 32
  358.           AutoSize = True
  359.           Picture.Data = {<image002.ico>}
  360.         end
  361.         object chkFastReboot: TCheckBox
  362.           Left = 51
  363.           Top = 65
  364.           Width = 214
  365.           Height = 17
  366.           HelpContext = 2273
  367.           Caption = 'Enable Quick shutdown'
  368.           TabOrder = 0
  369.           OnClick = chkFastRebootClick
  370.         end
  371.       end
  372.       object GroupBox6: TGroupBox
  373.         Left = 12
  374.         Top = 10
  375.         Width = 372
  376.         Height = 111
  377.         Caption = 'Shutdown logos'
  378.         TabOrder = 0
  379.         object Label3: TLabel
  380.           Left = 51
  381.           Top = 17
  382.           Width = 308
  383.           Height = 31
  384.           AutoSize = False
  385.           Caption = 
  386.             'Specify whether you want to display graphical logos at shutdown.' +
  387.             ' This can delay the shutdown process.'
  388.           WordWrap = True
  389.         end
  390.         object imgExclamation2: TImage
  391.           Left = 12
  392.           Top = 17
  393.           Width = 32
  394.           Height = 32
  395.           AutoSize = True
  396.         end
  397.         object chkShowLogoShutdown: TCheckBox
  398.           Left = 51
  399.           Top = 54
  400.           Width = 261
  401.           Height = 17
  402.           HelpContext = 2271
  403.           Caption = 'Shows "Shutdown in progress"'
  404.           TabOrder = 0
  405.           OnClick = chkShowLogoShutdownClick
  406.         end
  407.         object chkShowLogoPowerOff: TCheckBox
  408.           Left = 51
  409.           Top = 78
  410.           Width = 294
  411.           Height = 17
  412.           HelpContext = 2272
  413.           Caption = 'Shows "It is now safe to turn off the computer"'
  414.           TabOrder = 1
  415.           OnClick = chkShowLogoPowerOffClick
  416.         end
  417.       end
  418.       object btnShutdown9xDefault: TButton
  419.         Left = 12
  420.         Top = 340
  421.         Width = 97
  422.         Height = 25
  423.         HelpContext = 7
  424.         Caption = 'Restore Defaults'
  425.         TabOrder = 2
  426.         OnClick = btnShutdown9xDefaultClick
  427.       end
  428.     end
  429.     object tsBoot2k: TTabSheet
  430.       Caption = 'System Start'
  431.       ImageIndex = 6
  432.       OnShow = tsBoot2kShow
  433.       object gbBootDefrag: TGroupBox
  434.         Left = 12
  435.         Top = 10
  436.         Width = 372
  437.         Height = 80
  438.         Caption = 'Boot defragmentation'
  439.         TabOrder = 0
  440.         object Label31: TLabel
  441.           Left = 51
  442.           Top = 17
  443.           Width = 313
  444.           Height = 32
  445.           AutoSize = False
  446.           Caption = 
  447.             'Select whether you want to optimize the order in which the files' +
  448.             ' necessary for the boot process are loaded to speed up booting.'
  449.           WordWrap = True
  450.         end
  451.         object imgDefrag: TImage
  452.           Left = 12
  453.           Top = 17
  454.           Width = 32
  455.           Height = 32
  456.           AutoSize = True
  457.         end
  458.         object chkBootDefrag: TCheckBox
  459.           Left = 51
  460.           Top = 51
  461.           Width = 255
  462.           Height = 17
  463.           HelpContext = 2274
  464.           Caption = 'Enable boot defragmentation (recommended)'
  465.           TabOrder = 0
  466.           OnClick = chkBootDefragClick
  467.         end
  468.       end
  469.       object gbBootLogo2k: TGroupBox
  470.         Left = 12
  471.         Top = 102
  472.         Width = 372
  473.         Height = 98
  474.         Caption = 'Boot logo and error messages'
  475.         TabOrder = 1
  476.         object Label38: TLabel
  477.           Left = 51
  478.           Top = 17
  479.           Width = 307
  480.           Height = 33
  481.           AutoSize = False
  482.           Caption = 
  483.             'Specify whether error messages and the boot logo should be shown' +
  484.             ' during startup.'
  485.           WordWrap = True
  486.         end
  487.         object imgExclamation: TImage
  488.           Left = 12
  489.           Top = 17
  490.           Width = 32
  491.           Height = 32
  492.           AutoSize = True
  493.         end
  494.         object Label40: TLabel
  495.           Left = 69
  496.           Top = 70
  497.           Width = 278
  498.           Height = 13
  499.           HelpContext = 2275
  500.           Caption = 'Errors will still be recorded in the event log.'
  501.         end
  502.         object chkNoPopupsOnBoot: TCheckBox
  503.           Left = 51
  504.           Top = 51
  505.           Width = 249
  506.           Height = 17
  507.           HelpContext = 2275
  508.           Caption = 'Do not show boot logo and error messages'
  509.           TabOrder = 0
  510.           OnClick = chkNoPopupsOnBootClick
  511.         end
  512.       end
  513.       object btnBoot2kDefault: TButton
  514.         Left = 12
  515.         Top = 340
  516.         Width = 97
  517.         Height = 25
  518.         HelpContext = 7
  519.         Caption = 'Restore Defaults'
  520.         TabOrder = 3
  521.         OnClick = btnBoot2kDefaultClick
  522.       end
  523.       object gbChkDsk: TGroupBox
  524.         Left = 12
  525.         Top = 212
  526.         Width = 372
  527.         Height = 87
  528.         Caption = 'Delay for disk scan'
  529.         TabOrder = 2
  530.         object Label27: TLabel
  531.           Left = 51
  532.           Top = 17
  533.           Width = 311
  534.           Height = 32
  535.           AutoSize = False
  536.           Caption = 
  537.             'A hard disk scan is performed at startup if the last system shut' +
  538.             'down was incomplete.'
  539.           WordWrap = True
  540.         end
  541.         object Label28: TLabel
  542.           Left = 261
  543.           Top = 55
  544.           Width = 84
  545.           Height = 13
  546.           HelpContext = 2276
  547.           Caption = 'seconds'
  548.         end
  549.         object Label29: TLabel
  550.           Left = 51
  551.           Top = 56
  552.           Width = 142
  553.           Height = 13
  554.           HelpContext = 2276
  555.           Caption = 'Wait for user cancellation for'
  556.         end
  557.         object imgChkDsk: TImage
  558.           Left = 12
  559.           Top = 17
  560.           Width = 33
  561.           Height = 33
  562.         end
  563.         object udeChkDskTimeout: TUpDownEdit
  564.           Left = 198
  565.           Top = 53
  566.           Width = 52
  567.           Height = 20
  568.           HelpContext = 2276
  569.           Min = 0
  570.           Max = 600
  571.           Position = 10
  572.           TabOrder = 0
  573.           TabStop = True
  574.           OnChange = udeChkDskTimeoutChange
  575.           OnExit = udeChkDskTimeoutExit
  576.         end
  577.       end
  578.     end
  579.     object tsHungApps: TTabSheet
  580.       Caption = 'Programs'
  581.       ImageIndex = 6
  582.       OnShow = tsHungAppsShow
  583.       object Label11: TLabel
  584.         Left = 51
  585.         Top = 10
  586.         Width = 331
  587.         Height = 32
  588.         AutoSize = False
  589.         Caption = 
  590.           'Specify how Windows should handle programs that do not respond w' +
  591.           'hen being shut down.'
  592.         WordWrap = True
  593.       end
  594.       object Image11: TImage
  595.         Left = 12
  596.         Top = 10
  597.         Width = 32
  598.         Height = 32
  599.         AutoSize = True
  600.         Picture.Data = {<image003.ico>}
  601.       end
  602.       object GroupBox17: TGroupBox
  603.         Left = 12
  604.         Top = 160
  605.         Width = 372
  606.         Height = 124
  607.         Caption = 'Close programs automatically'
  608.         TabOrder = 1
  609.         object Label1: TLabel
  610.           Left = 12
  611.           Top = 17
  612.           Width = 352
  613.           Height = 32
  614.           AutoSize = False
  615.           Caption = 
  616.             'Specify whether the applications should be closed automatically ' +
  617.             'after the lapse of the specified period or whether a dialog shou' +
  618.             'ld be shown.'
  619.           WordWrap = True
  620.         end
  621.         object Label22: TLabel
  622.           Left = 12
  623.           Top = 51
  624.           Width = 145
  625.           Height = 13
  626.           Caption = 'After lapse of idle time:'
  627.         end
  628.         object rbAutoEndTasksOn: TRadioButton
  629.           Left = 12
  630.           Top = 71
  631.           Width = 218
  632.           Height = 17
  633.           HelpContext = 2279
  634.           Caption = 'Close programs automatically'
  635.           TabOrder = 0
  636.           OnClick = rbAutoEndTasksClick
  637.         end
  638.         object rbAutoEndTasksOff: TRadioButton
  639.           Left = 12
  640.           Top = 92
  641.           Width = 218
  642.           Height = 17
  643.           HelpContext = 2280
  644.           Caption = 'Show the End Program dialog'
  645.           Checked = True
  646.           TabOrder = 1
  647.           TabStop = True
  648.           OnClick = rbAutoEndTasksClick
  649.         end
  650.       end
  651.       object btnHungAppsDefault: TButton
  652.         Left = 12
  653.         Top = 340
  654.         Width = 97
  655.         Height = 25
  656.         HelpContext = 7
  657.         Caption = 'Restore Defaults'
  658.         TabOrder = 2
  659.         OnClick = btnHungAppsDefaultClick
  660.       end
  661.       object GroupBox7: TGroupBox
  662.         Left = 12
  663.         Top = 52
  664.         Width = 372
  665.         Height = 94
  666.         Caption = 'Idle time without feedback'
  667.         TabOrder = 0
  668.         object Label5: TLabel
  669.           Left = 12
  670.           Top = 17
  671.           Width = 349
  672.           Height = 45
  673.           AutoSize = False
  674.           Caption = 
  675.             'Specify the time after Windows should force non-responding appli' +
  676.             'cations to close in the Task Manager and during shutdown.'
  677.           WordWrap = True
  678.         end
  679.         object Label4: TLabel
  680.           Left = 193
  681.           Top = 59
  682.           Width = 99
  683.           Height = 13
  684.           HelpContext = 2278
  685.           Caption = 'milliseconds'
  686.         end
  687.         object Label12: TLabel
  688.           Left = 12
  689.           Top = 59
  690.           Width = 103
  691.           Height = 13
  692.           HelpContext = 2278
  693.           Caption = 'Wait for response for'
  694.         end
  695.         object udeHungAppTimeout: TUpDownEdit
  696.           Left = 123
  697.           Top = 57
  698.           Width = 60
  699.           Height = 20
  700.           HelpContext = 2278
  701.           Min = 1
  702.           Max = 32000
  703.           Position = 5000
  704.           TabOrder = 0
  705.           TabStop = True
  706.           OnChange = udeHungAppTimeoutChange
  707.           OnExit = udeHungAppTimeoutExit
  708.         end
  709.       end
  710.     end
  711.     object tsSystemError: TTabSheet
  712.       Caption = 'Desktop and Taskbar'
  713.       ImageIndex = 5
  714.       OnShow = tsSystemErrorShow
  715.       object Label15: TLabel
  716.         Left = 51
  717.         Top = 10
  718.         Width = 331
  719.         Height = 30
  720.         AutoSize = False
  721.         Caption = 
  722.           'You can configure settings that effect the stability of the desk' +
  723.           'top and taskbar here.'
  724.         WordWrap = True
  725.       end
  726.       object imgDesktop: TImage
  727.         Left = 12
  728.         Top = 10
  729.         Width = 32
  730.         Height = 32
  731.         AutoSize = True
  732.       end
  733.       object GroupBox22: TGroupBox
  734.         Left = 12
  735.         Top = 184
  736.         Width = 372
  737.         Height = 82
  738.         Caption = 'Restart desktop and taskbar automatically'
  739.         TabOrder = 1
  740.         object Label30: TLabel
  741.           Left = 12
  742.           Top = 17
  743.           Width = 351
  744.           Height = 32
  745.           AutoSize = False
  746.           Caption = 
  747.             'Selecting this options ensures that the user can still operate t' +
  748.             'he system when the desktop and taskbar crash.'
  749.           WordWrap = True
  750.         end
  751.         object chkAutoRestartShell: TCheckBox
  752.           Left = 12
  753.           Top = 51
  754.           Width = 305
  755.           Height = 17
  756.           HelpContext = 2283
  757.           Caption = 'Restart desktop and taskbar automatically after errors'
  758.           Checked = True
  759.           State = cbChecked
  760.           TabOrder = 0
  761.           OnClick = chkAutoRestartShellClick
  762.         end
  763.       end
  764.       object btnSystemErrorDefault: TButton
  765.         Left = 12
  766.         Top = 340
  767.         Width = 97
  768.         Height = 25
  769.         HelpContext = 7
  770.         Caption = 'Restore Defaults'
  771.         TabOrder = 2
  772.         OnClick = btnSystemErrorDefaultClick
  773.       end
  774.       object GroupBox2: TGroupBox
  775.         Left = 12
  776.         Top = 52
  777.         Width = 372
  778.         Height = 120
  779.         Caption = 'Desktop and taskbar in separate process'
  780.         TabOrder = 0
  781.         object Label23: TLabel
  782.           Left = 12
  783.           Top = 17
  784.           Width = 348
  785.           Height = 31
  786.           AutoSize = False
  787.           Caption = 
  788.             'Executing the desktop and taskbar in a separate process increase' +
  789.             's the stability of the system when the Explorer crashes.'
  790.           WordWrap = True
  791.         end
  792.         object Label24: TLabel
  793.           Left = 30
  794.           Top = 91
  795.           Width = 263
  796.           Height = 13
  797.           Caption = '(requires approximately 8 MB of extra memory)'
  798.         end
  799.         object rbDesktopProcessOn: TRadioButton
  800.           Left = 12
  801.           Top = 72
  802.           Width = 313
  803.           Height = 17
  804.           HelpContext = 2282
  805.           Caption = 'Execute desktop and taskbar in separate process'
  806.           TabOrder = 1
  807.           OnClick = rbDesktopProcessClick
  808.         end
  809.         object rbDesktopProcessOff: TRadioButton
  810.           Left = 12
  811.           Top = 51
  812.           Width = 313
  813.           Height = 17
  814.           HelpContext = 2281
  815.           Caption = 'Execute desktop and taskbar within the Explorer process'
  816.           TabOrder = 0
  817.           OnClick = rbDesktopProcessClick
  818.         end
  819.       end
  820.     end
  821.     object tsErrorHandling: TTabSheet
  822.       Caption = 'Error Handling'
  823.       ImageIndex = 4
  824.       OnShow = tsErrorHandlingShow
  825.       object gbFatalError: TGroupBox
  826.         Left = 12
  827.         Top = 103
  828.         Width = 372
  829.         Height = 126
  830.         Caption = 'System errors'
  831.         TabOrder = 1
  832.         object imgErrorNotify: TImage
  833.           Left = 12
  834.           Top = 17
  835.           Width = 32
  836.           Height = 32
  837.           AutoSize = True
  838.         end
  839.         object Label13: TLabel
  840.           Left = 51
  841.           Top = 51
  842.           Width = 215
  843.           Height = 13
  844.           Caption = 'When a critical system error occurs:'
  845.         end
  846.         object Label42: TLabel
  847.           Left = 51
  848.           Top = 17
  849.           Width = 309
  850.           Height = 32
  851.           AutoSize = False
  852.           Caption = 
  853.             'Specify what should be done when the system is stopped as a resu' +
  854.             'lt of a critical error here:'
  855.           WordWrap = True
  856.         end
  857.         object chkLogEvent: TCheckBox
  858.           Left = 51
  859.           Top = 96
  860.           Width = 230
  861.           Height = 17
  862.           HelpContext = 2287
  863.           Caption = 'Record event in the system log'
  864.           TabOrder = 1
  865.           OnClick = chkLogEventClick
  866.         end
  867.         object cbAutoReboot: TComboBox
  868.           Left = 51
  869.           Top = 69
  870.           Width = 235
  871.           Height = 21
  872.           HelpContext = 2286
  873.           Style = csDropDownList
  874.           ItemHeight = 13
  875.           TabOrder = 0
  876.           OnSelect = cbAutoRebootSelect
  877.           Items.Strings = (
  878.             'Show an error message (blue screen)'
  879.             'Restart the system automatically')
  880.         end
  881.       end
  882.       object btnErrorHandlingDefault: TButton
  883.         Left = 12
  884.         Top = 340
  885.         Width = 97
  886.         Height = 25
  887.         HelpContext = 7
  888.         Caption = 'Restore Defaults'
  889.         TabOrder = 3
  890.         OnClick = btnErrorHandlingDefaultClick
  891.       end
  892.       object gbBeepOnErrors: TGroupBox
  893.         Left = 12
  894.         Top = 10
  895.         Width = 372
  896.         Height = 81
  897.         Caption = 'Acoustic signals'
  898.         TabOrder = 0
  899.         object imgSound: TImage
  900.           Left = 12
  901.           Top = 17
  902.           Width = 32
  903.           Height = 32
  904.           AutoSize = True
  905.         end
  906.         object Label18: TLabel
  907.           Left = 51
  908.           Top = 17
  909.           Width = 308
  910.           Height = 32
  911.           AutoSize = False
  912.           Caption = 
  913.             'Specify whether error messages and incorrect input should be sig' +
  914.             'naled by acoustic signals.'
  915.           WordWrap = True
  916.         end
  917.         object chkBeepOnErrors: TCheckBox
  918.           Left = 51
  919.           Top = 51
  920.           Width = 222
  921.           Height = 17
  922.           HelpContext = 2284
  923.           Caption = 'Play acoustic signal when errors occur'
  924.           TabOrder = 0
  925.           OnClick = chkBeepOnErrorsClick
  926.         end
  927.       end
  928.       object gbErrorReporting: TGroupBox
  929.         Left = 12
  930.         Top = 241
  931.         Width = 372
  932.         Height = 85
  933.         Caption = 'Error reporting'
  934.         TabOrder = 2
  935.         object Label19: TLabel
  936.           Left = 12
  937.           Top = 17
  938.           Width = 349
  939.           Height = 31
  940.           AutoSize = False
  941.           Caption = 
  942.             'Specify whether Windows should send error reports with your syst' +
  943.             'em configuration to Microsoft after crashes.'
  944.           WordWrap = True
  945.         end
  946.         object btnSendErrorReport: TButton
  947.           Left = 273
  948.           Top = 48
  949.           Width = 88
  950.           Height = 24
  951.           HelpContext = 2288
  952.           Caption = 'Error Reporting'
  953.           TabOrder = 0
  954.           OnClick = btnSendErrorReportClick
  955.         end
  956.       end
  957.     end
  958.   end
  959. end
  960.