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
+163
View File
@@ -0,0 +1,163 @@
<?xml version="1.0" encoding="us-ascii"?>
<XML ID="EQInterfaceDefinitionLanguage">
<Schema xmlns="EverQuestData" xmlns:dt="EverQuestDataTypes" />
<Label item="FLW_FoundNoneLabel">
<ScreenID>FLW_FoundNoneLabel</ScreenID>
<Font>3</Font>
<Text>There is nothing easily found in this zone.</Text>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<Size>
<CX>100</CX>
<CY>100</CY>
</Size>
<AlignCenter>true</AlignCenter>
<Location>
<X>7</X>
<Y>23</Y>
</Location>
<AutoStretch>true</AutoStretch>
<BottomAnchorToTop>false</BottomAnchorToTop>
<TopAnchorOffset>34</TopAnchorOffset>
<RightAnchorToLeft>false</RightAnchorToLeft>
<LeftAnchorOffset>0</LeftAnchorOffset>
<RightAnchorOffset>0</RightAnchorOffset>
<BottomAnchorOffset>165</BottomAnchorOffset>
</Label>
<Listbox item="FLW_FindLocationList">
<ScreenID>FLW_FindLocationList</ScreenID>
<DrawTemplate>WDT_Inner</DrawTemplate>
<AutoStretch>true</AutoStretch>
<LeftAnchorOffset>0</LeftAnchorOffset>
<TopAnchorOffset>12</TopAnchorOffset>
<RightAnchorOffset>0</RightAnchorOffset>
<BottomAnchorOffset>27</BottomAnchorOffset>
<RightAnchorToLeft>false</RightAnchorToLeft>
<BottomAnchorToTop>false</BottomAnchorToTop>
<Columns>
<Width>100</Width>
<Heading>Category</Heading>
</Columns>
<Columns>
<Width>125</Width>
<Heading>Description</Heading>
</Columns>
<Style_Border>true</Style_Border>
<Style_VScroll>true</Style_VScroll>
</Listbox>
<Button item="FLW_FilterLocationsCheckbox">
<ScreenID>FLW_FilterLocationsCheckbox</ScreenID>
<RelativePosition>true</RelativePosition>
<AutoStretch>true</AutoStretch>
<LeftAnchorOffset>10</LeftAnchorOffset>
<TopAnchorOffset>23</TopAnchorOffset>
<RightAnchorOffset>0</RightAnchorOffset>
<BottomAnchorOffset>8</BottomAnchorOffset>
<TopAnchorToTop>false</TopAnchorToTop>
<BottomAnchorToTop>false</BottomAnchorToTop>
<RightAnchorToLeft>false</RightAnchorToLeft>
<Style_Transparent>false</Style_Transparent>
<Style_Checkbox>true</Style_Checkbox>
<Text>Only show destinations I can use.</Text>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<Template>BDT_CheckboxWithText</Template>
<DecalSize>
<CX>16</CX>
<CY>16</CY>
</DecalSize>
<TextAlignCenter>false</TextAlignCenter>
<TextOffsetX>20</TextOffsetX>
</Button>
<Button item="FLW_FilterGroupCheckbox">
<ScreenID>FLW_FilterGroupCheckbox</ScreenID>
<RelativePosition>true</RelativePosition>
<AutoStretch>true</AutoStretch>
<LeftAnchorOffset>225</LeftAnchorOffset>
<TopAnchorOffset>23</TopAnchorOffset>
<RightAnchorOffset>0</RightAnchorOffset>
<BottomAnchorOffset>8</BottomAnchorOffset>
<TopAnchorToTop>false</TopAnchorToTop>
<BottomAnchorToTop>false</BottomAnchorToTop>
<RightAnchorToLeft>false</RightAnchorToLeft>
<Style_Transparent>false</Style_Transparent>
<Style_Checkbox>true</Style_Checkbox>
<Text>Show Group</Text>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<Template>BDT_CheckboxWithText</Template>
<DecalSize>
<CX>16</CX>
<CY>16</CY>
</DecalSize>
<TextAlignCenter>false</TextAlignCenter>
<TextOffsetX>20</TextOffsetX>
</Button>
<Button item="FLW_FilterRaidCheckbox">
<ScreenID>FLW_FilterRaidCheckbox</ScreenID>
<RelativePosition>true</RelativePosition>
<AutoStretch>true</AutoStretch>
<LeftAnchorOffset>325</LeftAnchorOffset>
<TopAnchorOffset>23</TopAnchorOffset>
<RightAnchorOffset>0</RightAnchorOffset>
<BottomAnchorOffset>8</BottomAnchorOffset>
<TopAnchorToTop>false</TopAnchorToTop>
<BottomAnchorToTop>false</BottomAnchorToTop>
<RightAnchorToLeft>false</RightAnchorToLeft>
<Style_Transparent>false</Style_Transparent>
<Style_Checkbox>true</Style_Checkbox>
<Text>Show Raid</Text>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<Template>BDT_CheckboxWithText</Template>
<DecalSize>
<CX>16</CX>
<CY>16</CY>
</DecalSize>
<TextAlignCenter>false</TextAlignCenter>
<TextOffsetX>20</TextOffsetX>
</Button>
<Screen item="FindLocationWnd">
<!--<ScreenID/>-->
<!--<Font/>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>200</X>
<Y>200</Y>
</Location>
<Size>
<CX>250</CX>
<CY>240</CY>
</Size>
<MinHSize>425</MinHSize>
<MinVSize>325</MinVSize>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
<!--<TooltipReference/>-->
<Text>Find Window</Text>
<DrawTemplate>WDT_Def</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>FLW_FindLocationList</Pieces>
<Pieces>FLW_FilterLocationsCheckbox</Pieces>
<Pieces>FLW_FilterGroupCheckbox</Pieces>
<Pieces>FLW_FilterRaidCheckbox</Pieces>
<Pieces>FLW_FoundNoneLabel</Pieces>
</Screen>
</XML>