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

  1. object frmPrivacy: TfrmPrivacy
  2.   Left = 687
  3.   Top = 424
  4.   BorderStyle = bsNone
  5.   Caption = 'Privacy'
  6.   ClientHeight = 438
  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.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object PageControl1: TPageControl
  20.     Left = 10
  21.     Top = 7
  22.     Width = 405
  23.     Height = 405
  24.     ActivePage = tsWindowsUpdate
  25.     TabIndex = 0
  26.     TabOrder = 0
  27.     object tsWindowsUpdate: TTabSheet
  28.       Caption = 'General'
  29.       ImageIndex = 3
  30.       OnShow = tsWindowsUpdateShow
  31.       object Label9: TLabel
  32.         Left = 12
  33.         Top = 10
  34.         Width = 373
  35.         Height = 35
  36.         AutoSize = False
  37.         Caption = 
  38.           'You can modify settings that are relevant to your security and p' +
  39.           'rivacy on the computer here.'
  40.         WordWrap = True
  41.       end
  42.       object GroupBox8: TGroupBox
  43.         Left = 12
  44.         Top = 51
  45.         Width = 372
  46.         Height = 102
  47.         Caption = 'Automatic Windows updates'
  48.         TabOrder = 0
  49.         object Label15: TLabel
  50.           Left = 51
  51.           Top = 17
  52.           Width = 313
  53.           Height = 32
  54.           AutoSize = False
  55.           Caption = 
  56.             'Specify whether Windows is allowed to contact Microsoft. This fu' +
  57.             'nction checks for important updates for your system regularly.'
  58.           WordWrap = True
  59.         end
  60.         object imgWinUpdate: TImage
  61.           Left = 12
  62.           Top = 17
  63.           Width = 32
  64.           Height = 32
  65.           AutoSize = True
  66.         end
  67.         object chkWindowsUpdate: TCheckBox
  68.           Left = 51
  69.           Top = 52
  70.           Width = 233
  71.           Height = 17
  72.           HelpContext = 2226
  73.           Caption = 'Activate automatic Windows updates'
  74.           Checked = True
  75.           State = cbChecked
  76.           TabOrder = 0
  77.           OnClick = chkWindowsUpdateClick
  78.         end
  79.         object chkUpdateNotify: TCheckBox
  80.           Left = 51
  81.           Top = 72
  82.           Width = 269
  83.           Height = 17
  84.           HelpContext = 2227
  85.           Caption = 'Notify before downloading updates'
  86.           TabOrder = 1
  87.           OnClick = chkUpdateNotifyClick
  88.         end
  89.         object chkSteppingMode: TCheckBox
  90.           Left = 51
  91.           Top = 73
  92.           Width = 189
  93.           Height = 17
  94.           Caption = 'Activate step-by-step installation'
  95.           TabOrder = 2
  96.           OnClick = chkSteppingModeClick
  97.         end
  98.       end
  99.       object btnWindowsUpdateDefault: TButton
  100.         Left = 12
  101.         Top = 342
  102.         Width = 97
  103.         Height = 25
  104.         HelpKeyword = '7'
  105.         HelpContext = 7
  106.         Caption = 'Restore Defaults'
  107.         TabOrder = 1
  108.         OnClick = btnWindowsUpdateDefaultClick
  109.       end
  110.       object gbScreenSaver: TGroupBox
  111.         Left = 12
  112.         Top = 164
  113.         Width = 372
  114.         Height = 88
  115.         Caption = 'Screensaver password'
  116.         TabOrder = 2
  117.         object imgScreenSaver: TImage
  118.           Left = 12
  119.           Top = 17
  120.           Width = 32
  121.           Height = 32
  122.           AutoSize = True
  123.         end
  124.         object Label2: TLabel
  125.           Left = 51
  126.           Top = 17
  127.           Width = 309
  128.           Height = 31
  129.           AutoSize = False
  130.           Caption = 
  131.             'Specify how long the screensaver has to be active before the pas' +
  132.             'sword protection is activated.'
  133.           WordWrap = True
  134.         end
  135.         object Label3: TLabel
  136.           Left = 51
  137.           Top = 54
  138.           Width = 76
  139.           Height = 13
  140.           HelpContext = 22201
  141.           Caption = 'Minimum time:'
  142.           WordWrap = True
  143.         end
  144.         object Label14: TLabel
  145.           Left = 186
  146.           Top = 54
  147.           Width = 47
  148.           Height = 13
  149.           HelpContext = 22201
  150.           Caption = 'seconds'
  151.         end
  152.         object udeSSGracePeriod: TUpDownEdit
  153.           Left = 127
  154.           Top = 52
  155.           Width = 53
  156.           Height = 20
  157.           HelpContext = 22201
  158.           Min = 1
  159.           Max = 9999
  160.           Position = 10
  161.           TabOrder = 0
  162.           TabStop = True
  163.           OnChange = udeSSGracePeriodChange
  164.           OnExit = udeSSGracePeriodExit
  165.         end
  166.       end
  167.     end
  168.     object tsCoverTracks: TTabSheet
  169.       Caption = 'Cover Tracks'
  170.       ImageIndex = 4
  171.       OnShow = tsCoverTracksShow
  172.       object Label20: TLabel
  173.         Left = 51
  174.         Top = 10
  175.         Width = 326
  176.         Height = 35
  177.         AutoSize = False
  178.         Caption = 
  179.           'Make special provisions to cover your tracks when working with d' +
  180.           'ocuments and surfing the Internet.'
  181.         WordWrap = True
  182.       end
  183.       object imgRecentDocs: TImage
  184.         Left = 12
  185.         Top = 10
  186.         Width = 32
  187.         Height = 32
  188.         AutoSize = True
  189.       end
  190.       object GroupBox1: TGroupBox
  191.         Left = 12
  192.         Top = 146
  193.         Width = 372
  194.         Height = 116
  195.         Caption = 'Empty Internet Explorer cache'
  196.         TabOrder = 1
  197.         object Label11: TLabel
  198.           Left = 12
  199.           Top = 17
  200.           Width = 349
  201.           Height = 29
  202.           AutoSize = False
  203.           Caption = 
  204.             'Select this option if Internet Explorer should empty its cache w' +
  205.             'hen the browser is closed.'
  206.           WordWrap = True
  207.         end
  208.         object chkClearIECache: TCheckBox
  209.           Left = 12
  210.           Top = 52
  211.           Width = 249
  212.           Height = 17
  213.           HelpContext = 2222
  214.           Caption = 'Empty Internet Explorer cache when exiting'
  215.           TabOrder = 0
  216.           OnClick = chkClearIECacheClick
  217.         end
  218.         object cmdKillIECacheNOW: TButton
  219.           Left = 260
  220.           Top = 79
  221.           Width = 100
  222.           Height = 24
  223.           HelpContext = 22020
  224.           Caption = 'Delete now'
  225.           TabOrder = 1
  226.           OnClick = cmdKillIECacheNOWClick
  227.         end
  228.       end
  229.       object GroupBox7: TGroupBox
  230.         Left = 12
  231.         Top = 51
  232.         Width = 372
  233.         Height = 81
  234.         Caption = 'Delete history lists'
  235.         TabOrder = 0
  236.         object Label4: TLabel
  237.           Left = 12
  238.           Top = 17
  239.           Width = 354
  240.           Height = 28
  241.           AutoSize = False
  242.           Caption = 
  243.             'Activate this option if the list of recent documents and the lis' +
  244.             't of programs executed in the Run dialog should be deleted when ' +
  245.             'you log off.'
  246.           WordWrap = True
  247.         end
  248.         object chkClearRecentDocs: TCheckBox
  249.           Left = 12
  250.           Top = 52
  251.           Width = 269
  252.           Height = 17
  253.           HelpContext = 2221
  254.           Caption = 'Delete history lists at logoff'
  255.           TabOrder = 0
  256.           OnClick = chkClearRecentDocsClick
  257.         end
  258.         object cmdKillRecentDocsNOW: TButton
  259.           Left = 260
  260.           Top = 88
  261.           Width = 100
  262.           Height = 24
  263.           HelpContext = 22021
  264.           Caption = 'Delete now'
  265.           TabOrder = 1
  266.           OnClick = cmdKillRecentDocsNOWClick
  267.         end
  268.       end
  269.       object btnCoverTracksDefault: TButton
  270.         Left = 12
  271.         Top = 342
  272.         Width = 97
  273.         Height = 25
  274.         HelpContext = 7
  275.         Caption = 'Restore Defaults'
  276.         TabOrder = 2
  277.         OnClick = btnCoverTracksDefaultClick
  278.       end
  279.     end
  280.     object tsIE: TTabSheet
  281.       Caption = 'Internet Explorer'
  282.       ImageIndex = 1
  283.       OnShow = tsIEShow
  284.       object imgIE: TImage
  285.         Left = 12
  286.         Top = 10
  287.         Width = 32
  288.         Height = 32
  289.         AutoSize = True
  290.       end
  291.       object Label1: TLabel
  292.         Left = 51
  293.         Top = 10
  294.         Width = 308
  295.         Height = 32
  296.         AutoSize = False
  297.         Caption = 
  298.           'Configure the security settings for Internet Explorer that relat' +
  299.           'e to your privacy.'
  300.         WordWrap = True
  301.       end
  302.       object gbAlexa: TGroupBox
  303.         Left = 12
  304.         Top = 51
  305.         Width = 372
  306.         Height = 94
  307.         Caption = 'Internet Explorer - Alexa plugin'
  308.         TabOrder = 0
  309.         object Label8: TLabel
  310.           Left = 12
  311.           Top = 17
  312.           Width = 348
  313.           Height = 44
  314.           AutoSize = False
  315.           Caption = 
  316.             'You can prevent the Alexa software, which is included with Inter' +
  317.             'net Explorer 6 and which makes the Show Related Links service po' +
  318.             'ssible, from sending information on your surfing habits to its m' +
  319.             'anufacturer.'
  320.           WordWrap = True
  321.         end
  322.         object chkNoAlexa: TCheckBox
  323.           Left = 12
  324.           Top = 64
  325.           Width = 346
  326.           Height = 17
  327.           HelpContext = 2223
  328.           Caption = 
  329.             'Prevent Alexa from transmitting information on your surfing habi' +
  330.             'ts'
  331.           TabOrder = 0
  332.           OnClick = chkNoAlexaClick
  333.         end
  334.       end
  335.       object gbNoNegotiate: TGroupBox
  336.         Left = 12
  337.         Top = 156
  338.         Width = 372
  339.         Height = 81
  340.         Caption = 'Integrated Windows authentication'
  341.         TabOrder = 1
  342.         object Label7: TLabel
  343.           Left = 12
  344.           Top = 17
  345.           Width = 350
  346.           Height = 31
  347.           AutoSize = False
  348.           Caption = 
  349.             'Internet Explorer tries to log into protected Internet pages usi' +
  350.             'ng Windows authentication automatically.'
  351.           WordWrap = True
  352.         end
  353.         object chkNoNegotiate: TCheckBox
  354.           Left = 12
  355.           Top = 51
  356.           Width = 265
  357.           Height = 17
  358.           HelpContext = 2224
  359.           Caption = 'Disable integrated Windows authentication '
  360.           TabOrder = 0
  361.           OnClick = chkNoNegotiateClick
  362.         end
  363.       end
  364.       object gbNoIEUpdates: TGroupBox
  365.         Left = 12
  366.         Top = 248
  367.         Width = 372
  368.         Height = 81
  369.         Caption = 'Internet Explorer - updates'
  370.         TabOrder = 2
  371.         object Label10: TLabel
  372.           Left = 12
  373.           Top = 17
  374.           Width = 352
  375.           Height = 32
  376.           AutoSize = False
  377.           Caption = 
  378.             'Specify whether Internet Explorer should contact Microsoft regul' +
  379.             'arly to inform you about updates.'
  380.           WordWrap = True
  381.         end
  382.         object chkNoIEUpdates: TCheckBox
  383.           Left = 12
  384.           Top = 51
  385.           Width = 245
  386.           Height = 17
  387.           HelpContext = 2225
  388.           Caption = 'Prevent check for updates'
  389.           TabOrder = 0
  390.           OnClick = chkNoIEUpdatesClick
  391.         end
  392.       end
  393.       object btnIEDefault: TButton
  394.         Left = 12
  395.         Top = 342
  396.         Width = 97
  397.         Height = 25
  398.         HelpContext = 7
  399.         Caption = 'Restore Defaults'
  400.         TabOrder = 3
  401.         OnClick = btnIEDefaultClick
  402.       end
  403.     end
  404.     object tsMediaPlayer: TTabSheet
  405.       Caption = 'Media Player'
  406.       ImageIndex = 4
  407.       OnShow = tsMediaPlayerShow
  408.       object imgMediaPlayer: TImage
  409.         Left = 12
  410.         Top = 10
  411.         Width = 32
  412.         Height = 32
  413.         AutoSize = True
  414.       end
  415.       object Label19: TLabel
  416.         Left = 51
  417.         Top = 10
  418.         Width = 326
  419.         Height = 35
  420.         AutoSize = False
  421.         Caption = 
  422.           'Configure the privacy-relevant settings for the Windows Media Pl' +
  423.           'ayer here.'
  424.         WordWrap = True
  425.       end
  426.       object GroupBox3: TGroupBox
  427.         Left = 12
  428.         Top = 51
  429.         Width = 372
  430.         Height = 194
  431.         Caption = 'Media Player'
  432.         TabOrder = 0
  433.         object Label5: TLabel
  434.           Left = 31
  435.           Top = 37
  436.           Width = 322
  437.           Height = 35
  438.           HelpContext = 2228
  439.           AutoSize = False
  440.           Caption = 
  441.             'Prevents Media Player from automatically acquiring licenses for ' +
  442.             'protected media files.'
  443.           WordWrap = True
  444.         end
  445.         object Label6: TLabel
  446.           Left = 31
  447.           Top = 93
  448.           Width = 321
  449.           Height = 35
  450.           HelpContext = 2229
  451.           AutoSize = False
  452.           Caption = 
  453.             'Prevents Internet pages from clearly identifying your Media Play' +
  454.             'er by means of a GUID (Globally Unique Identifier).'
  455.           WordWrap = True
  456.         end
  457.         object Label12: TLabel
  458.           Left = 31
  459.           Top = 148
  460.           Width = 321
  461.           Height = 35
  462.           HelpContext = 2230
  463.           AutoSize = False
  464.           Caption = 
  465.             'Prevents the corresponding codec from being downloaded for unkno' +
  466.             'wn file types automatically.'
  467.           WordWrap = True
  468.         end
  469.         object chkNoSilentAcquisition: TCheckBox
  470.           Left = 12
  471.           Top = 19
  472.           Width = 207
  473.           Height = 17
  474.           HelpContext = 2228
  475.           Caption = 'Do not acquire licenses automatically'
  476.           TabOrder = 0
  477.           OnClick = chkNoSilentAcquisitionClick
  478.         end
  479.         object chkNoSendUserGUID: TCheckBox
  480.           Left = 12
  481.           Top = 75
  482.           Width = 317
  483.           Height = 17
  484.           HelpContext = 2229
  485.           Caption = 'Do not allow websites to identify player'
  486.           TabOrder = 1
  487.           OnClick = chkNoSendUserGUIDClick
  488.         end
  489.         object chkNoUpgradeCodecPrompt: TCheckBox
  490.           Left = 12
  491.           Top = 131
  492.           Width = 248
  493.           Height = 17
  494.           HelpContext = 2230
  495.           Caption = 'Disable automatic codec download'
  496.           TabOrder = 2
  497.           OnClick = chkNoUpgradeCodecPromptClick
  498.         end
  499.       end
  500.       object btnMediaPlayerSecurity: TButton
  501.         Left = 117
  502.         Top = 342
  503.         Width = 97
  504.         Height = 25
  505.         HelpContext = 2320
  506.         Caption = 'Highest Security'
  507.         TabOrder = 2
  508.         OnClick = btnMediaPlayerSecurityClick
  509.       end
  510.       object btnMediaPlayerDefault: TButton
  511.         Left = 12
  512.         Top = 342
  513.         Width = 97
  514.         Height = 25
  515.         HelpContext = 7
  516.         Caption = 'Restore Defaults'
  517.         TabOrder = 1
  518.         OnClick = btnMediaPlayerDefaultClick
  519.       end
  520.     end
  521.     object tsLinks: TTabSheet
  522.       Caption = 'Advanced'
  523.       ImageIndex = 4
  524.       object gbTimeSync: TGroupBox
  525.         Left = 12
  526.         Top = 104
  527.         Width = 372
  528.         Height = 82
  529.         Caption = 'Internet Time'
  530.         TabOrder = 1
  531.         object imgTimeSync: TImage
  532.           Left = 12
  533.           Top = 17
  534.           Width = 32
  535.           Height = 32
  536.           AutoSize = True
  537.         end
  538.         object Label22: TLabel
  539.           Left = 51
  540.           Top = 17
  541.           Width = 304
  542.           Height = 33
  543.           AutoSize = False
  544.           Caption = 
  545.             'Specify whether Windows should synchronize your system clock wit' +
  546.             'h an Internet time server automatically.'
  547.           WordWrap = True
  548.         end
  549.         object lblJumpNetTime: TLabel
  550.           Left = 234
  551.           Top = 53
  552.           Width = 124
  553.           Height = 13
  554.           Cursor = crHandPoint
  555.           Alignment = taRightJustify
  556.           Caption = 'Go to Internet Time'
  557.           Font.Charset = DEFAULT_CHARSET
  558.           Font.Color = clNavy
  559.           Font.Height = -11
  560.           Font.Name = 'Tahoma'
  561.           Font.Style = [fsUnderline]
  562.           ParentFont = False
  563.           OnClick = lblJumpNetTimeClick
  564.           OnMouseEnter = lblJumpNetTimeMouseEnter
  565.           OnMouseLeave = lblJumpNetTimeMouseLeave
  566.         end
  567.       end
  568.       object gbErrorReporting: TGroupBox
  569.         Left = 12
  570.         Top = 198
  571.         Width = 372
  572.         Height = 94
  573.         Caption = 'Error reporting'
  574.         TabOrder = 2
  575.         object Label13: TLabel
  576.           Left = 51
  577.           Top = 17
  578.           Width = 306
  579.           Height = 29
  580.           AutoSize = False
  581.           Caption = 
  582.             'Specify whether Windows should send error reports with your syst' +
  583.             'em configuration to Microsoft after crashes.'
  584.           WordWrap = True
  585.         end
  586.         object imgError: TImage
  587.           Left = 12
  588.           Top = 17
  589.           Width = 32
  590.           Height = 32
  591.           AutoSize = True
  592.         end
  593.         object btnErrorReporting: TButton
  594.           Left = 271
  595.           Top = 54
  596.           Width = 91
  597.           Height = 25
  598.           HelpContext = 2231
  599.           Caption = 'Error Reporting'
  600.           TabOrder = 0
  601.           OnClick = btnErrorReportingClick
  602.         end
  603.       end
  604.       object gbClearSwapFile: TGroupBox
  605.         Left = 12
  606.         Top = 10
  607.         Width = 372
  608.         Height = 82
  609.         Caption = 'Paging file'
  610.         TabOrder = 0
  611.         object imgFixedDisk: TImage
  612.           Left = 12
  613.           Top = 17
  614.           Width = 32
  615.           Height = 32
  616.           AutoSize = True
  617.         end
  618.         object Label17: TLabel
  619.           Left = 51
  620.           Top = 17
  621.           Width = 304
  622.           Height = 33
  623.           AutoSize = False
  624.           Caption = 
  625.             'You can specify that Windows should delete the paging file autom' +
  626.             'atically at shutdown.'
  627.           WordWrap = True
  628.         end
  629.         object Label18: TLabel
  630.           Left = 196
  631.           Top = 53
  632.           Width = 162
  633.           Height = 13
  634.           Cursor = crHandPoint
  635.           Alignment = taRightJustify
  636.           Caption = 'Go to Memory Management'
  637.           Font.Charset = DEFAULT_CHARSET
  638.           Font.Color = clNavy
  639.           Font.Height = -11
  640.           Font.Name = 'Tahoma'
  641.           Font.Style = [fsUnderline]
  642.           ParentFont = False
  643.           OnClick = lblJumpCacheClick
  644.           OnMouseEnter = lblJumpCacheMouseEnter
  645.           OnMouseLeave = lblJumpCacheMouseLeave
  646.         end
  647.       end
  648.     end
  649.   end
  650.   object IECache1: TIECache
  651.     FilterOptions = [NORMAL_ENTRY, STICKY_ENTRY, TRACK_OFFLINE_ENTRY, TRACK_ONLINE_ENTRY]
  652.     SearchPattern = spAll
  653.     Left = 8
  654.     Top = 408
  655.   end
  656.   object TUMRU1: TTUMRU
  657.     Left = 40
  658.     Top = 408
  659.   end
  660. end
  661.