Start with the default
This commit is contained in:
+125
@@ -0,0 +1,125 @@
|
||||
<?xml version = "1.0"?>
|
||||
<XML ID = "EQInterfaceDefinitionLanguage">
|
||||
<Schema xmlns = "EverQuestData" xmlns:dt = "EverQuestDataTypes"/>
|
||||
|
||||
<Listbox item = "TCW_InventoryList">
|
||||
<ScreenID>TCW_InventoryList</ScreenID>
|
||||
<DrawTemplate>WDT_Inner</DrawTemplate>
|
||||
<AutoStretch>true</AutoStretch>
|
||||
<LeftAnchorOffset>0</LeftAnchorOffset>
|
||||
<TopAnchorOffset>0</TopAnchorOffset>
|
||||
<RightAnchorOffset>0</RightAnchorOffset>
|
||||
<BottomAnchorOffset>0</BottomAnchorOffset>
|
||||
<TopAnchorToTop>true</TopAnchorToTop>
|
||||
<BottomAnchorToTop>false</BottomAnchorToTop>
|
||||
<LeftAnchorToLeft>true</LeftAnchorToLeft>
|
||||
<RightAnchorToLeft>false</RightAnchorToLeft>
|
||||
<Columns>
|
||||
<Width>150</Width>
|
||||
|
||||
</Columns>
|
||||
<Style_Border>true</Style_Border>
|
||||
<Style_VScroll>true</Style_VScroll>
|
||||
</Listbox>
|
||||
|
||||
<Page item = "TCW_InventoryPage">
|
||||
<!--<ScreenID/>-->
|
||||
<RelativePosition>false</RelativePosition>
|
||||
<DrawTemplate>WDT_Def</DrawTemplate>
|
||||
<TabText>Inventory</TabText>
|
||||
<TabTextColor>
|
||||
<R>255</R>
|
||||
<G>255</G>
|
||||
<B>255</B>
|
||||
</TabTextColor>
|
||||
<TabTextActiveColor>
|
||||
<R>255</R>
|
||||
<G>255</G>
|
||||
<B>0</B>
|
||||
</TabTextActiveColor>
|
||||
<Style_Sizable>true</Style_Sizable>
|
||||
<Pieces>TCW_InventoryList</Pieces>
|
||||
</Page>
|
||||
|
||||
<Listbox item = "TCW_AbilityList">
|
||||
<ScreenID>TCW_AbilityList</ScreenID>
|
||||
<DrawTemplate>WDT_Inner</DrawTemplate>
|
||||
<AutoStretch>true</AutoStretch>
|
||||
<LeftAnchorOffset>0</LeftAnchorOffset>
|
||||
<TopAnchorOffset>0</TopAnchorOffset>
|
||||
<RightAnchorOffset>0</RightAnchorOffset>
|
||||
<BottomAnchorOffset>0</BottomAnchorOffset>
|
||||
<TopAnchorToTop>true</TopAnchorToTop>
|
||||
<BottomAnchorToTop>false</BottomAnchorToTop>
|
||||
<LeftAnchorToLeft>true</LeftAnchorToLeft>
|
||||
<RightAnchorToLeft>false</RightAnchorToLeft>
|
||||
<Columns>
|
||||
<Width>150</Width>
|
||||
|
||||
</Columns>
|
||||
<Style_Border>true</Style_Border>
|
||||
<Style_VScroll>true</Style_VScroll>
|
||||
</Listbox>
|
||||
|
||||
<Page item = "TCW_AbilityPage">
|
||||
<!--<ScreenID/>-->
|
||||
<RelativePosition>false</RelativePosition>
|
||||
<DrawTemplate>WDT_Def</DrawTemplate>
|
||||
<TabText>Abilities</TabText>
|
||||
<TabTextColor>
|
||||
<R>255</R>
|
||||
<G>255</G>
|
||||
<B>255</B>
|
||||
</TabTextColor>
|
||||
<TabTextActiveColor>
|
||||
<R>255</R>
|
||||
<G>255</G>
|
||||
<B>0</B>
|
||||
</TabTextActiveColor>
|
||||
<Style_Sizable>false</Style_Sizable>
|
||||
<Pieces>TCW_AbilityList</Pieces>
|
||||
</Page>
|
||||
|
||||
<TabBox item = "TCW_Tabs">
|
||||
<ScreenID>TCW_Tabs</ScreenID>
|
||||
<AutoStretch>true</AutoStretch>
|
||||
<LeftAnchorOffset>0</LeftAnchorOffset>
|
||||
<TopAnchorOffset>0</TopAnchorOffset>
|
||||
<RightAnchorOffset>0</RightAnchorOffset>
|
||||
<BottomAnchorOffset>0</BottomAnchorOffset>
|
||||
<TopAnchorToTop>true</TopAnchorToTop>
|
||||
<BottomAnchorToTop>false</BottomAnchorToTop>
|
||||
<LeftAnchorToLeft>true</LeftAnchorToLeft>
|
||||
<RightAnchorToLeft>false</RightAnchorToLeft>
|
||||
<TabBorderTemplate>FT_DefTabBorder</TabBorderTemplate>
|
||||
<PageBorderTemplate>FT_DefPageBorder</PageBorderTemplate>
|
||||
<Pages>TCW_InventoryPage</Pages>
|
||||
<Pages>TCW_AbilityPage</Pages>
|
||||
</TabBox>
|
||||
|
||||
<Screen item = "TemplateCharacterWnd">
|
||||
<!--<ScreenID/>-->
|
||||
<RelativePosition>false</RelativePosition>
|
||||
<Location>
|
||||
<X>50</X>
|
||||
<Y>50</Y>
|
||||
</Location>
|
||||
<Size>
|
||||
<CX>300</CX>
|
||||
<CY>300</CY>
|
||||
</Size>
|
||||
<Style_VScroll>false</Style_VScroll>
|
||||
<Style_HScroll>false</Style_HScroll>
|
||||
<Style_Transparent>false</Style_Transparent>
|
||||
<!--<TooltipReference/>-->
|
||||
<Text>Template Character</Text>
|
||||
<DrawTemplate>WDT_Rounded</DrawTemplate>
|
||||
<Style_Titlebar>true</Style_Titlebar>
|
||||
<Style_Closebox>true</Style_Closebox>
|
||||
<Style_Minimizebox>true</Style_Minimizebox>
|
||||
<Style_Border>true</Style_Border>
|
||||
<Style_Sizable>true</Style_Sizable>
|
||||
<Pieces>TCW_Tabs</Pieces>
|
||||
</Screen>
|
||||
|
||||
</XML>
|
||||
Reference in New Issue
Block a user