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

  1. <?xml version="1.0" encoding="ISO-8859-1"?>
  2. <Root_Element ID="DAOCUi">
  3.     <WindowTemplate>
  4.         <Name>compass</Name>
  5.         <CloseButton>false</CloseButton>
  6.         <MoveButton>false</MoveButton>
  7.         <Width>100</Width>
  8.         <Height>100</Height>
  9.         <TitleWidth>0</TitleWidth>
  10.         <TitleHeight>0</TitleHeight>
  11.         <ResizeableWidth>0</ResizeableWidth>
  12.         <ResizeableHeight>0</ResizeableHeight>
  13.         <ResizeableTwoWayWidth>0</ResizeableTwoWayWidth>
  14.         <ResizeableTwoWayHeight>0</ResizeableTwoWayHeight>
  15.         <WindowId>Compass</WindowId>
  16.         <MinWidth>0</MinWidth>
  17.         <MinHeight>0</MinHeight>
  18.         <!--Small Compass-->
  19.         <CompassControlDef>
  20.             <ControlId>1000</ControlId>
  21.             <Position>
  22.                 <X>0</X>
  23.                 <Y>0</Y>
  24.             </Position>
  25.             <AdapterName>compass_heading</AdapterName>
  26.             <Width>64</Width>
  27.             <Height>16</Height>
  28.             <TemplateName>compass</TemplateName>
  29.         </CompassControlDef>
  30.         <!--Large Compass-->
  31.         <CompassControlDef>
  32.             <ControlId>1001</ControlId>
  33.             <Position>
  34.                 <X>0</X>
  35.                 <Y>0</Y>
  36.             </Position>
  37.             <AdapterName>compass_heading</AdapterName>
  38.             <Width>128</Width>
  39.             <Height>32</Height>
  40.             <TemplateName>compass</TemplateName>
  41.         </CompassControlDef>
  42.     </WindowTemplate>
  43. </Root_Element>
  44.