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.

798 lines
16 KiB

  1. ;------------------------------------------
  2. ; file: Candy\default.ini
  3. ;------------------------------------------
  4. ;--------- Globals -------------------------
  5. [globals]
  6. font = tahoma, 8
  7. ;[globals.border]
  8. ;bgtype = BorderFill
  9. ;fillColor = 160 160 0
  10. ;borderColor = 160 160 0
  11. ;bordersize = 1
  12. ;[globals.LineVert]
  13. ;bgtype = imageFile
  14. ;imageFile = test.bmp
  15. ;imageCount = 3
  16. ;sizingType = tile
  17. ;[globals.LineHorz]
  18. ;bgtype = imageFile
  19. ;imageFile = test.bmp
  20. ;imageCount = 3
  21. ;sizingType = tile
  22. [SysMetrics]
  23. Scrollbar=224 220 224
  24. Background=96 96 152
  25. ActiveCaption=216 216 216
  26. InactiveCaption=224 220 224
  27. Menu=248 248 248
  28. Window=255 255 255
  29. WindowFrame=0 0 0
  30. MenuText=0 0 0
  31. WindowText=0 0 0
  32. CaptionText=0 0 0
  33. ActiveBorder=224 220 224
  34. InactiveBorder=224 220 224
  35. AppWorkSpace=101 108 158
  36. Highlight=64 108 240
  37. HighlightText=255 255 255
  38. BtnFace=248 248 248
  39. BtnShadow=144 140 144
  40. GrayText=144 140 144
  41. BtnText=48 48 48
  42. InactiveCaptionText=128 128 128
  43. BtnHighlight=255 255 255
  44. DkShadow3d=104 100 104
  45. Light3d=255 255 255
  46. InfoText=0 0 0
  47. InfoBk=253 234 159
  48. ;HotLight=64 108 240
  49. GradientActiveCaption=216 216 216
  50. GradientInactiveCaption=184 180 184
  51. MenuHilight=64 108 240
  52. ;MenuBar
  53. ;---------- menu metrics ---------------------------------
  54. FlatMenus = true
  55. ;MenuDropShadows = true
  56. ;---------- buttons ---------------------------------
  57. [button]
  58. Transparent = true
  59. TransparentColor = 255 0 255
  60. [button.pushbutton]
  61. bgtype = imagefile
  62. SizingMargins = 14, 14, 11, 11
  63. ContentMargins = 8, 8, 5, 5
  64. sizingType = Stretch
  65. ImageFile = button.bmp
  66. imageCount = 5
  67. [button.pushbutton(disabled)]
  68. TextColor=192 192 192
  69. [button.checkbox]
  70. bgtype = imagefile
  71. sizingType = Stretch
  72. ImageFile = checkbox.bmp
  73. SizingMargins = 0, 0, 0, 0
  74. ContentMargins = 22, 0, -1, 0
  75. imageCount = 12
  76. [button.checkbox(CheckedDisabled)]
  77. TextColor=192 192 192
  78. [button.checkbox(UncheckedDisabled)]
  79. TextColor=192 192 192
  80. [button.checkbox(MixedDisabled)]
  81. TextColor=192 192 192
  82. [button.radiobutton]
  83. bgtype = imagefile
  84. sizingType = Stretch
  85. ImageFile = radio.bmp
  86. SizingMargins = 0, 0, 0, 0
  87. ContentMargins = 20, 0, -1, 0
  88. imageCount = 8
  89. [button.radiobutton(CheckedDisabled)]
  90. TextColor=192 192 192
  91. [button.radiobutton(UncheckedDisabled)]
  92. TextColor=192 192 192
  93. ;TODO button.groupbox
  94. ;[button.groupbox]
  95. ;font = tahoma, 8, bold
  96. ;TextColor = 108 124 166
  97. ;bgtype = imagefile
  98. ;SizingMargins = 1, 1, 2, 1
  99. ;sizingType = Tile
  100. ;ImageFile = GroupBox.bmp
  101. ;borderOnly = true
  102. ;TODO
  103. ;----------- combobox --------------------------------
  104. ;[Combobox]
  105. ; Globals for the entire control
  106. ;BgType = BorderFill
  107. ;BorderSize = 1
  108. ;FillColor = 255 255 255
  109. ;BorderColor = 0 0 0
  110. ;[Combobox(Hot)]
  111. ; Globals when the mouse is over the control
  112. ;BorderColor = 108 124 166
  113. ;[Combobox(Disabled)]
  114. ; Globals when the control is disabled
  115. ;BorderColor = 161 161 146
  116. ;FillColor = 235 235 228
  117. ;[Combobox::Edit]
  118. ;[Combobox::Edit.EditText(Disabled)]
  119. ;FillColor = 235 235 228
  120. ;TextColor = 161 161 146
  121. ;[Combobox.DropDownButton]
  122. ;BgType = imagefile
  123. ;SizingType = Stretch
  124. ;ImageFile = ComboButton.bmp
  125. ;SizingMargins = 1, 1, 1, 1
  126. ;ImageCount = 4
  127. ;----------- edit --------------------------------
  128. ;[edit]
  129. ;bgtype = BorderFill
  130. ;BorderSize = 1
  131. ;FillColor = 255 255 255
  132. ;BorderColor = 130 130 118
  133. ;[edit.caret]
  134. ;bgtype = imageFile
  135. ;sizingType = stretch
  136. ;ImageFile = comboButton.bmp
  137. ;SizingMargins = 2, 2, 2, 2
  138. ;imageCount = 4
  139. ;[edit.edittext(Normal)]
  140. ;FillColor = 255 255 255
  141. ;TextColor = 0 0 0
  142. ;[edit.edittext(Disabled)]
  143. ;FillColor = 235 235 228
  144. ;TextColor = 161 161 146
  145. ;[edit.edittext(Hot)]
  146. ;FillColor = 255 255 255
  147. ;TextColor = 0 0 0
  148. ;[edit.edittext(Selected)]
  149. ;FillColor = 108 124 166
  150. ;TextColor = 255 255 255
  151. ;[edit.edittext(Focused)]
  152. ;FillColor = 108 124 166
  153. ;TextColor = 255 255 255
  154. ;[edit.edittext(ReadOnly)]
  155. ;FillColor = 235 235 228
  156. ;TextColor = 0 0 0
  157. ;[edit.edittext(Assist)]
  158. ;FillColor = 0 0 255
  159. ;TextColor = 255 255 255
  160. ;--------- Scrollbar -------------------------
  161. ;Can not define without defining nonclient as well
  162. [ScrollBar]
  163. ; Scrollbar Arrow Buttons
  164. [ScrollBar.ArrowBtn]
  165. SizingType = stretch
  166. SizingMargins = 2, 3, 2, 3
  167. ImageFile = ScrollbarArrows.bmp
  168. ImageCount = 16
  169. ; Scrollbar Thumb (horizontal)
  170. [Scrollbar.ThumbBtnHorz]
  171. BgType = ImageFile
  172. SizingType = stretch
  173. SizingMargins = 8, 8, 2, 3
  174. ImageFile = hScrollThumb.bmp
  175. ImageCount = 4
  176. ; Scrollbar Thumb (vertical)
  177. [Scrollbar.ThumbBtnVert]
  178. BgType = ImageFile
  179. SizingType = stretch
  180. SizingMargins = 2, 3, 8, 8
  181. ImageFile = vScrollThumb.bmp
  182. ImageCount = 4
  183. ; Scrollbar Tracks (horizontal)
  184. [Scrollbar.LowerTrackHorz]
  185. BgType = ImageFile
  186. SizingType = stretch
  187. SizingMargins = 7, 0, 2, 3
  188. ImageFile = hScrollLower.bmp
  189. ImageCount = 4
  190. [Scrollbar.UpperTrackHorz]
  191. BgType = ImageFile
  192. SizingType = stretch
  193. SizingMargins = 0, 7, 2, 3
  194. ImageFile = hScrollUpper.bmp
  195. ImageCount = 4
  196. ; Scrollbar Tracks (vertical)
  197. [Scrollbar.LowerTrackVert]
  198. BgType = ImageFile
  199. SizingType = stretch
  200. SizingMargins = 2, 3, 7, 0
  201. ImageFile = vScrollLower.bmp
  202. ImageCount = 4
  203. [Scrollbar.UpperTrackVert]
  204. BgType = ImageFile
  205. SizingType = stretch
  206. SizingMargins = 2, 3, 0, 7
  207. ImageFile = vScrollUpper.bmp
  208. ImageCount = 4
  209. ;----------- spin --------------------------------
  210. ;[spin]
  211. ;bgtype = imagefile
  212. ;sizingType = tile
  213. ;ImageFile = FieldOutline.bmp
  214. ;SizingMargins = 2, 2, 2, 2
  215. ;imageCount = 1
  216. ;[Spin.Up]
  217. ;bgtype = imagefile
  218. ;sizingType = stretch
  219. ;ImageFile = SpinUp.bmp
  220. ;SizingMargins = 2, 2, 2, 2
  221. ;imageCount = 4
  222. ;[Spin.Down]
  223. ;bgtype = imagefile
  224. ;sizingType = stretch
  225. ;ImageFile = SpinDown.bmp
  226. ;SizingMargins = 2, 2, 2, 2
  227. ;imageCount = 4
  228. ;----------- rebar --------------------------------
  229. ;[Rebar]
  230. ;[Rebar.Band]
  231. ;bgtype =BorderFill
  232. ;fillType = Solid
  233. ;FillColor = 235 235 228
  234. ;BorderColor = 235 235 228
  235. ;BorderSize = 1
  236. ;[Rebar.Gripper]
  237. ;bgtype = imagefile
  238. ;Transparent = true
  239. ;TransparentColor = 255 0 255
  240. ;SizingMargins = 1, 1, 4, 3
  241. ;ImageFile=Gripper.bmp
  242. ;sizingType = Tile
  243. ;[Rebar.GripperVert]
  244. ;bgtype = imagefile
  245. ;SizingMargins = 4, 3, 1, 1
  246. ;ImageFile=GripperVert.bmp
  247. ;sizingType = Tile
  248. ;----------- toolbar--------------------------------
  249. ;[Toolbar]
  250. ;bgtype = imagefile
  251. ;SizingMargins = 1, 1, 1, 1
  252. ;ContentMargins = 2, 2, 0, 0
  253. ;ImageFile=Toolbar2.bmp
  254. ;sizingType = tile
  255. ;imageCount = 1
  256. ;[Toolbar.Button]
  257. ;SizingMargins = 1, 1, 3, 3
  258. ;ContentMargins = 2, 2, 0, 0
  259. ;ImageFile=ToolbarButton.bmp
  260. ;bgtype = imagefile
  261. ;imageCount = 5
  262. ;sizingType = tile
  263. ;[Toolbar.DropdownButton]
  264. ;SizingMargins = 1, 1, 1, 1
  265. ;ImageFile=ToolbarButton.bmp
  266. ;bgtype = imagefile
  267. ;imageCount = 5
  268. ;sizingType = tile
  269. ;[Toolbar.SplitButton]
  270. ;SizingMargins = 1, 1, 1, 1
  271. ;ImageFile=ToolbarButton.bmp
  272. ;bgtype = imagefile
  273. ;imageCount = 5
  274. ;sizingType = tile
  275. ;[Toolbar.SplitButtonDropdown]
  276. ;SizingMargins = 1, 1, 1, 1
  277. ;ImageFile=ToolbarSplitButtonDropdown.bmp
  278. ;bgtype = imagefile
  279. ;imageCount = 5
  280. ;sizingType = tile
  281. ;----------- status--------------------------------
  282. ;[Status]
  283. ;bgtype =BorderFill
  284. ;FillColor = 214 214 200
  285. ;BorderColor = 214 214 200
  286. ;[Status.Pane]
  287. ;bgtype = imagefile
  288. ;SizingMargins = 1, 1, 1, 2
  289. ;ImageFile=StatusPane3.bmp
  290. ;imageCount = 1
  291. ;sizingType = Stretch
  292. ;[Status.Gripper]
  293. ;ImageFile=ResizeGrip.bmp
  294. ;bgtype = imagefile
  295. ;imageCount = 1
  296. ;sizingType = trueSize
  297. ;----------- menu --------------------------------
  298. ;[Menu]
  299. ;bgType = borderFill
  300. ;fillType = Solid
  301. ;fillColor = 249 248 247
  302. ;borderSize = 1
  303. ;borderColor = 161 161 146
  304. ;[Menu.MenuItem]
  305. ;--item on a menu--
  306. ;bgtype = imagefile
  307. ;SizingMargins = 26, 0, 0, 0
  308. ;ContentMargins = 4, 0, 0, 0
  309. ;ImageFile=menuItem.bmp
  310. ;imageCount = 1
  311. ;sizingType = Stretch
  312. ;bgType = borderFill
  313. ;fillType = Solid
  314. ;fillColor = 249 248 247
  315. ;BorderSize = 0
  316. ;[Menu.MenuDropDown]
  317. ;--item with a cascading menu--
  318. ;bgType = borderFill
  319. ;fillType = Solid
  320. ;fillColor = 249 248 247
  321. ;BorderSize = 0
  322. ;bgtype = imagefile
  323. ;SizingMargins = 26, 12, 0, 0
  324. ;ImageFile=menuItem.bmp
  325. ;imageCount = 1
  326. ;sizingType = Stretch
  327. ;[Menu.MenuBarDropDown]
  328. ;--menu title in menubar--
  329. ;bgType = borderFill
  330. ;fillType = Solid
  331. ;fillColor = 235 235 228
  332. ;[Menu.MenuBarItem]
  333. ;--item on the menubar with no menu (rare)--
  334. ;bgType = borderFill
  335. ;fillType = Solid
  336. ;fillColor = 235 235 228
  337. ;[Menu.Chevron]
  338. ;SizingMargins = 0, 0, 0, 0
  339. ;ImageFile=MenuChevron.bmp
  340. ;bgtype = imagefile
  341. ;imageCount = 1
  342. ;[Menu.Separator]
  343. ;SizingMargins = 37, 0, 0, 0
  344. ;ImageFile=MenuSeparatorLine.bmp
  345. ;bgtype = imagefile
  346. ;imageCount = 1
  347. ;----------- list view --------------------------------
  348. [ListView]
  349. FillColor= 0 0 0
  350. ;[ListView.ListGroup]
  351. ;font = MS Trebuchet, 10, Bold
  352. ;TextColor = 255 0 255
  353. ;ImageFile=ListGroup.bmp
  354. ;bgtype =imagefile
  355. ;sizingType = Stretch
  356. [ListView.ListItem]
  357. font = tahoma, 9
  358. TextColor = 0 0 0
  359. FillColor= 255 255 255
  360. bgtype =BorderFill
  361. [ListView.ListItem(Hot)]
  362. bgtype =BorderFill
  363. TextColor = 0 0 0
  364. FillColor = 206 211 225
  365. [ListView.ListItem(Selected)]
  366. bgtype =BorderFill
  367. TextColor = 255 255 255
  368. FillColor = 108 124 166
  369. [ListView.ListDetail]
  370. TextColor = 0 0 0
  371. FillColor = 210 213 206
  372. bgtype =BorderFill
  373. [ListView.ListSortedDetail]
  374. TextColor = 114 129 171
  375. FillColor = 255 0 255
  376. font = MS Trebuchet, 10, bold
  377. bgtype =BorderFill
  378. ;----------- header --------------------------------
  379. ;[Header]
  380. ;FillColor = 230 228 223
  381. ;bgtype =BorderFill
  382. ;[Header.HeaderItem]
  383. ;bgtype = imagefile
  384. ;SizingMargins = 1, 1, 1, 1
  385. ;ImageFile=ListViewHeader.bmp
  386. ;imageCount=5
  387. ;sizingType = tile
  388. ;[Header.HeaderItem(hot)]
  389. ;TextColor = 0 0 0
  390. ;FillColor = 206 211 225
  391. ;bgtype =BorderFill
  392. ;[Header.HeaderItem(pressed)]
  393. ;TextColor = 255 255 255
  394. ;FillColor = 108 124 166
  395. ;bgtype =BorderFill
  396. ;----------- progress --------------------------------
  397. ;[Progress]
  398. ;ProgressChunkSize=6
  399. ;ProgressSpaceSize=2
  400. ;bgType = borderFill
  401. ;fillType = Solid
  402. ;fillColor = 235 235 228
  403. ;bordersize = 1
  404. ;borderColor = 235 235 228
  405. ;[Progress.Bar]
  406. ;bgtype = imagefile
  407. ;ImageFile=ProgressTrack.bmp
  408. ;sizingMargins = 3, 2, 3, 1
  409. ;SizingType = tile
  410. ;[Progress.Chunk]
  411. ;bgtype = imagefile
  412. ;ImageFile=progressChunk.bmp
  413. ;sizingMargins = 0, 0, 4, 4
  414. ;SizingType = tile
  415. ;----------- tab --------------------------------
  416. ;[Tab]
  417. ;bgtype = imagefile
  418. ;ImageFile=TabBackground.bmp
  419. ;sizingMargins = 0, 2, 1, 0
  420. ;SizingType = stretch
  421. ;imagecount = 1
  422. ;[Tab.Pane]
  423. ;bgtype = imagefile
  424. ;ImageFile=TabPane.bmp
  425. ;sizingMargins = 1, 3, 1, 3
  426. ;SizingType = stretch
  427. ;imagecount = 1
  428. ;[Tab.TabItem]
  429. ;SizingMargins = 1, 2, 2, 0
  430. ;bgtype=imagefile
  431. ;ImageFile=tabItem.bmp
  432. ;imagecount=5
  433. ;[Tab.TabItemLeftEdge]
  434. ;SizingMargins = 1, 2, 2, 0
  435. ;bgtype=imagefile
  436. ;ImageFile=tabItemLeft.bmp
  437. ;imagecount=5
  438. ;[Tab.TabItemRightEdge]
  439. ;SizingMargins = 1, 2, 2, 0
  440. ;bgtype=imagefile
  441. ;ImageFile=tabItemRight.bmp
  442. ;imagecount=5
  443. ;[Tab.TabItemBothEdge]
  444. ;SizingMargins = 1, 2, 2, 0
  445. ;bgtype=imagefile
  446. ;ImageFile=tabItemLeft.bmp
  447. ;imagecount=5
  448. ;[Tab.TopTabItem]
  449. ;SizingMargins = 1, 2, 2, 0
  450. ;bgtype=imagefile
  451. ;ImageFile=tabItemTop.bmp
  452. ;imagecount=5
  453. ;[Tab.TopTabItemLeftEdge]
  454. ;SizingMargins = 1, 2, 2, 0
  455. ;bgtype=imagefile
  456. ;ImageFile=tabItemTopLeft.bmp
  457. ;imagecount=5
  458. ;[Tab.TopTabItemRightEdge]
  459. ;SizingMargins = 1, 2, 2, 0
  460. ;bgtype=imagefile
  461. ;ImageFile=tabItemTopRight.bmp
  462. ;imagecount=5
  463. ;[Tab.TopTabItemBothEdge]
  464. ;SizingMargins = 1, 2, 2, 0
  465. ;bgtype=imagefile
  466. ;ImageFile=tabItemTopLeft.bmp
  467. ;imagecount=5
  468. ;----------- trackbar --------------------------------
  469. ;[TrackBar]
  470. ;bgType = borderFill
  471. ;fillType = Solid
  472. ;fillColor = 235 235 228
  473. ;bordersize = 1
  474. ;borderColor = 235 235 228
  475. ;[TrackBar.Thumb]
  476. ;bgtype=imagefile
  477. ;ImageFile=SliderThumb.bmp
  478. ;imagecount=5
  479. ;transparent=true
  480. ;SizingMargins = 3, 3, 4, 8
  481. ;sizingtype = stretch
  482. ;transparentcolor=255 0 255
  483. ;[TrackBar.ThumbVert]
  484. ;bgtype=imagefile
  485. ;ImageFile=SliderThumbVert.bmp
  486. ;SizingMargins = 4, 4, 3, 2
  487. ;sizingtype = tile
  488. ;imagecount=4
  489. ;[TrackBar.Track]
  490. ;bgtype=imagefile
  491. ;ImageFile=sliderTrack.bmp
  492. ;imagecount=1
  493. ;sizingtype = stretch
  494. ;SizingMargins = 1, 1, 1, 1
  495. ;[TrackBar.TrackVert]
  496. ;bgtype=imagefile
  497. ;ImageFile=sliderTrack.bmp
  498. ;imagecount=1
  499. ;sizingtype = stretch
  500. ;SizingMargins = 1, 1, 1, 1
  501. ;[TrackBar.Tics]
  502. ;color=161 161 146
  503. ;[TrackBar.TicsVert]
  504. ;color=161 161 146
  505. ;----------- tooltip --------------------------------
  506. [Tooltip]
  507. bgtype = imagefile
  508. imagefile = Tooltip.bmp
  509. Transparent = true
  510. TransparentColor = 255 0 255
  511. sizingtype = stretch
  512. SizingMargins = 14, 14, 11, 11
  513. ContentMargins = 14, 14, 11, 11
  514. ;font = Verdana, 8
  515. ;textcolor= 75 75 75
  516. ;[Tooltip.Standard]
  517. [Tooltip.StandardTitle]
  518. font= tahoma, 9, bold
  519. ;[Tooltip.Balloon]
  520. [Tooltip.BalloonTitle]
  521. font= tahoma, 9, bold
  522. ;-------------- Window ------------------------
  523. [Window]
  524. BgType = ImageFile
  525. Transparent = true
  526. TransparentColor = 255 0 255
  527. Font = Tahoma, 10
  528. TextColor = 255 255 255
  529. [Window.Frame]
  530. ImageFile = frame2.bmp
  531. SizingMargins = 3, 3, 23, 3
  532. ContentMargins = 3, 3, 21, 3
  533. SizingType = stretch
  534. ImageCount=3
  535. Font = Tahoma, 9, bold
  536. TextColor = 255 255 255
  537. CaptionMargins = 3, 3, 3, 2
  538. ContentAlignment = left
  539. ;[Window.SmallFrame]
  540. ;ImageFile = ToolFrame.bmp
  541. ;SizingMargins = 3, 3, 16, 3
  542. ;ContentMargins = 3, 3, 14, 3
  543. ;SizingType = stretch
  544. ;ImageCount=3
  545. ;Font = Tahoma, 8, bold
  546. ;TextColor = 255 255 255
  547. ;CaptionMargins = 5, 54, 0, 2
  548. ;ContentAlignment = left
  549. ;[Window.MinCaption]
  550. ;ImageFile = mincapn.bmp
  551. ;SizingMargins = 1, 1, 1, 1
  552. ;ContentMargins = 1, 1, 1, 1
  553. ;SizingType = stretch
  554. ;ImageCount = 3
  555. ;[Window.MaxCaption]
  556. ;ImageFile = maxcapn.bmp
  557. ;SizingType = stretch
  558. ;SizingMargins = 1, 1, 1, 1
  559. ;ContentMargins = 1, 1, 1, 1
  560. ;SizingType = stretch
  561. ;ImageCount = 3
  562. ;[Window.Caption]
  563. ;ImageFile = CaptionBG.bmp
  564. ;OffsetType = TopLeft
  565. ;Offset = 0, 50
  566. ;SizingMargins = 70, 70, 0, 0
  567. ;SizingType = stretch
  568. ;ImageCount=3
  569. [Window.dialog]
  570. bgType = borderFill
  571. fillType = Solid
  572. fillColor = 235 235 228
  573. bordersize = 0
  574. [Window.HorzScroll]
  575. BgType = ImageFile
  576. ImageFile = hScrollArrows.bmp
  577. sizingType = Tile
  578. SizingMargins = 2, 2, 2, 2
  579. ImageCount = 8
  580. [Window.HorzThumb]
  581. BgType = ImageFile
  582. ImageFile = hScrollThumb.bmp
  583. sizingType = Tile
  584. SizingMargins = 2, 2, 2, 2
  585. ImageCount = 4
  586. [Window.VertScroll]
  587. BgType = ImageFile
  588. ImageFile = vScrollArrows.bmp
  589. sizingType = Tile
  590. SizingMargins = 2, 2, 2, 2
  591. ImageCount = 8
  592. [Window.VertThumb]
  593. BgType = ImageFile
  594. ImageFile = vScrollThumb.bmp
  595. sizingType = Tile
  596. SizingMargins = 2, 2, 2, 2
  597. ImageCount=4
  598. [Window.CloseButton]
  599. BgType = ImageFile
  600. sizingType = TrueSize
  601. ImageFile = close.bmp
  602. ImageCount=12
  603. OffsetType = TopRight
  604. Offset = -20, 0
  605. [Window.MaxButton]
  606. BgType = ImageFile
  607. sizingType = TrueSize
  608. ImageFile = maximize.bmp
  609. ImageCount=12
  610. OffsetType = TopRight
  611. Offset = -40, 0
  612. ;[Window.RestoreButton]
  613. ;BgType = ImageFile
  614. ;sizingType = TrueSize
  615. ;ImageFile = restore.bmp
  616. ;ImageCount=6
  617. ;OffsetType = TopRight
  618. ;Offset = -40, 0
  619. [Window.MinButton]
  620. BgType = ImageFile
  621. sizingType = TrueSize
  622. ImageFile = minimize.bmp
  623. ImageCount=12
  624. OffsetType = TopRight
  625. Offset = -56, 0
  626. ;[Window.HelpButton]
  627. ;BgType = ImageFile
  628. ;sizingType = TrueSize
  629. ;ImageFile = help.bmp
  630. ;ImageCount = 6
  631. ;OffsetType = TopRight
  632. ;Offset = -74, 0
  633. ;[Window.SysButton]
  634. ;BgType = ImageFile
  635. ;sizingType = TrueSize
  636. ;ImageFile = close.bmp
  637. ;ImageCount=6
  638. ;OffsetType = TopLeft
  639. ;Offset = 5, 0
  640. ;[Window.SmallCloseButton]
  641. ;BgType = ImageFile
  642. ;sizingType = TrueSize
  643. ;ImageFile = smclose.bmp
  644. ;ImageCount=6
  645. ;OffsetType = TopRight
  646. ;Offset = -17, 0
  647. ;[Window.SmallMaxButton]
  648. ;BgType = ImageFile
  649. ;sizingType = TrueSize
  650. ;ImageFile = smmaximize.bmp
  651. ;ImageCount=6
  652. ;OffsetType = TopRight
  653. ;Offset = -34, 0
  654. ;[Window.SmallMinButton]
  655. ;BgType = ImageFile
  656. ;sizingType = TrueSize
  657. ;ImageFile = smminimize.bmp
  658. ;ImageCount=6
  659. ;OffsetType = TopRight
  660. ;Offset = -50, 0
  661. ;-------------- Application-specific ------------------------
  662. [Taskbar::Button]
  663. bgtype = imagefile
  664. sizingType = Stretch
  665. ImageFile = startbutton.bmp
  666. ImageCount = 5