Source code of Windows XP (NT5)
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.

1240 lines
26 KiB

  1. ;------------------------------------------
  2. ; file: Mallard\default.ini
  3. ;------------------------------------------
  4. ;--------- Globals -------------------------
  5. [globals]
  6. ;--------- system metrics -------------------------------
  7. [SysMetrics]
  8. ;These colors effect the system metrics that are used whether or not a [SysMetrics]
  9. Scrollbar = 235 235 228
  10. Window = 255 255 255
  11. MenuBar = 254 249 228
  12. Menu = 255 255 255
  13. Background = 0 78 152
  14. Btnface = 240 237 215
  15. Highlight = 255 216 37
  16. HighlightText = 0 0 0
  17. MenuHilight = 255 216 37
  18. CaptionFont = Trebuchet MS, 10, Bold
  19. SmallCaptionFont = Trebuchet MS, 7, Bold
  20. CaptionText = 222 251 161
  21. InactiveCaptionText = 96 153 156
  22. ActiveCaption = 153 204 51
  23. InactiveCaption = 66 132 108
  24. GradientActiveCaption = 153 204 51
  25. GradientInactiveCaption = 66 132 108
  26. CaptionBarHeight = 25
  27. CaptionBarWidth = 25
  28. SmCaptionBarHeight = 11
  29. SmCaptionBarWidth = 11
  30. SizingBorderWidth = 10
  31. ;WindowFrame
  32. ;MenuText
  33. ;WindowText
  34. ;CaptionText
  35. ;ActiveBorder
  36. ;InactiveBorder
  37. ;AppWorkSpace
  38. ;BtnShadow = 240 237 215
  39. ;BtnHighlight = 240 237 215
  40. ;GrayText
  41. ;BtnText
  42. ;InactiveCaptionText
  43. DkShadow3d = 240 237 215
  44. Light3d = 240 237 215
  45. ;InfoText
  46. ;InfoBk
  47. ;UnknownColor
  48. ;HotLight
  49. ;GradientActiveCaption
  50. ;GradientInactiveCaption
  51. CaptionFont = tahoma, 8
  52. SmallCaptionFont = tahoma, 8
  53. MenuFont = tahoma, 8
  54. StatusFont = tahoma, 8
  55. MsgBoxFont = tahoma, 8
  56. IConTitleFont = tahoma, 8
  57. FlatMenus = True
  58. CssName = default.css
  59. XmlName = default.xml
  60. ; this theme designed for 15-bit color and higher
  61. MinColorDepth = 15
  62. ;---------- buttons ---------------------------------
  63. [button]
  64. [button.pushbutton]
  65. BgType = ImageFile
  66. SizingMargins = 6, 6, 9, 9
  67. ContentMargins = 4, 4, 2, 2
  68. SizingType = Tile
  69. ImageFile = buttonAlphaVerde.bmp
  70. Transparent = True
  71. ImageCount = 5
  72. [button.pushbutton(disabled)]
  73. TextColor = 161 161 146
  74. [button.checkbox]
  75. BgType = ImageFile
  76. SizingType = TrueSize
  77. ImageFile = checkBoxAlphaVerde.bmp
  78. SizingMargins = 0, 0, 0, 0
  79. ContentMargins = 0, 0, -1, 0
  80. Transparent = True
  81. ImageCount = 12
  82. [button.checkbox(checkeddisabled)]
  83. TextColor = 161 161 146
  84. [button.checkbox(uncheckeddisabled)]
  85. TextColor = 161 161 146
  86. [button.checkbox(mixeddisabled)]
  87. TextColor = 161 161 146
  88. [button.radiobutton]
  89. BgType = ImageFile
  90. SizingType = TrueSize
  91. ImageFile = radioAlphaVerde.bmp
  92. SizingMargins = 0, 0, 0, 0
  93. ContentMargins = 0, 0, -1, 0
  94. Transparent = True
  95. ImageCount = 8
  96. [button.radiobutton(checkeddisabled)]
  97. TextColor = 161 161 146
  98. [button.radiobutton(uncheckeddisabled)]
  99. TextColor = 161 161 146
  100. [button.groupbox]
  101. TextColor = 112 158 42
  102. BgType = ImageFile
  103. SizingMargins = 4, 4, 8, 4
  104. SizingType = Tile
  105. ImageFile = GroupBoxCurvedVerde.bmp
  106. Transparent =True
  107. ;borderOnly = True
  108. ;[button.groupbox(disabled)]
  109. ;TextColor = 161 161 146
  110. ;----------- combobox --------------------------------
  111. ;Dropdown controls
  112. [Combobox]
  113. ; Globals for the entire control
  114. BgType = BorderFill
  115. BorderSize = 1
  116. FillColor = 255 255 255
  117. BorderColor = 116 141 77
  118. [Combobox(Hot)]
  119. ; Globals when the mouse is over the control
  120. BorderColor = 108 124 166
  121. [Combobox(Disabled)]
  122. ; Globals when the control is disabled
  123. BorderColor = 212 211 197
  124. FillColor = 235 235 228
  125. ;[Combobox::Edit]
  126. ;BgType=BorderFill
  127. ;BorderSize=0
  128. ;FillColor = 255 255 255
  129. ;[Combobox::Edit.EditText(Disabled)]
  130. ;FillColor = 235 235 228
  131. ;TextColor = 161 161 146
  132. ;The down pointing triangle button
  133. [Combobox.DropDownButton]
  134. BgType = ImageFile
  135. SizingType = Stretch
  136. ImageFile = ComboButtonVerde.bmp
  137. SizingMargins = 1, 1, 1, 1
  138. ImageCount = 4
  139. ;----------- edit --------------------------------
  140. [edit]
  141. BgType = BorderFill
  142. BorderSize = 1
  143. [edit.edittext]
  144. BorderColor = 116 141 77
  145. [edit.edittext(Disabled)]
  146. BorderColor = 212 211 197
  147. [edit.edittext(Hot)]
  148. BorderColor = 108 124 166
  149. [edit.edittext(ReadOnly)]
  150. BorderColor = 212 211 197
  151. ;[edit.edittext(Assist)]
  152. ;FillColor = 0 0 255
  153. ;TextColor = 255 255 255
  154. ;--------- Scrollbar -------------------------
  155. [ScrollBar]
  156. ; Scrollbar Arrow Buttons
  157. [ScrollBar.ArrowBtn]
  158. BgType = ImageFile
  159. SizingMargins = 2, 2, 2, 2
  160. ImageFile = ScrollbarArrowsVerde.bmp
  161. ImageCount = 16
  162. ; Scrollbar Thumb (horizontal)
  163. [Scrollbar.ThumbBtnHorz]
  164. BgType = ImageFile
  165. SizingMargins = 3, 3, 3, 3
  166. ImageFile = hscrollThumbVerde.bmp
  167. ImageCount = 4
  168. [Scrollbar.GripperHorz]
  169. BgType = ImageFile
  170. SizingType = TrueSize
  171. ImageFile = hThumbGripperVerde.bmp
  172. ImageCount = 4
  173. ; Scrollbar Thumb (vertical)
  174. [Scrollbar.ThumbBtnVert]
  175. BgType = ImageFile
  176. SizingMargins = 3, 3, 3, 3
  177. ImageFile = vscrollThumbVerde.bmp
  178. ImageCount = 4
  179. [Scrollbar.GripperVert]
  180. BgType = ImageFile
  181. SizingType = TrueSize
  182. ImageFile = vThumbGripperVerde.bmp
  183. ImageCount = 4
  184. ; Scrollbar Tracks (horizontal)
  185. [Scrollbar.LowerTrackHorz]
  186. BgType = ImageFile
  187. SizingType = Stretch
  188. SizingMargins = 0, 0, 0, 0
  189. ImageFile = hscrollShaftVerde.bmp
  190. ImageCount = 4
  191. [Scrollbar.UpperTrackHorz]
  192. BgType = ImageFile
  193. SizingType = Stretch
  194. SizingMargins = 0, 0, 0, 0
  195. ImageFile = hscrollShaftVerde.bmp
  196. ImageCount = 4
  197. ; Scrollbar Tracks (vertical)
  198. [Scrollbar.LowerTrackVert]
  199. BgType = ImageFile
  200. SizingType = Stretch
  201. SizingMargins = 0, 0, 0, 0
  202. ImageFile = vscrollShaftVerde.bmp
  203. ImageCount = 4
  204. [Scrollbar.UpperTrackVert]
  205. BgType = ImageFile
  206. SizingType = Stretch
  207. SizingMargins = 0, 0, 0, 0
  208. ImageFile = vscrollShaftVerde.bmp
  209. ImageCount = 4
  210. ;----------- spin --------------------------------
  211. [spin]
  212. BgType = ImageFile
  213. SizingType = Tile
  214. ImageFile = FieldOutlineVerde.bmp
  215. SizingMargins = 2, 2, 2, 2
  216. ImageCount = 1
  217. [Spin.Up]
  218. BgType = ImageFile
  219. SizingType = Stretch
  220. ImageFile = SpinUpVerde.bmp
  221. SizingMargins = 2, 2, 2, 2
  222. ImageCount = 4
  223. [Spin.Down]
  224. BgType = ImageFile
  225. SizingType = Stretch
  226. ImageFile = SpinDownVerde.bmp
  227. SizingMargins = 2, 2, 2, 2
  228. ImageCount = 4
  229. [Spin.Uphorz]
  230. BgType = ImageFile
  231. SizingType = Stretch
  232. ImageFile = SpinRightVerde.bmp
  233. SizingMargins = 2, 2, 2, 2
  234. ImageCount = 4
  235. [Spin.Downhorz]
  236. BgType = ImageFile
  237. SizingType = Stretch
  238. ImageFile = SpinLeftVerde.bmp
  239. SizingMargins = 2, 2, 2, 2
  240. ImageCount = 4
  241. ;----------- rebar --------------------------------
  242. [Rebar]
  243. bgtype =imagefile
  244. sizingtype=stretch
  245. imagefile=TaskbarBackground.bmp
  246. sizingmargins= 297, 2, 0, 0
  247. [Rebar.Band]
  248. BgType = None
  249. [Rebar.Gripper]
  250. BgType = ImageFile
  251. SizingMargins = 1, 1, 4, 3
  252. ImageFile=GripperVerde.bmp
  253. SizingType = Tile
  254. transparent=true
  255. transparentcolor=255 0 0
  256. [Rebar.GripperVert]
  257. BgType = ImageFile
  258. SizingMargins = 4, 3, 1, 1
  259. ImageFile=GripperVertVerde.bmp
  260. SizingType = Tile
  261. transparent=true
  262. transparentcolor=255 0 0
  263. [Rebar.Chevron]
  264. BgType = ImageFile
  265. SizingType = Stretch
  266. SizingMargins = 1, 1, 1, 1
  267. ImageFile = ChevVerdeBg.bmp
  268. ImageCount = 3
  269. GlyphImageFile = ChevTrans.bmp
  270. GlyphTransparentColor = 157 185 217
  271. GlyphTransparent = true
  272. [Rebar.Chevron(Normal)]
  273. GlyphOnly = true
  274. ;----------- toolbar--------------------------------
  275. [Toolbar]
  276. BgType =borderfill
  277. FillColor = 255 182 103
  278. bordersize=0
  279. [Toolbar(Pressed)]
  280. TextColor= 255 255 255
  281. [Toolbar.Button]
  282. SizingMargins = 1, 1, 1, 1
  283. ContentMargins = 0, 0, 0, 0
  284. ImageFile=ToolbarButtonVerde.bmp
  285. BgType = ImageFile
  286. ImageCount = 6
  287. SizingType = Tile
  288. Transparent = True
  289. TransparentColor = 255 0 0
  290. [Toolbar.Separator]
  291. SizingMargins = 5, 2, 2, 1
  292. ImageFile=Separator.bmp
  293. bgtype = imagefile
  294. imageCount = 1
  295. sizingType = tile
  296. transparent=true
  297. transparentcolor=255 0 0
  298. [Toolbar.SeparatorVert]
  299. SizingMargins = 2, 1, 5, 1
  300. ImageFile=SeparatorVert.bmp
  301. bgtype = imagefile
  302. imageCount = 1
  303. sizingType = tile
  304. transparent=true
  305. transparentcolor=255 0 0
  306. [Toolbar.DropdownButton]
  307. SizingMargins = 1, 1, 1, 1
  308. ImageFile=ToolbarButtonVerde.bmp
  309. BgType = ImageFile
  310. ImageCount = 6
  311. SizingType = Tile
  312. Transparent = True
  313. TransparentColor = 255 0 0
  314. [Toolbar.SplitButton]
  315. SizingMargins = 1, 1, 1, 1
  316. ImageFile=ToolbarButtonVerde.bmp
  317. BgType = ImageFile
  318. ImageCount = 6
  319. SizingType = Tile
  320. Transparent = True
  321. TransparentColor = 255 0 0
  322. [Toolbar.SplitButtonDropdown]
  323. SizingMargins = 1, 1, 15, 1
  324. ImageFile=ToolbarSplitButtonDropdownVerde.bmp
  325. BgType = ImageFile
  326. ImageCount = 5
  327. SizingType = Tile
  328. Transparent = True
  329. TransparentColor = 255 0 0
  330. ;----------- status--------------------------------
  331. [Status]
  332. BgType =borderfill
  333. FillColor = 220 214 165
  334. BorderColor = 220 214 165
  335. [Status.Pane]
  336. BgType =borderfill
  337. FillColor = 220 214 165
  338. BorderColor = 255 0 0
  339. [Status.Gripper]
  340. ImageFile=ResizeGripVerde.bmp
  341. BgType = ImageFile
  342. ImageCount = 2
  343. SizingType = TrueSize
  344. Transparent = True
  345. transparentcolor=255 0 255
  346. ;----------- menu --------------------------------
  347. ;[Menu]
  348. ;BgType = borderFill
  349. ;fillType = Solid
  350. ;fillColor = 249 248 247
  351. ;borderSize = 1
  352. ;borderColor = 161 161 146
  353. ;[Menu.MenuItem]
  354. ;--item on a menu--
  355. ;BgType = ImageFile
  356. ;SizingMargins = 26, 0, 0, 0
  357. ;ContentMargins = 4, 0, 0, 0
  358. ;ImageFile=menuItemVerde.bmp
  359. ;ImageCount = 1
  360. ;SizingType = Stretch
  361. ;BgType = borderFill
  362. ;fillType = Solid
  363. ;fillColor = 249 248 247
  364. ;BorderSize = 0
  365. ;[Menu.MenuDropDown]
  366. ;--item with a cascading menu--
  367. ;BgType = borderFill
  368. ;fillType = Solid
  369. ;fillColor = 249 248 247
  370. ;BorderSize = 0
  371. ;BgType = ImageFile
  372. ;SizingMargins = 26, 12, 0, 0
  373. ;ImageFile=menuItemVerde.bmp
  374. ;ImageCount = 1
  375. ;SizingType = Stretch
  376. ;[Menu.MenuBarDropDown]
  377. ;--menu title in menubar--
  378. ;BgType = borderFill
  379. ;fillType = Solid
  380. ;fillColor = 235 235 228
  381. ;[Menu.MenuBarItem]
  382. ;--item on the menubar with no menu (rare)--
  383. ;BgType = borderFill
  384. ;fillType = Solid
  385. ;fillColor = 235 235 228
  386. ;[Menu.Chevron]
  387. ;SizingMargins = 0, 0, 0, 0
  388. ;ImageFile=MenuChevronVerde.bmp
  389. ;BgType = ImageFile
  390. ;ImageCount = 1
  391. ;[Menu.Separator]
  392. ;SizingMargins = 37, 0, 0, 0
  393. ;ImageFile=MenuSeparatorLineVerde.bmp
  394. ;BgType = ImageFile
  395. ;ImageCount = 1
  396. ;----------- list view --------------------------------
  397. ;[ListView]
  398. ;FillColor= 0 0 0
  399. ;[ListView.ListGroup]
  400. ;TextColor = 255 0 255
  401. ;ImageFile=ListGroupVerde.bmp
  402. ;BgType =ImageFile
  403. ;SizingType = Stretch
  404. ;[ListView.ListItem]
  405. ;TextColor = 128 0 0
  406. ;FillColor= 255 255 255
  407. ;SizingType = Stretch
  408. ;[ListView.ListItem(Hot)]
  409. ;BgType =BorderFill
  410. ;TextColor = 0 0 0
  411. ;FillColor = 255 211 225
  412. ;[ListView.ListItem(Selected)]
  413. ;BgType =BorderFill
  414. ;TextColor = 255 255 255
  415. ;FillColor = 108 124 166
  416. ;[ListView.ListDetail]
  417. ;TextColor = 0 0 0
  418. ;FillColor = 210 213 206
  419. ;BgType =BorderFill
  420. ;[ListView.ListSortedDetail]
  421. ;TextColor = 114 129 171
  422. ;FillColor = 255 0 255
  423. ;BgType =BorderFill
  424. ;----------- header --------------------------------
  425. [Header]
  426. bgtype=borderfill
  427. bordersize=0
  428. fillcolor=254 249 228
  429. [Header.HeaderItem]
  430. BgType = ImageFile
  431. SizingMargins = 2, 2, 2, 2
  432. ImageFile=ListViewHeaderVerde.bmp
  433. ImageCount=5
  434. SizingType = Tile
  435. [HeaderItem(pressed)]
  436. TextColor = 255 255 255
  437. ;----------- progress --------------------------------
  438. [Progress]
  439. ProgressChunkSize = 6
  440. ProgressSpaceSize = 2
  441. [Progress.Bar]
  442. bgtype = imagefile
  443. ImageFile = ProgressTrackVerde.bmp
  444. sizingMargins = 3, 3, 3, 2
  445. SizingType = tile
  446. [Progress.BarVert]
  447. bgtype = imagefile
  448. ImageFile = ProgressTrackVerde.bmp
  449. sizingMargins = 3, 3, 3, 2
  450. SizingType = tile
  451. [Progress.Chunk]
  452. BgType = ImageFile
  453. ImageFile = ProgressChunkVerde.bmp
  454. sizingMargins = 0, 0, 0, 0
  455. SizingType = Stretch
  456. [Progress.ChunkVert]
  457. BgType = ImageFile
  458. ImageFile = ProgressChunkVerde.bmp
  459. sizingMargins = 0, 0, 0, 0
  460. SizingType = Stretch
  461. ;----------- tab --------------------------------
  462. [Tab]
  463. BgType = borderFill
  464. fillColor = 240 237 215
  465. bordersize = 0
  466. [Tab.Body]
  467. bgtype=imagefile
  468. ImageFile=TabBackground.bmp
  469. [Tab.Pane]
  470. BgType = ImageFile
  471. ImageFile=TabPaneVerde.bmp
  472. sizingMargins = 3, 3, 3, 3
  473. SizingType = Tile
  474. ImageCount = 1
  475. [Tab.TabItem]
  476. SizingMargins = 5, 6, 4, 4
  477. ContentMargins = 0, 0, 0, 0
  478. BgType=ImageFile
  479. ImageFile=tabItemVerde.bmp
  480. SizingType = Stretch
  481. ImageCount=5
  482. [Tab.TabItemLeftEdge]
  483. SizingMargins = 5, 6, 4, 4
  484. ContentMargins = 0, 0, 0, 0
  485. BgType=ImageFile
  486. ImageFile=tabItemLeftVerde.bmp
  487. SizingType = Stretch
  488. ImageCount=5
  489. [Tab.TabItemRightEdge]
  490. SizingMargins = 5, 6, 4, 4
  491. ContentMargins = 0, 0, 0, 0
  492. BgType=ImageFile
  493. ImageFile=tabItemRightVerde.bmp
  494. SizingType = Stretch
  495. ImageCount=5
  496. [Tab.TabItemBothEdge]
  497. SizingMargins = 5, 6, 4, 4
  498. ContentMargins = 0, 0, 0, 0
  499. BgType=ImageFile
  500. ImageFile=tabItemLeftVerde.bmp
  501. SizingType = Stretch
  502. ImageCount=5
  503. [Tab.TopTabItem]
  504. SizingMargins = 5, 6, 4, 4
  505. ContentMargins = 0, 0, 0, 0
  506. BgType=ImageFile
  507. ImageFile=tabItemTopVerde.bmp
  508. SizingType = Stretch
  509. ImageCount=5
  510. [Tab.TopTabItemLeftEdge]
  511. SizingMargins = 5, 6, 4, 4
  512. ContentMargins = 0, 0, 0, 0
  513. BgType=ImageFile
  514. ImageFile=tabItemTopLeftVerde.bmp
  515. SizingType = Stretch
  516. ImageCount=5
  517. [Tab.TopTabItemRightEdge]
  518. SizingMargins = 5, 6, 4, 4
  519. ContentMargins = 0, 0, 0, 0
  520. BgType=ImageFile
  521. ImageFile=tabItemTopRightVerde.bmp
  522. SizingType = Stretch
  523. ImageCount=5
  524. [Tab.TopTabItemBothEdge]
  525. SizingMargins = 5, 6, 4, 4
  526. ContentMargins = 0, 0, 0, 0
  527. BgType=ImageFile
  528. ImageFile=tabItemTopLeftVerde.bmp
  529. SizingType = Stretch
  530. ImageCount=5
  531. ;----------- trackbar --------------------------------
  532. [TrackBar]
  533. BgType = borderFill
  534. fillType = Solid
  535. fillColor = 235 235 228
  536. bordersize = 1
  537. borderColor = 235 235 228
  538. ;The movable part of a horizontal slider (TBS_BOTH style)
  539. [TrackBar.Thumb]
  540. BgType=ImageFile
  541. ImageFile=SliderThumbVerde.bmp
  542. ImageCount=5
  543. SizingMargins = 3, 3, 3, 3
  544. sizingtype = tile
  545. Transparent=True
  546. transparentcolor= 255 0 255
  547. ;The movable part of a horizontal slider (TBS_TOP style)
  548. [TrackBar.ThumbTop]
  549. bgtype=imagefile
  550. ImageFile=SliderThumbTopVerde.bmp
  551. ImageCount=5
  552. SizingMargins = 3, 3, 8, 4
  553. sizingtype = tile
  554. Transparent=True
  555. transparentcolor= 255 0 255
  556. ;The movable part of a horizontal slider (TBS_BOTTOM style)
  557. [TrackBar.ThumbBottom]
  558. bgtype=imagefile
  559. ImageFile=SliderThumbBottomVerde.bmp
  560. ImageCount=5
  561. Transparent=True
  562. SizingMargins = 3, 3, 4, 8
  563. SizingType = Tile
  564. TransparentColor= 255 0 255
  565. ;The movable part of a vertical slider (TBS_BOTH style)
  566. [TrackBar.ThumbVert]
  567. BgType=ImageFile
  568. ImageFile=SliderThumbVertVerde.bmp
  569. SizingMargins = 4, 4, 3, 2
  570. SizingType = Tile
  571. ImageCount=5
  572. ;The movable part of a vertical slider (TBS_LEFT style)
  573. [TrackBar.ThumbLeft]
  574. bgtype=imagefile
  575. ImageFile=SliderThumbLeftVerde.bmp
  576. SizingMargins = 8, 4, 3, 2
  577. sizingtype = tile
  578. imagecount=5
  579. transparent=true
  580. transparentcolor= 255 0 255
  581. ;The movable part of a vertical slider (TBS_RIGHT style)
  582. [TrackBar.ThumbRight]
  583. bgtype=imagefile
  584. ImageFile=SliderThumbRightVerde.bmp
  585. SizingMargins = 4, 8, 3, 2
  586. sizingtype = tile
  587. imagecount=5
  588. transparent=true
  589. transparentcolor= 255 0 255
  590. [TrackBar.Track]
  591. BgType=ImageFile
  592. ImageFile=sliderTrackVerde.bmp
  593. ImageCount=1
  594. SizingType = Stretch
  595. SizingMargins = 1, 1, 1, 1
  596. [TrackBar.TrackVert]
  597. BgType=ImageFile
  598. ImageFile=sliderTrackVerde.bmp
  599. ImageCount=1
  600. SizingType = Stretch
  601. SizingMargins = 1, 1, 1, 1
  602. [TrackBar.Tics]
  603. color=161 161 146
  604. [TrackBar.TicsVert]
  605. color=161 161 146
  606. ;----------- tooltip --------------------------------
  607. ;[Tooltip]
  608. ;BgType = ImageFile
  609. ;ImageFile = TooltipVerde.bmp
  610. ;SizingType = Tile
  611. ;SizingMargins = 4, 1, 1, 1
  612. ;ContentMargins = 8, 4, 4, 4
  613. ;textcolor= 75 75 75
  614. ;[Tooltip.Balloon]
  615. ;color = 251 251 242
  616. ;[Tooltip.BalloonTitle]
  617. ;-------------- Window ------------------------
  618. [Window]
  619. [Window.FrameLeft]
  620. BgType=ImageFile
  621. ImageFile = frameLeftVerde.bmp
  622. SizingMargins = 1, 6, 1, 1
  623. ContentMargins = 1, 6, 1, 1
  624. SizingType = Stretch
  625. ImageCount=3
  626. Transparent = True
  627. [Window.FrameRight]
  628. BgType=ImageFile
  629. ImageFile = frameRightVerde.bmp
  630. SizingMargins = 3, 2, 2, 2
  631. ContentMargins = 3, 2, 2, 2
  632. SizingType = Stretch
  633. ImageCount=3
  634. Transparent = FALSE
  635. [Window.FrameBottom]
  636. BgType=ImageFile
  637. ImageFile = frameBottomVerde.bmp
  638. SizingMargins = 13, 1, 3, 2
  639. ContentMargins = 13, 1, 3, 2
  640. SizingType = Stretch
  641. ImageCount=3
  642. Transparent = TRUE
  643. [Window.Caption]
  644. bgtype=imagefile
  645. ImageFile = CaptionBGVerde.bmp
  646. Transparent = True
  647. OffsetType = TopLeft
  648. SizingMargins = 18, 9, 8, 8
  649. ContentMargins = 18, 9, 8, 8
  650. CaptionMargins = 3, 3, 0, 0
  651. SizingType = stretch
  652. ImageCount=3
  653. [Window.SmallCaption]
  654. bgtype=imagefile
  655. ImageFile = CaptionSMVerde.bmp
  656. Transparent = FALSE
  657. SizingMargins = 3, 3, 3, 3
  658. ContentMargins = 3, 3, 3, 3
  659. SizingType = stretch
  660. ImageCount=3
  661. Transparent = TRUE
  662. [Window.SmallFrameLeft]
  663. BgType=ImageFile
  664. ImageFile = ToolFrameLeftVerde.bmp
  665. SizingMargins = 1, 1, 1, 1
  666. ContentMargins = 1, 1, 1, 1
  667. SizingType = Stretch
  668. ImageCount=3
  669. Transparent = FALSE
  670. [Window.SmallFrameRight]
  671. BgType=ImageFile
  672. ImageFile = ToolFrameRightVerde.bmp
  673. SizingMargins = 2, 1, 1, 1
  674. ContentMargins = 1, 1, 1, 1
  675. SizingType = Stretch
  676. ImageCount=3
  677. Transparent = FALSE
  678. [Window.SmallFrameBottom]
  679. BgType=ImageFile
  680. ImageFile = ToolFrameBottomVerde.bmp
  681. SizingMargins = 2, 2, 2, 1
  682. ContentMargins = 1, 1, 1, 1
  683. SizingType = Stretch
  684. ImageCount=3
  685. Transparent = TRUE
  686. [Window.MinCaption]
  687. BgType=ImageFile
  688. ImageFile = mincapnVerde.bmp
  689. SizingMargins = 1, 1, 1, 1
  690. ContentMargins = 1, 1, 1, 1
  691. SizingType = Stretch
  692. ImageCount = 3
  693. [Window.MaxCaption]
  694. BgType=ImageFile
  695. ImageFile = maxcapnVerde.bmp
  696. SizingType = Stretch
  697. ImageCount = 3
  698. CaptionMargins = 10, 3, 4, 2
  699. ContentAlignment = left
  700. [Window.dialog]
  701. BgType = borderFill
  702. fillType = Solid
  703. fillColor = 240 237 215
  704. bordersize = 0
  705. [Window.HorzScroll]
  706. BgType = ImageFile
  707. ImageFile = hScrollArrowsVerde.bmp
  708. SizingType = Tile
  709. SizingMargins = 2, 2, 2, 2
  710. ImageCount = 8
  711. [Window.HorzThumb]
  712. BgType = ImageFile
  713. ImageFile = hScrollThumbVerde.bmp
  714. SizingType = Tile
  715. SizingMargins = 2, 2, 2, 2
  716. ImageCount = 4
  717. [Window.VertScroll]
  718. BgType = ImageFile
  719. ImageFile = vScrollArrowsVerde.bmp
  720. SizingType = Tile
  721. SizingMargins = 2, 2, 2, 2
  722. ImageCount = 8
  723. [Window.VertThumb]
  724. BgType = ImageFile
  725. ImageFile = vScrollThumbVerde.bmp
  726. SizingType = Tile
  727. SizingMargins = 2, 2, 2, 2
  728. ImageCount=4
  729. [Window.CloseButton]
  730. BgType = ImageFile
  731. sizingType = Stretch
  732. sizingMargins = 1,1,1,1
  733. contentMargins = 1,1,1,1
  734. ImageFile = closeVerde.bmp
  735. ImageCount=12
  736. [Window.MaxButton]
  737. BgType = ImageFile
  738. sizingType = Stretch
  739. sizingMargins = 1,1,1,1
  740. contentMargins = 1,1,1,1
  741. ImageFile = maximizeVerde.bmp
  742. ImageCount=12
  743. [Window.RestoreButton]
  744. BgType = ImageFile
  745. sizingType = Stretch
  746. sizingMargins = 1,1,1,1
  747. contentMargins = 1,1,1,1
  748. ImageFile = restoreVerde.bmp
  749. ImageCount=12
  750. [Window.MinButton]
  751. BgType = ImageFile
  752. sizingType = Stretch
  753. sizingMargins = 1,1,1,1
  754. contentMargins = 1,1,1,1
  755. ImageFile = minimizeVerde.bmp
  756. ImageCount=12
  757. [Window.HelpButton]
  758. BgType = ImageFile
  759. sizingType = Stretch
  760. sizingMargins = 1,1,1,1
  761. contentMargins = 1,1,1,1
  762. ImageFile = helpVerde.bmp
  763. ImageCount = 12
  764. [Window.SmallCloseButton]
  765. BgType = ImageFile
  766. sizingType = Stretch
  767. sizingMargins = 1,1,1,1
  768. contentMargins = 1,1,1,1
  769. ImageFile = smcloseVerde.bmp
  770. ImageCount=12
  771. ;Close button for a maximized MDI window
  772. [Window.MDICloseButton]
  773. BgType = ImageFile
  774. sizingType = Stretch
  775. sizingMargins = 1,1,1,1
  776. contentMargins = 1,1,1,1
  777. ImageFile = MDIcloseVerde.bmp
  778. ImageCount=12
  779. Transparent = true
  780. TransparentColor = 218 153 132
  781. ;Restore button for a maximized MDI window
  782. [Window.MDIRestoreButton]
  783. BgType = ImageFile
  784. sizingType = Stretch
  785. sizingMargins = 1,1,1,1
  786. contentMargins = 1,1,1,1
  787. ImageFile = MDIrestoreVerde.bmp
  788. ImageCount=12
  789. Transparent = true
  790. TransparentColor = 218 153 132
  791. ;Minimize button for a maximized MDI window
  792. [Window.MDIMinButton]
  793. BgType = ImageFile
  794. sizingType = Stretch
  795. sizingMargins = 1,1,1,1
  796. contentMargins = 1,1,1,1
  797. ImageFile = MDIminimizeVerde.bmp
  798. ImageCount=12
  799. Transparent = true
  800. TransparentColor = 218 153 132
  801. ;-------------- Taskbar specific --------------
  802. [Start::Button]
  803. BgType = ImageFile
  804. SizingType = Tile
  805. SizingMargins = 11, 11, 11, 11
  806. ContentMargins = 11, 11, 4, 4
  807. ImageFile = StartButtonVerde.bmp
  808. ImageCount = 3
  809. Transparent = True
  810. TransparentColor = 255 0 0
  811. Font = Trebuchet MS, 13
  812. [TaskBar::Toolbar]
  813. BgType = ImageFile
  814. SizingType = Tile
  815. SizingMargins = 1, 1, 1, 1
  816. ContentMargins = 0, 0, 0, 0
  817. ImageFile = TrayNotifyButton.bmp
  818. ImageCount = 6
  819. Transparent = True
  820. TransparentColor = 255 0 0
  821. Font = Trebuchet MS, 13
  822. [TaskBar::Rebar]
  823. BgType = None
  824. Font = Trebuchet MS, 13
  825. TextColor = 18 67 171
  826. [TaskBar::Rebar.Band]
  827. BgType = None
  828. [TaskBar::Rebar.Gripper]
  829. BgType = ImageFile
  830. SizingType = Tile
  831. SizingMargins = 1, 1, 10, 3
  832. ImageFile = GripperVerde.bmp
  833. ImageCount = 1
  834. transparent=true
  835. transparentcolor=255 0 0
  836. [TaskBar::Rebar.GripperVert]
  837. BgType = ImageFile
  838. SizingType = Tile
  839. SizingMargins = 10, 3, 1, 1
  840. ImageFile = GripperVertVerde.bmp
  841. ImageCount = 1
  842. transparent=true
  843. transparentcolor=255 0 0
  844. [TaskBar::Rebar.Chevron]
  845. BgType = ImageFile
  846. SizingType = Stretch
  847. SizingMargins = 1, 1, 1, 1
  848. ImageFile = ChevVerdeBg.bmp
  849. ImageCount = 3
  850. GlyphImageFile = ChevTrans.bmp
  851. GlyphTransparentColor = 157 185 217
  852. GlyphTransparent = true
  853. [TaskBar::Rebar.Chevron(Normal)]
  854. GlyphOnly = true
  855. [TaskBar.BackgroundBottom]
  856. BgType = ImageFile
  857. SizingType = Stretch
  858. ImageFile = TaskbarBackground.bmp
  859. ImageCount = 1
  860. [TaskBar.SizingBarBottom]
  861. BgType = ImageFile
  862. SizingType = Stretch
  863. ImageFile = TaskbarSizingBarBottom.bmp
  864. ImageCount = 1
  865. [TaskBar.BackgroundLeft]
  866. BgType = BorderFill
  867. FillType = Solid
  868. FillColor = 217 244 154
  869. BorderSize = 0
  870. [TaskBar.SizingBarLeft]
  871. BgType = ImageFile
  872. SizingType = Stretch
  873. ImageFile = TaskbarSizingBarLeft.bmp
  874. ImageCount = 1
  875. [TaskBar.BackgroundTop]
  876. BgType = BorderFill
  877. FillType = Solid
  878. FillColor = 217 244 154
  879. BorderSize = 0
  880. [TaskBar.SizingBarTop]
  881. BgType = ImageFile
  882. SizingType = Stretch
  883. ImageFile = TaskbarSizingBarTop.bmp
  884. ImageCount = 1
  885. [TaskBar.BackgroundRight]
  886. BgType = BorderFill
  887. FillType = Solid
  888. FillColor = 217 244 154
  889. BorderSize = 0
  890. [TaskBar.SizingBarRight]
  891. BgType = ImageFile
  892. SizingType = Stretch
  893. ImageFile = TaskbarSizingBarRight.bmp
  894. ImageCount = 1
  895. ;-------------- Taskband specific --------------
  896. [TaskBand.GroupCount]
  897. Font = Trebuchet MS, 13
  898. TextColor = 0 76 154
  899. [TaskBand::Toolbar]
  900. BgType = None
  901. Font = Trebuchet MS, 13
  902. [TaskBand::Toolbar.Button]
  903. BgType = ImageFile
  904. SizingType = Tile
  905. SizingMargins = 4, 4, 4, 4
  906. ContentMargins = 4, 4, 4, 4
  907. ImageFile = TaskBandButtonVerde.bmp
  908. ImageCount = 6
  909. Transparent = True
  910. TransparentColor = 255 0 0
  911. [TaskBand::Toolbar.DropdownButton]
  912. BgType = ImageFile
  913. SizingType = Tile
  914. SizingMargins = 4, 4, 4, 4
  915. ContentMargins = 4, 4, 4, 4
  916. ImageFile = TaskBandButtonVerde.bmp
  917. ImageCount = 6
  918. Transparent = True
  919. TransparentColor = 255 0 0
  920. [TaskBandVert::Toolbar]
  921. BgType = None
  922. Font = Trebuchet MS, 13
  923. [TaskBandVert::Toolbar.Button]
  924. BgType = ImageFile
  925. SizingType = Tile
  926. SizingMargins = 4, 4, 4, 4
  927. ContentMargins = 4, 4, 4, 4
  928. ImageFile = TaskBandButtonVerde.bmp
  929. ImageCount = 6
  930. Transparent = True
  931. TransparentColor = 255 0 0
  932. [TaskBandVert::Toolbar.DropdownButton]
  933. BgType = ImageFile
  934. SizingType = Tile
  935. SizingMargins = 4, 4, 4, 4
  936. ContentMargins = 4, 4, 4, 4
  937. ImageFile = TaskBandButtonVerde.bmp
  938. ImageCount = 6
  939. Transparent = True
  940. TransparentColor = 255 0 0
  941. ;-------------- Taskband Group Menu specific --------------
  942. [TaskBandGroupMenu::Toolbar]
  943. BgType = BorderFill
  944. FillType = Solid
  945. FillColor = 255 181 103
  946. BorderSize = 0
  947. Font = Tahoma, 8
  948. [TaskBandGroupMenu::Toolbar.Button]
  949. BgType = ImageFile
  950. SizingType = Tile
  951. SizingMargins = 4, 4, 4, 4
  952. ContentMargins = 4, 4, 4, 4
  953. ImageFile = TaskBandButtonVerde.bmp
  954. ImageCount = 6
  955. Transparent = True
  956. TransparentColor = 255 0 0
  957. ;-------------- Tray Notify specific --------------
  958. [TrayNotify::Toolbar]
  959. BgType = None
  960. [TrayNotify::Toolbar.Button]
  961. BgType = ImageFile
  962. SizingType = Tile
  963. SizingMargins = 1, 1, 1, 1
  964. ContentMargins = 0, 0, 0, 0
  965. ImageFile = TrayNotifyButton.bmp
  966. ImageCount = 6
  967. Transparent = True
  968. TransparentColor = 255 0 0
  969. [TrayNotifyHoriz::TrayNotify.Background]
  970. BgType = ImageFile
  971. SizingType = Tile
  972. SizingMargins = 22, 11, 11, 11
  973. ContentMargins = 16, 5, 5, 5
  974. ImageFile = TrayNotifyHorizBackground.bmp
  975. ImageCount = 1
  976. Transparent = True
  977. TransparentColor = 255 0 0
  978. [TrayNotifyHoriz::Button]
  979. BgType = ImageFile
  980. ImageFile = TrayChevronHoriz.bmp
  981. ImageCount = 1
  982. Transparent = True
  983. TransparentColor = 255 0 0
  984. [TrayNotifyHorizOpen::Button]
  985. BgType = ImageFile
  986. ImageFile = TrayChevronHorizOpen.bmp
  987. ImageCount = 1
  988. Transparent = True
  989. TransparentColor = 255 0 0
  990. [TrayNotifyVert::TrayNotify.Background]
  991. BgType = ImageFile
  992. SizingType = Tile
  993. SizingMargins = 11, 11, 22, 11
  994. ContentMargins = 5, 5, 16, 5
  995. ImageFile = TrayNotifyVertBackground.bmp
  996. ImageCount = 1
  997. Transparent = True
  998. TransparentColor = 255 0 0
  999. [TrayNotifyVert::Button]
  1000. BgType = ImageFile
  1001. ImageFile = TrayChevronVert.bmp
  1002. ImageCount = 1
  1003. Transparent = True
  1004. TransparentColor = 255 0 0
  1005. [TrayNotifyVertOpen::Button]
  1006. BgType = ImageFile
  1007. ImageFile = TrayChevronVertOpen.bmp
  1008. ImageCount = 1
  1009. Transparent = True
  1010. TransparentColor = 255 0 0
  1011. [TrayNotify::Clock]
  1012. BgType = None
  1013. Font = Trebuchet MS, 13
  1014. TextColor = 18 67 171
  1015. ;-------------- Application-specific ------------------------