home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / WindowsServerTrial / server.iso / sources / install.wim / 2 / Windows / System32 / ieui.dll / UIFILE / 1010
Text File  |  2008-01-19  |  13KB  |  336 lines

  1. <duixml>
  2. <stylesheets>
  3. <element contentalign="wrapleft" content="This is a style file; there is no interesting markup"/>
  4. <style resid="common">
  5. <!-- Optional title -->
  6. <if id="atom(title)">
  7. <element font="gtf(TEXTSTYLE, TEXT_MAININSTRUCTION, 0)" foreground="gtc(TEXTSTYLE, TEXT_MAININSTRUCTION, 0, TMT_TEXTCOLOR)" margin="rect(0,40rp,0,10rp)" layoutpos="top"/>
  8. </if>
  9. <!-- Text that is paragraph-like should be class="para". -->
  10. <if class="para">
  11. <element contentalign="wrapleft" margin="rect(0,10rp,0,10rp)"/>
  12. </if>
  13. <!-- Text that is a step in a process should be class="step" -->
  14. <if class="step">
  15. <element contentalign="wrapleft" margin="rect(0,5rp,0,5rp)"/>
  16. </if>
  17. <!-- Common look for edit boxes -->
  18. <edit borderthickness="rect(1rp,1rp,1rp,1rp)" bordercolor="graytext" height="20rp" margin="rect(4rp,4rp,4rp,4rp)"/>
  19. <!-- For one of a series of alternatives -->
  20. <if class="option">
  21. <element margin="rect(0,10rp,0,10rp)"/>
  22. </if>
  23. <!-- Text that describes a major task heading -->
  24. <if class="task">
  25. <element font="gtf(TEXTSTYLE, TEXT_MAININSTRUCTION, 0)"/>
  26. </if>
  27. <!--
  28. -->
  29. <!-- The root element of a wizard -->
  30. <if id="atom(wizardroot)">
  31. <!-- 1142424: wizard background color -->
  32. <element background="themeable(dtb(AeroWizard, AW_CONTENTAREA, 0), threedface)" font="gtf(AeroWizardStyle, AW_CONTENTAREA, 0)"/>
  33. </if>
  34. <!--
  35. -->
  36. <if id="atom(wiztitle)">
  37. <element layoutpos="none"/>
  38. </if>
  39. <if id="atom(wizsubtitle)">
  40. <element layoutpos="none"/>
  41. </if>
  42. <!--
  43. -->
  44. <!-- The root element of hosted task dialog content -->
  45. <if id="atom(taskdialogroot)">
  46. <element background="themeable(dtb(TaskDialog, TDLG_PRIMARYPANEL, 0), threedface)"/>
  47. </if>
  48. <!--
  49. -->
  50. <if id="atom(instructions)">
  51. <element padding="themeable(gtmar(TaskDialog, TDLG_PRIMARYPANEL, 0, TMT_CONTENTMARGINS), rect(10rp,10rp,10rp,10rp))" font="gtf(TaskDialogStyle, TDLG_MAININSTRUCTIONPANE, 0)" background="themeable(dtb(TaskDialog, TDLG_PRIMARYPANEL, 0), threedface)" foreground="gtc(TaskDialogStyle, TDLG_MAININSTRUCTIONPANE, 0, TMT_TEXTCOLOR)"/>
  52. </if>
  53. <!--
  54. -->
  55. <if id="atom(buttonzone)">
  56. <element background="themeable(dtb(TaskDialog, TDLG_SECONDARYPANEL, 0), threedface)" foreground="gtc(TaskDialogStyle, TDLG_CONTENTPANE, 0, TMT_TEXTCOLOR)" font="gtf(TaskDialogStyle, TDLG_BUTTONSECTION, 0)" borderthickness="rect(3rp,5rp,3rp,0rp)"/>
  57. </if>
  58. <!-- the pane itself is id=atom(buttonpane) -->
  59. <if id="atom(buttonpane)">
  60. <element padding="rect(20rp,10rp,20rp,10rp)"/>
  61. </if>
  62. <!--
  63. -->
  64. <pushbutton background="dtb(button, BP_PUSHBUTTON, PBS_NORMAL)" foreground="buttontext" contentalign="middlecenter" padding="rect(20rp,5rp,20rp,5rp)" margin="rect(10rp, 10rp, 10rp, 10rp)"/>
  65. <if keyfocused="true">
  66. <pushbutton contentalign="middlecenter | focusrect"/>
  67. </if>
  68. <if selected="true">
  69. <pushbutton background="dtb(button, BP_PUSHBUTTON, PBS_DEFAULTED)"/>
  70. </if>
  71. <if mousefocused="true">
  72. <pushbutton background="dtb(button, BP_PUSHBUTTON, PBS_HOT)"/>
  73. </if>
  74. <if pressed="true">
  75. <pushbutton background="dtb(button, BP_PUSHBUTTON, PBS_PRESSED)" padding="rect(21rp,6rp,19rp,4rp)"/>
  76. </if>
  77. <if enabled="false">
  78. <pushbutton background="dtb(button, BP_PUSHBUTTON, PBS_DISABLED)" foreground="graytext"/>
  79. </if>
  80. <!--
  81. -->
  82. <!-- if you need support for 3-state checkboxes (i.e. checkboxes that can assume
  83. an indeterminate state as indicated by a grayed box in the checkbox), specify:
  84. id="atom(CheckBox)" (and to indicate the indeterminate state, set class="mixed")
  85. otherwise, you should specify:
  86. class="CheckBox"
  87. -->
  88. <if id="atom(CheckBox)">
  89. <button width="sysmetric(SM_CXMENUCHECK)" height="sysmetric(SM_CYMENUCHECK)" background="dtb(button, BP_CHECKBOX, CBS_UNCHECKEDNORMAL)" accessible="true" accrole="checkbutton"/>
  90. <if mousefocused="true">
  91. <button background="dtb(button, BP_CHECKBOX, CBS_UNCHECKEDHOT)"/>
  92. </if>
  93. <if pressed="true">
  94. <button background="dtb(button, BP_CHECKBOX, CBS_UNCHECKEDPRESSED)"/>
  95. </if>
  96. <if enabled="false">
  97. <button background="dtb(button, BP_CHECKBOX, CBS_UNCHECKEDDISABLED)"/>
  98. </if>
  99. <if selected="true">
  100. <button background="dtb(button, BP_CHECKBOX, CBS_CHECKEDNORMAL)"/>
  101. <if mousefocused="true">
  102. <button background="dtb(button, BP_CHECKBOX, CBS_CHECKEDHOT)"/>
  103. </if>
  104. <if pressed="true">
  105. <button background="dtb(button, BP_CHECKBOX, CBS_CHECKEDPRESSED)"/>
  106. </if>
  107. <if enabled="false">
  108. <button background="dtb(button, BP_CHECKBOX, CBS_CHECKEDDISABLED)"/>
  109. </if>
  110. </if>
  111. <if class="mixed">
  112. <button background="dtb(button, BP_CHECKBOX, CBS_MIXEDNORMAL)"/>
  113. <if mousefocused="true">
  114. <button background="dtb(button, BP_CHECKBOX, CBS_MIXEDHOT)"/>
  115. </if>
  116. <if pressed="true">
  117. <button background="dtb(button, BP_CHECKBOX, CBS_MIXEDPRESSED)"/>
  118. </if>
  119. <if enabled="false">
  120. <button background="dtb(button, BP_CHECKBOX, CBS_MIXEDDISABLED)"/>
  121. </if>            
  122. </if>                                
  123. </if> <!-- ending if for id="atom(CheckBox)" -->
  124. <if class="CheckBox">
  125. <button width="sysmetric(SM_CXMENUCHECK)" height="sysmetric(SM_CYMENUCHECK)" background="dtb(button, BP_CHECKBOX, CBS_UNCHECKEDNORMAL)" accessible="true" accrole="checkbutton"/>
  126. <if mousefocused="true">
  127. <button background="dtb(button, BP_CHECKBOX, CBS_UNCHECKEDHOT)"/>
  128. </if>
  129. <if pressed="true">
  130. <button background="dtb(button, BP_CHECKBOX, CBS_UNCHECKEDPRESSED)"/>
  131. </if>
  132. <if enabled="false">
  133. <button background="dtb(button, BP_CHECKBOX, CBS_UNCHECKEDDISABLED)"/>
  134. </if>
  135. <if selected="true">
  136. <button background="dtb(button, BP_CHECKBOX, CBS_CHECKEDNORMAL)"/>
  137. <if mousefocused="true">
  138. <button background="dtb(button, BP_CHECKBOX, CBS_CHECKEDHOT)"/>
  139. </if>
  140. <if pressed="true">
  141. <button background="dtb(button, BP_CHECKBOX, CBS_CHECKEDPRESSED)"/>
  142. </if>
  143. <if enabled="false">
  144. <button background="dtb(button, BP_CHECKBOX, CBS_CHECKEDDISABLED)"/>
  145. </if>
  146. </if>
  147. </if> <!-- ending if for class="CheckBox" -->
  148. <!--
  149. -->
  150. <if class="RadioButton">
  151. <button width="sysmetric(SM_CXMENUCHECK)" height="sysmetric(SM_CYMENUCHECK)" background="dtb(button, BP_RADIOBUTTON, RBS_UNCHECKEDNORMAL)" accessible="true" accrole="radiobutton"/>
  152. <if mousefocused="true">
  153. <button background="dtb(button, BP_RADIOBUTTON, CBS_UNCHECKEDHOT)"/>
  154. </if>
  155. <if pressed="true">
  156. <button background="dtb(button, BP_RADIOBUTTON, CBS_UNCHECKEDPRESSED)"/>
  157. </if>
  158. <if enabled="false">
  159. <button background="dtb(button, BP_RADIOBUTTON, CBS_UNCHECKEDDISABLED)"/>
  160. </if>
  161. <if selected="true">
  162. <button background="dtb(button, BP_RADIOBUTTON, CBS_CHECKEDNORMAL)"/>
  163. <if mousefocused="true">
  164. <button background="dtb(button, BP_RADIOBUTTON, CBS_CHECKEDHOT)"/>
  165. </if>
  166. <if pressed="true">
  167. <button background="dtb(button, BP_RADIOBUTTON, CBS_CHECKEDPRESSED)"/>
  168. </if>
  169. <if enabled="false">
  170. <button background="dtb(button, BP_RADIOBUTTON, CBS_CHECKEDDISABLED)"/>
  171. </if>
  172. </if>
  173. </if>
  174. <!--
  175. -->
  176. <if class="link">
  177. <accessiblebutton foreground="gtc(CONTROLPANELSTYLE,CPANEL_CONTENTLINK,CPCL_NORMAL,TMT_TEXTCOLOR)" font="gtf(CONTROLPANELSTYLE,CPANEL_CONTENTLINK,CPCL_NORMAL)" overhang="false"/>
  178. <element accessible="true" accRole="link" accdefaction="click" foreground="gtc(CONTROLPANELSTYLE,CPANEL_CONTENTLINK,CPCL_NORMAL,TMT_TEXTCOLOR)" font="gtf(CONTROLPANELSTYLE,CPANEL_CONTENTLINK,CPCL_NORMAL)" overhang="false"/>
  179. <if keyfocused="true">
  180. <accessiblebutton contentalign="wrapleft | focusrect"/>
  181. <element contentalign="wrapleft | focusrect"/>
  182. </if>
  183. <if enabled="false">
  184. <accessiblebutton foreground="gtc(CONTROLPANELSTYLE,CPANEL_CONTENTLINK,CPCL_DISABLED,TMT_TEXTCOLOR)" font="gtf(CONTROLPANELSTYLE,CPANEL_CONTENTLINK,CPCL_DISABLED)"/>
  185. <element foreground="gtc(CONTROLPANELSTYLE,CPANEL_CONTENTLINK,CPCL_DISABLED,TMT_TEXTCOLOR)" font="gtf(CONTROLPANELSTYLE,CPANEL_CONTENTLINK,CPCL_DISABLED)"/>
  186. </if>
  187. <if mousefocused="true">
  188. <accessiblebutton cursor="hand" foreground="gtc(CONTROLPANELSTYLE,CPANEL_CONTENTLINK,CPCL_HOT,TMT_TEXTCOLOR)" font="gtf(CONTROLPANELSTYLE,CPANEL_CONTENTLINK,CPCL_HOT)"/>
  189. <element cursor="hand" foreground="gtc(CONTROLPANELSTYLE,CPANEL_CONTENTLINK,CPCL_HOT,TMT_TEXTCOLOR)" font="gtf(CONTROLPANELSTYLE,CPANEL_CONTENTLINK,CPCL_HOT)"/>
  190. </if>
  191. </if> 
  192. <!--
  193. -->
  194. <!--
  195. -->
  196. <!-- cannot animate against transparent background, hence the background -->
  197. <!--
  198. <clipper
  199. alpha       = "0"
  200. background  = "rgb(238,238,238)"
  201. animation   = "alpha | s | fast"
  202. />
  203. <if expanded="true">
  204. <clipper alpha="255"/>
  205. </if>
  206. -->
  207. <if id="atom(clipped)">
  208. <element animation="rectanglev | s | fast"/>
  209. </if>
  210. <if id="atom(arrow)">
  211. <button width="sysmetric(SM_CXVSCROLL)" height="sysmetric(SM_CYVSCROLL)"/>
  212. <if selected="false">
  213. <button background="dtb(scrollbar, SBP_ARROWBTN, ABS_DOWNNORMAL)"/>
  214. <if mousefocused="true">
  215. <button background="dtb(scrollbar, SBP_ARROWBTN, ABS_DOWNHOT)"/>
  216. </if>
  217. <if pressed="true">
  218. <button background="dtb(scrollbar, SBP_ARROWBTN, ABS_DOWNPRESSED)"/>
  219. </if>
  220. </if>
  221. <if selected="true">
  222. <button background="dtb(scrollbar, SBP_ARROWBTN, ABS_UPNORMAL)"/>
  223. <if mousefocused="true">
  224. <button background="dtb(scrollbar, SBP_ARROWBTN, ABS_UPHOT)"/>
  225. </if>
  226. <if pressed="true">
  227. <button background="dtb(scrollbar, SBP_ARROWBTN, ABS_UPPRESSED)"/>
  228. </if>
  229. </if>
  230. </if>
  231. <!--
  232. -->
  233. <if id="atom(Thumb)">
  234. <thumb background="dtb(scrollbar, SBP_THUMBBTNVERT, SCRBS_NORMAL)" content="dtb(scrollbar, SBP_GRIPPERVERT, SCRBS_NORMAL)" contentalign="middlecenter"/>
  235. <if mousefocused="true">
  236. <thumb background="dtb(scrollbar, SBP_THUMBBTNVERT, SCRBS_HOT)" content="dtb(scrollbar, SBP_GRIPPERVERT, SCRBS_HOT)"/>
  237. </if>
  238. <if captured="true">
  239. <thumb background="dtb(scrollbar, SBP_THUMBBTNVERT, SCRBS_PRESSED)" content="dtb(scrollbar, SBP_GRIPPERVERT, SCRBS_PRESSED)"/>
  240. </if>
  241. </if>
  242. <if id="atom(HThumb)">
  243. <thumb background="dtb(scrollbar, SBP_THUMBBTNHORZ, SCRBS_NORMAL)" content="dtb(scrollbar, SBP_GRIPPERHORZ, SCRBS_NORMAL)" contentalign="middlecenter"/>
  244. <if mousefocused="true">
  245. <thumb background="dtb(scrollbar, SBP_THUMBBTNHORZ, SCRBS_HOT)" content="dtb(scrollbar, SBP_GRIPPERHORZ, SCRBS_HOT)"/>
  246. </if>
  247. <if captured="true">
  248. <thumb background="dtb(scrollbar, SBP_THUMBBTNHORZ, SCRBS_PRESSED)" content="dtb(scrollbar, SBP_GRIPPERHORZ, SCRBS_PRESSED)"/>
  249. </if>
  250. </if>
  251. <if class="Line">
  252. <repeatbutton width="sysmetric(SM_CXVSCROLL)" height="sysmetric(SM_CYVSCROLL)"/>
  253. </if>
  254. <if id="atom(lineup)">
  255. <repeatbutton background="dtb(scrollbar, SBP_ARROWBTN, ABS_UPNORMAL)"/>
  256. <if mousefocused="true">
  257. <repeatbutton background="dtb(scrollbar, SBP_ARROWBTN, ABS_UPHOT)"/>
  258. </if>
  259. <if pressed="true">
  260. <repeatbutton background="dtb(scrollbar, SBP_ARROWBTN, ABS_UPPRESSED)"/>
  261. </if>
  262. </if>
  263. <if id="atom(linedown)">
  264. <repeatbutton background="dtb(scrollbar, SBP_ARROWBTN, ABS_DOWNNORMAL)"/>
  265. <if mousefocused="true">
  266. <repeatbutton background="dtb(scrollbar, SBP_ARROWBTN, ABS_DOWNHOT)"/>
  267. </if>
  268. <if pressed="true">
  269. <repeatbutton background="dtb(scrollbar, SBP_ARROWBTN, ABS_DOWNPRESSED)"/>
  270. </if>
  271. </if>
  272. <if id="atom(lineleft)">
  273. <repeatbutton background="dtb(scrollbar, SBP_ARROWBTN, ABS_LEFTNORMAL)"/>
  274. <if mousefocused="true">
  275. <repeatbutton background="dtb(scrollbar, SBP_ARROWBTN, ABS_LEFTHOT)"/>
  276. </if>
  277. <if pressed="true">
  278. <repeatbutton background="dtb(scrollbar, SBP_ARROWBTN, ABS_LEFTPRESSED)"/>
  279. </if>
  280. </if>
  281. <if id="atom(lineright)">
  282. <repeatbutton background="dtb(scrollbar, SBP_ARROWBTN, ABS_RIGHTNORMAL)"/>
  283. <if mousefocused="true">
  284. <repeatbutton background="dtb(scrollbar, SBP_ARROWBTN, ABS_RIGHTHOT)"/>
  285. </if>
  286. <if pressed="true">
  287. <repeatbutton background="dtb(scrollbar, SBP_ARROWBTN, ABS_RIGHTPRESSED)"/>
  288. </if>
  289. </if>
  290. <if id="atom(pageup)">
  291. <repeatbutton background="dtb(scrollbar, SBP_UPPERTRACKVERT, SCRBS_NORMAL)"/>
  292. <if mousefocused="true">
  293. <repeatbutton background="dtb(scrollbar, SBP_UPPERTRACKVERT, SCRBS_HOT)"/>
  294. </if>
  295. <if pressed="true">
  296. <repeatbutton background="dtb(scrollbar, SBP_UPPERTRACKVERT, SCRBS_PRESSED)"/>
  297. </if>
  298. </if>
  299. <if id="atom(pagedown)">
  300. <repeatbutton background="dtb(scrollbar, SBP_LOWERTRACKVERT, SCRBS_NORMAL)"/>
  301. <if mousefocused="true">
  302. <repeatbutton background="dtb(scrollbar, SBP_LOWERTRACKVERT, SCRBS_HOT)"/>
  303. </if>
  304. <if pressed="true">
  305. <repeatbutton background="dtb(scrollbar, SBP_LOWERTRACKVERT, SCRBS_PRESSED)"/>
  306. </if>
  307. </if>
  308. <if id="atom(pageleft)">
  309. <repeatbutton background="dtb(scrollbar, SBP_UPPERTRACKHORZ, SCRBS_NORMAL)"/>
  310. <if mousefocused="true">
  311. <repeatbutton background="dtb(scrollbar, SBP_UPPERTRACKHORZ, SCRBS_HOT)"/>
  312. </if>
  313. <if pressed="true">
  314. <repeatbutton background="dtb(scrollbar, SBP_UPPERTRACKHORZ, SCRBS_PRESSED)"/>
  315. </if>
  316. </if>
  317. <if id="atom(pageright)">
  318. <repeatbutton background="dtb(scrollbar, SBP_LOWERTRACKHORZ, SCRBS_NORMAL)"/>
  319. <if mousefocused="true">
  320. <repeatbutton background="dtb(scrollbar, SBP_LOWERTRACKHORZ, SCRBS_HOT)"/>
  321. </if>
  322. <if pressed="true">
  323. <repeatbutton background="dtb(scrollbar, SBP_LOWERTRACKHORZ, SCRBS_PRESSED)"/>
  324. </if>
  325. </if>
  326. <!--
  327. -->
  328. <if class="ScrollViewer">
  329. <CCHScrollBar layoutpos="ninebottom" accessible="true" accdesc="resstr(1101)" accname="resstr(1102)"/>
  330. <CCVScrollBar layoutpos="nineright" accessible="true" accdesc="resstr(1100)" accname="resstr(1103)"/>
  331. <viewer layoutpos="nineclient"/>
  332. </if>
  333. </style>
  334. </stylesheets>
  335. </duixml>
  336.