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

  1. object frmTaskBar: TfrmTaskBar
  2.   Left = 581
  3.   Top = 304
  4.   BorderStyle = bsNone
  5.   Caption = 'Task Bar'
  6.   ClientHeight = 436
  7.   ClientWidth = 424
  8.   Color = clBtnFace
  9.   Font.Charset = ANSI_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 = tsForeGroundFlash
  25.     TabIndex = 0
  26.     TabOrder = 0
  27.     object tsForeGroundFlash: TTabSheet
  28.       Caption = 'Flashing Buttons'
  29.       ImageIndex = 3
  30.       OnShow = tsForeGroundFlashShow
  31.       object Image46: TImage
  32.         Left = 12
  33.         Top = 10
  34.         Width = 32
  35.         Height = 32
  36.         Picture.Data = {<image000.ico>}
  37.       end
  38.       object Label11: TLabel
  39.         Left = 51
  40.         Top = 10
  41.         Width = 333
  42.         Height = 32
  43.         AutoSize = False
  44.         Caption = 
  45.           'While typing, activated windows are prevented from stealing focu' +
  46.           's and are indicated by a flashing taskbar button.'
  47.         WordWrap = True
  48.       end
  49.       object gbFlashCount: TGroupBox
  50.         Left = 12
  51.         Top = 82
  52.         Width = 372
  53.         Height = 93
  54.         Caption = 'Flashing speed'
  55.         TabOrder = 1
  56.         object lblForeGroundFlashCount: TLabel
  57.           Left = 230
  58.           Top = 63
  59.           Width = 25
  60.           Height = 13
  61.           HelpContext = 2070
  62.           Caption = 'times'
  63.           Layout = tlCenter
  64.         end
  65.         object lblFGFlashCount: TLabel
  66.           Left = 12
  67.           Top = 17
  68.           Width = 349
  69.           Height = 33
  70.           AutoSize = False
  71.           Caption = 
  72.             'Select how often a taskbar button should flash to indicate a cha' +
  73.             'nge.'
  74.           WordWrap = True
  75.         end
  76.         object rbForeGroundFlashInfinite: TRadioButton
  77.           Left = 12
  78.           Top = 38
  79.           Width = 309
  80.           Height = 17
  81.           HelpContext = 2069
  82.           Caption = 'The button in the taskbar will flash until you click on it'
  83.           TabOrder = 0
  84.           OnClick = rbForeGroundFlashInfiniteClick
  85.         end
  86.         object rbForeGroundFlashCount: TRadioButton
  87.           Left = 12
  88.           Top = 61
  89.           Width = 193
  90.           Height = 18
  91.           HelpContext = 2070
  92.           Caption = 'Button in the taskbar flashes'
  93.           Checked = True
  94.           TabOrder = 1
  95.           TabStop = True
  96.           OnClick = rbForeGroundFlashCountClick
  97.         end
  98.         object udeForeGroundFlashCount: TUpDownEdit
  99.           Left = 177
  100.           Top = 60
  101.           Width = 47
  102.           Height = 20
  103.           Min = 1
  104.           Max = 999
  105.           Position = 1
  106.           TabOrder = 1
  107.           TabStop = True
  108.           OnChange = udeForeGroundFlashCountChange
  109.           OnEnter = udeForeGroundFlashCountEnter
  110.           OnExit = udeForeGroundFlashCountExit
  111.         end
  112.       end
  113.       object chkForeGroundFlash: TCheckBox
  114.         Left = 12
  115.         Top = 56
  116.         Width = 261
  117.         Height = 17
  118.         HelpContext = 2068
  119.         Caption = 'Enable flashing taskbar buttons'
  120.         Checked = True
  121.         State = cbChecked
  122.         TabOrder = 0
  123.         OnClick = chkForeGroundFlashClick
  124.       end
  125.       object gbStealFocus: TGroupBox
  126.         Left = 12
  127.         Top = 186
  128.         Width = 372
  129.         Height = 89
  130.         Caption = 'General'
  131.         TabOrder = 2
  132.         object lblForeGroundLockTimeout: TLabel
  133.           Left = 12
  134.           Top = 56
  135.           Width = 155
  136.           Height = 13
  137.           HelpContext = 2091
  138.           Caption = 'Time after the last input:'
  139.           WordWrap = True
  140.         end
  141.         object lblForeGroundLockTimeout2: TLabel
  142.           Left = 197
  143.           Top = 56
  144.           Width = 47
  145.           Height = 13
  146.           HelpContext = 2091
  147.           Caption = 'seconds'
  148.         end
  149.         object lblForeGroundLockTimeoutDesc: TLabel
  150.           Left = 12
  151.           Top = 17
  152.           Width = 345
  153.           Height = 33
  154.           AutoSize = False
  155.           Caption = 
  156.             'Specify how long windows should be prevented from stealing focus' +
  157.             ' after the last key has been pressed.'
  158.           WordWrap = True
  159.         end
  160.         object udeForeGroundLockTimeout: TUpDownEdit
  161.           Left = 138
  162.           Top = 53
  163.           Width = 53
  164.           Height = 20
  165.           Min = 1
  166.           Max = 32000
  167.           Position = 1
  168.           TabOrder = 0
  169.           TabStop = True
  170.           OnChange = udeForeGroundLockTimeoutChange
  171.           OnExit = chkForeGroundFlashClick
  172.         end
  173.       end
  174.       object btnDefaultFlashing: TButton
  175.         Left = 12
  176.         Top = 342
  177.         Width = 97
  178.         Height = 24
  179.         HelpContext = 7
  180.         Caption = 'Restore Defaults'
  181.         TabOrder = 3
  182.         OnClick = btnDefaultFlashingClick
  183.       end
  184.     end
  185.     object tsButtonSettings: TTabSheet
  186.       Caption = 'Button Appearance'
  187.       ImageIndex = 1
  188.       OnShow = tsButtonSettingsShow
  189.       object Label5: TLabel
  190.         Left = 51
  191.         Top = 10
  192.         Width = 309
  193.         Height = 33
  194.         AutoSize = False
  195.         Caption = 
  196.           'Define whether and how windows are represented by buttons on the' +
  197.           ' taskbar. '
  198.         WordWrap = True
  199.       end
  200.       object Image2: TImage
  201.         Left = 12
  202.         Top = 10
  203.         Width = 32
  204.         Height = 32
  205.         Picture.Data = {<image001.ico>}
  206.       end
  207.       object gbButtonGrouping: TGroupBox
  208.         Left = 12
  209.         Top = 169
  210.         Width = 372
  211.         Height = 151
  212.         Caption = 'Grouping'
  213.         TabOrder = 2
  214.         object lblGroupingByMinWndCount: TLabel
  215.           Left = 266
  216.           Top = 119
  217.           Width = 56
  218.           Height = 13
  219.           HelpContext = 2074
  220.           Caption = 'windows'
  221.         end
  222.         object lblGroupingDesc: TLabel
  223.           Left = 12
  224.           Top = 17
  225.           Width = 353
  226.           Height = 33
  227.           AutoSize = False
  228.           Caption = 
  229.             'The grouping of similar items means that buttons belonging to th' +
  230.             'e same program can be collapsed into a single button.'
  231.           WordWrap = True
  232.         end
  233.         object chkButtonGrouping: TCheckBox
  234.           Left = 12
  235.           Top = 52
  236.           Width = 183
  237.           Height = 17
  238.           HelpContext = 2074
  239.           Caption = 'Group similar taskbar buttons'
  240.           Checked = True
  241.           State = cbChecked
  242.           TabOrder = 0
  243.           OnClick = chkButtonGroupingClick
  244.         end
  245.         object rbGroupingLeastUsed: TRadioButton
  246.           Left = 29
  247.           Top = 74
  248.           Width = 307
  249.           Height = 17
  250.           HelpContext = 2074
  251.           Caption = 'Group least used applications first'
  252.           TabOrder = 1
  253.           OnClick = rbGroupingChoose
  254.         end
  255.         object rbGroupingByMinWndCount: TRadioButton
  256.           Left = 28
  257.           Top = 119
  258.           Width = 189
  259.           Height = 15
  260.           HelpContext = 2074
  261.           Caption = 'Group any application with at least'
  262.           TabOrder = 3
  263.           OnClick = rbGroupingChoose
  264.         end
  265.         object rbGroupingMostWnds: TRadioButton
  266.           Left = 29
  267.           Top = 96
  268.           Width = 315
  269.           Height = 17
  270.           HelpContext = 2074
  271.           Caption = 'Group applications with the most windows first'
  272.           TabOrder = 2
  273.           OnClick = rbGroupingChoose
  274.         end
  275.         object udeGroupingMinWnds: TUpDownEdit
  276.           Left = 217
  277.           Top = 117
  278.           Width = 42
  279.           Height = 20
  280.           HelpContext = 2074
  281.           Min = 2
  282.           Max = 99
  283.           Position = 2
  284.           TabOrder = 1
  285.           TabStop = True
  286.           OnChange = udeGroupingMinWndsChange
  287.           OnEnter = udeGroupingMinWndsEnter
  288.           OnExit = rbGroupingChoose
  289.         end
  290.       end
  291.       object gbButtonDisplay: TGroupBox
  292.         Left = 12
  293.         Top = 82
  294.         Width = 372
  295.         Height = 76
  296.         Caption = 'Appearance'
  297.         TabOrder = 1
  298.         object lblButtonWidth: TLabel
  299.           Left = 13
  300.           Top = 22
  301.           Width = 128
  302.           Height = 14
  303.           HelpContext = 2072
  304.           AutoSize = False
  305.           Caption = 'Maximum width of buttons:'
  306.           WordWrap = True
  307.         end
  308.         object lblButtonWidthMetric: TLabel
  309.           Left = 175
  310.           Top = 22
  311.           Width = 27
  312.           Height = 13
  313.           HelpContext = 2072
  314.           Caption = 'pixels'
  315.         end
  316.         object chkButtonAnimation: TCheckBox
  317.           Left = 12
  318.           Top = 46
  319.           Width = 193
  320.           Height = 15
  321.           HelpContext = 2073
  322.           Caption = 'Show animated buttons'
  323.           TabOrder = 1
  324.           OnClick = chkButtonAnimationClick
  325.         end
  326.         object udeTaskbarButtonWidth: TUpDownEdit
  327.           Left = 111
  328.           Top = 19
  329.           Width = 57
  330.           Height = 20
  331.           HelpContext = 2072
  332.           Min = 1
  333.           Max = 12000
  334.           Position = 1
  335.           TabOrder = 0
  336.           TabStop = True
  337.           OnChange = udeTaskbarButtonWidthChange
  338.           OnExit = udeTaskbarButtonWidthExit
  339.         end
  340.       end
  341.       object chkTaskbarShowButtons: TCheckBox
  342.         Left = 12
  343.         Top = 56
  344.         Width = 317
  345.         Height = 17
  346.         HelpContext = 2071
  347.         Caption = 'Show windows as taskbar buttons'
  348.         Checked = True
  349.         State = cbChecked
  350.         TabOrder = 0
  351.         OnClick = chkTaskbarShowButtonsClick
  352.       end
  353.       object btnResetButtonSettings: TButton
  354.         Left = 12
  355.         Top = 342
  356.         Width = 97
  357.         Height = 24
  358.         HelpContext = 7
  359.         Caption = 'Restore Defaults'
  360.         TabOrder = 3
  361.         OnClick = btnResetButtonSettingsClick
  362.       end
  363.     end
  364.     object tsMinMetrics: TTabSheet
  365.       Caption = 'Minimized Windows'
  366.       ImageIndex = 2
  367.       object Label4: TLabel
  368.         Left = 51
  369.         Top = 10
  370.         Width = 332
  371.         Height = 33
  372.         AutoSize = False
  373.         Caption = 
  374.           'Specify how minimized windows that are not shown on the taskbar ' +
  375.           'should be positioned and organized here.'
  376.         WordWrap = True
  377.       end
  378.       object Image1: TImage
  379.         Left = 12
  380.         Top = 10
  381.         Width = 32
  382.         Height = 32
  383.         Picture.Data = {<image002.ico>}
  384.       end
  385.       object gbMinMetrics: TGroupBox
  386.         Left = 12
  387.         Top = 56
  388.         Width = 372
  389.         Height = 121
  390.         Caption = 'Position and alignment'
  391.         TabOrder = 0
  392.         object Label71: TLabel
  393.           Left = 12
  394.           Top = 58
  395.           Width = 67
  396.           Height = 14
  397.           HelpContext = 2075
  398.           AutoSize = False
  399.           Caption = 'Position:'
  400.         end
  401.         object Label3: TLabel
  402.           Left = 12
  403.           Top = 17
  404.           Width = 332
  405.           Height = 30
  406.           AutoSize = False
  407.           Caption = 
  408.             'Specify the location of the title bars of minimized windows that' +
  409.             ' are not shown on the taskbar here.'
  410.           WordWrap = True
  411.         end
  412.         object Label2: TLabel
  413.           Left = 12
  414.           Top = 85
  415.           Width = 67
  416.           Height = 14
  417.           HelpContext = 2075
  418.           AutoSize = False
  419.           Caption = 'Alignment:'
  420.         end
  421.         object cbTaskbarPosY: TComboBox
  422.           Left = 160
  423.           Top = 55
  424.           Width = 73
  425.           Height = 21
  426.           HelpContext = 2075
  427.           Style = csDropDownList
  428.           ItemHeight = 13
  429.           TabOrder = 1
  430.           OnSelect = MinMetricsChange
  431.           Items.Strings = (
  432.             'Top'
  433.             'Bottom')
  434.         end
  435.         object cbTaskbarPosX: TComboBox
  436.           Left = 80
  437.           Top = 55
  438.           Width = 73
  439.           Height = 21
  440.           HelpContext = 2075
  441.           Style = csDropDownList
  442.           ItemHeight = 13
  443.           TabOrder = 0
  444.           OnSelect = MinMetricsChange
  445.           Items.Strings = (
  446.             'Left'
  447.             'Right')
  448.         end
  449.         object cbTaskbarPosArrange: TComboBox
  450.           Left = 80
  451.           Top = 83
  452.           Width = 153
  453.           Height = 21
  454.           HelpContext = 2075
  455.           Style = csDropDownList
  456.           ItemHeight = 13
  457.           TabOrder = 2
  458.           OnSelect = MinMetricsChange
  459.           Items.Strings = (
  460.             'Side by side'
  461.             'Cascading')
  462.         end
  463.       end
  464.       object GroupBox4: TGroupBox
  465.         Left = 12
  466.         Top = 189
  467.         Width = 372
  468.         Height = 94
  469.         Caption = 'Spacing'
  470.         TabOrder = 1
  471.         object Label6: TLabel
  472.           Left = 266
  473.           Top = 59
  474.           Width = 27
  475.           Height = 13
  476.           HelpContext = 2076
  477.           Caption = 'pixels'
  478.         end
  479.         object Label8: TLabel
  480.           Left = 199
  481.           Top = 59
  482.           Width = 13
  483.           Height = 13
  484.           HelpContext = 2076
  485.           AutoSize = False
  486.           Caption = 'x'
  487.         end
  488.         object Label12: TLabel
  489.           Left = 11
  490.           Top = 59
  491.           Width = 183
  492.           Height = 13
  493.           HelpContext = 2076
  494.           AutoSize = False
  495.           Caption = 'Space between title bars:'
  496.           WordWrap = True
  497.         end
  498.         object Label14: TLabel
  499.           Left = 12
  500.           Top = 17
  501.           Width = 328
  502.           Height = 30
  503.           AutoSize = False
  504.           Caption = 
  505.             'Set the spacing of title bars for minimized windows that are not' +
  506.             ' shown on the taskbar here.'
  507.           WordWrap = True
  508.         end
  509.         object udeTaskbarHorzGap: TUpDownEdit
  510.           Left = 141
  511.           Top = 56
  512.           Width = 51
  513.           Height = 20
  514.           HelpContext = 2076
  515.           Min = 0
  516.           Max = 9999
  517.           Position = 0
  518.           TabOrder = 0
  519.           TabStop = True
  520.           OnChange = udeTaskbarHorzGapChange
  521.           OnExit = MinMetricsChange
  522.         end
  523.         object udeTaskbarVertGap: TUpDownEdit
  524.           Left = 211
  525.           Top = 56
  526.           Width = 50
  527.           Height = 20
  528.           HelpContext = 2076
  529.           Min = 0
  530.           Max = 9999
  531.           Position = 0
  532.           TabOrder = 1
  533.           TabStop = True
  534.           OnChange = udeTaskbarVertGapChange
  535.           OnExit = MinMetricsChange
  536.         end
  537.       end
  538.       object btnMinMetricsDefault: TButton
  539.         Left = 12
  540.         Top = 342
  541.         Width = 97
  542.         Height = 24
  543.         HelpContext = 7
  544.         Caption = 'Restore Defaults'
  545.         TabOrder = 2
  546.         OnClick = btnMinMetricsDefaultClick
  547.       end
  548.     end
  549.     object tsAdvanced: TTabSheet
  550.       Caption = 'Advanced'
  551.       OnShow = tsAdvancedShow
  552.       object Label7: TLabel
  553.         Left = 51
  554.         Top = 10
  555.         Width = 327
  556.         Height = 35
  557.         AutoSize = False
  558.         Caption = 
  559.           'Define the general display and behavior options for the taskbar ' +
  560.           'and notification area here.'
  561.         WordWrap = True
  562.       end
  563.       object Image9: TImage
  564.         Left = 12
  565.         Top = 10
  566.         Width = 32
  567.         Height = 32
  568.         Picture.Data = {<image003.ico>}
  569.       end
  570.       object btnResetXPSpecific: TButton
  571.         Left = 12
  572.         Top = 342
  573.         Width = 97
  574.         Height = 24
  575.         HelpContext = 7
  576.         Caption = 'Restore Defaults'
  577.         TabOrder = 1
  578.         OnClick = btnResetXPSpecificClick
  579.       end
  580.       object gbWarnOnLowDiskSpace: TGroupBox
  581.         Left = 12
  582.         Top = 160
  583.         Width = 372
  584.         Height = 90
  585.         Caption = 'Warning when not enough disk space'
  586.         TabOrder = 0
  587.         object Label20: TLabel
  588.           Left = 12
  589.           Top = 17
  590.           Width = 348
  591.           Height = 33
  592.           AutoSize = False
  593.           Caption = 
  594.             'You can configure balloon warnings for lack of free space on you' +
  595.             'r drives in the Drives tab.'
  596.           WordWrap = True
  597.         end
  598.         object lblJumpToDrives: TLabel
  599.           Left = 241
  600.           Top = 63
  601.           Width = 117
  602.           Height = 13
  603.           Cursor = crHandPoint
  604.           Alignment = taRightJustify
  605.           Caption = 'Go to Drives'
  606.           Font.Charset = DEFAULT_CHARSET
  607.           Font.Color = clNavy
  608.           Font.Height = -11
  609.           Font.Name = 'Tahoma'
  610.           Font.Style = [fsUnderline]
  611.           ParentFont = False
  612.           OnClick = lblJumpToDrivesClick
  613.           OnMouseEnter = lblJumpToDrivesMouseEnter
  614.           OnMouseLeave = lblJumpToDrivesMouseLeave
  615.         end
  616.       end
  617.       object GroupBox1: TGroupBox
  618.         Left = 12
  619.         Top = 56
  620.         Width = 372
  621.         Height = 91
  622.         Caption = 'Notification area'
  623.         TabOrder = 2
  624.         object Label1: TLabel
  625.           Left = 12
  626.           Top = 17
  627.           Width = 349
  628.           Height = 20
  629.           AutoSize = False
  630.           Caption = 'Configure the settings for the notification area here.'
  631.           WordWrap = True
  632.         end
  633.         object chkShowTrayNotificationArea: TCheckBox
  634.           Left = 12
  635.           Top = 40
  636.           Width = 213
  637.           Height = 17
  638.           HelpContext = 2097
  639.           Caption = 'Show notification area'
  640.           Checked = True
  641.           State = cbChecked
  642.           TabOrder = 0
  643.           OnClick = chkShowTrayNotificationAreaClick
  644.         end
  645.         object chkBalloonTips: TCheckBox
  646.           Left = 12
  647.           Top = 61
  648.           Width = 201
  649.           Height = 15
  650.           HelpContext = 2077
  651.           Caption = 'Show balloons in the notification area'
  652.           Checked = True
  653.           State = cbChecked
  654.           TabOrder = 1
  655.           OnClick = chkBalloonTipsClick
  656.         end
  657.       end
  658.     end
  659.   end
  660. end
  661.