home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / WindowsServerTrial / server.iso / sources / install.wim / 5 / Windows / System32 / pnpui.dll / UIFILE / 4 < prev   
Text File  |  2008-01-19  |  2KB  |  40 lines

  1. <duixml>
  2.     <element id="atom(taskdialogroot)" resid="main" sheet="common" class="atom(Main)" layout="borderlayout()"
  3.             padding="rect(0,1rp,0,1rp)">
  4.         <CCProgressBar id="atom(ProgressElement)" height="25rp" layoutpos="top" padding="rect(0,0,0,10rp)" winstyle="8"/>
  5.         <element id="atom(TitleStatus)" sheet="ssSimpNote" class="ContentText" content="" contentAlign="wrapLeft" layoutpos="none" padding="rect(0,0,0,5rp)"/>
  6.         <scrollviewer height="80rp" layoutpos="client" YScrollable="true" XScrollable="false" YBarVisibility="AsNeeded">                
  7.             <Element id="atom(StatusList)" layout="verticalflowlayout()">
  8.             
  9.                 <!-- Elements get added here -->
  10.                 
  11.             </Element>
  12.         </scrollviewer>
  13.     </element>
  14.  
  15.     <element resid="resStatusEntry" sheet="common" layout="filllayout()" active="mouseandkeyboard"> 
  16.         <element id="atom(StatusEntryID)" class="atom(StatusTile)" layout="tablelayout(0,0, 0,0,-50, 0,0,-50)">
  17.             <element id="atom(StatusName)" contentAlign="wrapLeft" sheet="ssSimpNote" class="ContentText"/>
  18.             <element id="atom(StatusInfo)" contentAlign="wrapLeft" sheet="ssSimpNote" class="ContentText"/>
  19.         </element>
  20.     </element>
  21.     
  22.     <stylesheets>
  23.         <style resid="ssSimpNote">
  24.         
  25.             <if class="ContentText">
  26.                 <element
  27.                     font                = "gtf(TaskDialogStyle, TDLG_CONTENTPANE, 0)"
  28.                     foreground          = "gtc(TaskDialogStyle, TDLG_CONTENTPANE, 0, TMT_TEXTCOLOR)"
  29.                     accessible          = "true"
  30.                     accrole             = "statictext"
  31.                 />
  32.             </if>
  33.                 
  34.         </style>
  35.     </stylesheets>
  36.  
  37.     
  38. </duixml>
  39.  
  40.