home *** CD-ROM | disk | FTP | other *** search
/ GameStar Special 2004 June / GSSH0604MP.iso / DAoC / Toa_coop_168_Gamestar.exe / ui / atlantis / timer_window.xml < prev    next >
Extensible Markup Language  |  2004-02-19  |  2KB  |  84 lines

  1. <?xml version="1.0" encoding="ISO-8859-1"?>
  2. <Root_Element ID="DAOCUi">
  3.     <WindowTemplate>
  4.         <Name>timer</Name>
  5.         <CloseButton>true</CloseButton>
  6.         <MoveButton>true</MoveButton>
  7.         <Width>256</Width>
  8.         <Height>96</Height>
  9.         <TitleWidth>256</TitleWidth>
  10.         <TitleHeight>18</TitleHeight>
  11.         <ResizeableWidth>0</ResizeableWidth>
  12.         <ResizeableHeight>0</ResizeableHeight>
  13.         <ResizeableTwoWayWidth>0</ResizeableTwoWayWidth>
  14.         <ResizeableTwoWayHeight>0</ResizeableTwoWayHeight>
  15.         <WindowId>Timer</WindowId>
  16.         <FullResizeImageDef>
  17.             <!--Technically, this should be a dlg_lg_noresize but it looks much better this way.-->
  18.             <ControlId>Background</ControlId>
  19.             <Height>96</Height>
  20.             <Width>256</Width>
  21.             <Position>
  22.                 <X>0</X>
  23.                 <Y>0</Y>
  24.             </Position>
  25.             <TemplateName>dlg_background_resize</TemplateName>
  26.         </FullResizeImageDef>
  27.         <FullResizeImageDef>
  28.             <Height>64</Height>
  29.             <Width>206</Width>
  30.             <Position>
  31.                 <X>25</X>
  32.                 <Y>15</Y>
  33.             </Position>
  34.             <TemplateName>dlg_interior_small</TemplateName>
  35.         </FullResizeImageDef>
  36.         <StatusBarDef>
  37.             <ControlId>1000</ControlId>
  38.             <Position>
  39.                 <X>64</X>
  40.                 <Y>48</Y>
  41.             </Position>
  42.             <Alignment>TopLeft</Alignment>
  43.             <TemplateName>green_status</TemplateName>
  44.             <Adaptername>timer_time</Adaptername>
  45.             <Width>128</Width>
  46.         </StatusBarDef>
  47.         <LabelDef>
  48.             <Color>
  49.                 <R>255</R>
  50.                 <G>255</G>
  51.                 <B>255</B>
  52.                 <A>255</A>
  53.             </Color>
  54.             <FontName>arial11</FontName>
  55.             <Width>256</Width>
  56.             <Height>16</Height>
  57.             <MaxCharacters>128</MaxCharacters>
  58.             <Data>Bizquit</Data>
  59.             <Position>
  60.                 <X>0</X>
  61.                 <Y>20</Y>
  62.             </Position>
  63.             <Adapter>timer_text</Adapter>
  64.             <Alignment>
  65.                 <CenterHorizontally>true</CenterHorizontally>
  66.             </Alignment>
  67.         </LabelDef>
  68.         <ImageAreaDef>
  69.             <TemplateName>sm_horiz_endcap_left</TemplateName>
  70.             <Position>
  71.                 <X>58</X>
  72.                 <Y>48</Y>
  73.             </Position>
  74.         </ImageAreaDef>
  75.         <ImageAreaDef>
  76.             <TemplateName>sm_horiz_endcap_right</TemplateName>
  77.             <Position>
  78.                 <X>192</X>
  79.                 <Y>48</Y>
  80.             </Position>
  81.         </ImageAreaDef>
  82.     </WindowTemplate>
  83. </Root_Element>
  84.