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
+147
View File
@@ -0,0 +1,147 @@
<?xml version = "1.0"?>
<XML ID="EQInterfaceDefinitionLanguage">
<Schema xmlns="EverQuestData" xmlns:dt="EverQuestDataTypes"/>
<StaticAnimation item="ALW_Alert_Anim">
<ScreenID>ALW_Alert_Anim</ScreenID>
<RelativePosition>true</RelativePosition>
<Location>
<X>5</X>
<Y>5</Y>
</Location>
<Size>
<CX>395</CX>
<CY>160</CY>
</Size>
</StaticAnimation>
<STMLbox item="ALW_Message_Box">
<ScreenID>ALW_Message_Box</ScreenID>
<DrawTemplate>WDT_Inner</DrawTemplate>
<RelativePosition>true</RelativePosition>
<Style_AutoVScroll>true</Style_AutoVScroll>
<Style_VScroll>true</Style_VScroll>
<AutoStretch>true</AutoStretch>
<TopAnchorOffset>165</TopAnchorOffset>
<BottomAnchorOffset>30</BottomAnchorOffset>
<LeftAnchorOffset>5</LeftAnchorOffset>
<RightAnchorOffset>5</RightAnchorOffset>
<BottomAnchorToTop>false</BottomAnchorToTop>
<RightAnchorToLeft>false</RightAnchorToLeft>
<Style_Border>false</Style_Border>
<Style_Transparent>true</Style_Transparent>
</STMLbox>
<Button item="ALW_Action_Button">
<ScreenID>ALW_Action_Button</ScreenID>
<RelativePosition>true</RelativePosition>
<Size>
<CX>50</CX>
<CY>20</CY>
</Size>
<Location>
<X>205</X>
<Y>0</Y>
</Location>
<Text>Action</Text>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<Template>BDT_Normal</Template>
</Button>
<Button item="ALW_Close_Button">
<ScreenID>ALW_Close_Button</ScreenID>
<RelativePosition>true</RelativePosition>
<Location>
<X>260</X>
<Y>0</Y>
</Location>
<Size>
<CX>50</CX>
<CY>20</CY>
</Size>
<Text>Minimize</Text>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<Template>BDT_Normal</Template>
</Button>
<Button item="ALW_Dismiss_Button">
<ScreenID>ALW_Dismiss_Button</ScreenID>
<RelativePosition>true</RelativePosition>
<Location>
<X>315</X>
<Y>0</Y>
</Location>
<Size>
<CX>50</CX>
<CY>20</CY>
</Size>
<Text>Close</Text>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<Template>BDT_Normal</Template>
</Button>
<!-- Hide First Window user Alerts -->
<Button item="ALW_HideFirstWindowAlerts">
<RelativePosition>true</RelativePosition>
<ScreenID>ALW_HideFirstWindowAlerts</ScreenID>
<Size>
<CX>180</CX>
<CY>20</CY>
</Size>
<Style_Checkbox>true</Style_Checkbox>
<Text>Hide future first use alerts.</Text>
<TooltipReference>Hides future first window use alerts. Existing ones will remain available until dismissed.</TooltipReference>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<Template>BDT_CheckboxWithText</Template>
<DecalSize>
<CX>16</CX>
<CY>16</CY>
</DecalSize>
<TextOffsetX>10</TextOffsetX>
</Button>
<Screen item="ALW_Buttons_Screen">
<RelativePosition>true</RelativePosition>
<AutoStretch>true</AutoStretch>
<TopAnchorOffset>25</TopAnchorOffset>
<BottomAnchorOffset>5</BottomAnchorOffset>
<LeftAnchorOffset>370</LeftAnchorOffset>
<RightAnchorOffset>5</RightAnchorOffset>
<TopAnchorToTop>false</TopAnchorToTop>
<BottomAnchorToTop>false</BottomAnchorToTop>
<LeftAnchorToLeft>false</LeftAnchorToLeft>
<RightAnchorToLeft>false</RightAnchorToLeft>
<DrawTemplate>WDT_Def</DrawTemplate>
<Style_Border>false</Style_Border>
<Pieces>ALW_HideFirstWindowAlerts</Pieces>
<Pieces>ALW_Action_Button</Pieces>
<Pieces>ALW_Close_Button</Pieces>
<Pieces>ALW_Dismiss_Button</Pieces>
</Screen>
<Screen item="AlertWnd">
<RelativePosition>false</RelativePosition>
<Size>
<CX>415</CX>
<CY>300</CY>
</Size>
<Text>Alert</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>ALW_Alert_Anim</Pieces>
<Pieces>ALW_Message_Box</Pieces>
<Pieces>ALW_Buttons_Screen</Pieces>
</Screen>
</XML>