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

  1. object frmDisplay: TfrmDisplay
  2.   Left = 266
  3.   Top = 499
  4.   BorderStyle = bsNone
  5.   Caption = 'Interface'
  6.   ClientHeight = 434
  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 = 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 = tsEffects
  25.     DockSite = True
  26.     TabIndex = 0
  27.     TabOrder = 0
  28.     object tsEffects: TTabSheet
  29.       Caption = 'Effects'
  30.       ImageIndex = 12
  31.       OnShow = tsEffectsShow
  32.       object Label4: TLabel
  33.         Left = 51
  34.         Top = 10
  35.         Width = 326
  36.         Height = 31
  37.         AutoSize = False
  38.         Caption = 
  39.           'Select the settings you want to be used when displaying and usin' +
  40.           'g user elements.'
  41.         WordWrap = True
  42.       end
  43.       object imgEffects: TImage
  44.         Left = 12
  45.         Top = 10
  46.         Width = 33
  47.         Height = 33
  48.       end
  49.       object lblEffectsTopic: TLabel
  50.         Left = 12
  51.         Top = 56
  52.         Width = 67
  53.         Height = 13
  54.         Caption = '&Settings:'
  55.         FocusControl = BigLBOpticEffects
  56.       end
  57.       object BigLBOpticEffects: TBigCheckListBox
  58.         Left = 12
  59.         Top = 73
  60.         Width = 372
  61.         Height = 174
  62.         HelpContext = 2001
  63.         SmallList = True
  64.         NoMouseScrolling = True
  65.         SelColor = clHighlight
  66.         TabOrder = 0
  67.         OnClick = BigLBOpticEffectsClick
  68.         OnChange = BigLBOpticEffectsChange
  69.         OnExit = BigLBOpticEffectsExit
  70.       end
  71.       object btnEffectsDefault: TButton
  72.         Left = 12
  73.         Top = 339
  74.         Width = 97
  75.         Height = 24
  76.         HelpContext = 7
  77.         Caption = 'Restore Defaults'
  78.         TabOrder = 1
  79.         OnClick = btnEffectsDefaultClick
  80.       end
  81.       object btnEffectsTurbo: TButton
  82.         Left = 114
  83.         Top = 339
  84.         Width = 103
  85.         Height = 24
  86.         HelpContext = 6
  87.         Caption = 'Best Performance'
  88.         TabOrder = 2
  89.         OnClick = btnEffectsTurboClick
  90.       end
  91.       object btnEffectsDesign: TButton
  92.         Left = 221
  93.         Top = 339
  94.         Width = 103
  95.         Height = 24
  96.         HelpContext = 8
  97.         Caption = 'Best Appearance'
  98.         TabOrder = 3
  99.         OnClick = btnEffectsDesignClick
  100.       end
  101.       object gbEffectsDesc: TGroupBox
  102.         Left = 12
  103.         Top = 256
  104.         Width = 372
  105.         Height = 70
  106.         Caption = 'Description'
  107.         TabOrder = 4
  108.         object lblOpticEffects: TLabel
  109.           Left = 12
  110.           Top = 17
  111.           Width = 347
  112.           Height = 45
  113.           AutoSize = False
  114.           Caption = 
  115.             'If this option is enabled, Windows shows the complete window and' +
  116.             ' its contents instead of just an outline when a window is moved ' +
  117.             'with mouse or keyboard.'
  118.           Transparent = True
  119.           WordWrap = True
  120.         end
  121.       end
  122.     end
  123.     object tsAnimations: TTabSheet
  124.       Caption = 'Animation'
  125.       ImageIndex = 6
  126.       OnShow = tsAnimationsShow
  127.       object imgAnimation: TImage
  128.         Left = 12
  129.         Top = 10
  130.         Width = 33
  131.         Height = 33
  132.         Transparent = True
  133.       end
  134.       object Label25: TLabel
  135.         Left = 51
  136.         Top = 10
  137.         Width = 334
  138.         Height = 33
  139.         AutoSize = False
  140.         Caption = 
  141.           'Select the desired animation that should be applied for actions ' +
  142.           'on windows and lists.'
  143.         WordWrap = True
  144.       end
  145.       object gbAnimations1: TGroupBox
  146.         Left = 12
  147.         Top = 56
  148.         Width = 372
  149.         Height = 132
  150.         Caption = 'Window and message animation'
  151.         TabOrder = 0
  152.         object lblAnimations: TLabel
  153.           Left = 12
  154.           Top = 17
  155.           Width = 344
  156.           Height = 33
  157.           AutoSize = False
  158.           Caption = 
  159.             'Select whether and how interface elements such as windows and to' +
  160.             'oltips should be animated.'
  161.           WordWrap = True
  162.         end
  163.         object lblToolTipAnimationType: TLabel
  164.           Left = 31
  165.           Top = 99
  166.           Width = 33
  167.           Height = 13
  168.           HelpContext = 2004
  169.           Caption = '&Effect:'
  170.           FocusControl = cbToolTipAnimationType
  171.         end
  172.         object chkMinAnimate: TCheckBox
  173.           Left = 12
  174.           Top = 52
  175.           Width = 304
  176.           Height = 17
  177.           HelpContext = 2003
  178.           Caption = 'Animate windows when minimizing and maximizing'
  179.           Checked = True
  180.           State = cbChecked
  181.           TabOrder = 0
  182.           OnClick = chkMinAnimateClick
  183.         end
  184.         object chkToolTipAnimation: TCheckBox
  185.           Left = 12
  186.           Top = 74
  187.           Width = 304
  188.           Height = 17
  189.           HelpContext = 2004
  190.           Caption = 'Use the following animation with tooltips'
  191.           Checked = True
  192.           State = cbChecked
  193.           TabOrder = 1
  194.           OnClick = chkToolTipAnimationClick
  195.         end
  196.         object cbToolTipAnimationType: TComboBox
  197.           Left = 68
  198.           Top = 96
  199.           Width = 124
  200.           Height = 21
  201.           HelpContext = 2004
  202.           Style = csDropDownList
  203.           ItemHeight = 13
  204.           TabOrder = 2
  205.           OnSelect = cbToolTipAnimationTypeSelect
  206.           Items.Strings = (
  207.             'Roll-up effect'
  208.             'Fade effect')
  209.         end
  210.       end
  211.       object gbAnimations2: TGroupBox
  212.         Left = 12
  213.         Top = 199
  214.         Width = 372
  215.         Height = 125
  216.         Caption = 'Animation of elements'
  217.         TabOrder = 1
  218.         object Label22: TLabel
  219.           Left = 12
  220.           Top = 17
  221.           Width = 343
  222.           Height = 33
  223.           AutoSize = False
  224.           Caption = 
  225.             'Select for which control and display elements scrolling and fold' +
  226.             'ing should be animated.'
  227.           WordWrap = True
  228.         end
  229.         object chkSmoothScrolling: TCheckBox
  230.           Left = 12
  231.           Top = 51
  232.           Width = 243
  233.           Height = 17
  234.           HelpContext = 2005
  235.           Caption = 'Animate list view and &tree view'
  236.           Checked = True
  237.           State = cbChecked
  238.           TabOrder = 0
  239.           OnClick = chkSmoothScrollingClick
  240.         end
  241.         object chkComboBoxAnimation: TCheckBox
  242.           Left = 12
  243.           Top = 72
  244.           Width = 243
  245.           Height = 17
  246.           HelpContext = 2006
  247.           Caption = 'Slide open &combo boxes'
  248.           Checked = True
  249.           State = cbChecked
  250.           TabOrder = 1
  251.           OnClick = chkComboBoxAnimationClick
  252.         end
  253.         object chkListBoxSmoothScrolling: TCheckBox
  254.           Left = 12
  255.           Top = 93
  256.           Width = 243
  257.           Height = 17
  258.           HelpContext = 2007
  259.           Caption = 'Smooth-scroll &list boxes'
  260.           Checked = True
  261.           State = cbChecked
  262.           TabOrder = 2
  263.           OnClick = chkListBoxSmoothScrollingClick
  264.         end
  265.       end
  266.       object btnAnimationsDefault: TButton
  267.         Left = 12
  268.         Top = 339
  269.         Width = 97
  270.         Height = 24
  271.         HelpContext = 7
  272.         Caption = 'Restore Defaults'
  273.         ParentShowHint = False
  274.         ShowHint = False
  275.         TabOrder = 2
  276.         OnClick = btnAnimationsDefaultClick
  277.       end
  278.       object btnAnimationsTurbo: TButton
  279.         Left = 114
  280.         Top = 339
  281.         Width = 103
  282.         Height = 24
  283.         HelpContext = 6
  284.         Caption = 'Best Performance'
  285.         TabOrder = 3
  286.         OnClick = btnAnimationsTurboClick
  287.       end
  288.     end
  289.     object tsMenu2k: TTabSheet
  290.       Caption = 'Menu Appearance'
  291.       ImageIndex = 4
  292.       OnShow = tsMenu2kShow
  293.       object Image36: TImage
  294.         Left = 12
  295.         Top = 10
  296.         Width = 33
  297.         Height = 33
  298.         Picture.Data = {<image000.ico>}
  299.       end
  300.       object Label9: TLabel
  301.         Left = 51
  302.         Top = 10
  303.         Width = 337
  304.         Height = 33
  305.         AutoSize = False
  306.         Caption = 
  307.           'Set the way context menus and application default menus should l' +
  308.           'ook and behave.'
  309.         WordWrap = True
  310.       end
  311.       object gbMenuAni2k: TGroupBox
  312.         Left = 12
  313.         Top = 56
  314.         Width = 372
  315.         Height = 98
  316.         Caption = 'Animation'
  317.         TabOrder = 0
  318.         object lblMenuAnimationType: TLabel
  319.           Left = 31
  320.           Top = 65
  321.           Width = 33
  322.           Height = 13
  323.           HelpContext = 2011
  324.           Caption = 'E&ffect:'
  325.           FocusControl = cbMenuAnimationType
  326.         end
  327.         object chkMenuAnimation: TCheckBox
  328.           Left = 12
  329.           Top = 41
  330.           Width = 238
  331.           Height = 17
  332.           HelpContext = 2011
  333.           Caption = 'Use the following display effect:'
  334.           Checked = True
  335.           State = cbChecked
  336.           TabOrder = 1
  337.           OnClick = chkMenuAnimationClick
  338.         end
  339.         object chkSelectionFade: TCheckBox
  340.           Left = 12
  341.           Top = 20
  342.           Width = 238
  343.           Height = 17
  344.           HelpContext = 2010
  345.           Caption = 'Fade out menu items after clicking'
  346.           Checked = True
  347.           State = cbChecked
  348.           TabOrder = 0
  349.           OnClick = chkSelectionFadeClick
  350.         end
  351.         object cbMenuAnimationType: TComboBox
  352.           Left = 71
  353.           Top = 62
  354.           Width = 111
  355.           Height = 21
  356.           HelpContext = 2011
  357.           Style = csDropDownList
  358.           ItemHeight = 13
  359.           TabOrder = 2
  360.           OnSelect = cbMenuAnimationTypeSelect
  361.           Items.Strings = (
  362.             'Scroll effect'
  363.             'Fade effect')
  364.         end
  365.       end
  366.       object gbMenuXP: TGroupBox
  367.         Left = 12
  368.         Top = 166
  369.         Width = 372
  370.         Height = 71
  371.         Caption = 'Effects'
  372.         TabOrder = 1
  373.         object chkFlatMenu: TCheckBox
  374.           Left = 12
  375.           Top = 20
  376.           Width = 205
  377.           Height = 17
  378.           HelpContext = 2012
  379.           Caption = 'Show flat menus'
  380.           Checked = True
  381.           State = cbChecked
  382.           TabOrder = 0
  383.           OnClick = chkFlatMenuClick
  384.         end
  385.         object chkDropShadow: TCheckBox
  386.           Left = 12
  387.           Top = 42
  388.           Width = 205
  389.           Height = 17
  390.           HelpContext = 2013
  391.           Caption = 'Show shadows under menus'
  392.           Checked = True
  393.           State = cbChecked
  394.           TabOrder = 1
  395.           OnClick = chkDropShadowClick
  396.         end
  397.       end
  398.       object btnMenu2kDefault: TButton
  399.         Left = 12
  400.         Top = 339
  401.         Width = 97
  402.         Height = 24
  403.         HelpContext = 7
  404.         Caption = 'Restore Defaults'
  405.         TabOrder = 2
  406.         OnClick = btnMenu2kDefaultClick
  407.       end
  408.       object gbMenuShowDelay: TGroupBox
  409.         Left = 12
  410.         Top = 249
  411.         Width = 372
  412.         Height = 76
  413.         Caption = 'Menu speed'
  414.         TabOrder = 4
  415.         object Label6: TLabel
  416.           Left = 12
  417.           Top = 17
  418.           Width = 348
  419.           Height = 29
  420.           AutoSize = False
  421.           Caption = 
  422.             'You can find the opening delay setting for submenus under the St' +
  423.             'art menu item.'
  424.           WordWrap = True
  425.         end
  426.         object lblJumpToStartMenuXP: TLabel
  427.           Left = 239
  428.           Top = 49
  429.           Width = 120
  430.           Height = 13
  431.           Cursor = crHandPoint
  432.           Alignment = taRightJustify
  433.           Caption = 'Go to Start menu'
  434.           Font.Charset = DEFAULT_CHARSET
  435.           Font.Color = clNavy
  436.           Font.Height = -11
  437.           Font.Name = 'Tahoma'
  438.           Font.Style = [fsUnderline]
  439.           ParentFont = False
  440.           OnClick = lblJumpToStartMenuXPClick
  441.           OnMouseEnter = lblJumpToStartMenuMouseEnter
  442.           OnMouseLeave = lblJumpToStartMenuMouseLeave
  443.         end
  444.       end
  445.       object btnMenu2kTurbo: TButton
  446.         Left = 114
  447.         Top = 339
  448.         Width = 103
  449.         Height = 24
  450.         HelpContext = 6
  451.         Caption = 'Best Performance'
  452.         TabOrder = 3
  453.         OnClick = btnMenu2kTurboClick
  454.       end
  455.     end
  456.     object tsMenu9x: TTabSheet
  457.       Caption = 'Menu Appearance'
  458.       ImageIndex = 4
  459.       OnShow = tsMenu9xShow
  460.       object Image12: TImage
  461.         Left = 12
  462.         Top = 10
  463.         Width = 33
  464.         Height = 33
  465.         Picture.Data = {<image001.ico>}
  466.       end
  467.       object Label13: TLabel
  468.         Left = 51
  469.         Top = 10
  470.         Width = 337
  471.         Height = 33
  472.         AutoSize = False
  473.         Caption = 
  474.           'Configure the appearance and behavior of context menus and stand' +
  475.           'ard application menus here.'
  476.         WordWrap = True
  477.       end
  478.       object gbMenuEffectsAvail95: TGroupBox
  479.         Left = 12
  480.         Top = 56
  481.         Width = 372
  482.         Height = 83
  483.         Caption = 'Availability'
  484.         TabOrder = 4
  485.         Visible = False
  486.         object Label1: TLabel
  487.           Left = 20
  488.           Top = 37
  489.           Width = 331
  490.           Height = 13
  491.           Caption = 'No menu display effects are available under Windows 95.'
  492.         end
  493.       end
  494.       object gbMenuAni9x: TGroupBox
  495.         Left = 12
  496.         Top = 56
  497.         Width = 372
  498.         Height = 83
  499.         Caption = 'Animation'
  500.         TabOrder = 0
  501.         object Label17: TLabel
  502.           Left = 12
  503.           Top = 17
  504.           Width = 342
  505.           Height = 33
  506.           AutoSize = False
  507.           Caption = 
  508.             'Select whether menus should be animated with the scroll effect o' +
  509.             'r if they should be shown immediately.'
  510.           WordWrap = True
  511.         end
  512.         object chkMenuAnimation9x: TCheckBox
  513.           Left = 12
  514.           Top = 52
  515.           Width = 249
  516.           Height = 17
  517.           HelpContext = 2304
  518.           Caption = 'Animate menu opening with scroll effect'
  519.           Checked = True
  520.           State = cbChecked
  521.           TabOrder = 0
  522.           OnClick = chkMenuAnimation9xClick
  523.         end
  524.       end
  525.       object btnMenu9xDefault: TButton
  526.         Left = 12
  527.         Top = 339
  528.         Width = 97
  529.         Height = 24
  530.         HelpContext = 7
  531.         Caption = 'Restore Defaults'
  532.         TabOrder = 2
  533.         OnClick = btnMenu9xDefaultClick
  534.       end
  535.       object GroupBox12: TGroupBox
  536.         Left = 12
  537.         Top = 152
  538.         Width = 372
  539.         Height = 83
  540.         Caption = 'Opening of submenus'
  541.         TabOrder = 1
  542.         object Label10: TLabel
  543.           Left = 12
  544.           Top = 17
  545.           Width = 348
  546.           Height = 29
  547.           AutoSize = False
  548.           Caption = 
  549.             'You can find the opening delay setting for submenus under the St' +
  550.             'art menu item.'
  551.           WordWrap = True
  552.         end
  553.         object lblJumpToStartMenu: TLabel
  554.           Left = 239
  555.           Top = 55
  556.           Width = 120
  557.           Height = 13
  558.           Cursor = crHandPoint
  559.           Alignment = taRightJustify
  560.           Caption = 'Go to Start menu'
  561.           Font.Charset = DEFAULT_CHARSET
  562.           Font.Color = clNavy
  563.           Font.Height = -11
  564.           Font.Name = 'Tahoma'
  565.           Font.Style = [fsUnderline]
  566.           ParentFont = False
  567.           OnClick = lblJumpToStartMenuClick
  568.           OnMouseEnter = lblJumpToStartMenuMouseEnter
  569.           OnMouseLeave = lblJumpToStartMenuMouseLeave
  570.         end
  571.       end
  572.       object btnMenu9xTurbo: TButton
  573.         Left = 114
  574.         Top = 339
  575.         Width = 103
  576.         Height = 24
  577.         HelpContext = 6
  578.         Caption = 'Best Performance'
  579.         TabOrder = 3
  580.         OnClick = btnMenu9xTurboClick
  581.       end
  582.     end
  583.     object tsSmoothing: TTabSheet
  584.       HelpContext = 2015
  585.       Caption = 'Font Smoothing'
  586.       ImageIndex = 4
  587.       OnShow = tsSmoothingShow
  588.       object lblFontSmoothTopic: TLabel
  589.         Left = 12
  590.         Top = 56
  591.         Width = 54
  592.         Height = 13
  593.         Caption = 'S&moothing:'
  594.         FocusControl = cbFontSmoothingStyle
  595.       end
  596.       object Label3: TLabel
  597.         Left = 12
  598.         Top = 104
  599.         Width = 48
  600.         Height = 13
  601.         Caption = 'Preview:'
  602.       end
  603.       object imgFontSmoothing: TImage
  604.         Left = 12
  605.         Top = 10
  606.         Width = 33
  607.         Height = 33
  608.       end
  609.       object Label5: TLabel
  610.         Left = 51
  611.         Top = 10
  612.         Width = 341
  613.         Height = 33
  614.         AutoSize = False
  615.         Caption = 
  616.           'Specify whether fonts on the screen should be smoothed to enhanc' +
  617.           'e readability and presentation.'
  618.         WordWrap = True
  619.       end
  620.       object cbFontSmoothingStyle: TComboBox
  621.         Left = 12
  622.         Top = 73
  623.         Width = 205
  624.         Height = 21
  625.         Style = csDropDownList
  626.         ItemHeight = 13
  627.         TabOrder = 0
  628.         OnSelect = cbFontSmoothingStyleSelect
  629.         Items.Strings = (
  630.           'No smoothing'
  631.           'Standard'
  632.           'ClearType')
  633.       end
  634.       object pnlFontSmoothPreview: TPanel
  635.         Left = 12
  636.         Top = 121
  637.         Width = 350
  638.         Height = 229
  639.         BevelInner = bvLowered
  640.         BevelOuter = bvNone
  641.         Color = clWhite
  642.         Font.Charset = DEFAULT_CHARSET
  643.         Font.Color = clWindowText
  644.         Font.Height = -17
  645.         Font.Name = 'Verdana'
  646.         Font.Style = []
  647.         ParentFont = False
  648.         TabOrder = 1
  649.         object shpSmoothingOff: TShape
  650.           Left = 15
  651.           Top = 15
  652.           Width = 322
  653.           Height = 62
  654.           Brush.Style = bsClear
  655.           Pen.Color = 14869218
  656.         end
  657.         object imgSmoothingOff: TImage
  658.           Left = 17
  659.           Top = 17
  660.           Width = 318
  661.           Height = 58
  662.           Cursor = crHandPoint
  663.           OnClick = imgSmoothingOffClick
  664.         end
  665.         object shpSmoothingStd: TShape
  666.           Left = 15
  667.           Top = 84
  668.           Width = 322
  669.           Height = 62
  670.           Brush.Style = bsClear
  671.           Pen.Color = 14869218
  672.         end
  673.         object shpSmoothingClr: TShape
  674.           Left = 15
  675.           Top = 153
  676.           Width = 322
  677.           Height = 62
  678.           Brush.Style = bsClear
  679.           Pen.Color = 14869218
  680.         end
  681.         object imgSmoothingStd: TImage
  682.           Left = 17
  683.           Top = 86
  684.           Width = 318
  685.           Height = 58
  686.           Cursor = crHandPoint
  687.           OnClick = imgSmoothingStdClick
  688.         end
  689.         object imgSmoothingClr: TImage
  690.           Left = 17
  691.           Top = 155
  692.           Width = 318
  693.           Height = 58
  694.           Cursor = crHandPoint
  695.           OnClick = imgSmoothingClrClick
  696.         end
  697.       end
  698.       object btnClearTypeSettings: TButton
  699.         Left = 223
  700.         Top = 72
  701.         Width = 147
  702.         Height = 23
  703.         HelpContext = 2098
  704.         Caption = '&ClearType Settings...'
  705.         Enabled = False
  706.         TabOrder = 2
  707.         OnClick = btnClearTypeSettingsClick
  708.       end
  709.     end
  710.   end
  711. end
  712.