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
+276
View File
@@ -0,0 +1,276 @@
<?xml version = "1.0"?>
<XML ID = "EQInterfaceDefinitionLanguage">
<Schema xmlns = "EverQuestData" xmlns:dt = "EverQuestDataTypes"/>
<LayoutVertical item="VW_VerticalLayout">
<Padding>0</Padding>
<ResizeVertical>true</ResizeVertical>
<ResizeHorizontal>true</ResizeHorizontal>
</LayoutVertical>
<LayoutHorizontal item="VW_HorizontalLayout">
<Padding>0</Padding>
<ResizeVertical>true</ResizeVertical>
<ResizeHorizontal>true</ResizeHorizontal>
</LayoutHorizontal>
<Label item="VW_Question_Label">
<ScreenID>VW_Question_Label</ScreenID>
<Size>
<CX>95</CX>
<CY>20</CY>
</Size>
<Font>5</Font>
<Text>[Question]</Text>
<TextColor>
<R>255</R>
<G>255</G>
<B>0</B>
</TextColor>
<ResizeHeightToText>true</ResizeHeightToText>
</Label>
<Button item="VW_Btn">
<ScreenID>VW_Btn</ScreenID>
<RelativePosition>true</RelativePosition>
<Size>
<CX>83</CX>
<CY>20</CY>
</Size>
<Text>[Button]</Text>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<Template>BDT_Normal</Template>
</Button>
<Screen item="VW_Btn_Spacer">
<RelativePosition>true</RelativePosition>
<Size>
<CX>10</CX>
<CY>10</CY>
</Size>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
<Style_Sizable>false</Style_Sizable>
</Screen>
<Label item="VW_Btn_Label">
<ScreenID>VW_Btn_Label</ScreenID>
<Size>
<CX>500</CX>
<CY>17</CY>
</Size>
<Text>Your Vote:</Text>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<ResizeHeightToText>true</ResizeHeightToText>
</Label>
<Screen item="VW_Btn_Screen">
<ScreenID>VW_Btn_Screen</ScreenID>
<RelativePosition>true</RelativePosition>
<Layout>VW_HorizontalLayout</Layout>
<Size>
<CX>175</CX>
<CY>20</CY>
</Size>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
<Style_Sizable>false</Style_Sizable>
<Pieces>VW_Btn</Pieces>
<Pieces>VW_Btn_Spacer</Pieces>
<Pieces>VW_Btn_Label</Pieces>
</Screen>
<Button item="VW_Radio">
<ScreenID>VW_Radio</ScreenID>
<RelativePosition>true</RelativePosition>
<Style_Checkbox>true</Style_Checkbox>
<RadioGroup>ItemDisplay</RadioGroup>
<Size>
<CX>23</CX>
<CY>19</CY>
</Size>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<Template>BDT_Radio</Template>
</Button>
<Screen item="VW_Radio_Spacer">
<RelativePosition>true</RelativePosition>
<Size>
<CX>10</CX>
<CY>10</CY>
</Size>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
<Style_Sizable>false</Style_Sizable>
</Screen>
<Label item="VW_Radio_Label">
<ScreenID>VW_Radio_Label</ScreenID>
<Size>
<CX>500</CX>
<CY>17</CY>
</Size>
<Text>[Option]</Text>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<ResizeHeightToText>true</ResizeHeightToText>
</Label>
<Screen item="VW_Radio_Screen">
<ScreenID>VW_Radio_Screen</ScreenID>
<RelativePosition>true</RelativePosition>
<Layout>VW_HorizontalLayout</Layout>
<Size>
<CX>175</CX>
<CY>20</CY>
</Size>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
<Style_Sizable>false</Style_Sizable>
<Pieces>VW_Radio</Pieces>
<Pieces>VW_Radio_Spacer</Pieces>
<Pieces>VW_Radio_Label</Pieces>
</Screen>
<Button item="VW_Checkbox">
<ScreenID>VW_Checkbox</ScreenID>
<RelativePosition>true</RelativePosition>
<Size>
<CX>18</CX>
<CY>18</CY>
</Size>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<Style_Checkbox>true</Style_Checkbox>
<Template>BDT_Checkbox</Template>
</Button>
<Screen item="VW_Checkbox_Spacer">
<RelativePosition>true</RelativePosition>
<Size>
<CX>10</CX>
<CY>10</CY>
</Size>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
<Style_Sizable>false</Style_Sizable>
</Screen>
<Label item="VW_Checkbox_Label">
<ScreenID>VW_Checkbox_Label</ScreenID>
<Size>
<CX>500</CX>
<CY>17</CY>
</Size>
<Text>[Option]</Text>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<ResizeHeightToText>true</ResizeHeightToText>
</Label>
<Screen item="VW_Checkbox_Screen">
<ScreenID>VW_Checkbox_Screen</ScreenID>
<RelativePosition>true</RelativePosition>
<Layout>VW_HorizontalLayout</Layout>
<Size>
<CX>175</CX>
<CY>20</CY>
</Size>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
<Style_Sizable>false</Style_Sizable>
<Pieces>VW_Checkbox</Pieces>
<Pieces>VW_Checkbox_Spacer</Pieces>
<Pieces>VW_Checkbox_Label</Pieces>
</Screen>
<VerticalLayoutBox item="VW_Main_Layout">
<ScreenID>VW_Main_Layout</ScreenID>
<DrawTemplate>WDT_Def</DrawTemplate>
<RelativePosition>true</RelativePosition>
<AutoStretch>true</AutoStretch>
<TopAnchorOffset>10</TopAnchorOffset>
<BottomAnchorOffset>30</BottomAnchorOffset>
<LeftAnchorOffset>10</LeftAnchorOffset>
<RightAnchorOffset>10</RightAnchorOffset>
<BottomAnchorToTop>false</BottomAnchorToTop>
<RightAnchorToLeft>false</RightAnchorToLeft>
<ResizeLast>false</ResizeLast>
<Style_VScroll>true</Style_VScroll>
<Style_AutoVScroll>true</Style_AutoVScroll>
<Style_Border>false</Style_Border>
<Style_Transparent>true</Style_Transparent>
<Style_Dividers>false</Style_Dividers>
<Spacing>5</Spacing>
</VerticalLayoutBox>
<Button item="VW_Close_Button">
<ScreenID>VW_Close_Button</ScreenID>
<RelativePosition>true</RelativePosition>
<AutoStretch>true</AutoStretch>
<LeftAnchorOffset>45</LeftAnchorOffset>
<TopAnchorOffset>25</TopAnchorOffset>
<RightAnchorOffset>5</RightAnchorOffset>
<BottomAnchorOffset>5</BottomAnchorOffset>
<TopAnchorToTop>false</TopAnchorToTop>
<BottomAnchorToTop>false</BottomAnchorToTop>
<LeftAnchorToLeft>false</LeftAnchorToLeft>
<RightAnchorToLeft>false</RightAnchorToLeft>
<Style_Transparent>true</Style_Transparent>
<Style_Checkbox>false</Style_Checkbox>
<Text>Close</Text>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<Template>BDT_SmallNormal</Template>
</Button>
<Screen item="VoteWnd">
<RelativePosition>false</RelativePosition>
<Location>
<X>150</X>
<Y>200</Y>
</Location>
<Size>
<CX>500</CX>
<CY>500</CY>
</Size>
<MinHSize>50</MinHSize>
<MinVSize>50</MinVSize>
<Text>Vote</Text>
<Style_Transparent>false</Style_Transparent>
<DrawTemplate>WDT_Rounded</DrawTemplate>
<Style_Titlebar>true</Style_Titlebar>
<Style_Qmarkbox>true</Style_Qmarkbox>
<Style_Closebox>true</Style_Closebox>
<Style_Minimizebox>false</Style_Minimizebox>
<Style_Border>true</Style_Border>
<Style_Sizable>true</Style_Sizable>
<Pieces>VW_Main_Layout</Pieces>
<Pieces>VW_Question_Label</Pieces>
<Pieces>VW_Close_Button</Pieces>
<Pieces>Screen:VW_Btn_Screen</Pieces>
<Pieces>Screen:VW_Radio_Screen</Pieces>
<Pieces>Screen:VW_Checkbox_Screen</Pieces>
</Screen>
</XML>