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

  1. <?xml version="1.0" encoding="ISO-8859-1"?>
  2. <Root_Element ID="DAOCUi">
  3.     <WindowTemplate>
  4.         <Name>mini_craft</Name>
  5.         <CloseButton>true</CloseButton>
  6.         <MoveButton>true</MoveButton>
  7.         <Width>256</Width>
  8.         <Height>96</Height>
  9.         <TitleWidth>128</TitleWidth>
  10.         <TitleHeight>18</TitleHeight>
  11.         <ResizeableWidth>0</ResizeableWidth>
  12.         <ResizeableHeight>0</ResizeableHeight>
  13.         <ResizeableTwoWayWidth>0</ResizeableTwoWayWidth>
  14.         <ResizeableTwoWayHeight>0</ResizeableTwoWayHeight>
  15.         <WindowId>MiniCraft</WindowId>
  16.         <FullResizeImageDef>
  17.             <ControlId>Background</ControlId>
  18.             <Height>96</Height>
  19.             <Width>256</Width>
  20.             <Position>
  21.                 <X>0</X>
  22.                 <Y>0</Y>
  23.             </Position>
  24.             <TemplateName>dlg_sm_title_noresize</TemplateName>
  25.             <Alignment>
  26.                 <GrowWidth>true</GrowWidth>
  27.                 <GrowHeight>true</GrowHeight>
  28.             </Alignment>
  29.         </FullResizeImageDef>
  30.         <LabelDef>
  31.             <Color>
  32.                 <R>255</R>
  33.                 <G>255</G>
  34.                 <B>255</B>
  35.                 <A>255</A>
  36.             </Color>
  37.             <FontName>arial11</FontName>
  38.             <Width>252</Width>
  39.             <Height>16</Height>
  40.             <MaxCharacters>64</MaxCharacters>
  41.             <Data>Handwerk</Data>
  42.             <Position>
  43.                 <X>0</X>
  44.                 <Y>19</Y>
  45.             </Position>
  46.             <Adapter>mini_craft_title</Adapter>
  47.             <Alignment>
  48.                 <CenterHorizontally>true</CenterHorizontally>
  49.             </Alignment>
  50.         </LabelDef>
  51.         <ButtonDef>
  52.             <TemplateName>button_small</TemplateName>
  53.             <OnClickEvent>Repair</OnClickEvent>
  54.             <ControlId>1000</ControlId>
  55.             <Label>REPARIEREN</Label>
  56.             <Position>
  57.                 <X>20</X>
  58.                 <Y>54</Y>
  59.             </Position>
  60.         </ButtonDef>
  61.         <ButtonDef>
  62.             <TemplateName>button_small</TemplateName>
  63.             <OnClickEvent>Craft</OnClickEvent>
  64.             <ControlId>1001</ControlId>
  65.             <Label>BEARBEITEN</Label>
  66.             <Position>
  67.                 <X>0</X>
  68.                 <Y>54</Y>
  69.             </Position>
  70.             <Alignment>
  71.                 <CenterHorizontally>true</CenterHorizontally>
  72.             </Alignment>
  73.         </ButtonDef>
  74.         <ButtonDef>
  75.             <TemplateName>button_small</TemplateName>
  76.             <OnClickEvent>Salvage</OnClickEvent>
  77.             <ControlId>1002</ControlId>
  78.             <Label>VERWERTEN</Label>
  79.             <Position>
  80.                 <X>20</X>
  81.                 <Y>54</Y>
  82.             </Position>
  83.             <Alignment>
  84.                 <OffsetRight>true</OffsetRight>
  85.             </Alignment>
  86.         </ButtonDef>
  87.     </WindowTemplate>
  88. </Root_Element>
  89.