126 lines
2.8 KiB
XML
Executable File
126 lines
2.8 KiB
XML
Executable File
<?xml version = "1.0"?>
|
|
<XML ID = "EQInterfaceDefinitionLanguage">
|
|
<Schema xmlns = "EverQuestData" xmlns:dt = "EverQuestDataTypes"/>
|
|
|
|
<Editbox item = "TEW_Entry">
|
|
<ScreenID>Entry</ScreenID>
|
|
<DrawTemplate>WDT_Inner</DrawTemplate>
|
|
<RelativePosition>true</RelativePosition>
|
|
<Style_Border>true</Style_Border>
|
|
<Location>
|
|
<X>2</X>
|
|
<Y>84</Y>
|
|
</Location>
|
|
<Size>
|
|
<CX>196</CX>
|
|
<CY>24</CY>
|
|
</Size>
|
|
<TextColor>
|
|
<R>255</R>
|
|
<G>255</G>
|
|
<B>255</B>
|
|
</TextColor>
|
|
</Editbox>
|
|
|
|
<Label item ="TEW_Prompt">
|
|
<ScreenID>Prompt</ScreenID>
|
|
<!--<Font>3</Font>-->
|
|
<RelativePosition>true</RelativePosition>
|
|
<Location>
|
|
<X>2</X>
|
|
<Y>2</Y>
|
|
</Location>
|
|
<Size>
|
|
<CX>196</CX>
|
|
<CY>80</CY>
|
|
</Size>
|
|
<Text>Please enter the text prompted:</Text>
|
|
<TextColor>
|
|
<R>255</R>
|
|
<G>255</G>
|
|
<B>255</B>
|
|
</TextColor>
|
|
<NoWrap>false</NoWrap>
|
|
<AlignCenter>true</AlignCenter>
|
|
<AlignRight>false</AlignRight>
|
|
</Label>
|
|
|
|
<Button item = "TEW_OKButton">
|
|
<ScreenID>OK</ScreenID>
|
|
<!--<Font>3</Font>-->
|
|
<RelativePosition>true</RelativePosition>
|
|
<Location>
|
|
<X>30</X>
|
|
<Y>112</Y>
|
|
</Location>
|
|
<Size>
|
|
<CX>60</CX>
|
|
<CY>24</CY>
|
|
</Size>
|
|
<Style_Transparent>false</Style_Transparent>
|
|
<!--<TooltipReference/>-->
|
|
<Style_Checkbox>false</Style_Checkbox>
|
|
<!--<RadioGroup/>-->
|
|
<Text>OK</Text>
|
|
<TextColor>
|
|
<R>255</R>
|
|
<G>255</G>
|
|
<B>255</B>
|
|
</TextColor>
|
|
<Template>BDT_Normal</Template>
|
|
</Button>
|
|
|
|
<Button item = "TEW_CancelButton">
|
|
<ScreenID>Cancel</ScreenID>
|
|
<!--<Font>3</Font>-->
|
|
<RelativePosition>true</RelativePosition>
|
|
<Location>
|
|
<X>110</X>
|
|
<Y>112</Y>
|
|
</Location>
|
|
<Size>
|
|
<CX>60</CX>
|
|
<CY>24</CY>
|
|
</Size>
|
|
<Style_Transparent>false</Style_Transparent>
|
|
<!--<TooltipReference/>-->
|
|
<Style_Checkbox>false</Style_Checkbox>
|
|
<!--<RadioGroup/>-->
|
|
<Text>Cancel</Text>
|
|
<TextColor>
|
|
<R>255</R>
|
|
<G>255</G>
|
|
<B>255</B>
|
|
</TextColor>
|
|
<Template>BDT_Normal</Template>
|
|
</Button>
|
|
|
|
|
|
<Screen item = "TextEntryWnd">
|
|
<!--<ScreenID/>-->
|
|
<!--<Font/>-->
|
|
<RelativePosition>false</RelativePosition>
|
|
<Location>
|
|
<X>260</X>
|
|
<Y>180</Y>
|
|
</Location>
|
|
<Size>
|
|
<CX>210</CX>
|
|
<CY>160</CY>
|
|
</Size>
|
|
<Text>Enter Text</Text>
|
|
<Style_Transparent>false</Style_Transparent>
|
|
<!--<TooltipReference/>-->
|
|
<DrawTemplate>WDT_Rounded</DrawTemplate>
|
|
<Style_Titlebar>true</Style_Titlebar>
|
|
<Style_Closebox>true</Style_Closebox>
|
|
<Style_Minimizebox>false</Style_Minimizebox>
|
|
<Style_Border>true</Style_Border>
|
|
<Style_Sizable>false</Style_Sizable>
|
|
<Pieces>TEW_Entry</Pieces>
|
|
<Pieces>TEW_OKButton</Pieces>
|
|
<Pieces>TEW_CancelButton</Pieces>
|
|
<Pieces>TEW_Prompt</Pieces>
|
|
</Screen>
|
|
|
|
</XML> |