Start with the default
This commit is contained in:
Executable
+373
@@ -0,0 +1,373 @@
|
||||
<?xml version = "1.0"?>
|
||||
<XML ID = "EQInterfaceDefinitionLanguage">
|
||||
<Schema xmlns = "EverQuestData" xmlns:dt = "EverQuestDataTypes"/>
|
||||
|
||||
<Editbox item = "FW_NameInput">
|
||||
<ScreenID>NameInput</ScreenID>
|
||||
<DrawTemplate>WDT_Inner</DrawTemplate>
|
||||
<RelativePosition>true</RelativePosition>
|
||||
<Style_Border>true</Style_Border>
|
||||
<Location>
|
||||
<X>3</X>
|
||||
<Y>184</Y>
|
||||
</Location>
|
||||
<Size>
|
||||
<CX>90</CX>
|
||||
<CY>24</CY>
|
||||
</Size>
|
||||
<TextColor>
|
||||
<R>255</R>
|
||||
<G>255</G>
|
||||
<B>255</B>
|
||||
</TextColor>
|
||||
</Editbox>
|
||||
|
||||
<Button item = "FW_AddButton">
|
||||
<ScreenID>AddButton</ScreenID>
|
||||
<!--<Font>3</Font>-->
|
||||
<RelativePosition>true</RelativePosition>
|
||||
<Location>
|
||||
<X>104</X>
|
||||
<Y>186</Y>
|
||||
</Location>
|
||||
<Size>
|
||||
<CX>40</CX>
|
||||
<CY>20</CY>
|
||||
</Size>
|
||||
<!--<TooltipReference/>-->
|
||||
<Style_Checkbox>false</Style_Checkbox>
|
||||
<Text>Add</Text>
|
||||
<TextColor>
|
||||
<R>255</R>
|
||||
<G>255</G>
|
||||
<B>255</B>
|
||||
</TextColor>
|
||||
<Template>BDT_Normal</Template>
|
||||
</Button>
|
||||
|
||||
<Button item = "FW_ContactButton">
|
||||
<ScreenID>ContactButton</ScreenID>
|
||||
<!--<Font>3</Font>-->
|
||||
<RelativePosition>true</RelativePosition>
|
||||
<Location>
|
||||
<X>3</X>
|
||||
<Y>5</Y>
|
||||
</Location>
|
||||
<Size>
|
||||
<CX>70</CX>
|
||||
<CY>20</CY>
|
||||
</Size>
|
||||
<!--<TooltipReference/>-->
|
||||
<Style_Checkbox>false</Style_Checkbox>
|
||||
<Text>Contact</Text>
|
||||
<TextColor>
|
||||
<R>255</R>
|
||||
<G>255</G>
|
||||
<B>255</B>
|
||||
</TextColor>
|
||||
<Template>BDT_Normal</Template>
|
||||
</Button>
|
||||
|
||||
<Button item = "FW_WhoButton">
|
||||
<ScreenID>WhoButton</ScreenID>
|
||||
<!--<Font>3</Font>-->
|
||||
<RelativePosition>true</RelativePosition>
|
||||
<Location>
|
||||
<X>78</X>
|
||||
<Y>5</Y>
|
||||
</Location>
|
||||
<Size>
|
||||
<CX>70</CX>
|
||||
<CY>20</CY>
|
||||
</Size>
|
||||
<!--<TooltipReference/>-->
|
||||
<Style_Checkbox>false</Style_Checkbox>
|
||||
<Text>Who</Text>
|
||||
<TextColor>
|
||||
<R>255</R>
|
||||
<G>255</G>
|
||||
<B>255</B>
|
||||
</TextColor>
|
||||
<Template>BDT_Normal</Template>
|
||||
</Button>
|
||||
|
||||
<Button item = "FW_DeleteButton">
|
||||
<ScreenID>DeleteButton</ScreenID>
|
||||
<!--<Font>3</Font>-->
|
||||
<RelativePosition>true</RelativePosition>
|
||||
<Location>
|
||||
<X>3</X>
|
||||
<Y>214</Y>
|
||||
</Location>
|
||||
<Size>
|
||||
<CX>144</CX>
|
||||
<CY>20</CY>
|
||||
</Size>
|
||||
<!--<TooltipReference/>-->
|
||||
<Style_Checkbox>false</Style_Checkbox>
|
||||
<Text>Delete</Text>
|
||||
<TextColor>
|
||||
<R>255</R>
|
||||
<G>255</G>
|
||||
<B>255</B>
|
||||
</TextColor>
|
||||
<Template>BDT_Normal</Template>
|
||||
</Button>
|
||||
|
||||
<Listbox item = "FW_FriendsList">
|
||||
<ScreenID>FriendsList</ScreenID>
|
||||
<DrawTemplate>WDT_Inner</DrawTemplate>
|
||||
<Location>
|
||||
<X>3</X>
|
||||
<Y>30</Y>
|
||||
</Location>
|
||||
<Size>
|
||||
<CX>144</CX>
|
||||
<CY>150</CY>
|
||||
</Size>
|
||||
<Columns>
|
||||
<Width>150</Width>
|
||||
|
||||
</Columns>
|
||||
<Style_Border>true</Style_Border>
|
||||
<Style_VScroll>true</Style_VScroll>
|
||||
</Listbox>
|
||||
|
||||
<Page item = "FW_FriendsPage">
|
||||
<!--<ScreenID/>-->
|
||||
<RelativePosition>false</RelativePosition>
|
||||
<DrawTemplate>WDT_Def</DrawTemplate>
|
||||
<TabText>Friends</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>FW_FriendsList</Pieces>
|
||||
<Pieces>FW_AddButton</Pieces>
|
||||
<Pieces>FW_NameInput</Pieces>
|
||||
<Pieces>FW_DeleteButton</Pieces>
|
||||
<Pieces>FW_ContactButton</Pieces>
|
||||
<Pieces>FW_WhoButton</Pieces>
|
||||
</Page>
|
||||
|
||||
<Editbox item = "FW_IgnoreNameInput">
|
||||
<ScreenID>IgnoreNameInput</ScreenID>
|
||||
<DrawTemplate>WDT_Inner</DrawTemplate>
|
||||
<RelativePosition>true</RelativePosition>
|
||||
<Style_Border>true</Style_Border>
|
||||
<Location>
|
||||
<X>3</X>
|
||||
<Y>184</Y>
|
||||
</Location>
|
||||
<Size>
|
||||
<CX>90</CX>
|
||||
<CY>24</CY>
|
||||
</Size>
|
||||
<TextColor>
|
||||
<R>255</R>
|
||||
<G>255</G>
|
||||
<B>255</B>
|
||||
</TextColor>
|
||||
</Editbox>
|
||||
|
||||
<Button item = "FW_IgnoreAddButton">
|
||||
<ScreenID>IgnoreAddButton</ScreenID>
|
||||
<!--<Font>3</Font>-->
|
||||
<RelativePosition>true</RelativePosition>
|
||||
<Location>
|
||||
<X>104</X>
|
||||
<Y>186</Y>
|
||||
</Location>
|
||||
<Size>
|
||||
<CX>40</CX>
|
||||
<CY>20</CY>
|
||||
</Size>
|
||||
<!--<TooltipReference/>-->
|
||||
<Style_Checkbox>false</Style_Checkbox>
|
||||
<Text>Add</Text>
|
||||
<TextColor>
|
||||
<R>255</R>
|
||||
<G>255</G>
|
||||
<B>255</B>
|
||||
</TextColor>
|
||||
<Template>BDT_Normal</Template>
|
||||
</Button>
|
||||
|
||||
<Button item = "FW_IgnoreDeleteButton">
|
||||
<ScreenID>IgnoreDeleteButton</ScreenID>
|
||||
<!--<Font>3</Font>-->
|
||||
<RelativePosition>true</RelativePosition>
|
||||
<Location>
|
||||
<X>3</X>
|
||||
<Y>214</Y>
|
||||
</Location>
|
||||
<Size>
|
||||
<CX>144</CX>
|
||||
<CY>20</CY>
|
||||
</Size>
|
||||
<!--<TooltipReference/>-->
|
||||
<Style_Checkbox>false</Style_Checkbox>
|
||||
<Text>Delete</Text>
|
||||
<TextColor>
|
||||
<R>255</R>
|
||||
<G>255</G>
|
||||
<B>255</B>
|
||||
</TextColor>
|
||||
<Template>BDT_Normal</Template>
|
||||
</Button>
|
||||
|
||||
<Listbox item = "FW_IgnoreList">
|
||||
<ScreenID>IgnoreList</ScreenID>
|
||||
<DrawTemplate>WDT_Inner</DrawTemplate>
|
||||
<Location>
|
||||
<X>3</X>
|
||||
<Y>30</Y>
|
||||
</Location>
|
||||
<Size>
|
||||
<CX>144</CX>
|
||||
<CY>150</CY>
|
||||
</Size>
|
||||
<Columns>
|
||||
<Width>150</Width>
|
||||
</Columns>
|
||||
<Style_Border>true</Style_Border>
|
||||
<Style_VScroll>true</Style_VScroll>
|
||||
</Listbox>
|
||||
|
||||
<Page item = "FW_IgnorePage">
|
||||
<!--<ScreenID/>-->
|
||||
<RelativePosition>false</RelativePosition>
|
||||
<DrawTemplate>WDT_Def</DrawTemplate>
|
||||
<TabText>Ignored</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>FW_IgnoreList</Pieces>
|
||||
<Pieces>FW_IgnoreAddButton</Pieces>
|
||||
<Pieces>FW_IgnoreNameInput</Pieces>
|
||||
<Pieces>FW_IgnoreDeleteButton</Pieces>
|
||||
</Page>
|
||||
<Button item = "FW_MutedDeleteButton">
|
||||
<ScreenID>MutedDeleteButton</ScreenID>
|
||||
<EQType>voicechat/MutedListRemove</EQType>
|
||||
<!--<Font>3</Font>-->
|
||||
<RelativePosition>true</RelativePosition>
|
||||
<Location>
|
||||
<X>3</X>
|
||||
<Y>214</Y>
|
||||
</Location>
|
||||
<Size>
|
||||
<CX>144</CX>
|
||||
<CY>20</CY>
|
||||
</Size>
|
||||
<!--<TooltipReference/>-->
|
||||
<Style_Checkbox>false</Style_Checkbox>
|
||||
<Text>Unmute</Text>
|
||||
<TextColor>
|
||||
<R>255</R>
|
||||
<G>255</G>
|
||||
<B>255</B>
|
||||
</TextColor>
|
||||
<Template>BDT_Normal</Template>
|
||||
</Button>
|
||||
|
||||
<Listbox item = "FW_MutedList">
|
||||
<ScreenID>MutedList</ScreenID>
|
||||
<EQType>voicechat/MutedList</EQType>
|
||||
<DrawTemplate>WDT_Inner</DrawTemplate>
|
||||
<Location>
|
||||
<X>3</X>
|
||||
<Y>30</Y>
|
||||
</Location>
|
||||
<Size>
|
||||
<CX>144</CX>
|
||||
<CY>150</CY>
|
||||
</Size>
|
||||
<Columns>
|
||||
<Width>150</Width>
|
||||
</Columns>
|
||||
<Style_Border>true</Style_Border>
|
||||
<Style_VScroll>true</Style_VScroll>
|
||||
</Listbox>
|
||||
<Page item = "FW_MutedPage">
|
||||
<!--<ScreenID/>-->
|
||||
<RelativePosition>false</RelativePosition>
|
||||
<DrawTemplate>WDT_Def</DrawTemplate>
|
||||
<TabText>Muted</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>FW_MutedList</Pieces>
|
||||
<Pieces>FW_MutedDeleteButton</Pieces>
|
||||
</Page>
|
||||
|
||||
<TabBox item = "FW_Subwindows">
|
||||
<ScreenID>Subwindows</ScreenID>
|
||||
<RelativePosition>true</RelativePosition>
|
||||
|
||||
<Location>
|
||||
<X>2</X>
|
||||
<Y>0</Y>
|
||||
</Location>
|
||||
<Size>
|
||||
<CX>158</CX>
|
||||
<CY>264</CY>
|
||||
</Size>
|
||||
|
||||
<TabBorderTemplate>FT_DefTabBorder</TabBorderTemplate>
|
||||
<PageBorderTemplate>FT_DefPageBorder</PageBorderTemplate>
|
||||
<Pages>FW_FriendsPage</Pages>
|
||||
<Pages>FW_IgnorePage</Pages>
|
||||
<Pages>FW_MutedPage</Pages>
|
||||
</TabBox>
|
||||
|
||||
<Screen item = "FriendsWindow">
|
||||
<!--<ScreenID/>-->
|
||||
<RelativePosition>false</RelativePosition>
|
||||
<Location>
|
||||
<X>196</X>
|
||||
<Y>50</Y>
|
||||
</Location>
|
||||
<Size>
|
||||
<CX>168</CX>
|
||||
<CY>288</CY>
|
||||
</Size>
|
||||
<Style_VScroll>false</Style_VScroll>
|
||||
<Style_HScroll>false</Style_HScroll>
|
||||
<Style_Transparent>false</Style_Transparent>
|
||||
<!--<TooltipReference/>-->
|
||||
<Text>Friends Window</Text>
|
||||
<DrawTemplate>WDT_Rounded</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>false</Style_Sizable>
|
||||
<Pieces>FW_Subwindows</Pieces>
|
||||
</Screen>
|
||||
|
||||
</XML>
|
||||
Reference in New Issue
Block a user