106 lines
3.6 KiB
XML
Executable File
106 lines
3.6 KiB
XML
Executable File
<?xml version = "1.0"?>
|
|
<XML ID = "EQInterfaceDefinitionLanguage">
|
|
<Schema xmlns = "EverQuestData" xmlns:dt = "EverQuestDataTypes"/>
|
|
<!-- Action button -->
|
|
<Button item = "OK_OKButton">
|
|
<ScreenID>OKButton</ScreenID>
|
|
<Font>4</Font>
|
|
<RelativePosition>true</RelativePosition>
|
|
<AutoStretch>true</AutoStretch>
|
|
<LeftAnchorOffset>120</LeftAnchorOffset>
|
|
<TopAnchorOffset>31</TopAnchorOffset>
|
|
<RightAnchorOffset>235</RightAnchorOffset>
|
|
<BottomAnchorOffset>0</BottomAnchorOffset>
|
|
<TopAnchorToTop>false</TopAnchorToTop>
|
|
<BottomAnchorToTop>false</BottomAnchorToTop>
|
|
<RightAnchorToLeft>true</RightAnchorToLeft>
|
|
<LeftAnchorToLeft>true</LeftAnchorToLeft>
|
|
<TooltipReference>Click to continue.</TooltipReference>
|
|
<Style_Checkbox>false</Style_Checkbox>
|
|
<Text>OK</Text>
|
|
<TextColor>
|
|
<R>255</R>
|
|
<G>255</G>
|
|
<B>255</B>
|
|
</TextColor>
|
|
<ButtonDrawTemplate>
|
|
<Normal>A_EQLS_SmallBtnNormal</Normal>
|
|
<Pressed>A_EQLS_SmallBtnPressed</Pressed>
|
|
<Flyby>A_EQLS_SmallBtnHover</Flyby>
|
|
<Disabled>A_EQLS_SmallBtnDisabled</Disabled>
|
|
<PressedFlyby>A_EQLS_SmallBtnPressedHover</PressedFlyby>
|
|
</ButtonDrawTemplate>
|
|
</Button>
|
|
<!-- The display of information -->
|
|
<STMLbox item = "OK_Display">
|
|
<ScreenID>Display</ScreenID>
|
|
<DrawTemplate>WDT_EQLS_Def_Bordered</DrawTemplate>
|
|
<RelativePosition>true</RelativePosition>
|
|
<Style_VScroll>true</Style_VScroll>
|
|
<AutoStretch>true</AutoStretch>
|
|
<LeftAnchorOffset>2</LeftAnchorOffset>
|
|
<TopAnchorOffset>2</TopAnchorOffset>
|
|
<RightAnchorOffset>2</RightAnchorOffset>
|
|
<BottomAnchorOffset>35</BottomAnchorOffset>
|
|
<TopAnchorToTop>true</TopAnchorToTop>
|
|
<BottomAnchorToTop>false</BottomAnchorToTop>
|
|
<RightAnchorToLeft>false</RightAnchorToLeft>
|
|
<LeftAnchorToLeft>true</LeftAnchorToLeft>
|
|
<Style_Border>true</Style_Border>
|
|
</STMLbox>
|
|
<!-- The actual dialog -->
|
|
<Screen item = "OK_Box">
|
|
<ScreenID>Box</ScreenID>
|
|
<RelativePosition>true</RelativePosition>
|
|
<AutoStretch>true</AutoStretch>
|
|
<LeftAnchorOffset>130</LeftAnchorOffset>
|
|
<TopAnchorOffset>130</TopAnchorOffset>
|
|
<RightAnchorOffset>130</RightAnchorOffset>
|
|
<BottomAnchorOffset>130</BottomAnchorOffset>
|
|
<TopAnchorToTop>true</TopAnchorToTop>
|
|
<BottomAnchorToTop>false</BottomAnchorToTop>
|
|
<RightAnchorToLeft>false</RightAnchorToLeft>
|
|
<LeftAnchorToLeft>true</LeftAnchorToLeft>
|
|
|
|
<Text>Information</Text>
|
|
<Style_VScroll>false</Style_VScroll>
|
|
<Style_HScroll>false</Style_HScroll>
|
|
<Style_Transparent>false</Style_Transparent>
|
|
<!--<TooltipReference/>-->
|
|
<DrawTemplate>WDT_EQLS_Def_Bordered</DrawTemplate>
|
|
<Style_Titlebar>false</Style_Titlebar>
|
|
<Style_Closebox>false</Style_Closebox>
|
|
<Style_Minimizebox>false</Style_Minimizebox>
|
|
<Style_Border>true</Style_Border>
|
|
<Style_Sizable>false</Style_Sizable>
|
|
<Pieces>OK_OKButton</Pieces>
|
|
<Pieces>OK_Display</Pieces>
|
|
</Screen>
|
|
|
|
<!-- Used to obscure the backing window and prevent UI events from going through to it -->
|
|
<Screen item = "okdialog">
|
|
<RelativePosition>true</RelativePosition>
|
|
<Location>
|
|
<X>0</X>
|
|
<Y>0</Y>
|
|
</Location>
|
|
<Size>
|
|
<CX>640</CX>
|
|
<CY>480</CY>
|
|
</Size>
|
|
|
|
<Text></Text>
|
|
<Style_VScroll>false</Style_VScroll>
|
|
<Style_HScroll>false</Style_HScroll>
|
|
<Style_Transparent>false</Style_Transparent>
|
|
<!--<TooltipReference/>-->
|
|
<DrawTemplate>WDT_Def</DrawTemplate>
|
|
<Style_Titlebar>false</Style_Titlebar>
|
|
<Style_Closebox>false</Style_Closebox>
|
|
<Style_Minimizebox>false</Style_Minimizebox>
|
|
<Style_Border>false</Style_Border>
|
|
<Style_Sizable>false</Style_Sizable>
|
|
<Pieces>OK_Box</Pieces>
|
|
</Screen>
|
|
</XML>
|