Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

2319 lines
63 KiB

  1. ;------------------------------------------
  2. ; file: Luna\default.ini
  3. ;------------------------------------------
  4. ;--------- Globals -------------------------
  5. [globals]
  6. ; global edge colors (redefined in various parts)
  7. EdgeLightColor = 241 239 226
  8. EdgeHighLightColor = 255 255 255
  9. EdgeShadowColor = 172 168 153
  10. EdgeDkShadowColor = 113 111 100
  11. EdgeFillColor = 236 233 216
  12. ;--------- system metrics -------------------------------
  13. [SysMetrics]
  14. ;The system metric colors also effect non-themed controls.
  15. ScrollbarWidth = ##SBWidth
  16. ScrollbarHeight = ##SBHeight
  17. Window = 255 255 255
  18. MenuBar = 236 233 216
  19. Menu = 255 255 255
  20. Background = 0 78 152
  21. Btnface = 236 233 216
  22. Highlight = 49 106 197
  23. ActiveCaption = 0 84 227
  24. CaptionText = 255 255 255
  25. InactiveCaption = 122 150 223
  26. InactiveCaptionText = 216 228 248
  27. GradientActiveCaption = 61 149 255
  28. GradientInactiveCaption = 157 185 235
  29. HighlightText = 255 255 255
  30. MenuHilight = 49 106 197
  31. BtnShadow = 172 168 153
  32. GrayText = 172 168 153
  33. BtnHighlight = 255 255 255
  34. DkShadow3d = 113 111 100
  35. Light3d = 241 239 226
  36. ;---- don't remove these fonts (must specify to be localizable) ----
  37. CaptionFont = ##CaptionFont
  38. CaptionBarHeight = ##CaptionBarHeight
  39. SmallCaptionFont = ##SmallCaptionFont
  40. SMCaptionBarHeight = ##SMCaptionBarHeight
  41. SMCaptionBarWidth = ##SMCaptionBarWidth
  42. MenuFont = ##MenuFont
  43. StatusFont = ##StatusFont
  44. MsgBoxFont = ##MsgBoxFont
  45. IconTitleFont = ##IconTitleFont
  46. ;The FlatMenus option allows the author to turn of the 3d border on menus
  47. FlatMenus = true
  48. ;This may allow authors to specify a theme matching stylesheet for Webviews, etc.
  49. CssName = cpwebvw.css
  50. ;This may allow authors to specify a theme matching XML file.
  51. XmlName = default.xml
  52. ; this theme designed for 15-bit color and higher
  53. MinColorDepth = 15
  54. ;---------- buttons ---------------------------------
  55. ;Overall button class
  56. [button]
  57. ;Normal button
  58. [button.pushbutton]
  59. bgtype = imagefile
  60. SizingMargins = 8, 8, 9, 9
  61. sizingType = Stretch
  62. ContentMargins = 3, 3, 3, 3
  63. ImageFile = Blue\button.bmp
  64. imageCount = 5
  65. ImageLayout = vertical
  66. TextColor = 0 0 0
  67. FillColorHint = 243 243 239; Average fill color (light beige)
  68. BorderColorHint = 0 60 116; Edge color (dark blue grey)
  69. AccentColorHint = 250 196 88; Rollover hilite color (orange)
  70. MinSize= 10, 5
  71. ;Makes text for button grey for the disabled state
  72. [button.pushbutton(disabled)]
  73. TextColor = 161 161 146
  74. ;Color hint for default state
  75. [button.pushbutton(defaulted)]
  76. AccentColorHint = 157 187 235; Default state hilite color (blue)
  77. ;Checkboxes
  78. [button.checkbox]
  79. bgtype = imagefile
  80. imagelayout=vertical
  81. sizingType = TrueSize
  82. SizingMargins = 0, 0, 0, 0
  83. ContentMargins = 0, 0, 0, 0
  84. imageCount = 12
  85. MirrorImage = false
  86. FillColorHint = 33 161 33; Checkmark color (green)
  87. BorderColorHint = 29 82 129; Edge color (dark blue grey)
  88. AccentColorHint = 250 196 88; Rollover hilite color (orange)
  89. ;----- Multiple control sizes for different video adapter resolution settings ----
  90. ImageSelectType = Dpi ; choose src image by DPI of target DC (vs. theme DPI)
  91. TrueSizeScalingType = Dpi
  92. TrueSizeStretchMark = 50; start stretching when target exceeds source size by 50%
  93. UniformSizing = true ; if you must stretch, do width & height equally
  94. ImageFile1=Blue\CheckBox13.bmp
  95. ImageFile2=Blue\CheckBox16.bmp
  96. ImageFile3=Blue\CheckBox25.bmp
  97. MinDpi1=96
  98. MinDpi2=118
  99. MinDpi3=185
  100. ;Checkboxes can be disabled in various states, so each of the following entries sets the text
  101. ;to grey for the corresponding states.
  102. [button.checkbox(checkeddisabled)]
  103. TextColor = 161 161 146
  104. [button.checkbox(uncheckeddisabled)]
  105. TextColor = 161 161 146
  106. [button.checkbox(mixeddisabled)]
  107. TextColor = 161 161 146
  108. ;Radio buttons
  109. [button.radiobutton]
  110. bgtype = imagefile
  111. imagelayout=vertical
  112. transparent=true
  113. sizingType = TrueSize
  114. SizingMargins = 0, 0, 0, 0
  115. ContentMargins = 0, 0, 0, 0
  116. imageCount = 8
  117. FillColorHint = 33 161 33; Selection dot color (green)
  118. BorderColorHint = 29 82 129; Edge color (dark blue grey)
  119. AccentColorHint = 250 196 88; Rollover hilite color (orange)
  120. ;----- Multiple control sizes for different video adapter resolution settings ----
  121. ImageSelectType = Dpi ; choose src image by DPI of target DC (vs. theme DPI)
  122. TrueSizeScalingType = Dpi
  123. TrueSizeStretchMark = 50; start stretching when target exceeds source size by 50%
  124. UniformSizing = true ; if you must stretch, do width & height equally
  125. ImageFile1=Blue\RadioButton13.bmp
  126. ImageFile2=Blue\RadioButton16.bmp
  127. ImageFile3=Blue\RadioButton25.bmp
  128. MinDpi1=96
  129. MinDpi2=118
  130. MinDpi3=185
  131. ;Radio buttons can be disabled in various states, so each of the following entries sets the text
  132. ;to grey for the corresponding states.
  133. [button.radiobutton(checkeddisabled)]
  134. TextColor = 161 161 146
  135. [button.radiobutton(uncheckeddisabled)]
  136. TextColor = 161 161 146
  137. ;The line enclosing a group of controls
  138. [button.groupbox]
  139. TextColor = 0 70 213
  140. bgtype = imagefile
  141. SizingMargins = 4, 4, 4, 4
  142. sizingType = Tile
  143. ImageFile = Blue\GroupBox.bmp
  144. ;BorderOnly means that the area inside the sizing margins is not drawn (so it won't
  145. ;draw on top of the controls it surrounds)
  146. borderOnly = true
  147. transparent = true
  148. BorderColorHint = 208 208 191; Dark beige edge color
  149. NormalSize = 9999, 9999 ; never source size a groupbox (from IE)
  150. ;----------- combobox --------------------------------
  151. ;Dropdown controls
  152. [Combobox]
  153. ; Globals for the entire control
  154. BgType = BorderFill
  155. BorderSize = 1
  156. FillColor = 255 255 255
  157. BorderColor = 127 157 185
  158. [Combobox(Hot)]
  159. ; Globals when the mouse is over the control
  160. BorderColor = 127 157 185
  161. [Combobox(Disabled)]
  162. ; Globals when the control is disabled
  163. BorderColor = 201 199 186
  164. FillColor = 245 244 234
  165. ;The down pointing triangle button
  166. [Combobox.DropDownButton]
  167. BgType = imagefile
  168. imagelayout = vertical
  169. SizingType = Stretch
  170. ImageFile = Blue\ComboButton.bmp
  171. SizingMargins = 3, 3, 3, 3
  172. ContentMargins = 0, 0, 0, 0
  173. ImageCount = 4
  174. GlyphType = ImageGlyph
  175. GlyphImageFile = Blue\ComboButtonGlyph.bmp
  176. GlyphTransparent= true
  177. FillColorHint = 200 214 251; Average fill color (light blue)
  178. BorderColorHint = 255 255 255; Edge color (white)
  179. ;----------- edit --------------------------------
  180. [edit]
  181. BgType = BorderFill
  182. BorderSize = 1
  183. FillColor = 255 255 255
  184. BorderColor = 127 157 185
  185. [edit.edittext(Disabled)]
  186. FillColor = 235 235 228
  187. TextColor = 161 161 146
  188. [edit.edittext(ReadOnly)]
  189. FillColor = 235 235 228
  190. TextColor = 0 0 0
  191. ;----------- listbox --------------------------------
  192. [Listbox]
  193. BgType = BorderFill
  194. BorderSize = 1
  195. FillColor = 255 255 255
  196. BorderColor = 127 157 185
  197. ;--------- Scrollbar -------------------------
  198. [ScrollBar]
  199. ;The buttons, both horizontal and vertical in one strip
  200. ; Scrollbar Arrow Buttons
  201. [ScrollBar.ArrowBtn]
  202. BgType = ImageFile
  203. SizingMargins = 5, 5, 5, 5
  204. ContentMargins = 0, 0, 3, 3
  205. SizingType = Stretch
  206. ImageFile = Blue\ScrollArrows.bmp
  207. ImageCount = 16
  208. ImageLayout = Vertical
  209. GlyphType = ImageGlyph
  210. GlyphTransparent= True
  211. FillColorHint = 200 214 251; Average fill color (light blue)
  212. BorderColorHint = 255 255 255; Edge color (white)
  213. ;----- the two sizes of scrollbar arrow glyphs ----
  214. ImageSelectType = size ; choose src image by DPI of target DC (vs. theme DPI)
  215. TrueSizeScalingType = size
  216. SourceShrink = True
  217. TrueSizeStretchMark = 150; start stretching when target exceeds source size by 150%
  218. UniformSizing = true; if you must stretch, do width & height equally
  219. ImageFile1 = Blue\ScrollArrowGlyphsSmall.bmp
  220. ImageFile2 = Blue\ScrollArrowGlyphs.bmp
  221. MinSize1 = 7, 7
  222. MinSize2 = 9, 9
  223. NormalSize = 7, 10
  224. ; Scrollbar Thumb (horizontal)
  225. [Scrollbar.ThumbBtnHorz]
  226. BgType = ImageFile
  227. SizingMargins = 5, 5, 5, 5
  228. ContentMargins = 4, 4, 0, 0
  229. ImageFile = Blue\ScrollThumbHorizontal.bmp
  230. ImageCount = 4
  231. ImageLayout = Vertical
  232. FillColorHint = 198 213 253; Average fill color (light blue)
  233. BorderColorHint = 255 255 255; Edge color (white)
  234. ;A visual element in the middle of the scrollbar thumb
  235. [Scrollbar.GripperHorz]
  236. BgType = ImageFile
  237. SizingType = TrueSize
  238. ImageFile = Blue\ScrollThumbGripperHorizontal.BMP
  239. imagelayout = vertical
  240. Transparent = True
  241. ImageCount = 4
  242. ; Scrollbar Thumb (vertical)
  243. [Scrollbar.ThumbBtnVert]
  244. BgType = ImageFile
  245. SizingMargins = 5, 5, 5, 5
  246. ContentMargins = 0, 0, 4, 4
  247. ImageFile = Blue\ScrollThumbVertical.bmp
  248. ImageCount = 4
  249. ImageLayout = vertical
  250. FillColorHint = 198 213 253; Average fill color (light blue)
  251. BorderColorHint = 255 255 255; Edge color (white)
  252. ;A visual element in the middle of the scrollbar thumb
  253. [Scrollbar.GripperVert]
  254. BgType = ImageFile
  255. SizingType = TrueSize
  256. ImageFile = Blue\ScrollThumbGripperVertical.BMP
  257. ImageCount = 4
  258. Transparent = True
  259. ImageLayout = Vertical
  260. ; Scrollbar Tracks (horizontal)
  261. [Scrollbar.LowerTrackHorz]
  262. BgType = imagefile
  263. ImageFile = Blue\ScrollShaftHorizontal.bmp
  264. SizingMargins = 0, 0, 1, 1
  265. ImageCount = 4
  266. ImageLayout = Vertical
  267. FillColorHint = 198 213 253; Average fill color (light blue)
  268. [Scrollbar.UpperTrackHorz]
  269. BgType = imagefile
  270. ImageFile = Blue\ScrollShaftHorizontal.bmp
  271. SizingMargins = 0, 0, 1, 1
  272. ImageCount = 4
  273. ImageLayout = Vertical
  274. FillColorHint = 198 213 253; Average fill color (light blue)
  275. ; Scrollbar Tracks (vertical)
  276. [Scrollbar.LowerTrackVert]
  277. BgType = imagefile
  278. ImageFile = Blue\ScrollShaftVertical.bmp
  279. SizingMargins = 1, 1, 0, 0
  280. ImageCount = 4
  281. ImageLayout = Vertical
  282. FillColorHint = 198 213 253; Average fill color (light blue)
  283. [Scrollbar.UpperTrackVert]
  284. BgType = imagefile
  285. ImageFile = Blue\ScrollShaftVertical.bmp
  286. SizingMargins = 1, 1, 0, 0
  287. ImageCount = 4
  288. ImageLayout = Vertical
  289. FillColorHint = 198 213 253; Average fill color (light blue)
  290. [ScrollBar.SizeBox]
  291. ImageFile = Blue\ResizeGrip2.bmp
  292. bgtype = imagefile
  293. imageCount = 2
  294. sizingType = trueSize
  295. Transparent = True
  296. TransparentColor = 255 0 0
  297. FillColorHint = 184 180 163; Gripper dot color (dark beige)
  298. VAlign = Bottom
  299. ;----------- spin --------------------------------
  300. ;Spin buttons for incrementing values in a field
  301. [spin]
  302. bgtype = imagefile
  303. sizingType = tile
  304. ImageFile = Blue\FieldOutlineBlue.bmp
  305. SizingMargins = 2, 2, 2, 2
  306. imageCount = 1
  307. [Spin.Up]
  308. bgtype = imagefile
  309. sizingType = stretch
  310. ImageFile = Blue\SpinButtonBackgroundUp.bmp
  311. SizingMargins = 4, 4, 4, 4
  312. ContentMargins = 0, 0, 0, 0
  313. imageCount = 4
  314. ImageLayout = Vertical
  315. GlyphType = ImageGlyph
  316. GlyphImageFile = Blue\SpinUpGlyph.bmp
  317. GlyphTransparent= True
  318. FillColorHint = 200 214 251; Average fill color (light blue)
  319. BorderColorHint = 255 255 255; Edge color (white)
  320. [Spin.Down]
  321. bgtype = imagefile
  322. sizingType = tile
  323. ImageFile = Blue\SpinButtonBackgroundDown.bmp
  324. SizingMargins = 4, 4, 4, 4
  325. ContentMargins = 0, 0, 0, 0
  326. imageCount = 4
  327. ImageLayout = Vertical
  328. GlyphType = ImageGlyph
  329. GlyphImageFile = Blue\SpinDownGlyph.bmp
  330. GlyphTransparent= True
  331. FillColorHint = 200 214 251; Average fill color (light blue)
  332. BorderColorHint = 255 255 255; Edge color (white)
  333. [Spin.Uphorz]
  334. bgtype = imagefile
  335. sizingType = stretch
  336. ImageFile = Blue\SpinButtonBackgroundRight.bmp
  337. SizingMargins = 4, 4, 4, 4
  338. ContentMargins = 0, 0, 0, 0
  339. imageCount = 4
  340. ImageLayout = Vertical
  341. GlyphType = ImageGlyph
  342. GlyphImageFile = Blue\SpinRightGlyph.bmp
  343. GlyphTransparent = True
  344. FillColorHint = 200 214 251; Average fill color (light blue)
  345. BorderColorHint = 255 255 255; Edge color (white)
  346. [Spin.Downhorz]
  347. bgtype = imagefile
  348. sizingType = Stretch
  349. ImageFile = Blue\SpinButtonBackgroundLeft.bmp
  350. SizingMargins = 4, 4, 4, 4
  351. ContentMargins = 0, 0, 0, 0
  352. imageCount = 4
  353. ImageLayout = Vertical
  354. GlyphType = ImageGlyph
  355. GlyphImageFile = Blue\SpinLeftGlyph.bmp
  356. GlyphTransparent = True
  357. FillColorHint = 200 214 251; Average fill color (light blue)
  358. BorderColorHint = 255 255 255; Edge color (white)
  359. ;----------- rebar --------------------------------
  360. ;Rebar is a container for toolbars
  361. [Rebar]
  362. bgtype =imagefile
  363. sizingtype=stretch
  364. ImageFile = Blue\ToolbarBackground.bmp
  365. sizingmargins= 0, 0, 0, 4
  366. Font = ##Tahoma8
  367. TextColor = 127 124 115
  368. FillColorHint = 241 243 239; Background color of toolbars (light beige)
  369. [Rebar.Band]
  370. bgtype = none
  371. ContentMargins = 2, 0, 0, 0
  372. EdgeShadowColor = 216 210 189
  373. [Rebar.Gripper]
  374. bgtype = imagefile
  375. SizingMargins = 2, 1, 4, 2
  376. ContentMargins = 2, 1, 0, 0
  377. ImageFile = Blue\ToolbarGripper.bmp
  378. sizingType = Tile
  379. Transparent = true
  380. FillColorHint = 171 167 149; Gripper dot color (dark beige)
  381. [Rebar.GripperVert]
  382. bgtype = imagefile
  383. SizingMargins = 3, 3, 2, 1
  384. ContentMargins = 1, 2, 0, 0
  385. ImageFile = Blue\ToolbarGripperVert.bmp
  386. sizingType = Tile
  387. Transparent = true
  388. FillColorHint = 171 167 149; Gripper dot color (dark beige)
  389. [Rebar.Chevron]
  390. SizingMargins = 4, 4, 4, 4
  391. ContentMargins = 0, 0, 0, 0
  392. ImageFile = Blue\ToolbarButtons.bmp
  393. bgtype = imagefile
  394. imagelayout = vertical
  395. imageCount= 6
  396. sizingType= Stretch
  397. Transparent = true
  398. GlyphType = ImageGlyph
  399. GlyphImageFile = Blue\Chevron.bmp
  400. GlyphTransparent= true
  401. VAlign = Top
  402. FillColorHint = 0 0 0; Glyph color (black)
  403. [Rebar.ChevronVert]
  404. SizingMargins = 4, 4, 4, 4
  405. ContentMargins = 0, 0, 0, 0
  406. ImageFile = Blue\ToolbarButtons.bmp
  407. bgtype = imagefile
  408. imagelayout = vertical
  409. imageCount= 6
  410. sizingType= Stretch
  411. Transparent = true
  412. GlyphType = ImageGlyph
  413. GlyphImageFile = Blue\Chevron.bmp
  414. GlyphTransparent= true
  415. VAlign = Top
  416. FillColorHint = 0 0 0; Glyph color (black)
  417. ;----------- toolbar--------------------------------
  418. ;Button bars and menu bars in some applicatons
  419. [Toolbar]
  420. BgType = Borderfill
  421. Bordersize = 0
  422. FillColor = 236 233 216
  423. TextColor = 0 0 0
  424. [Toolbar(Pressed)]
  425. TextColor= 255 255 255
  426. [Toolbar.Button]
  427. SizingMargins = 4, 4, 4, 4
  428. ContentMargins = 0, 0, 0, 0
  429. ImageFile = Blue\ToolbarButtons.bmp
  430. bgtype = imagefile
  431. imagelayout = vertical
  432. imageCount = 6
  433. sizingType = Stretch
  434. Transparent = true
  435. TransparentColor = 255 0 255
  436. FillColorHint = 241 243 239; Average fill color (light beige)
  437. BorderColorHint = 206 206 195; Edge color (dark beige)
  438. [Toolbar.Separator]
  439. SizingMargins = 5, 2, 2, 1
  440. ImageFile = Blue\Separator.bmp
  441. bgtype = imagefile
  442. imageCount = 1
  443. sizingType = tile
  444. Transparent = true
  445. TransparentColor = 255 0 0
  446. FillColorHint = 202 198 175; Darker separator color (medium beige)
  447. [Toolbar.SeparatorVert]
  448. SizingMargins = 2, 1, 5, 1
  449. ImageFile = Blue\SeparatorVert.bmp
  450. bgtype = imagefile
  451. imageCount = 1
  452. sizingType = tile
  453. Transparent = true
  454. TransparentColor = 255 0 0
  455. FillColorHint = 202 198 175; Darker separator color (medium beige)
  456. [Toolbar.DropdownButton]
  457. SizingMargins = 4, 4, 4, 4
  458. ContentMargins = 0, 0, 0, 0
  459. ImageFile = Blue\ToolbarButtons.bmp
  460. bgtype = imagefile
  461. imagelayout = vertical
  462. imageCount = 6
  463. sizingType = Stretch
  464. Transparent = true
  465. TransparentColor = 255 0 255
  466. FillColorHint = 241 243 239; Average fill color (light beige)
  467. BorderColorHint = 206 206 195; Edge color (dark beige)
  468. [Toolbar.SplitButton]
  469. SizingMargins = 4, 2, 4, 4
  470. ImageFile = Blue\ToolbarButtonsSplit.bmp
  471. bgtype = imagefile
  472. imagelayout = vertical
  473. imageCount = 6
  474. sizingType = Stretch
  475. Transparent = true
  476. TransparentColor = 255 0 255
  477. FillColorHint = 241 243 239; Average fill color (light beige)
  478. BorderColorHint = 206 206 195; Edge color (dark beige)
  479. [Toolbar.SplitButtonDropdown]
  480. SizingMargins = 2, 4, 4, 4
  481. ImageFile = Blue\ToolbarButtonsSplitDropdown.bmp
  482. bgtype = imagefile
  483. imagelayout = vertical
  484. imageCount = 6
  485. sizingType = Stretch
  486. Transparent = true
  487. TransparentColor = 255 0 255
  488. GlyphType = ImageGlyph
  489. GlyphImageFile = Blue\ToolbarButtonsSplitDropdownGlyph.bmp
  490. GlyphTransparent= true
  491. FillColorHint = 241 243 239; Average fill color (light beige)
  492. BorderColorHint = 206 206 195; Edge color (dark beige)
  493. ;----------- status--------------------------------
  494. ;The area at the bottom of a window containing miscellaneous status info
  495. ;The first is the container for the status sections
  496. [Status]
  497. SizingMargins = 50, 17, 5, 9
  498. ImageFile = Blue\StatusBackground.bmp
  499. bgtype = imagefile
  500. imageCount = 1
  501. sizingType = Tile
  502. FillColorHint = 236 233 216; Average fill color (beige)
  503. ;The individual status item backgrounds
  504. [Status.Pane]
  505. SizingMargins = 0, 2, 2, 2
  506. ImageFile = Blue\StatusPane.bmp
  507. bgtype = imagefile
  508. imageCount = 1
  509. sizingType = Tile
  510. Transparent = True
  511. TransparentColor = 255 0 0
  512. ;The individual status item backgrounds
  513. [Status.GripperPane]
  514. bgtype = none
  515. ;The resize corner
  516. [Status.Gripper]
  517. ContentMargins=0,0,0,0
  518. ImageFile = Blue\ResizeGrip2.bmp
  519. bgtype = imagefile
  520. imageCount = 2
  521. sizingType = trueSize
  522. Transparent = True
  523. TransparentColor = 255 0 0
  524. FillColorHint = 184 180 163; Resize gripper dots (dark beige)
  525. VAlign = Bottom
  526. ;----------- list view --------------------------------
  527. ;Icon, list, details, etc.
  528. [ListView]
  529. BgType = BorderFill
  530. BorderSize = 1
  531. FillColor = 255 255 255
  532. BorderColor = 127 157 185
  533. ;----------- Tree view --------------------------------
  534. [TreeView]
  535. BgType = BorderFill
  536. BorderSize = 1
  537. FillColor = 255 255 255
  538. BorderColor = 127 157 185
  539. [TreeView.Glyph]
  540. bgtype = imagefile
  541. ImageFile = Blue\treeExpandCollapse.bmp
  542. SizingType = TrueSize
  543. imagecount = 2
  544. imageLayout=vertical
  545. ;----------- header --------------------------------
  546. ;The area at the top of a list, with clickable headers for sort order
  547. [Header]
  548. bgtype = imagefile
  549. SizingMargins = 0, 0, 0, 3
  550. ImageFile = Blue\ListviewHeaderBackground.bmp
  551. sizingType = tile
  552. [Header.HeaderItem]
  553. bgtype = imagefile
  554. SizingMargins = 8, 8, 3, 4
  555. ContentMargins = 3, 0, 0, 0
  556. ImageFile = Blue\ListViewHeader.bmp
  557. imageCount=5
  558. imageLayout=vertical
  559. sizingType = tile
  560. transparent=true
  561. transparentcolor=255 0 0
  562. FillColorHint = 250 248 243; Average fill color (light beige)
  563. AccentColorHint = 252 194 71; Rollover hilite color (orange)
  564. ;----------- progress --------------------------------
  565. ;Progress bars
  566. [Progress]
  567. ProgressChunkSize=6
  568. ProgressSpaceSize=2
  569. bgType = borderFill
  570. fillType = Solid
  571. fillColor = 46 211 49
  572. bordersize = 1
  573. borderColor = 235 235 228
  574. [Progress.Bar]
  575. bgtype = imagefile
  576. ImageFile = Blue\ProgressTrack.bmp
  577. MinSize=10,10
  578. sizingMargins = 4, 4, 3, 3
  579. SizingType = tile
  580. FillColorHint = 255 255 255; Background color (white)
  581. BorderColorHint = 104 104 104; Edge color (dark grey)
  582. NormalSize = 100, 18
  583. SourceShrink = true
  584. [Progress.Chunk]
  585. bgtype = imagefile
  586. ImageFile = Blue\ProgressChunk.bmp
  587. sizingMargins = 0, 0, 6, 5
  588. SizingType = tile
  589. FillColorHint = 46 211 49; Progress indicator color (green)
  590. [Progress.BarVert]
  591. bgtype = imagefile
  592. ImageFile = Blue\ProgressTrackVert.bmp
  593. sizingMargins = 3, 3, 4, 4
  594. SizingType = tile
  595. FillColorHint = 255 255 255; Background color (white)
  596. BorderColorHint = 104 104 104; Edge color (dark grey)
  597. [Progress.ChunkVert]
  598. bgtype = imagefile
  599. ImageFile = Blue\ProgressChunkVert.bmp
  600. sizingMargins = 6, 5, 0, 0
  601. SizingType = tile
  602. FillColorHint = 46 211 49; Progress indicator color (green)
  603. ;----------- tab --------------------------------
  604. [Tab]
  605. bgType = borderFill
  606. fillType = Solid
  607. fillColor = 236 233 216
  608. bordersize = 0
  609. ;The whole content area of a tab page
  610. [Tab.Pane]
  611. bgtype = imagefile
  612. ImageFile = Blue\TabPaneEdge.bmp
  613. sizingMargins = 2, 4, 2, 4
  614. SizingType = stretch
  615. imagecount = 1
  616. FillColorHint = 251 251 253; Light tab background color (very light beige)
  617. BorderColorHint = 145 155 156; Edge color (dark grey)
  618. [Tab.TabItem]
  619. SizingMargins = 6, 6, 6, 6
  620. ContentMargins = 0, 0, 0, 0
  621. bgtype=imagefile
  622. ImageFile = Blue\tabItem.bmp
  623. imagecount=5
  624. imagelayout=vertical
  625. FillColorHint = 248 248 246; Tab average color (light beige)
  626. BorderColorHint = 145 167 180; Edge color (blue grey)
  627. AccentColorHint = 255 200 60; Rollover hilite color (orange)
  628. [Tab.TabItemLeftEdge]
  629. SizingMargins = 6, 6, 6, 6
  630. ContentMargins = 0, 0, 0, 0
  631. bgtype=imagefile
  632. ImageFile = Blue\tabItemLeft.bmp
  633. imagecount=5
  634. imagelayout=vertical
  635. FillColorHint = 248 248 246; Tab average color (light beige)
  636. BorderColorHint = 145 167 180; Edge color (blue grey)
  637. AccentColorHint = 255 200 60; Rollover hilite color (orange)
  638. [Tab.TabItemRightEdge]
  639. SizingMargins = 6, 6, 6, 6
  640. ContentMargins = 0, 0, 0, 0
  641. bgtype=imagefile
  642. ImageFile = Blue\tabItemRight.bmp
  643. imagecount=5
  644. imagelayout=vertical
  645. FillColorHint = 248 248 246; Tab average color (light beige)
  646. BorderColorHint = 145 167 180; Edge color (blue grey)
  647. AccentColorHint = 255 200 60; Rollover hilite color (orange)
  648. [Tab.TabItemBothEdge]
  649. SizingMargins = 6, 6, 6, 6
  650. ContentMargins = 0, 0, 0, 0
  651. bgtype=imagefile
  652. ImageFile = Blue\tabItemBoth.bmp
  653. imagecount=5
  654. imagelayout=vertical
  655. FillColorHint = 248 248 246; Tab average color (light beige)
  656. BorderColorHint = 145 167 180; Edge color (blue grey)
  657. AccentColorHint = 255 200 60; Rollover hilite color (orange)
  658. [Tab.TopTabItem]
  659. SizingMargins = 6, 6, 6, 6
  660. ContentMargins = 0, 0, 0, 0
  661. bgtype=imagefile
  662. ImageFile = Blue\tabItemTop.bmp
  663. imagecount=5
  664. imagelayout=vertical
  665. FillColorHint = 248 248 246; Tab average color (light beige)
  666. BorderColorHint = 145 167 180; Edge color (blue grey)
  667. AccentColorHint = 255 200 60; Rollover hilite color (orange)
  668. [Tab.TopTabItemLeftEdge]
  669. SizingMargins = 6, 6, 6, 6
  670. ContentMargins = 0, 0, 0, 0
  671. bgtype=imagefile
  672. ImageFile = Blue\tabItemTopLeft.bmp
  673. imagecount=5
  674. imagelayout=vertical
  675. FillColorHint = 248 248 246; Tab average color (light beige)
  676. BorderColorHint = 145 167 180; Edge color (blue grey)
  677. AccentColorHint = 255 200 60; Rollover hilite color (orange)
  678. [Tab.TopTabItemRightEdge]
  679. SizingMargins = 6, 6, 6, 6
  680. ContentMargins = 0, 0, 0, 0
  681. bgtype=imagefile
  682. ImageFile = Blue\tabItemTopRight.bmp
  683. imagecount=5
  684. imagelayout=vertical
  685. FillColorHint = 248 248 246; Tab average color (light beige)
  686. BorderColorHint = 145 167 180; Edge color (blue grey)
  687. AccentColorHint = 255 200 60; Rollover hilite color (orange)
  688. [Tab.TopTabItemBothEdge]
  689. SizingMargins = 6, 6, 6, 6
  690. ContentMargins = 0, 0, 0, 0
  691. bgtype=imagefile
  692. ImageFile = Blue\tabItemTopBoth.bmp
  693. imagecount=5
  694. imagelayout=vertical
  695. FillColorHint = 248 248 246; Tab average color (light beige)
  696. BorderColorHint = 145 167 180; Edge color (blue grey)
  697. AccentColorHint = 255 200 60; Rollover hilite color (orange)
  698. [Tab.Body]
  699. bgtype = imagefile
  700. stockImageFile = Blue\TabBackground.bmp
  701. FillColorHint = 251 251 253; Light tab background color (very light beige)
  702. ImageSelectType = Dpi ; choose src image by DPI of target DC (vs. theme DPI)
  703. TrueSizeScalingType = Dpi
  704. TrueSizeStretchMark = 50; start stretching when target exceeds source size by 50%
  705. ImageFile1=Blue\TabBackground.bmp
  706. ImageFile2=Blue\TabBackground133.bmp
  707. MinDpi1=96
  708. MinDpi2=164
  709. ;----------- trackbar --------------------------------
  710. ;Volume sliders, etc.
  711. [TrackBar]
  712. bgType = borderFill
  713. fillType = Solid
  714. fillColor = 235 235 228
  715. bordersize = 1
  716. borderColor = 235 235 228
  717. ;The movable part of a horizontal slider (TBS_BOTH style)
  718. [TrackBar.Thumb]
  719. bgtype=imagefile
  720. ImageFile = Blue\TrackbarHorizontal.bmp
  721. imagecount=5
  722. imagelayout = vertical
  723. SizingMargins = 3, 4, 3, 4
  724. sizingtype = tile
  725. FillColorHint = 243 243 239; Average background color (light beige)
  726. BorderColorHint = 181 196 205; Edge color (blue grey)
  727. AccentColorHint = 71 196 70; Rollover color (green)
  728. ;The movable part of a horizontal slider (TBS_TOP style)
  729. [TrackBar.ThumbTop]
  730. bgtype=imagefile
  731. imagecount=5
  732. imagelayout = vertical
  733. transparent=true
  734. sizingtype = truesize
  735. transparentcolor= 242 241 231
  736. FillColorHint = 243 243 239; Average background color (light beige)
  737. BorderColorHint = 181 196 205; Edge color (blue grey)
  738. AccentColorHint = 71 196 70; Rollover color (green)
  739. ;----- the three sizes ----
  740. ImageSelectType = Dpi ; choose src image by DPI of target DC (vs. theme DPI)
  741. TrueSizeScalingType = Dpi
  742. TrueSizeStretchMark = 50; start stretching when target exceeds source size by 50%
  743. UniformSizing = true ; if you must stretch, do width & height equally
  744. ImageFile1=Blue\TrackBarUp13.bmp
  745. ImageFile2=Blue\TrackBarUp16.bmp
  746. ImageFile3=Blue\TrackBarUp25.bmp
  747. MinDpi1=96
  748. MinDpi2=118
  749. MinDpi3=185
  750. ;The movable part of a horizontal slider (TBS_BOTTOM style)
  751. [TrackBar.ThumbBottom]
  752. bgtype=imagefile
  753. imagecount=5
  754. transparent=true
  755. SizingMargins = 3, 6, 6, 10
  756. sizingtype = truesize
  757. transparentcolor= 242 241 231
  758. ImageLayout = vertical
  759. FillColorHint = 243 243 239; Average background color (light beige)
  760. BorderColorHint = 181 196 205; Edge color (blue grey)
  761. AccentColorHint = 71 196 70; Rollover color (green)
  762. ;----- the three sizes ----
  763. ImageSelectType = Dpi ; choose src image by DPI of target DC (vs. theme DPI)
  764. TrueSizeScalingType = Dpi
  765. TrueSizeStretchMark = 50; start stretching when target exceeds source size by 50%
  766. UniformSizing = true ; if you must stretch, do width & height equally
  767. ImageFile1=Blue\TrackBarDown13.bmp
  768. ImageFile2=Blue\TrackBarDown16.bmp
  769. ImageFile3=Blue\TrackBarDown25.bmp
  770. MinDpi1=96
  771. MinDpi2=118
  772. MinDpi3=185
  773. ;The movable part of a vertical slider (TBS_BOTH style)
  774. [TrackBar.ThumbVert]
  775. bgtype=imagefile
  776. ImageFile = Blue\TrackbarVertical.bmp
  777. SizingMargins = 3, 4, 3, 4
  778. sizingtype = tile
  779. imagecount=5
  780. ImageLayout = vertical
  781. FillColorHint = 243 243 239; Average background color (light beige)
  782. BorderColorHint = 181 196 205; Edge color (blue grey)
  783. AccentColorHint = 71 196 70; Rollover color (green)
  784. ;The movable part of a vertical slider (TBS_LEFT style)
  785. [TrackBar.ThumbLeft]
  786. bgtype=imagefile
  787. sizingtype = truesize
  788. imagecount=5
  789. transparent=true
  790. transparentcolor= 242 241 231
  791. ImageLayout = vertical
  792. FillColorHint = 243 243 239; Average background color (light beige)
  793. BorderColorHint = 181 196 205; Edge color (blue grey)
  794. AccentColorHint = 71 196 70; Rollover color (green)
  795. ;----- the three sizes ----
  796. ImageSelectType = Dpi ; choose src image by DPI of target DC (vs. theme DPI)
  797. TrueSizeScalingType = Dpi
  798. TrueSizeStretchMark = 50; start stretching when target exceeds source size by 50%
  799. UniformSizing = true ; if you must stretch, do width & height equally
  800. ImageFile1=Blue\TrackBarLeft13.bmp
  801. ImageFile2=Blue\TrackBarLeft16.bmp
  802. ImageFile3=Blue\TrackBarLeft25.bmp
  803. MinDpi1=96
  804. MinDpi2=118
  805. MinDpi3=185
  806. ;The movable part of a vertical slider (TBS_RIGHT style)
  807. [TrackBar.ThumbRight]
  808. bgtype=imagefile
  809. ImageFile = Blue\TrackbarRight13.bmp
  810. sizingtype = truesize
  811. imagecount=5
  812. transparent=true
  813. transparentcolor= 242 241 231
  814. ImageLayout = vertical
  815. FillColorHint = 243 243 239; Average background color (light beige)
  816. BorderColorHint = 181 196 205; Edge color (blue grey)
  817. AccentColorHint = 71 196 70; Rollover color (green)
  818. ;----- the three sizes ----
  819. ImageSelectType = Dpi ; choose src image by DPI of target DC (vs. theme DPI)
  820. TrueSizeScalingType = Dpi
  821. TrueSizeStretchMark = 50; start stretching when target exceeds source size by 50%
  822. UniformSizing = true ; if you must stretch, do width & height equally
  823. ImageFile1=Blue\TrackBarRight13.bmp
  824. ImageFile2=Blue\TrackBarRight16.bmp
  825. ImageFile3=Blue\TrackBarRight25.bmp
  826. MinDpi1=96
  827. MinDpi2=118
  828. MinDpi3=185
  829. ;The track along which a slidermoves
  830. [TrackBar.Track]
  831. bgtype=imagefile
  832. ImageFile = Blue\sliderTrack.bmp
  833. imagecount=1
  834. sizingtype = stretch
  835. SizingMargins = 2, 2, 2, 2
  836. FillColorHint = 242 241 233
  837. BorderColorHint = 157 156 153
  838. ;The vertical track along which a slider moves
  839. [TrackBar.TrackVert]
  840. bgtype=imagefile
  841. ImageFile = Blue\sliderTrack.bmp
  842. imagecount=1
  843. sizingtype = stretch
  844. SizingMargins = 2, 2, 2, 2
  845. FillColorHint = 242 241 233; Background color (light beige)
  846. BorderColorHint = 157 156 153; Edge color (dark grey)
  847. ;Set the color of the tickmarks drawn for the slider
  848. [TrackBar.Tics]
  849. color=161 161 146
  850. ;Set the color of the tickmarks drawn for the vertical slider
  851. [TrackBar.TicsVert]
  852. color=161 161 146
  853. ;----------- tooltip --------------------------------
  854. ;Set the color or image background for tooltips
  855. [Tooltip.Close]
  856. BgType = ImageFile
  857. ImageFile = Blue\BalloonClose.bmp
  858. imagecount=3
  859. sizingtype = truesize
  860. Imagelayout = vertical
  861. ;-------------- Windows ------------------------
  862. [Window]
  863. BgType = ImageFile
  864. Transparent = true
  865. TextShadowOffset = 1,1
  866. TextShadowColor = 10 24 131
  867. [Window.Caption]
  868. ImageFile = Blue\FrameCaption.bmp
  869. SizingMargins = 28, 35, 9, 17
  870. ContentMargins = 1, 1, 1, 1
  871. CaptionMargins = 4, 3, 0, 0
  872. SizingType = stretch
  873. Imagelayout = vertical
  874. ImageCount=2
  875. Transparent = True
  876. FillColorHint = 0 84 229; Average background color (strong blue)
  877. [Window.Caption(active)]
  878. TextShadowType = Single
  879. [Window.CaptionSizingTemplate]
  880. ImageFile = Blue\FrameCaptionSizing.bmp
  881. SizingMargins = 28, 35, 9, 17
  882. ContentMargins = 18, 18, 26, 0
  883. SizingType = tile
  884. Imagelayout = vertical
  885. ImageCount=2
  886. Transparent = True
  887. TransparentColor = 0 0 0
  888. [Window.SmallCaption]
  889. ImageFile = Blue\SmallFrameCaption.bmp
  890. SizingMargins = 24, 37, 9, 8
  891. ContentMargins = 1, 1, 1, 1
  892. SizingType = tile
  893. Imagelayout = vertical
  894. ImageCount=2
  895. FillColorHint = 0 84 229; Average background color (strong blue)
  896. [Window.SmallCaptionSizingTemplate]
  897. ImageFile = Blue\SmallFrameCaptionSizing.bmp
  898. SizingMargins = 24, 37, 9, 8
  899. ContentMargins = 14, 14, 16, 0
  900. SizingType = tile
  901. Imagelayout = vertical
  902. ImageCount=2
  903. Transparent = True
  904. TransparentColor = 0 0 0
  905. ;The representation of a minimized window in and MDI application
  906. [Window.MinCaption]
  907. ImageFile = Blue\FrameCaptionMin.bmp
  908. ImageCount = 2
  909. ImageLayout = vertical
  910. SizingType = stretch
  911. SizingMargins = 23, 26, 12, 8
  912. ContentMargins = 3, 3, 0, 3
  913. CaptionMargins = 4, 3, 0, 0
  914. FillColorHint = 0 84 229; Average background color (strong blue)
  915. ;Shows as a strip at the top of a window when an application is maximized, rather than as a frame
  916. ;surrounding the window
  917. [Window.MaxCaption]
  918. ImageFile = Blue\FrameMaximized.bmp
  919. SizingMargins = 28, 35, 9, 17
  920. ContentMargins = 1, 1, 1, 1
  921. SizingType = stretch
  922. SizingType = Tile
  923. Imagelayout = vertical
  924. ImageCount=2
  925. CaptionMargins = 4, 3, 4, 2
  926. ContentAlignment = left
  927. FillColorHint = 0 84 229; Average background color (strong blue)
  928. [Window.MaxCaption(Active)]
  929. TextShadowType = Single
  930. [Window.FrameLeft]
  931. ImageFile = Blue\frameLeft.bmp
  932. SizingMargins = 2, 2, 0, 0
  933. SizingType = stretch
  934. ImageLayout = vertical
  935. ImageCount = 2
  936. Transparent = FALSE
  937. Borderonly = FALSE
  938. [Window.FrameRight]
  939. ImageFile = Blue\frameRight.bmp
  940. SizingMargins = 2, 2, 0, 0
  941. SizingType = stretch
  942. ImageLayout = vertical
  943. ImageCount = 2
  944. Transparent = FALSE
  945. Borderonly = FALSE
  946. [Window.FrameBottom]
  947. ImageFile = Blue\frameBottom.bmp
  948. SizingMargins = 5, 5, 2, 2
  949. SizingType = stretch
  950. ImageLayout = vertical
  951. ImageCount = 2
  952. Transparent = FALSE
  953. Borderonly = FALSE
  954. [Window.SmallFrameLeft]
  955. ImageFile = Blue\frameLeft.bmp
  956. SizingMargins = 2, 2, 0, 0
  957. SizingType = stretch
  958. ImageLayout = vertical
  959. ImageCount = 2
  960. Transparent = FALSE
  961. Borderonly = FALSE
  962. [Window.SmallFrameRight]
  963. ImageFile = Blue\frameRight.bmp
  964. SizingMargins = 2, 2, 0, 0
  965. SizingType = stretch
  966. ImageLayout = vertical
  967. ImageCount = 2
  968. Transparent = FALSE
  969. Borderonly = FALSE
  970. [Window.SmallFrameBottom]
  971. ImageFile = Blue\frameBottom.bmp
  972. SizingMargins = 5, 5, 2, 2
  973. SizingType = stretch
  974. ImageLayout = vertical
  975. ImageCount = 2
  976. Transparent = FALSE
  977. Borderonly = FALSE
  978. ;Background for dialog boxes
  979. [Window.dialog]
  980. bgType = BorderFill
  981. FillColor = 236 233 216
  982. BorderColor = 236 233 216
  983. ;Close button in Window titlebar
  984. [Window.CloseButton]
  985. BgType = ImageFile
  986. SizingMargins = 5, 5, 5, 5
  987. ContentMargins = 2, 2, 2, 2
  988. sizingType = Stretch
  989. ImageFile = Blue\CloseButton.bmp
  990. GlyphType = ImageGlyph
  991. GlyphTransparent = True
  992. ImageCount = 8
  993. ImageLayout = Vertical
  994. OffsetType = TopRight
  995. Offset = -25, 5
  996. FillColorHint = 228 93 61; Close box average color (brick red)
  997. BorderColorHint = 255 255 255; Edge color (white)
  998. ;----- glyphs ----
  999. ImageSelectType = size ; choose src image by DPI of target DC (vs. theme DPI)
  1000. UniformSizing = true ; if you must stretch, do width & height equally
  1001. ImageFile1=Blue\CloseGlyph6.bmp
  1002. ImageFile2=Blue\CloseGlyph9.bmp
  1003. ImageFile3=Blue\CloseGlyph.bmp
  1004. ImageFile4=Blue\CloseGlyph19.bmp
  1005. ImageFile5=Blue\CloseGlyph23.bmp
  1006. MinDpi1=96
  1007. MinDpi2=126
  1008. MinDpi3=170
  1009. ;Maximize button in window titlebar
  1010. [Window.MaxButton]
  1011. BgType = ImageFile
  1012. SizingMargins = 5, 5, 5, 5
  1013. ContentMargins = 2, 2, 2, 2
  1014. sizingType = Stretch
  1015. ImageFile = Blue\CaptionButton.bmp
  1016. GlyphType = ImageGlyph
  1017. GlyphTransparent = True
  1018. ImageCount = 8
  1019. ImageLayout=Vertical
  1020. OffsetType = TopRight
  1021. Offset = -49, 5
  1022. FillColorHint = 74 121 246; Titlebar button color (blue)
  1023. BorderColorHint = 255 255 255; Edge color (white)
  1024. ;----- glyphs ----
  1025. ImageSelectType = size ; choose src image by DPI of target DC (vs. theme DPI)
  1026. UniformSizing = true ; if you must stretch, do width & height equally
  1027. ImageFile1=Blue\MaximizeGlyph6.bmp
  1028. ImageFile2=Blue\MaximizeGlyph9.bmp
  1029. ImageFile3=Blue\MaximizeGlyph.bmp
  1030. ImageFile4=Blue\MaximizeGlyph19.bmp
  1031. ImageFile5=Blue\MaximizeGlyph23.bmp
  1032. MinDpi1=96
  1033. MinDpi2=126
  1034. MinDpi3=170
  1035. ;Restore button in window titlebar
  1036. [Window.RestoreButton]
  1037. BgType = ImageFile
  1038. SizingMargins = 5, 5, 5, 5
  1039. ContentMargins = 2, 2, 2, 2
  1040. sizingType = Stretch
  1041. ImageFile = Blue\CaptionButton.bmp
  1042. GlyphType = ImageGlyph
  1043. GlyphTransparent = True
  1044. ImageCount = 8
  1045. ImageLayout=Vertical
  1046. OffsetType = TopRight
  1047. Offset = -49, 5
  1048. FillColorHint = 74 121 246; Titlebar button color (blue)
  1049. BorderColorHint = 255 255 255; Edge color (white)
  1050. ;----- glyphs ----
  1051. ImageSelectType = size ; choose src image by DPI of target DC (vs. theme DPI)
  1052. UniformSizing = true ; if you must stretch, do width & height equally
  1053. ImageFile1=Blue\RestoreGlyph6.bmp
  1054. ImageFile2=Blue\RestoreGlyph9.bmp
  1055. ImageFile3=Blue\RestoreGlyph.bmp
  1056. ImageFile4=Blue\RestoreGlyph19.bmp
  1057. ImageFile5=Blue\RestoreGlyph23.bmp
  1058. MinDpi1=96
  1059. MinDpi2=126
  1060. MinDpi3=170
  1061. ;Minimize button in window titlebar
  1062. [Window.MinButton]
  1063. BgType = ImageFile
  1064. SizingMargins = 5, 5, 5, 5
  1065. ContentMargins = 2, 2, 2, 2
  1066. sizingType = Stretch
  1067. ImageFile = Blue\CaptionButton.bmp
  1068. GlyphType = ImageGlyph
  1069. GlyphTransparent = True
  1070. ImageCount = 8
  1071. ImageLayout=Vertical
  1072. OffsetType = TopRight
  1073. Offset = -73, 5
  1074. FillColorHint = 74 121 246; Titlebar button color (blue)
  1075. BorderColorHint = 255 255 255; Edge color (white)
  1076. ;----- glyphs ----
  1077. ImageSelectType = size ; choose src image by DPI of target DC (vs. theme DPI)
  1078. UniformSizing = true ; if you must stretch, do width & height equally
  1079. ImageFile1=Blue\MinimizeGlyph6.bmp
  1080. ImageFile2=Blue\MinimizeGlyph9.bmp
  1081. ImageFile3=Blue\MinimizeGlyph.bmp
  1082. ImageFile4=Blue\MinimizeGlyph19.bmp
  1083. ImageFile5=Blue\MinimizeGlyph23.bmp
  1084. MinDpi1=96
  1085. MinDpi2=126
  1086. MinDpi3=170
  1087. ;Help button in window titlebar--normally only appears on dialog windows
  1088. [Window.HelpButton]
  1089. BgType = ImageFile
  1090. SizingMargins = 5, 5, 5, 5
  1091. ContentMargins = 2, 2, 2, 2
  1092. sizingType = Stretch
  1093. ImageFile = Blue\CaptionButton.bmp
  1094. GlyphType = ImageGlyph
  1095. GlyphTransparent = True
  1096. ImageCount = 8
  1097. ImageLayout=Vertical
  1098. OffsetType = TopRight
  1099. Offset = -73, 5
  1100. MirrorImage = true ; don't remove this (must specify to be localizable)
  1101. FillColorHint = 74 121 246; Titlebar button color (blue)
  1102. BorderColorHint = 255 255 255; Edge color (white)
  1103. ;----- glyphs ----
  1104. ImageSelectType = size ; choose src image by DPI of target DC (vs. theme DPI)
  1105. UniformSizing = true ; if you must stretch, do width & height equally
  1106. ImageFile1=Blue\HelpGlyph6.bmp
  1107. ImageFile2=Blue\HelpGlyph9.bmp
  1108. ImageFile3=Blue\HelpGlyph.bmp
  1109. ImageFile4=Blue\HelpGlyph19.bmp
  1110. ImageFile5=Blue\HelpGlyph23.bmp
  1111. MinDpi1=96
  1112. MinDpi2=126
  1113. MinDpi3=170
  1114. ;The Titlebar icon, next to the window title
  1115. [Window.SysButton]
  1116. OffsetType = TopLeft
  1117. Offset = 10, 3
  1118. ;Close button for palette windows
  1119. [Window.SmallCloseButton]
  1120. BgType = ImageFile
  1121. SizingMargins = 5, 5, 5, 5
  1122. ContentMargins = 0, 0, 0, 0
  1123. sizingType = Stretch
  1124. ImageFile = Blue\SmallCloseButton.bmp
  1125. GlyphType = ImageGlyph
  1126. GlyphImageFile = Blue\SmallCloseGlyph.bmp
  1127. GlyphTransparent = True
  1128. ImageCount = 8
  1129. ImageLayout = Vertical
  1130. OffsetType = TopRight
  1131. Offset = -16, 3
  1132. FillColorHint = 228 93 61; Close box average color (brick red)
  1133. BorderColorHint = 255 255 255; Edge color (white)
  1134. ;Close button for a maximized MDI window
  1135. [Window.MDICloseButton]
  1136. BgType = ImageFile
  1137. sizingType = stretch
  1138. ImageFile = Blue\MDICaptionButton.bmp
  1139. ImageCount=4
  1140. ImageLayout = Vertical
  1141. SizingMargins = 4, 4, 4, 4
  1142. ContentMargins = 0, 0, 0, 0
  1143. OffsetType = TopRight
  1144. Offset = -19, 1
  1145. GlyphType = ImageGlyph
  1146. GlyphImageFile = Blue\MDIGlyphClose.bmp
  1147. GlyphTransparent= true
  1148. FillColorHint = 241 239 229; Average background color (beige)
  1149. BorderColorHint = 255 255 255; Edge color (white)
  1150. ;Restore button for a maximized MDI window
  1151. [Window.MDIRestoreButton]
  1152. BgType = ImageFile
  1153. sizingType = stretch
  1154. ImageFile = Blue\MDICaptionButton.bmp
  1155. ImageCount=4
  1156. ImageLayout = Vertical
  1157. SizingMargins = 4, 4, 4, 4
  1158. ContentMargins = 0, 0, 0, 0
  1159. OffsetType = TopRight
  1160. Offset = -37, 1
  1161. GlyphType = ImageGlyph
  1162. GlyphImageFile = Blue\MDIGlyphRestore.bmp
  1163. GlyphTransparent= true
  1164. FillColorHint = 241 239 229; Average background color (beige)
  1165. BorderColorHint = 255 255 255; Edge color (white)
  1166. ;Minimize button for a maximized MDI window
  1167. [Window.MDIMinButton]
  1168. BgType = ImageFile
  1169. sizingType = stretch
  1170. ImageFile = Blue\MDICaptionButton.bmp
  1171. ImageCount=4
  1172. ImageLayout = Vertical
  1173. SizingMargins = 4, 4, 4, 4
  1174. ContentMargins = 0, 0, 0, 0
  1175. OffsetType = TopRight
  1176. Offset = -53, 1
  1177. GlyphType = ImageGlyph
  1178. GlyphImageFile = Blue\MDIGlyphMinimize.bmp
  1179. GlyphTransparent= true
  1180. FillColorHint = 241 239 229; Average background color (beige)
  1181. BorderColorHint = 255 255 255; Edge color (white)
  1182. ;-------------- Start Panel -------------------
  1183. [StartPanel]
  1184. bgtype = none
  1185. DefaultPaneSize = 0, 0, 380, 440
  1186. [StartPanel.UserPane]
  1187. UserPicture = True
  1188. ImageLayout = Horizontal
  1189. TextColor = 255 255 255
  1190. Font = ##StartPanelFont
  1191. DefaultPaneSize = 0, 0, 380, 64
  1192. BgType = Imagefile
  1193. Transparent = True
  1194. ImageFile = Blue\StartUserPanel.bmp
  1195. Imagecount = 1
  1196. SizingMargins = 59, 60, 62, 0
  1197. sizingType = Stretch
  1198. TEXTSHADOWOFFSET= 2, 2
  1199. textshadowcolor = 9 66 139
  1200. TextShadowType = continuous
  1201. FillColorHint = 31 113 216; Average background (blue)
  1202. [StartPanel.UserPicture]
  1203. BgType = ImageFile
  1204. ImageFile = Blue\UserTileBackground.bmp
  1205. Imagecount = 1
  1206. SizingType = Stretch
  1207. SizingMargins = 6, 10, 6, 10
  1208. ContentMargins = 8, 6, 8, 6
  1209. Transparent = true
  1210. FillColorHint = 204 214 235; Average Background (light blue grey)
  1211. [StartPanel.ProgList]
  1212. DefaultPaneSize = 0, 0, 190, 306
  1213. ContentMargins = 6 4 9 5
  1214. TextColor = 55 55 56
  1215. HotTracking = 48 112 208
  1216. CaptionText = 128 128 128
  1217. BgType = ImageFile
  1218. SizingType = Stretch
  1219. SizingMargins = 2, 153, 3, 0
  1220. sizingType = Stretch
  1221. ImageFile = Blue\StartPanelMFUBackground.bmp
  1222. imagecount = 1
  1223. FillColorHint = 204 214 235; Average Background (light blue grey)
  1224. [StartPanel.ProgListSeparator]
  1225. BgType = ImageFile
  1226. SizingType = TrueSize
  1227. ImageFile = Blue\StartProgramsSeparator.bmp
  1228. [StartPanel.MorePrograms]
  1229. DefaultPaneSize = 0, 0, 190, 30
  1230. TextColor = 55 55 56
  1231. HotTracking = 48 112 208
  1232. Font = ##Tahoma8Bold
  1233. BgType = ImageFile
  1234. SizingType = Stretch
  1235. SizingMargins = 3, 0, 0, 1
  1236. ; left and right contentmargins should match proglist
  1237. ContentMargins = 8, 8, 0, 6
  1238. ImageFile = Blue\StartPanelMoreProgBackGround.BMP
  1239. imagecount = 1
  1240. sizingType = Stretch
  1241. [StartPanel.MoreProgramsArrow]
  1242. BgType = ImageFile
  1243. SizingType = TrueSize
  1244. ImageFile = Blue\StartPanelMoreProgArrow.bmp
  1245. ImageCount = 1
  1246. FillColorHint = 108 207 108; Average color (green)
  1247. [StartPanel.MoreProgramsArrow(hot)]
  1248. BgType = ImageFile
  1249. SizingType = TrueSize
  1250. ImageFile = Blue\StartPanelMoreProgArrowHot.bmp
  1251. ImageCount = 1
  1252. FillColorHint = 107 239 107; Average color (bright green)
  1253. [StartPanel.PlacesList]
  1254. DefaultPaneSize = 0, 0, 190, 336
  1255. ContentMargins = 4 6 9 5
  1256. TextColor = 10 36 106
  1257. HotTracking = 80 150 248
  1258. BgType = imageFile
  1259. ImageFile = Blue\StartPanelPlacesBackground.bmp
  1260. imagecount = 1
  1261. SizingMargins = 172, 7, 3, 1
  1262. sizingType = Stretch
  1263. FillColorHint = 211 229 250; Background color (light blue)
  1264. [StartPanel.PlacesListSeparator]
  1265. BgType = ImageFile
  1266. SizingType = TrueSize
  1267. ImageFile = Blue\StartPlacesSeparator.bmp
  1268. [StartPanel.Logoff]
  1269. ContentMargins = 0, 0, 4, 2
  1270. DefaultPaneSize = 0, 0, 380, 40
  1271. TextColor = 255 255 255
  1272. HotTracking = 255 255 255
  1273. bgType = imagefile
  1274. ImageFile = Blue\StartPanelLogoffBackground.bmp
  1275. imagecount = 1
  1276. sizingMargins = 49, 47, 0, 38
  1277. sizingType = Stretch
  1278. FillColorHint = 37 119 223; Background color (lblue)
  1279. ;; note that if you want transparent LogoffButtons they MUST be 32 bit
  1280. ;; images with an alphachanel, not 8 or 24 bit images with a TransparentColor
  1281. [StartPanel.LogoffButtons]
  1282. BgType = ImageFile
  1283. Transparent = True
  1284. SizingType = TrueSize
  1285. ImageFile = Blue\StartPanelLogoffButtons.bmp
  1286. ImageCount = 1
  1287. [StartPanel.LogoffButtons(hot)]
  1288. BgType = ImageFile
  1289. Transparent = True
  1290. SizingType = TrueSize
  1291. ImageFile = Blue\StartPanelLogoffButtonsHot.bmp
  1292. ImageCount = 1
  1293. ;-------------- Taskbar specific --------------
  1294. [Start::Button]
  1295. BgType = ImageFile
  1296. SizingType = Stretch
  1297. SizingMargins = 6, 52, 13, 14
  1298. ContentMargins = 10, 24, 2, 4
  1299. ImageFile = Blue\StartButton.bmp
  1300. ImageCount = 3
  1301. ImageLayout = Vertical
  1302. Transparent = True
  1303. Font= ##StartButtonFont
  1304. TextColor = 255 255 255
  1305. TEXTSHADOWOFFSET= 2, 2
  1306. textshadowcolor = 69 76 16
  1307. TextShadowType = continuous
  1308. FillColorHint = 74 153 73; Average color (green)
  1309. [StartMenu::MenuBand]
  1310. TextColor = 0 0 0
  1311. [StartMenu::MenuBand(Hot)]
  1312. TextColor = 255 255 255
  1313. [StartMenu::MenuBand.NewAppButton]
  1314. BgType = ImageFile
  1315. SizingType = Stretch
  1316. SizingMargins = 6, 1, 0, 0
  1317. ContentMargins = 10, 0, 3, 0
  1318. ImageFile = Blue\StartGroupNewAppButton.bmp
  1319. ImageCount = 1
  1320. Transparent = True
  1321. TransparentColor= 255 0 0
  1322. FillcolorHint = 254 234 182; Background newly installed app color (light orange)
  1323. [StartMenu::MenuBand.Seperator]
  1324. BgType = ImageFile
  1325. SizingType = Stretch
  1326. SizingMargins = 6, 1, 3, 0
  1327. ContentMargins = 10, 0, 3, 0
  1328. ImageFile = Blue\StartGroupSeperator.bmp
  1329. ImageCount = 1
  1330. Transparent = True
  1331. TransparentColor= 255 0 0
  1332. FillColorHint = 211 211 200; Separator color (grey)
  1333. [StartMenu::Toolbar]
  1334. BgType = ImageFile
  1335. ImageFile = Blue\StartGroupBackground.bmp
  1336. SizingType = Stretch
  1337. SizingMargins = 6, 5, 3, 4
  1338. ContentMargins = 0, 0, 0, 0
  1339. Font= ##Tahoma8
  1340. TextColor = 0 0 0
  1341. FillColorHint = 255 255 255; Background of More Programs menu (white)
  1342. AccentColorHint = 48 127 229; Left edge of More Programs menu (blue)
  1343. [StartMenu::Toolbar(Hot)]
  1344. TextColor = 255 255 255
  1345. [StartMenu::Toolbar.Button]
  1346. BgType = ImageFile
  1347. SizingType = Stretch
  1348. SizingMargins = 6, 1, 0, 0
  1349. ContentMargins = 10, 0, 3, 0
  1350. ImageFile = Blue\StartGroupToolbarButton.bmp
  1351. ImageCount = 3
  1352. ImageLayout = vertical
  1353. Transparent = True
  1354. TransparentColor= 255 0 0
  1355. FillColorHint = 22 101 203; Rollover of item on More Programs menu (blue)
  1356. [TaskBar::Toolbar]
  1357. BgType = None
  1358. Font= ##Tahoma8
  1359. TextColor = 255 255 255
  1360. [TaskBar::Toolbar.Button]
  1361. BgType = ImageFile
  1362. SizingType = Stretch
  1363. SizingMargins = 8, 3, 18, 8
  1364. ContentMargins = 0, 0, 4, 4
  1365. ImageFile = Blue\TaskBandButtonNoEdge.bmp
  1366. ImageCount = 6
  1367. ImageLayout = vertical
  1368. Transparent = True
  1369. FillColorHint = 53 122 238; Average background color (blue)
  1370. [TaskBar::Toolbar.DropdownButton]
  1371. BgType = ImageFile
  1372. SizingType = Stretch
  1373. SizingMargins = 8, 3, 18, 8
  1374. ContentMargins = 2, 0, 4, 4
  1375. ImageFile = Blue\TaskBandButtonNoEdge.bmp
  1376. ImageCount = 6
  1377. ImageLayout = vertical
  1378. Transparent = True
  1379. FillColorHint = 53 122 238; Average background color (blue)
  1380. [TaskBarVert::Toolbar]
  1381. BgType = None
  1382. Font= ##Tahoma8
  1383. TextColor = 255 255 255
  1384. [TaskBarVert::Toolbar.Button]
  1385. BgType = ImageFile
  1386. SizingType = Stretch
  1387. SizingMargins = 15, 5, 6, 4
  1388. ContentMargins = 1, 1, 1, 1
  1389. ImageFile = Blue\TaskBandButtonNoEdgeVertical.bmp
  1390. ImageCount = 6
  1391. ImageLayout = vertical
  1392. Transparent = True
  1393. FillColorHint = 53 122 238; Average background color (blue)
  1394. [TaskBarVert::Toolbar.DropdownButton]
  1395. BgType = ImageFile
  1396. SizingType = Stretch
  1397. SizingMargins = 15, 5, 6, 4
  1398. ContentMargins = 1, 1, 1, 1
  1399. ImageFile = Blue\TaskBandButtonNoEdgeVertical.bmp
  1400. ImageCount = 6
  1401. ImageLayout = vertical
  1402. Transparent = True
  1403. FillColorHint = 53 122 238; ; Average background color (blue)
  1404. [TaskBar::Rebar]
  1405. BgType = None
  1406. Font= ##Tahoma8
  1407. TextColor = 123 182 232
  1408. [TaskBar::Rebar.Band]
  1409. BgType = None
  1410. [TaskBar::Rebar.Gripper]
  1411. BgType = ImageFile
  1412. SizingType = Tile
  1413. SizingMargins = 0, 0, 6, 4
  1414. ContentMargins = 2, 1, 0, 0
  1415. ImageFile = Blue\TaskbarGripper.bmp
  1416. ImageCount = 1
  1417. Transparent = True
  1418. TransparentColor= 255 0 255
  1419. FillColorHint = 6 45 159; Gripper dot color (dark purple)
  1420. [TaskBar::Rebar.GripperVert]
  1421. BgType = ImageFile
  1422. SizingType = Tile
  1423. SizingMargins = 4, 6, 0, 0
  1424. ContentMargins = 0, 0, 2, 1
  1425. ImageFile = Blue\TaskbarGripperVertical.bmp
  1426. ImageCount = 1
  1427. Transparent = True
  1428. TransparentColor= 255 0 255
  1429. FillColorHint = 6 45 159; Gripper dot color (dark purple)
  1430. [TaskBar::Rebar.Chevron]
  1431. BgType = ImageFile
  1432. SizingType = Stretch
  1433. SizingMargins = 8, 3, 18, 8
  1434. ContentMargins = 0, 0, 0, 10
  1435. ImageFile = Blue\TaskBandButtonNoEdge.bmp
  1436. ImageCount = 6
  1437. ImageLayout = vertical
  1438. Transparent = True
  1439. GlyphType = ImageGlyph
  1440. GlyphImageFile = Blue\TaskbarChevron.bmp
  1441. GlyphTransparent= true
  1442. VAlign = Top
  1443. FillColorHint = 6 45 159; Overflow glyph color (baby blue)
  1444. [TaskBar::Rebar.ChevronVert]
  1445. BgType = ImageFile
  1446. SizingType = Stretch
  1447. SizingMargins = 15, 5, 6, 4
  1448. ContentMargins = 0, 0, 0, 0
  1449. ImageFile = Blue\TaskBandButtonNoEdgeVertical.bmp
  1450. ImageCount = 6
  1451. ImageLayout = vertical
  1452. Transparent = True
  1453. GlyphType = ImageGlyph
  1454. GlyphImageFile = Blue\TaskbarChevronVert.bmp
  1455. GlyphTransparent= true
  1456. FillColorHint = 6 45 159; Overflow glyph color (baby blue)
  1457. [TaskBar.BackgroundBottom]
  1458. BgType = ImageFile
  1459. SizingType = Tile
  1460. SizingMargins = 0, 0, 15, 11
  1461. ImageFile = Blue\TaskbarBackground.bmp
  1462. ImageCount = 1
  1463. FillColorHint = 36 94 220; Average background color (blue)
  1464. [TaskBar.SizingBarBottom]
  1465. BgType = ImageFile
  1466. SizingType = Tile
  1467. ImageFile = Blue\TaskbarSizingBarBottom.bmp
  1468. ImageCount = 1
  1469. FillColorHint = 50 128 231; Average color (blue)
  1470. [TaskBar.BackgroundLeft]
  1471. BgType = ImageFile
  1472. SizingType = Tile
  1473. SizingMargins = 15, 11, 0, 0
  1474. ImageFile = Blue\TaskbarBackgroundVertical.bmp
  1475. ImageCount = 1
  1476. FillColorHint = 36 94 220; Average background color (blue)
  1477. [TaskBar.SizingBarLeft]
  1478. BgType = ImageFile
  1479. SizingType = Tile
  1480. ImageFile = Blue\TaskbarSizingBarLeft.bmp
  1481. ImageCount = 1
  1482. FillColorHint = 50 128 231; Average color (blue)
  1483. [TaskBar.BackgroundTop]
  1484. BgType = ImageFile
  1485. SizingType = Tile
  1486. SizingMargins = 0, 0, 15, 11
  1487. ImageFile = Blue\TaskbarBackground.bmp
  1488. ImageCount = 1
  1489. FillColorHint = 36 94 220; Average background color (blue)
  1490. [TaskBar.SizingBarTop]
  1491. BgType = ImageFile
  1492. SizingType = Tile
  1493. ImageFile = Blue\TaskbarSizingBarTop.bmp
  1494. ImageCount = 1
  1495. FillColorHint = 50 128 231; Average color (blue)
  1496. [TaskBar.BackgroundRight]
  1497. BgType = ImageFile
  1498. SizingType = Tile
  1499. SizingMargins = 11, 13, 0, 0
  1500. ImageFile = Blue\TaskbarBackgroundVertical.bmp
  1501. ImageCount = 1
  1502. FillColorHint = 36 94 220; Average background color (blue)
  1503. [TaskBar.SizingBarRight]
  1504. BgType = ImageFile
  1505. SizingType = Stretch
  1506. ImageFile = Blue\TaskbarSizingBarRight.bmp
  1507. ImageCount = 1
  1508. FillColorHint = 50 128 231; Average color (blue)
  1509. ;-------------- Taskband specific --------------
  1510. [TaskBand.FlashButton]
  1511. BgType = ImageFile
  1512. SizingType = Stretch
  1513. SizingMargins = 4, 4, 4, 4
  1514. ContentMargins = 0, 0, 4, 4
  1515. ImageFile = Blue\TaskBandFlashButton.bmp
  1516. ImageCount = 1
  1517. ImageLayout = vertical
  1518. Transparent = True
  1519. FillColorHint = 56 130 234; Average background color (blue)
  1520. AccentColorHint = 255 192 91; Attention hilite color (orange)
  1521. [TaskBand.FlashButtonGroupMenu]
  1522. BgType = ImageFile
  1523. SizingType = Stretch
  1524. SizingMargins = 4, 4, 4, 4
  1525. ContentMargins = 0, 0, 4, 4
  1526. ImageFile = Blue\TaskBandFlashButtonGroupMenu.bmp
  1527. ImageCount = 1
  1528. Transparent = True
  1529. FillColorHint = 56 130 234; Average background color (blue)
  1530. AccentColorHint = 255 192 91; Attention hilite color (orange)
  1531. [TaskBand.GroupCount]
  1532. Font= ##Tahoma8Bold
  1533. TextColor = 255 204 109
  1534. [TaskBand::Toolbar]
  1535. BgType = None
  1536. Font= ##Tahoma8
  1537. TextColor = 255 255 255
  1538. [TaskBand::Toolbar.Button]
  1539. BgType = ImageFile
  1540. SizingType = Stretch
  1541. SizingMargins = 17, 5, 15, 8
  1542. ContentMargins = 0, 4, 4, 4
  1543. ImageFile = Blue\TaskBandButton.bmp
  1544. ImageCount = 6
  1545. ImageLayout = vertical
  1546. Transparent = True
  1547. FillColorHint = 54 127 239
  1548. [TaskBand::Toolbar.DropdownButton]
  1549. BgType = ImageFile
  1550. SizingType = Stretch
  1551. SizingMargins = 17, 5, 15, 8
  1552. ContentMargins = 0, 4, 4, 4
  1553. ImageFile = Blue\TaskBandButton.bmp
  1554. ImageCount = 6
  1555. ImageLayout = vertical
  1556. Transparent = True
  1557. FillColorHint = 54 127 239; Average background color (blue)
  1558. [TaskBandVert::Toolbar]
  1559. BgType = None
  1560. Font= ##Tahoma8
  1561. TextColor = 255 255 255
  1562. [TaskBandVert::Toolbar.Button]
  1563. BgType = ImageFile
  1564. SizingType = Stretch
  1565. SizingMargins = 16, 7, 12, 6
  1566. ContentMargins = 0, 4, 4, 4
  1567. ImageFile = Blue\TaskBandButtonVertical.bmp
  1568. ImageCount = 6
  1569. ImageLayout = vertical
  1570. Transparent = True
  1571. FillColorHint = 54 127 239; Average background color (blue)
  1572. [TaskBandVert::Toolbar.DropdownButton]
  1573. BgType = ImageFile
  1574. SizingType = Stretch
  1575. SizingMargins = 16, 7, 12, 6
  1576. ContentMargins = 0, 4, 4, 4
  1577. ImageFile = Blue\TaskBandButtonVertical.bmp
  1578. ImageCount = 6
  1579. ImageLayout = vertical
  1580. Transparent = True
  1581. FillColorHint = 54 127 239; Average background color (blue)
  1582. [TaskBand::ScrollBar.ArrowBtn]
  1583. BgType = ImageFile
  1584. SizingMargins = 5, 5, 5, 5
  1585. ContentMargins = 0, 0, 0, 0
  1586. SizingType = Stretch
  1587. ImageFile = Blue\TaskbandScrollArrows.bmp
  1588. ImageCount = 16
  1589. ImageLayout = Vertical
  1590. GlyphType = ImageGlyph
  1591. GlyphImageFile = Blue\TaskBandScrollArrowGlyphs.bmp
  1592. GlyphTransparent = True
  1593. FillColorHint = 25 66 205; Average background color (dark blue)
  1594. [TaskBand::Scrollbar.ThumbBtnHorz]
  1595. BgType = ImageFile
  1596. SizingMargins = 5, 5, 5, 5
  1597. ContentMargins = 4, 4, 0, 0
  1598. ImageFile = Blue\TaskBandScrollThumbHorizontal.bmp
  1599. ImageCount = 4
  1600. ImageLayout = Vertical
  1601. FillColorHint = 25 66 205; Average background color (dark blue)
  1602. ;A visual element in the middle of the scrollbar thumb
  1603. [TaskBand::Scrollbar.GripperHorz]
  1604. BgType = ImageFile
  1605. SizingType = TrueSize
  1606. ImageFile = Blue\TaskBandScrollThumbGripperHorizontal.BMP
  1607. imagelayout = vertical
  1608. Transparent = True
  1609. ImageCount = 4
  1610. FillColorHint = 44 96 226; Thumb gripper lighter color (blue)
  1611. ; Scrollbar Thumb (vertical)
  1612. [TaskBand::Scrollbar.ThumbBtnVert]
  1613. BgType = ImageFile
  1614. SizingMargins = 5, 5, 5, 5
  1615. ContentMargins = 0, 0, 4, 4
  1616. ImageFile = Blue\TaskBandScrollThumbVertical.bmp
  1617. ImageCount = 4
  1618. ImageLayout = vertical
  1619. FillColorHint = 25 66 205; Average background color (dark blue)
  1620. ;A visual element in the middle of the scrollbar thumb
  1621. [TaskBand::Scrollbar.GripperVert]
  1622. BgType = ImageFile
  1623. SizingType = TrueSize
  1624. ImageFile = Blue\TaskBandScrollThumbGripperVertical.BMP
  1625. ImageCount = 4
  1626. Transparent = True
  1627. ImageLayout = Vertical
  1628. FillColorHint = 44 96 226; Thumb gripper lighter color (blue)
  1629. ; Scrollbar Tracks (horizontal)
  1630. [TaskBand::Scrollbar.LowerTrackHorz]
  1631. BgType = imagefile
  1632. ImageFile = Blue\TaskBandScrollShaftHorizontal.bmp
  1633. SizingMargins = 0, 0, 1, 1
  1634. ImageCount = 4
  1635. ImageLayout = Vertical
  1636. FillColorHint = 37 90 225; Average background color (blue)
  1637. [TaskBand::Scrollbar.UpperTrackHorz]
  1638. BgType = imagefile
  1639. ImageFile = Blue\TaskBandScrollShaftHorizontal.bmp
  1640. SizingMargins = 0, 0, 1, 1
  1641. ImageCount = 4
  1642. ImageLayout = Vertical
  1643. FillColorHint = 37 90 225; Average background color (blue)
  1644. ; Scrollbar Tracks (vertical)
  1645. [TaskBand::Scrollbar.LowerTrackVert]
  1646. BgType = imagefile
  1647. ImageFile = Blue\TaskBandScrollShaftVertical.bmp
  1648. SizingMargins = 1, 1, 0, 0
  1649. ImageCount = 4
  1650. ImageLayout = Vertical
  1651. FillColorHint = 37 90 225; Average background color (blue)
  1652. [TaskBand::Scrollbar.UpperTrackVert]
  1653. BgType = imagefile
  1654. ImageFile = Blue\TaskBandScrollShaftVertical.bmp
  1655. SizingMargins = 1, 1, 0, 0
  1656. ImageCount = 4
  1657. ImageLayout = Vertical
  1658. FillColorHint = 37 90 225; Average background color (blue)
  1659. ;-------------- Taskband Group Menu specific --------------
  1660. [TaskBandGroupMenu::Toolbar]
  1661. BgType = ImageFile
  1662. ImageFile = Blue\TaskBandBackground.bmp
  1663. SizingType = Tile
  1664. SizingMargins = 3, 3, 3, 3
  1665. ContentMargins = 9, 0, 0, 0
  1666. Font= ##Tahoma8
  1667. TextColor = 255 255 255
  1668. FillColorHint = 33 87 213; Average background color (blue)
  1669. AccentColorHint = 255 199 60; Menu top hilite color (orange)
  1670. [TaskBandGroupMenu::Toolbar.Button]
  1671. BgType = ImageFile
  1672. SizingType = stretch
  1673. SizingMargins = 3, 3, 0, 0
  1674. ContentMargins = 9, 0, 3, 3
  1675. ImageFile = Blue\TaskBandHover.bmp
  1676. ImageCount = 3
  1677. ImageLayout = vertical
  1678. Transparent = True
  1679. AccentColorHint = 79 150 255; Rollover hilite color (blue)
  1680. ;-------------- Tray Notify specific --------------
  1681. [TrayNotify::Toolbar]
  1682. BgType = None
  1683. [TrayNotify::Toolbar.Button]
  1684. BgType = None
  1685. [TrayNotifyHoriz::TrayNotify.Background]
  1686. BgType = ImageFile
  1687. SizingType = Stretch
  1688. SizingMargins = 34, 10, 12, 12
  1689. ContentMargins = 19, 7, 0, 0
  1690. ImageFile = Blue\TaskbarTray.bmp
  1691. ImageCount = 1
  1692. Transparent = True
  1693. TransparentColor= 255 0 0
  1694. FillColorHint = 13 141 234; Average background color (blue)
  1695. [TrayNotifyHoriz::Button]
  1696. BgType = ImageFile
  1697. SizingType = TrueSize
  1698. ImageFile = Blue\TrayChevronHorizontal.bmp
  1699. ImageCount = 3
  1700. Imagelayout = vertical
  1701. FillColorHint = 56 173 243; Average background color (blue)
  1702. [TrayNotifyHorizOpen::Button]
  1703. BgType = ImageFile
  1704. SizingType = TrueSize
  1705. ImageFile = Blue\TrayChevronHorizontalOpen.bmp
  1706. ImageCount = 3
  1707. Imagelayout = vertical
  1708. FillColorHint = 56 173 243; Average background color (blue)
  1709. [TrayNotifyVert::TrayNotify.Background]
  1710. BgType = ImageFile
  1711. SizingType = Stretch
  1712. SizingMargins = 12, 12, 34, 10
  1713. ContentMargins = 0, 0, 19, 7
  1714. ImageFile = Blue\TaskbarTrayVertical.bmp
  1715. ImageCount = 1
  1716. Transparent = True
  1717. TransparentColor= 255 0 0
  1718. FillColorHint = 13 141 234; Average background color (blue)
  1719. [TrayNotifyVert::Button]
  1720. BgType = ImageFile
  1721. SizingType = TrueSize
  1722. Transparent = True
  1723. ImageFile = Blue\TrayChevronHorizontal.bmp
  1724. ImageCount = 3
  1725. Imagelayout = vertical
  1726. FillColorHint = 56 173 243; Average background color (blue)
  1727. [TrayNotifyVertOpen::Button]
  1728. BgType = ImageFile
  1729. SizingType = TrueSize
  1730. Transparent = True
  1731. ImageFile = Blue\TrayChevronHorizontalOpen.bmp
  1732. ImageCount = 3
  1733. Imagelayout = vertical
  1734. FillColorHint = 56 173 243; Average background color (blue)
  1735. [TrayNotify::Clock]
  1736. Font= ##Tahoma8
  1737. TextColor = 255 255 255
  1738. ;-------------- Application-specific ------------------------
  1739. ;----------- places bar --------------------------------
  1740. ;The places toolbar in the fileopen/save dialog.
  1741. [Placesbar::Toolbar]
  1742. SizingMargins = 4, 4, 4, 4
  1743. ContentMargins = 0, 0, 0, 0
  1744. ImageFile = Blue\PlaceBarBackground.bmp
  1745. bgtype = imagefile
  1746. imageCount = 1
  1747. sizingType = tile
  1748. FillColorHint = 249 248 243; Background color (light beige)
  1749. [Placesbar::Toolbar.Button]
  1750. SizingMargins = 4, 4, 4, 4
  1751. ContentMargins = 0, 0, 4, 2
  1752. ImageFile = Blue\PlaceBarButtons.bmp
  1753. bgtype = imagefile
  1754. imagelayout = vertical
  1755. imageCount = 6
  1756. sizingType = stretch
  1757. transparent = true
  1758. FillColorHint = 255 255 255; Selected color (white)
  1759. BorderColorHint = 122 152 175; Outline color (blue grey)
  1760. ;----------- Explorer (IE) bar --------------------------------
  1761. [ExplorerBar]
  1762. BgType = BorderFill
  1763. FillType= VertGradient
  1764. GradientRatio1 = 0
  1765. GradientColor1 = 140 170 230
  1766. GradientRatio2 = 255
  1767. GradientColor2 = 100 135 220
  1768. BorderSize = 0
  1769. ContentMargins = 12, 12, 12, 12
  1770. [ExplorerBar.HeaderBackground]; Not used in IE 6
  1771. BgType = ImageFile
  1772. SizingType = Stretch
  1773. ImageFile = Blue\ExplorerBarHeaderBackground.bmp
  1774. SizingMargins = 202, 1, 0, 0
  1775. Font= ##Tahoma8Bold
  1776. TextColor = 255 255 255
  1777. ContentMargins = 8, 8, 7, 7
  1778. FillColorHint = 94 135 217; Mid color of gradient (blue)
  1779. [ExplorerBar.HeaderClose]; Not used in IE 6
  1780. BgType = ImageFile
  1781. SizingType = TrueSize
  1782. ImageLayout = Vertical
  1783. ImageFile = Blue\ExplorerBarHeaderClose.bmp
  1784. ImageCount = 3
  1785. Transparent = true
  1786. OffsetType = TopRight
  1787. Offset = -4, 4
  1788. FillColorHint = 138 168 229; Close box normal state (blue)
  1789. AccentColorHint = 255 121 95; Close box rollover (brick red)
  1790. [ExplorerBar.HeaderPin]; Not used in IE 6
  1791. BgType = ImageFile
  1792. SizingType = TrueSize
  1793. ImageLayout = Vertical
  1794. ImageFile = Blue\ExplorerBarHeaderPin.bmp
  1795. ImageCount = 6
  1796. Transparent = true
  1797. OffsetType = TopRight
  1798. Offset = -6, 4
  1799. FillColorHint = 189 206 239; Average pin color (blue grey)
  1800. [ExplorerBar.IEBarMenu]; Not used in IE 6
  1801. BgType = ImageFile
  1802. SizingType = TrueSize
  1803. ImageLayout = Vertical
  1804. ImageFile = Blue\IE_PersonalBarMenu.bmp
  1805. ImageCount = 3
  1806. Transparent = true
  1807. OffsetType = TopRight
  1808. Offset = -3, 1
  1809. FillColorHint = 236 240 249; Average button background color (light grey blue)
  1810. BorderColorHint = 165 187 228; Border of button (blue grey)
  1811. [ExplorerBar.NormalGroupBackground]
  1812. BgType = ImageFile
  1813. FillColor = 214 223 247
  1814. BorderColor = 255 255 255
  1815. SizingType = Stretch
  1816. ImageFile = Blue\NormalGroupBackground.bmp
  1817. SizingMargins = 3, 3, 3, 3
  1818. Font= ##Tahoma8
  1819. TextColor = 38 92 192
  1820. ContentMargins = 8, 8, 7, 7
  1821. [ExplorerBar.NormalGroupCollapse]
  1822. BgType = ImageFile
  1823. SizingType = TrueSize
  1824. ImageLayout = Vertical
  1825. ImageFile = Blue\NormalGroupCollapse.bmp
  1826. ImageCount = 3
  1827. Transparent = true
  1828. OffsetType = TopRight
  1829. Offset = -3, 1
  1830. FillColorHint = 236 240 249; Average button background color (light grey blue)
  1831. BorderColorHint = 165 187 228; Border of button (blue grey)
  1832. [ExplorerBar.NormalGroupExpand]
  1833. BgType = ImageFile
  1834. SizingType = TrueSize
  1835. ImageLayout = Vertical
  1836. ImageFile = Blue\NormalGroupExpand.bmp
  1837. ImageCount = 3
  1838. Transparent = true
  1839. OffsetType = TopRight
  1840. Offset = -3, 1
  1841. FillColorHint = 236 240 249; Average button background color (light grey blue)
  1842. BorderColorHint = 165 187 228; Border of button (blue grey)
  1843. [ExplorerBar.NormalGroupHead]
  1844. BgType = ImageFile
  1845. SizingType = Stretch
  1846. ImageFile = Blue\NormalGroupHead.bmp
  1847. SizingMargins = 3, 106, 3, 1
  1848. Transparent = true
  1849. Font= ##Tahoma8Bold
  1850. TextColor = 33 93 198
  1851. ContentMargins = 8, 8, 7, 7
  1852. FillColorHint = 240 243 251; Lighter side of gradient (very light blue)
  1853. [ExplorerBar.SpecialGroupBackground]
  1854. BgType = ImageFile
  1855. SizingType = Stretch
  1856. ImageFile = Blue\SpecialGroupBackground.bmp
  1857. SizingMargins = 3, 3, 3, 3
  1858. Font= ##Tahoma8
  1859. TextColor = 38 92 192
  1860. ContentMargins = 8, 8, 7, 7
  1861. FillColorHint = 239 243 255; Background color (very light blue)
  1862. [ExplorerBar.SpecialGroupCollapse]
  1863. BgType = ImageFile
  1864. SizingType = TrueSize
  1865. ImageLayout = Vertical
  1866. ImageFile = Blue\SpecialGroupCollapse.bmp
  1867. ImageCount = 3
  1868. Transparent = true
  1869. OffsetType = TopRight
  1870. Offset = -3, 1
  1871. FillColorHint = 36 89 195; Average background color (dark blue)
  1872. BorderColorHint = 70 114 205; Edge color (dark blue)
  1873. [ExplorerBar.SpecialGroupExpand]
  1874. BgType = ImageFile
  1875. SizingType = TrueSize
  1876. ImageLayout = Vertical
  1877. ImageFile = Blue\SpecialGroupExpand.bmp
  1878. ImageCount = 3
  1879. Transparent = true
  1880. OffsetType = TopRight
  1881. Offset = -3, 1
  1882. FillColorHint = 36 89 195; Average background color (dark blue)
  1883. BorderColorHint = 70 114 205; Edge color (dark blue)
  1884. [ExplorerBar.SpecialGroupHead]
  1885. BgType = ImageFile
  1886. SizingType = Stretch
  1887. ImageFile = Blue\SpecialGroupHead.bmp
  1888. SizingMargins = 3, 106, 3, 1
  1889. Transparent = true
  1890. Font= ##Tahoma8Bold
  1891. TextColor = 255 255 255
  1892. FillColor = 2 72 178
  1893. ContentMargins = 8, 8, 7, 7
  1894. [ExplorerBar::Rebar]; Not used in IE6
  1895. bgtype = imagefile
  1896. sizingtype = stretch
  1897. ImageFile = Blue\ExplorerBarToolbarBackground.bmp
  1898. sizingmargins = 0, 0, 0, 4
  1899. Font= ##Tahoma8
  1900. TextColor = 127 124 115
  1901. FillColorHint = 243 247 253; (very light blue)
  1902. [ExplorerBar::Rebar.Band]; Not used in IE6
  1903. bgtype = none
  1904. ContentMargins = 2, 0, 0, 0
  1905. [ExplorerBar::Rebar.Gripper]; Not used in IE6
  1906. bgtype = imagefile
  1907. SizingMargins = 0, 0, 6, 4
  1908. ContentMargins = 3, 0, 0, 0
  1909. ImageFile = Blue\Gripper.bmp
  1910. sizingType = Tile
  1911. Transparent = true
  1912. TransparentColor= 255 0 0
  1913. FillColorHint = 171 167 149; Gripper dot color (dark beige)
  1914. [ExplorerBar::Rebar.GripperVert]; Not used in IE6
  1915. bgtype = imagefile
  1916. SizingMargins = 9, 8, 0, 0
  1917. ImageFile = Blue\GripperVert.bmp
  1918. sizingType = Tile
  1919. Transparent = true
  1920. TransparentColor= 255 0 0
  1921. FillColorHint = 171 167 149; Gripper dot color (dark beige)
  1922. [ExplorerBar::Rebar.Chevron]; Not used in IE6
  1923. SizingMargins = 4, 4, 4, 4
  1924. ContentMargins = 0, 0, 0, 0
  1925. ImageFile = Blue\ExplorerBarToolbarButtons.bmp
  1926. bgtype = imagefile
  1927. imagelayout = vertical
  1928. imageCount = 6
  1929. sizingType = Stretch
  1930. Transparent = true
  1931. GlyphType = ImageGlyph
  1932. GlyphImageFile = Blue\Chevron.bmp
  1933. GlyphTransparent= true
  1934. VAlign = Top
  1935. FillColorHint = 0 0 0; Glyph color (black)
  1936. [ExplorerBar::Rebar.ChevronVert]; Not used in IE6
  1937. SizingMargins = 4, 4, 4, 4
  1938. ContentMargins = 0, 0, 0, 0
  1939. ImageFile = Blue\ExplorerBarToolbarButtons.bmp
  1940. bgtype = imagefile
  1941. imagelayout = vertical
  1942. imageCount = 6
  1943. sizingType = Stretch
  1944. Transparent = true
  1945. GlyphType = ImageGlyph
  1946. GlyphImageFile = Blue\Chevron.bmp
  1947. GlyphTransparent= true
  1948. VAlign = Top
  1949. FillColorHint = 0 0 0; Glyph color (black)
  1950. [ExplorerBar::Toolbar.Button]; Not used in IE6
  1951. SizingMargins = 4, 4, 4, 4
  1952. ContentMargins = 0, 0, 0, 0
  1953. ImageFile = Blue\ExplorerBarToolbarButtons.bmp
  1954. bgtype = imagefile
  1955. imagelayout = vertical
  1956. imageCount = 6
  1957. sizingType = Stretch
  1958. Transparent = true
  1959. TransparentColor= 255 0 255
  1960. FillColorHint = 238 243 248; Average fill color (light blue grey)
  1961. BorderColorHint = 168 191 234; Edge color (grey blue)
  1962. [ExplorerBar::Toolbar.DropdownButton]; Not used in IE6
  1963. SizingMargins = 4, 4, 4, 4
  1964. ContentMargins = 0, 0, 0, 0
  1965. ImageFile = Blue\ExplorerBarToolbarButtons.bmp
  1966. bgtype = imagefile
  1967. imagelayout = vertical
  1968. imageCount = 6
  1969. sizingType = Stretch
  1970. Transparent = true
  1971. TransparentColor= 255 0 255
  1972. FillColorHint = 238 243 248; Average fill color (light blue grey)
  1973. BorderColorHint = 168 191 234; Edge color (grey blue)
  1974. [ExplorerBar::Toolbar.SplitButton]; Not used in IE6
  1975. SizingMargins = 4, 2, 4, 4
  1976. ImageFile = Blue\ExplorerBarToolbarButtonsSplit.bmp
  1977. bgtype = imagefile
  1978. imagelayout = vertical
  1979. imageCount = 6
  1980. sizingType = Stretch
  1981. Transparent = true
  1982. TransparentColor= 255 0 255
  1983. FillColorHint = 238 243 248; Average fill color (light blue grey)
  1984. BorderColorHint = 168 191 234; Edge color (grey blue)
  1985. [ExplorerBar::Toolbar.SplitButtonDropdown]; Not used in IE6
  1986. SizingMargins = 2, 4, 4, 4
  1987. ImageFile = Blue\ExplorerBarToolbarButtonsSplitDropdown.bmp
  1988. bgtype = imagefile
  1989. imagelayout = vertical
  1990. imageCount = 6
  1991. sizingType = Stretch
  1992. Transparent = true
  1993. TransparentColor= 255 0 255
  1994. GlyphType = ImageGlyph
  1995. GlyphImageFile = Blue\ToolbarButtonsSplitDropdownGlyph.bmp
  1996. GlyphTransparent= true
  1997. FillColorHint = 238 243 248; Average fill color (light blue grey)
  1998. BorderColorHint = 168 191 234; Edge color (grey blue)
  1999. [ExplorerBar::Toolbar.Separator]; Not used in IE6
  2000. SizingMargins = 5, 2, 2, 1
  2001. ImageFile = Blue\Separator.bmp
  2002. bgtype = imagefile
  2003. imageCount = 1
  2004. sizingType = tile
  2005. Transparent = true
  2006. TransparentColor= 255 0 0
  2007. FillColorHint = 202 198 175; Separator line color (dark beige)
  2008. [ExplorerBar::Toolbar.SeparatorVert]; Not used in IE6
  2009. SizingMargins = 2, 1, 5, 1
  2010. ImageFile = Blue\SeparatorVert.bmp
  2011. bgtype = imagefile
  2012. imageCount = 1
  2013. sizingType = tile
  2014. Transparent = true
  2015. TransparentColor= 255 0 0
  2016. FillColorHint = 202 198 175; Separator line color (dark beige)