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.

2366 lines
65 KiB

  1. ;------------------------------------------
  2. ; file: HomeStead\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 = 157 172 189
  21. Btnface = 236 233 216
  22. Highlight = 147 160 112
  23. ActiveCaption = 139 161 105
  24. CaptionText = 255 255 255
  25. InactiveCaption = 212 214 186
  26. InactiveCaptionText = 255 255 255
  27. GradientActiveCaption = 198 210 162
  28. GradientInactiveCaption = 212 214 186
  29. HighlightText = 255 255 255
  30. MenuHilight = 147 160 112
  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=HomeStead\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 = 5 98 6; Edge color (dark green)
  69. AccentColorHint = 227 145 79; Rollover hilite color (dark 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 = 169 201 117; Default state hilite color (green)
  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 = HomeStead\CheckBox13.bmp
  95. ImageFile2 = HomeStead\CheckBox16.bmp
  96. ImageFile3 = HomeStead\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 = HomeStead\RadioButton13.bmp
  126. ImageFile2 = HomeStead\RadioButton16.bmp
  127. ImageFile3 = HomeStead\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 = 153 84 10
  140. bgtype = imagefile
  141. SizingMargins = 4, 4, 4, 4
  142. sizingType = Tile
  143. ImageFile=HomeStead\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 = 164 185 127
  158. [Combobox(Hot)]
  159. ; Globals when the mouse is over the control
  160. BorderColor = 164 185 127
  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 = HomeStead\ComboButton.bmp
  171. SizingMargins = 3, 3, 3, 3
  172. ContentMargins = 0, 0, 0, 0
  173. ImageCount = 4
  174. GlyphType = ImageGlyph
  175. GlyphImageFile = HomeStead\ComboButtonGlyph.bmp
  176. GlyphTransparent= true
  177. FillColorHint = 160 176 134; Average fill color (dark green)
  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 = 164 185 127
  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 = 164 185 127
  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=HomeStead\ScrollArrows.bmp
  207. ImageCount = 16
  208. ImageLayout = Vertical
  209. GlyphType = ImageGlyph
  210. GlyphTransparent= True
  211. FillColorHint = 160 176 134; Average fill color (dark green)
  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 = HomeStead\ScrollArrowGlyphsSmall.bmp
  220. ImageFile2 = HomeStead\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 = HomeStead\ScrollThumbHorizontal.bmp
  230. ImageCount = 4
  231. ImageLayout = Vertical
  232. FillColorHint = 160 176 134; Average fill color (dark green)
  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 = HomeStead\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 = HomeStead\ScrollThumbVertical.bmp
  248. ImageCount = 4
  249. ImageLayout = vertical
  250. FillColorHint = 160 176 134; Average fill color (dark green)
  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 = HomeStead\ScrollThumbGripperVertical.BMP
  257. ImageCount = 4
  258. Transparent = True
  259. ImageLayout = Vertical
  260. ; Scrollbar Tracks (horizontal)
  261. [Scrollbar.LowerTrackHorz]
  262. BgType = imagefile
  263. ImageFile=HomeStead\ScrollShaftHorizontal.bmp
  264. SizingMargins = 0, 0, 1, 1
  265. ImageCount = 4
  266. ImageLayout = Vertical
  267. FillColorHint = 244 243 238; Average fill color (light warm grey)
  268. [Scrollbar.UpperTrackHorz]
  269. BgType = imagefile
  270. ImageFile=HomeStead\ScrollShaftHorizontal.bmp
  271. SizingMargins = 0, 0, 1, 1
  272. ImageCount = 4
  273. ImageLayout = Vertical
  274. FillColorHint = 244 243 238; Average fill color (light warm grey)
  275. ; Scrollbar Tracks (vertical)
  276. [Scrollbar.LowerTrackVert]
  277. BgType = imagefile
  278. ImageFile=HomeStead\ScrollShaftVertical.bmp
  279. SizingMargins = 1, 1, 0, 0
  280. ImageCount = 4
  281. ImageLayout = Vertical
  282. FillColorHint = 244 243 238; Average fill color (light warm grey)
  283. [Scrollbar.UpperTrackVert]
  284. BgType = imagefile
  285. ImageFile=HomeStead\ScrollShaftVertical.bmp
  286. SizingMargins = 1, 1, 0, 0
  287. ImageCount = 4
  288. ImageLayout = Vertical
  289. FillColorHint = 244 243 238; Average fill color (light warm grey)
  290. [ScrollBar.SizeBox]
  291. ImageFile=HomeStead\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=HomeStead\FieldOutlineBlue.bmp
  305. SizingMargins = 2, 2, 2, 2
  306. imageCount = 1
  307. [Spin.Up]
  308. bgtype = imagefile
  309. sizingType = stretch
  310. ImageFile=HomeStead\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 = HomeStead\SpinUpGlyph.bmp
  317. GlyphTransparent= True
  318. FillColorHint = 160 176 134; Average fill color (dark green)
  319. BorderColorHint = 255 255 255; Edge color (white)
  320. [Spin.Down]
  321. bgtype = imagefile
  322. sizingType = tile
  323. ImageFile=HomeStead\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 = HomeStead\SpinDownGlyph.bmp
  330. GlyphTransparent= True
  331. FillColorHint = 160 176 134; Average fill color (dark green)
  332. BorderColorHint = 255 255 255; Edge color (white)
  333. [Spin.Uphorz]
  334. bgtype = imagefile
  335. sizingType = stretch
  336. ImageFile=HomeStead\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=HomeStead\SpinRightGlyph.bmp
  343. GlyphTransparent = True
  344. FillColorHint = 160 176 134; Average fill color (dark green)
  345. BorderColorHint = 255 255 255; Edge color (white)
  346. [Spin.Downhorz]
  347. bgtype = imagefile
  348. sizingType = Stretch
  349. ImageFile=HomeStead\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=HomeStead\SpinLeftGlyph.bmp
  356. GlyphTransparent = True
  357. FillColorHint = 160 176 134; Average fill color (dark green)
  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=HomeStead\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 = HomeStead\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=HomeStead\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=HomeStead\ToolbarButtons.bmp
  393. bgtype = imagefile
  394. imagelayout = vertical
  395. imageCount= 6
  396. sizingType= Stretch
  397. Transparent = true
  398. GlyphType = ImageGlyph
  399. GlyphImageFile = HomeStead\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=HomeStead\ToolbarButtons.bmp
  407. bgtype = imagefile
  408. imagelayout = vertical
  409. imageCount= 6
  410. sizingType= Stretch
  411. Transparent = true
  412. GlyphType = ImageGlyph
  413. GlyphImageFile = HomeStead\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=HomeStead\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=HomeStead\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=HomeStead\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=HomeStead\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=HomeStead\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=HomeStead\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 = HomeStead\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=HomeStead\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=HomeStead\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=HomeStead\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 = 164 185 127
  533. ;----------- Tree view --------------------------------
  534. [TreeView]
  535. BgType = BorderFill
  536. BorderSize = 1
  537. FillColor = 255 255 255
  538. BorderColor = 164 185 127
  539. [TreeView.Glyph]
  540. bgtype = imagefile
  541. ImageFile=HomeStead\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=HomeStead\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=HomeStead\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 = 227 145 79; Rollover hilite color (dark 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=HomeStead\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=HomeStead\ProgressChunk.bmp
  587. sizingMargins = 0, 0, 6, 5
  588. SizingType = tile
  589. FillColorHint = 229 126 63; Progress indicator color (med orange)
  590. [Progress.BarVert]
  591. bgtype = imagefile
  592. ImageFile=HomeStead\ProgressTrackVert.bmp
  593. sizingMargins = 3, 3, 4, 4
  594. SizingType = tile
  595. FillColorHint = 255 255 255
  596. BorderColorHint = 104 104 104
  597. [Progress.ChunkVert]
  598. bgtype = imagefile
  599. ImageFile=HomeStead\ProgressChunkVert.bmp
  600. sizingMargins = 6, 5, 0, 0
  601. SizingType = tile
  602. FillColorHint = 229 126 63; Progress indicator color (med orange)
  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=HomeStead\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=HomeStead\tabItem.bmp
  623. imagecount=5
  624. imagelayout=vertical
  625. FillColorHint = 250 249 233; Light tab background color (very light yellow beige)
  626. BorderColorHint = 166 161 166; Edge color (grey)
  627. AccentColorHint = 227 145 79; Rollover hilite color (dark orange)
  628. [Tab.TabItemLeftEdge]
  629. SizingMargins = 6, 6, 6, 6
  630. ContentMargins = 0, 0, 0, 0
  631. bgtype=imagefile
  632. ImageFile=HomeStead\tabItemLeft.bmp
  633. imagecount=5
  634. imagelayout=vertical
  635. FillColorHint = 250 249 233; Light tab background color (very light yellow beige)
  636. BorderColorHint = 166 161 166; Edge color (grey)
  637. AccentColorHint = 227 145 79; Rollover hilite color (dark orange)
  638. [Tab.TabItemRightEdge]
  639. SizingMargins = 6, 6, 6, 6
  640. ContentMargins = 0, 0, 0, 0
  641. bgtype=imagefile
  642. ImageFile=HomeStead\tabItemRight.bmp
  643. imagecount=5
  644. imagelayout=vertical
  645. FillColorHint = 250 249 233; Light tab background color (very light yellow beige)
  646. BorderColorHint = 166 161 166; Edge color (grey)
  647. AccentColorHint = 227 145 79; Rollover hilite color (dark orange)
  648. [Tab.TabItemBothEdge]
  649. SizingMargins = 6, 6, 6, 6
  650. ContentMargins = 0, 0, 0, 0
  651. bgtype=imagefile
  652. ImageFile=HomeStead\tabItemBoth.bmp
  653. imagecount=5
  654. imagelayout=vertical
  655. FillColorHint = 250 249 233; Light tab background color (very light yellow beige)
  656. BorderColorHint = 166 161 166; Edge color (grey)
  657. AccentColorHint = 227 145 79; Rollover hilite color (dark orange)
  658. [Tab.TopTabItem]
  659. SizingMargins = 6, 6, 6, 6
  660. ContentMargins = 0, 0, 0, 0
  661. bgtype=imagefile
  662. ImageFile=HomeStead\tabItemTop.bmp
  663. imagecount=5
  664. imagelayout=vertical
  665. FillColorHint = 250 249 233; Light tab background color (very light yellow beige)
  666. BorderColorHint = 166 161 166; Edge color (grey)
  667. AccentColorHint = 227 145 79; Rollover hilite color (dark orange)
  668. [Tab.TopTabItemLeftEdge]
  669. SizingMargins = 6, 6, 6, 6
  670. ContentMargins = 0, 0, 0, 0
  671. bgtype=imagefile
  672. ImageFile=HomeStead\tabItemTopLeft.bmp
  673. imagecount=5
  674. imagelayout=vertical
  675. FillColorHint = 250 249 233; Light tab background color (very light yellow beige)
  676. BorderColorHint = 166 161 166; Edge color (grey)
  677. AccentColorHint = 227 145 79; Rollover hilite color (dark orange)
  678. [Tab.TopTabItemRightEdge]
  679. SizingMargins = 6, 6, 6, 6
  680. ContentMargins = 0, 0, 0, 0
  681. bgtype=imagefile
  682. ImageFile=HomeStead\tabItemTopRight.bmp
  683. imagecount=5
  684. imagelayout=vertical
  685. FillColorHint = 250 249 233; Light tab background color (very light yellow beige)
  686. BorderColorHint = 166 161 166; Edge color (grey)
  687. AccentColorHint = 227 145 79; Rollover hilite color (dark orange)
  688. [Tab.TopTabItemBothEdge]
  689. SizingMargins = 6, 6, 6, 6
  690. ContentMargins = 0, 0, 0, 0
  691. bgtype=imagefile
  692. ImageFile=HomeStead\tabItemTopBoth.bmp
  693. imagecount=5
  694. imagelayout=vertical
  695. FillColorHint = 250 249 233; Light tab background color (very light yellow beige)
  696. BorderColorHint = 166 161 166; Edge color (grey)
  697. AccentColorHint = 227 145 79; Rollover hilite color (dark orange)
  698. [Tab.Body]
  699. bgtype = imagefile
  700. stockImageFile=HomeStead\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 = HomeStead\TabBackground.bmp
  706. ImageFile2 = HomeStead\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=HomeStead\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 = 227 145 79; Rollover color (dark orange)
  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 = 227 145 79; Rollover color (dark orange)
  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 = HomeStead\TrackBarUp13.bmp
  745. ImageFile2 = HomeStead\TrackBarUp16.bmp
  746. ImageFile3 = HomeStead\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 = 227 145 79; Rollover color (dark orange)
  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 = HomeStead\TrackBarDown13.bmp
  768. ImageFile2 = HomeStead\TrackBarDown16.bmp
  769. ImageFile3 = HomeStead\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=HomeStead\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 = 227 145 79; Rollover color (dark orange)
  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 = 227 145 79; Rollover color (dark orange)
  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 = HomeStead\TrackBarLeft13.bmp
  801. ImageFile2 = HomeStead\TrackBarLeft16.bmp
  802. ImageFile3 = HomeStead\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=HomeStead\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 = 227 145 79; Rollover color (dark orange)
  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 = HomeStead\TrackBarRight13.bmp
  824. ImageFile2 = HomeStead\TrackBarRight16.bmp
  825. ImageFile3 = HomeStead\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=HomeStead\sliderTrack.bmp
  833. imagecount=1
  834. sizingtype = stretch
  835. SizingMargins = 2, 2, 2, 2
  836. FillColorHint = 242 241 233; Background color (light beige)
  837. BorderColorHint = 157 156 153; Edge color (dark grey)
  838. ;The vertical track along which a slider moves
  839. [TrackBar.TrackVert]
  840. bgtype=imagefile
  841. ImageFile=HomeStead\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=HomeStead\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 = 65 64 10
  867. [Window.Caption]
  868. ImageFile = HomeStead\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 = 170 184 134; Average background color (olive green)
  877. [Window.Caption(active)]
  878. TextShadowType = Single
  879. [Window.CaptionSizingTemplate]
  880. ImageFile = HomeStead\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 = HomeStead\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 = 170 184 134; Average background color (olive green)
  896. [Window.SmallCaptionSizingTemplate]
  897. ImageFile = HomeStead\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 = HomeStead\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 = 170 184 134; Average background color (olive green)
  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 = HomeStead\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 = 170 184 134; Average background color (olive green)
  928. [Window.MaxCaption(Active)]
  929. TextShadowType = Single
  930. [Window.FrameLeft]
  931. ImageFile=HomeStead\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=HomeStead\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=HomeStead\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=HomeStead\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=HomeStead\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=HomeStead\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=HomeStead\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=homestead\CloseGlyph6.bmp
  1002. ImageFile2=homestead\CloseGlyph9.bmp
  1003. ImageFile3=homestead\CloseGlyph.bmp
  1004. ImageFile4=homestead\CloseGlyph19.bmp
  1005. ImageFile5=homestead\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=HomeStead\CaptionButton.bmp
  1016. GlyphType = ImageGlyph
  1017. GlyphTransparent = True
  1018. ImageCount = 8
  1019. ImageLayout=Vertical
  1020. OffsetType = TopRight
  1021. Offset = -49, 5
  1022. FillColorHint = 153 168 119; Titlebar button color (olive)
  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=homestead\MaximizeGlyph6.bmp
  1028. ImageFile2=homestead\MaximizeGlyph9.bmp
  1029. ImageFile3=homestead\MaximizeGlyph.bmp
  1030. ImageFile4=homestead\MaximizeGlyph19.bmp
  1031. ImageFile5=homestead\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=HomeStead\CaptionButton.bmp
  1042. GlyphType = ImageGlyph
  1043. GlyphTransparent = True
  1044. ImageCount = 8
  1045. ImageLayout=Vertical
  1046. OffsetType = TopRight
  1047. Offset = -49, 5
  1048. FillColorHint = 153 168 119; Titlebar button color (olive)
  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=homestead\RestoreGlyph6.bmp
  1054. ImageFile2=homestead\RestoreGlyph9.bmp
  1055. ImageFile3=homestead\RestoreGlyph.bmp
  1056. ImageFile4=homestead\RestoreGlyph19.bmp
  1057. ImageFile5=homestead\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=HomeStead\CaptionButton.bmp
  1068. GlyphType = ImageGlyph
  1069. GlyphTransparent = True
  1070. ImageCount = 8
  1071. ImageLayout=Vertical
  1072. OffsetType = TopRight
  1073. Offset = -73, 5
  1074. FillColorHint = 153 168 119; Titlebar button color (olive)
  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=homestead\MinimizeGlyph6.bmp
  1080. ImageFile2=homestead\MinimizeGlyph9.bmp
  1081. ImageFile3=homestead\MinimizeGlyph.bmp
  1082. ImageFile4=homestead\MinimizeGlyph19.bmp
  1083. ImageFile5=homestead\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=HomeStead\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 = 153 168 119; Titlebar button color (olive)
  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=homestead\HelpGlyph6.bmp
  1107. ImageFile2=homestead\HelpGlyph9.bmp
  1108. ImageFile3=homestead\HelpGlyph.bmp
  1109. ImageFile4=homestead\HelpGlyph19.bmp
  1110. ImageFile5=homestead\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=HomeStead\SmallCloseButton.bmp
  1125. GlyphType = ImageGlyph
  1126. GlyphImageFile=HomeStead\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=HomeStead\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 = HomeStead\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=HomeStead\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 = HomeStead\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=HomeStead\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 = HomeStead\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 = HomeStead\StartUserPanel.bmp
  1195. Imagecount = 1
  1196. SizingMargins = 59, 60, 62, 0
  1197. sizingType = Stretch
  1198. TEXTSHADOWOFFSET= 2, 2
  1199. textshadowcolor = 24 56 2
  1200. TextShadowType = continuous
  1201. FillColorHint = 183 199 147; Average background (olive)
  1202. [StartPanel.UserPicture]
  1203. BgType = ImageFile
  1204. ImageFile=HomeStead\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 = 221 236 191; Average Background (light olive)
  1211. [StartPanel.ProgList]
  1212. DefaultPaneSize = 0, 0, 190, 306
  1213. ContentMargins = 6 4 9 5
  1214. TextColor = 55 55 56
  1215. HotTracking = 133 144 102
  1216. CaptionText = 128 128 128
  1217. BgType = ImageFile
  1218. SizingType = Stretch
  1219. SizingMargins = 2, 153, 3, 0
  1220. sizingType = Stretch
  1221. ImageFile = HomeStead\StartPanelMFUBackground.bmp
  1222. imagecount = 1
  1223. FillColorHint = 255 255 255; Background (white)
  1224. [StartPanel.ProgListSeparator]
  1225. BgType = ImageFile
  1226. SizingType = TrueSize
  1227. ImageFile=HomeStead\StartProgramsSeparator.bmp
  1228. [StartPanel.MorePrograms]
  1229. DefaultPaneSize = 0, 0, 190, 30
  1230. TextColor = 55 55 56
  1231. HotTracking = 133 144 102
  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 = HomeStead\StartPanelMoreProgBackGround.BMP
  1239. imagecount = 1
  1240. sizingType = Stretch
  1241. [StartPanel.MoreProgramsArrow]
  1242. BgType = ImageFile
  1243. SizingType = TrueSize
  1244. ImageFile = HomeStead\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 = HomeStead\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 = 84 95 56
  1257. HotTracking = 80 150 248
  1258. BgType = imageFile
  1259. ImageFile=HomeStead\StartPanelPlacesBackground.bmp
  1260. imagecount = 1
  1261. SizingMargins = 172, 7, 3, 1
  1262. sizingType = Stretch
  1263. FillColorHint = 242 241 228; Average Background (light orange)
  1264. [StartPanel.PlacesListSeparator]
  1265. BgType = ImageFile
  1266. SizingType = TrueSize
  1267. ImageFile=HomeStead\StartPlacesSeparator.bmp
  1268. [StartPanel.Logoff]
  1269. ContentMargins = 0, 0, 4, 2
  1270. DefaultPaneSize = 0, 0, 380, 40
  1271. TextColor = 65 64 10
  1272. HotTracking = 255 255 255
  1273. bgType = imagefile
  1274. ImageFile=HomeStead\StartPanelLogoffBackground.bmp
  1275. imagecount = 1
  1276. sizingMargins = 49, 47, 0, 38
  1277. sizingType = Stretch
  1278. FillColorHint = 183 199 147; Average background (olive)
  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 = HomeStead\StartPanelLogoffButtons.bmp
  1286. ImageCount = 1
  1287. [StartPanel.LogoffButtons(hot)]
  1288. BgType = ImageFile
  1289. Transparent = True
  1290. SizingType = TrueSize
  1291. ImageFile = HomeStead\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 = HomeStead\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 = 125 151 96; Average background (dark olive)
  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 = HomeStead\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 = HomeStead\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 = HomeStead\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 = 142 152 102; Left edge of More Programs menu (olive)
  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 = HomeStead\StartGroupToolbarButton.bmp
  1351. ImageCount = 3
  1352. ImageLayout = vertical
  1353. Transparent = True
  1354. TransparentColor= 255 0 0
  1355. FillColorHint = 147 160 112; Rollover of item on More Programs menu (dark olive)
  1356. [TaskBar::Toolbar]
  1357. BgType = None
  1358. Font= ##Tahoma8
  1359. TextColor = 65 64 10
  1360. [TaskBar::Toolbar.Button]
  1361. BgType = ImageFile
  1362. SizingType = Stretch
  1363. SizingMargins = 4, 4, 16, 8
  1364. ContentMargins = 0, 0, 4, 4
  1365. ImageFile = HomeStead\TaskBandButtonNoEdge.bmp
  1366. ImageCount = 6
  1367. ImageLayout = vertical
  1368. Transparent = True
  1369. FillColorHint = 199 208 168; Average background color (light olive)
  1370. [TaskBar::Toolbar.DropdownButton]
  1371. BgType = ImageFile
  1372. SizingType = Stretch
  1373. SizingMargins = 4, 4, 16, 8
  1374. ContentMargins = 2, 0, 4, 4
  1375. ImageFile = HomeStead\TaskBandButtonNoEdge.bmp
  1376. ImageCount = 6
  1377. ImageLayout = vertical
  1378. Transparent = True
  1379. FillColorHint = 199 208 168; Average background color (light olive)
  1380. [TaskBarVert::Toolbar]
  1381. BgType = None
  1382. Font= ##Tahoma8
  1383. TextColor = 65 64 10
  1384. [TaskBar::Toolbar(checked)]
  1385. TextColor = 255 255 255
  1386. [TaskBar::Toolbar(pressed)]
  1387. TextColor = 255 255 255
  1388. [TaskBar::Toolbar(hotchecked)]
  1389. TextColor = 255 255 255
  1390. [TaskBarVert::Toolbar(checked)]
  1391. TextColor = 255 255 255
  1392. [TaskBarVert::Toolbar(pressed)]
  1393. TextColor = 255 255 255
  1394. [TaskBarVert::Toolbar(hotchecked)]
  1395. TextColor = 255 255 255
  1396. [TaskBarVert::Toolbar.Button]
  1397. BgType = ImageFile
  1398. SizingType = Stretch
  1399. SizingMargins = 4, 4, 15, 3
  1400. ContentMargins = 1, 1, 1, 1
  1401. ImageFile = HomeStead\TaskBandButtonNoEdgeVertical.bmp
  1402. ImageCount = 6
  1403. ImageLayout = vertical
  1404. Transparent = True
  1405. FillColorHint = 199 208 168; Average background color (light olive)
  1406. [TaskBarVert::Toolbar.DropdownButton]
  1407. BgType = ImageFile
  1408. SizingType = Stretch
  1409. SizingMargins = 4, 4, 15, 3
  1410. ContentMargins = 1, 1, 1, 1
  1411. ImageFile = HomeStead\TaskBandButtonNoEdgeVertical.bmp
  1412. ImageCount = 6
  1413. ImageLayout = vertical
  1414. Transparent = True
  1415. FillColorHint = 199 208 168; Average background color (light olive)
  1416. [TaskBar::Rebar]
  1417. BgType = None
  1418. Font= ##Tahoma8
  1419. TextColor = 255 255 255
  1420. [TaskBar::Rebar.Band]
  1421. BgType = None
  1422. [TaskBar::Rebar.Gripper]
  1423. BgType = ImageFile
  1424. SizingType = Tile
  1425. SizingMargins = 0, 0, 6, 4
  1426. ContentMargins = 2, 1, 0, 0
  1427. ImageFile = HomeStead\TaskbarGripper.bmp
  1428. ImageCount = 1
  1429. Transparent = True
  1430. TransparentColor= 255 0 255
  1431. FillColorHint = 134 146 105; Gripper dot color (dark olive)
  1432. [TaskBar::Rebar.GripperVert]
  1433. BgType = ImageFile
  1434. SizingType = Tile
  1435. SizingMargins = 4, 6, 0, 0
  1436. ContentMargins = 0, 0, 2, 1
  1437. ImageFile = HomeStead\TaskbarGripperVertical.bmp
  1438. ImageCount = 1
  1439. Transparent = True
  1440. TransparentColor= 255 0 255
  1441. FillColorHint = 6 45 159; Gripper dot color (dark purple)
  1442. [TaskBar::Rebar.Chevron]
  1443. BgType = ImageFile
  1444. SizingType = Stretch
  1445. SizingMargins = 4, 4, 16, 8
  1446. ContentMargins = 0, 0, 0, 10
  1447. ImageFile = HomeStead\TaskBandButtonNoEdge.bmp
  1448. ImageCount = 6
  1449. ImageLayout = vertical
  1450. Transparent = True
  1451. GlyphType = ImageGlyph
  1452. GlyphImageFile = HomeStead\TaskbarChevron.bmp
  1453. GlyphTransparent= true
  1454. VAlign = Top
  1455. FillColorHint = 65 64 10; Overflow glyph color (very dark olive)
  1456. [TaskBar::Rebar.ChevronVert]
  1457. BgType = ImageFile
  1458. SizingType = Stretch
  1459. SizingMargins = 4, 4, 15, 3
  1460. ContentMargins = 0, 0, 0, 0
  1461. ImageFile = HomeStead\TaskBandButtonNoEdgeVertical.bmp
  1462. ImageCount = 6
  1463. ImageLayout = vertical
  1464. Transparent = True
  1465. GlyphType = ImageGlyph
  1466. GlyphImageFile = HomeStead\TaskbarChevronVert.bmp
  1467. GlyphTransparent= true
  1468. FillColorHint = 65 64 10; Overflow glyph color (very dark olive)
  1469. [TaskBar.BackgroundBottom]
  1470. BgType = ImageFile
  1471. SizingType = Tile
  1472. SizingMargins = 0, 0, 17, 12
  1473. ImageFile = HomeStead\TaskbarBackground.bmp
  1474. ImageCount = 1
  1475. FillColorHint = 170 184 131; Average background color (olive)
  1476. [TaskBar.SizingBarBottom]
  1477. BgType = ImageFile
  1478. SizingType = Tile
  1479. ImageFile = HomeStead\TaskbarSizingBarBottom.bmp
  1480. ImageCount = 1
  1481. FillColorHint = 201 219 161; Average color (lighter olive)
  1482. [TaskBar.BackgroundLeft]
  1483. BgType = ImageFile
  1484. SizingType = Tile
  1485. SizingMargins = 15, 11, 0, 0
  1486. ImageFile = HomeStead\TaskbarBackgroundVertical.bmp
  1487. ImageCount = 1
  1488. FillColorHint = 170 184 131; Average background color (olive)
  1489. [TaskBar.SizingBarLeft]
  1490. BgType = ImageFile
  1491. SizingType = Tile
  1492. ImageFile = HomeStead\TaskbarSizingBarLeft.bmp
  1493. ImageCount = 1
  1494. FillColorHint = 201 219 161; Average color (lighter olive)
  1495. [TaskBar.BackgroundTop]
  1496. BgType = ImageFile
  1497. SizingType = Tile
  1498. SizingMargins = 0, 0, 15, 11
  1499. ImageFile = HomeStead\TaskbarBackground.bmp
  1500. ImageCount = 1
  1501. FillColorHint = 170 184 131; Average background color (olive)
  1502. [TaskBar.SizingBarTop]
  1503. BgType = ImageFile
  1504. SizingType = Tile
  1505. ImageFile = HomeStead\TaskbarSizingBarTop.bmp
  1506. ImageCount = 1
  1507. FillColorHint = 201 219 161; Average color (lighter olive)
  1508. [TaskBar.BackgroundRight]
  1509. BgType = ImageFile
  1510. SizingType = Tile
  1511. SizingMargins = 11, 13, 0, 0
  1512. ImageFile = HomeStead\TaskbarBackgroundVertical.bmp
  1513. ImageCount = 1
  1514. FillColorHint = 170 184 131; Average background color (olive)
  1515. [TaskBar.SizingBarRight]
  1516. BgType = ImageFile
  1517. SizingType = Stretch
  1518. ImageFile = HomeStead\TaskbarSizingBarRight.bmp
  1519. ImageCount = 1
  1520. FillColorHint = 201 219 161; Average color (lighter olive)
  1521. ;-------------- Taskband specific --------------
  1522. [TaskBand.FlashButton]
  1523. BgType = ImageFile
  1524. SizingType = Stretch
  1525. SizingMargins = 4, 4, 4, 4
  1526. ContentMargins = 0, 0, 4, 4
  1527. ImageFile = HomeStead\TaskBandFlashButton.bmp
  1528. ImageCount = 1
  1529. ImageLayout = vertical
  1530. Transparent = True
  1531. FillColorHint = 199 208 168; Average background color (light olive)
  1532. AccentColorHint = 243 189 115; Attention hilite color (light orange)
  1533. [TaskBand.FlashButtonGroupMenu]
  1534. BgType = ImageFile
  1535. SizingType = Stretch
  1536. SizingMargins = 4, 4, 4, 4
  1537. ContentMargins = 0, 0, 4, 4
  1538. ImageFile = HomeStead\TaskBandFlashButtonGroupMenu.bmp
  1539. ImageCount = 1
  1540. Transparent = True
  1541. FillColorHint = 199 208 168; Average background color (light olive)
  1542. AccentColorHint = 243 189 115; Attention hilite color (light orange)
  1543. [TaskBand.GroupCount]
  1544. Font= ##Tahoma8Bold
  1545. TextColor = 65 64 10
  1546. [TaskBand::Toolbar]
  1547. BgType = None
  1548. Font= ##Tahoma8
  1549. TextColor = 65 64 10
  1550. [TaskBand::Toolbar(checked)]
  1551. TextColor = 255 255 255
  1552. [TaskBand::Toolbar(pressed)]
  1553. TextColor = 255 255 255
  1554. [TaskBand::Toolbar(hotchecked)]
  1555. TextColor = 255 255 255
  1556. [TaskBand::Toolbar.Button]
  1557. BgType = ImageFile
  1558. SizingType = Stretch
  1559. SizingMargins = 17, 5, 15, 8
  1560. ContentMargins = 0, 4, 4, 4
  1561. ImageFile = HomeStead\TaskBandButton.bmp
  1562. ImageCount = 6
  1563. ImageLayout = vertical
  1564. Transparent = True
  1565. FillColorHint = 199 208 168; Average background color (light olive)
  1566. [TaskBand::Toolbar.DropdownButton]
  1567. BgType = ImageFile
  1568. SizingType = Stretch
  1569. SizingMargins = 17, 5, 15, 8
  1570. ContentMargins = 0, 4, 4, 4
  1571. ImageFile = HomeStead\TaskBandButton.bmp
  1572. ImageCount = 6
  1573. ImageLayout = vertical
  1574. Transparent = True
  1575. FillColorHint = 199 208 168; Average background color (light olive)
  1576. [TaskBandVert::Toolbar]
  1577. BgType = None
  1578. Font= ##Tahoma8
  1579. TextColor = 65 64 10
  1580. [TaskBandVert::Toolbar(checked)]
  1581. TextColor = 255 255 255
  1582. [TaskBandVert::Toolbar(pressed)]
  1583. TextColor = 255 255 255
  1584. [TaskBandVert::Toolbar(hotchecked)]
  1585. TextColor = 255 255 255
  1586. [TaskBandVert::Toolbar.Button]
  1587. BgType = ImageFile
  1588. SizingType = Stretch
  1589. SizingMargins = 16, 7, 12, 6
  1590. ContentMargins = 0, 4, 4, 4
  1591. ImageFile = HomeStead\TaskBandButtonVertical.bmp
  1592. ImageCount = 6
  1593. ImageLayout = vertical
  1594. Transparent = True
  1595. FillColorHint = 199 208 168; Average background color (light olive)
  1596. [TaskBandVert::Toolbar.DropdownButton]
  1597. BgType = ImageFile
  1598. SizingType = Stretch
  1599. SizingMargins = 16, 7, 12, 6
  1600. ContentMargins = 0, 4, 4, 4
  1601. ImageFile = HomeStead\TaskBandButtonVertical.bmp
  1602. ImageCount = 6
  1603. ImageLayout = vertical
  1604. Transparent = True
  1605. FillColorHint = 199 208 168; Average background color (light olive)
  1606. [TaskBand::ScrollBar.ArrowBtn]
  1607. BgType = ImageFile
  1608. SizingMargins = 5, 5, 5, 5
  1609. ContentMargins = 0, 0, 0, 0
  1610. SizingType = Stretch
  1611. ImageFile=HomeStead\TaskbandScrollArrows.bmp
  1612. ImageCount = 16
  1613. ImageLayout = Vertical
  1614. GlyphType = ImageGlyph
  1615. GlyphImageFile=HomeStead\TaskBandScrollArrowGlyphs.bmp
  1616. GlyphTransparent = True
  1617. FillColorHint = 152 168 128; Average background color (olive)
  1618. [TaskBand::Scrollbar.ThumbBtnHorz]
  1619. BgType = ImageFile
  1620. SizingMargins = 5, 5, 5, 5
  1621. ContentMargins = 4, 4, 0, 0
  1622. ImageFile = HomeStead\TaskBandScrollThumbHorizontal.bmp
  1623. ImageCount = 4
  1624. ImageLayout = Vertical
  1625. FillColorHint = 152 168 128; Average background color (olive)
  1626. ;A visual element in the middle of the scrollbar thumb
  1627. [TaskBand::Scrollbar.GripperHorz]
  1628. BgType = ImageFile
  1629. SizingType = TrueSize
  1630. ImageFile = HomeStead\TaskBandScrollThumbGripperHorizontal.BMP
  1631. imagelayout = vertical
  1632. Transparent = True
  1633. ImageCount = 4
  1634. FillColorHint = 188 204 159; Thumb gripper lighter color (light olive)
  1635. ; Scrollbar Thumb (vertical)
  1636. [TaskBand::Scrollbar.ThumbBtnVert]
  1637. BgType = ImageFile
  1638. SizingMargins = 5, 5, 5, 5
  1639. ContentMargins = 0, 0, 4, 4
  1640. ImageFile = HomeStead\TaskBandScrollThumbVertical.bmp
  1641. ImageCount = 4
  1642. ImageLayout = vertical
  1643. FillColorHint = 152 168 128; Average background color (olive)
  1644. ;A visual element in the middle of the scrollbar thumb
  1645. [TaskBand::Scrollbar.GripperVert]
  1646. BgType = ImageFile
  1647. SizingType = TrueSize
  1648. ImageFile = HomeStead\TaskBandScrollThumbGripperVertical.BMP
  1649. ImageCount = 4
  1650. Transparent = True
  1651. ImageLayout = Vertical
  1652. FillColorHint = 188 204 159; Thumb gripper lighter color (light olive)
  1653. ; Scrollbar Tracks (horizontal)
  1654. [TaskBand::Scrollbar.LowerTrackHorz]
  1655. BgType = imagefile
  1656. ImageFile=HomeStead\TaskBandScrollShaftHorizontal.bmp
  1657. SizingMargins = 0, 0, 1, 1
  1658. ImageCount = 4
  1659. ImageLayout = Vertical
  1660. FillColorHint = 168 185 140; Average background color (olive)
  1661. [TaskBand::Scrollbar.UpperTrackHorz]
  1662. BgType = imagefile
  1663. ImageFile=HomeStead\TaskBandScrollShaftHorizontal.bmp
  1664. SizingMargins = 0, 0, 1, 1
  1665. ImageCount = 4
  1666. ImageLayout = Vertical
  1667. FillColorHint = 168 185 140; Average background color (olive)
  1668. ; Scrollbar Tracks (vertical)
  1669. [TaskBand::Scrollbar.LowerTrackVert]
  1670. BgType = imagefile
  1671. ImageFile=HomeStead\TaskBandScrollShaftVertical.bmp
  1672. SizingMargins = 1, 1, 0, 0
  1673. ImageCount = 4
  1674. ImageLayout = Vertical
  1675. FillColorHint = 168 185 140; Average background color (olive)
  1676. [TaskBand::Scrollbar.UpperTrackVert]
  1677. BgType = imagefile
  1678. ImageFile=HomeStead\TaskBandScrollShaftVertical.bmp
  1679. SizingMargins = 1, 1, 0, 0
  1680. ImageCount = 4
  1681. ImageLayout = Vertical
  1682. FillColorHint = 168 185 140; Average background color (olive)
  1683. ;-------------- Taskband Group Menu specific --------------
  1684. [TaskBandGroupMenu::Toolbar]
  1685. BgType = ImageFile
  1686. ImageFile = HomeStead\TaskBandBackground.bmp
  1687. SizingType = Tile
  1688. SizingMargins = 3, 3, 3, 3
  1689. ContentMargins = 9, 0, 0, 0
  1690. Font= ##Tahoma8
  1691. TextColor = 65 64 10
  1692. FillColorHint = 176 192 136; Average background color (olive)
  1693. AccentColorHint = 227 150 88; Menu top hilite color (orange)
  1694. [TaskBandGroupMenu::Toolbar.Button]
  1695. BgType = ImageFile
  1696. SizingType = stretch
  1697. SizingMargins = 3, 3, 0, 0
  1698. ContentMargins = 9, 0, 3, 3
  1699. ImageFile = HomeStead\TaskBandHover.bmp
  1700. ImageCount = 3
  1701. ImageLayout = vertical
  1702. Transparent = True
  1703. AccentColorHint = 199 208 168; Rollover hilite color (light olive)
  1704. ;-------------- Tray Notify specific --------------
  1705. [TrayNotify::Toolbar]
  1706. BgType = None
  1707. [TrayNotify::Toolbar.Button]
  1708. BgType = None
  1709. [TrayNotifyHoriz::TrayNotify.Background]
  1710. BgType = ImageFile
  1711. SizingType = Stretch
  1712. SizingMargins = 34, 10, 12, 12
  1713. ContentMargins = 19, 7, 0, 0
  1714. ImageFile = HomeStead\TaskbarTray.bmp
  1715. ImageCount = 1
  1716. Transparent = True
  1717. TransparentColor= 255 0 0
  1718. FillColorHint = 234 226 178; Average background color (light orange)
  1719. [TrayNotifyHoriz::Button]
  1720. BgType = ImageFile
  1721. SizingType = TrueSize
  1722. ImageFile = HomeStead\TrayChevronHorizontal.bmp
  1723. ImageCount = 3
  1724. Transparent = True
  1725. Imagelayout = vertical
  1726. FillColorHint = 170 125 91; Average background color (copper orange)
  1727. [TrayNotifyHorizOpen::Button]
  1728. BgType = ImageFile
  1729. SizingType = TrueSize
  1730. ImageFile = HomeStead\TrayChevronHorizontalOpen.bmp
  1731. Transparent = True
  1732. ImageCount = 3
  1733. Imagelayout = vertical
  1734. FillColorHint = 170 125 91; Average background color (copper orange)
  1735. [TrayNotifyVert::TrayNotify.Background]
  1736. BgType = ImageFile
  1737. SizingType = Stretch
  1738. SizingMargins = 12, 12, 34, 10
  1739. ContentMargins = 0, 0, 19, 7
  1740. ImageFile = HomeStead\TaskbarTrayVertical.bmp
  1741. ImageCount = 1
  1742. Transparent = True
  1743. TransparentColor= 255 0 0
  1744. FillColorHint = 234 226 178; Average background color (light orange)
  1745. [TrayNotifyVert::Button]
  1746. BgType = ImageFile
  1747. SizingType = TrueSize
  1748. Transparent = True
  1749. ImageFile = HomeStead\TrayChevronHorizontal.bmp
  1750. ImageCount = 3
  1751. Imagelayout = vertical
  1752. FillColorHint = 170 125 91; Average background color (copper orange)
  1753. [TrayNotifyVertOpen::Button]
  1754. BgType = ImageFile
  1755. SizingType = TrueSize
  1756. Transparent = True
  1757. ImageFile = HomeStead\TrayChevronHorizontalOpen.bmp
  1758. ImageCount = 3
  1759. Imagelayout = vertical
  1760. FillColorHint = 170 125 91; Average background color (copper orange)
  1761. [TrayNotify::Clock]
  1762. Font= ##Tahoma8
  1763. TextColor = 65 64 10
  1764. ;-------------- Application-specific ------------------------
  1765. ;----------- places bar --------------------------------
  1766. ;The places toolbar in the fileopen/save dialog.
  1767. [Placesbar::Toolbar]
  1768. SizingMargins = 4, 4, 4, 4
  1769. ContentMargins = 0, 0, 0, 0
  1770. ImageFile=HomeStead\PlaceBarBackground.bmp
  1771. bgtype = imagefile
  1772. imageCount = 1
  1773. sizingType = tile
  1774. FillColorHint = 249 248 243; Background color (light beige)
  1775. [Placesbar::Toolbar.Button]
  1776. SizingMargins = 4, 4, 4, 4
  1777. ContentMargins = 0, 0, 4, 2
  1778. ImageFile=HomeStead\PlaceBarButtons.bmp
  1779. bgtype = imagefile
  1780. imagelayout = vertical
  1781. imageCount = 6
  1782. sizingType = stretch
  1783. transparent = true
  1784. FillColorHint = 255 255 255; Selected color (white)
  1785. BorderColorHint = 122 152 175; Outline color (blue grey)
  1786. ;----------- Explorer (IE) bar --------------------------------
  1787. [ExplorerBar]
  1788. BgType = BorderFill
  1789. FillType= VertGradient
  1790. GradientRatio1 = 0
  1791. GradientColor1 = 204 217 173
  1792. GradientRatio2 = 255
  1793. GradientColor2 = 165 189 132
  1794. BorderSize = 0
  1795. ContentMargins = 12, 12, 12, 12
  1796. [ExplorerBar.HeaderBackground]; Not used in IE 6
  1797. BgType = ImageFile
  1798. SizingType = Stretch
  1799. ImageFile = HomeStead\ExplorerBarHeaderBackground.bmp
  1800. SizingMargins = 202, 1, 0, 0
  1801. Font= ##Tahoma8Bold
  1802. TextColor = 255 255 255
  1803. ContentMargins = 8, 8, 7, 7
  1804. FillColorHint = 193 201 162; Mid color of gradient (olive)
  1805. [ExplorerBar.HeaderClose]; Not used in IE 6
  1806. BgType = ImageFile
  1807. SizingType = TrueSize
  1808. ImageLayout = Vertical
  1809. ImageFile = HomeStead\ExplorerBarHeaderClose.bmp
  1810. ImageCount = 3
  1811. Transparent = true
  1812. OffsetType = TopRight
  1813. Offset = -4, 4
  1814. FillColorHint = 138 168 229; Close box normal state (blue)
  1815. AccentColorHint = 255 121 95; Close box rollover (brick red)
  1816. [ExplorerBar.HeaderPin]; Not used in IE 6
  1817. BgType = ImageFile
  1818. SizingType = TrueSize
  1819. ImageLayout = Vertical
  1820. ImageFile = HomeStead\ExplorerBarHeaderPin.bmp
  1821. ImageCount = 6
  1822. Transparent = true
  1823. OffsetType = TopRight
  1824. Offset = -6, 4
  1825. FillColorHint = 190 197 151; Average pin color (olive)
  1826. [ExplorerBar.IEBarMenu]; Not used in IE 6
  1827. BgType = ImageFile
  1828. SizingType = TrueSize
  1829. ImageLayout = Vertical
  1830. ImageFile = HomeStead\IE_PersonalBarMenu.bmp
  1831. ImageCount = 3
  1832. Transparent = true
  1833. OffsetType = TopRight
  1834. Offset = -3, 1
  1835. FillColorHint = 236 240 249; Average button background color (light grey blue)
  1836. BorderColorHint = 165 187 228; Border of button (blue grey)
  1837. [ExplorerBar.NormalGroupBackground]
  1838. BgType = ImageFile
  1839. FillColor = 246 246 236
  1840. BorderColor = 255 255 255
  1841. SizingType = Stretch
  1842. ImageFile = HomeStead\NormalGroupBackground.bmp
  1843. SizingMargins = 3, 3, 3, 3
  1844. Font= ##Tahoma8
  1845. TextColor = 38 92 192
  1846. ContentMargins = 8, 8, 7, 7
  1847. [ExplorerBar.NormalGroupCollapse]
  1848. BgType = ImageFile
  1849. SizingType = TrueSize
  1850. ImageLayout = Vertical
  1851. ImageFile = HomeStead\NormalGroupCollapse.bmp
  1852. ImageCount = 3
  1853. Transparent = true
  1854. OffsetType = TopRight
  1855. Offset = -3, 1
  1856. FillColorHint = 198 209 188; Close box average color (light olive)
  1857. BorderColorHint = 255 255 255; Edge color (white)
  1858. [ExplorerBar.NormalGroupExpand]
  1859. BgType = ImageFile
  1860. SizingType = TrueSize
  1861. ImageLayout = Vertical
  1862. ImageFile = HomeStead\NormalGroupExpand.bmp
  1863. ImageCount = 3
  1864. Transparent = true
  1865. OffsetType = TopRight
  1866. Offset = -3, 1
  1867. FillColorHint = 198 209 188; Close box average color (light olive)
  1868. BorderColorHint = 255 255 255; Edge color (white)
  1869. [ExplorerBar.NormalGroupHead]
  1870. BgType = ImageFile
  1871. SizingType = Stretch
  1872. ImageFile = HomeStead\NormalGroupHead.bmp
  1873. SizingMargins = 3, 106, 3, 1
  1874. Transparent = true
  1875. Font= ##Tahoma8Bold
  1876. TextColor = 33 93 198
  1877. ContentMargins = 8, 8, 7, 7
  1878. FillColorHint = 233 237 200; Lighter side of gradient (very light olive)
  1879. [ExplorerBar.SpecialGroupBackground]
  1880. BgType = ImageFile
  1881. SizingType = Stretch
  1882. ImageFile = HomeStead\SpecialGroupBackground.bmp
  1883. SizingMargins = 3, 3, 3, 3
  1884. Font= ##Tahoma8
  1885. TextColor = 38 92 192
  1886. ContentMargins = 8, 8, 7, 7
  1887. FillColorHint = 246 246 236; Background color (very light olive)
  1888. [ExplorerBar.SpecialGroupCollapse]
  1889. BgType = ImageFile
  1890. SizingType = TrueSize
  1891. ImageLayout = Vertical
  1892. ImageFile = HomeStead\SpecialGroupCollapse.bmp
  1893. ImageCount = 3
  1894. Transparent = true
  1895. OffsetType = TopRight
  1896. Offset = -3, 1
  1897. FillColorHint = 130 164 80; Average background color (olive)
  1898. BorderColorHint = 191 205 156; Edge color (light olive)
  1899. [ExplorerBar.SpecialGroupExpand]
  1900. BgType = ImageFile
  1901. SizingType = TrueSize
  1902. ImageLayout = Vertical
  1903. ImageFile = HomeStead\SpecialGroupExpand.bmp
  1904. ImageCount = 3
  1905. Transparent = true
  1906. OffsetType = TopRight
  1907. Offset = -3, 1
  1908. FillColorHint = 130 164 80; Average background color (olive)
  1909. BorderColorHint = 191 205 156; Edge color (light olive)
  1910. [ExplorerBar.SpecialGroupHead]
  1911. BgType = ImageFile
  1912. SizingType = Stretch
  1913. ImageFile = HomeStead\SpecialGroupHead.bmp
  1914. SizingMargins = 3, 106, 3, 1
  1915. Transparent = true
  1916. Font= ##Tahoma8Bold
  1917. TextColor = 255 255 255
  1918. FillColor = 119 140 64
  1919. ContentMargins = 8, 8, 7, 7
  1920. [ExplorerBar::Rebar]; Not used in IE 6
  1921. bgtype = imagefile
  1922. sizingtype = stretch
  1923. ImageFile = HomeStead\ExplorerBarToolbarBackground.bmp
  1924. sizingmargins = 0, 0, 0, 4
  1925. Font= ##Tahoma8
  1926. TextColor = 127 124 115
  1927. FillColorHint = 243 247 253; (very light blue)
  1928. [ExplorerBar::Rebar.Band]; Not used in IE 6
  1929. bgtype = none
  1930. ContentMargins = 2, 0, 0, 0
  1931. [ExplorerBar::Rebar.Gripper]; Not used in IE 6
  1932. bgtype = imagefile
  1933. SizingMargins = 0, 0, 6, 4
  1934. ContentMargins = 3, 0, 0, 0
  1935. ImageFile = HomeStead\Gripper.bmp
  1936. sizingType = Tile
  1937. Transparent = true
  1938. TransparentColor= 255 0 0
  1939. FillColorHint = 151 164 119; Gripper dot color (dark olive)
  1940. [ExplorerBar::Rebar.GripperVert]; Not used in IE 6
  1941. bgtype = imagefile
  1942. SizingMargins = 9, 8, 0, 0
  1943. ImageFile = HomeStead\GripperVert.bmp
  1944. sizingType = Tile
  1945. Transparent = true
  1946. TransparentColor= 255 0 0
  1947. FillColorHint = 151 164 119; Gripper dot color (dark olive)
  1948. [ExplorerBar::Rebar.Chevron]; Not used in IE 6
  1949. SizingMargins = 4, 4, 4, 4
  1950. ContentMargins = 0, 0, 0, 0
  1951. ImageFile = HomeStead\ExplorerBarToolbarButtons.bmp
  1952. bgtype = imagefile
  1953. imagelayout = vertical
  1954. imageCount = 6
  1955. sizingType = Stretch
  1956. Transparent = true
  1957. GlyphType = ImageGlyph
  1958. GlyphImageFile = HomeStead\Chevron.bmp
  1959. GlyphTransparent= true
  1960. VAlign = Top
  1961. FillColorHint = 0 0 0; Glyph color (black)
  1962. [ExplorerBar::Rebar.ChevronVert]; Not used in IE 6
  1963. SizingMargins = 4, 4, 4, 4
  1964. ContentMargins = 0, 0, 0, 0
  1965. ImageFile = HomeStead\ExplorerBarToolbarButtons.bmp
  1966. bgtype = imagefile
  1967. imagelayout = vertical
  1968. imageCount = 6
  1969. sizingType = Stretch
  1970. Transparent = true
  1971. GlyphType = ImageGlyph
  1972. GlyphImageFile = HomeStead\Chevron.bmp
  1973. GlyphTransparent= true
  1974. VAlign = Top
  1975. FillColorHint = 0 0 0; Glyph color (black)
  1976. [ExplorerBar::Toolbar.Button]; Not used in IE 6
  1977. SizingMargins = 4, 4, 4, 4
  1978. ContentMargins = 0, 0, 0, 0
  1979. ImageFile = HomeStead\ExplorerBarToolbarButtons.bmp
  1980. bgtype = imagefile
  1981. imagelayout = vertical
  1982. imageCount = 6
  1983. sizingType = Stretch
  1984. Transparent = true
  1985. TransparentColor= 255 0 255
  1986. FillColorHint = 238 243 248; Average fill color (light blue grey)
  1987. BorderColorHint = 168 191 234; Edge color (grey blue)
  1988. [ExplorerBar::Toolbar.DropdownButton]; Not used in IE 6
  1989. SizingMargins = 4, 4, 4, 4
  1990. ContentMargins = 0, 0, 0, 0
  1991. ImageFile = HomeStead\ExplorerBarToolbarButtons.bmp
  1992. bgtype = imagefile
  1993. imagelayout = vertical
  1994. imageCount = 6
  1995. sizingType = Stretch
  1996. Transparent = true
  1997. TransparentColor= 255 0 255
  1998. FillColorHint = 238 243 248; Average fill color (light blue grey)
  1999. BorderColorHint = 168 191 234; Edge color (grey blue)
  2000. [ExplorerBar::Toolbar.SplitButton]; Not used in IE 6
  2001. SizingMargins = 4, 2, 4, 4
  2002. ImageFile = HomeStead\ExplorerBarToolbarButtonsSplit.bmp
  2003. bgtype = imagefile
  2004. imagelayout = vertical
  2005. imageCount = 6
  2006. sizingType = Stretch
  2007. Transparent = true
  2008. TransparentColor= 255 0 255
  2009. FillColorHint = 238 243 248; Average fill color (light blue grey)
  2010. BorderColorHint = 168 191 234; Edge color (grey blue)
  2011. [ExplorerBar::Toolbar.SplitButtonDropdown]; Not used in IE 6
  2012. SizingMargins = 2, 4, 4, 4
  2013. ImageFile = HomeStead\ExplorerBarToolbarButtonsSplitDropdown.bmp
  2014. bgtype = imagefile
  2015. imagelayout = vertical
  2016. imageCount = 6
  2017. sizingType = Stretch
  2018. Transparent = true
  2019. TransparentColor= 255 0 255
  2020. GlyphType = ImageGlyph
  2021. GlyphImageFile = HomeStead\ToolbarButtonsSplitDropdownGlyph.bmp
  2022. GlyphTransparent= true
  2023. FillColorHint = 238 243 248; Average fill color (light blue grey)
  2024. BorderColorHint = 168 191 234; Edge color (grey blue)
  2025. [ExplorerBar::Toolbar.Separator]; Not used in IE 6
  2026. SizingMargins = 5, 2, 2, 1
  2027. ImageFile = HomeStead\Separator.bmp
  2028. bgtype = imagefile
  2029. imageCount = 1
  2030. sizingType = tile
  2031. Transparent = true
  2032. TransparentColor= 255 0 0
  2033. FillColorHint = 202 198 175; Separator line color (dark beige)
  2034. [ExplorerBar::Toolbar.SeparatorVert]; Not used in IE 6
  2035. SizingMargins = 2, 1, 5, 1
  2036. ImageFile = HomeStead\SeparatorVert.bmp
  2037. bgtype = imagefile
  2038. imageCount = 1
  2039. sizingType = tile
  2040. Transparent = true
  2041. TransparentColor= 255 0 0
  2042. FillColorHint = 202 198 175; Separator line color (dark beige)