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

  1. object frmErrorHandling: TfrmErrorHandling
  2.   Left = 301
  3.   Top = 358
  4.   BorderStyle = bsDialog
  5.   Caption = 'Error Reporting'
  6.   ClientHeight = 451
  7.   ClientWidth = 422
  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.   Position = poMainFormCenter
  16.   Scaled = False
  17.   OnCreate = FormCreate
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object PageControl1: TPageControl
  21.     Left = 9
  22.     Top = 8
  23.     Width = 405
  24.     Height = 405
  25.     ActivePage = tsGeneral
  26.     TabIndex = 0
  27.     TabOrder = 0
  28.     object tsGeneral: TTabSheet
  29.       Caption = 'General'
  30.       ImageIndex = 2
  31.       OnShow = tsGeneralShow
  32.       object Label3: TLabel
  33.         Left = 12
  34.         Top = 10
  35.         Width = 372
  36.         Height = 45
  37.         AutoSize = False
  38.         Caption = 
  39.           'After a system crash, Windows can generate an error report and s' +
  40.           'end it to Microsoft to contribute to the improvement of future p' +
  41.           'roducts. Your digital product ID is also sent to Microsoft in th' +
  42.           'is case.'
  43.         WordWrap = True
  44.       end
  45.       object btnGeneralDefault: TButton
  46.         Left = 12
  47.         Top = 340
  48.         Width = 97
  49.         Height = 25
  50.         HelpContext = 7
  51.         Caption = 'Restore Defaults'
  52.         TabOrder = 3
  53.         OnClick = btnGeneralDefaultClick
  54.       end
  55.       object chkSendReports: TCheckBox
  56.         Left = 31
  57.         Top = 281
  58.         Width = 256
  59.         Height = 17
  60.         HelpContext = 2344
  61.         Caption = 'Report program faults to Microsoft'
  62.         Checked = True
  63.         State = cbChecked
  64.         TabOrder = 1
  65.         OnClick = chkErrorReportsClick
  66.       end
  67.       object chkSendKernelReports: TCheckBox
  68.         Left = 31
  69.         Top = 304
  70.         Width = 256
  71.         Height = 17
  72.         HelpContext = 2345
  73.         Caption = 'Report system core faults to Microsoft'
  74.         Checked = True
  75.         State = cbChecked
  76.         TabOrder = 2
  77.         OnClick = chkErrorReportsClick
  78.       end
  79.       object chkGenerateReports: TCheckBox
  80.         Left = 12
  81.         Top = 258
  82.         Width = 313
  83.         Height = 17
  84.         HelpContext = 2343
  85.         Caption = 'Show new fault dialog and generate error report'
  86.         Checked = True
  87.         State = cbChecked
  88.         TabOrder = 0
  89.         OnClick = chkErrorReportsClick
  90.       end
  91.       object Panel1: TPanel
  92.         Left = 12
  93.         Top = 61
  94.         Width = 302
  95.         Height = 183
  96.         BevelOuter = bvLowered
  97.         Color = clBlack
  98.         TabOrder = 4
  99.         object imgPreview: TImage
  100.           Left = 1
  101.           Top = 1
  102.           Width = 300
  103.           Height = 181
  104.           HelpContext = 2342
  105.           Align = alClient
  106.         end
  107.       end
  108.     end
  109.     object tsMicrosoft: TTabSheet
  110.       Caption = 'Microsoft Products'
  111.       ImageIndex = 2
  112.       OnShow = tsMicrosoftShow
  113.       object Label1: TLabel
  114.         Left = 12
  115.         Top = 10
  116.         Width = 370
  117.         Height = 34
  118.         AutoSize = False
  119.         Caption = 
  120.           'Some Microsoft products such as Office and Internet Explorer hav' +
  121.           'e their own error reporting. These settings can be configured he' +
  122.           're.'
  123.         WordWrap = True
  124.       end
  125.       object gbOffice: TGroupBox
  126.         Left = 12
  127.         Top = 48
  128.         Width = 372
  129.         Height = 81
  130.         Caption = 'Microsoft Office (Office XP and later)'
  131.         TabOrder = 0
  132.         object Label10: TLabel
  133.           Left = 51
  134.           Top = 17
  135.           Width = 309
  136.           Height = 40
  137.           AutoSize = False
  138.           Caption = 
  139.             'Specify whether Microsoft Office should offer to send an error r' +
  140.             'eport to Microsoft after a crash.'
  141.           WordWrap = True
  142.         end
  143.         object imgOffice: TImage
  144.           Left = 12
  145.           Top = 19
  146.           Width = 32
  147.           Height = 32
  148.         end
  149.         object chkReportOffice: TCheckBox
  150.           Left = 51
  151.           Top = 52
  152.           Width = 214
  153.           Height = 17
  154.           HelpContext = 2346
  155.           Caption = 'Report Office errors to Microsoft'
  156.           TabOrder = 0
  157.           OnClick = chkReportOfficeClick
  158.         end
  159.       end
  160.       object btnMicrosoftDefault: TButton
  161.         Left = 12
  162.         Top = 340
  163.         Width = 97
  164.         Height = 25
  165.         HelpContext = 7
  166.         Caption = 'Restore Defaults'
  167.         TabOrder = 2
  168.         OnClick = btnMicrosoftDefaultClick
  169.       end
  170.       object gbIE: TGroupBox
  171.         Left = 12
  172.         Top = 143
  173.         Width = 372
  174.         Height = 81
  175.         Caption = 'Microsoft Internet Explorer (version 6.0 and higher)'
  176.         TabOrder = 1
  177.         object Label5: TLabel
  178.           Left = 51
  179.           Top = 17
  180.           Width = 299
  181.           Height = 28
  182.           AutoSize = False
  183.           Caption = 
  184.             'Specify whether Internet Explorer should offer to send an error ' +
  185.             'report to Microsoft after a crash.'
  186.           WordWrap = True
  187.         end
  188.         object imgIE: TImage
  189.           Left = 12
  190.           Top = 19
  191.           Width = 32
  192.           Height = 32
  193.         end
  194.         object chkReportIE: TCheckBox
  195.           Left = 50
  196.           Top = 52
  197.           Width = 315
  198.           Height = 18
  199.           HelpContext = 2347
  200.           Caption = 'Report Internet Explorer errors to Microsoft'
  201.           TabOrder = 0
  202.           OnClick = chkReportIEClick
  203.         end
  204.       end
  205.     end
  206.     object tsLogGPF: TTabSheet
  207.       Caption = 'Error Log'
  208.       ImageIndex = 2
  209.       OnShow = tsLogGPFShow
  210.       object Label4: TLabel
  211.         Left = 12
  212.         Top = 10
  213.         Width = 370
  214.         Height = 33
  215.         AutoSize = False
  216.         Caption = 
  217.           'You can have application errors logged to a text file in order t' +
  218.           'o have access to exact error data for support calls.'
  219.         WordWrap = True
  220.       end
  221.       object btnLogGPFDefault: TButton
  222.         Left = 12
  223.         Top = 340
  224.         Width = 97
  225.         Height = 25
  226.         HelpContext = 7
  227.         Caption = 'Restore Defaults'
  228.         TabOrder = 1
  229.         OnClick = btnLogGPFDefaultClick
  230.       end
  231.       object gbLogGPF: TGroupBox
  232.         Left = 12
  233.         Top = 48
  234.         Width = 372
  235.         Height = 108
  236.         Caption = 'Error log'
  237.         TabOrder = 0
  238.         object Label17: TLabel
  239.           Left = 51
  240.           Top = 17
  241.           Width = 308
  242.           Height = 31
  243.           AutoSize = False
  244.           Caption = 
  245.             'Select this option when critical errors in programs should be re' +
  246.             'corded in a log file.'
  247.           WordWrap = True
  248.         end
  249.         object Image1: TImage
  250.           Left = 12
  251.           Top = 19
  252.           Width = 32
  253.           Height = 32
  254.           AutoSize = True
  255.           Picture.Data = {<image000.ico>}
  256.         end
  257.         object lblGPFFile: TEllipsisLabel
  258.           Left = 70
  259.           Top = 74
  260.           Width = 215
  261.           Height = 16
  262.           AutoSize = False
  263.           Caption = 'C:\WINDOWS\FAULTLOG.TXT'
  264.           EllipsisStyle = etPathEllipsis
  265.         end
  266.         object chkLogGPF: TCheckBox
  267.           Left = 51
  268.           Top = 53
  269.           Width = 226
  270.           Height = 17
  271.           HelpContext = 2348
  272.           Caption = 'Log crashes in the following file:'
  273.           Checked = True
  274.           State = cbChecked
  275.           TabOrder = 0
  276.           OnClick = chkLogGPFClick
  277.         end
  278.         object btnChangeGPFFile: TButton
  279.           Left = 293
  280.           Top = 69
  281.           Width = 65
  282.           Height = 23
  283.           Caption = 'Change...'
  284.           TabOrder = 1
  285.           OnClick = btnChangeGPFFileClick
  286.         end
  287.       end
  288.     end
  289.   end
  290.   object btnOK: TButton
  291.     Left = 256
  292.     Top = 421
  293.     Width = 75
  294.     Height = 23
  295.     HelpContext = 5
  296.     Caption = 'OK'
  297.     Default = True
  298.     TabOrder = 1
  299.     OnClick = btnOKClick
  300.   end
  301.   object btnCancel: TButton
  302.     Left = 338
  303.     Top = 421
  304.     Width = 75
  305.     Height = 23
  306.     HelpContext = 3
  307.     Cancel = True
  308.     Caption = 'Cancel'
  309.     TabOrder = 2
  310.     OnClick = btnCancelClick
  311.   end
  312.   object SaveDlg: TApSaveDialog
  313.     Filter = 'All files (*)|*|Text files (*.txt)|*.txt|Log files (*.log)|*.log'
  314.     Options = [ofHideReadOnly, ofPathMustExist, ofEnableSizing]
  315.     OptionsEx = [ofExNoPlacesBar]
  316.     CustDlgParams.PosParams.ShiftX = 0
  317.     CustDlgParams.PosParams.ShiftY = 0
  318.     CustDlgParams.PosParams.FitToScreen = False
  319.     VisibleControls = [dcFolderCombo, dcFolderLabel, dcSelectionCtrl, dcOkBtn, dcCancelBtn, dcFileName, dcFileNameLabel, dcFileType, dcFileTypeLabel, dcToolBar]
  320.     ListViewStyles.HotTrack = False
  321.     ListViewStyles.HotTrackStyles = []
  322.     ListViewStyles.FlatScrollBars = False
  323.     ListViewStyles.GridLines = False
  324.     ListViewStyles.RowSelect = False
  325.     ListViewStyles.EnableRename = True
  326.     ListViewStyles.EnableDelete = True
  327.     ListViewStyles.PopupOnEmpty = True
  328.     ListViewStyles.PopupOnSelection = True
  329.     PlacesBar.Places = <>
  330.     PlacesBar.Visible = False
  331.     PlacesBar.AllowEdit = True
  332.     PlacesBar.AllowDelete = True
  333.     PlacesBar.AllowDrop = True
  334.     PlacesBar.AutoScroll = True
  335.     PlacesBar.BorderStyle = bsNone
  336.     PlacesBar.Native = False
  337.     ExtFilter.ShowFolders = True
  338.     ExtFilter.Enabled = False
  339.     ToolBar.Flat = False
  340.     Left = 10
  341.     Top = 419
  342.   end
  343. end
  344.