home *** CD-ROM | disk | FTP | other *** search
- <duixml>
- <stylesheets>
- <element contentalign="wrapleft" content="This is a style file; there is no interesting markup"/>
- <style resid="common">
- <!-- Optional title -->
- <if id="atom(title)">
- <element font="gtf(TEXTSTYLE, TEXT_MAININSTRUCTION, 0)" foreground="gtc(TEXTSTYLE, TEXT_MAININSTRUCTION, 0, TMT_TEXTCOLOR)" margin="rect(0,40rp,0,10rp)" layoutpos="top"/>
- </if>
- <!-- Text that is paragraph-like should be class="para". -->
- <if class="para">
- <element contentalign="wrapleft" margin="rect(0,10rp,0,10rp)"/>
- </if>
- <!-- Text that is a step in a process should be class="step" -->
- <if class="step">
- <element contentalign="wrapleft" margin="rect(0,5rp,0,5rp)"/>
- </if>
- <!-- Common look for edit boxes -->
- <edit borderthickness="rect(1rp,1rp,1rp,1rp)" bordercolor="graytext" height="20rp" margin="rect(4rp,4rp,4rp,4rp)"/>
- <!-- For one of a series of alternatives -->
- <if class="option">
- <element margin="rect(0,10rp,0,10rp)"/>
- </if>
- <!-- Text that describes a major task heading -->
- <if class="task">
- <element font="gtf(TEXTSTYLE, TEXT_MAININSTRUCTION, 0)"/>
- </if>
- <!--
- -->
- <!-- The root element of a wizard -->
- <if id="atom(wizardroot)">
- <!-- 1142424: wizard background color -->
- <element background="themeable(dtb(AeroWizard, AW_CONTENTAREA, 0), threedface)" font="gtf(AeroWizardStyle, AW_CONTENTAREA, 0)"/>
- </if>
- <!--
- -->
- <if id="atom(wiztitle)">
- <element layoutpos="none"/>
- </if>
- <if id="atom(wizsubtitle)">
- <element layoutpos="none"/>
- </if>
- <!--
- -->
- <!-- The root element of hosted task dialog content -->
- <if id="atom(taskdialogroot)">
- <element background="themeable(dtb(TaskDialog, TDLG_PRIMARYPANEL, 0), threedface)"/>
- </if>
- <!--
- -->
- <if id="atom(instructions)">
- <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)"/>
- </if>
- <!--
- -->
- <if id="atom(buttonzone)">
- <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)"/>
- </if>
- <!-- the pane itself is id=atom(buttonpane) -->
- <if id="atom(buttonpane)">
- <element padding="rect(20rp,10rp,20rp,10rp)"/>
- </if>
- <!--
- -->
- <pushbutton background="dtb(button, BP_PUSHBUTTON, PBS_NORMAL)" foreground="buttontext" contentalign="middlecenter" padding="rect(20rp,5rp,20rp,5rp)" margin="rect(10rp, 10rp, 10rp, 10rp)"/>
- <if keyfocused="true">
- <pushbutton contentalign="middlecenter | focusrect"/>
- </if>
- <if selected="true">
- <pushbutton background="dtb(button, BP_PUSHBUTTON, PBS_DEFAULTED)"/>
- </if>
- <if mousefocused="true">
- <pushbutton background="dtb(button, BP_PUSHBUTTON, PBS_HOT)"/>
- </if>
- <if pressed="true">
- <pushbutton background="dtb(button, BP_PUSHBUTTON, PBS_PRESSED)" padding="rect(21rp,6rp,19rp,4rp)"/>
- </if>
- <if enabled="false">
- <pushbutton background="dtb(button, BP_PUSHBUTTON, PBS_DISABLED)" foreground="graytext"/>
- </if>
- <!--
- -->
- <!-- if you need support for 3-state checkboxes (i.e. checkboxes that can assume
- an indeterminate state as indicated by a grayed box in the checkbox), specify:
- id="atom(CheckBox)" (and to indicate the indeterminate state, set class="mixed")
- otherwise, you should specify:
- class="CheckBox"
- -->
- <if id="atom(CheckBox)">
- <button width="sysmetric(SM_CXMENUCHECK)" height="sysmetric(SM_CYMENUCHECK)" background="dtb(button, BP_CHECKBOX, CBS_UNCHECKEDNORMAL)" accessible="true" accrole="checkbutton"/>
- <if mousefocused="true">
- <button background="dtb(button, BP_CHECKBOX, CBS_UNCHECKEDHOT)"/>
- </if>
- <if pressed="true">
- <button background="dtb(button, BP_CHECKBOX, CBS_UNCHECKEDPRESSED)"/>
- </if>
- <if enabled="false">
- <button background="dtb(button, BP_CHECKBOX, CBS_UNCHECKEDDISABLED)"/>
- </if>
- <if selected="true">
- <button background="dtb(button, BP_CHECKBOX, CBS_CHECKEDNORMAL)"/>
- <if mousefocused="true">
- <button background="dtb(button, BP_CHECKBOX, CBS_CHECKEDHOT)"/>
- </if>
- <if pressed="true">
- <button background="dtb(button, BP_CHECKBOX, CBS_CHECKEDPRESSED)"/>
- </if>
- <if enabled="false">
- <button background="dtb(button, BP_CHECKBOX, CBS_CHECKEDDISABLED)"/>
- </if>
- </if>
- <if class="mixed">
- <button background="dtb(button, BP_CHECKBOX, CBS_MIXEDNORMAL)"/>
- <if mousefocused="true">
- <button background="dtb(button, BP_CHECKBOX, CBS_MIXEDHOT)"/>
- </if>
- <if pressed="true">
- <button background="dtb(button, BP_CHECKBOX, CBS_MIXEDPRESSED)"/>
- </if>
- <if enabled="false">
- <button background="dtb(button, BP_CHECKBOX, CBS_MIXEDDISABLED)"/>
- </if>
- </if>
- </if> <!-- ending if for id="atom(CheckBox)" -->
- <if class="CheckBox">
- <button width="sysmetric(SM_CXMENUCHECK)" height="sysmetric(SM_CYMENUCHECK)" background="dtb(button, BP_CHECKBOX, CBS_UNCHECKEDNORMAL)" accessible="true" accrole="checkbutton"/>
- <if mousefocused="true">
- <button background="dtb(button, BP_CHECKBOX, CBS_UNCHECKEDHOT)"/>
- </if>
- <if pressed="true">
- <button background="dtb(button, BP_CHECKBOX, CBS_UNCHECKEDPRESSED)"/>
- </if>
- <if enabled="false">
- <button background="dtb(button, BP_CHECKBOX, CBS_UNCHECKEDDISABLED)"/>
- </if>
- <if selected="true">
- <button background="dtb(button, BP_CHECKBOX, CBS_CHECKEDNORMAL)"/>
- <if mousefocused="true">
- <button background="dtb(button, BP_CHECKBOX, CBS_CHECKEDHOT)"/>
- </if>
- <if pressed="true">
- <button background="dtb(button, BP_CHECKBOX, CBS_CHECKEDPRESSED)"/>
- </if>
- <if enabled="false">
- <button background="dtb(button, BP_CHECKBOX, CBS_CHECKEDDISABLED)"/>
- </if>
- </if>
- </if> <!-- ending if for class="CheckBox" -->
- <!--
- -->
- <if class="RadioButton">
- <button width="sysmetric(SM_CXMENUCHECK)" height="sysmetric(SM_CYMENUCHECK)" background="dtb(button, BP_RADIOBUTTON, RBS_UNCHECKEDNORMAL)" accessible="true" accrole="radiobutton"/>
- <if mousefocused="true">
- <button background="dtb(button, BP_RADIOBUTTON, CBS_UNCHECKEDHOT)"/>
- </if>
- <if pressed="true">
- <button background="dtb(button, BP_RADIOBUTTON, CBS_UNCHECKEDPRESSED)"/>
- </if>
- <if enabled="false">
- <button background="dtb(button, BP_RADIOBUTTON, CBS_UNCHECKEDDISABLED)"/>
- </if>
- <if selected="true">
- <button background="dtb(button, BP_RADIOBUTTON, CBS_CHECKEDNORMAL)"/>
- <if mousefocused="true">
- <button background="dtb(button, BP_RADIOBUTTON, CBS_CHECKEDHOT)"/>
- </if>
- <if pressed="true">
- <button background="dtb(button, BP_RADIOBUTTON, CBS_CHECKEDPRESSED)"/>
- </if>
- <if enabled="false">
- <button background="dtb(button, BP_RADIOBUTTON, CBS_CHECKEDDISABLED)"/>
- </if>
- </if>
- </if>
- <!--
- -->
- <if class="link">
- <accessiblebutton foreground="gtc(CONTROLPANELSTYLE,CPANEL_CONTENTLINK,CPCL_NORMAL,TMT_TEXTCOLOR)" font="gtf(CONTROLPANELSTYLE,CPANEL_CONTENTLINK,CPCL_NORMAL)" overhang="false"/>
- <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"/>
- <if keyfocused="true">
- <accessiblebutton contentalign="wrapleft | focusrect"/>
- <element contentalign="wrapleft | focusrect"/>
- </if>
- <if enabled="false">
- <accessiblebutton foreground="gtc(CONTROLPANELSTYLE,CPANEL_CONTENTLINK,CPCL_DISABLED,TMT_TEXTCOLOR)" font="gtf(CONTROLPANELSTYLE,CPANEL_CONTENTLINK,CPCL_DISABLED)"/>
- <element foreground="gtc(CONTROLPANELSTYLE,CPANEL_CONTENTLINK,CPCL_DISABLED,TMT_TEXTCOLOR)" font="gtf(CONTROLPANELSTYLE,CPANEL_CONTENTLINK,CPCL_DISABLED)"/>
- </if>
- <if mousefocused="true">
- <accessiblebutton cursor="hand" foreground="gtc(CONTROLPANELSTYLE,CPANEL_CONTENTLINK,CPCL_HOT,TMT_TEXTCOLOR)" font="gtf(CONTROLPANELSTYLE,CPANEL_CONTENTLINK,CPCL_HOT)"/>
- <element cursor="hand" foreground="gtc(CONTROLPANELSTYLE,CPANEL_CONTENTLINK,CPCL_HOT,TMT_TEXTCOLOR)" font="gtf(CONTROLPANELSTYLE,CPANEL_CONTENTLINK,CPCL_HOT)"/>
- </if>
- </if>
- <!--
- -->
- <!--
- -->
- <!-- cannot animate against transparent background, hence the background -->
- <!--
- <clipper
- alpha = "0"
- background = "rgb(238,238,238)"
- animation = "alpha | s | fast"
- />
- <if expanded="true">
- <clipper alpha="255"/>
- </if>
- -->
- <if id="atom(clipped)">
- <element animation="rectanglev | s | fast"/>
- </if>
- <if id="atom(arrow)">
- <button width="sysmetric(SM_CXVSCROLL)" height="sysmetric(SM_CYVSCROLL)"/>
- <if selected="false">
- <button background="dtb(scrollbar, SBP_ARROWBTN, ABS_DOWNNORMAL)"/>
- <if mousefocused="true">
- <button background="dtb(scrollbar, SBP_ARROWBTN, ABS_DOWNHOT)"/>
- </if>
- <if pressed="true">
- <button background="dtb(scrollbar, SBP_ARROWBTN, ABS_DOWNPRESSED)"/>
- </if>
- </if>
- <if selected="true">
- <button background="dtb(scrollbar, SBP_ARROWBTN, ABS_UPNORMAL)"/>
- <if mousefocused="true">
- <button background="dtb(scrollbar, SBP_ARROWBTN, ABS_UPHOT)"/>
- </if>
- <if pressed="true">
- <button background="dtb(scrollbar, SBP_ARROWBTN, ABS_UPPRESSED)"/>
- </if>
- </if>
- </if>
- <!--
- -->
- <if id="atom(Thumb)">
- <thumb background="dtb(scrollbar, SBP_THUMBBTNVERT, SCRBS_NORMAL)" content="dtb(scrollbar, SBP_GRIPPERVERT, SCRBS_NORMAL)" contentalign="middlecenter"/>
- <if mousefocused="true">
- <thumb background="dtb(scrollbar, SBP_THUMBBTNVERT, SCRBS_HOT)" content="dtb(scrollbar, SBP_GRIPPERVERT, SCRBS_HOT)"/>
- </if>
- <if captured="true">
- <thumb background="dtb(scrollbar, SBP_THUMBBTNVERT, SCRBS_PRESSED)" content="dtb(scrollbar, SBP_GRIPPERVERT, SCRBS_PRESSED)"/>
- </if>
- </if>
- <if id="atom(HThumb)">
- <thumb background="dtb(scrollbar, SBP_THUMBBTNHORZ, SCRBS_NORMAL)" content="dtb(scrollbar, SBP_GRIPPERHORZ, SCRBS_NORMAL)" contentalign="middlecenter"/>
- <if mousefocused="true">
- <thumb background="dtb(scrollbar, SBP_THUMBBTNHORZ, SCRBS_HOT)" content="dtb(scrollbar, SBP_GRIPPERHORZ, SCRBS_HOT)"/>
- </if>
- <if captured="true">
- <thumb background="dtb(scrollbar, SBP_THUMBBTNHORZ, SCRBS_PRESSED)" content="dtb(scrollbar, SBP_GRIPPERHORZ, SCRBS_PRESSED)"/>
- </if>
- </if>
- <if class="Line">
- <repeatbutton width="sysmetric(SM_CXVSCROLL)" height="sysmetric(SM_CYVSCROLL)"/>
- </if>
- <if id="atom(lineup)">
- <repeatbutton background="dtb(scrollbar, SBP_ARROWBTN, ABS_UPNORMAL)"/>
- <if mousefocused="true">
- <repeatbutton background="dtb(scrollbar, SBP_ARROWBTN, ABS_UPHOT)"/>
- </if>
- <if pressed="true">
- <repeatbutton background="dtb(scrollbar, SBP_ARROWBTN, ABS_UPPRESSED)"/>
- </if>
- </if>
- <if id="atom(linedown)">
- <repeatbutton background="dtb(scrollbar, SBP_ARROWBTN, ABS_DOWNNORMAL)"/>
- <if mousefocused="true">
- <repeatbutton background="dtb(scrollbar, SBP_ARROWBTN, ABS_DOWNHOT)"/>
- </if>
- <if pressed="true">
- <repeatbutton background="dtb(scrollbar, SBP_ARROWBTN, ABS_DOWNPRESSED)"/>
- </if>
- </if>
- <if id="atom(lineleft)">
- <repeatbutton background="dtb(scrollbar, SBP_ARROWBTN, ABS_LEFTNORMAL)"/>
- <if mousefocused="true">
- <repeatbutton background="dtb(scrollbar, SBP_ARROWBTN, ABS_LEFTHOT)"/>
- </if>
- <if pressed="true">
- <repeatbutton background="dtb(scrollbar, SBP_ARROWBTN, ABS_LEFTPRESSED)"/>
- </if>
- </if>
- <if id="atom(lineright)">
- <repeatbutton background="dtb(scrollbar, SBP_ARROWBTN, ABS_RIGHTNORMAL)"/>
- <if mousefocused="true">
- <repeatbutton background="dtb(scrollbar, SBP_ARROWBTN, ABS_RIGHTHOT)"/>
- </if>
- <if pressed="true">
- <repeatbutton background="dtb(scrollbar, SBP_ARROWBTN, ABS_RIGHTPRESSED)"/>
- </if>
- </if>
- <if id="atom(pageup)">
- <repeatbutton background="dtb(scrollbar, SBP_UPPERTRACKVERT, SCRBS_NORMAL)"/>
- <if mousefocused="true">
- <repeatbutton background="dtb(scrollbar, SBP_UPPERTRACKVERT, SCRBS_HOT)"/>
- </if>
- <if pressed="true">
- <repeatbutton background="dtb(scrollbar, SBP_UPPERTRACKVERT, SCRBS_PRESSED)"/>
- </if>
- </if>
- <if id="atom(pagedown)">
- <repeatbutton background="dtb(scrollbar, SBP_LOWERTRACKVERT, SCRBS_NORMAL)"/>
- <if mousefocused="true">
- <repeatbutton background="dtb(scrollbar, SBP_LOWERTRACKVERT, SCRBS_HOT)"/>
- </if>
- <if pressed="true">
- <repeatbutton background="dtb(scrollbar, SBP_LOWERTRACKVERT, SCRBS_PRESSED)"/>
- </if>
- </if>
- <if id="atom(pageleft)">
- <repeatbutton background="dtb(scrollbar, SBP_UPPERTRACKHORZ, SCRBS_NORMAL)"/>
- <if mousefocused="true">
- <repeatbutton background="dtb(scrollbar, SBP_UPPERTRACKHORZ, SCRBS_HOT)"/>
- </if>
- <if pressed="true">
- <repeatbutton background="dtb(scrollbar, SBP_UPPERTRACKHORZ, SCRBS_PRESSED)"/>
- </if>
- </if>
- <if id="atom(pageright)">
- <repeatbutton background="dtb(scrollbar, SBP_LOWERTRACKHORZ, SCRBS_NORMAL)"/>
- <if mousefocused="true">
- <repeatbutton background="dtb(scrollbar, SBP_LOWERTRACKHORZ, SCRBS_HOT)"/>
- </if>
- <if pressed="true">
- <repeatbutton background="dtb(scrollbar, SBP_LOWERTRACKHORZ, SCRBS_PRESSED)"/>
- </if>
- </if>
- <!--
- -->
- <if class="ScrollViewer">
- <CCHScrollBar layoutpos="ninebottom" accessible="true" accdesc="resstr(1101)" accname="resstr(1102)"/>
- <CCVScrollBar layoutpos="nineright" accessible="true" accdesc="resstr(1100)" accname="resstr(1103)"/>
- <viewer layoutpos="nineclient"/>
- </if>
- </style>
- </stylesheets>
- </duixml>
-