<Ui xmlns="http://www.blizzard.com/wow/ui/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.blizzard.com/wow/ui/
..\FrameXML\UI.xsd">
<Script file="TitanRecount.lua"/>
<Frame parent="UIParent">
<Frames>
<Button name="TitanPanelRecountButton" inherits="TitanPanelIconTemplate" frameStrata="FULLSCREEN" toplevel="true">
<Scripts>
<OnLoad>
TitanPanelRecountButton_OnLoad(self)
TitanPanelButton_OnLoad(self)
</OnLoad>
<OnDoubleClick>
TitanPanelRecountButton_OnDoubleClick(button)
</OnDoubleClick>
</Scripts>
</Button>
</Frames>
</Frame>
</Ui>