1;------------------------------------------------------- 2; file: textfiles\Light\ExtraLargeLight.INI 3;------------------------------------------------------- 4 5; Globals 6;------------------------------------------------------- 7[globals] 8;Sets the font used overall in the theme (unless defined otherwise in a specific control) 9 10; global edge colors (redefined in various parts) 11EdgeLightColor = 226 226 226 12EdgeHighLightColor = 240 240 240 13EdgeShadowColor = 255 255 255 14EdgeDkShadowColor = 180 180 180 15EdgeFillColor = 244 244 244 16 17; system metrics 18;------------------------------------------------------- 19[SysMetrics] 20;The system metric colors also effect non-themed controls. 21 22ActiveCaption = 52 52 52 23Background = 73 73 73 24Btnface = 226 226 226 25BtnHighlight = 255 255 255 26BtnShadow = 162 162 162 27 28DkShadow3d = 162 162 162 29GradientActiveCaption = 58 58 58 30GradientInactiveCaption = 81 81 81 31GrayText = 170 170 170 32 33Highlight = 151 169 227 34HighlightText = 28 28 28 35HotTracking = 0 0 128 36 37InactiveCaption = 65 65 65 38InactiveCaptionText = 180 180 180 39Light3d = 241 239 226 40 41Menu = 255 255 255 42MenuBar = 220 220 220 43MenuFont = Tahoma, 12 44MenuHilight = 151 169 227 45MenuText = 75 75 75 46 47ScrollbarWidth = 17 48ScrollbarHeight = 17 49 50Window = 255 255 255 51 52; DONT REMOVE THESE FONTS (must specify to be localizable) 53CaptionBarHeight = 25 54CaptionFont = Tahoma, 12, Bold 55CaptionText = 28 28 28 56MsgBoxFont = Tahoma, 12 57IconTitleFont = Tahoma, 12 58SmallCaptionFont = Tahoma, 12, Bold 59SMCaptionBarHeight = 17 60SMCaptionBarWidth = 17 61StatusFont = Tahoma, 12 62 63;The FlatMenus option allows the author to 64;turn of the 3d border on menus 65FlatMenus = True 66 67;This may allow authors to specify a 68;theme matching stylesheet for Webviews, etc. 69CssName = cpwebvw.css 70 71;This may allow authors to specify a theme 72;matching XML file. 73XmlName = default.xml 74 75; this theme designed for 15-bit color and higher 76MinColorDepth = 15 77 78; buttons 79;------------------------------------------------------- 80[button] 81 82;Normal button 83[Button.Pushbutton] 84AccentColorHint = 250 196 88; Rollover highlight color 85BorderColorHint = 0 60 116; Edge color 86Bgtype = imagefile 87ContentMargins = 3, 3, 3, 3; Average fill color 88FillColorHint = 243 243 239 89Font = Tahoma, 12 90ImageFile = Light\button.bmp 91ImageCount = 5 92ImageLayout = vertical 93MinSize = 10, 5 94SizingMargins = 8, 8, 9, 9 95SizingType = Stretch 96TextColor = 112 112 112 97TEXTSHADOWOFFSET = 1,1 98TextShadowType = Single 99TextShadowColor = 221 221 221 100 101[Button.Pushbutton(Defaulted)] 102AccentColorHint = 0 255 0 103 104[Button.Pushbutton(Disabled)] 105TextColor = 153 153 153 106 107[Button.Pushbutton(Hot)] 108TextColor = 75 75 75 109 110[Button.Pushbutton(Normal)] 111TextColor = 75 75 75 112 113[Button.Pushbutton(Pressed)] 114TextColor = 75 75 75 115 116;Checkboxes 117[Button.Checkbox] 118AccentColorHint = 250 196 88; Rollover highlight color 119BorderColorHint = 29 82 129; Edge color 120Bgtype = imagefile 121ContentMargins = 0, 0, 0, 0 122FillColorHint = 33 161 33; Checkmark color 123ImageCount = 12 124ImageFile1 = Light\CheckBox13.bmp 125ImageFile2 = Light\CheckBox16.bmp 126ImageFile3 = Light\CheckBox25.bmp 127Imagelayout = vertical 128ImageSelectType = Dpi; choose image by DPI of target DC (vs. theme DPI) 129MirrorImage = False 130MinDpi1 = 96 131MinDpi2 = 118 132MinDpi3 = 185 133SizingMargins = 0, 0, 0, 0 134SizingType = TrueSize 135TrueSizeScalingType = Dpi 136TrueSizeStretchMark = 50 137UniformSizing = True 138 139[Button.Checkbox(Checkeddisabled)] 140TextColor = 153 153 153 141 142[Button.Checkbox(Mixeddisabled)] 143TextColor = 153 153 153 144 145[Button.Checkbox(Uncheckeddisabled)] 146TextColor = 153 153 153 147 148; Radio buttons 149[Button.Radiobutton] 150Bgtype = imagefile 151Transparent = True 152ContentMargins = 0, 0, 0, 0 153SizingMargins = 0, 0, 0, 0 154SizingType = TrueSize 155ImageCount = 8 156Imagelayout = vertical 157ImageSelectType = Dpi 158TrueSizeScalingType = Dpi 159TrueSizeStretchMark = 50 160ImageFile1 = Light\RadioButton13.bmp 161ImageFile2 = Light\RadioButton13.bmp 162ImageFile3 = Light\RadioButton13.bmp 163MinDpi1 = 96 164MinDpi2 = 118 165MinDpi3 = 185 166UniformSizing = True 167FillColorHint = 33 161 33; Selection dot color 168BorderColorHint = 29 82 129; Edge color 169AccentColorHint = 250 196 88; Rollover highlight color 170 171; Radio buttons can be disabled in various 172; states, so each of the following entries 173; sets the text to grey for the corresponding 174; states. 175[Button.Radiobutton(Checkeddisabled)] 176TextColor = 153 153 153 177 178[Button.Radiobutton(Uncheckeddisabled)] 179TextColor = 153 153 153 180 181[Button.Groupbox] 182Bgtype = imagefile 183BorderColorHint = 208 208 191 184; BorderOnly - draw only the area inside 185; the sizing margins 186BorderOnly = True 187ImageFile = Light\GroupBox.bmp 188; never source size a groupbox! 189NormalSize = 9999, 9999 190SizingMargins = 4, 4, 4, 4 191SizingType = Tile 192TextColor = 75 75 75 193Transparent = True 194 195; combobox 196;------------------------------------------------------- 197[Combobox] 198BgType = BorderFill 199BorderSize = 1 200FillColor = 255 255 255 201BorderColor = 225 225 225 202 203[Combobox(Hot)] 204BorderColor = 225 225 225 205 206[Combobox(Disabled)] 207BorderColor = 201 199 186 208FillColor = 235 235 228 209 210; down pointing triangle button 211[Combobox.DropDownButton] 212BgType = imagefile 213BorderColorHint = 255 255 255; Edge color 214ContentMargins = 0, 0, 0, 0 215FillColorHint = 200 214 251; Average fill color 216GlyphImageFile = Light\ComboButtonGlyph.bmp 217GlyphTransparent = True 218GlyphType = ImageGlyph 219ImageCount = 4 220ImageFile = Light\ComboButton.bmp 221Imagelayout = vertical 222SizingMargins = 2, 2, 3, 3 223SizingType = Stretch 224Transparent = True 225TransparentColor = 255 0 255 226 227; edit 228;------------------------------------------------------- 229[Edit] 230BgType = BorderFill 231BorderColor = 225 225 225 232BorderSize = 1 233FillColor = 255 255 255 234 235[Edit.Edittext(Disabled)] 236FillColor = 235 235 228 237TextColor = 153 153 153 238 239[Edit.Edittext(ReadOnly)] 240FillColor = 235 235 228 241TextColor = 75 75 75 242 243[ExplorerBar] 244BgType = BorderFill 245BorderSize = 0 246ContentMargins = 12, 12, 12, 12 247FillType = VertGradient 248GradientColor1 = 140 170 230 249GradientColor2 = 100 135 220 250GradientRatio1 = 0 251GradientRatio2 = 255 252 253[ExplorerBar.HeaderBackground] 254BgType = ImageFile 255ContentMargins = 8, 8, 7, 7 256FillColorHint = 94 135 217 257Font = Tahoma, 8, Bold 258ImageFile = Light\ExplorerBarHeaderBackground.bmp 259SizingMargins = 17, 1, 0, 0 260SizingType = Stretch 261TextColor = 75 75 75 262 263[ExplorerBar.HeaderClose] 264AccentColorHint = 255 121 95 265BgType = ImageFile 266FillColorHint = 138 168 229 267ImageCount = 3 268ImageFile = Light\ExplorerBarHeaderClose.bmp 269ImageLayout = Vertical 270Offset = 4, 4 271OffsetType = TopRight 272SizingType = TrueSize 273Transparent = True 274 275[ExplorerBar.HeaderPin] 276BgType = ImageFile 277FillColorHint = 189 206 239 278ImageCount = 6 279ImageFile = Light\ExplorerBarHeaderPin.bmp 280ImageLayout = Vertical 281Offset = 6, 4 282OffsetType = TopRight 283SizingType = TrueSize 284Transparent = True 285 286[ExplorerBar.IEBarMenu] 287BgType = ImageFile 288BorderColorHint = 165 187 228 289FillColorHint = 236 240 249 290ImageCount = 3 291ImageFile = Light\IE_PersonalBarMenu.bmp 292ImageLayout = Vertical 293Offset = 3, 1 294OffsetType = TopRight 295SizingType = TrueSize 296Transparent = True 297 298[ExplorerBar.NormalGroupBackground] 299BgType = ImageFile 300BorderColor = 255 255 255 301ContentMargins = 8, 8, 7, 7 302FillColor = 214 223 247 303Font = Tahoma, 12 304ImageFile = Light\NormalGroupBackground.bmp 305SizingMargins = 3, 3, 3, 3 306SizingType = Stretch 307TextColor = 82 82 82 308 309[ExplorerBar.NormalGroupCollapse] 310BgType = ImageFile 311BorderColorHint = 165 187 228 312FillColorHint = 236 240 249 313ImageCount = 3 314ImageFile = Light\NormalGroupCollapse.bmp 315ImageLayout = Vertical 316Offset = 3, 1 317OffsetType = TopRight 318SizingType = TrueSize 319Transparent = True 320 321[ExplorerBar.NormalGroupExpand] 322BgType = ImageFile 323BorderColorHint = 165 187 228 324FillColorHint = 236 240 249 325ImageCount = 3 326ImageFile = Light\NormalGroupExpand.bmp 327ImageLayout = Vertical 328Offset = 3, 1 329OffsetType = TopRight 330SizingType = TrueSize 331Transparent = True 332 333[ExplorerBar.NormalGroupHead] 334BgType = ImageFile 335ContentMargins = 8, 8, 7, 7 336FillColorHint = 240 243 251 337Font = Tahoma, 8, Bold 338ImageFile = Light\NormalGroupHead.bmp 339SizingMargins = 3, 15, 3, 1 340SizingType = Stretch 341TextColor = 82 82 82 342Transparent = True 343 344[ExplorerBar.SpecialGroupBackground] 345BgType = ImageFile 346ContentMargins = 8, 8, 7, 7 347FillColorHint = 239 243 255 348Font = Tahoma, 12 349ImageFile = Light\SpecialGroupBackground.bmp 350SizingMargins = 3, 3, 3, 3 351SizingType = Stretch 352TextColor = 82 82 82 353 354[ExplorerBar.SpecialGroupCollapse] 355BgType = ImageFile 356BorderColorHint = 70 114 205 357FillColorHint = 36 89 195 358ImageCount = 3 359ImageFile = Light\NormalGroupCollapse.bmp 360ImageLayout = Vertical 361Offset = 3, 1 362OffsetType = TopRight 363SizingType = TrueSize 364Transparent = True 365 366[ExplorerBar.SpecialGroupExpand] 367BgType = ImageFile 368BorderColorHint = 70 114 205 369FillColorHint = 36 89 195 370ImageCount = 3 371ImageFile = Light\NormalGroupExpand.bmp 372ImageLayout = Vertical 373Offset = 3, 1 374OffsetType = TopRight 375SizingType = TrueSize 376Transparent = True 377 378[ExplorerBar.SpecialGroupHead] 379BgType = ImageFile 380ContentMargins = 8, 8, 7, 7 381FillColor = 2 72 178 382Font = Tahoma, 8, Bold 383ImageFile = Light\SpecialGroupHead.bmp 384SizingMargins = 3, 6, 5, 16 385SizingType = Stretch 386TextColor = 82 82 82 387Transparent = True 388 389; header 390;------------------------------------------------------- 391 392[Header] 393Bgtype = imagefile 394ImageFile = Light\ListviewHeaderBackground.bmp 395SizingMargins = 8, 8, 3, 4 396SizingType = Stretch 397 398[Header.HeaderItem] 399AccentColorHint = 252 194 71; Rollover highilight color 400Bgtype = imagefile 401ContentMargins = 3, 3, 0, 0 402FillColorHint = 250 248 243; Average fill color 403ImageCount = 5 404ImageFile = Light\ListViewHeader.bmp 405ImageLayout = vertical 406SizingMargins = 2, 4, 3, 6 407SizingType = Stretch 408Transparent = True 409TransparentColor = 255 0 0 410 411; listbox 412;------------------------------------------------------- 413[Listbox] 414BgType = BorderFill 415BorderSize = 1 416FillColor = 255 255 255 417BorderColor = 225 225 225 418 419; list view 420;------------------------------------------------------- 421[ListView] 422BgType = BorderFill 423BorderColor = 150 150 150 424BorderSize = 1 425FillColor = 255 255 255 426 427; progress bar 428;------------------------------------------------------- 429 430[Progress] 431BgType = borderFill 432BorderColor = 235 235 228 433Bordersize = 1 434FillColor = 46 211 49 435FillType = Solid 436ProgressChunkSize = 6 437ProgressSpaceSize = 2 438 439[Progress.Bar] 440Bgtype = imagefile 441BorderColorHint = 104 104 104 442FillColorHint = 255 255 255 443ImageFile = Light\ProgressTrack.bmp 444MinSize=10,10 445NormalSize = 100, 18 446sizingMargins = 4, 4, 3, 3 447SizingType = tile 448SourceShrink = Stretch 449 450[Progress.BarVert] 451Bgtype = imagefile 452BorderColorHint = 104 104 104; Edge color 453FillColorHint = 255 255 255; Background color 454ImageFile = Light\ProgressTrackVert.bmp 455sizingMargins = 3, 3, 4, 4 456SizingType = Stretch 457 458[Progress.Chunk] 459Bgtype = imagefile 460FillColorHint = 59 154 234; Progress indicator color 461ImageFile = Light\ProgressChunk.bmp 462sizingMargins = 0, 0, 6, 5 463SizingType = Stretch 464Transparent = True 465TransparentColor = 255 0 255 466 467[Progress.ChunkVert] 468Bgtype = imagefile 469FillColorHint = 59 154 234; Progress indicator color 470ImageFile = Light\ProgressChunkVert.bmp 471sizingMargins = 6, 5, 0, 0 472SizingType = Stretch 473 474; rebar 475;------------------------------------------------------- 476; toolbar container 477 478[Rebar] 479Bgtype = imagefile 480FillColorHint = 241 243 239 481Font = Tahoma, 12 482ImageFile = Light\ToolbarBackground.bmp 483Sizingmargins = 1, 1, 1, 2 484Sizingtype = stretch 485TextColor = 127 124 115 486 487[Rebar.Band] 488Bgtype = none 489ContentMargins = 0, 0, 0, 0 490EdgeShadowColor = 165 175 185 491 492[Rebar.Gripper] 493Bgtype = imagefile 494ContentMargins = 2, 1, 0, 0 495FillColorHint = 171 167 149 496ImageFile = Light\ToolbarGripper.bmp 497SizingMargins = 2, 1, 4, 2 498SizingType = Tile 499Transparent = True 500TransparentColor = 255 0 255 501 502[Rebar.GripperVert] 503Bgtype = imagefile 504ContentMargins = 1, 2, 0, 0 505FillColorHint = 171 167 149 506ImageFile = Light\ToolbarGripperVert.bmp 507SizingMargins = 3, 3, 2, 1 508SizingType = Tile 509Transparent = True 510TransparentColor = 255 0 255 511 512[Rebar.Chevron] 513Bgtype = imagefile 514ContentMargins = 0, 0, 0, 0 515FillColorHint = 75 75 75 516GlyphImageFile = Light\Chevron.bmp 517GlyphTransparent = True 518GlyphType = ImageGlyph 519ImageCount = 6 520ImageFile = Light\ToolbarButtons.bmp 521Imagelayout = vertical 522SizingMargins = 4, 4, 4, 4 523SizingType = Stretch 524Transparent = True 525VAlign = Top 526 527[Rebar.ChevronVert] 528Bgtype = imagefile 529ContentMargins = 0, 0, 0, 0 530FillColorHint = 75 75 75 531GlyphImageFile = Light\Chevron.bmp 532GlyphTransparent = True 533GlyphType = ImageGlyph 534ImageCount = 6 535ImageFile = Light\ToolbarButtons.bmp 536Imagelayout = vertical 537SizingMargins = 4, 4, 4, 4 538SizingType = Stretch 539Transparent = True 540VAlign = Top 541 542; scrollbar 543;------------------------------------------------------- 544[ScrollBar] 545 546[ScrollBar.ArrowBtn] 547BgType = ImageFile 548BorderColorHint = 255 255 255; Edge color 549ContentMargins = 0, 0, 3, 3 550FillColorHint = 200 214 251; Average fill color 551GlyphTransparent = True 552GlyphType = ImageGlyph 553ImageCount = 16 554ImageFile1 = Light\ScrollArrowGlyphsSmall.bmp 555ImageFile2 = Light\ScrollArrowGlyphs.bmp 556ImageFile = Light\ScrollArrows.bmp 557ImageLayout = Vertical 558ImageSelectType = size 559MinSize1 = 7, 7 560MinSize2 = 9, 9 561NormalSize = 7, 10 562SizingMargins = 5, 5, 5, 5 563SizingType = Stretch 564SourceShrink = True 565TrueSizeScalingType = size 566TrueSizeStretchMark = 150; stretch when target exceeds source size by 150% 567UniformSizing = True 568 569; scrollbar thumb gripper (horizontal) 570[ScrollBar.GripperHorz] 571BgType = ImageFile 572FillColorHint = 44 96 226; Thumb gripper lighter color 573ImageCount = 4 574ImageFile = Light\ScrollThumbGripperHorizontal.BMP 575Imagelayout = vertical 576SizingType = TrueSize 577Transparent = True 578 579; scrollbar thumb gripper (vertical) 580[ScrollBar.GripperVert] 581BgType = ImageFile 582FillColorHint = 44 96 226; Thumb gripper lighter color 583ImageCount = 4 584ImageFile = Light\ScrollThumbGripperVertical.BMP 585ImageLayout = Vertical 586Transparent = True 587SizingType = TrueSize 588 589; Scrollbar lower track (horizontal) 590[ScrollBar.LowerTrackHorz] 591BgType = imagefile 592FillColorHint = 198 213 253 593ImageCount = 4 594ImageFile = Light\ScrollShaftHorizontal.bmp 595ImageLayout = Vertical 596SizingMargins = 0, 0, 1, 1 597 598; Scrollbar lower track (vertical) 599[ScrollBar.LowerTrackVert] 600BgType = imagefile 601FillColorHint = 198 213 253 602ImageCount = 4 603ImageFile = Light\ScrollShaftVertical.bmp 604ImageLayout = Vertical 605SizingMargins = 1, 1, 0, 0 606 607[ScrollBar.SizeBox] 608Bgtype = imagefile 609SizingType = TrueSize 610VAlign = Bottom 611ImageCount = 2 612ImageFile = Light\ResizeGrip2.bmp 613Transparent = True 614TransparentColor = 255 0 255 615FillColorHint = 150 150 150; Gripper dot color 616 617; Scrollbar Thumb (horizontal) 618[ScrollBar.ThumbBtnHorz] 619BgType = ImageFile 620ContentMargins = 4, 4, 0, 0 621ImageCount = 4 622ImageFile = Light\ScrollThumbHorizontal.bmp 623ImageLayout = Vertical 624SizingMargins = 5, 5, 5, 5 625BorderColorHint = 255 255 255; Average fill color 626FillColorHint = 198 213 253; Edge color 627 628; Scrollbar Thumb (vertical) 629[ScrollBar.ThumbBtnVert] 630BgType = ImageFile 631ContentMargins = 0, 0, 4, 4 632SizingMargins = 5, 5, 5, 5 633ImageCount = 4 634ImageFile = Light\ScrollThumbVertical.bmp 635ImageLayout = vertical 636FillColorHint = 198 213 253 637BorderColorHint = 255 255 255 638 639; Scrollbar upper track (horizontal) 640[ScrollBar.UpperTrackHorz] 641BgType = imagefile 642FillColorHint = 198 213 253 643ImageCount = 4 644ImageFile = Light\ScrollShaftHorizontal.bmp 645ImageLayout = Vertical 646SizingMargins = 0, 0, 1, 1 647 648; Scrollbar upper track (vertical) 649[ScrollBar.UpperTrackVert] 650BgType = imagefile 651FillColorHint = 198 213 253 652ImageCount = 4 653ImageFile = Light\ScrollShaftVertical.bmp 654ImageLayout = Vertical 655SizingMargins = 1, 1, 2, 2 656 657; spin 658;------------------------------------------------------- 659;Spin buttons for incrementing values in a field 660 661[Spin] 662Bgtype = imagefile 663ImageCount = 1 664ImageFile = Light\FieldOutlineBlue.bmp 665SizingMargins = 2, 2, 2, 2 666SizingType = tile 667 668[Spin.Up] 669Bgtype = imagefile 670BorderColorHint = 255 255 255 671ContentMargins = 0, 0, 0, 0 672FillColorHint = 200 214 251 673GlyphImageFile = Light\SpinUpGlyph.bmp 674GlyphTransparent = True 675GlyphType = ImageGlyph 676ImageCount = 4 677ImageFile = Light\SpinButtonBackgroundUp.bmp 678ImageLayout = Vertical 679SizingMargins = 4, 4, 4, 3 680SizingType = stretch 681Transparent = True 682TransparentColor = 255 0 255 683 684[Spin.Uphorz] 685Bgtype = imagefile 686BorderColorHint = 255 255 255 687ContentMargins = 0, 0, 0, 0 688FillColorHint = 200 214 251 689GlyphImageFile = Light\SpinRightGlyph.bmp 690GlyphTransparent = True 691GlyphType = ImageGlyph 692ImageCount = 4 693ImageFile = Light\SpinButtonBackgroundRight.bmp 694ImageLayout = Vertical 695SizingMargins = 4, 4, 4, 4 696SizingType = stretch 697Transparent = True 698TransparentColor = 255 0 255 699 700[Spin.Down] 701Bgtype = imagefile 702BorderColorHint = 255 255 255 703ContentMargins = 0, 0, 0, 0 704FillColorHint = 200 214 251 705GlyphImageFile = Light\SpinDownGlyph.bmp 706GlyphTransparent = True 707GlyphType = ImageGlyph 708ImageCount = 4 709ImageFile = Light\SpinButtonBackgroundDown.bmp 710ImageLayout = Vertical 711SizingMargins = 4, 4, 3, 4 712SizingType = tile 713Transparent = True 714TransparentColor = 255 0 255 715 716[Spin.Downhorz] 717Bgtype = imagefile 718BorderColorHint = 255 255 255 719ContentMargins = 0, 0, 0, 0 720FillColorHint = 200 214 251 721GlyphImageFile = Light\SpinLeftGlyph.bmp 722GlyphTransparent = True 723GlyphType = ImageGlyph 724ImageCount = 4 725ImageFile = Light\SpinButtonBackgroundLeft.bmp 726ImageLayout = Vertical 727SizingMargins = 4, 4, 4, 4 728SizingType = Stretch 729Transparent = True 730TransparentColor = 255 0 255 731 732; StartPanel 733;------------------------------------------------------- 734; Desktop start panel 735 736 737; TODO--- NEEDS MODYFYING WHEN 738; START PANEL IS IMPLEMENTED 739; --------------------------------------------- 740 741[StartPanel] 742Bgtype = none 743DefaultPaneSize = 0, 0, 357, 440 744 745[StartPanel.Logoff] 746BgType = imagefile 747ContentMargins = 4, 4, 2, 4 748DefaultPaneSize = 0, 0, 357, 28 749FillColorHint = 37 119 223 750HotTracking = 255 255 255 751Imagecount = 1 752ImageFile = Light\StartPanelLogoffBackground.bmp 753SizingMargins = 15, 15, 2, 2 754SizingType = Stretch 755TextColor = 255 255 255 756 757[StartPanel.LogoffButtons] 758BgType = ImageFile 759ImageCount = 1 760ImageFile = Light\StartPanelLogoffButtons.bmp 761SizingType = TrueSize 762Transparent = True 763TransparentColor = 255 0 255 764 765[StartPanel.LogoffButtons(Hot)] 766BgType = ImageFile 767ImageCount = 1 768ImageFile = Light\StartPanelLogoffButtonsHot.bmp 769SizingType = TrueSize 770Transparent = True 771TransparentColor = 255 0 255 772 773[StartPanel.MorePrograms] 774BgType = ImageFile 775ContentMargins = 11, 2, 0, 5 776DefaultPaneSize = 0, 0, 178, 30 777Font = Tahoma, 8, Bold 778HotTracking = 48 112 208 779Imagecount = 1 780ImageFile = Light\StartPanelMoreProgBackGround.BMP 781SizingMargins = 11, 0, 0, 1 782SizingType = Stretch 783SizingType = Stretch 784TextColor = 112 112 112 785 786[StartPanel.MoreProgramsArrow] 787BgType = ImageFile 788FillColorHint = 108 207 108 789ImageCount = 1 790ImageFile = Light\StartPanelMoreProgArrow.bmp 791SizingType = TrueSize 792 793[StartPanel.MoreProgramsArrow(Hot)] 794BgType = ImageFile 795FillColorHint = 107 239 107 796ImageCount = 1 797ImageFile = Light\StartPanelMoreProgArrowHot.bmp 798SizingType = TrueSize 799 800[StartPanel.PlacesList] 801BgType = imageFile 802ContentMargins = 3, 8, 5, 5 803DefaultPaneSize = 0, 0, 179, 336 804FillColorHint = 211 229 250 805HotTracking = 80 150 248 806Imagecount = 1 807ImageFile = Light\StartPanelPlacesBackground.bmp 808SizingMargins = 8, 5, 3, 1 809SizingType = Stretch 810TextColor = 112 112 112 811 812[StartPanel.PlacesListSeparator] 813BgType = ImageFile 814ImageFile = Light\StartPlacesSeparator.bmp 815SizingType = TrueSize 816Transparent = True 817TransparentColor = 255 0 255 818 819[StartPanel.ProgList] 820BgType = ImageFile 821CaptionText = 128 128 128 822ContentMargins = 12, 2, 5, 5 823DefaultPaneSize = 0, 0, 178, 306 824FillColorHint = 204 214 235 825HotTracking = 48 112 208 826Imagecount = 1 827ImageFile = Light\StartPanelMFUBackground.bmp 828SizingMargins = 11, 0, 3, 0 829SizingType = Stretch 830TextColor = 112 112 112 831 832[StartPanel.ProgListSeparator] 833BgType = ImageFile 834ImageFile = Light\StartProgramsSeparator.bmp 835SizingType = TrueSize 836Transparent = True 837TransparentColor = 255 0 255 838 839[StartPanel.UserPane] 840BgType = none 841DefaultPaneSize = 0, 0, 380, 64 842FillColorHint = 31 113 216 843Font = Tahoma, 12, Bold 844Imagecount = 1 845ImageFile = Light\StartUserPanel.bmp 846ImageLayout = Horizontal 847SizingMargins = 9, 9, 3, 3 848SizingType = Stretch 849TextColor = 75 75 75 850TextShadowColor = 0 0 0 851TEXTSHADOWOFFSET = 2, 2 852TextShadowType = continuous 853Transparent = True 854UserPicture = False 855CONTENTALIGNMENT = Left 856 857[StartPanel.UserPicture] 858BgType = ImageFile 859ContentMargins = 8, 6, 8, 6 860FillColorHint = 204 214 235 861Imagecount = 1 862ImageFile = Light\UserTileBackground.bmp 863SizingMargins = 6, 10, 6, 10 864SizingType = Stretch 865Transparent = True 866 867; status 868;------------------------------------------------------- 869; The area at the bottom of a window containing 870; miscellaneous status info The first is the 871; container for the status sections 872 873[Status] 874Bgtype = imagefile 875FillColorHint = 239 238 243; Average fill color 876ImageCount = 1 877ImageFile = Light\StatusBackground.bmp 878SizingMargins = 50, 17, 5, 9 879SizingType = Tile 880TextColor = 112 112 112 881TextShadowColor = 253 253 253 882TextShadowType = Single 883TEXTSHADOWOFFSET = 1,1 884 885;The resize corner 886[Status.Gripper] 887Bgtype = imagefile 888ContentMargins = 0,0,0,0 889FillColorHint = 184 180 163; Resize gripper dots 890ImageCount = 2 891ImageFile = Light\ResizeGrip2.bmp 892SizingType = TrueSize 893Transparent = True 894TransparentColor = 255 0 255 895VAlign = Bottom 896 897; The individual status item backgrounds 898[Status.GripperPane] 899Bgtype = none 900 901;The individual status item backgrounds 902[Status.Pane] 903Bgtype = imagefile 904ImageCount = 1 905ImageFile = Light\StatusPane.bmp 906SizingMargins = 0, 2, 2, 2 907SizingType = Tile 908Transparent = True 909TransparentColor = 255 0 255 910 911; tab 912;------------------------------------------------------- 913; tab menus for gui 914 915[Tab] 916BgType = borderFill 917Bordersize = 0 918FillColor = 239 238 243 919FillType = Solid 920 921[Tab.Body] 922Bgtype = imagefile 923FillColorHint = 239 239 243; Light tab background color 924ImageFile1 = Light\TabBackground.bmp 925ImageFile2 = Light\TabBackground133.bmp 926ImageSelectType = Dpi 927MinDpi1 = 96 928MinDpi2 = 164 929StockImageFile = Light\TabBackground.bmp 930TrueSizeScalingType = Dpi 931TrueSizeStretchMark = 50 932FONT = Tahoma, 8 933TextColor = 112 112 112 934 935;The content area of a tab page 936[Tab.Pane] 937Bgtype = imagefile 938BorderColorHint = 145 155 156; Edge color 939FillColorHint = 251 251 253; Light tab background color 940Imagecount = 1 941ImageFile = Light\TabPaneEdge.bmp 942SizingMargins = 2, 4, 2, 4 943SizingType = stretch 944 945[Tab.TabItem] 946AccentColorHint = 255 200 60; Rollover highlight color 947Bgtype = imagefile 948BorderColorHint = 145 167 180; Edge color 949ContentMargins = 0, 0, 0, 0 950FillColorHint = 248 248 246; Tab average color 951Imagecount = 5 952ImageFile = Light\tabItem.bmp 953Imagelayout = vertical 954SizingMargins = 6, 6, 6, 6 955Transparent = True 956TransparentColor = 255 0 255 957FONT = Tahoma, 8 958TextColor = 112 112 112 959TextShadowColor =255 255 255 960TEXTSHADOWOFFSET = 1,1 961TextShadowType = Single 962 963[Tab.TabItemBothEdge] 964AccentColorHint = 255 200 60; Rollover highlight color 965Bgtype = imagefile 966BorderColorHint = 145 167 180; Edge color 967ContentMargins = 0, 0, 0, 0 968FillColorHint = 248 248 246; Tab average color 969Imagecount = 5 970ImageFile = Light\tabItemBoth.bmp 971Imagelayout = vertical 972SizingMargins = 6, 6, 6, 6 973Transparent = True 974TransparentColor = 255 0 255 975FONT = Tahoma, 8 976TextColor = 112 112 112 977TextShadowColor =255 255 255 978TEXTSHADOWOFFSET = 1,1 979TextShadowType = Single 980 981[Tab.TabItemLeftEdge] 982AccentColorHint = 255 200 60; Rollover highlight color 983Bgtype = imagefile 984BorderColorHint = 145 167 180; Edge color 985ContentMargins = 0, 0, 0, 0 986FillColorHint = 248 248 246; Tab average color 987Imagecount = 5 988ImageFile = Light\tabItemLeft.bmp 989Imagelayout = vertical 990SizingMargins = 6, 6, 6, 6 991Transparent = True 992TransparentColor = 255 0 255 993FONT = Tahoma, 8 994TextColor = 112 112 112 995TextShadowColor =255 255 255 996TEXTSHADOWOFFSET = 1,1 997TextShadowType = Single 998 999[Tab.TabItemRightEdge] 1000AccentColorHint = 255 200 60; Rollover highlight color 1001Bgtype = imagefile 1002BorderColorHint = 145 167 180; Edge color 1003ContentMargins = 0, 0, 0, 0 1004FillColorHint = 248 248 246; Tab average color 1005Imagecount = 5 1006ImageFile = Light\tabItemRight.bmp 1007Imagelayout = vertical 1008SizingMargins = 6, 6, 6, 6 1009Transparent = True 1010TransparentColor = 255 0 255 1011FONT = Tahoma, 8 1012TextColor = 112 112 112 1013TextShadowColor = 255 255 255 1014TEXTSHADOWOFFSET = 1,1 1015TextShadowType = Single 1016 1017[Tab.TopTabItem] 1018AccentColorHint = 255 200 60; Rollover highlight color 1019Bgtype = imagefile 1020BorderColorHint = 145 167 180; Edge color 1021ContentMargins = 0, 0, 0, 0 1022FillColorHint = 248 248 246; Tab average color 1023Imagecount = 5 1024ImageFile = Light\tabItemTop.bmp 1025Imagelayout = vertical 1026SizingMargins = 6, 6, 6, 6 1027Transparent = True 1028TransparentColor = 255 0 255 1029FONT = Tahoma, 8 1030TextColor = 112 112 112 1031TextShadowColor =255 255 255 1032TEXTSHADOWOFFSET = 1,1 1033TextShadowType = Single 1034 1035[Tab.TopTabItemBothEdge] 1036AccentColorHint = 255 200 60; Rollover highlight color 1037Bgtype = imagefile 1038BorderColorHint = 145 167 180; Edge color 1039ContentMargins = 0, 0, 0, 0 1040FillColorHint = 248 248 246; Tab average color 1041Imagecount = 5 1042ImageFile = Light\tabItemTopBoth.bmp 1043Imagelayout = vertical 1044SizingMargins = 6, 6, 6, 6 1045Transparent = True 1046TransparentColor = 255 0 255 1047FONT = Tahoma, 8 1048TextColor = 112 112 112 1049TextShadowColor =255 255 255 1050TEXTSHADOWOFFSET = 1,1 1051TextShadowType = Single 1052 1053[Tab.TopTabItemLeftEdge] 1054AccentColorHint = 255 200 60; Rollover highlight color 1055Bgtype = imagefile 1056BorderColorHint = 145 167 180; Edge color 1057ContentMargins = 3, 3, 0, 0 1058FillColorHint = 248 248 246; Tab average color 1059Imagecount = 5 1060ImageFile = Light\tabItemTopLeft.bmp 1061Imagelayout = vertical 1062SizingMargins = 6, 6, 6, 6 1063Transparent = True 1064TransparentColor = 255 0 255 1065TextShadowType = Single 1066TextShadowColor =255 255 255 1067TEXTSHADOWOFFSET = 1,1 1068TextColor = 112 112 112 1069FONT = Tahoma, 8 1070 1071[Tab.TopTabItemRightEdge] 1072AccentColorHint = 255 200 60; Rollover hilite color 1073Bgtype = imagefile 1074BorderColorHint = 145 167 180; Edge color 1075ContentMargins = 0, 0, 0, 0 1076FillColorHint = 248 248 246; Tab average color 1077Imagecount = 5 1078ImageFile = Light\tabItemTopRight.bmp 1079Imagelayout = vertical 1080SizingMargins = 6, 6, 6, 6 1081Transparent = True 1082TransparentColor = 255 0 255 1083FONT = Tahoma, 8 1084TextColor = 112 112 112 1085TextShadowColor =255 255 255 1086TEXTSHADOWOFFSET = 1,1 1087TextShadowType = none 1088 1089[TaskBand.FlashButton] 1090AccentColorHint = 255 192 91; Attention highlight color 1091BgType = ImageFile 1092ContentMargins = 0, 0, 2, 2 1093FillColorHint = 56 130 234; Average background color 1094ImageCount = 1 1095ImageFile = Light\TaskBandFlashButton.bmp 1096ImageLayout = vertical 1097SizingMargins = 4, 4, 16, 4 1098SizingType = Stretch 1099Transparent = True 1100TransparentColor = 255 0 255 1101TextColor =255 255 255 1102TextShadowColor = 184 95 41 1103TEXTSHADOWOFFSET = 1,1 1104TextShadowType = none 1105 1106[TaskBand.FlashButtonGroupMenu] 1107AccentColorHint = 255 192 91; Attention highlight color 1108BgType = ImageFile 1109ContentMargins = 0, 0, 2, 2 1110FillColorHint = 56 130 234; Average background color 1111ImageCount = 1 1112ImageFile = Light\TaskBandFlashButtonGroupMenu.bmp 1113SizingMargins = 4, 4, 4, 4 1114SizingType = Stretch 1115Transparent = True 1116TransparentColor = 255 0 255 1117 1118[TaskBand.GroupCount] 1119Font = Tahoma, 12, Bold 1120TextColor =255 255 255 1121 1122; taskbar background (bottom) 1123[TaskBar.BackgroundBottom] 1124BgType = ImageFile 1125FillColorHint = 36 94 220; Average background color 1126ImageCount = 1 1127ImageFile = Light\TaskbarBackgroundBottom.bmp 1128SizingMargins = 0, 0, 15, 14 1129SizingType = Stretch 1130Transparent = True 1131TransparentColor = 255 0 255 1132 1133; taskbar background (left) 1134[TaskBar.BackgroundLeft] 1135BgType = ImageFile 1136FillColorHint = 36 94 220; Average background color 1137ImageCount = 1 1138ImageFile = Light\TaskbarBackgroundLeft.bmp 1139SizingMargins = 15, 12, 0, 0 1140SizingType = Stretch 1141 1142; taskbar background (right) 1143[TaskBar.BackgroundRight] 1144BgType = ImageFile 1145FillColorHint = 36 94 220; Average background color 1146ImageCount = 1 1147ImageFile = Light\TaskbarBackgroundRight.bmp 1148SizingMargins = 15, 12, 0, 0 1149SizingType = Stretch 1150 1151; taskbar background (top) 1152[TaskBar.BackgroundTop] 1153BgType = ImageFile 1154FillColorHint = 36 94 220; Average background color 1155ImageCount = 1 1156ImageFile = Light\TaskbarBackgroundTop.bmp 1157SizingMargins = 0, 0, 15, 14 1158SizingType = Stretch 1159 1160; resizing for the taskbar (bottom) 1161[TaskBar.SizingBarBottom] 1162BgType = ImageFile 1163FillColorHint = 50 128 231; Average color 1164ImageCount = 1 1165ImageFile = Light\TaskbarSizingBarBottom.bmp 1166SizingType = Tile 1167 1168; resizing for the taskbar (left) 1169[TaskBar.SizingBarLeft] 1170BgType = ImageFile 1171FillColorHint = 50 128 231 1172ImageCount = 1 1173ImageFile = Light\TaskbarSizingBarLeft.bmp 1174SizingType = Tile 1175 1176; resizing for the taskbar (right) 1177[TaskBar.SizingBarRight] 1178BgType = ImageFile 1179FillColorHint = 50 128 231; Average color 1180ImageCount = 1 1181ImageFile = Light\TaskbarSizingBarRight.bmp 1182SizingType = Stretch 1183 1184; resizing for the taskbar (top) 1185[TaskBar.SizingBarTop] 1186BgType = ImageFile 1187FillColorHint = 50 128 231; Average color 1188ImageCount = 1 1189ImageFile = Light\TaskbarSizingBarTop.bmp 1190SizingType = Tile 1191 1192; toolbar 1193;------------------------------------------------------- 1194; Button and menu bars in some applicatons 1195 1196[Toolbar] 1197BgType = Borderfill 1198Bordersize = 0 1199FillColor = 239 238 243 1200TextColor = 75 75 75 1201 1202[Toolbar(Pressed)] 1203TextColor = 112 112 112 1204 1205[Toolbar.Button] 1206Bgtype = imagefile 1207BorderColorHint = 206 206 195; Edge color 1208ContentMargins = 0, 0, 0, 0 1209FillColorHint = 241 243 239; Average fill color 1210ImageCount = 6 1211ImageFile = Light\ToolbarButtons.bmp 1212Imagelayout = vertical 1213SizingMargins = 4, 4, 4, 4 1214SizingType = Stretch 1215Transparent = True 1216TransparentColor = 255 0 255 1217 1218[Toolbar.DropdownButton] 1219Bgtype = imagefile 1220BorderColorHint = 206 206 195; Edge color 1221ContentMargins = 0, 0, 0, 0 1222FillColorHint = 241 243 239; Average fill color 1223ImageCount = 6 1224ImageFile = Light\ToolbarButtons.bmp 1225Imagelayout = vertical 1226SizingMargins = 4, 4, 4, 4 1227SizingType = Stretch 1228Transparent = True 1229TransparentColor = 255 0 255 1230 1231[Toolbar.Separator] 1232Bgtype = imagefile 1233FillColorHint = 202 198 175 1234ImageCount = 1 1235ImageFile = Light\Separator.bmp 1236SizingMargins = 5, 2, 2, 2 1237SizingType = tile 1238Transparent = True 1239TransparentColor = 255 0 255 1240 1241[Toolbar.SeparatorVert] 1242Bgtype = imagefile 1243FillColorHint = 202 198 175 1244ImageCount = 1 1245ImageFile = Light\SeparatorVert.bmp 1246SizingMargins = 2, 1, 5, 1 1247SizingType = tile 1248Transparent = True 1249TransparentColor = 255 0 255 1250 1251[Toolbar.SplitButton] 1252Bgtype = imagefile 1253BorderColorHint = 206 206 195; Edge color 1254FillColorHint = 241 243 239; Average fill color 1255ImageCount = 6 1256ImageFile = Light\ToolbarButtonsSplit.bmp 1257Imagelayout = vertical 1258SizingMargins = 4, 2, 4, 4 1259SizingType = Stretch 1260Transparent = True 1261TransparentColor = 255 0 255 1262 1263[Toolbar.SplitButtonDropdown] 1264Bgtype = imagefile 1265BorderColorHint = 206 206 195; Edge color 1266FillColorHint = 241 243 239; Average fill color 1267GlyphImageFile = Light\ToolbarButtonsSplitDropdownGlyph.bmp 1268GlyphTransparent = True 1269GlyphType = ImageGlyph 1270ImageCount = 6 1271ImageFile = Light\ToolbarButtonsSplitDropdown.bmp 1272Imagelayout = vertical 1273SizingMargins = 2, 4, 4, 4 1274SizingType = Stretch 1275Transparent = True 1276TransparentColor = 255 0 255 1277 1278; tooltip 1279;------------------------------------------------------- 1280; Set the color or image background for tooltips 1281 1282[Tooltip.Close] 1283BgType = ImageFile 1284Imagecount = 3 1285ImageFile = Light\BalloonClose.bmp 1286Imagelayout = vertical 1287Sizingtype = Truesize 1288 1289 1290; TrackBar 1291;------------------------------------------------------- 1292; Volume sliders and such 1293 1294[TrackBar] 1295BgType = borderFill 1296BorderColor = 235 235 228 1297Bordersize = 1 1298FillColor = 235 235 228 1299FillType = Solid 1300 1301[TrackBar.Thumb] 1302AccentColorHint = 71 196 70; Rollover color 1303Bgtype = imagefile 1304BorderColorHint = 181 196 205; Edge color 1305FillColorHint = 243 243 239; Average background color 1306Imagecount = 5 1307ImageFile = Light\TrackbarHorizontal.bmp 1308Imagelayout = vertical 1309SizingMargins = 3, 4, 3, 4 1310Sizingtype = tile 1311 1312 1313; Track slider thumb (bottom) 1314[TrackBar.ThumbBottom] 1315AccentColorHint = 71 196 70 1316Bgtype = imagefile 1317BorderColorHint = 181 196 205 1318FillColorHint = 243 243 239 1319Imagecount = 5 1320ImageFile1 = Light\TrackBarDown13.bmp 1321ImageFile2 = Light\TrackBarDown16.bmp 1322ImageFile3 = Light\TrackBarDown25.bmp 1323ImageLayout = vertical 1324ImageSelectType = Dpi 1325MinDpi1 = 96 1326MinDpi2 = 118 1327MinDpi3 = 185 1328SizingMargins = 3, 6, 6, 10 1329Sizingtype = Truesize 1330Transparent = True 1331TransparentColor = 255 0 255 1332TrueSizeScalingType = Dpi 1333TrueSizeStretchMark = 50 1334UniformSizing = True 1335 1336; Track slider thumb (left) 1337[TrackBar.ThumbLeft] 1338AccentColorHint = 71 196 70; Rollover color 1339Bgtype = imagefile 1340BorderColorHint = 181 196 205; Edge color 1341FillColorHint = 243 243 239; Average background color 1342Imagecount = 5 1343ImageFile1 = Light\TrackBarLeft13.bmp 1344ImageFile2 = Light\TrackBarLeft16.bmp 1345ImageFile3 = Light\TrackBarLeft25.bmp 1346ImageLayout = vertical 1347ImageSelectType = Dpi 1348MinDpi1 = 96 1349MinDpi2 = 118 1350MinDpi3 = 185 1351Sizingtype = Truesize 1352Transparent = True 1353TransparentColor = 255 0 255 1354TrueSizeScalingType = Dpi 1355TrueSizeStretchMark = 50 1356UniformSizing = True 1357 1358 1359; Track slider thumb (right) 1360[TrackBar.ThumbRight] 1361AccentColorHint = 71 196 70; Rollover color 1362Bgtype = imagefile 1363BorderColorHint = 181 196 205; Edge color 1364FillColorHint = 243 243 239; Average background color 1365Imagecount = 5 1366ImageFile = Light\TrackbarRight13.bmp 1367ImageFile1 = Light\TrackBarRight13.bmp 1368ImageFile2 = Light\TrackBarRight16.bmp 1369ImageFile3 = Light\TrackBarRight25.bmp 1370ImageLayout = vertical 1371ImageSelectType = Dpi 1372MinDpi1 = 96 1373MinDpi2 = 118 1374MinDpi3 = 185 1375Sizingtype = Truesize 1376Transparent = True 1377TransparentColor = 255 0 255 1378TrueSizeScalingType = Dpi 1379TrueSizeStretchMark = 50 1380UniformSizing = True 1381 1382; Track slider thumb (top) 1383[TrackBar.ThumbTop] 1384AccentColorHint = 71 196 70; Rollover color 1385Bgtype = imagefile 1386BorderColorHint = 181 196 205; Edge color 1387FillColorHint = 243 243 239; Average background color 1388Imagecount = 5 1389ImageFile1 = Light\TrackBarUp13.bmp 1390ImageFile2 = Light\TrackBarUp16.bmp 1391ImageFile3 = Light\TrackBarUp25.bmp 1392Imagelayout = vertical 1393ImageSelectType = Dpi 1394MinDpi1 = 96 1395MinDpi2 = 118 1396MinDpi3 = 185 1397Sizingtype = Truesize 1398Transparent = True 1399TransparentColor = 255 0 255 1400TrueSizeScalingType = Dpi 1401TrueSizeStretchMark = 50 1402UniformSizing = True 1403 1404[TrackBar.ThumbVert] 1405AccentColorHint = 71 196 70; Rollover color 1406Bgtype = imagefile 1407BorderColorHint = 181 196 205; Edge color 1408FillColorHint = 243 243 239; Average background color 1409Imagecount = 5 1410ImageFile = Light\TrackbarVertical.bmp 1411ImageLayout = vertical 1412SizingMargins = 3, 4, 3, 4 1413Sizingtype = tile 1414 1415[TrackBar.Tics] 1416Color = 153 153 153 1417 1418[TrackBar.TicsVert] 1419Color = 153 153 153 1420 1421; Track along which the slider moves (horizontal) 1422[TrackBar.Track] 1423Bgtype = imagefile 1424BorderColorHint = 157 156 153 1425FillColorHint = 242 241 233 1426Imagecount = 1 1427ImageFile = Light\SliderTrack.bmp 1428SizingMargins = 3, 3, 2, 2 1429Sizingtype = stretch 1430 1431; Track along which the slider moves (vertical) 1432[TrackBar.TrackVert] 1433Bgtype = imagefile 1434BorderColorHint = 157 156 153 1435FillColorHint = 242 241 233 1436Imagecount = 1 1437ImageFile = Light\SliderTrackVert.bmp 1438SizingMargins = 2, 2, 3, 3 1439Sizingtype = stretch 1440 1441 1442; tree view 1443;------------------------------------------------------- 1444 1445[TreeView] 1446BgType = BorderFill 1447BorderColor = 150 150 150 1448BorderSize = 1 1449FillColor = 255 255 255 1450 1451[TreeView.Glyph] 1452Bgtype = imagefile 1453Imagecount = 2 1454ImageFile = Light\treeExpandCollapse.bmp 1455ImageFile1=default\treeExpandCollapse.bmp 1456ImageFile2=default\treeExpandCollapse10.bmp 1457ImageFile3=default\treeExpandCollapse15.bmp 1458ImageLayout = vertical 1459ImageSelectType = Dpi 1460MinDpi1=96 1461MinDpi2=133 1462MinDpi3=150 1463SizingType = TrueSize 1464TrueSizeScalingType = Dpi 1465TrueSizeStretchMark = 50 1466UniformSizing = True 1467 1468; window 1469;------------------------------------------------------- 1470 1471[Window] 1472BgType = ImageFile 1473TextShadowOffset = 1,1 1474TextShadowColor = 20 21 35 1475Transparent = True 1476 1477; window frame border (caption) 1478[Window.Caption] 1479CaptionMargins = 4, 3, 0, 0 1480ContentMargins = 1, 1, 1, 1 1481ContentAlignment = Left 1482FillColorHint = 0 0 0; Average background color 1483ImageCount = 2 1484ImageFile = Light\FrameCaption.bmp 1485Imagelayout = Vertical 1486SizingMargins = 28, 35, 9, 17 1487SizingType = stretch 1488Transparent = True 1489 1490[Window.Caption(Active)] 1491TextColor = 42 42 42 1492 1493[Window.Caption(Disabled)] 1494IconEffect = Alpha 1495 1496[Window.Caption(Inactive)] 1497IconEffect = Alpha 1498 1499[Window.CaptionSizingTemplate] 1500ContentMargins = 18, 18, 26, 0 1501ImageCount = 2 1502ImageFile = Light\FrameCaptionSizing.bmp 1503Imagelayout = vertical 1504SizingMargins = 28, 35, 9, 17 1505SizingType = tile 1506Transparent = True 1507TransparentColor = 0 0 0 1508 1509;Background for dialog boxes 1510[Window.Dialog] 1511BgType = BorderFill 1512BorderColor = 239 238 243 1513FillColor = 239 238 243 1514 1515; window frame border (bottom) 1516[Window.FrameBottom] 1517Borderonly = False 1518ImageCount = 2 1519ImageFile = Light\FrameBottom.bmp 1520ImageLayout = vertical 1521SizingMargins = 6, 6, 1, 2 1522SizingType = stretch 1523Transparent = True 1524TRANSPARENTCOLOR = 255 0 255 1525 1526; window frame border (left) 1527[Window.FrameLeft] 1528Borderonly = False 1529ImageCount = 2 1530ImageFile = Light\frameLeft.bmp 1531ImageLayout = vertical 1532SizingMargins = 2, 1, 0, 0 1533SizingType = stretch 1534Transparent = False 1535 1536; window frame border (right) 1537[Window.FrameRight] 1538Borderonly = False 1539ImageCount = 2 1540ImageFile = Light\frameRight.bmp 1541ImageLayout = vertical 1542SizingMargins = 1, 2, 0, 0 1543SizingType = stretch 1544Transparent = False 1545 1546; close button in window titlebar 1547[Window.CloseButton] 1548BgType = ImageFile 1549BorderColorHint = 1550ContentMargins = 2, 2, 2, 2 1551FillColorHint = 228 93 61 1552GlyphTransparent = True 1553GlyphType = ImageGlyph 1554ImageCount = 8 1555ImageFile = Light\CloseButton.bmp 1556ImageFile1 = Light\CloseGlyph6.bmp 1557ImageFile2 = Light\CloseGlyph9.bmp 1558ImageFile3 = Light\CloseGlyph.bmp 1559ImageFile4 = Light\CloseGlyph19.bmp 1560ImageFile5 = Light\CloseGlyph23.bmp 1561ImageLayout = Vertical 1562ImageSelectType = size 1563MinDpi1 = 96 1564MinDpi2 = 126 1565MinDpi3 = 170 1566Offset = 25, 5 1567OffsetType = TopRight 1568SizingMargins = 5, 5, 5, 5 1569SizingType = Stretch 1570UniformSizing = True 1571Transparent = True 1572TransparentColor = 255 0 255 1573 1574; Help button in window titlebar 1575[Window.HelpButton] 1576BgType = ImageFile 1577BorderColorHint = ; Edge color 1578ContentMargins = 2, 2, 2, 2 1579FillColorHint = 74 121 246; Titlebar button color 1580GlyphTransparent = True 1581GlyphType = ImageGlyph 1582ImageCount = 8 1583ImageFile = Light\CaptionButton.bmp 1584ImageFile1 = Light\HelpGlyph6.bmp 1585ImageFile2 = Light\HelpGlyph9.bmp 1586ImageFile3 = Light\HelpGlyph.bmp 1587ImageFile4 = Light\HelpGlyph19.bmp 1588ImageFile5 = Light\HelpGlyph23.bmp 1589ImageLayout = Vertical 1590ImageSelectType = size 1591MinDpi1 = 96 1592MinDpi2 = 126 1593MinDpi3 = 170 1594MirrorImage = True; don't remove this 1595Offset = 73, 5 1596OffsetType = TopRight 1597SizingMargins = 5, 5, 5, 5 1598SizingType = Stretch 1599UniformSizing = True 1600 1601; Maximize button in window titlebar 1602[Window.MaxButton] 1603BgType = ImageFile 1604BorderColorHint = ; Edge color 1605ContentMargins = 2, 2, 2, 2 1606FillColorHint = 74 121 246; Titlebar button color 1607GlyphTransparent = True 1608GlyphType = ImageGlyph 1609ImageCount = 8 1610ImageFile = Light\CaptionButton.bmp 1611ImageFile1 = Light\MaximizeGlyph6.bmp 1612ImageFile2 = Light\MaximizeGlyph9.bmp 1613ImageFile3 = Light\MaximizeGlyph.bmp 1614ImageFile4 = Light\MaximizeGlyph19.bmp 1615ImageFile5 = Light\MaximizeGlyph23.bmp 1616ImageLayout = Vertical 1617ImageSelectType = size 1618MinDpi1 = 96 1619MinDpi2 = 126 1620MinDpi3 = 170 1621Offset = -49, 5 1622OffsetType = TopRight 1623SizingMargins = 5, 5, 5, 5 1624SizingType = Stretch 1625UniformSizing = True 1626 1627; top bar whilst window is maximised 1628[Window.MaxCaption] 1629CaptionMargins = 4, 3, 4, 2 1630ContentAlignment = left 1631ContentMargins = 1, 1, 1, 1 1632FillColorHint = 0 84 229; Average background color 1633ImageCount = 2 1634ImageFile = Light\FrameMaximized.bmp 1635Imagelayout = vertical 1636SizingMargins = 46, 75, 16, 4 1637SizingType = stretch 1638SizingType = Tile 1639 1640[Window.MaxCaption(Active)] 1641TextColor = 42 42 42 1642 1643; Close button for maximized MDI windows 1644[Window.MDICloseButton] 1645BgType = ImageFile 1646BorderColorHint = ; Edge color 1647ContentMargins = 0, 0, 0, 0 1648FillColorHint = 241 239 229 1649GlyphImageFile = Light\MDIGlyphClose.bmp 1650GlyphTransparent = True 1651GlyphType = ImageGlyph 1652ImageCount = 4 1653ImageFile = Light\MDICaptionButton.bmp 1654ImageLayout = Vertical 1655Offset = 19, 1 1656OffsetType = TopRight 1657SizingMargins = 4, 4, 4, 4 1658SizingType = TrueSize 1659 1660; Minimize button for maximized MDI windows 1661[Window.MDIMinButton] 1662BgType = ImageFile 1663BorderColorHint = ; Edge color 1664ContentMargins = 0, 0, 0, 0 1665FillColorHint = 241 239 229; Average background color 1666GlyphImageFile = Light\MDIGlyphMinimize.bmp 1667GlyphTransparent = True 1668GlyphType = ImageGlyph 1669ImageCount = 4 1670ImageFile = Light\MDICaptionButton.bmp 1671ImageLayout = Vertical 1672Offset = 53, 1 1673OffsetType = TopRight 1674SizingMargins = 4, 4, 4, 4 1675SizingType = TrueSize 1676 1677 1678; Restore button for maximized MDI windows 1679[Window.MDIRestoreButton] 1680BgType = ImageFile 1681BorderColorHint = ; Edge color 1682ContentMargins = 0, 0, 0, 0 1683FillColorHint = 241 239 229; Average background color 1684GlyphImageFile = Light\MDIGlyphRestore.bmp 1685GlyphTransparent = True 1686GlyphType = ImageGlyph 1687ImageCount = 4 1688ImageFile = Light\MDICaptionButton.bmp 1689ImageLayout = Vertical 1690Offset = -37, 1 1691OffsetType = TopRight 1692SizingMargins = 4, 4, 4, 4 1693SizingType = stretch 1694 1695;Minimize button in window titlebar 1696[Window.MinButton] 1697BgType = ImageFile 1698BorderColorHint = ; Edge color 1699ContentMargins = 2, 2, 2, 2 1700FillColorHint = 74 121 246; Titlebar button color 1701GlyphTransparent = True 1702GlyphType = ImageGlyph 1703ImageCount = 8 1704ImageFile = Light\CaptionButton.bmp 1705ImageFile1 = Light\MinimizeGlyph6.bmp 1706ImageFile2 = Light\MinimizeGlyph9.bmp 1707ImageFile3 = Light\MinimizeGlyph.bmp 1708ImageFile4 = Light\MinimizeGlyph19.bmp 1709ImageFile5 = Light\MinimizeGlyph23.bmp 1710ImageLayout = Vertical 1711ImageSelectType = size 1712MinDpi1 = 96 1713MinDpi2 = 126 1714MinDpi3 = 170 1715OffsetType = TopRight 1716Offset = -73, 5 1717SizingMargins = 5, 5, 5, 5 1718sizingType = Stretch 1719UniformSizing = True 1720 1721[Window.MinCaption] 1722CaptionMargins = 4, 3, 0, 0 1723ContentMargins = 3, 3, 0, 3 1724FillColorHint = 0 84 229; Average background color 1725ImageCount = 2 1726ImageFile = Light\FrameCaptionMin.bmp 1727ImageLayout = vertical 1728SizingMargins = 23, 26, 12, 8 1729SizingType = stretch 1730 1731[Window.RestoreButton] 1732BgType = ImageFile 1733BorderColorHint = ; Edge color 1734ContentMargins = 2, 2, 2, 2 1735FillColorHint = 74 121 246; Titlebar button color 1736GlyphTransparent = True 1737GlyphType = ImageGlyph 1738ImageCount = 8 1739ImageFile = Light\CaptionButton.bmp 1740ImageFile1 = Light\RestoreGlyph6.bmp 1741ImageFile2 = Light\RestoreGlyph9.bmp 1742ImageFile3 = Light\RestoreGlyph.bmp 1743ImageFile4 = Light\RestoreGlyph19.bmp 1744ImageFile5 = Light\RestoreGlyph23.bmp 1745ImageLayout = Vertical 1746ImageSelectType = size 1747MinDpi1 = 96 1748MinDpi2 = 126 1749MinDpi3 = 170 1750Offset = 49, 5 1751OffsetType = TopRight 1752SizingMargins = 5, 5, 5, 5 1753SizingType = Stretch 1754UniformSizing = True 1755 1756[Window.SmallCaption] 1757ContentMargins = 1, 1, 1, 1 1758ContentAlignment = left 1759FillColorHint = 0 84 229; Average background color 1760ImageCount = 2 1761ImageFile = Light\SmallFrameCaption.bmp 1762Imagelayout = vertical 1763SizingMargins = 24, 37, 9, 8 1764SizingType = Stretch 1765 1766[Window.SmallCaptionSizingTemplate] 1767ContentMargins = 14, 14, 12, 16 1768ImageCount = 2 1769ImageFile = Light\SmallFrameCaptionSizing.bmp 1770Imagelayout = vertical 1771SizingMargins = 24, 37, 9, 8 1772SizingType = tile 1773Transparent = True 1774TransparentColor = 0 0 0 1775 1776[Window.SmallCloseButton] 1777BgType = ImageFile 1778BorderColorHint = ; Edge color 1779ContentMargins = 0, 0, 0, 0 1780FillColorHint = 228 93 61; Close box average color 1781GlyphImageFile = Light\SmallCloseGlyph.bmp 1782GlyphTransparent = True 1783GlyphType = ImageGlyph 1784ImageCount = 8 1785ImageFile = Light\SmallCloseButton.bmp 1786ImageLayout = Vertical 1787Offset = 16, 3 1788OffsetType = TopRight 1789SizingMargins = 5, 5, 5, 5 1790SizingType = TrueSize 1791 1792[Window.SmallFrameBottom] 1793Borderonly = False 1794ImageCount = 2 1795ImageFile = Light\FrameBottom.bmp 1796ImageLayout = vertical 1797SizingMargins = 6, 6, 1, 2 1798SizingType = stretch 1799Transparent = True 1800TRANSPARENTCOLOR = 255 0 255 1801 1802[Window.SmallFrameLeft] 1803Borderonly = False 1804ImageCount = 2 1805ImageFile = Light\frameLeft.bmp 1806ImageLayout = vertical 1807SizingMargins = 2, 1, 0, 0 1808SizingType = stretch 1809Transparent = False 1810 1811[Window.SmallFrameRight] 1812Borderonly = False 1813ImageCount = 2 1814ImageFile = Light\frameRight.bmp 1815ImageLayout = vertical 1816SizingMargins = 1, 2, 0, 0 1817SizingType = stretch 1818Transparent = False 1819 1820;The Titlebar icon 1821[Window.SysButton] 1822Offset = 10, 3 1823OffsetType = TopLeft 1824 1825[ExplorerBar::Rebar] 1826Bgtype = imagefile 1827FillColorHint = 243 247 253 1828Font = Tahoma, 12 1829ImageFile = Light\ExplorerBarToolbarBackground.bmp 1830Sizingmargins = 0, 0, 34, 0 1831Sizingtype = stretch 1832TextColor = 127 124 115 1833 1834[ExplorerBar::Rebar.Band] 1835Bgtype = none 1836ContentMargins = 2, 0, 0, 0 1837 1838[ExplorerBar::Rebar.Chevron] 1839Bgtype = imagefile 1840ContentMargins = 0, 0, 0, 0 1841FillColorHint = 75 75 75 1842GlyphImageFile = Light\Chevron.bmp 1843GlyphTransparent = True 1844GlyphType = ImageGlyph 1845ImageCount = 6 1846ImageFile = Light\ExplorerBarToolbarButtons.bmp 1847Imagelayout = vertical 1848SizingMargins = 4, 4, 4, 4 1849SizingType = Stretch 1850Transparent = True 1851VAlign = Top 1852 1853[ExplorerBar::Rebar.ChevronVert] 1854Bgtype = imagefile 1855ContentMargins = 0, 0, 0, 0 1856FillColorHint = 75 75 75 1857GlyphImageFile = Light\Chevron.bmp 1858GlyphTransparent = True 1859GlyphType = ImageGlyph 1860ImageCount = 6 1861ImageFile = Light\ExplorerBarToolbarButtons.bmp 1862Imagelayout = vertical 1863SizingMargins = 4, 4, 4, 4 1864SizingType = Stretch 1865Transparent = True 1866VAlign = Top 1867 1868[ExplorerBar::Rebar.Gripper] 1869Bgtype = imagefile 1870ContentMargins = 3, 0, 0, 0 1871FillColorHint = 171 167 149 1872ImageFile = Light\Gripper.bmp 1873SizingMargins = 0, 0, 6, 4 1874SizingType = Tile 1875Transparent = True 1876TransparentColor = 255 0 0 1877 1878[ExplorerBar::Rebar.GripperVert] 1879Bgtype = imagefile 1880FillColorHint = 171 167 149 1881ImageFile = Light\GripperVert.bmp 1882SizingMargins = 9, 8, 0, 0 1883SizingType = Tile 1884Transparent = True 1885TransparentColor = 255 0 0 1886 1887[ExplorerBar::Toolbar.Button] 1888Bgtype = imagefile 1889BorderColorHint = 168 191 234 1890ContentMargins = 0, 0, 0, 0 1891FillColorHint = 238 243 248 1892ImageCount = 6 1893ImageFile = Light\ExplorerBarToolbarButtons.bmp 1894Imagelayout = vertical 1895SizingMargins = 4, 4, 4, 4 1896SizingType = Stretch 1897Transparent = True 1898TransparentColor = 255 0 255 1899 1900[ExplorerBar::Toolbar.DropdownButton] 1901Bgtype = imagefile 1902BorderColorHint = 168 191 234 1903ContentMargins = 0, 0, 0, 0 1904FillColorHint = 238 243 248 1905ImageCount = 6 1906ImageFile = Light\ExplorerBarToolbarButtons.bmp 1907Imagelayout = vertical 1908SizingMargins = 4, 4, 4, 4 1909SizingType = Stretch 1910Transparent = True 1911TransparentColor = 255 0 255 1912 1913[ExplorerBar::Toolbar.Separator] 1914Bgtype = imagefile 1915FillColorHint = 202 198 175 1916ImageCount = 1 1917ImageFile = Light\Separator.bmp 1918SizingMargins = 5, 2, 2, 1 1919SizingType = tile 1920Transparent = True 1921TransparentColor = 255 0 0 1922 1923[ExplorerBar::Toolbar.SeparatorVert] 1924Bgtype = imagefile 1925FillColorHint = 202 198 175 1926ImageCount = 1 1927ImageFile = Light\SeparatorVert.bmp 1928SizingMargins = 2, 1, 5, 1 1929SizingType = tile 1930Transparent = True 1931TransparentColor = 255 0 0 1932 1933[ExplorerBar::Toolbar.SplitButton] 1934Bgtype = imagefile 1935BorderColorHint = 168 191 234 1936FillColorHint = 238 243 248 1937ImageCount = 6 1938ImageFile = Light\ExplorerBarToolbarButtonsSplit.bmp 1939Imagelayout = vertical 1940SizingMargins = 4, 2, 4, 4 1941SizingType = Stretch 1942Transparent = True 1943TransparentColor = 255 0 255 1944 1945[ExplorerBar::Toolbar.SplitButtonDropdown] 1946Bgtype = imagefile 1947BorderColorHint = 168 191 234 1948FillColorHint = 238 243 248 1949GlyphImageFile = Light\ToolbarButtonsSplitDropdownGlyph.bmp 1950GlyphTransparent = True 1951GlyphType = ImageGlyph 1952ImageCount = 6 1953ImageFile = Light\ExplorerBarToolbarButtonsSplitDropdown.bmp 1954Imagelayout = vertical 1955SizingMargins = 2, 4, 4, 4 1956SizingType = Stretch 1957Transparent = True 1958TransparentColor = 255 0 255 1959 1960[Placesbar::Toolbar] 1961Bgtype = imagefile 1962ContentMargins = 0, 0, 0, 0 1963FillColorHint = 249 248 243 1964ImageCount = 1 1965ImageFile = Light\PlaceBarBackground.bmp 1966SizingMargins = 4, 4, 4, 4 1967SizingType = tile 1968 1969[Placesbar::Toolbar.Button] 1970Bgtype = imagefile 1971BorderColorHint = 122 152 175; Outline color 1972ContentMargins = 0, 0, 4, 2 1973FillColorHint = 255 255 255; Selected color 1974ImageCount = 6 1975ImageFile = Light\PlaceBarButtons.bmp 1976Imagelayout = vertical 1977SizingMargins = 4, 4, 4, 4 1978SizingType = stretch 1979Transparent = True 1980TextColor = 112 112 112 1981TextShadowColor = 253 253 253 1982TEXTSHADOWOFFSET = 1,1 1983TextShadowType = Single 1984 1985[Start::Button] 1986BgType = ImageFile 1987ContentMargins = -82, 95, 1, 1 1988FillColorHint = 74 153 73; Average color 1989Font = Arial, 10, italic 1990ImageCount = 3 1991ImageFile = Light\StartButton.bmp 1992ImageLayout = Vertical 1993SizingMargins = 1, 1, 1, 1 1994SizingType = TrueSize 1995TextColor = 255 255 255 1996TextShadowColor = 76 76 76 1997TEXTSHADOWOFFSET = 2, 2 1998Transparent = True 1999TransparentColor = 255 0 255 2000 2001[StartMenu::MenuBand] 2002TextColor = 75 75 75 2003 2004[StartMenu::MenuBand(Hot)] 2005TextColor = 75 75 75 2006 2007[StartMenu::MenuBand.NewAppButton] 2008BgType = ImageFile 2009ContentMargins = 10, 0, 3, 0 2010FillcolorHint = 254 234 182; new app Background color 2011ImageCount = 1 2012ImageFile = Light\StartGroupNewAppButton.bmp 2013SizingMargins = 23, 1, 0, 0 2014SizingType = Stretch 2015Transparent = True 2016TransparentColor = 255 0 0 2017 2018[StartMenu::MenuBand.Seperator] 2019BgType = ImageFile 2020ContentMargins = 10, 0, 3, 0 2021FillColorHint = 211 211 200; Separator color 2022ImageCount = 1 2023ImageFile = Light\StartGroupSeperator.bmp 2024SizingMargins = 6, 1, 3, 0 2025SizingType = Stretch 2026Transparent = True 2027TransparentColor = 255 0 255 2028 2029[StartMenu::Toolbar] 2030AccentColorHint = 48 127 229; Left edge of More Programs menu 2031BgType = ImageFile 2032ContentMargins = 0, 0, 0, 0 2033FillColorHint = 255 255 255; Background of More Programs menu 2034Font = Tahoma, 12 2035ImageFile = Light\StartGroupBackground.bmp 2036SizingMargins = 24, 3, 3, 4 2037SizingType = Stretch 2038TextColor = 112 112 112 2039 2040[StartMenu::Toolbar(Hot)] 2041TextColor = 112 112 112 2042 2043[StartMenu::Toolbar.Button] 2044BgType = ImageFile 2045ContentMargins = 2, 2, 3, 0 2046FillColorHint = 22 101 203 2047ImageCount = 3 2048ImageFile = Light\StartGroupToolbarButton.bmp 2049ImageLayout = vertical 2050SizingMargins = 24, 3, 3, 4 2051SizingType = Stretch 2052Transparent = True 2053TransparentColor = 255 0 0 2054 2055[TaskBand::ScrollBar.ArrowBtn] 2056BgType = ImageFile 2057ContentMargins = 0, 0, 3, 3 2058FillColorHint = 25 66 205; Average background color 2059GlyphImageFile = Light\TaskBandScrollArrowGlyphs.bmp 2060GlyphTransparent = True 2061GlyphType = ImageGlyph 2062ImageCount = 16 2063ImageFile = Light\TaskbandScrollArrows.bmp 2064ImageLayout = Vertical 2065SizingMargins = 4, 4, 6, 5 2066SizingType = Stretch 2067 2068; Scrollbar thumb gripper (horizontal) 2069[TaskBand::ScrollBar.GripperHorz] 2070BgType = ImageFile 2071FillColorHint = 44 96 226; Thumb gripper lighter color 2072ImageCount = 4 2073ImageFile = Light\TaskBandScrollThumbGripperHorizontal.BMP 2074Imagelayout = vertical 2075SizingType = TrueSize 2076Transparent = True 2077 2078; Scrollbar thumb gripper (Vertical) 2079[TaskBand::ScrollBar.GripperVert] 2080BgType = ImageFile 2081FillColorHint = 44 96 226; Thumb gripper lighter color 2082ImageCount = 4 2083ImageFile = Light\TaskBandScrollThumbGripperVertical.BMP 2084ImageLayout = Vertical 2085SizingType = TrueSize 2086Transparent = True 2087 2088; Lower scrollbar tracks (horizontal) 2089[TaskBand::ScrollBar.LowerTrackHorz] 2090BgType = imagefile 2091FillColorHint = 37 90 225; Average background color 2092ImageCount = 4 2093ImageFile = Light\TaskBandScrollShaftHorizontal.bmp 2094ImageLayout = Vertical 2095SizingMargins = 0, 0, 1, 1 2096 2097; Lower scrollbar track (vertical) 2098[TaskBand::ScrollBar.LowerTrackVert] 2099BgType = imagefile 2100FillColorHint = 37 90 225; Average background color 2101ImageCount = 4 2102ImageFile = Light\TaskBandScrollShaftVertical.bmp 2103ImageLayout = Vertical 2104SizingMargins = 1, 1, 0, 0 2105 2106[TaskBand::ScrollBar.ThumbBtnHorz] 2107BgType = ImageFile 2108ContentMargins = 4, 4, 0, 0 2109FillColorHint = 25 66 205; Average background color 2110ImageCount = 4 2111ImageFile = Light\TaskBandScrollThumbHorizontal.bmp 2112ImageLayout = Vertical 2113SizingMargins = 5, 5, 5, 5 2114 2115; Scrollbar Thumb (vertical) 2116[TaskBand::ScrollBar.ThumbBtnVert] 2117BgType = ImageFile 2118ContentMargins = 0, 0, 4, 4 2119FillColorHint = 25 66 205; Average background color 2120ImageCount = 4 2121ImageFile = Light\TaskBandScrollThumbVertical.bmp 2122ImageLayout = vertical 2123SizingMargins = 5, 5, 5, 5 2124Transparent = True 2125TransparentColor = 255 0 255 2126 2127; Upper scrollbar tracks (horizontal) 2128[TaskBand::ScrollBar.UpperTrackHorz] 2129BgType = imagefile 2130FillColorHint = 37 90 225; Average background color 2131ImageCount = 4 2132ImageFile = Light\TaskBandScrollShaftHorizontal.bmp 2133ImageLayout = Vertical 2134SizingMargins = 0, 0, 1, 1 2135 2136; Upper scrollbar tracks (vertical) 2137[TaskBand::ScrollBar.UpperTrackVert] 2138BgType = imagefile 2139FillColorHint = 37 90 225; Average background color 2140ImageCount = 4 2141ImageFile = Light\TaskBandScrollShaftVertical.bmp 2142ImageLayout = Vertical 2143SizingMargins = 1, 1, 0, 0 2144 2145[TaskBand::Toolbar] 2146BgType = None 2147Font = Tahoma, 12 2148TextColor = 42 42 42 2149TextShadowType = Single 2150 2151[TaskBand::Toolbar(Checked)] 2152TextColor = 28 28 28 2153TextShadowColor = 8 8 8 2154TextShadowType = Single 2155 2156[TaskBand::Toolbar(Hot)] 2157TextColor = 28 28 28 2158 2159[TaskBand::Toolbar(HotChecked)] 2160TextColor = 28 28 28 2161TextShadowColor = 8 8 8 2162TextShadowType = Single 2163 2164[TaskBand::Toolbar(Pressed)] 2165TextColor = 28 28 28 2166TextShadowColor = 8 8 8 2167TextShadowType = Single 2168 2169[TaskBand::Toolbar.Button] 2170BgType = ImageFile 2171ContentMargins = 0, 4, 2, 2 2172FillColorHint = 54 127 239 2173ImageCount = 6 2174ImageFile = Light\TaskBandButton.bmp 2175ImageLayout = vertical 2176SizingMargins = 10, 7, 15, 8 2177SizingType = Stretch 2178TextColor = 255 255 255 2179Transparent = True 2180 2181[TaskBand::Toolbar.DropdownButton] 2182BgType = ImageFile 2183ContentMargins = 0, 4, 2, 2 2184FillColorHint = 54 127 239; Average background color 2185ImageCount = 6 2186ImageFile = Light\TaskBandButton.bmp 2187ImageLayout = vertical 2188SizingMargins = 17, 5, 15, 8 2189SizingType = Stretch 2190Transparent = True 2191 2192[TaskBandGroupMenu::Toolbar] 2193AccentColorHint = 255 199 60; Menu top highlight color 2194BgType = ImageFile 2195ContentMargins = 6, 11, 6, 6 2196FillColorHint = 33 87 213; Average background color 2197Font = Tahoma, 12 2198ImageFile = Light\TaskBandBackground.bmp 2199SizingMargins = 6, 6, 6, 6 2200SizingType = Stretch 2201TextColor = 112 112 112 2202TransparentColor = 255 0 255 2203Transparent = True 2204 2205[TaskBandGroupMenu::Toolbar.Button] 2206AccentColorHint = 79 150 255; Rollover hightlight color 2207BgType = ImageFile 2208ContentMargins = 6, -6, 7, 7 2209ImageCount = 3 2210ImageFile = Light\TaskBandHover.bmp 2211ImageLayout = vertical 2212SizingMargins = 8, 8, 5, 5 2213SizingType = stretch 2214Transparent = True 2215 2216[TaskBandVert::Toolbar] 2217BgType = None 2218Font = Tahoma, 12 2219TextColor = 28 28 28 2220 2221[TaskBandVert::Toolbar.Button] 2222BgType = ImageFile 2223ContentMargins = 0, 4, 4, 4 2224FillColorHint = 54 127 239; Average background color 2225ImageCount = 6 2226ImageFile = Light\TaskBandButtonVertical.bmp 2227ImageLayout = vertical 2228SizingMargins = 16, 7, 12, 6 2229SizingType = Stretch 2230Transparent = True 2231 2232[TaskBandVert::Toolbar.DropdownButton] 2233BgType = ImageFile 2234ContentMargins = 0, 4, 4, 4 2235FillColorHint = 54 127 239; Average background color 2236ImageCount = 6 2237ImageFile = Light\TaskBandButtonVertical.bmp 2238ImageLayout = vertical 2239SizingMargins = 16, 7, 12, 6 2240SizingType = Stretch 2241Transparent = True 2242 2243[TaskBar::Rebar] 2244BgType = None 2245Font = Tahoma, 12 2246TextColor = 123 182 232 2247 2248[TaskBar::Rebar.Band] 2249BgType = None 2250 2251[TaskBar::Rebar.Chevron] 2252BgType = ImageFile 2253ContentMargins = 0, 0, 0, 7 2254FillColorHint = 6 45 159; Overflow glyph color 2255GlyphImageFile = Light\taskbarchevron.bmp 2256GlyphTransparent = True 2257GlyphType = ImageGlyph 2258ImageCount = 6 2259ImageFile = Light\TaskBandButtonNoEdge.bmp 2260ImageLayout = vertical 2261SizingMargins = 8, 3, 21, 5 2262SizingType = Stretch 2263Transparent = True 2264VAlign = Top 2265 2266[TaskBar::Rebar.ChevronVert] 2267BgType = ImageFile 2268ContentMargins = 0, 0, 0, 0 2269FillColorHint = 6 45 159; Overflow glyph color 2270GlyphImageFile = Light\TaskbarChevronVert.bmp 2271GlyphTransparent = True 2272GlyphType = ImageGlyph 2273ImageCount = 6 2274ImageFile = Light\TaskBandButtonVertical.bmp 2275ImageLayout = vertical 2276SizingMargins = 15, 5, 6, 4 2277SizingType = Stretch 2278Transparent = True 2279 2280[TaskBar::Rebar.Gripper] 2281BgType = ImageFile 2282ContentMargins = 2, 1, 0, 0 2283FillColorHint = 6 45 159; Gripper dot color 2284ImageCount = 1 2285ImageFile = Light\TaskbarGripper.bmp 2286SizingMargins = 1, 1, 5, 5 2287SizingType = Tile 2288Transparent = True 2289TransparentColor = 255 0 255 2290 2291[TaskBar::Rebar.GripperVert] 2292BgType = ImageFile 2293ContentMargins = 0, 0, 2, 1 2294FillColorHint = 6 45 159; Gripper dot color 2295ImageCount = 1 2296ImageFile = Light\TaskbarGripperVertical.bmp 2297SizingMargins = 4, 6, 0, 0 2298SizingType = Tile 2299Transparent = True 2300TransparentColor = 255 0 255 2301 2302[TaskBar::Toolbar] 2303BgType = None 2304Font = Tahoma, 12 2305TextColor = 28 28 28 2306 2307[TaskBar::Toolbar.Button] 2308BgType = ImageFile 2309ContentMargins = 0, 0, 4, 4 2310FillColorHint = 53 122 238; Average background color 2311ImageCount = 6 2312ImageFile = Light\TaskBandButtonNoEdge.bmp 2313ImageLayout = vertical 2314SizingMargins = 8, 3, 18, 8 2315SizingType = Stretch 2316Transparent = True 2317 2318[TaskBar::Toolbar.DropdownButton] 2319BgType = ImageFile 2320ContentMargins = 2, 0, 4, 4 2321FillColorHint = 53 122 238; Average background color 2322ImageCount = 6 2323ImageFile = Light\TaskBandButtonNoEdge.bmp 2324ImageLayout = vertical 2325SizingMargins = 8, 3, 18, 8 2326SizingType = Stretch 2327Transparent = True 2328 2329[TaskBarVert::Toolbar] 2330BgType = None 2331Font = Tahoma, 12 2332TextColor = 255 255 255 2333 2334[TaskBarVert::Toolbar(Checked)] 2335TextColor = 255 255 255 2336 2337[TaskBarVert::Toolbar(HotChecked)] 2338TextColor = 255 255 255 2339 2340[TaskBarVert::Toolbar(Pressed)] 2341TextColor = 255 255 255 2342 2343[TaskBarVert::Toolbar.Button] 2344BgType = ImageFile 2345ContentMargins = 1, 1, 1, 1 2346FillColorHint = 53 122 238; Average background color 2347ImageCount = 6 2348ImageFile = Light\TaskBandButtonNoEdgeVertical.bmp 2349ImageLayout = vertical 2350SizingMargins = 15, 5, 6, 4 2351SizingType = Stretch 2352Transparent = True 2353 2354[TaskBarVert::Toolbar.DropdownButton] 2355BgType = ImageFile 2356ContentMargins = 1, 1, 1, 1 2357FillColorHint = 53 122 238 2358ImageCount = 6 2359ImageFile = Light\TaskBandButtonNoEdgeVertical.bmp 2360ImageLayout = vertical 2361SizingMargins = 15, 5, 6, 4 2362SizingType = Stretch 2363Transparent = True 2364 2365[TrayNotify::Clock] 2366Font = Tahoma, 12 2367TextColor = 255 255 255 2368 2369[TrayNotify::Toolbar] 2370BgType = None 2371 2372[TrayNotify::Toolbar.Button] 2373BgType = None 2374 2375[TrayNotifyHoriz::Button] 2376BgType = ImageFile 2377FillColorHint = 56 173 243; Average background color 2378ImageCount = 3 2379ImageFile = Light\TrayChevronHorizontal.bmp 2380Imagelayout = vertical 2381SizingType = TrueSize 2382Transparent = True 2383TransparentColor = 255 0 255 2384 2385[TrayNotifyHoriz::TrayNotify.Background] 2386BgType = ImageFile 2387ContentMargins = 29, 7, 0, 0 2388FillColorHint = 13 141 234; Average background color 2389ImageCount = 1 2390ImageFile = Light\TaskbarTray.bmp 2391SizingMargins = 1, 0, 23, 0 2392SizingType = Stretch 2393Transparent = True 2394TransparentColor = 255 0 255 2395 2396[TrayNotifyHorizOpen::Button] 2397BgType = ImageFile 2398FillColorHint = 56 173 243; Average background color 2399ImageCount = 3 2400ImageFile = Light\TrayChevronHorizontalOpen.bmp 2401Imagelayout = vertical 2402SizingType = TrueSize 2403Transparent = True 2404TransparentColor = 255 0 255 2405 2406[TrayNotifyVert::Button] 2407BgType = ImageFile 2408FillColorHint = 56 173 243; Average background color 2409ImageCount = 3 2410ImageFile = Light\TrayChevronHorizontal.bmp 2411Imagelayout = vertical 2412SizingType = TrueSize 2413Transparent = True 2414 2415[TrayNotifyVert::TrayNotify.Background] 2416BgType = ImageFile 2417ContentMargins = 0, 0, 19, 7 2418FillColorHint = 13 141 234; Average background color 2419ImageCount = 1 2420ImageFile = Light\TaskbarTrayVertical.bmp 2421SizingMargins = 14, 1, 5, 5 2422SizingType = Stretch 2423Transparent = True 2424TransparentColor = 255 0 255 2425 2426[TrayNotifyVertOpen::Button] 2427BgType = ImageFile 2428FillColorHint = 56 173 243; Average background color 2429ImageCount = 3 2430ImageFile = Light\TrayChevronHorizontalOpen.bmp 2431Imagelayout = vertical 2432SizingType = TrueSize 2433Transparent = True 2434