home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 August / CHIP_CD_2004-08.iso / software / tuneup_hit / files / TU2004TrialEN.exe / WinStyler.exe / RCDATA / TFRMWINSTYLER / TFRMWINSTYLER.txt < prev   
Encoding:
Text File  |  2004-03-31  |  62.6 KB  |  2,095 lines

  1. object frmWinStyler: TfrmWinStyler
  2.   Left = 346
  3.   Top = 59
  4.   AutoScroll = False
  5.   Caption = 'TuneUp WinStyler'
  6.   ClientHeight = 507
  7.   ClientWidth = 722
  8.   Color = clWhite
  9.   TransparentColorValue = clNone
  10.   Constraints.MinHeight = 536
  11.   Constraints.MinWidth = 730
  12.   Font.Charset = DEFAULT_CHARSET
  13.   Font.Color = clWindowText
  14.   Font.Height = -11
  15.   Font.Name = 'Tahoma'
  16.   Font.Style = []
  17.   OldCreateOrder = False
  18.   Position = poScreenCenter
  19.   Scaled = False
  20.   OnCloseQuery = FormCloseQuery
  21.   OnCreate = FormCreate
  22.   OnDestroy = FormDestroy
  23.   OnPaint = FormPaint
  24.   PixelsPerInch = 96
  25.   TextHeight = 13
  26.   object wnbMainNav: TTUWebNavBar
  27.     Left = 0
  28.     Top = 42
  29.     Width = 215
  30.     Height = 443
  31.     TabOrder = 0
  32.     Align = alLeft
  33.     DefBackground = 14517072
  34.     BorderStyle = htNone
  35.     HistoryMaxCount = 0
  36.     DefFontName = 'Times New Roman'
  37.     DefPreFontName = 'Courier New'
  38.     DefHotSpotColor = clWhite
  39.     DefOverLinkColor = 15714211
  40.     ImageCacheCount = 20
  41.     NoSelect = True
  42.     ScrollBars = ssVertical
  43.     CharSet = DEFAULT_CHARSET
  44.     MarginHeight = 0
  45.     MarginWidth = 0
  46.     PrintMarginLeft = 2
  47.     PrintMarginRight = 2
  48.     PrintMarginTop = 2
  49.     PrintMarginBottom = 2
  50.     PrintScale = 1
  51.     htOptions = [htOverLinksActive, htPrintTableBackground, htPrintMonochromeBlack]
  52.     OnLinkClick = wnbMainNavLinkClick
  53.   end
  54.   object pnlMain: TPanel
  55.     Left = 215
  56.     Top = 42
  57.     Width = 507
  58.     Height = 443
  59.     Align = alClient
  60.     BevelOuter = bvNone
  61.     Color = clWhite
  62.     TabOrder = 1
  63.     object pcWinStyler: TPageControl
  64.       Left = 0
  65.       Top = 0
  66.       Width = 507
  67.       Height = 443
  68.       ActivePage = tsIcoSystem
  69.       Align = alClient
  70.       MultiLine = True
  71.       Style = tsFlatButtons
  72.       TabOrder = 0
  73.       TabStop = False
  74.       object tsWelcome: TTabSheet
  75.         ImageIndex = 7
  76.         TabVisible = False
  77.         OnHide = tsWelcomeHide
  78.         OnShow = tsWelcomeShow
  79.         object pnlWelcome: TPanel
  80.           Left = 0
  81.           Top = 0
  82.           Width = 499
  83.           Height = 433
  84.           Align = alClient
  85.           BevelOuter = bvNone
  86.           Color = clWhite
  87.           TabOrder = 0
  88.           DesignSize = (
  89.             499
  90.             433)
  91.           object Label4: TLabel
  92.             Left = 10
  93.             Top = 6
  94.             Width = 387
  95.             Height = 23
  96.             AutoSize = False
  97.             Caption = 'Welcome'
  98.             Font.Charset = DEFAULT_CHARSET
  99.             Font.Color = 12532006
  100.             Font.Height = -19
  101.             Font.Name = 'Arial'
  102.             Font.Style = [fsBold]
  103.             ParentFont = False
  104.             Transparent = True
  105.           end
  106.           object Label6: TLabel
  107.             Left = 25
  108.             Top = 31
  109.             Width = 131
  110.             Height = 14
  111.             Caption = 'to TuneUp WinStyler'
  112.             Font.Charset = DEFAULT_CHARSET
  113.             Font.Color = 14579273
  114.             Font.Height = -12
  115.             Font.Name = 'Tahoma'
  116.             Font.Style = [fsBold]
  117.             ParentFont = False
  118.             Transparent = True
  119.           end
  120.           object htmTasks: TTUHTMLViewer
  121.             Left = 13
  122.             Top = 148
  123.             Width = 480
  124.             Height = 286
  125.             OnHotSpotClick = htmTasksHotSpotClick
  126.             TabOrder = 1
  127.             Anchors = [akLeft, akTop, akRight, akBottom]
  128.             DefBackground = clWhite
  129.             BorderStyle = htNone
  130.             HistoryMaxCount = 0
  131.             DefFontName = 'Times New Roman'
  132.             DefPreFontName = 'Courier New'
  133.             DefFontColor = clBlack
  134.             DefHotSpotColor = 14576184
  135.             DefOverLinkColor = 13651238
  136.             ImageCacheCount = 8
  137.             NoSelect = True
  138.             ScrollBars = ssNone
  139.             CharSet = DEFAULT_CHARSET
  140.             MarginHeight = 0
  141.             MarginWidth = 0
  142.             PrintMarginLeft = 2
  143.             PrintMarginRight = 2
  144.             PrintMarginTop = 2
  145.             PrintMarginBottom = 2
  146.             PrintScale = 1
  147.             htOptions = [htOverLinksActive, htNoLinkUnderline, htPrintTableBackground, htPrintMonochromeBlack]
  148.             CSS.Strings = (
  149.               'body'#9'{'
  150.               #9'margin: 0 20 0 0;'
  151.               #9'background-attachment: fixed;'
  152.               #9'background: url(data/ws_logo.jpg);'
  153.               #9'background-repeat: no-repeat;'
  154.               #9'background-position: 96% 94%;'
  155.               #9'}'
  156.               'p'#9'{'
  157.               #9'margin: 0 0 8 0;'
  158.               #9'}'
  159.               '.topic'#9'{'
  160.               #9'margin: 5 0 14 0;'
  161.               #9'font-family: Tahoma, Arial;'
  162.               #9'font-size: 16px;'
  163.               #9'color: #6A8EE3;'
  164.               #9'}'
  165.               '.cap'#9'{'
  166.               #9'font-family: Tahoma, Arial;'
  167.               #9'font-size: 10px;'
  168.               #9'margin-top: -3px;'
  169.               #9'margin-bottom: 2;'
  170.               #9'padding-right: 10px;'
  171.               #9'color: #4976DE;'
  172.               #9'}'
  173.               '.task'#9'{'
  174.               #9'font-family: Tahoma, Arial;'
  175.               #9'font-size: 10px;'
  176.               #9'margin-right: 10;'
  177.               #9'margin-left: 10;'
  178.               #9'text-decoration: none;'
  179.               #9'}'
  180.               '.task:hover'
  181.               #9'{'
  182.               #9'font-family: Tahoma, Arial;'
  183.               #9'font-size: 10px;'
  184.               #9'text-decoration: underline;'
  185.               #9'}'
  186.               '.desc'#9'{'
  187.               #9'font-family: Tahoma, Arial;'
  188.               #9'font-size: 10px;'
  189.               #9'}')
  190.           end
  191.           object ALProgressBar12: TALProgressBar
  192.             Left = 11
  193.             Top = 28
  194.             Width = 306
  195.             Height = 1
  196.             BackColor = clBlack
  197.             BorderStyle = bstNone
  198.             TabOrder = 3
  199.             BackgroundColor = clBtnFace
  200.             BarColor1 = 15370355
  201.             BarColor2 = clWhite
  202.             Max = 100
  203.             Position = 100
  204.             PosTextSuffix = '%'
  205.             ShowPosText = False
  206.             VerticalBorder = 10
  207.           end
  208.           object StaticText1: TStaticText
  209.             Left = 10
  210.             Top = 174
  211.             Width = 207
  212.             Height = 25
  213.             Caption = 'Select a task:'
  214.             Font.Charset = EASTEUROPE_CHARSET
  215.             Font.Color = 14916733
  216.             Font.Height = -17
  217.             Font.Name = 'Tahoma'
  218.             Font.Style = [fsBold]
  219.             ParentFont = False
  220.             TabOrder = 2
  221.           end
  222.           object htmWelcome: TTUHTMLViewer
  223.             Left = 10
  224.             Top = 60
  225.             Width = 474
  226.             Height = 97
  227.             OnHotSpotClick = htmWelcomeHotSpotClick
  228.             TabOrder = 0
  229.             Anchors = [akLeft, akTop, akRight]
  230.             DefBackground = clWhite
  231.             BorderStyle = htNone
  232.             HistoryMaxCount = 0
  233.             DefFontName = 'Times New Roman'
  234.             DefPreFontName = 'Courier New'
  235.             DefFontColor = 789516
  236.             DefHotSpotColor = 9580824
  237.             DefOverLinkColor = 13651238
  238.             ImageCacheCount = 8
  239.             NoSelect = True
  240.             ScrollBars = ssNone
  241.             CharSet = DEFAULT_CHARSET
  242.             MarginHeight = 0
  243.             MarginWidth = 0
  244.             PrintMarginLeft = 2
  245.             PrintMarginRight = 2
  246.             PrintMarginTop = 2
  247.             PrintMarginBottom = 2
  248.             PrintScale = 1
  249.             htOptions = [htOverLinksActive, htNoLinkUnderline, htPrintTableBackground, htPrintMonochromeBlack]
  250.             CSS.Strings = (
  251.               'body'#9'{'
  252.               #9'margin: 0 30 0 0;'
  253.               #9'}'
  254.               'p'#9'{'
  255.               #9'margin: 0 0 8 0;'
  256.               #9'}')
  257.             HTML.Strings = (
  258.               '<html>'
  259.               
  260.                 '<p>You can use this program to give Windows a whole new look in ' +
  261.                 'just a few minutes! Nearly every icon in the Windows interface c' +
  262.                 'an be replaced, and icon packages can be used to adapt the entir' +
  263.                 'e system to a specific theme.</p>'
  264.               
  265.                 '<p>All changes can be reset to the Windows defaults, or undone w' +
  266.                 'ith <a href="launchrc">TuneUp RescueCenter</a>.</p>'
  267.               '</html>')
  268.           end
  269.         end
  270.       end
  271.       object tsIcoSystem: TTabSheet
  272.         ImageIndex = 6
  273.         TabVisible = False
  274.         OnHide = tsIcoSystemHide
  275.         OnShow = tsIcoSystemShow
  276.         object pnlIcoSystem: TPanel
  277.           Left = 0
  278.           Top = 0
  279.           Width = 499
  280.           Height = 433
  281.           Align = alClient
  282.           BevelOuter = bvNone
  283.           Color = clWhite
  284.           TabOrder = 0
  285.           DesignSize = (
  286.             499
  287.             433)
  288.           object Label83: TLabel
  289.             Left = 25
  290.             Top = 31
  291.             Width = 289
  292.             Height = 14
  293.             Caption = 'Change icons and names with a few clicks'
  294.             Font.Charset = DEFAULT_CHARSET
  295.             Font.Color = 14579273
  296.             Font.Height = -12
  297.             Font.Name = 'Tahoma'
  298.             Font.Style = [fsBold]
  299.             ParentFont = False
  300.             Transparent = True
  301.           end
  302.           object Label84: TLabel
  303.             Left = 10
  304.             Top = 6
  305.             Width = 387
  306.             Height = 23
  307.             AutoSize = False
  308.             Caption = 'System elements'
  309.             Font.Charset = DEFAULT_CHARSET
  310.             Font.Color = 12532006
  311.             Font.Height = -19
  312.             Font.Name = 'Arial'
  313.             Font.Style = [fsBold]
  314.             ParentFont = False
  315.             Transparent = True
  316.           end
  317.           object btnIconPacks: TTUButton
  318.             Left = 9
  319.             Top = 393
  320.             Width = 124
  321.             Height = 25
  322.             HelpContext = 5501
  323.             Anchors = [akLeft, akBottom]
  324.             AutoWidth = False
  325.             Cancel = False
  326.             Caption = '&Icon Packages...'
  327.             Default = False
  328.             Flat = False
  329.             TabOrder = 1
  330.             TabStop = True
  331.             OnClick = btnIconPacksClick
  332.             GlyphFileName = 'ico_alpha_Box_16x16.png'
  333.           end
  334.           object btnApplyIcoSystem: TTUButton
  335.             Left = 385
  336.             Top = 393
  337.             Width = 105
  338.             Height = 25
  339.             HelpContext = 31
  340.             Anchors = [akRight, akBottom]
  341.             AutoWidth = False
  342.             Cancel = False
  343.             Caption = '&Apply'
  344.             Default = False
  345.             Flat = False
  346.             TabOrder = 0
  347.             TabStop = True
  348.             OnClick = btnApplyIcoSystemClick
  349.             GlyphFileName = 'ico_alpha_CheckMarkGreen_16x16.png'
  350.           end
  351.           object Panel13: TPanel
  352.             Left = 10
  353.             Top = 82
  354.             Width = 479
  355.             Height = 299
  356.             Anchors = [akLeft, akTop, akRight, akBottom]
  357.             BevelOuter = bvNone
  358.             BorderWidth = 1
  359.             Caption = 'Panel13'
  360.             Color = 14599085
  361.             FullRepaint = False
  362.             TabOrder = 2
  363.             object Panel1: TPanel
  364.               Left = 1
  365.               Top = 1
  366.               Width = 477
  367.               Height = 297
  368.               Align = alClient
  369.               BevelOuter = bvNone
  370.               Color = 16578290
  371.               TabOrder = 0
  372.               DesignSize = (
  373.                 477
  374.                 297)
  375.               object wtbIcoSystem: TTUWebTaskBar
  376.                 Left = 271
  377.                 Top = 11
  378.                 Width = 195
  379.                 Height = 274
  380.                 TabOrder = 1
  381.                 Anchors = [akTop, akRight]
  382.                 DefBackground = 16578290
  383.                 BorderStyle = htNone
  384.                 HistoryMaxCount = 0
  385.                 DefFontName = 'Times New Roman'
  386.                 DefPreFontName = 'Courier New'
  387.                 DefHotSpotColor = clWhite
  388.                 DefOverLinkColor = 15714211
  389.                 ImageCacheCount = 20
  390.                 NoSelect = True
  391.                 ScrollBars = ssNone
  392.                 CharSet = DEFAULT_CHARSET
  393.                 MarginHeight = 0
  394.                 MarginWidth = 0
  395.                 PrintMarginLeft = 2
  396.                 PrintMarginRight = 2
  397.                 PrintMarginTop = 2
  398.                 PrintMarginBottom = 2
  399.                 PrintScale = 1
  400.                 htOptions = [htOverLinksActive, htPrintTableBackground, htPrintMonochromeBlack]
  401.                 AutoSize = False
  402.                 AllowPaint = True
  403.                 OnLinkClick = wtbIcoSystemLinkClick
  404.               end
  405.               object tgbIcoSystem: TTUGroupBox
  406.                 Left = 11
  407.                 Top = 11
  408.                 Width = 248
  409.                 Height = 275
  410.                 Anchors = [akLeft, akTop, akRight, akBottom]
  411.                 BackColor = clWhite
  412.                 BorderStyle = bstSingle
  413.                 TabOrder = 0
  414.                 FB_ImageIndex = -1
  415.                 FB_ShowCloseBtn = False
  416.                 ShowFolderBar = True
  417.                 Style = aisWeb
  418.                 object lbSysIcons: TIconListBox
  419.                   Left = 1
  420.                   Top = 20
  421.                   Width = 246
  422.                   Height = 254
  423.                   HelpContext = 5500
  424.                   Align = alClient
  425.                   BorderStyle = bsNone
  426.                   IconsRight = False
  427.                   TabOrder = 0
  428.                   SelColor = clHighlight
  429.                   OnChangeSelection = lbSysIconsChangeSelection
  430.                   OnDblClick = lbSysIconsDblClick
  431.                 end
  432.                 object lblSysIconsInit: TStaticText
  433.                   Left = 19
  434.                   Top = 75
  435.                   Width = 210
  436.                   Height = 46
  437.                   Alignment = taCenter
  438.                   AutoSize = False
  439.                   Caption = 'Reading system elements. Please wait...'
  440.                   Color = clWhite
  441.                   ParentColor = False
  442.                   TabOrder = 1
  443.                 end
  444.               end
  445.             end
  446.           end
  447.           object ALProgressBar31: TALProgressBar
  448.             Left = 11
  449.             Top = 28
  450.             Width = 306
  451.             Height = 1
  452.             BackColor = clBlack
  453.             BorderStyle = bstNone
  454.             TabOrder = 4
  455.             BackgroundColor = clBtnFace
  456.             BarColor1 = 15370355
  457.             BarColor2 = clWhite
  458.             Max = 100
  459.             Position = 100
  460.             PosTextSuffix = '%'
  461.             ShowPosText = False
  462.             VerticalBorder = 10
  463.           end
  464.           object ttcIcoSystemTabs: TTUTabControl
  465.             Left = 10
  466.             Top = 58
  467.             Width = 300
  468.             Height = 25
  469.             BackColor = clWhite
  470.             BorderStyle = bstNone
  471.             TabOrder = 3
  472.             OnChange = ttcIcoSystemTabsChange
  473.           end
  474.         end
  475.       end
  476.       object tsIcoDrivesAndFolders: TTabSheet
  477.         ImageIndex = 8
  478.         TabVisible = False
  479.         OnHide = tsIcoDrivesAndFoldersHide
  480.         OnShow = tsIcoDrivesAndFoldersShow
  481.         object pnlIcoDrivesAndFolders: TPanel
  482.           Left = 0
  483.           Top = 0
  484.           Width = 499
  485.           Height = 433
  486.           Align = alClient
  487.           BevelOuter = bvNone
  488.           Color = clWhite
  489.           TabOrder = 0
  490.           DesignSize = (
  491.             499
  492.             433)
  493.           object Label8: TLabel
  494.             Left = 12
  495.             Top = 54
  496.             Width = 479
  497.             Height = -85
  498.             Anchors = [akLeft, akTop, akRight]
  499.             AutoSize = False
  500.             Caption = 
  501.               'Select a folder or drive in the tree view and then click Change ' +
  502.               'icon... to select a new icon for the selected object.'
  503.             Transparent = True
  504.             WordWrap = True
  505.           end
  506.           object Label41: TLabel
  507.             Left = 10
  508.             Top = 6
  509.             Width = 387
  510.             Height = 23
  511.             AutoSize = False
  512.             Caption = 'File system'
  513.             Font.Charset = DEFAULT_CHARSET
  514.             Font.Color = 12532006
  515.             Font.Height = -19
  516.             Font.Name = 'Arial'
  517.             Font.Style = [fsBold]
  518.             ParentFont = False
  519.             Transparent = True
  520.           end
  521.           object Label40: TLabel
  522.             Left = 25
  523.             Top = 31
  524.             Width = 277
  525.             Height = 14
  526.             Caption = 'Disks, folders, Favorites and Start menu'
  527.             Font.Charset = DEFAULT_CHARSET
  528.             Font.Color = 14579273
  529.             Font.Height = -12
  530.             Font.Name = 'Tahoma'
  531.             Font.Style = [fsBold]
  532.             ParentFont = False
  533.             Transparent = True
  534.           end
  535.           object wtbDrivesAndFolders: TTUWebTaskBar
  536.             Left = 296
  537.             Top = 63
  538.             Width = 193
  539.             Height = 347
  540.             OnHotSpotClick = wtbDrivesAndFoldersHotSpotClick
  541.             OnImageRequest = wtbDrivesAndFoldersImageRequest
  542.             TabOrder = 1
  543.             Anchors = [akTop, akRight]
  544.             DefBackground = clWhite
  545.             BorderStyle = htNone
  546.             HistoryMaxCount = 0
  547.             DefFontName = 'Times New Roman'
  548.             DefPreFontName = 'Courier New'
  549.             DefHotSpotColor = clWhite
  550.             DefOverLinkColor = 15714211
  551.             ImageCacheCount = 20
  552.             NoSelect = True
  553.             ScrollBars = ssNone
  554.             CharSet = DEFAULT_CHARSET
  555.             MarginHeight = 0
  556.             MarginWidth = 0
  557.             PrintMarginLeft = 2
  558.             PrintMarginRight = 2
  559.             PrintMarginTop = 2
  560.             PrintMarginBottom = 2
  561.             PrintScale = 1
  562.             htOptions = [htOverLinksActive, htPrintTableBackground, htPrintMonochromeBlack]
  563.             AutoSize = False
  564.             AllowPaint = True
  565.             OnLinkClick = wtbDrivesAndFoldersLinkClick
  566.           end
  567.           object ALProgressBar9: TALProgressBar
  568.             Left = 11
  569.             Top = 28
  570.             Width = 306
  571.             Height = 1
  572.             BackColor = clBlack
  573.             BorderStyle = bstNone
  574.             TabOrder = 2
  575.             BackgroundColor = clBtnFace
  576.             BarColor1 = 15370355
  577.             BarColor2 = clWhite
  578.             Max = 100
  579.             Position = 100
  580.             PosTextSuffix = '%'
  581.             ShowPosText = False
  582.             VerticalBorder = 10
  583.           end
  584.           object tgbDrivesAndFolders: TTUGroupBox
  585.             Left = 10
  586.             Top = 63
  587.             Width = 273
  588.             Height = 347
  589.             Anchors = [akLeft, akTop, akRight, akBottom]
  590.             BackColor = clWhite
  591.             BorderStyle = bstSingle
  592.             TabOrder = 0
  593.             FB_CaptionLeft = 'Objects'
  594.             FB_ImageIndex = -1
  595.             FB_ShowCloseBtn = False
  596.             ShowFolderBar = True
  597.             Style = aisWeb
  598.             object idtvDrivesAndFolders: TIconEngineerDirTreeView
  599.               Left = 1
  600.               Top = 20
  601.               Width = 271
  602.               Height = 290
  603.               Align = alClient
  604.               BorderStyle = bsNone
  605.               Color = clWhite
  606.               HideSelection = False
  607.               Indent = 19
  608.               ParentColor = False
  609.               FileSystemObjects = []
  610.               OnChange = idtvDrivesAndFoldersChange
  611.               OnClick = idtvDrivesAndFoldersClick
  612.               OnIsNormalIcon = idtvDrivesAndFoldersIsNormalIcon
  613.               OnIsCLSIDIcon = idtvDrivesAndFoldersIsCLSIDIcon
  614.               OnIsWebIcon = idtvDrivesAndFoldersIsWebIcon
  615.             end
  616.           end
  617.         end
  618.       end
  619.       object tsIcoDisplay: TTabSheet
  620.         ImageIndex = 11
  621.         TabVisible = False
  622.         OnHide = tsIcoDisplayHide
  623.         OnShow = tsIcoDisplayShow
  624.         object pnlIcoDisplay: TPanel
  625.           Left = 0
  626.           Top = 0
  627.           Width = 499
  628.           Height = 433
  629.           Align = alClient
  630.           BevelOuter = bvNone
  631.           Color = clWhite
  632.           TabOrder = 0
  633.           DesignSize = (
  634.             499
  635.             433)
  636.           object Label38: TLabel
  637.             Left = 25
  638.             Top = 31
  639.             Width = 180
  640.             Height = 14
  641.             Caption = 'Icon sizes and spacing'
  642.             Font.Charset = DEFAULT_CHARSET
  643.             Font.Color = 14579273
  644.             Font.Height = -12
  645.             Font.Name = 'Tahoma'
  646.             Font.Style = [fsBold]
  647.             ParentFont = False
  648.             Transparent = True
  649.           end
  650.           object Label39: TLabel
  651.             Left = 10
  652.             Top = 6
  653.             Width = 387
  654.             Height = 23
  655.             AutoSize = False
  656.             Caption = 'Appearance'
  657.             Font.Charset = DEFAULT_CHARSET
  658.             Font.Color = 12532006
  659.             Font.Height = -19
  660.             Font.Name = 'Arial'
  661.             Font.Style = [fsBold]
  662.             ParentFont = False
  663.             Transparent = True
  664.           end
  665.           object btnApplyIcoDisplay: TTUButton
  666.             Left = 385
  667.             Top = 393
  668.             Width = 105
  669.             Height = 25
  670.             HelpContext = 31
  671.             Anchors = [akRight, akBottom]
  672.             AutoWidth = False
  673.             Cancel = False
  674.             Caption = 'A&pply'
  675.             Default = True
  676.             Flat = False
  677.             TabOrder = -1
  678.             TabStop = True
  679.             OnClick = btnApplyIcoDisplayClick
  680.             GlyphFileName = 'ico_alpha_CheckMarkGreen_16x16.png'
  681.           end
  682.           object btnIcoDisplayResetToDefault: TTUButton
  683.             Left = 9
  684.             Top = 393
  685.             Width = 130
  686.             Height = 25
  687.             HelpContext = 31
  688.             Anchors = [akLeft, akBottom]
  689.             AutoWidth = False
  690.             Cancel = False
  691.             Caption = '&Restore Defaults'
  692.             Default = False
  693.             Flat = False
  694.             TabOrder = -1
  695.             TabStop = True
  696.             OnClick = btnIcoDisplayResetToDefaultClick
  697.             GlyphFileName = 'ico_alpha_WinFlag_16x16.png'
  698.           end
  699.           object ALProgressBar8: TALProgressBar
  700.             Left = 11
  701.             Top = 28
  702.             Width = 306
  703.             Height = 1
  704.             BackColor = clBlack
  705.             BorderStyle = bstNone
  706.             TabOrder = 0
  707.             BackgroundColor = clBtnFace
  708.             BarColor1 = 15370355
  709.             BarColor2 = clWhite
  710.             Max = 100
  711.             Position = 100
  712.             PosTextSuffix = '%'
  713.             ShowPosText = False
  714.             VerticalBorder = 10
  715.           end
  716.           object tgbIcoDisplayPreview: TTUGroupBox
  717.             Left = 10
  718.             Top = 63
  719.             Width = 241
  720.             Height = 318
  721.             Anchors = [akLeft, akTop, akRight, akBottom]
  722.             BackColor = clWhite
  723.             BorderStyle = bstSingle
  724.             TabOrder = 2
  725.             FB_CaptionLeft = 'Preview'
  726.             FB_ImageIndex = -1
  727.             FB_ShowCloseBtn = False
  728.             ShowFolderBar = True
  729.             Style = aisWeb
  730.             object pbIcoDisplayPreview: TPaintBox32
  731.               Left = 1
  732.               Top = 20
  733.               Width = 239
  734.               Height = 297
  735.               HelpContext = 5508
  736.               Align = alClient
  737.               TabOrder = 0
  738.               OnResize = pbIcoDisplayPreviewResize
  739.             end
  740.           end
  741.           object tgbIcoDisplayColorDepth: TTUGroupBox
  742.             Left = 262
  743.             Top = 63
  744.             Width = 227
  745.             Height = 89
  746.             Anchors = [akTop, akRight]
  747.             BackColor = 16576745
  748.             BorderStyle = bstSingle
  749.             TabOrder = 1
  750.             FB_CaptionLeft = 'Icon color depth'
  751.             FB_ImageIndex = -1
  752.             FB_ShowCloseBtn = False
  753.             ShowFolderBar = True
  754.             Style = aisWeb
  755.             object Shape1: TShape
  756.               Left = 12
  757.               Top = 62
  758.               Width = 203
  759.               Height = 16
  760.               Pen.Color = 12234904
  761.             end
  762.             object imgIcoDisplayColorDepth: TImage
  763.               Left = 13
  764.               Top = 63
  765.               Width = 201
  766.               Height = 14
  767.             end
  768.             object Label2: TLabel
  769.               Left = 12
  770.               Top = 37
  771.               Width = 48
  772.               Height = 13
  773.               HelpContext = 5509
  774.               Caption = 'Color depth:'
  775.               Transparent = True
  776.             end
  777.             object cbIcoDisplayColorDepth: TComboBox
  778.               Left = 66
  779.               Top = 33
  780.               Width = 149
  781.               Height = 21
  782.               HelpContext = 5509
  783.               Style = csDropDownList
  784.               ItemHeight = 13
  785.               TabOrder = 1
  786.               OnSelect = cbIcoDisplayColorDepthSelect
  787.               Items.Strings = (
  788.                 '  4 bit (16 colors)'
  789.                 '  8 bit (256 colors)'
  790.                 '16 bit (65536 colors)'
  791.                 '24 bit (16.7 million colors)')
  792.             end
  793.             object pnlIcoDisplayXPColorDepth: TPanel
  794.               Left = 1
  795.               Top = 20
  796.               Width = 225
  797.               Height = 68
  798.               Align = alClient
  799.               BevelOuter = bvNone
  800.               BorderWidth = 12
  801.               Color = 16576745
  802.               TabOrder = 0
  803.               object lblIcoDisplayXPColorDepth: TLabel
  804.                 Left = 12
  805.                 Top = 12
  806.                 Width = 191
  807.                 Height = 26
  808.                 Align = alClient
  809.                 Alignment = taCenter
  810.                 Caption = 'The maximum icon color depth under Windows XP is always 32-bit.'
  811.                 Font.Charset = DEFAULT_CHARSET
  812.                 Font.Color = 1710618
  813.                 Font.Height = -11
  814.                 Font.Name = 'Tahoma'
  815.                 Font.Style = []
  816.                 ParentFont = False
  817.                 Layout = tlCenter
  818.                 WordWrap = True
  819.               end
  820.             end
  821.           end
  822.           object tgbIcoDisplayIconSize: TTUGroupBox
  823.             Left = 262
  824.             Top = 159
  825.             Width = 227
  826.             Height = 85
  827.             Anchors = [akTop, akRight]
  828.             BackColor = 16576745
  829.             BorderStyle = bstSingle
  830.             TabOrder = 3
  831.             FB_CaptionLeft = 'Icon size'
  832.             FB_ImageIndex = -1
  833.             FB_ShowCloseBtn = False
  834.             ShowFolderBar = True
  835.             Style = aisWeb
  836.             DesignSize = (
  837.               226
  838.               84)
  839.             object Label3: TLabel
  840.               Left = 4
  841.               Top = 34
  842.               Width = 37
  843.               Height = 13
  844.               HelpContext = 5510
  845.               Alignment = taRightJustify
  846.               AutoSize = False
  847.               Caption = 'Small'
  848.               Transparent = True
  849.             end
  850.             object Label10: TLabel
  851.               Left = 186
  852.               Top = 34
  853.               Width = 37
  854.               Height = 13
  855.               HelpContext = 5510
  856.               AutoSize = False
  857.               Caption = 'Large'
  858.               Transparent = True
  859.             end
  860.             object lblIcoDisplayIconSize: TLabel
  861.               Left = 12
  862.               Top = 62
  863.               Width = 205
  864.               Height = 15
  865.               Alignment = taCenter
  866.               AutoSize = False
  867.               Caption = '.'
  868.               Transparent = True
  869.             end
  870.             object pnlSlider: TPanel
  871.               Left = 43
  872.               Top = 28
  873.               Width = 139
  874.               Height = 28
  875.               Anchors = []
  876.               BevelOuter = bvNone
  877.               Color = 16576745
  878.               TabOrder = 0
  879.               object trIcoDisplayIconSize: TTUTrackBar
  880.                 Left = 0
  881.                 Top = 0
  882.                 Width = 139
  883.                 Height = 28
  884.                 HelpContext = 5510
  885.                 Align = alClient
  886.                 Max = 7
  887.                 Orientation = trHorizontal
  888.                 Frequency = 1
  889.                 Position = 0
  890.                 SelEnd = 0
  891.                 SelStart = 0
  892.                 TabOrder = 0
  893.                 TickMarks = tmBottomRight
  894.                 TickStyle = tsAuto
  895.                 OnChange = trIcoDisplayIconSizeChange
  896.               end
  897.             end
  898.           end
  899.           object tgbIcoDisplayIconSpacing: TTUGroupBox
  900.             Left = 262
  901.             Top = 251
  902.             Width = 227
  903.             Height = 64
  904.             Anchors = [akTop, akRight]
  905.             BackColor = 16576745
  906.             BorderStyle = bstSingle
  907.             TabOrder = 5
  908.             FB_CaptionLeft = 'Icon spacing'
  909.             FB_ImageIndex = -1
  910.             FB_ShowCloseBtn = False
  911.             ShowFolderBar = True
  912.             Style = aisWeb
  913.             object Label12: TLabel
  914.               Left = 12
  915.               Top = 35
  916.               Width = 44
  917.               Height = 13
  918.               HelpContext = 5511
  919.               Caption = 'Spacing:'
  920.               Transparent = True
  921.             end
  922.             object Label13: TLabel
  923.               Left = 113
  924.               Top = 35
  925.               Width = 6
  926.               Height = 13
  927.               HelpContext = 5511
  928.               Caption = 'x'
  929.               Transparent = True
  930.             end
  931.             object Label11: TLabel
  932.               Left = 174
  933.               Top = 35
  934.               Width = 28
  935.               Height = 13
  936.               HelpContext = 5511
  937.               Caption = 'pixels'
  938.               Transparent = True
  939.             end
  940.             object udeIconSpacingX: TUpDownEdit
  941.               Left = 64
  942.               Top = 32
  943.               Width = 45
  944.               Height = 20
  945.               HelpContext = 5511
  946.               Min = 1
  947.               Max = 100
  948.               Position = 1
  949.               TabOrder = 0
  950.               TabStop = True
  951.               OnChange = udeIconSpacingXChange
  952.             end
  953.             object udeIconSpacingY: TUpDownEdit
  954.               Left = 124
  955.               Top = 32
  956.               Width = 45
  957.               Height = 20
  958.               HelpContext = 5511
  959.               Min = 1
  960.               Max = 100
  961.               Position = 1
  962.               TabOrder = 0
  963.               TabStop = True
  964.               OnChange = udeIconSpacingYChange
  965.             end
  966.           end
  967.           object tgbIcoDisplayShortcutArrow: TTUGroupBox
  968.             Left = 262
  969.             Top = 322
  970.             Width = 227
  971.             Height = 58
  972.             Anchors = [akTop, akRight]
  973.             BackColor = 16576745
  974.             BorderStyle = bstSingle
  975.             TabOrder = 4
  976.             FB_CaptionLeft = 'Shortcut overlay'
  977.             FB_ImageIndex = -1
  978.             FB_ShowCloseBtn = False
  979.             ShowFolderBar = True
  980.             Style = aisWeb
  981.             object pnlIcoDisplayShortcutArrow: TPanel
  982.               Left = 1
  983.               Top = 20
  984.               Width = 225
  985.               Height = 37
  986.               Align = alClient
  987.               BevelOuter = bvNone
  988.               Color = 16576745
  989.               TabOrder = 0
  990.               object chkIcoDisplayShortcutArrow: TCheckBox
  991.                 Left = 12
  992.                 Top = 11
  993.                 Width = 201
  994.                 Height = 17
  995.                 Caption = 'Show shortcut arrow'
  996.                 Color = 16576745
  997.                 ParentColor = False
  998.                 TabOrder = 0
  999.                 OnClick = chkIcoDisplayShortcutArrowClick
  1000.               end
  1001.             end
  1002.           end
  1003.         end
  1004.       end
  1005.       object tsIcoRepair: TTabSheet
  1006.         ImageIndex = 9
  1007.         TabVisible = False
  1008.         OnHide = tsIcoRepairHide
  1009.         OnShow = tsIcoRepairShow
  1010.         object pnlIcoRepair: TPanel
  1011.           Left = 0
  1012.           Top = 0
  1013.           Width = 499
  1014.           Height = 433
  1015.           Align = alClient
  1016.           BevelOuter = bvNone
  1017.           Color = clWhite
  1018.           TabOrder = 0
  1019.           DesignSize = (
  1020.             499
  1021.             433)
  1022.           object Label25: TLabel
  1023.             Left = 25
  1024.             Top = 31
  1025.             Width = 257
  1026.             Height = 14
  1027.             Caption = 'Correct errors in the display of icons'
  1028.             Font.Charset = DEFAULT_CHARSET
  1029.             Font.Color = 14579273
  1030.             Font.Height = -12
  1031.             Font.Name = 'Tahoma'
  1032.             Font.Style = [fsBold]
  1033.             ParentFont = False
  1034.             Transparent = True
  1035.           end
  1036.           object imgRebuildIconCache: TImage
  1037.             Left = 10
  1038.             Top = 286
  1039.             Width = 48
  1040.             Height = 48
  1041.             AutoSize = True
  1042.           end
  1043.           object Label28: TLabel
  1044.             Left = 66
  1045.             Top = 285
  1046.             Width = 401
  1047.             Height = 48
  1048.             Anchors = [akLeft, akTop, akRight]
  1049.             AutoSize = False
  1050.             Caption = 
  1051.               'Select this option when icons are missing or when they are displ' +
  1052.               'ayed incorrectly. TuneUp WinStyler will rebuild the icon cache t' +
  1053.               'o correct the problem. You must restart your computer for this t' +
  1054.               'o take effect.'
  1055.             Transparent = True
  1056.             WordWrap = True
  1057.           end
  1058.           object Label9: TLabel
  1059.             Left = 66
  1060.             Top = 161
  1061.             Width = 401
  1062.             Height = 48
  1063.             Anchors = [akLeft, akTop, akRight]
  1064.             AutoSize = False
  1065.             Caption = 
  1066.               'Select this option when icon changes are not accepted, or when W' +
  1067.               'indows displays the wrong icons for some items. TuneUp WinStyler' +
  1068.               ' will cause Windows to reload all system icons.'
  1069.             Transparent = True
  1070.             WordWrap = True
  1071.           end
  1072.           object Label27: TLabel
  1073.             Left = 10
  1074.             Top = 60
  1075.             Width = 451
  1076.             Height = 46
  1077.             Anchors = [akLeft, akTop, akRight]
  1078.             AutoSize = False
  1079.             Caption = 
  1080.               'Does Windows not accept your icon changes, does it mix icons up ' +
  1081.               'or does it display icons incorrectly? The two repair functions b' +
  1082.               'elow can normally correct this quickly and easily.'
  1083.             Font.Charset = DEFAULT_CHARSET
  1084.             Font.Color = 2434341
  1085.             Font.Height = -11
  1086.             Font.Name = 'Tahoma'
  1087.             Font.Style = []
  1088.             ParentFont = False
  1089.             Transparent = True
  1090.             WordWrap = True
  1091.           end
  1092.           object Label26: TLabel
  1093.             Left = 10
  1094.             Top = 6
  1095.             Width = 387
  1096.             Height = 23
  1097.             AutoSize = False
  1098.             Caption = 'Repair'
  1099.             Font.Charset = DEFAULT_CHARSET
  1100.             Font.Color = 12532006
  1101.             Font.Height = -19
  1102.             Font.Name = 'Arial'
  1103.             Font.Style = [fsBold]
  1104.             ParentFont = False
  1105.             Transparent = True
  1106.           end
  1107.           object Image2: TImage
  1108.             Left = 10
  1109.             Top = 162
  1110.             Width = 48
  1111.             Height = 48
  1112.             AutoSize = True
  1113.             Picture.Data = {<image000.TPNGImage>}
  1114.           end
  1115.           object btnRebuildIconCache: TTUButton
  1116.             Left = 333
  1117.             Top = 334
  1118.             Width = 138
  1119.             Height = 25
  1120.             HelpContext = 5513
  1121.             Anchors = [akTop, akRight]
  1122.             AutoWidth = False
  1123.             Cancel = False
  1124.             Caption = 'R&epair Icon Cache'
  1125.             Default = False
  1126.             Flat = False
  1127.             TabOrder = -1
  1128.             TabStop = True
  1129.             OnClick = btnRebuildIconCacheClick
  1130.           end
  1131.           object btnReloadIcons: TTUButton
  1132.             Left = 333
  1133.             Top = 209
  1134.             Width = 138
  1135.             Height = 25
  1136.             HelpContext = 5512
  1137.             Anchors = [akTop, akRight]
  1138.             AutoWidth = False
  1139.             Cancel = False
  1140.             Caption = 'Re&load Icons'
  1141.             Default = False
  1142.             Flat = False
  1143.             TabOrder = -1
  1144.             TabStop = True
  1145.             OnClick = btnReloadIconsClick
  1146.           end
  1147.           object ALProgressBar3: TALProgressBar
  1148.             Left = 10
  1149.             Top = 270
  1150.             Width = 432
  1151.             Height = 1
  1152.             Anchors = [akLeft, akTop, akRight]
  1153.             BackColor = clBlack
  1154.             BorderStyle = bstNone
  1155.             TabOrder = 0
  1156.             BackgroundColor = clBtnFace
  1157.             BarColor1 = 15374707
  1158.             BarColor2 = clWhite
  1159.             Max = 100
  1160.             Position = 100
  1161.             PosTextSuffix = '%'
  1162.             ShowPosText = False
  1163.             VerticalBorder = 10
  1164.           end
  1165.           object TUHTMLViewer4: TTUHTMLViewer
  1166.             Left = 10
  1167.             Top = 252
  1168.             Width = 370
  1169.             Height = 18
  1170.             TabOrder = 1
  1171.             Anchors = [akLeft, akTop, akRight]
  1172.             DefBackground = clWhite
  1173.             BorderStyle = htNone
  1174.             HistoryMaxCount = 0
  1175.             DefFontName = 'Times New Roman'
  1176.             DefPreFontName = 'Courier New'
  1177.             DefFontColor = 789516
  1178.             DefHotSpotColor = 9580824
  1179.             DefOverLinkColor = 13651238
  1180.             ImageCacheCount = 8
  1181.             NoSelect = True
  1182.             ScrollBars = ssNone
  1183.             CharSet = DEFAULT_CHARSET
  1184.             MarginHeight = 0
  1185.             MarginWidth = 0
  1186.             PrintMarginLeft = 2
  1187.             PrintMarginRight = 2
  1188.             PrintMarginTop = 2
  1189.             PrintMarginBottom = 2
  1190.             PrintScale = 1
  1191.             htOptions = [htOverLinksActive, htNoLinkUnderline, htPrintTableBackground, htPrintMonochromeBlack]
  1192.             HTML.Strings = (
  1193.               '<div class="subheading">Repair icon cache</div>')
  1194.           end
  1195.           object ALProgressBar2: TALProgressBar
  1196.             Left = 10
  1197.             Top = 146
  1198.             Width = 432
  1199.             Height = 1
  1200.             Anchors = [akLeft, akTop, akRight]
  1201.             BackColor = clBlack
  1202.             BorderStyle = bstNone
  1203.             TabOrder = 4
  1204.             BackgroundColor = clBtnFace
  1205.             BarColor1 = 15374707
  1206.             BarColor2 = clWhite
  1207.             Max = 100
  1208.             Position = 100
  1209.             PosTextSuffix = '%'
  1210.             ShowPosText = False
  1211.             VerticalBorder = 10
  1212.           end
  1213.           object TUHTMLViewer3: TTUHTMLViewer
  1214.             Left = 10
  1215.             Top = 128
  1216.             Width = 370
  1217.             Height = 18
  1218.             TabOrder = 2
  1219.             Anchors = [akLeft, akTop, akRight]
  1220.             DefBackground = clWhite
  1221.             BorderStyle = htNone
  1222.             HistoryMaxCount = 0
  1223.             DefFontName = 'Times New Roman'
  1224.             DefPreFontName = 'Courier New'
  1225.             DefFontColor = 789516
  1226.             DefHotSpotColor = 9580824
  1227.             DefOverLinkColor = 13651238
  1228.             ImageCacheCount = 8
  1229.             NoSelect = True
  1230.             ScrollBars = ssNone
  1231.             CharSet = DEFAULT_CHARSET
  1232.             MarginHeight = 0
  1233.             MarginWidth = 0
  1234.             PrintMarginLeft = 2
  1235.             PrintMarginRight = 2
  1236.             PrintMarginTop = 2
  1237.             PrintMarginBottom = 2
  1238.             PrintScale = 1
  1239.             htOptions = [htOverLinksActive, htNoLinkUnderline, htPrintTableBackground, htPrintMonochromeBlack]
  1240.             HTML.Strings = (
  1241.               '<div class="subheading">Reload icons</div>')
  1242.           end
  1243.           object ALProgressBar1: TALProgressBar
  1244.             Left = 11
  1245.             Top = 28
  1246.             Width = 306
  1247.             Height = 1
  1248.             BackColor = clBlack
  1249.             BorderStyle = bstNone
  1250.             TabOrder = 3
  1251.             BackgroundColor = clBtnFace
  1252.             BarColor1 = 15370355
  1253.             BarColor2 = clWhite
  1254.             Max = 100
  1255.             Position = 100
  1256.             PosTextSuffix = '%'
  1257.             ShowPosText = False
  1258.             VerticalBorder = 10
  1259.           end
  1260.         end
  1261.       end
  1262.       object tsLogonScreens: TTabSheet
  1263.         ImageIndex = 5
  1264.         TabVisible = False
  1265.         OnHide = tsLogonScreensHide
  1266.         OnShow = tsLogonScreensShow
  1267.         object pnlLogonScreen: TPanel
  1268.           Left = 0
  1269.           Top = 0
  1270.           Width = 499
  1271.           Height = 433
  1272.           Align = alClient
  1273.           BevelOuter = bvNone
  1274.           Color = clWhite
  1275.           TabOrder = 0
  1276.           DesignSize = (
  1277.             499
  1278.             433)
  1279.           object Label5: TLabel
  1280.             Left = 25
  1281.             Top = 31
  1282.             Width = 204
  1283.             Height = 14
  1284.             Caption = 'Change user logon'
  1285.             Font.Charset = DEFAULT_CHARSET
  1286.             Font.Color = 14579273
  1287.             Font.Height = -12
  1288.             Font.Name = 'Tahoma'
  1289.             Font.Style = [fsBold]
  1290.             ParentFont = False
  1291.             Transparent = True
  1292.           end
  1293.           object Label30: TLabel
  1294.             Left = 10
  1295.             Top = 6
  1296.             Width = 387
  1297.             Height = 23
  1298.             AutoSize = False
  1299.             Caption = 'Logon screen'
  1300.             Font.Charset = DEFAULT_CHARSET
  1301.             Font.Color = 12532006
  1302.             Font.Height = -19
  1303.             Font.Name = 'Arial'
  1304.             Font.Style = [fsBold]
  1305.             ParentFont = False
  1306.             Transparent = True
  1307.           end
  1308.           object btnInstallLogonScreen: TTUButton
  1309.             Left = 344
  1310.             Top = 393
  1311.             Width = 146
  1312.             Height = 25
  1313.             HelpContext = 31
  1314.             Anchors = [akRight, akBottom]
  1315.             AutoWidth = False
  1316.             Cancel = False
  1317.             Caption = 'Install &Logon Screen'
  1318.             Default = True
  1319.             Flat = False
  1320.             TabOrder = -1
  1321.             TabStop = True
  1322.             OnClick = btnInstallLogonScreenClick
  1323.             GlyphFileName = 'ico_alpha_CheckMarkGreen_16x16.png'
  1324.           end
  1325.           object btnLogonScreenDefault: TTUButton
  1326.             Left = 9
  1327.             Top = 393
  1328.             Width = 130
  1329.             Height = 25
  1330.             HelpContext = 31
  1331.             Anchors = [akLeft, akBottom]
  1332.             AutoWidth = False
  1333.             Cancel = False
  1334.             Caption = 'Re&store Defaults'
  1335.             Default = False
  1336.             Flat = False
  1337.             TabOrder = -1
  1338.             TabStop = True
  1339.             OnClick = btnLogonScreenDefaultClick
  1340.             GlyphFileName = 'ico_alpha_WinFlag_16x16.png'
  1341.           end
  1342.           object ALProgressBar4: TALProgressBar
  1343.             Left = 10
  1344.             Top = 28
  1345.             Width = 306
  1346.             Height = 1
  1347.             BackColor = clBlack
  1348.             BorderStyle = bstNone
  1349.             TabOrder = 1
  1350.             BackgroundColor = clBtnFace
  1351.             BarColor1 = 15370355
  1352.             BarColor2 = clWhite
  1353.             Max = 100
  1354.             Position = 100
  1355.             PosTextSuffix = '%'
  1356.             ShowPosText = False
  1357.             VerticalBorder = 10
  1358.           end
  1359.           object wtbLogonScreens: TTUWebTaskBar
  1360.             Left = 279
  1361.             Top = 63
  1362.             Width = 210
  1363.             Height = 319
  1364.             OnImageRequest = wtbLogonScreensImageRequest
  1365.             TabOrder = 0
  1366.             Anchors = [akTop, akRight]
  1367.             DefBackground = clWhite
  1368.             BorderStyle = htNone
  1369.             HistoryMaxCount = 0
  1370.             DefFontName = 'Times New Roman'
  1371.             DefPreFontName = 'Courier New'
  1372.             DefHotSpotColor = clWhite
  1373.             DefOverLinkColor = 15714211
  1374.             ImageCacheCount = 20
  1375.             NoSelect = True
  1376.             ScrollBars = ssNone
  1377.             CharSet = DEFAULT_CHARSET
  1378.             MarginHeight = 0
  1379.             MarginWidth = 0
  1380.             PrintMarginLeft = 2
  1381.             PrintMarginRight = 2
  1382.             PrintMarginTop = 2
  1383.             PrintMarginBottom = 2
  1384.             PrintScale = 1
  1385.             htOptions = [htOverLinksActive, htPrintTableBackground, htPrintMonochromeBlack]
  1386.             AutoSize = False
  1387.             AllowPaint = True
  1388.             OnLinkClick = wtbLogonScreensLinkClick
  1389.           end
  1390.           object tgbLogonScreen: TTUGroupBox
  1391.             Left = 10
  1392.             Top = 63
  1393.             Width = 258
  1394.             Height = 318
  1395.             Anchors = [akLeft, akTop, akRight, akBottom]
  1396.             BackColor = clWhite
  1397.             BorderStyle = bstSingle
  1398.             TabOrder = 2
  1399.             FB_CaptionLeft = 'Logon screens'
  1400.             FB_ImageIndex = -1
  1401.             FB_ShowCloseBtn = False
  1402.             ShowFolderBar = True
  1403.             Style = aisWeb
  1404.             DesignSize = (
  1405.               257
  1406.               317)
  1407.             object lbLogonScreens: TBigCheckListBox
  1408.               Tag = 54321
  1409.               Left = 1
  1410.               Top = 44
  1411.               Width = 256
  1412.               Height = 273
  1413.               Align = alClient
  1414.               BorderStyle = bsNone
  1415.               Checkboxes = False
  1416.               Color = clWhite
  1417.               ImageList = LSIML
  1418.               NoMouseScrolling = False
  1419.               SelColor = clHighlight
  1420.               TabOrder = 1
  1421.               OnClick = lbLogonScreensClick
  1422.             end
  1423.             object ALProgressBar14: TALProgressBar
  1424.               Left = 1
  1425.               Top = 20
  1426.               Width = 256
  1427.               Height = 24
  1428.               Align = alTop
  1429.               BackColor = clWhite
  1430.               BorderStyle = bstNone
  1431.               TabOrder = 0
  1432.               BackgroundColor = clBtnFace
  1433.               BarColor1 = 16644596
  1434.               BarColor2 = 16047822
  1435.               Direction = pdTopToBottom
  1436.               Max = 100
  1437.               Position = 100
  1438.               PosTextSuffix = '%'
  1439.               ShowPosText = False
  1440.               VerticalBorder = 10
  1441.               object btnCreateLogonScreen: TTUButton
  1442.                 Left = 95
  1443.                 Top = 0
  1444.                 Width = 95
  1445.                 Height = 24
  1446.                 Align = alLeft
  1447.                 AutoWidth = True
  1448.                 Cancel = False
  1449.                 Caption = 'N&ew Screen'
  1450.                 Default = False
  1451.                 Flat = True
  1452.                 TabOrder = -1
  1453.                 TabStop = True
  1454.                 Visible = False
  1455.                 GlyphFileName = 'ico_alpha_logonui_create_16x16.png'
  1456.               end
  1457.               object btnAddLogonScreen: TTUButton
  1458.                 Left = 0
  1459.                 Top = 0
  1460.                 Width = 95
  1461.                 Height = 24
  1462.                 Align = alLeft
  1463.                 AutoWidth = True
  1464.                 Cancel = False
  1465.                 DropdownMenu = mnuAddLogonScreen
  1466.                 Caption = 'A&dd'
  1467.                 Default = False
  1468.                 Flat = True
  1469.                 TabOrder = -1
  1470.                 TabStop = True
  1471.                 GlyphFileName = 'ico_alpha_AddToList_16x16.png'
  1472.               end
  1473.             end
  1474.             object pnlNoLogonScreens: TPanel
  1475.               Left = 18
  1476.               Top = 63
  1477.               Width = 224
  1478.               Height = 86
  1479.               Anchors = [akLeft, akTop, akRight]
  1480.               BevelOuter = bvNone
  1481.               Color = clWindow
  1482.               Font.Charset = DEFAULT_CHARSET
  1483.               Font.Color = clBlack
  1484.               Font.Height = -11
  1485.               Font.Name = 'Tahoma'
  1486.               Font.Style = []
  1487.               ParentFont = False
  1488.               TabOrder = 3
  1489.               Visible = False
  1490.               object lblNoPacks: TLabel
  1491.                 Left = 0
  1492.                 Top = 0
  1493.                 Width = 224
  1494.                 Height = 86
  1495.                 Align = alClient
  1496.                 Alignment = taCenter
  1497.                 AutoSize = False
  1498.                 Caption = 'No logon screens found. Click Add to install new logon screens.'
  1499.                 Layout = tlCenter
  1500.                 WordWrap = True
  1501.               end
  1502.             end
  1503.             object pnlLogonScreensGeneratingPreviews: TPanel
  1504.               Left = 1
  1505.               Top = 44
  1506.               Width = 256
  1507.               Height = 273
  1508.               Align = alClient
  1509.               BevelOuter = bvNone
  1510.               Color = clWhite
  1511.               TabOrder = 2
  1512.               Visible = False
  1513.               object lblLogonScreensGeneratingPreviews: TLabel
  1514.                 Left = 40
  1515.                 Top = 19
  1516.                 Width = 173
  1517.                 Height = 86
  1518.                 Alignment = taCenter
  1519.                 AutoSize = False
  1520.                 Caption = 'Creating previews. Please wait...'
  1521.                 Layout = tlCenter
  1522.                 WordWrap = True
  1523.               end
  1524.             end
  1525.           end
  1526.         end
  1527.       end
  1528.       object tsVisualStyles: TTabSheet
  1529.         ImageIndex = 6
  1530.         TabVisible = False
  1531.         OnHide = tsVisualStylesHide
  1532.         OnShow = tsVisualStylesShow
  1533.         object pnlVisualStyles: TPanel
  1534.           Left = 0
  1535.           Top = 0
  1536.           Width = 499
  1537.           Height = 433
  1538.           Align = alClient
  1539.           BevelOuter = bvNone
  1540.           Color = clWhite
  1541.           TabOrder = 0
  1542.           DesignSize = (
  1543.             499
  1544.             433)
  1545.           object btnInstallVisualStyle: TTUButton
  1546.             Left = 344
  1547.             Top = 393
  1548.             Width = 146
  1549.             Height = 25
  1550.             HelpContext = 31
  1551.             Anchors = [akRight, akBottom]
  1552.             AutoWidth = False
  1553.             Cancel = False
  1554.             Caption = 'Apply Visual &Style'
  1555.             Default = True
  1556.             Flat = False
  1557.             TabOrder = -1
  1558.             TabStop = True
  1559.             OnClick = btnInstallVisualStyleClick
  1560.             GlyphFileName = 'ico_alpha_CheckMarkGreen_16x16.png'
  1561.           end
  1562.           object Label7: TLabel
  1563.             Left = 10
  1564.             Top = 6
  1565.             Width = 387
  1566.             Height = 23
  1567.             AutoSize = False
  1568.             Caption = 'Visual style'
  1569.             Font.Charset = DEFAULT_CHARSET
  1570.             Font.Color = 12532006
  1571.             Font.Height = -19
  1572.             Font.Name = 'Arial'
  1573.             Font.Style = [fsBold]
  1574.             ParentFont = False
  1575.             Transparent = True
  1576.           end
  1577.           object Label1: TLabel
  1578.             Left = 25
  1579.             Top = 31
  1580.             Width = 220
  1581.             Height = 14
  1582.             Caption = 'Customize windows and buttons'
  1583.             Font.Charset = DEFAULT_CHARSET
  1584.             Font.Color = 14579273
  1585.             Font.Height = -12
  1586.             Font.Name = 'Tahoma'
  1587.             Font.Style = [fsBold]
  1588.             ParentFont = False
  1589.             Transparent = True
  1590.           end
  1591.           object btnVisualStyleDefault: TTUButton
  1592.             Left = 9
  1593.             Top = 393
  1594.             Width = 130
  1595.             Height = 25
  1596.             HelpContext = 31
  1597.             Anchors = [akLeft, akBottom]
  1598.             AutoWidth = False
  1599.             Cancel = False
  1600.             Caption = 'Restore &Defaults'
  1601.             Default = False
  1602.             Flat = False
  1603.             TabOrder = -1
  1604.             TabStop = True
  1605.             OnClick = btnVisualStyleDefaultClick
  1606.             GlyphFileName = 'ico_alpha_WinFlag_16x16.png'
  1607.           end
  1608.           object wtbVisualStyles: TTUWebTaskBar
  1609.             Left = 279
  1610.             Top = 63
  1611.             Width = 210
  1612.             Height = 319
  1613.             OnImageRequest = wtbVisualStylesImageRequest
  1614.             TabOrder = 0
  1615.             Anchors = [akTop, akRight]
  1616.             DefBackground = clWhite
  1617.             BorderStyle = htNone
  1618.             HistoryMaxCount = 0
  1619.             DefFontName = 'Times New Roman'
  1620.             DefPreFontName = 'Courier New'
  1621.             DefHotSpotColor = clWhite
  1622.             DefOverLinkColor = 15714211
  1623.             ImageCacheCount = 20
  1624.             NoSelect = True
  1625.             ScrollBars = ssNone
  1626.             CharSet = DEFAULT_CHARSET
  1627.             MarginHeight = 0
  1628.             MarginWidth = 0
  1629.             PrintMarginLeft = 2
  1630.             PrintMarginRight = 2
  1631.             PrintMarginTop = 2
  1632.             PrintMarginBottom = 2
  1633.             PrintScale = 1
  1634.             htOptions = [htOverLinksActive, htPrintTableBackground, htPrintMonochromeBlack]
  1635.             AutoSize = False
  1636.             AllowPaint = True
  1637.             OnLinkClick = wtbVisualStylesLinkClick
  1638.           end
  1639.           object TUGroupBox1: TTUGroupBox
  1640.             Left = 10
  1641.             Top = 63
  1642.             Width = 258
  1643.             Height = 318
  1644.             Anchors = [akLeft, akTop, akRight, akBottom]
  1645.             BackColor = clWhite
  1646.             BorderStyle = bstSingle
  1647.             TabOrder = 2
  1648.             FB_CaptionLeft = 'Visual styles'
  1649.             FB_ImageIndex = -1
  1650.             FB_ShowCloseBtn = False
  1651.             ShowFolderBar = True
  1652.             Style = aisWeb
  1653.             DesignSize = (
  1654.               257
  1655.               317)
  1656.             object lbVisualStyles: TBigCheckListBox
  1657.               Tag = 54321
  1658.               Left = 1
  1659.               Top = 44
  1660.               Width = 256
  1661.               Height = 273
  1662.               Align = alClient
  1663.               BorderStyle = bsNone
  1664.               Checkboxes = False
  1665.               Color = clWhite
  1666.               PopupMenu = mnuListVS
  1667.               NoMouseScrolling = False
  1668.               SelColor = clHighlight
  1669.               TabOrder = 1
  1670.               OnClick = lbVisualStylesClick
  1671.               OnMouseDown = lbVisualStylesMouseDown
  1672.             end
  1673.             object ALProgressBar6: TALProgressBar
  1674.               Left = 1
  1675.               Top = 20
  1676.               Width = 256
  1677.               Height = 24
  1678.               Align = alTop
  1679.               BackColor = clWhite
  1680.               BorderStyle = bstNone
  1681.               TabOrder = 0
  1682.               BackgroundColor = clBtnFace
  1683.               BarColor1 = 16644596
  1684.               BarColor2 = 16047822
  1685.               Direction = pdTopToBottom
  1686.               Max = 100
  1687.               Position = 100
  1688.               PosTextSuffix = '%'
  1689.               ShowPosText = False
  1690.               VerticalBorder = 10
  1691.               object btnAddVisualStyle: TTUButton
  1692.                 Left = 0
  1693.                 Top = 0
  1694.                 Width = 95
  1695.                 Height = 24
  1696.                 Align = alLeft
  1697.                 AutoWidth = True
  1698.                 Cancel = False
  1699.                 DropdownMenu = mnuAddVisualStyle
  1700.                 Caption = '&Add'
  1701.                 Default = False
  1702.                 Flat = True
  1703.                 TabOrder = -1
  1704.                 TabStop = True
  1705.                 GlyphFileName = 'ico_alpha_AddToList_16x16.png'
  1706.               end
  1707.             end
  1708.             object Panel2: TPanel
  1709.               Left = 18
  1710.               Top = 63
  1711.               Width = 224
  1712.               Height = 86
  1713.               Anchors = [akLeft, akTop, akRight]
  1714.               BevelOuter = bvNone
  1715.               Color = clWindow
  1716.               Font.Charset = DEFAULT_CHARSET
  1717.               Font.Color = clBlack
  1718.               Font.Height = -11
  1719.               Font.Name = 'Tahoma'
  1720.               Font.Style = []
  1721.               ParentFont = False
  1722.               TabOrder = 3
  1723.               Visible = False
  1724.               object Label14: TLabel
  1725.                 Left = 0
  1726.                 Top = 0
  1727.                 Width = 224
  1728.                 Height = 86
  1729.                 Align = alClient
  1730.                 Alignment = taCenter
  1731.                 AutoSize = False
  1732.                 Caption = 'No logon screens found. Click Add to install new logon screens.'
  1733.                 Layout = tlCenter
  1734.                 WordWrap = True
  1735.               end
  1736.             end
  1737.             object pnlVisualStylesGeneratingPreviews: TPanel
  1738.               Left = 1
  1739.               Top = 44
  1740.               Width = 256
  1741.               Height = 273
  1742.               Align = alClient
  1743.               BevelOuter = bvNone
  1744.               Color = clWhite
  1745.               TabOrder = 2
  1746.               Visible = False
  1747.               object Label15: TLabel
  1748.                 Left = 46
  1749.                 Top = 19
  1750.                 Width = 166
  1751.                 Height = 86
  1752.                 Alignment = taCenter
  1753.                 AutoSize = False
  1754.                 Caption = 'Reading visual styles. Please wait...'
  1755.                 Layout = tlCenter
  1756.                 WordWrap = True
  1757.               end
  1758.             end
  1759.           end
  1760.           object ALProgressBar5: TALProgressBar
  1761.             Left = 10
  1762.             Top = 28
  1763.             Width = 306
  1764.             Height = 1
  1765.             BackColor = clBlack
  1766.             BorderStyle = bstNone
  1767.             TabOrder = 1
  1768.             BackgroundColor = clBtnFace
  1769.             BarColor1 = 15370355
  1770.             BarColor2 = clWhite
  1771.             Max = 100
  1772.             Position = 100
  1773.             PosTextSuffix = '%'
  1774.             ShowPosText = False
  1775.             VerticalBorder = 10
  1776.           end
  1777.         end
  1778.       end
  1779.     end
  1780.   end
  1781.   object StatusBar1: TStatusBar
  1782.     Left = 0
  1783.     Top = 485
  1784.     Width = 722
  1785.     Height = 22
  1786.     Panels = <
  1787.       item
  1788.         Width = 50
  1789.       end
  1790.       item
  1791.         Style = psOwnerDraw
  1792.         Text = 'RescueCenter protection active'
  1793.         Width = 50
  1794.       end>
  1795.     SimplePanel = False
  1796.     OnDblClick = StatusBar1DblClick
  1797.     OnDrawPanel = StatusBar1DrawPanel
  1798.     OnResize = StatusBar1Resize
  1799.   end
  1800.   object TUApplicationHeader1: TTUApplicationHeader
  1801.     Left = 0
  1802.     Top = 0
  1803.     Width = 722
  1804.     Height = 42
  1805.     Align = alTop
  1806.     TabOrder = 3
  1807.     LogoFileName = 'ws_hdr_app.png'
  1808.     DesignSize = (
  1809.       722
  1810.       42)
  1811.     object btnHelp: TTUButton
  1812.       Left = 654
  1813.       Top = 5
  1814.       Width = 63
  1815.       Height = 32
  1816.       Align = alRight
  1817.       AutoWidth = True
  1818.       Cancel = False
  1819.       Caption = 'Help'
  1820.       Default = False
  1821.       Flat = True
  1822.       Font.Charset = DEFAULT_CHARSET
  1823.       Font.Color = clWhite
  1824.       Font.Height = -12
  1825.       Font.Name = 'Tahoma'
  1826.       Font.Style = []
  1827.       ParentFont = False
  1828.       TabOrder = 1
  1829.       TabStop = True
  1830.       OnClick = btnHelpClick
  1831.       GlyphFileName = 'ico_alpha_Help_24x24.png'
  1832.     end
  1833.     object btnRescueCenter: TTUButton
  1834.       Left = 531
  1835.       Top = 5
  1836.       Width = 121
  1837.       Height = 32
  1838.       Anchors = [akTop, akRight]
  1839.       AutoWidth = False
  1840.       Cancel = False
  1841.       Caption = 'RescueCenter'
  1842.       Default = False
  1843.       Flat = True
  1844.       Font.Charset = DEFAULT_CHARSET
  1845.       Font.Color = clWhite
  1846.       Font.Height = -12
  1847.       Font.Name = 'Tahoma'
  1848.       Font.Style = []
  1849.       ParentFont = False
  1850.       TabOrder = 0
  1851.       TabStop = True
  1852.       OnClick = btnRescueCenterClick
  1853.       GlyphFileName = 'ico_alpha_RescueCenter_24x24.png'
  1854.     end
  1855.   end
  1856.   object ThemeManager1: TThemeManager
  1857.     Options = [toAllowNonClientArea, toAllowControls, toAllowWebContent, toSubclassButtons, toSubclassDBLookup, toSubclassFrame, toSubclassGroupBox, toSubclassListView, toSubclassTabSheet, toSubclassStatusBar, toSubclassTrackBar, toSubclassWinControl, toResetMouseCapture, toSetTransparency]
  1858.     Left = 72
  1859.     Top = 380
  1860.   end
  1861.   object HelpRouter1: THelpRouter
  1862.     HelpType = htMixedMode
  1863.     CHMPopupTopics = 'CSHelp.txt'
  1864.     OnHelp = HelpRouter1Help
  1865.     ValidateID = False
  1866.     Left = 8
  1867.     Top = 380
  1868.   end
  1869.   object WhatsThis1: TWhatsThis
  1870.     Active = True
  1871.     F1Action = goDefault
  1872.     Options = [wtNoContextHelp, wtInheritFormContext]
  1873.     PopupCaption = 'Direkt&hilfe'
  1874.     PopupHelpContext = 0
  1875.     Left = 136
  1876.     Top = 412
  1877.   end
  1878.   object PopupMenu1: TPopupMenu
  1879.     Left = 104
  1880.     Top = 412
  1881.     object Standardsymbol1: TMenuItem
  1882.       Caption = 'Restore Default Icons'
  1883.     end
  1884.     object nderungeneinerletztenSitzungen1: TMenuItem
  1885.       Caption = 'Undo Session Changes'
  1886.     end
  1887.     object StandardsymboledieserKategoriewiederherstellen1: TMenuItem
  1888.       Caption = 'Restore Defaults for This Category'
  1889.     end
  1890.   end
  1891.   object BootLogoIML: TImageList
  1892.     Height = 45
  1893.     Width = 60
  1894.     Left = 104
  1895.     Top = 444
  1896.   end
  1897.   object VSIML: TImageList
  1898.     Height = 45
  1899.     Width = 60
  1900.     Left = 40
  1901.     Top = 444
  1902.   end
  1903.   object LSIML: TImageList
  1904.     Height = 45
  1905.     Width = 60
  1906.     Left = 72
  1907.     Top = 444
  1908.   end
  1909.   object mnuAddLogonScreen: TPopupMenu
  1910.     Left = 72
  1911.     Top = 412
  1912.     object mnLogonScreenBrowse: TMenuItem
  1913.       Caption = 'Import Logon Screen From File...'
  1914.       OnClick = mnLogonScreenBrowseClick
  1915.     end
  1916.     object N2: TMenuItem
  1917.       Caption = '-'
  1918.     end
  1919.     object mnLogonScreensAtTUOnline: TMenuItem
  1920.       Caption = 'Download Logon Screens From TuneUp Online'
  1921.       OnClick = mnLogonScreensAtTUOnlineClick
  1922.     end
  1923.   end
  1924.   object mnuAddVisualStyle: TPopupMenu
  1925.     Left = 40
  1926.     Top = 412
  1927.     object mnVisualStylesBrowse: TMenuItem
  1928.       Caption = 'Install Visual Style From File...'
  1929.       OnClick = mnVisualStylesBrowseClick
  1930.     end
  1931.     object N1: TMenuItem
  1932.       Caption = '-'
  1933.     end
  1934.     object mnVisualStylesAtTUOnline: TMenuItem
  1935.       Caption = 'Download Visual Styles From TuneUp Online'
  1936.       OnClick = mnVisualStylesAtTUOnlineClick
  1937.     end
  1938.   end
  1939.   object tmrInitVisualStyles: TTimer
  1940.     Enabled = False
  1941.     Interval = 1
  1942.     OnTimer = tmrInitVisualStylesTimer
  1943.     Left = 8
  1944.     Top = 348
  1945.   end
  1946.   object tmrInitSysIcons: TTimer
  1947.     Enabled = False
  1948.     Interval = 1
  1949.     OnTimer = tmrInitSysIconsTimer
  1950.     Left = 104
  1951.     Top = 380
  1952.   end
  1953.   object tmrInitIcoDisplay: TTimer
  1954.     Enabled = False
  1955.     Interval = 1
  1956.     OnTimer = tmrInitIcoDisplayTimer
  1957.     Left = 136
  1958.     Top = 380
  1959.   end
  1960.   object tmrIcoDisplay_UpdatePreview: TTimer
  1961.     Enabled = False
  1962.     Interval = 10
  1963.     OnTimer = tmrIcoDisplay_UpdatePreviewTimer
  1964.     Left = 40
  1965.     Top = 348
  1966.   end
  1967.   object tmrInitLogonScreens: TTimer
  1968.     Enabled = False
  1969.     Interval = 1
  1970.     OnTimer = tmrInitLogonScreensTimer
  1971.     Left = 72
  1972.     Top = 348
  1973.   end
  1974.   object odLogonScreens: TApOpenDialog
  1975.     Filter = 
  1976.       'All supported formats (*.tls; *.logonxp; *.exe)|*.tls;*.logonxp;' +
  1977.       '*.exe|TuneUp logon screens (*.tls)|*.tls|LogonStudio files (*.lo' +
  1978.       'gonxp)|*.logonxp|LogonUI applications (*.exe)|*.exe|All files|*'
  1979.     Options = [ofHideReadOnly, ofFileMustExist, ofEnableSizing]
  1980.     OptionsEx = [ofExNoPlacesBar]
  1981.     CustDlgParams.PosParams.ShiftX = 0
  1982.     CustDlgParams.PosParams.ShiftY = 0
  1983.     CustDlgParams.PosParams.FitToScreen = False
  1984.     VisibleControls = [dcFolderCombo, dcFolderLabel, dcSelectionCtrl, dcOkBtn, dcCancelBtn, dcFileName, dcFileNameLabel, dcFileType, dcFileTypeLabel, dcToolBar]
  1985.     ListViewStyles.HotTrack = False
  1986.     ListViewStyles.HotTrackStyles = []
  1987.     ListViewStyles.FlatScrollBars = False
  1988.     ListViewStyles.GridLines = False
  1989.     ListViewStyles.RowSelect = False
  1990.     ListViewStyles.EnableRename = True
  1991.     ListViewStyles.EnableDelete = True
  1992.     ListViewStyles.PopupOnEmpty = True
  1993.     ListViewStyles.PopupOnSelection = True
  1994.     PlacesBar.Places = <>
  1995.     PlacesBar.Visible = True
  1996.     PlacesBar.AllowEdit = True
  1997.     PlacesBar.AllowDelete = True
  1998.     PlacesBar.AllowDrop = True
  1999.     PlacesBar.AutoScroll = True
  2000.     PlacesBar.BorderStyle = bsNone
  2001.     PlacesBar.Native = True
  2002.     ExtFilter.ShowFolders = True
  2003.     ExtFilter.Enabled = False
  2004.     ToolBar.Flat = False
  2005.     Left = 8
  2006.     Top = 444
  2007.   end
  2008.   object tmrAddNewLogonScreen: TTimer
  2009.     Enabled = False
  2010.     Interval = 100
  2011.     OnTimer = tmrAddNewLogonScreenTimer
  2012.     Left = 40
  2013.     Top = 316
  2014.   end
  2015.   object sdLogonScreen: TSaveDialog
  2016.     Filter = 'Logon screens (*.tls)|*.tls|All files|*'
  2017.     Options = [ofOverwritePrompt, ofHideReadOnly, ofEnableSizing]
  2018.     Left = 136
  2019.     Top = 444
  2020.   end
  2021.   object odVisualStyles: TApOpenDialog
  2022.     Filter = 
  2023.       'All supported formats (*.tvs; *.msstyles; *.zip; *.rar; *.exe)|*' +
  2024.       '.tvs;*.msstyles;*.zip;*.rar;*.exe|TuneUp Visual styles (*.tvs)|*' +
  2025.       '.tvs|Visual styles (*.msstyles)|*.msstyles|Archive (*.zip; *.rar' +
  2026.       ')|*.zip;*.rar|Self-extracting archives (*.exe)|*.exe|All files|*'
  2027.     Options = [ofHideReadOnly, ofFileMustExist, ofEnableSizing]
  2028.     OptionsEx = [ofExNoPlacesBar]
  2029.     CustDlgParams.PosParams.ShiftX = 0
  2030.     CustDlgParams.PosParams.ShiftY = 0
  2031.     CustDlgParams.PosParams.FitToScreen = False
  2032.     VisibleControls = [dcFolderCombo, dcFolderLabel, dcSelectionCtrl, dcOkBtn, dcCancelBtn, dcFileName, dcFileNameLabel, dcFileType, dcFileTypeLabel, dcToolBar]
  2033.     ListViewStyles.HotTrack = False
  2034.     ListViewStyles.HotTrackStyles = []
  2035.     ListViewStyles.FlatScrollBars = False
  2036.     ListViewStyles.GridLines = False
  2037.     ListViewStyles.RowSelect = False
  2038.     ListViewStyles.EnableRename = True
  2039.     ListViewStyles.EnableDelete = True
  2040.     ListViewStyles.PopupOnEmpty = True
  2041.     ListViewStyles.PopupOnSelection = True
  2042.     PlacesBar.Places = <>
  2043.     PlacesBar.Visible = True
  2044.     PlacesBar.AllowEdit = True
  2045.     PlacesBar.AllowDelete = True
  2046.     PlacesBar.AllowDrop = True
  2047.     PlacesBar.AutoScroll = True
  2048.     PlacesBar.BorderStyle = bsNone
  2049.     PlacesBar.Native = True
  2050.     ExtFilter.ShowFolders = True
  2051.     ExtFilter.Enabled = False
  2052.     ToolBar.Flat = False
  2053.     Left = 40
  2054.     Top = 380
  2055.   end
  2056.   object tmrRefreshPreview: TTimer
  2057.     Enabled = False
  2058.     Interval = 1500
  2059.     OnTimer = tmrRefreshPreviewTimer
  2060.     Left = 104
  2061.     Top = 348
  2062.   end
  2063.   object tmrAddNewVisualStyle: TTimer
  2064.     Enabled = False
  2065.     Interval = 100
  2066.     OnTimer = tmrAddNewVisualStyleTimer
  2067.     Left = 72
  2068.     Top = 316
  2069.   end
  2070.   object tmrAddNewIconPack: TTimer
  2071.     Enabled = False
  2072.     Interval = 100
  2073.     OnTimer = tmrAddNewIconPackTimer
  2074.     Left = 8
  2075.     Top = 316
  2076.   end
  2077.   object mnuListVS: TPopupMenu
  2078.     Left = 8
  2079.     Top = 412
  2080.     object mnVSDel: TMenuItem
  2081.       Caption = 'Delete'
  2082.       ShortCut = 46
  2083.       OnClick = mnVSDelClick
  2084.     end
  2085.     object N3: TMenuItem
  2086.       Caption = '-'
  2087.     end
  2088.     object mnVSApply: TMenuItem
  2089.       Caption = 'Apply'
  2090.       ShortCut = 16449
  2091.       OnClick = mnVSApplyClick
  2092.     end
  2093.   end
  2094. end
  2095.