Start with the default
This commit is contained in:
Executable
+93
@@ -0,0 +1,93 @@
|
||||
<?xml version = "1.0"?>
|
||||
<XML ID = "EQInterfaceDefinitionLanguage">
|
||||
<Schema xmlns = "EverQuestData" xmlns:dt = "EverQuestDataTypes"/>
|
||||
|
||||
<Slider item = "QTYW_Slider">
|
||||
<ScreenID>QTYW_Slider</ScreenID>
|
||||
<!--<Font>3</Font>-->
|
||||
<RelativePosition>true</RelativePosition>
|
||||
<Location>
|
||||
<X>20</X>
|
||||
<Y>8</Y>
|
||||
</Location>
|
||||
<Size>
|
||||
<CX>100</CX>
|
||||
<CY>20</CY>
|
||||
</Size>
|
||||
<SliderArt>SDT_DefSlider</SliderArt>
|
||||
</Slider>
|
||||
|
||||
<Editbox item = "QTYW_SliderInput">
|
||||
<ScreenID>QTYW_SliderInput</ScreenID>
|
||||
<DrawTemplate>WDT_Inner</DrawTemplate>
|
||||
<RelativePosition>true</RelativePosition>
|
||||
<Style_Border>true</Style_Border>
|
||||
<Location>
|
||||
<X>5</X>
|
||||
<Y>40</Y>
|
||||
</Location>
|
||||
<Size>
|
||||
<CX>70</CX>
|
||||
<CY>20</CY>
|
||||
</Size>
|
||||
<TextColor>
|
||||
<R>255</R>
|
||||
<G>255</G>
|
||||
<B>255</B>
|
||||
</TextColor>
|
||||
</Editbox>
|
||||
|
||||
<Button item = "QTYW_Accept_Button">
|
||||
<ScreenID>QTYW_Accept_Button</ScreenID>
|
||||
<!--<Font>3</Font>-->
|
||||
<RelativePosition>true</RelativePosition>
|
||||
<Location>
|
||||
<X>80</X>
|
||||
<Y>40</Y>
|
||||
</Location>
|
||||
<Size>
|
||||
<CX>54</CX>
|
||||
<CY>20</CY>
|
||||
</Size>
|
||||
<Style_Transparent>false</Style_Transparent>
|
||||
<!--<TooltipReference/>-->
|
||||
<Style_Checkbox>false</Style_Checkbox>
|
||||
<!--<RadioGroup/>-->
|
||||
<Text>Accept</Text>
|
||||
<TextColor>
|
||||
<R>255</R>
|
||||
<G>255</G>
|
||||
<B>255</B>
|
||||
</TextColor>
|
||||
<Template>BDT_Normal</Template>
|
||||
</Button>
|
||||
|
||||
|
||||
<Screen item = "QuantityWnd">
|
||||
<!--<ScreenID/>-->
|
||||
<!--<Font/>-->
|
||||
<RelativePosition>false</RelativePosition>
|
||||
<Location>
|
||||
<X>300</X>
|
||||
<Y>10</Y>
|
||||
</Location>
|
||||
<Size>
|
||||
<CX>150</CX>
|
||||
<CY>90</CY>
|
||||
</Size>
|
||||
<Text>Quantity</Text>
|
||||
<Style_Transparent>false</Style_Transparent>
|
||||
<!--<TooltipReference/>-->
|
||||
<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>false</Style_Sizable>
|
||||
<Pieces>QTYW_Slider</Pieces>
|
||||
<Pieces>QTYW_SliderInput</Pieces>
|
||||
<Pieces>QTYW_Accept_Button</Pieces>
|
||||
</Screen>
|
||||
|
||||
</XML>
|
||||
Reference in New Issue
Block a user