Start with the default
This commit is contained in:
Executable
+150
@@ -0,0 +1,150 @@
|
||||
<?xml version="1.0" encoding="us-ascii"?>
|
||||
<XML ID="EQInterfaceDefinitionLanguage">
|
||||
<Schema xmlns="EverQuestData" xmlns:dt="EverQuestDataTypes" />
|
||||
<Button item="GM_AcceptButton">
|
||||
<ScreenID>GM_AcceptButton</ScreenID>
|
||||
<RelativePosition>true</RelativePosition>
|
||||
<Location>
|
||||
<X>94</X>
|
||||
<Y>70</Y>
|
||||
</Location>
|
||||
<Size>
|
||||
<CX>53</CX>
|
||||
<CY>23</CY>
|
||||
</Size>
|
||||
<Style_VScroll>false</Style_VScroll>
|
||||
<Style_HScroll>false</Style_HScroll>
|
||||
<Style_Transparent>false</Style_Transparent>
|
||||
<Style_Checkbox>false</Style_Checkbox>
|
||||
<Text>Accept</Text>
|
||||
<TextColor>
|
||||
<R>255</R>
|
||||
<G>255</G>
|
||||
<B>255</B>
|
||||
</TextColor>
|
||||
<Template>BDT_Normal</Template>
|
||||
</Button>
|
||||
<Label item="CopyOfCopyOfGeneric Label">
|
||||
<ScreenID>A_Label</ScreenID>
|
||||
<Font>3</Font>
|
||||
<Text>Give % XP:</Text>
|
||||
<TextColor>
|
||||
<R>255</R>
|
||||
<G>255</G>
|
||||
<B>255</B>
|
||||
</TextColor>
|
||||
<Size>
|
||||
<CX>67</CX>
|
||||
<CY>15</CY>
|
||||
</Size>
|
||||
<AlignCenter>false</AlignCenter>
|
||||
<Location>
|
||||
<X>3</X>
|
||||
<Y>45</Y>
|
||||
</Location>
|
||||
</Label>
|
||||
<Label item="CopyOfGeneric Label">
|
||||
<ScreenID>A_Label</ScreenID>
|
||||
<Font>3</Font>
|
||||
<Text>Protege:</Text>
|
||||
<TextColor>
|
||||
<R>255</R>
|
||||
<G>255</G>
|
||||
<B>255</B>
|
||||
</TextColor>
|
||||
<Size>
|
||||
<CX>52</CX>
|
||||
<CY>15</CY>
|
||||
</Size>
|
||||
<AlignCenter>false</AlignCenter>
|
||||
<Location>
|
||||
<X>16</X>
|
||||
<Y>11</Y>
|
||||
</Location>
|
||||
</Label>
|
||||
<Combobox item="GM_SelectPlayer">
|
||||
<ScreenID>GM_SelectPlayer</ScreenID>
|
||||
<DrawTemplate>WDT_Inner</DrawTemplate>
|
||||
<TooltipReference>Select player to mentor.</TooltipReference>
|
||||
<Location>
|
||||
<X>77</X>
|
||||
<Y>8</Y>
|
||||
</Location>
|
||||
<Size>
|
||||
<CX>130</CX>
|
||||
<CY>25</CY>
|
||||
</Size>
|
||||
<TextColor>
|
||||
<R>255</R>
|
||||
<G>255</G>
|
||||
<B>255</B>
|
||||
</TextColor>
|
||||
<ListHeight>80</ListHeight>
|
||||
<Button>BDT_Combo</Button>
|
||||
<Style_Border>true</Style_Border>
|
||||
</Combobox>
|
||||
<Slider item="GM_Slider">
|
||||
<ScreenID>GM_Slider</ScreenID>
|
||||
<!--<Font>3</Font>-->
|
||||
<RelativePosition>true</RelativePosition>
|
||||
<Location>
|
||||
<X>76</X>
|
||||
<Y>43</Y>
|
||||
</Location>
|
||||
<Size>
|
||||
<CX>93</CX>
|
||||
<CY>20</CY>
|
||||
</Size>
|
||||
<SliderArt>SDT_DefSlider</SliderArt>
|
||||
</Slider>
|
||||
<Editbox item="GM_SliderInput">
|
||||
<ScreenID>GM_SliderInput</ScreenID>
|
||||
<DrawTemplate>WDT_Inner</DrawTemplate>
|
||||
<RelativePosition>true</RelativePosition>
|
||||
<Style_Border>true</Style_Border>
|
||||
<Location>
|
||||
<X>175</X>
|
||||
<Y>44</Y>
|
||||
</Location>
|
||||
<Size>
|
||||
<CX>32</CX>
|
||||
<CY>20</CY>
|
||||
</Size>
|
||||
<TextColor>
|
||||
<R>255</R>
|
||||
<G>255</G>
|
||||
<B>255</B>
|
||||
</TextColor>
|
||||
</Editbox>
|
||||
<Screen item="GroupMentorWindow">
|
||||
<!--<ScreenID/>-->
|
||||
<RelativePosition>false</RelativePosition>
|
||||
<Location>
|
||||
<X>200</X>
|
||||
<Y>300</Y>
|
||||
</Location>
|
||||
<Size>
|
||||
<CX>230</CX>
|
||||
<CY>120</CY>
|
||||
</Size>
|
||||
<Style_VScroll>false</Style_VScroll>
|
||||
<Style_HScroll>false</Style_HScroll>
|
||||
<Style_Transparent>false</Style_Transparent>
|
||||
<Style_Sizable>true</Style_Sizable>
|
||||
<!--<TooltipReference/>-->
|
||||
<Text>Group Mentoring</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>false</Style_Sizable>
|
||||
<Escapable>false</Escapable>
|
||||
<Pieces>GM_AcceptButton</Pieces>
|
||||
<Pieces>GM_Slider</Pieces>
|
||||
<Pieces>GM_SliderInput</Pieces>
|
||||
<Pieces>CopyOfGeneric Label</Pieces>
|
||||
<Pieces>CopyOfCopyOfGeneric Label</Pieces>
|
||||
<Pieces>GM_SelectPlayer</Pieces>
|
||||
</Screen>
|
||||
</XML>
|
||||
Reference in New Issue
Block a user