mirror of
https://github.com/Bluewhale1337/HealBotBlue.git
synced 2026-07-27 09:44:44 +00:00
410 lines
21 KiB
XML
410 lines
21 KiB
XML
<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="HealBot_Action.lua" />
|
|
|
|
<Button name="HealingButtonTemplate0" virtual="true">
|
|
<NormalText name="$parentText" inherits="GameFontNormalSmall" />
|
|
<HighlightText inherits="GameFontNormalSmall" />
|
|
</Button>
|
|
|
|
<Button name="HealingButtonTemplate" virtual="true" inherits="HealingButtonTemplate0">
|
|
<Size>
|
|
<AbsDimension x="95" y="18" />
|
|
</Size>
|
|
<Scripts>
|
|
<OnLoad>HealBot_Action_HealUnit_OnLoad(this);</OnLoad>
|
|
<OnEnter>HealBot_Action_HealUnit_OnEnter(this);</OnEnter>
|
|
<OnLeave>HealBot_Action_HealUnit_OnLeave(this);</OnLeave>
|
|
<OnClick>HealBot_Action_HealUnit_OnClick(this,arg1);</OnClick>
|
|
</Scripts>
|
|
<Frames>
|
|
<StatusBar name="$parentBar" inherits="HealBot_StatusBar">
|
|
<Anchors>
|
|
<Anchor point="TOPLEFT" relativePoint="TOPLEFT">
|
|
<Offset>
|
|
<AbsDimension x="0" y="0"/>
|
|
</Offset>
|
|
</Anchor>
|
|
<Anchor point="TOPRIGHT" relativePoint="TOPRIGHT">
|
|
<Offset>
|
|
<AbsDimension x="0" y="0"/>
|
|
</Offset>
|
|
</Anchor>
|
|
</Anchors>
|
|
<Layers>
|
|
<Layer level="OVERLAY">
|
|
<Texture name="$parentIcon1" hidden="true">
|
|
<Size><AbsDimension x="12" y="12"/></Size>
|
|
<Anchors>
|
|
<Anchor point="TOPLEFT">
|
|
<Offset><AbsDimension x="1" y="-1"/></Offset>
|
|
</Anchor>
|
|
</Anchors>
|
|
</Texture>
|
|
<Texture name="$parentIcon2" hidden="true">
|
|
<Size><AbsDimension x="12" y="12"/></Size>
|
|
<Anchors>
|
|
<Anchor point="LEFT" relativeTo="$parentIcon1" relativePoint="RIGHT">
|
|
<Offset><AbsDimension x="1" y="0"/></Offset>
|
|
</Anchor>
|
|
</Anchors>
|
|
</Texture>
|
|
<Texture name="$parentIcon3" hidden="true">
|
|
<Size><AbsDimension x="12" y="12"/></Size>
|
|
<Anchors>
|
|
<Anchor point="LEFT" relativeTo="$parentIcon2" relativePoint="RIGHT">
|
|
<Offset><AbsDimension x="1" y="0"/></Offset>
|
|
</Anchor>
|
|
</Anchors>
|
|
</Texture>
|
|
<Texture name="$parentIcon4" hidden="true">
|
|
<Size><AbsDimension x="12" y="12"/></Size>
|
|
<Anchors>
|
|
<Anchor point="LEFT" relativeTo="$parentIcon3" relativePoint="RIGHT">
|
|
<Offset><AbsDimension x="1" y="0"/></Offset>
|
|
</Anchor>
|
|
</Anchors>
|
|
</Texture>
|
|
<Texture name="$parentIcon5" hidden="true">
|
|
<Size><AbsDimension x="12" y="12"/></Size>
|
|
<Anchors>
|
|
<Anchor point="LEFT" relativeTo="$parentIcon4" relativePoint="RIGHT">
|
|
<Offset><AbsDimension x="1" y="0"/></Offset>
|
|
</Anchor>
|
|
</Anchors>
|
|
</Texture>
|
|
</Layer>
|
|
</Layers>
|
|
</StatusBar>
|
|
<StatusBar name="$parentBar2" inherits="HealBot_StatusBar">
|
|
<Anchors>
|
|
<Anchor point="TOPLEFT" relativePoint="TOPLEFT">
|
|
<Offset>
|
|
<AbsDimension x="0" y="0"/>
|
|
</Offset>
|
|
</Anchor>
|
|
<Anchor point="TOPRIGHT" relativePoint="TOPRIGHT">
|
|
<Offset>
|
|
<AbsDimension x="0" y="0"/>
|
|
</Offset>
|
|
</Anchor>
|
|
</Anchors>
|
|
</StatusBar>
|
|
<StatusBar name="$parentBar3" inherits="HealBot_StatusBar" hidden="true">
|
|
<Anchors>
|
|
<Anchor point="TOPLEFT" relativeTo="$parentBar" relativePoint="BOTTOMLEFT">
|
|
<Offset>
|
|
<AbsDimension x="0" y="0"/>
|
|
</Offset>
|
|
</Anchor>
|
|
<Anchor point="TOPRIGHT" relativeTo="$parentBar" relativePoint="BOTTOMRIGHT">
|
|
<Offset>
|
|
<AbsDimension x="0" y="0"/>
|
|
</Offset>
|
|
</Anchor>
|
|
</Anchors>
|
|
</StatusBar>
|
|
</Frames>
|
|
</Button>
|
|
|
|
<Button name="HealingButtonTemplate2" virtual="true" inherits="HealingButtonTemplate">
|
|
<Size>
|
|
<AbsDimension x="108" y="18" />
|
|
</Size>
|
|
<Frames>
|
|
<CheckButton name="$parentCheck" inherits="SendMailRadioButtonTemplate">
|
|
<Size>
|
|
<AbsDimension x="14" y="20"/>
|
|
</Size>
|
|
<Anchors>
|
|
<Anchor point="TOPRIGHT" relativePoint="TOPLEFT">
|
|
<Offset>
|
|
<AbsDimension x="0" y="0"/>
|
|
</Offset>
|
|
</Anchor>
|
|
</Anchors>
|
|
<Scripts>
|
|
<OnClick>HealBot_Action_HealUnitCheck_OnClick(this)</OnClick>
|
|
</Scripts>
|
|
</CheckButton>
|
|
</Frames>
|
|
</Button>
|
|
|
|
<Button name="HealingButtonTemplate3" virtual="true" inherits="HealingButtonTemplate0">
|
|
<Size>
|
|
<AbsDimension x="128" y="18" />
|
|
</Size>
|
|
<Scripts>
|
|
<OnLoad>HealBot_Action_HealUnit_OnLoad(this);</OnLoad>
|
|
<OnEnter>HealBot_Action_HealUnit_OnEnter(this);</OnEnter>
|
|
<OnLeave>HealBot_Action_HealUnit_OnLeave(this);</OnLeave>
|
|
<OnClick>HealBot_Action_HealUnit_OnClick(this,arg1);</OnClick>
|
|
</Scripts>
|
|
<Frames>
|
|
<StatusBar name="$parentBar" inherits="HealBot_StatusBar">
|
|
<Anchors>
|
|
<Anchor point="TOPLEFT" relativePoint="TOPLEFT">
|
|
<Offset>
|
|
<AbsDimension x="0" y="0"/>
|
|
</Offset>
|
|
</Anchor>
|
|
<Anchor point="TOPRIGHT" relativePoint="TOPRIGHT">
|
|
<Offset>
|
|
<AbsDimension x="0" y="0"/>
|
|
</Offset>
|
|
</Anchor>
|
|
</Anchors>
|
|
</StatusBar>
|
|
</Frames>
|
|
</Button>
|
|
|
|
<Button name="HealingButtonTemplate4" virtual="true" inherits="HealingButtonTemplate0">
|
|
<Size>
|
|
<AbsDimension x="128" y="18" />
|
|
</Size>
|
|
</Button>
|
|
|
|
<Frame name="HealBot_Action" toplevel="true" parent="UIParent"
|
|
movable="true" enableMouse="true" enableKeyboard="false" hidden="true">
|
|
<Size>
|
|
<AbsDimension x="148" y="74"/>
|
|
</Size>
|
|
<Anchors>
|
|
<Anchor point="RIGHT">
|
|
<Offset>
|
|
<AbsDimension x="0" y="0"/>
|
|
</Offset>
|
|
</Anchor>
|
|
</Anchors>
|
|
<Backdrop tile="true"
|
|
bgFile="Interface\Tooltips\UI-Tooltip-Background"
|
|
edgeFile="Interface\Tooltips\UI-Tooltip-Border">
|
|
<EdgeSize>
|
|
<AbsValue val="16"/>
|
|
</EdgeSize>
|
|
<TileSize>
|
|
<AbsValue val="16"/>
|
|
</TileSize>
|
|
<BackgroundInsets>
|
|
<AbsInset left="5" right="5" top="5" bottom="5"/>
|
|
</BackgroundInsets>
|
|
</Backdrop>
|
|
<Frames>
|
|
<!-- Heal Buttons -->
|
|
<Button name="HealBot_Action_HealUnit1" inherits="HealingButtonTemplate" text="Unit not set"/>
|
|
<Button name="HealBot_Action_HealUnit2" inherits="HealingButtonTemplate" text="Unit not set"/>
|
|
<Button name="HealBot_Action_HealUnit3" inherits="HealingButtonTemplate" text="Unit not set"/>
|
|
<Button name="HealBot_Action_HealUnit4" inherits="HealingButtonTemplate" text="Unit not set"/>
|
|
<Button name="HealBot_Action_HealUnit5" inherits="HealingButtonTemplate" text="Unit not set"/>
|
|
<Button name="HealBot_Action_HealUnit6" inherits="HealingButtonTemplate" text="Unit not set"/>
|
|
<Button name="HealBot_Action_HealUnit7" inherits="HealingButtonTemplate" text="Unit not set"/>
|
|
<Button name="HealBot_Action_HealUnit8" inherits="HealingButtonTemplate" text="Unit not set"/>
|
|
<Button name="HealBot_Action_HealUnit9" inherits="HealingButtonTemplate" text="Unit not set"/>
|
|
<Button name="HealBot_Action_HealUnit10" inherits="HealingButtonTemplate" text="Unit not set"/>
|
|
<Button name="HealBot_Action_HealUnit11" inherits="HealingButtonTemplate" text="Unit not set"/>
|
|
<Button name="HealBot_Action_HealUnit12" inherits="HealingButtonTemplate" text="Unit not set"/>
|
|
<Button name="HealBot_Action_HealUnit13" inherits="HealingButtonTemplate" text="Unit not set"/>
|
|
<Button name="HealBot_Action_HealUnit14" inherits="HealingButtonTemplate" text="Unit not set"/>
|
|
<Button name="HealBot_Action_HealUnit15" inherits="HealingButtonTemplate" text="Unit not set"/>
|
|
<Button name="HealBot_Action_HealUnit16" inherits="HealingButtonTemplate" text="Unit not set"/>
|
|
<Button name="HealBot_Action_HealUnit17" inherits="HealingButtonTemplate" text="Unit not set"/>
|
|
<Button name="HealBot_Action_HealUnit18" inherits="HealingButtonTemplate" text="Unit not set"/>
|
|
<Button name="HealBot_Action_HealUnit19" inherits="HealingButtonTemplate" text="Unit not set"/>
|
|
<Button name="HealBot_Action_HealUnit20" inherits="HealingButtonTemplate" text="Unit not set"/>
|
|
<Button name="HealBot_Action_HealUnit21" inherits="HealingButtonTemplate" text="Unit not set"/>
|
|
<Button name="HealBot_Action_HealUnit22" inherits="HealingButtonTemplate" text="Unit not set"/>
|
|
<Button name="HealBot_Action_HealUnit23" inherits="HealingButtonTemplate" text="Unit not set"/>
|
|
<Button name="HealBot_Action_HealUnit24" inherits="HealingButtonTemplate" text="Unit not set"/>
|
|
<Button name="HealBot_Action_HealUnit25" inherits="HealingButtonTemplate" text="Unit not set"/>
|
|
<Button name="HealBot_Action_HealUnit26" inherits="HealingButtonTemplate" text="Unit not set"/>
|
|
<Button name="HealBot_Action_HealUnit27" inherits="HealingButtonTemplate" text="Unit not set"/>
|
|
<Button name="HealBot_Action_HealUnit28" inherits="HealingButtonTemplate" text="Unit not set"/>
|
|
<Button name="HealBot_Action_HealUnit29" inherits="HealingButtonTemplate" text="Unit not set"/>
|
|
<Button name="HealBot_Action_HealUnit30" inherits="HealingButtonTemplate" text="Unit not set"/>
|
|
<Button name="HealBot_Action_HealUnit31" inherits="HealingButtonTemplate" text="Unit not set"/>
|
|
<Button name="HealBot_Action_HealUnit32" inherits="HealingButtonTemplate" text="Unit not set"/>
|
|
<Button name="HealBot_Action_HealUnit33" inherits="HealingButtonTemplate" text="Unit not set"/>
|
|
<Button name="HealBot_Action_HealUnit34" inherits="HealingButtonTemplate" text="Unit not set"/>
|
|
<Button name="HealBot_Action_HealUnit35" inherits="HealingButtonTemplate" text="Unit not set"/>
|
|
<Button name="HealBot_Action_HealUnit36" inherits="HealingButtonTemplate" text="Unit not set"/>
|
|
<Button name="HealBot_Action_HealUnit37" inherits="HealingButtonTemplate" text="Unit not set"/>
|
|
<Button name="HealBot_Action_HealUnit38" inherits="HealingButtonTemplate" text="Unit not set"/>
|
|
<Button name="HealBot_Action_HealUnit39" inherits="HealingButtonTemplate" text="Unit not set"/>
|
|
<Button name="HealBot_Action_HealUnit40" inherits="HealingButtonTemplate" text="Unit not set"/>
|
|
<Button name="HealBot_Action_HealUnit41" inherits="HealingButtonTemplate" text="Unit not set"/>
|
|
<Button name="HealBot_Action_HealUnit42" inherits="HealingButtonTemplate" text="Unit not set"/>
|
|
<Button name="HealBot_Action_HealUnit43" inherits="HealingButtonTemplate" text="Unit not set"/>
|
|
<Button name="HealBot_Action_HealUnit44" inherits="HealingButtonTemplate" text="Unit not set"/>
|
|
<Button name="HealBot_Action_HealUnit45" inherits="HealingButtonTemplate" text="Unit not set"/>
|
|
<Button name="HealBot_Action_HealUnit46" inherits="HealingButtonTemplate" text="Unit not set"/>
|
|
<Button name="HealBot_Action_HealUnit47" inherits="HealingButtonTemplate" text="Unit not set"/>
|
|
<Button name="HealBot_Action_HealUnit48" inherits="HealingButtonTemplate" text="Unit not set"/>
|
|
<Button name="HealBot_Action_HealUnit49" inherits="HealingButtonTemplate" text="Unit not set"/>
|
|
<Button name="HealBot_Action_HealUnit50" inherits="HealingButtonTemplate" text="Unit not set"/>
|
|
|
|
<Button name="HealBot_Action_HealUnit51" inherits="HealingButtonTemplate2" text="Unit not set"/>
|
|
<Button name="HealBot_Action_HealUnit52" inherits="HealingButtonTemplate2" text="Unit not set"/>
|
|
<Button name="HealBot_Action_HealUnit53" inherits="HealingButtonTemplate2" text="Unit not set"/>
|
|
<Button name="HealBot_Action_HealUnit54" inherits="HealingButtonTemplate2" text="Unit not set"/>
|
|
<Button name="HealBot_Action_HealUnit55" inherits="HealingButtonTemplate2" text="Unit not set"/>
|
|
<Button name="HealBot_Action_HealUnit56" inherits="HealingButtonTemplate2" text="Unit not set"/>
|
|
<Button name="HealBot_Action_HealUnit57" inherits="HealingButtonTemplate2" text="Unit not set"/>
|
|
<Button name="HealBot_Action_HealUnit58" inherits="HealingButtonTemplate2" text="Unit not set"/>
|
|
<Button name="HealBot_Action_HealUnit59" inherits="HealingButtonTemplate2" text="Unit not set"/>
|
|
<Button name="HealBot_Action_HealUnit60" inherits="HealingButtonTemplate2" text="Unit not set"/>
|
|
<Button name="HealBot_Action_HealUnit61" inherits="HealingButtonTemplate2" text="Unit not set"/>
|
|
<Button name="HealBot_Action_HealUnit62" inherits="HealingButtonTemplate2" text="Unit not set"/>
|
|
<Button name="HealBot_Action_HealUnit63" inherits="HealingButtonTemplate2" text="Unit not set"/>
|
|
<Button name="HealBot_Action_HealUnit64" inherits="HealingButtonTemplate2" text="Unit not set"/>
|
|
<Button name="HealBot_Action_HealUnit65" inherits="HealingButtonTemplate2" text="Unit not set"/>
|
|
<Button name="HealBot_Action_HealUnit66" inherits="HealingButtonTemplate2" text="Unit not set"/>
|
|
<Button name="HealBot_Action_HealUnit67" inherits="HealingButtonTemplate2" text="Unit not set"/>
|
|
<Button name="HealBot_Action_HealUnit68" inherits="HealingButtonTemplate2" text="Unit not set"/>
|
|
<Button name="HealBot_Action_HealUnit69" inherits="HealingButtonTemplate2" text="Unit not set"/>
|
|
<Button name="HealBot_Action_HealUnit70" inherits="HealingButtonTemplate2" text="Unit not set"/>
|
|
<Button name="HealBot_Action_HealUnit71" inherits="HealingButtonTemplate2" text="Unit not set"/>
|
|
<Button name="HealBot_Action_HealUnit72" inherits="HealingButtonTemplate2" text="Unit not set"/>
|
|
<Button name="HealBot_Action_HealUnit73" inherits="HealingButtonTemplate2" text="Unit not set"/>
|
|
<Button name="HealBot_Action_HealUnit74" inherits="HealingButtonTemplate2" text="Unit not set"/>
|
|
<Button name="HealBot_Action_HealUnit75" inherits="HealingButtonTemplate2" text="Unit not set"/>
|
|
<Button name="HealBot_Action_HealUnit76" inherits="HealingButtonTemplate2" text="Unit not set"/>
|
|
<Button name="HealBot_Action_HealUnit77" inherits="HealingButtonTemplate2" text="Unit not set"/>
|
|
<Button name="HealBot_Action_HealUnit78" inherits="HealingButtonTemplate2" text="Unit not set"/>
|
|
<Button name="HealBot_Action_HealUnit79" inherits="HealingButtonTemplate2" text="Unit not set"/>
|
|
<Button name="HealBot_Action_HealUnit80" inherits="HealingButtonTemplate2" text="Unit not set"/>
|
|
<Button name="HealBot_Action_HealUnit81" inherits="HealingButtonTemplate2" text="Unit not set"/>
|
|
<Button name="HealBot_Action_HealUnit82" inherits="HealingButtonTemplate2" text="Unit not set"/>
|
|
<Button name="HealBot_Action_HealUnit83" inherits="HealingButtonTemplate2" text="Unit not set"/>
|
|
<Button name="HealBot_Action_HealUnit84" inherits="HealingButtonTemplate2" text="Unit not set"/>
|
|
<Button name="HealBot_Action_HealUnit85" inherits="HealingButtonTemplate2" text="Unit not set"/>
|
|
<Button name="HealBot_Action_HealUnit86" inherits="HealingButtonTemplate2" text="Unit not set"/>
|
|
<Button name="HealBot_Action_HealUnit87" inherits="HealingButtonTemplate2" text="Unit not set"/>
|
|
<Button name="HealBot_Action_HealUnit88" inherits="HealingButtonTemplate2" text="Unit not set"/>
|
|
<Button name="HealBot_Action_HealUnit89" inherits="HealingButtonTemplate2" text="Unit not set"/>
|
|
<Button name="HealBot_Action_HealUnit90" inherits="HealingButtonTemplate2" text="Unit not set"/>
|
|
<Button name="HealBot_Action_HealUnit91" inherits="HealingButtonTemplate2" text="Unit not set"/>
|
|
<Button name="HealBot_Action_HealUnit92" inherits="HealingButtonTemplate2" text="Unit not set"/>
|
|
<Button name="HealBot_Action_HealUnit93" inherits="HealingButtonTemplate2" text="Unit not set"/>
|
|
<Button name="HealBot_Action_HealUnit94" inherits="HealingButtonTemplate2" text="Unit not set"/>
|
|
<Button name="HealBot_Action_HealUnit95" inherits="HealingButtonTemplate2" text="Unit not set"/>
|
|
<Button name="HealBot_Action_HealUnit96" inherits="HealingButtonTemplate2" text="Unit not set"/>
|
|
<Button name="HealBot_Action_HealUnit97" inherits="HealingButtonTemplate2" text="Unit not set"/>
|
|
<Button name="HealBot_Action_HealUnit98" inherits="HealingButtonTemplate2" text="Unit not set"/>
|
|
<Button name="HealBot_Action_HealUnit99" inherits="HealingButtonTemplate2" text="Unit not set"/>
|
|
<Button name="HealBot_Action_HealUnit100" inherits="HealingButtonTemplate2" text="Unit not set"/>
|
|
|
|
<Button name="HealBot_Action_Header1" inherits="HealingButtonTemplate4" text="Unit not set"/>
|
|
<Button name="HealBot_Action_Header2" inherits="HealingButtonTemplate4" text="Unit not set"/>
|
|
<Button name="HealBot_Action_Header3" inherits="HealingButtonTemplate4" text="Unit not set"/>
|
|
<Button name="HealBot_Action_Header4" inherits="HealingButtonTemplate4" text="Unit not set"/>
|
|
<Button name="HealBot_Action_Header5" inherits="HealingButtonTemplate4" text="Unit not set"/>
|
|
<Button name="HealBot_Action_Header6" inherits="HealingButtonTemplate4" text="Unit not set"/>
|
|
<Button name="HealBot_Action_Header7" inherits="HealingButtonTemplate4" text="Unit not set"/>
|
|
<Button name="HealBot_Action_Header8" inherits="HealingButtonTemplate4" text="Unit not set"/>
|
|
<Button name="HealBot_Action_Header9" inherits="HealingButtonTemplate4" text="Unit not set"/>
|
|
<Button name="HealBot_Action_Header10" inherits="HealingButtonTemplate4" text="Unit not set"/>
|
|
<Button name="HealBot_Action_Header11" inherits="HealingButtonTemplate4" text="Unit not set"/>
|
|
<Button name="HealBot_Action_Header12" inherits="HealingButtonTemplate4" text="Unit not set"/>
|
|
<Button name="HealBot_Action_Header13" inherits="HealingButtonTemplate4" text="Unit not set"/>
|
|
<Button name="HealBot_Action_Header14" inherits="HealingButtonTemplate4" text="Unit not set"/>
|
|
<Button name="HealBot_Action_Header15" inherits="HealingButtonTemplate4" text="Unit not set"/>
|
|
<Button name="HealBot_Action_Header16" inherits="HealingButtonTemplate4" text="Unit not set"/>
|
|
<Button name="HealBot_Action_Header17" inherits="HealingButtonTemplate4" text="Unit not set"/>
|
|
<Button name="HealBot_Action_Header18" inherits="HealingButtonTemplate4" text="Unit not set"/>
|
|
<Button name="HealBot_Action_Header19" inherits="HealingButtonTemplate4" text="Unit not set"/>
|
|
<Button name="HealBot_Action_Header20" inherits="HealingButtonTemplate4" text="Unit not set"/>
|
|
<!-- Abort Button -->
|
|
<Button name="HealBot_Action_AbortButton" inherits="HealingButtonTemplate3" text=" ">
|
|
<Size>
|
|
<AbsDimension x="100" y="16"/>
|
|
</Size>
|
|
<Anchors>
|
|
<Anchor point="BOTTOM" relativePoint="BOTTOM">
|
|
<Offset>
|
|
<AbsDimension x="0" y="12"/>
|
|
</Offset>
|
|
</Anchor>
|
|
</Anchors>
|
|
<Scripts>
|
|
<OnClick>
|
|
HealBot_Action_AbortButton_OnClick(this);
|
|
</OnClick>
|
|
</Scripts>
|
|
</Button>
|
|
<!-- Options Button -->
|
|
<Button name="HealBot_Action_OptionsButton" inherits="HealingButtonTemplate0" text="HEALBOT_ACTION_OPTIONS">
|
|
<Size>
|
|
<AbsDimension x="80" y="20"/>
|
|
</Size>
|
|
<Anchors>
|
|
<Anchor point="BOTTOM" relativePoint="BOTTOM">
|
|
<Offset>
|
|
<AbsDimension x="0" y="10"/>
|
|
</Offset>
|
|
</Anchor>
|
|
</Anchors>
|
|
<Scripts>
|
|
<OnClick>
|
|
HealBot_Action_OptionsButton_OnClick(this);
|
|
</OnClick>
|
|
</Scripts>
|
|
</Button>
|
|
<!-- Close Button -->
|
|
<!--
|
|
<Button name="HealBot_Action_CloseButton" inherits="UIPanelButtonTemplate" text="CLOSE">
|
|
<Size>
|
|
<AbsDimension x="80" y="20"/>
|
|
</Size>
|
|
<Anchors>
|
|
<Anchor point="BOTTOM" relativePoint="BOTTOM">
|
|
<Offset>
|
|
<AbsDimension x="0" y="15"/>
|
|
</Offset>
|
|
</Anchor>
|
|
</Anchors>
|
|
<Scripts>
|
|
<OnClick>
|
|
HideUIPanel(this:GetParent());
|
|
</OnClick>
|
|
</Scripts>
|
|
</Button>
|
|
-->
|
|
|
|
</Frames>
|
|
<Scripts>
|
|
<OnLoad>
|
|
HealBot_Action_OnLoad(this);
|
|
</OnLoad>
|
|
<OnShow>
|
|
HealBot_Action_OnShow(this);
|
|
</OnShow>
|
|
<OnHide>
|
|
HealBot_Action_OnHide(this);
|
|
</OnHide>
|
|
<OnMouseDown>
|
|
HealBot_Action_OnMouseDown(this,arg1);
|
|
</OnMouseDown>
|
|
<OnMouseUp>
|
|
HealBot_Action_OnMouseUp(this,arg1);
|
|
</OnMouseUp>
|
|
<OnClick>
|
|
HealBot_Action_OnClick(this,arg1);
|
|
</OnClick>
|
|
<OnDragStart>
|
|
HealBot_Action_OnDragStart(this,arg1);
|
|
</OnDragStart>
|
|
<OnDragStop>
|
|
HealBot_Action_OnDragStop(this);
|
|
</OnDragStop>
|
|
<!--
|
|
<OnKeyDown>
|
|
HealBot_Action_OnKey(this,arg1,"down");
|
|
</OnKeyDown>
|
|
<OnKeyUp>
|
|
HealBot_Action_OnKey(this,arg1,"up");
|
|
</OnKeyUp>
|
|
-->
|
|
</Scripts>
|
|
</Frame>
|
|
</Ui>
|