30 lines
842 B
XML
Executable File
30 lines
842 B
XML
Executable File
<?xml version = "1.0"?>
|
|
<XML ID = "EQInterfaceDefinitionLanguage">
|
|
<Schema xmlns = "EverQuestData" xmlns:dt = "EverQuestDataTypes"/>
|
|
|
|
<Screen item = "TemplateAbilityActivationWnd">
|
|
<!--<ScreenID/>-->
|
|
<RelativePosition>false</RelativePosition>
|
|
<Location>
|
|
<X>350</X>
|
|
<Y>50</Y>
|
|
</Location>
|
|
<Size>
|
|
<CX>200</CX>
|
|
<CY>200</CY>
|
|
</Size>
|
|
<Style_VScroll>false</Style_VScroll>
|
|
<Style_HScroll>false</Style_HScroll>
|
|
<Style_Transparent>false</Style_Transparent>
|
|
<!--<TooltipReference/>-->
|
|
<Text>Template Ability Activation</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>true</Style_Sizable>
|
|
</Screen>
|
|
|
|
</XML>
|