Start with the default

This commit is contained in:
Isuldor
2015-06-20 02:59:24 -07:00
commit 661e59be51
202 changed files with 165488 additions and 0 deletions
+177
View File
@@ -0,0 +1,177 @@
<?xml version = "1.0"?>
<XML ID = "EQInterfaceDefinitionLanguage">
<Schema xmlns = "EverQuestData" xmlns:dt = "EverQuestDataTypes"/>
<Listbox item = "ClaimFeatureList">
<ScreenID>ClaimFeatureList</ScreenID>
<DrawTemplate>WDT_Inner</DrawTemplate>
<RelativePosition>true</RelativePosition>
<Location>
<X>0</X>
<Y>0</Y>
</Location>
<Size>
<CX>300</CX>
<CY>300</CY>
</Size>
<Columns>
<Width>220</Width>
<Heading>Features</Heading>
</Columns>
<Columns>
<Width>40</Width>
<Heading>Count</Heading>
</Columns>
<Style_Border>true</Style_Border>
<Style_VScroll>true</Style_VScroll>
<TooltipReference>The features on your account which are available to be claimed</TooltipReference>
</Listbox>
<Listbox item = "ClaimItemList">
<ScreenID>ClaimItemList</ScreenID>
<DrawTemplate>WDT_Inner</DrawTemplate>
<RelativePosition>true</RelativePosition>
<Location>
<X>300</X>
<Y>0</Y>
</Location>
<Size>
<CX>300</CX>
<CY>300</CY>
</Size>
<Columns>
<Width>220</Width>
<Heading>Items</Heading>
</Columns>
<Columns>
<Width>40</Width>
<Heading>Count</Heading>
</Columns>
<Style_Border>true</Style_Border>
<Style_VScroll>true</Style_VScroll>
<TooltipReference>The items you will receive if you claim the selected feature. You may right-click an item to display it.</TooltipReference>
</Listbox>
<HorizontalLayoutBox item = "ClaimLayout">
<ScreenID>ClaimLayout</ScreenID>
<DrawTemplate>WDT_Inner</DrawTemplate>
<AutoStretch>true</AutoStretch>
<LeftAnchorOffset>4</LeftAnchorOffset>
<TopAnchorOffset>4</TopAnchorOffset>
<RightAnchorOffset>4</RightAnchorOffset>
<BottomAnchorOffset>34</BottomAnchorOffset>
<TopAnchorToTop>true</TopAnchorToTop>
<BottomAnchorToTop>false</BottomAnchorToTop>
<LeftAnchorToLeft>true</LeftAnchorToLeft>
<RightAnchorToLeft>false</RightAnchorToLeft>
<Spacing>4</Spacing>
<Style_Border>false</Style_Border>
<Style_VScroll>false</Style_VScroll>
<Style_Transparent>true</Style_Transparent>
<Pieces>ClaimFeatureList</Pieces>
<Pieces>ClaimItemList</Pieces>
</HorizontalLayoutBox>
<Button item = "ClaimRefreshButton">
<ScreenID>ClaimRefreshButton</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<AutoStretch>true</AutoStretch>
<LeftAnchorOffset>4</LeftAnchorOffset>
<TopAnchorOffset>28</TopAnchorOffset>
<RightAnchorOffset>68</RightAnchorOffset>
<BottomAnchorOffset>4</BottomAnchorOffset>
<TopAnchorToTop>false</TopAnchorToTop>
<BottomAnchorToTop>false</BottomAnchorToTop>
<LeftAnchorToLeft>true</LeftAnchorToLeft>
<RightAnchorToLeft>true</RightAnchorToLeft>
<Style_Transparent>false</Style_Transparent>
<TooltipReference>Click to refresh the list of features</TooltipReference>
<Style_Checkbox>false</Style_Checkbox>
<Text>Refresh</Text>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<Template>BDT_SmallNormal</Template>
</Button>
<Button item = "ClaimClaimButton">
<ScreenID>ClaimClaimButton</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<AutoStretch>true</AutoStretch>
<LeftAnchorOffset>136</LeftAnchorOffset>
<TopAnchorOffset>28</TopAnchorOffset>
<RightAnchorOffset>72</RightAnchorOffset>
<BottomAnchorOffset>4</BottomAnchorOffset>
<TopAnchorToTop>false</TopAnchorToTop>
<BottomAnchorToTop>false</BottomAnchorToTop>
<LeftAnchorToLeft>false</LeftAnchorToLeft>
<RightAnchorToLeft>false</RightAnchorToLeft>
<Style_Transparent>false</Style_Transparent>
<TooltipReference>Click to claim the selected feature on this character</TooltipReference>
<Style_Checkbox>false</Style_Checkbox>
<Text>Claim</Text>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<Template>BDT_SmallNormal</Template>
</Button>
<Button item = "ClaimCancelButton">
<ScreenID>ClaimCancelButton</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<AutoStretch>true</AutoStretch>
<LeftAnchorOffset>68</LeftAnchorOffset>
<TopAnchorOffset>28</TopAnchorOffset>
<RightAnchorOffset>4</RightAnchorOffset>
<BottomAnchorOffset>4</BottomAnchorOffset>
<TopAnchorToTop>false</TopAnchorToTop>
<BottomAnchorToTop>false</BottomAnchorToTop>
<LeftAnchorToLeft>false</LeftAnchorToLeft>
<RightAnchorToLeft>false</RightAnchorToLeft>
<Style_Transparent>false</Style_Transparent>
<TooltipReference>Click to cancel and close the window</TooltipReference>
<Style_Checkbox>false</Style_Checkbox>
<Text>Cancel</Text>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<Template>BDT_SmallNormal</Template>
</Button>
<Screen item = "ClaimWnd">
<ScreenID>ClaimWnd</ScreenID>
<!--<Font/>-->
<RelativePosition>false</RelativePosition>
<Location>
<X>100</X>
<Y>100</Y>
</Location>
<Size>
<CX>600</CX>
<CY>300</CY>
</Size>
<Text>Claim Window</Text>
<Style_Transparent>false</Style_Transparent>
<!--<TooltipReference/>-->
<DrawTemplate>WDT_Def</DrawTemplate>
<Style_Titlebar>true</Style_Titlebar>
<Style_Qmarkbox>true</Style_Qmarkbox>
<Style_Closebox>true</Style_Closebox>
<Style_Minimizebox>true</Style_Minimizebox>
<Style_Border>true</Style_Border>
<Style_Sizable>true</Style_Sizable>
<Pieces>ClaimLayout</Pieces>
<Pieces>ClaimRefreshButton</Pieces>
<Pieces>ClaimClaimButton</Pieces>
<Pieces>ClaimCancelButton</Pieces>
</Screen>
</XML>