vanilla-wow-addons – Rev 1

Subversion Repositories:
Rev:
<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_Options.lua" />
  <Button name="HealBot_Options_Tab" inherits="CharacterFrameTabButtonTemplate" virtual="true">
    <Scripts>
      <OnClick>
        PlaySound("igMainMenuOpen");
        PanelTemplates_Tab_OnClick(HealBot_Options);
        HealBot_Options_ShowPanel(HealBot_Options.selectedTab);
      </OnClick> 
    </Scripts>
  </Button>
  <Slider name="HealBot_Options_SliderTemplate" inherits="OptionsSliderTemplate" virtual="true">
    <Size>
      <AbsDimension x="240" y="16" /> 
    </Size>
  </Slider>

  <EditBox name="HealBot_Options_EditBoxTemplate" autoFocus="false" historyLines="32" justifyH="LEFT" virtual="true">
                                <Layers>
                                        <Layer level="BACKGROUND">
                                                <Texture name="$parentLeft" file="Interface\Common\Common-Input-Border">
                                                        <Size>
                                                                <AbsDimension x="8" y="20"/>
                                                        </Size>
                                                        <Anchors>
                                                                <Anchor point="TOPLEFT">
                                                                        <Offset>
                                                                                <AbsDimension x="-5" y="0"/>
                                                                        </Offset>
                                                                </Anchor>
                                                        </Anchors>
                                                        <TexCoords left="0" right="0.0625" top="0" bottom="0.625"/>
                                                </Texture>
                                                <Texture name="$parentRight" file="Interface\Common\Common-Input-Border">
                                                        <Size>
                                                                <AbsDimension x="8" y="20"/>
                                                        </Size>
                                                        <Anchors>
                                                                <Anchor point="RIGHT">
                                                                        <Offset>
                                                                                <AbsDimension x="5" y="0"/>
                                                                        </Offset>
                                                                </Anchor>
                                                        </Anchors>
                                                        <TexCoords left="0.9375" right="1.0" top="0" bottom="0.625"/>
                                                </Texture>
                                                <Texture name="$parentMiddle" file="Interface\Common\Common-Input-Border">
                                                        <Size>
                                                                <AbsDimension x="10" y="20"/>
                                                        </Size>
                                                        <Anchors>
                                                                <Anchor point="LEFT" relativeTo="$parentLeft" relativePoint="RIGHT"/>
                                                                <Anchor point="RIGHT" relativeTo="$parentRight" relativePoint="LEFT"/>
                                                        </Anchors>
                                                        <TexCoords left="0.0625" right="0.9375" top="0" bottom="0.625"/>
                                                </Texture>
                                        </Layer>
                                </Layers>
    <Size>
      <AbsDimension x="240" y="20"/>
    </Size>
    <FontString inherits="GameFontHighlightSmall" bytes="256"/>
    <Layers>
      <Layer level="ARTWORK">
        <FontString name="$parentText" text=" " inherits="GameFontNormalSmall">
          <Size>
            <AbsDimension x="0" y="10"/>
          </Size>
          <Anchors>
            <Anchor point="BOTTOMLEFT" relativeTo="$parent" relativePoint="TOPLEFT">
              <Offset>
                <AbsDimension x="0" y="4"/>
              </Offset>
            </Anchor>
          </Anchors>
        </FontString>
      </Layer>
    </Layers>
    <Scripts>
      <OnEscapePressed>
        this:ClearFocus();
      </OnEscapePressed>
      <OnEditFocusLost>
        this:HighlightText(0, 0);
      </OnEditFocusLost>
      <OnEditFocusGained>
        this:HighlightText();
      </OnEditFocusGained>
    </Scripts>
  </EditBox>

  <Frame name="HealBot_Options" toplevel="true" frameStrata="DIALOG" 
      movable="true" parent="UIParent" enableMouse="true" hidden="true">
    <Size>
      <AbsDimension x="340" y="455"/>
    </Size>
    <Anchors>
      <Anchor point="CENTER">
        <Offset>
          <AbsDimension x="0" y="0"/>
        </Offset>
      </Anchor>
    </Anchors>
    <Backdrop tile="true"
        bgFile="Interface\DialogFrame\UI-DialogBox-Background"
        edgeFile="Interface\DialogFrame\UI-DialogBox-Border">
      <BackgroundInsets>
        <AbsInset left="11" right="12" top="12" bottom="11"/>
      </BackgroundInsets>
      <TileSize>
        <AbsValue val="32"/>
      </TileSize>
      <EdgeSize>
        <AbsValue val="32"/>
      </EdgeSize>
    </Backdrop>
    <Layers>
      <Layer level="ARTWORK">
        <Texture name="HealBot_Options_Header"
            file="Interface\DialogFrame\UI-DialogBox-Header">
          <Size>
            <AbsDimension x="400" y="64"/>
          </Size>
          <Anchors>
            <Anchor point="TOP">
              <Offset>
                <AbsDimension x="0" y="12"/>
              </Offset>
            </Anchor>
          </Anchors>
        </Texture>
        <FontString inherits="GameFontNormal" text="HEALBOT_OPTIONS_TITLE">
          <Anchors>
            <Anchor point="TOP" relativeTo="HealBot_Options_Header">
              <Offset>
                <AbsDimension x="0" y="-13"/>
              </Offset>
            </Anchor>
          </Anchors>
        </FontString>
      </Layer>
    </Layers>
    <Frames>


      <Frame name="HealBot_Options_Panel1" hidden="true" setAllPoints="true">

        <Frames>

      <Frame name="HealBot_Options_GenFrame" inherits="OptionFrameBoxTemplate">
        <Size>
          <AbsDimension y="100"/>
        </Size>
        <Anchors>
          <Anchor point="TOPLEFT">
            <Offset>
              <AbsDimension x="21" y="-35"/>
            </Offset>
          </Anchor>
          <Anchor point="TOPRIGHT">
            <Offset>
              <AbsDimension x="-21" y="0"/>
            </Offset>
          </Anchor>
        </Anchors>

        <Layers>
        <Layer level="BACKGROUND">
        <FontString name="HealBot_GeneralPanel_Text" text="HEALBOT_OPTIONS_PANEL_TEXT" inherits="GameFontNormalSmall">
          <Anchors>
           <Anchor point="TOPLEFT">
            <Offset>
                <AbsDimension x="75" y="-12" />
            </Offset>
           </Anchor>
          </Anchors>
        </FontString>
        </Layer>
        </Layers>
        <Frames>



      <CheckButton name="HealBot_Options_ActionLocked" inherits="OptionsCheckButtonTemplate">
        <Anchors>
          <Anchor point="TOPLEFT">
            <Offset>
              <AbsDimension x="10" y="-25" /> 
            </Offset>
          </Anchor>
        </Anchors>
        <Scripts>
          <OnLoad>HealBot_Options_ActionLocked_OnLoad(this)</OnLoad> 
          <OnClick>HealBot_Options_ActionLocked_OnClick(this)</OnClick> 
        </Scripts>
      </CheckButton>
      <CheckButton name="HealBot_Options_GrowUpwards" inherits="OptionsCheckButtonTemplate">
        <Anchors>
          <Anchor point="TOPLEFT" relativeTo="HealBot_Options_ActionLocked" relativePoint="BOTTOMLEFT">
            <Offset>
              <AbsDimension x="0" y="5" /> 
            </Offset>
          </Anchor>
        </Anchors>
        <Scripts>
          <OnLoad>HealBot_Options_GrowUpwards_OnLoad(this,HEALBOT_OPTIONS_GROWUPWARDS)</OnLoad> 
          <OnClick>HealBot_Options_GrowUpwards_OnClick(this)</OnClick> 
        </Scripts>
      </CheckButton>
      <CheckButton name="HealBot_Options_AutoShow" inherits="OptionsCheckButtonTemplate">
        <Anchors>
          <Anchor point="TOPLEFT" relativeTo="HealBot_Options_ActionLocked" relativePoint="TOPLEFT">
            <Offset>
              <AbsDimension x="125" y="0" /> 
            </Offset>
          </Anchor>
        </Anchors>
        <Scripts>
          <OnLoad>HealBot_Options_AutoShow_OnLoad(this)</OnLoad> 
          <OnClick>HealBot_Options_AutoShow_OnClick(this)</OnClick> 
        </Scripts>
      </CheckButton>
      <CheckButton name="HealBot_Options_PanelSounds" inherits="OptionsCheckButtonTemplate">
        <Anchors>
          <Anchor point="TOPLEFT" relativeTo="HealBot_Options_GrowUpwards" relativePoint="TOPLEFT">
            <Offset>
              <AbsDimension x="125" y="0" /> 
            </Offset>
          </Anchor>
        </Anchors>
        <Scripts>
          <OnLoad>HealBot_Options_PanelSounds_OnLoad(this)</OnLoad> 
          <OnClick>HealBot_Options_PanelSounds_OnClick(this)</OnClick> 
        </Scripts>
      </CheckButton>

        </Frames>
      </Frame>

      <CheckButton name="HealBot_Options_HideOptions" inherits="OptionsCheckButtonTemplate">
        <Anchors>
          <Anchor point="TOPLEFT" relativeTo="HealBot_Options_GrowUpwards" relativePoint="BOTTOMLEFT">
            <Offset>
              <AbsDimension x="20" y="-25" /> 
            </Offset>
          </Anchor>
        </Anchors>
        <Scripts>
          <OnLoad>HealBot_Options_HideOptions_OnLoad(this,HEALBOT_OPTIONS_HIDEOPTIONS)</OnLoad> 
          <OnClick>HealBot_Options_HideOptions_OnClick(this)</OnClick> 
        </Scripts>
      </CheckButton>
      <CheckButton name="HealBot_Options_HideAbort" inherits="OptionsCheckButtonTemplate">
        <Anchors>
          <Anchor point="TOPLEFT" relativeTo="HealBot_Options_HideOptions" relativePoint="BOTTOMLEFT">
            <Offset>
              <AbsDimension x="0" y="5" /> 
            </Offset>
          </Anchor>
        </Anchors>
        <Scripts>
          <OnLoad>HealBot_Options_HideAbort_OnLoad(this,HEALBOT_OPTIONS_HIDEABORT)</OnLoad> 
          <OnClick>HealBot_Options_HideAbort_OnClick(this)</OnClick> 
        </Scripts>
      </CheckButton>
      <CheckButton name="HealBot_Options_QualityRange" inherits="OptionsCheckButtonTemplate">
        <Anchors>
          <Anchor point="TOPLEFT" relativeTo="HealBot_Options_HideAbort" relativePoint="BOTTOMLEFT">
            <Offset>
              <AbsDimension x="0" y="5" /> 
            </Offset>
          </Anchor>
        </Anchors>
        <Scripts>
          <OnLoad>HealBot_Options_QualityRange_OnLoad(this,HEALBOT_OPTIONS_QUALITYRANGE)</OnLoad> 
          <OnClick>HealBot_Options_QualityRange_OnClick(this)</OnClick> 
        </Scripts>
      </CheckButton>
      <CheckButton name="HealBot_Options_ProtectPvP" inherits="OptionsCheckButtonTemplate">
        <Anchors>
          <Anchor point="TOPLEFT" relativeTo="HealBot_Options_QualityRange" relativePoint="BOTTOMLEFT">
            <Offset>
              <AbsDimension x="0" y="5" /> 
            </Offset>
          </Anchor>
        </Anchors>
        <Scripts>
          <OnLoad>HealBot_Options_ProtectPvP_OnLoad(this,HEALBOT_OPTIONS_PROTECTPVP)</OnLoad> 
          <OnClick>HealBot_Options_ProtectPvP_OnClick(this)</OnClick> 
        </Scripts>
      </CheckButton>
      
      <Frame name="HealBot_Options_Chat" inherits="OptionFrameBoxTemplate">
        <Layers>
        <Layer level="BACKGROUND">
        <FontString name="HealBot_HealButtons_ChatFrameText" text="HEALBOT_OPTIONS_HEAL_CHATOPT" inherits="GameFontNormalSmall">
          <Anchors>
           <Anchor point="TOPLEFT">
            <Offset>
                <AbsDimension x="105" y="-15" />
            </Offset>
           </Anchor>
          </Anchors>
        </FontString>
        </Layer>
        </Layers>
        <Size>
          <AbsDimension y="135"/>
        </Size>
        <Anchors>
          <Anchor point="TOPLEFT">
            <Offset>
              <AbsDimension x="20" y="-275"/>
            </Offset>
          </Anchor>
          <Anchor point="TOPRIGHT">
            <Offset>
              <AbsDimension x="-20" y="0"/>
            </Offset>
          </Anchor>
        </Anchors>
        <Frames>
      <CheckButton name="HealBot_Options_CastNotify1" inherits="SendMailRadioButtonTemplate" id="1">
        <Anchors>
          <Anchor point="TOPLEFT">
            <Offset>
              <AbsDimension x="90" y="-37"/>
            </Offset>
          </Anchor>
        </Anchors>
        <Scripts>
          <OnLoad>HealBot_Options_CastNotify_OnLoad(this,HEALBOT_OPTIONS_CASTNOTIFY1)</OnLoad>
          <OnClick>HealBot_Options_CastNotify_OnClick(this,this:GetID())</OnClick>
        </Scripts>
      </CheckButton>
      <CheckButton name="HealBot_Options_CastNotify2" inherits="SendMailRadioButtonTemplate" id="2">
        <Anchors>
          <Anchor point="TOPLEFT" relativeTo="HealBot_Options_CastNotify1" relativePoint="BOTTOMLEFT">
            <Offset>
              <AbsDimension x="0" y="0"/>
            </Offset>
          </Anchor>
        </Anchors>
        <Scripts>
          <OnLoad>HealBot_Options_CastNotify_OnLoad(this,HEALBOT_OPTIONS_CASTNOTIFY2)</OnLoad>
          <OnClick>HealBot_Options_CastNotify_OnClick(this,this:GetID())</OnClick>
        </Scripts>
      </CheckButton>
      <CheckButton name="HealBot_Options_CastNotify3" inherits="SendMailRadioButtonTemplate" id="3">
        <Anchors>
          <Anchor point="TOPLEFT" relativeTo="HealBot_Options_CastNotify2" relativePoint="BOTTOMLEFT">
            <Offset>
              <AbsDimension x="0" y="0"/>
            </Offset>
          </Anchor>
        </Anchors>
        <Scripts>
          <OnLoad>HealBot_Options_CastNotify_OnLoad(this,HEALBOT_OPTIONS_CASTNOTIFY3)</OnLoad>
          <OnClick>HealBot_Options_CastNotify_OnClick(this,this:GetID())</OnClick>
        </Scripts>
      </CheckButton>
      <CheckButton name="HealBot_Options_CastNotify4" inherits="SendMailRadioButtonTemplate" id="4">
        <Anchors>
          <Anchor point="TOPLEFT" relativeTo="HealBot_Options_CastNotify3" relativePoint="BOTTOMLEFT">
            <Offset>
              <AbsDimension x="0" y="0"/>
            </Offset>
          </Anchor>
        </Anchors>
        <Scripts>
          <OnLoad>HealBot_Options_CastNotify_OnLoad(this,HEALBOT_OPTIONS_CASTNOTIFY4)</OnLoad>
          <OnClick>HealBot_Options_CastNotify_OnClick(this,this:GetID())</OnClick>
        </Scripts>
      </CheckButton>
      <CheckButton name="HealBot_Options_CastNotify5" inherits="SendMailRadioButtonTemplate" id="5">
        <Anchors>
          <Anchor point="TOPLEFT" relativeTo="HealBot_Options_CastNotify4" relativePoint="BOTTOMLEFT">
            <Offset>
              <AbsDimension x="0" y="0"/>
            </Offset>
          </Anchor>
        </Anchors>
        <Scripts>
          <OnLoad>HealBot_Options_CastNotify_OnLoad(this,HEALBOT_OPTIONS_CASTNOTIFY5)</OnLoad>
          <OnClick>HealBot_Options_CastNotify_OnClick(this,this:GetID())</OnClick>
        </Scripts>
      </CheckButton>
        </Frames>
      </Frame>      
        </Frames>
      </Frame>


      
      
      <Frame name="HealBot_Options_Panel2" hidden="true" setAllPoints="true">
        <Frames>
     <Frame name="HealBot_Options_KeysFrame" inherits="OptionFrameBoxTemplate">
        <Size>
          <AbsDimension y="268"/>
        </Size>
        <Anchors>
          <Anchor point="TOPLEFT">
            <Offset>
              <AbsDimension x="21" y="-30"/>
            </Offset>
          </Anchor>
          <Anchor point="TOPRIGHT">
            <Offset>
              <AbsDimension x="-21" y="0"/>
            </Offset>
          </Anchor>
        </Anchors>
        <Layers>
        <Layer level="BACKGROUND">
        <FontString name="HealBot_ComboButtons_ButtonText1" text="HEALBOT_OPTIONS_USEBUTTONS" inherits="GameFontNormalSmall">
          <Anchors>
           <Anchor point="TOPLEFT">
            <Offset>
                <AbsDimension x="110" y="-10" />
            </Offset>
           </Anchor>
          </Anchors>
        </FontString>
        </Layer>
        </Layers>
        <Frames>
      <Slider name="HealBot_Options_Dummy" hidden="true" inherits="HealBot_Options_SliderTemplate">
        <Anchors>
          <Anchor point="TOP">
            <Offset>
              <AbsDimension x="0" y="0" /> 
            </Offset>
          </Anchor>
        </Anchors>
      </Slider>
      <Frame name="HealBot_Options_ComboClassButton">
        <Layers>
        <Layer level="BACKGROUND">
        <FontString name="HealBot_ComboButtons_ButtonText" text="HEALBOT_OPTIONS_COMBOBUTTON" inherits="GameFontNormalSmall">
          <Anchors>
           <Anchor point="TOPLEFT" relativeTo="HealBot_Options_Dummy" relativePoint="BOTTOMLEFT">
            <Offset>
                <AbsDimension x="-5" y="-25" />
            </Offset>
           </Anchor>
          </Anchors>
        </FontString>
        </Layer>
        </Layers>
      </Frame>
      
      <CheckButton name="HealBot_ComboButtons_Button1" inherits="SendMailRadioButtonTemplate" id="1">
        <Anchors>
          <Anchor point="TOPLEFT" relativeTo="HealBot_Options_Dummy" relativePoint="TOPLEFT">
            <Offset>
              <AbsDimension x="40" y="-30"/>
            </Offset>
          </Anchor>
        </Anchors>
        <Scripts>
          <OnLoad>HealBot_ComboButtons_Button_OnLoad(this,HEALBOT_OPTIONS_BUTTONLEFT)</OnLoad>
          <OnClick>HealBot_ComboButtons_Button_OnClick(this,this:GetID())</OnClick>
        </Scripts>
      </CheckButton>
      <CheckButton name="HealBot_ComboButtons_Button2" inherits="SendMailRadioButtonTemplate" id="2">
        <Anchors>
          <Anchor point="TOPLEFT" relativeTo="HealBot_ComboButtons_Button1" relativePoint="TOPRIGHT">
            <Offset>
              <AbsDimension x="40" y="0"/>
            </Offset>
          </Anchor>
        </Anchors>
        <Scripts>
          <OnLoad>HealBot_ComboButtons_Button_OnLoad(this,HEALBOT_OPTIONS_BUTTONMIDDLE)</OnLoad>
          <OnClick>HealBot_ComboButtons_Button_OnClick(this,this:GetID())</OnClick>
        </Scripts>
      </CheckButton>
      <CheckButton name="HealBot_ComboButtons_Button3" inherits="SendMailRadioButtonTemplate" id="3">
        <Anchors>
          <Anchor point="TOPLEFT" relativeTo="HealBot_ComboButtons_Button2" relativePoint="TOPRIGHT">
            <Offset>
              <AbsDimension x="50" y="0"/>
            </Offset>
          </Anchor>
        </Anchors>
        <Scripts>
          <OnLoad>HealBot_ComboButtons_Button_OnLoad(this,HEALBOT_OPTIONS_BUTTONRIGHT)</OnLoad>
          <OnClick>HealBot_ComboButtons_Button_OnClick(this,this:GetID())</OnClick>
        </Scripts>
      </CheckButton>
      <CheckButton name="HealBot_ComboButtons_Button4" inherits="SendMailRadioButtonTemplate" id="4">
        <Anchors>
          <Anchor point="TOPLEFT" relativeTo="HealBot_ComboButtons_Button1" relativePoint="TOPRIGHT">
            <Offset>
              <AbsDimension x="0" y="-18"/>
            </Offset>
          </Anchor>
        </Anchors>
        <Scripts>
          <OnLoad>HealBot_ComboButtons_Button_OnLoad(this,HEALBOT_OPTIONS_BUTTON4)</OnLoad>
          <OnClick>HealBot_ComboButtons_Button_OnClick(this,this:GetID())</OnClick>
        </Scripts>
      </CheckButton>
      <CheckButton name="HealBot_ComboButtons_Button5" inherits="SendMailRadioButtonTemplate" id="5">
        <Anchors>
          <Anchor point="TOPLEFT" relativeTo="HealBot_ComboButtons_Button4" relativePoint="TOPRIGHT">
            <Offset>
              <AbsDimension x="55" y="0"/>
            </Offset>
          </Anchor>
        </Anchors>
        <Scripts>
          <OnLoad>HealBot_ComboButtons_Button_OnLoad(this,HEALBOT_OPTIONS_BUTTON5)</OnLoad>
          <OnClick>HealBot_ComboButtons_Button_OnClick(this,this:GetID())</OnClick>
        </Scripts>
      </CheckButton>

      <EditBox name="HealBot_Options_Click" inherits="HealBot_Options_EditBoxTemplate">
        <Anchors>
          <Anchor point="TOPLEFT" relativeTo="HealBot_Options_Dummy" relativePoint="BOTTOMLEFT">
            <Offset>
              <AbsDimension x="-5" y="-68"/>
            </Offset>
          </Anchor>
        </Anchors>
        <Scripts>
          <OnLoad>
            HealBot_Options_EditBox_OnLoad(this,HEALBOT_OPTIONS_CLICK)
          </OnLoad>
          <OnTextChanged>
            HealBot_Options_Click_OnTextChanged(this)            
          </OnTextChanged>
        </Scripts>
      </EditBox>
      <EditBox name="HealBot_Options_Shift" inherits="HealBot_Options_EditBoxTemplate">
        <Anchors>
          <Anchor point="TOPLEFT" relativeTo="HealBot_Options_Click" relativePoint="BOTTOMLEFT">
            <Offset>
              <AbsDimension x="0" y="-20"/>
            </Offset>
          </Anchor>
        </Anchors>
        <Scripts>
          <OnLoad>
            HealBot_Options_EditBox_OnLoad(this,HEALBOT_OPTIONS_SHIFT)
          </OnLoad>
          <OnTextChanged>
            HealBot_Options_Shift_OnTextChanged(this)            
          </OnTextChanged>
        </Scripts>
      </EditBox>
      <EditBox name="HealBot_Options_Ctrl" inherits="HealBot_Options_EditBoxTemplate">
        <Anchors>
          <Anchor point="TOPRIGHT" relativeTo="HealBot_Options_Shift" relativePoint="BOTTOMRIGHT">
            <Offset>
              <AbsDimension x="0" y="-20"/>
            </Offset>
          </Anchor>
        </Anchors>
        <Scripts>
          <OnLoad>
            HealBot_Options_EditBox_OnLoad(this,HEALBOT_OPTIONS_CTRL)
          </OnLoad>
          <OnTextChanged>
            HealBot_Options_Ctrl_OnTextChanged(this)            
          </OnTextChanged>
        </Scripts>
      </EditBox>
      <EditBox name="HealBot_Options_ShiftCtrl" inherits="HealBot_Options_EditBoxTemplate">
        <Anchors>
          <Anchor point="TOPRIGHT" relativeTo="HealBot_Options_Ctrl" relativePoint="BOTTOMRIGHT">
            <Offset>
              <AbsDimension x="0" y="-20"/>
            </Offset>
          </Anchor>
        </Anchors>
        <Scripts>
          <OnLoad>
            HealBot_Options_EditBox_OnLoad(this,HEALBOT_OPTIONS_SHIFTCTRL)
          </OnLoad>
          <OnTextChanged>
            HealBot_Options_ShiftCtrl_OnTextChanged(this)            
          </OnTextChanged>
        </Scripts>
      </EditBox>
      <CheckButton name="HealBot_Options_EnableHealthy" inherits="OptionsCheckButtonTemplate">
        <Anchors>
          <Anchor point="TOPLEFT" relativeTo="HealBot_Options_ShiftCtrl" relativePoint="BOTTOMLEFT">
            <Offset>
              <AbsDimension x="25" y="-4" /> 
            </Offset>
          </Anchor>
        </Anchors>
        <Scripts>
          <OnLoad>HealBot_Options_EnableHealthy_OnLoad(this,HEALBOT_OPTIONS_ENABLEHEALTHY)</OnLoad> 
          <OnClick>HealBot_Options_EnableHealthy_OnClick(this)</OnClick> 
        </Scripts>
      </CheckButton>
        </Frames>
      </Frame>

      <Frame name="HealBot_Options_TooltipsPanel" inherits="OptionFrameBoxTemplate">
        <Size>
          <AbsDimension y="118"/>
        </Size>
        <Anchors>
          <Anchor point="TOPLEFT">
            <Offset>
              <AbsDimension x="20" y="-300"/>
            </Offset>
          </Anchor>
          <Anchor point="TOPRIGHT">
            <Offset>
              <AbsDimension x="-20" y="-180"/>
            </Offset>
          </Anchor>
        </Anchors>
        <Frames>
      <CheckButton name="HealBot_Options_ShowTooltip" inherits="OptionsCheckButtonTemplate">
        <Anchors>
          <Anchor point="TOPLEFT" relativeTo="HealBot_Options_TooltipsPanel" relativePoint="TOPLEFT">
            <Offset>
              <AbsDimension x="20" y="-4" /> 
            </Offset>
          </Anchor>
        </Anchors>
        <Scripts>
          <OnLoad>HealBot_Options_ShowTooltip_OnLoad(this,HEALBOT_OPTIONS_SHOWTOOLTIP)</OnLoad> 
          <OnClick>HealBot_Options_ShowTooltip_OnClick(this)</OnClick> 
        </Scripts>
      </CheckButton>
      <Frame name="HealBot_Options_TooltipPos" inherits="UIDropDownMenuTemplate" id="1">
        <Anchors>
          <Anchor point="TOPLEFT" relativeTo="HealBot_Options_ShowTooltip" relativePoint="TOPRIGHT">
            <Offset>
              <AbsDimension x="68" y="-2" /> 
            </Offset>
          </Anchor>
        </Anchors>
       <Scripts>
          <OnLoad>HealBot_Options_TooltipPos_OnLoad(this) </OnLoad>
       </Scripts>
      </Frame>
      <CheckButton name="HealBot_Options_ShowTooltipTarget" inherits="OptionsCheckButtonTemplate">
        <Anchors>
          <Anchor point="TOPLEFT" relativeTo="HealBot_Options_TooltipsPanel" relativePoint="TOPLEFT">
            <Offset>
              <AbsDimension x="20" y="-30" /> 
            </Offset>
          </Anchor>
        </Anchors>
        <Scripts>
          <OnLoad>HealBot_Options_ShowTooltipTarget_OnLoad(this,HEALBOT_OPTIONS_SHOWUNITTOOLTIP)</OnLoad> 
          <OnClick>HealBot_Options_ShowTooltipTarget_OnClick(this)</OnClick> 
        </Scripts>
      </CheckButton>      
      <CheckButton name="HealBot_Options_ShowTooltipSpellDetail" inherits="OptionsCheckButtonTemplate">
        <Anchors>
          <Anchor point="TOPLEFT" relativeTo="HealBot_Options_TooltipsPanel" relativePoint="TOPLEFT">
            <Offset>
              <AbsDimension x="20" y="-55" /> 
            </Offset>
          </Anchor>
        </Anchors>
        <Scripts>
          <OnLoad>HealBot_Options_ShowTooltipSpellDetail_OnLoad(this,HEALBOT_OPTIONS_SHOWDETTOOLTIP)</OnLoad> 
          <OnClick>HealBot_Options_ShowTooltipSpellDetail_OnClick(this)</OnClick> 
        </Scripts>
      </CheckButton>      
      <CheckButton name="HealBot_Options_ShowTooltipInstant" inherits="OptionsCheckButtonTemplate">
        <Anchors>
          <Anchor point="TOPLEFT" relativeTo="HealBot_Options_TooltipsPanel" relativePoint="TOPLEFT">
            <Offset>
              <AbsDimension x="20" y="-80" /> 
            </Offset>
          </Anchor>
        </Anchors>
        <Scripts>
          <OnLoad>HealBot_Options_ShowTooltipInstant_OnLoad(this,HEALBOT_OPTIONS_SHOWRECTOOLTIP)</OnLoad> 
          <OnClick>HealBot_Options_ShowTooltipInstant_OnClick(this)</OnClick> 
        </Scripts>
      </CheckButton>

      </Frames>
      </Frame>
      </Frames>
      </Frame>

      
      
      <Frame name="HealBot_Options_Panel3" hidden="true" setAllPoints="true">
        <Frames>

      <Frame name="HealBot_Options_HealTargetFrame" inherits="OptionFrameBoxTemplate">
        <Size>
          <AbsDimension y="88"/>
        </Size>
        <Anchors>
          <Anchor point="TOPLEFT">
            <Offset>
              <AbsDimension x="21" y="-30"/>
            </Offset>
          </Anchor>
          <Anchor point="TOPRIGHT">
            <Offset>
              <AbsDimension x="-21" y="0"/>
            </Offset>
          </Anchor>
        </Anchors>

        <Layers>
        <Layer level="BACKGROUND">
        <FontString name="HealBot_HealButtons_Text" text="HEALBOT_OPTIONS_HEAL_BUTTONS" inherits="GameFontNormalSmall">
          <Anchors>
           <Anchor point="TOPLEFT">
            <Offset>
                <AbsDimension x="100" y="-8" />
            </Offset>
           </Anchor>
          </Anchors>
        </FontString>
        </Layer>
        </Layers>

        <Frames>
        <CheckButton name="HealBot_Options_GroupHeals" inherits="OptionsCheckButtonTemplate">
        <Anchors>
          <Anchor point="TOPLEFT">
            <Offset>
              <AbsDimension x="25" y="-21" /> 
            </Offset>
          </Anchor>
        </Anchors>
        <Scripts>
          <OnLoad>HealBot_Options_GroupHeals_OnLoad(this,HEALBOT_OPTIONS_GROUPHEALS)</OnLoad> 
          <OnClick>HealBot_Options_GroupHeals_OnClick(this)</OnClick> 
        </Scripts>
      </CheckButton>
      <CheckButton name="HealBot_Options_TankHeals" inherits="OptionsCheckButtonTemplate">
        <Anchors>
          <Anchor point="TOPLEFT" relativeTo="HealBot_Options_GroupHeals" relativePoint="BOTTOMLEFT">
            <Offset>
              <AbsDimension x="0" y="5" /> 
            </Offset>
          </Anchor>
        </Anchors>
        <Scripts>
          <OnLoad>HealBot_Options_TankHeals_OnLoad(this,HEALBOT_OPTIONS_TANKHEALS)</OnLoad> 
          <OnClick>HealBot_Options_TankHeals_OnClick(this)</OnClick> 
        </Scripts>
      </CheckButton>
      <CheckButton name="HealBot_Options_TargetHeals" inherits="OptionsCheckButtonTemplate">
        <Anchors>
          <Anchor point="TOPLEFT" relativeTo="HealBot_Options_GroupHeals" relativePoint="TOPLEFT">
            <Offset>
              <AbsDimension x="122" y="0" /> 
            </Offset>
          </Anchor>
        </Anchors>
        <Scripts>
          <OnLoad>HealBot_Options_TargetHeals_OnLoad(this,HEALBOT_OPTIONS_TARGETHEALS)</OnLoad> 
          <OnClick>HealBot_Options_TargetHeals_OnClick(this)</OnClick> 
        </Scripts>
      </CheckButton>
      <CheckButton name="HealBot_Options_EmergencyHeals" inherits="OptionsCheckButtonTemplate">
        <Anchors>
          <Anchor point="TOPLEFT" relativeTo="HealBot_Options_GroupHeals" relativePoint="BOTTOMLEFT">
            <Offset>
              <AbsDimension x="122" y="5" /> 
            </Offset>
          </Anchor>
        </Anchors>
        <Scripts>
          <OnLoad>HealBot_Options_EmergencyHeals_OnLoad(this,HEALBOT_OPTIONS_EMERGENCYHEALS)</OnLoad> 
          <OnClick>HealBot_Options_EmergencyHeals_OnClick(this)</OnClick> 
        </Scripts>
      </CheckButton>

        </Frames>
      </Frame>

      <Slider name="HealBot_Options_AlertLevel" inherits="HealBot_Options_SliderTemplate">
        <Anchors>
          <Anchor point="TOPLEFT">
            <Offset>
              <AbsDimension x="45" y="-132" /> 
            </Offset>
          </Anchor>
        </Anchors>
        <Scripts>
          <OnLoad>HealBot_Options_Pct_OnLoad(this,HEALBOT_OPTIONS_ALERTLEVEL)</OnLoad> 
          <OnValueChanged>HealBot_Options_AlertLevel_OnValueChanged(this)</OnValueChanged> 
        </Scripts>
      </Slider>
      <Slider name="HealBot_Options_OverHeal" inherits="HealBot_Options_SliderTemplate">
        <Anchors>
          <Anchor point="TOPLEFT" relativeTo="HealBot_Options_AlertLevel" relativePoint="BOTTOMLEFT">
            <Offset>
              <AbsDimension x="0" y="-27" /> 
            </Offset>
          </Anchor>
        </Anchors>
        <Scripts>
          <OnLoad>HealBot_Options_Pct_OnLoad(this,HEALBOT_OPTIONS_OVERHEAL)</OnLoad> 
          <OnValueChanged>HealBot_Options_OverHeal_OnValueChanged(this)</OnValueChanged> 
        </Scripts>
      </Slider>


      <Frame name="HealBot_Options_EmergencyFilter" inherits="UIDropDownMenuTemplate" id="1">
        <Anchors>
          <Anchor point="TOPLEFT">
            <Offset>
              <AbsDimension x="155" y="-205" /> 
            </Offset>
          </Anchor>
        </Anchors>
        <Layers>
          <Layer level="OVERLAY">
            <FontString inherits="GameFontNormalSmall" text="HEALBOT_OPTIONS_EMERGFILTER">
              <Anchors>
                <Anchor point="TOPLEFT">
                  <Offset>
                    <AbsDimension x="-110" y="-7"/>
                  </Offset>
                </Anchor>
              </Anchors>
            </FontString>
          </Layer>
        </Layers>
        <Scripts>
          <OnLoad>
             HealBot_Options_EmergencyFilter_OnLoad(this)
          </OnLoad>
        </Scripts>
      </Frame>
      
      <Frame name="HealBot_Options_ExtraSort" inherits="UIDropDownMenuTemplate" id="1">
        <Anchors>
          <Anchor point="TOPLEFT">
            <Offset>
              <AbsDimension x="155" y="-238" /> 
            </Offset>
          </Anchor>
        </Anchors>
        <Layers>
          <Layer level="OVERLAY">
            <FontString inherits="GameFontNormalSmall" text="HEALBOT_OPTIONS_EXTRASORT">
              <Anchors>
                <Anchor point="TOPLEFT">
                  <Offset>
                    <AbsDimension x="-110" y="-7"/>
                  </Offset>
                </Anchor>
              </Anchors>
            </FontString>
          </Layer>
        </Layers>
        <Scripts>
          <OnLoad>
             HealBot_Options_ExtraSort_OnLoad(this)
          </OnLoad>
        </Scripts>
      </Frame>

      <Frame name="HealBot_Options_EmergLFrame" inherits="OptionFrameBoxTemplate">
        <Size>
          <AbsDimension y="125"/>
        </Size>
        <Anchors>
          <Anchor point="TOPLEFT">
            <Offset>
              <AbsDimension x="21" y="-275"/>
            </Offset>
          </Anchor>
          <Anchor point="TOPRIGHT">
            <Offset>
              <AbsDimension x="-21" y="0"/>
            </Offset>
          </Anchor>
        </Anchors>

        <Frames>

      <Frame name="HealBot_Options_EmergencyFClass" inherits="UIDropDownMenuTemplate" id="1">
        <Anchors>
          <Anchor point="TOPLEFT">
            <Offset>
              <AbsDimension x="128" y="-10" /> 
            </Offset>
          </Anchor>
        </Anchors>
        <Layers>
          <Layer level="OVERLAY">
            <FontString inherits="GameFontNormalSmall" text="HEALBOT_OPTIONS_EMERGFCLASS">
              <Anchors>
                <Anchor point="TOPLEFT">
                  <Offset>
                    <AbsDimension x="-105" y="-7"/>
                  </Offset>
                </Anchor>
              </Anchors>
            </FontString>
          </Layer>
        </Layers>
        <Scripts>
          <OnLoad> HealBot_Options_EmergencyFClass_OnLoad(this) </OnLoad>
        </Scripts>
      </Frame>

      <CheckButton name="HealBot_Options_EFClassDruid" inherits="SendMailRadioButtonTemplate" id="1">
        <Anchors>
          <Anchor point="TOPLEFT" relativeTo="HealBot_Options_EmergencyFClass" relativePoint="BOTTOMLEFT">
            <Offset>
              <AbsDimension x="-90" y="-8"/>
            </Offset>
          </Anchor>
        </Anchors>
        <Scripts>
          <OnLoad>HealBot_Options_EFClass_OnLoad(this,HEALBOT_DRUID)</OnLoad>
          <OnClick>HealBot_Options_EFClass_OnClick(this)</OnClick>
        </Scripts>
      </CheckButton>
      <CheckButton name="HealBot_Options_EFClassHunter" inherits="SendMailRadioButtonTemplate" id="2">
        <Anchors>
          <Anchor point="TOPLEFT" relativeTo="HealBot_Options_EFClassDruid" relativePoint="TOPRIGHT">
            <Offset>
              <AbsDimension x="62" y="0"/>
            </Offset>
          </Anchor>
        </Anchors>
        <Scripts>
          <OnLoad>HealBot_Options_EFClass_OnLoad(this,HEALBOT_HUNTER)</OnLoad>
          <OnClick>HealBot_Options_EFClass_OnClick(this)</OnClick>
        </Scripts>
      </CheckButton>
      <CheckButton name="HealBot_Options_EFClassMage" inherits="SendMailRadioButtonTemplate" id="3">
        <Anchors>
          <Anchor point="TOPLEFT" relativeTo="HealBot_Options_EFClassHunter" relativePoint="TOPRIGHT">
            <Offset>
              <AbsDimension x="62" y="0"/>
            </Offset>
          </Anchor>
        </Anchors>
        <Scripts>
          <OnLoad>HealBot_Options_EFClass_OnLoad(this,HEALBOT_MAGE)</OnLoad>
          <OnClick>HealBot_Options_EFClass_OnClick(this)</OnClick>
        </Scripts>
      </CheckButton>
      <CheckButton name="HealBot_Options_EFClassPaladin" inherits="SendMailRadioButtonTemplate" id="4">
        <Anchors>
          <Anchor point="TOPLEFT" relativeTo="HealBot_Options_EFClassDruid" relativePoint="BOTTOMLEFT">
            <Offset>
              <AbsDimension x="0" y="-8"/>
            </Offset>
          </Anchor>
        </Anchors>
        <Scripts>
          <OnLoad>HealBot_Options_EFClass_OnLoad(this,HEALBOT_PALADIN)</OnLoad>
          <OnClick>HealBot_Options_EFClass_OnClick(this)</OnClick>
        </Scripts>
      </CheckButton>
      <CheckButton name="HealBot_Options_EFClassPriest" inherits="SendMailRadioButtonTemplate" id="5">
        <Anchors>
          <Anchor point="TOPLEFT" relativeTo="HealBot_Options_EFClassPaladin" relativePoint="TOPRIGHT">
            <Offset>
              <AbsDimension x="62" y="0"/>
            </Offset>
          </Anchor>
        </Anchors>
        <Scripts>
          <OnLoad>HealBot_Options_EFClass_OnLoad(this,HEALBOT_PRIEST)</OnLoad>
          <OnClick>HealBot_Options_EFClass_OnClick(this)</OnClick>
        </Scripts>
      </CheckButton>
      <CheckButton name="HealBot_Options_EFClassRogue" inherits="SendMailRadioButtonTemplate" id="6">
        <Anchors>
          <Anchor point="TOPLEFT" relativeTo="HealBot_Options_EFClassPriest" relativePoint="TOPRIGHT">
            <Offset>
              <AbsDimension x="62" y="0"/>
            </Offset>
          </Anchor>
        </Anchors>
        <Scripts>
          <OnLoad>HealBot_Options_EFClass_OnLoad(this,HEALBOT_ROGUE)</OnLoad>
          <OnClick>HealBot_Options_EFClass_OnClick(this)</OnClick>
        </Scripts>
      </CheckButton>
      <CheckButton name="HealBot_Options_EFClassShaman" inherits="SendMailRadioButtonTemplate" id="7">
        <Anchors>
          <Anchor point="TOPLEFT" relativeTo="HealBot_Options_EFClassPaladin" relativePoint="BOTTOMLEFT">
            <Offset>
              <AbsDimension x="0" y="-8"/>
            </Offset>
          </Anchor>
        </Anchors>
        <Scripts>
          <OnLoad>HealBot_Options_EFClass_OnLoad(this,HEALBOT_SHAMAN)</OnLoad>
          <OnClick>HealBot_Options_EFClass_OnClick(this)</OnClick>
        </Scripts>
      </CheckButton>
      <CheckButton name="HealBot_Options_EFClassWarlock" inherits="SendMailRadioButtonTemplate" id="8">
        <Anchors>
          <Anchor point="TOPLEFT" relativeTo="HealBot_Options_EFClassShaman" relativePoint="TOPRIGHT">
            <Offset>
              <AbsDimension x="62" y="0"/>
            </Offset>
          </Anchor>
        </Anchors>
        <Scripts>
          <OnLoad>HealBot_Options_EFClass_OnLoad(this,HEALBOT_WARLOCK)</OnLoad>
          <OnClick>HealBot_Options_EFClass_OnClick(this)</OnClick>
        </Scripts>
      </CheckButton>
      <CheckButton name="HealBot_Options_EFClassWarrior" inherits="SendMailRadioButtonTemplate" id="9">
        <Anchors>
          <Anchor point="TOPLEFT" relativeTo="HealBot_Options_EFClassWarlock" relativePoint="TOPRIGHT">
            <Offset>
              <AbsDimension x="62" y="0"/>
            </Offset>
          </Anchor>
        </Anchors>
        <Scripts>
          <OnLoad>HealBot_Options_EFClass_OnLoad(this,HEALBOT_WARRIOR)</OnLoad>
          <OnClick>HealBot_Options_EFClass_OnClick(this)</OnClick>
        </Scripts>
      </CheckButton>
        </Frames>
      </Frame>  
     </Frames>
      </Frame>


      <Frame name="HealBot_Options_Panel4" hidden="true" setAllPoints="true">
        <Frames>

      <Frame name="HealBot_Options_CDCMonitor" inherits="UIDropDownMenuTemplate" id="1">
        <Anchors>
          <Anchor point="TOPLEFT">
            <Offset>
              <AbsDimension x="170" y="-30" /> 
            </Offset>
          </Anchor>
        </Anchors>
        <Layers>
          <Layer level="OVERLAY">
            <FontString inherits="GameFontNormalSmall" text="HEALBOT_OPTIONS_CDCCLASS">
              <Anchors>
                <Anchor point="TOPLEFT">
                  <Offset>
                    <AbsDimension x="-105" y="-7"/>
                  </Offset>
                </Anchor>
              </Anchors>
            </FontString>
          </Layer>
        </Layers>
        <Scripts>
          <OnLoad> HealBot_Options_CDCMonitor_OnLoad(this) </OnLoad>
        </Scripts>
      </Frame>
      
      <Frame name="HealBot_Options_CureDispelCleanse" inherits="OptionFrameBoxTemplate">
        <Size>
          <AbsDimension y="110"/>
        </Size>
        <Anchors>
          <Anchor point="TOPLEFT">
            <Offset>
              <AbsDimension x="21" y="-75"/>
            </Offset>
          </Anchor>
          <Anchor point="TOPRIGHT">
            <Offset>
              <AbsDimension x="-21" y="-75"/>
            </Offset>
          </Anchor>
        </Anchors>
        <Layers>
        <Layer level="BACKGROUND">
        <FontString name="HealBot_CDCBut_Text" text="HEALBOT_OPTIONS_CDCBUTTONS" inherits="GameFontNormalSmall">
          <Anchors>
           <Anchor point="TOPLEFT">
            <Offset>
                <AbsDimension x="105" y="-12" />
            </Offset>
           </Anchor>
          </Anchors>
        </FontString>
        </Layer>
        </Layers>
    </Frame>  
    <Frame name="HealBot_Options_CDCButLeft" inherits="UIDropDownMenuTemplate" id="1">
        <Anchors>
          <Anchor point="TOPLEFT" relativeTo="HealBot_Options_CureDispelCleanse" relativePoint="TOPLEFT">
            <Offset>
              <AbsDimension x="100" y="-35" /> 
            </Offset>
          </Anchor>
       </Anchors>
        <Layers>
          <Layer level="OVERLAY">
            <FontString inherits="GameFontNormalSmall" text="HEALBOT_OPTIONS_CDCLEFT">
              <Anchors>
                <Anchor point="TOPLEFT" relativeTo="HealBot_Options_CureDispelCleanse" relativePoint="TOPLEFT">
                  <Offset>
                    <AbsDimension x="40" y="-42"/>
                  </Offset>
                </Anchor>
              </Anchors>
            </FontString>
          </Layer>
        </Layers>
     <Scripts>
          <OnLoad>
             HealBot_Options_CDCButLeft_OnLoad(this)
          </OnLoad>
        </Scripts>
   </Frame>    
   <Frame name="HealBot_Options_CDCButRight" inherits="UIDropDownMenuTemplate" id="1">
        <Anchors>
          <Anchor point="TOPLEFT" relativeTo="HealBot_Options_CureDispelCleanse" relativePoint="TOPLEFT">
            <Offset>
              <AbsDimension x="100" y="-67" /> 
            </Offset>
          </Anchor>
       </Anchors>
        <Layers>
          <Layer level="OVERLAY">
            <FontString inherits="GameFontNormalSmall" text="HEALBOT_OPTIONS_CDCRIGHT">
              <Anchors>
                <Anchor point="TOPLEFT" relativeTo="HealBot_Options_CureDispelCleanse" relativePoint="TOPLEFT">
                  <Offset>
                    <AbsDimension x="40" y="-74"/>
                  </Offset>
                </Anchor>
              </Anchors>
            </FontString>
          </Layer>
        </Layers>
     <Scripts>
          <OnLoad>
             HealBot_Options_CDCButRight_OnLoad(this)
          </OnLoad>
        </Scripts>
   </Frame>    

      <Frame name="HealBot_Options_CureDispelCleanseCol" inherits="OptionFrameBoxTemplate">
        <Size>
          <AbsDimension y="95"/>
        </Size>
        <Anchors>
          <Anchor point="TOPLEFT">
            <Offset>
              <AbsDimension x="21" y="-185"/>
            </Offset>
          </Anchor>
          <Anchor point="TOPRIGHT">
            <Offset>
              <AbsDimension x="-21" y="-190"/>
            </Offset>
          </Anchor>
        </Anchors>
        <Layers>
        <Layer level="BACKGROUND">
        <FontString name="HealBot_CDCCol_Text" text="HEALBOT_OPTIONS_CDCBARS" inherits="GameFontNormalSmall">
          <Anchors>
           <Anchor point="TOPLEFT">
            <Offset>
                <AbsDimension x="98" y="-12" />
            </Offset>
           </Anchor>
          </Anchors>
        </FontString>
        </Layer>
        </Layers>
    </Frame>  
   <Button name="HealBot_DiseaseColorpickb">
        <Size>
          <AbsDimension x="130" y="20"/>
        </Size>
        <Anchors>
          <Anchor point="BOTTOM" relativeTo="HealBot_Options_CureDispelCleanseCol"  relativePoint="TOPLEFT">
                <Offset>
                  <AbsDimension x="81" y="-55"/>
                </Offset>
          </Anchor>
        </Anchors>
        <Scripts>
      <OnClick>HealBot_Colorpick_OnClick(HEALBOT_DISEASE_en)</OnClick> 
        </Scripts>
  </Button>
  <StatusBar name="HealBot_DiseaseColorpick" inherits="TextStatusBar">
        <Size>
          <AbsDimension x="130" y="20"/>
        </Size>
        <Anchors>
          <Anchor point="BOTTOM" relativeTo="HealBot_Options_CureDispelCleanseCol"  relativePoint="TOPLEFT">
                <Offset>
                  <AbsDimension x="81" y="-55"/>
                </Offset>
          </Anchor>
        </Anchors>
        <Layers>
          <Layer level="OVERLAY">
            <FontString inherits="GameFontNormalSmall" text="HEALBOT_DISEASE">
              <Anchors>
                <Anchor point="CENTER" relativeTo="HealBot_DiseaseColorpick" relativePoint="CENTER">
                  <Offset>
                    <AbsDimension x="0" y="1"/>
                  </Offset>
                </Anchor>
              </Anchors>
            </FontString>
          </Layer>
        </Layers>
        <Scripts>
      <OnLoad> this:SetMinMaxValues(0,100); this:SetValue(100); </OnLoad> 
        </Scripts>
        <BarTexture file="Interface\TargetingFrame\UI-StatusBar"/>
        <BarColor r="0" g="1" b="0"/>
  </StatusBar>

  <Button name="HealBot_MagicColorpickb">
        <Size>
          <AbsDimension x="130" y="20"/>
        </Size>
        <Anchors>
          <Anchor point="TOPLEFT" relativeTo="HealBot_DiseaseColorpick"  relativePoint="TOPRIGHT">
                <Offset>
                  <AbsDimension x="5" y="0"/>
                </Offset>
          </Anchor>
        </Anchors>
        <Scripts>
      <OnClick>HealBot_Colorpick_OnClick(HEALBOT_MAGIC_en)</OnClick> 
        </Scripts>
  </Button>
  <StatusBar name="HealBot_MagicColorpick" inherits="TextStatusBar">
        <Size>
          <AbsDimension x="130" y="20"/>
        </Size>
        <Anchors>
          <Anchor point="TOPLEFT" relativeTo="HealBot_DiseaseColorpick"  relativePoint="TOPRIGHT">
                <Offset>
                  <AbsDimension x="5" y="0"/>
                </Offset>
          </Anchor>
        </Anchors>
        <Layers>
          <Layer level="OVERLAY">
            <FontString inherits="GameFontNormalSmall" text="HEALBOT_MAGIC">
              <Anchors>
                <Anchor point="CENTER" relativeTo="HealBot_MagicColorpick" relativePoint="CENTER">
                  <Offset>
                    <AbsDimension x="0" y="1"/>
                  </Offset>
                </Anchor>
              </Anchors>
            </FontString>
          </Layer>
        </Layers>
        <Scripts>
      <OnLoad> this:SetMinMaxValues(0,100); this:SetValue(100); </OnLoad> 
        </Scripts>
        <BarTexture file="Interface\TargetingFrame\UI-StatusBar"/>
        <BarColor r="0" g="1" b="0"/>
  </StatusBar>
  
  <Button name="HealBot_PoisonColorpickb">
        <Size>
          <AbsDimension x="130" y="20"/>
        </Size>
        <Anchors>
          <Anchor point="BOTTOM" relativeTo="HealBot_DiseaseColorpick"  relativePoint="TOPLEFT">
                <Offset>
                  <AbsDimension x="65" y="-45"/>
                </Offset>
          </Anchor>
        </Anchors>
        <Scripts>
      <OnClick>HealBot_Colorpick_OnClick(HEALBOT_POISON_en)</OnClick> 
        </Scripts>
  </Button>
  <StatusBar name="HealBot_PoisonColorpick" inherits="HealBot_ColourButtonTemplate">
        <Size>
          <AbsDimension x="130" y="20"/>
        </Size>
        <Anchors>
          <Anchor point="BOTTOM" relativeTo="HealBot_DiseaseColorpick"  relativePoint="TOPLEFT">
                <Offset>
                  <AbsDimension x="65" y="-45"/>
                </Offset>
          </Anchor>
        </Anchors>
        <Layers>
          <Layer level="OVERLAY">
            <FontString inherits="GameFontNormalSmall" text="HEALBOT_POISON">
              <Anchors>
                <Anchor point="CENTER" relativeTo="HealBot_PoisonColorpick" relativePoint="CENTER">
                  <Offset>
                    <AbsDimension x="0" y="1"/>
                  </Offset>
                </Anchor>
              </Anchors>
            </FontString>
          </Layer>
        </Layers>
        <Scripts>
      <OnLoad> this:SetMinMaxValues(0,100); this:SetValue(100); </OnLoad> 
    </Scripts>
        <BarTexture file="Interface\TargetingFrame\UI-StatusBar"/>
        <BarColor r="0" g="1" b="0"/>
  </StatusBar>
  
  <Button name="HealBot_CurseColorpickb">
        <Size>
          <AbsDimension x="130" y="20"/>
        </Size>
        <Anchors>
          <Anchor point="TOPLEFT" relativeTo="HealBot_PoisonColorpick"  relativePoint="TOPRIGHT">
                <Offset>
                  <AbsDimension x="5" y="0"/>
                </Offset>
          </Anchor>
        </Anchors>
        <Scripts>
      <OnClick>HealBot_Colorpick_OnClick(HEALBOT_CURSE_en)</OnClick> 
        </Scripts>
  </Button>
  <StatusBar name="HealBot_CurseColorpick" inherits="HealBot_ColourButtonTemplate">
        <Size>
          <AbsDimension x="130" y="20"/>
        </Size>
        <Anchors>
          <Anchor point="TOPLEFT" relativeTo="HealBot_PoisonColorpick"  relativePoint="TOPRIGHT">
                <Offset>
                  <AbsDimension x="5" y="0"/>
                </Offset>
          </Anchor>
        </Anchors>
        <Layers>
          <Layer level="OVERLAY">
            <FontString inherits="GameFontNormalSmall" text="HEALBOT_CURSE">
              <Anchors>
                <Anchor point="CENTER" relativeTo="HealBot_CurseColorpick" relativePoint="CENTER">
                  <Offset>
                    <AbsDimension x="0" y="1"/>
                  </Offset>
                </Anchor>
              </Anchors>
            </FontString>
          </Layer>
        </Layers>
        <Scripts>
      <OnLoad> this:SetMinMaxValues(0,100); this:SetValue(100); </OnLoad> 
        </Scripts>
        <BarTexture file="Interface\TargetingFrame\UI-StatusBar"/>
        <BarColor r="0" g="1" b="0"/>
  </StatusBar>

      <Frame name="HealBot_Options_CureDispelCleanseWarn" inherits="OptionFrameBoxTemplate">
        <Size>
          <AbsDimension y="120"/>
        </Size>
        <Anchors>
          <Anchor point="TOPLEFT">
            <Offset>
              <AbsDimension x="21" y="-285"/>
            </Offset>
          </Anchor>
          <Anchor point="TOPRIGHT">
            <Offset>
              <AbsDimension x="-21" y="-290"/>
            </Offset>
          </Anchor>
        </Anchors>
        <Layers>
        <Layer level="BACKGROUND">
        <FontString name="HealBot_CDCWarn_Text" text="HEALBOT_OPTIONS_CDCWARNINGS" inherits="GameFontNormalSmall">
          <Anchors>
           <Anchor point="TOPLEFT">
            <Offset>
                <AbsDimension x="98" y="-12" />
            </Offset>
           </Anchor>
          </Anchors>
        </FontString>
        </Layer>
        </Layers>
   </Frame>  
      <CheckButton name="HealBot_Options_ShowDebuffWarning" inherits="OptionsCheckButtonTemplate">
        <Anchors>
          <Anchor point="TOPLEFT" relativeTo="HealBot_Options_CureDispelCleanseWarn" relativePoint="BOTTOMLEFT">
            <Offset>
              <AbsDimension x="25" y="90" /> 
            </Offset>
          </Anchor>
        </Anchors>
        <Scripts>
          <OnLoad>HealBot_Options_ShowDebuffWarning_OnLoad(this,HEALBOT_OPTIONS_SHOWDEBUFFWARNING)</OnLoad> 
          <OnClick>HealBot_Options_ShowDebuffWarning_OnClick(this)</OnClick> 
        </Scripts>
      </CheckButton>
      <CheckButton name="HealBot_Options_SoundDebuffWarning" inherits="OptionsCheckButtonTemplate">
        <Anchors>
          <Anchor point="TOPLEFT" relativeTo="HealBot_Options_ShowDebuffWarning" relativePoint="BOTTOMLEFT">
            <Offset>
              <AbsDimension x="0" y="5" /> 
            </Offset>
          </Anchor>
        </Anchors>
        <Scripts>
          <OnLoad>HealBot_Options_SoundDebuffWarning_OnLoad(this,HEALBOT_OPTIONS_SOUNDDEBUFFWARNING)</OnLoad> 
          <OnClick>HealBot_Options_SoundDebuffWarning_OnClick(this)</OnClick> 
        </Scripts>
      </CheckButton>

      <CheckButton name="HealBot_WarningSound1" inherits="SendMailRadioButtonTemplate" id="1">
        <Anchors>
          <Anchor point="TOPLEFT" relativeTo="HealBot_Options_SoundDebuffWarning" relativePoint="TOPLEFT">
            <Offset>
              <AbsDimension x="25" y="-30"/>
            </Offset>
          </Anchor>
        </Anchors>
        <Scripts>
          <OnLoad>HealBot_WarningSound_OnLoad(this,HEALBOT_OPTIONS_SOUND1)</OnLoad>
          <OnClick>HealBot_WarningSound_OnClick(this,this:GetID())</OnClick>
        </Scripts>
      </CheckButton>
      <CheckButton name="HealBot_WarningSound2" inherits="SendMailRadioButtonTemplate" id="2">
        <Anchors>
          <Anchor point="TOPLEFT" relativeTo="HealBot_WarningSound1" relativePoint="TOPRIGHT">
            <Offset>
              <AbsDimension x="55" y="0"/>
            </Offset>
          </Anchor>
        </Anchors>
        <Scripts>
          <OnLoad>HealBot_WarningSound_OnLoad(this,HEALBOT_OPTIONS_SOUND2)</OnLoad>
          <OnClick>HealBot_WarningSound_OnClick(this,this:GetID())</OnClick>
        </Scripts>
      </CheckButton>
      <CheckButton name="HealBot_WarningSound3" inherits="SendMailRadioButtonTemplate" id="3">
        <Anchors>
          <Anchor point="TOPLEFT" relativeTo="HealBot_WarningSound2" relativePoint="TOPRIGHT">
            <Offset>
              <AbsDimension x="65" y="0"/>
            </Offset>
          </Anchor>
        </Anchors>
        <Scripts>
          <OnLoad>HealBot_WarningSound_OnLoad(this,HEALBOT_OPTIONS_SOUND3)</OnLoad>
          <OnClick>HealBot_WarningSound_OnClick(this,this:GetID())</OnClick>
        </Scripts>
      </CheckButton>
       </Frames>
      </Frame>

      
      
      
      <Frame name="HealBot_Options_Panel5" hidden="true" setAllPoints="true">
        <Frames>


    <Frame name="HealBot_Options_Skins" inherits="UIDropDownMenuTemplate" id="1">
        <Layers>
        <Layer level="BACKGROUND">
        <FontString name="HealBot_Options_ScaleFrameText" text="HEALBOT_OPTIONS_SKINTEXT" inherits="GameFontNormalSmall">
          <Anchors>
           <Anchor point="TOPLEFT">
            <Offset>
                <AbsDimension x="-45" y="-5" />
            </Offset>
           </Anchor>
          </Anchors>
        </FontString>
        </Layer>
        </Layers>
      <Anchors>
          <Anchor point="TOPLEFT">
            <Offset>
              <AbsDimension x="70" y="-28" /> 
            </Offset>
          </Anchor>
        </Anchors>
        <Scripts>
          <OnLoad> HealBot_Options_Skins_OnLoad(this) </OnLoad>
        </Scripts>
  </Frame>
      <Button name="HealBot_Options_DeleteSkin" inherits="UIPanelButtonTemplate" text="HEALBOT_OPTIONS_DELSKIN">
        <Size>
          <AbsDimension x="80" y="22"/>
        </Size>
        <Anchors>
          <Anchor point="TOPLEFT" relativeTo="HealBot_Options_Skins" relativePoint="TOPRIGHT">
            <Offset>
              <AbsDimension x="7" y="-1"/>
            </Offset>
          </Anchor>
        </Anchors>
        <Scripts>
          <OnClick>HealBot_Options_DeleteSkin_OnClick(this)</OnClick> 
        </Scripts>
      </Button>

      <EditBox name="HealBot_Options_NewSkin" inherits="HealBot_Options_EditBoxTemplate">
        <Size>
          <AbsDimension x="100" y="20"/>
        </Size>      
        <Layers>
        <Layer level="BACKGROUND">
        <FontString name="HealBot_Options_ScaleFrameText2" text="HEALBOT_OPTIONS_NEWSKINTEXT" inherits="GameFontNormalSmall">
          <Anchors>
           <Anchor point="TOPLEFT">
            <Offset>
                <AbsDimension x="-70" y="-2" />
            </Offset>
           </Anchor>
          </Anchors>
        </FontString>
        </Layer>
        </Layers>        
        <Anchors>
          <Anchor point="TOPLEFT" relativeTo="HealBot_Options_Skins" relativePoint="BOTTOMLEFT">
            <Offset>
              <AbsDimension x="25" y="-2"/>
            </Offset>
          </Anchor>
        </Anchors>
        <Scripts>
          <OnTextChanged>
            HealBot_Options_NewSkin_OnTextChanged(this)            
          </OnTextChanged>
        </Scripts>
      </EditBox>
      <Button name="HealBot_Options_NewSkinb" inherits="UIPanelButtonTemplate" text="HEALBOT_OPTIONS_SAVESKIN">
        <Size>
          <AbsDimension x="80" y="22"/>
        </Size>
        <Anchors>
          <Anchor point="TOPLEFT" relativeTo="HealBot_Options_NewSkin" relativePoint="TOPRIGHT">
            <Offset>
              <AbsDimension x="32" y="2"/>
            </Offset>
          </Anchor>
        </Anchors>
        <Scripts>
          <OnClick>HealBot_Options_NewSkinb_OnClick(this)</OnClick> 
        </Scripts>
      </Button>
      
      <Frame name="HealBot_Options_Scale" inherits="OptionFrameBoxTemplate">
        <Size>
          <AbsDimension y="325"/>
        </Size>
        <Anchors>
          <Anchor point="TOPLEFT">
            <Offset>
              <AbsDimension x="20" y="-88"/>
            </Offset>
          </Anchor>
          <Anchor point="TOPRIGHT">
            <Offset>
              <AbsDimension x="-20" y="-180"/>
            </Offset>
          </Anchor>
        </Anchors>
        <Layers>
        <Layer level="BACKGROUND">
        <FontString name="HealBot_Options_ScaleFrameText3" text="HEALBOT_OPTIONS_SKINBARS" inherits="GameFontNormalSmall">
          <Anchors>
           <Anchor point="TOPLEFT">
            <Offset>
                <AbsDimension x="50" y="-12" />
            </Offset>
           </Anchor>
          </Anchors>
        </FontString>
        </Layer>
        </Layers>       
        <Frames>
      <CheckButton name="HealBot_Options_ShowHeaders" inherits="SendMailRadioButtonTemplate">
        <Anchors>
          <Anchor point="TOPLEFT">
            <Offset>
              <AbsDimension x="155" y="-8" /> 
            </Offset>
          </Anchor>
        </Anchors>
        <Scripts>
          <OnLoad>HealBot_Options_ShowHeaders_OnLoad(this,HEALBOT_OPTIONS_SHOWHEADERS)</OnLoad> 
          <OnClick>HealBot_Options_ShowHeaders_OnClick(this)</OnClick> 
        </Scripts>
      </CheckButton>      

      <Slider name="HealBot_Options_BarTextureS" inherits="HealBot_Options_SliderTemplate">
        <Size>
                  <AbsDimension x="123" y="17" />
                </Size>
        <Anchors>
          <Anchor point="TOPLEFT">
            <Offset>
              <AbsDimension x="20" y="-40" /> 
            </Offset>
          </Anchor>
        </Anchors>
        <Scripts>
          <OnLoad>HealBot_Options_val_OnLoad(this,HEALBOT_OPTIONS_SKINTEXTURE,1,14)</OnLoad> 
          <OnValueChanged>HealBot_Options_BarTextureS_OnValueChanged(this)</OnValueChanged> 
        </Scripts>
      </Slider>
      <Slider name="HealBot_Options_BarNumColsS" inherits="HealBot_Options_SliderTemplate">
        <Size>
                  <AbsDimension x="123" y="18" />
                </Size>
        <Anchors>
          <Anchor point="TOPLEFT" relativeTo="HealBot_Options_BarTextureS" relativePoint="TOPRIGHT">
            <Offset>
              <AbsDimension x="10" y="0" /> 
            </Offset>
          </Anchor>
        </Anchors>
        <Scripts>
          <OnLoad>HealBot_Options_val_OnLoad(this,HEALBOT_OPTIONS_SKINNUMCOLS,1,8)</OnLoad> 
          <OnValueChanged>HealBot_Options_BarNumColsS_OnValueChanged(this)</OnValueChanged> 
        </Scripts>
      </Slider> 
      <Slider name="HealBot_Options_BarHeightS" inherits="HealBot_Options_SliderTemplate">
        <Size>
                  <AbsDimension x="123" y="18" />
                </Size>
        <Anchors>
          <Anchor point="TOPLEFT" relativeTo="HealBot_Options_BarTextureS" relativePoint="TOPLEFT">
            <Offset>
              <AbsDimension x="0" y="-32" /> 
            </Offset>
          </Anchor>
        </Anchors>
        <Scripts>
          <OnLoad>HealBot_Options_val_OnLoad(this,HEALBOT_OPTIONS_SKINHEIGHT,10,25)</OnLoad> 
          <OnValueChanged>HealBot_Options_BarHeightS_OnValueChanged(this)</OnValueChanged> 
        </Scripts>
      </Slider>
      <Slider name="HealBot_Options_BarWidthS" inherits="HealBot_Options_SliderTemplate">
        <Size>
                  <AbsDimension x="123" y="17" />
                </Size>
        <Anchors>
          <Anchor point="TOPLEFT" relativeTo="HealBot_Options_BarHeightS" relativePoint="TOPRIGHT">
            <Offset>
              <AbsDimension x="10" y="0" /> 
            </Offset>
          </Anchor>
        </Anchors>
        <Scripts>
          <OnLoad>HealBot_Options_val_OnLoad(this,HEALBOT_OPTIONS_SKINWIDTH,50,225)</OnLoad> 
          <OnValueChanged>HealBot_Options_BarWidthS_OnValueChanged(this)</OnValueChanged> 
        </Scripts>
      </Slider> 

      <Slider name="HealBot_Options_BarBRSpaceS" inherits="HealBot_Options_SliderTemplate">
        <Size>
                  <AbsDimension x="123" y="17" />
                </Size>
        <Anchors>
          <Anchor point="TOPLEFT" relativeTo="HealBot_Options_BarHeightS" relativePoint="TOPLEFT">
            <Offset>
              <AbsDimension x="0" y="-32" /> 
            </Offset>
          </Anchor>
        </Anchors>
        <Scripts>
          <OnLoad>HealBot_Options_val_OnLoad(this,HEALBOT_OPTIONS_SKINBRSPACE,0,10)</OnLoad> 
          <OnValueChanged>HealBot_Options_BarBRSpaceS_OnValueChanged(this)</OnValueChanged> 
        </Scripts>
      </Slider> 
      <Slider name="HealBot_Options_BarBCSpaceS" inherits="HealBot_Options_SliderTemplate">
        <Size>
                  <AbsDimension x="123" y="17" />
                </Size>
        <Anchors>
          <Anchor point="TOPLEFT" relativeTo="HealBot_Options_BarBRSpaceS" relativePoint="TOPRIGHT">
            <Offset>
              <AbsDimension x="10" y="0" /> 
            </Offset>
          </Anchor>
        </Anchors>
        <Scripts>
          <OnLoad>HealBot_Options_val_OnLoad(this,HEALBOT_OPTIONS_SKINBCSPACE,0,25)</OnLoad> 
          <OnValueChanged>HealBot_Options_BarBCSpaceS_OnValueChanged(this)</OnValueChanged> 
        </Scripts>
      </Slider> 
      <Slider name="HealBot_Options_BarAlpha" inherits="HealBot_Options_SliderTemplate">
        <Anchors>
          <Anchor point="TOPLEFT" relativeTo="HealBot_Options_BarBRSpaceS" relativePoint="TOPLEFT">
            <Offset>
              <AbsDimension x="10" y="-35" /> 
            </Offset>
          </Anchor>
        </Anchors>
        <Scripts>
          <OnLoad>HealBot_Options_Pct_OnLoad_MinMax(this,HEALBOT_OPTIONS_BARALPHA,0.25,1)</OnLoad> 
          <OnValueChanged>HealBot_Options_BarAlpha_OnValueChanged(this)</OnValueChanged> 
        </Scripts>
      </Slider>

      <Slider name="HealBot_Options_BarAlphaInHeal" inherits="HealBot_Options_SliderTemplate">
        <Anchors>
          <Anchor point="TOPLEFT" relativeTo="HealBot_Options_BarAlpha" relativePoint="TOPLEFT">
            <Offset>
              <AbsDimension x="0" y="-30" /> 
            </Offset>
          </Anchor>
        </Anchors>
        <Scripts>
          <OnLoad>HealBot_Options_Pct_OnLoad_MinMax(this,HEALBOT_OPTIONS_BARALPHAINHEAL,0.05,0.75)</OnLoad> 
          <OnValueChanged>HealBot_Options_BarAlphaInHeal_OnValueChanged(this)</OnValueChanged> 
        </Scripts>
      </Slider>
      <Slider name="HealBot_Options_BarAlphaDis" inherits="HealBot_Options_SliderTemplate">
        <Anchors>
          <Anchor point="TOPLEFT" relativeTo="HealBot_Options_BarAlphaInHeal" relativePoint="TOPLEFT">
            <Offset>
              <AbsDimension x="0" y="-30" /> 
            </Offset>
          </Anchor>
        </Anchors>
        <Scripts>
          <OnLoad>HealBot_Options_Pct_OnLoad(this,HEALBOT_OPTIONS_BARALPHADIS)</OnLoad> 
          <OnValueChanged>HealBot_Options_BarAlphaDis_OnValueChanged(this)</OnValueChanged> 
        </Scripts>
      </Slider>
      <Slider name="HealBot_Options_FontHeight" inherits="HealBot_Options_SliderTemplate">
        <Size>
                  <AbsDimension x="123" y="17" />
                </Size>        <Anchors>
          <Anchor point="TOPLEFT" relativeTo="HealBot_Options_BarBRSpaceS" relativePoint="TOPLEFT">
            <Offset>
              <AbsDimension x="0" y="-132" /> 
            </Offset>
          </Anchor>
        </Anchors>
        <Scripts>
          <OnLoad>HealBot_Options_val_OnLoad(this,HEALBOT_OPTIONS_SKINFHEIGHT,7,18)</OnLoad> 
          <OnValueChanged>HealBot_Options_FontHeight_OnValueChanged(this)</OnValueChanged> 
        </Scripts>
      </Slider>
      <Slider name="HealBot_Options_AbortBarSize" inherits="HealBot_Options_SliderTemplate">
        <Size>
                  <AbsDimension x="123" y="17" />
                </Size>
        <Anchors>
          <Anchor point="TOPLEFT" relativeTo="HealBot_Options_FontHeight" relativePoint="TOPRIGHT">
            <Offset>
              <AbsDimension x="10" y="0" /> 
            </Offset>
          </Anchor>
        </Anchors>
        <Scripts>
          <OnLoad>HealBot_Options_val_OnLoad(this,HEALBOT_OPTIONS_ABORTSIZE,0,15)</OnLoad> 
          <OnValueChanged>HealBot_Options_AbortBarSize_OnValueChanged(this)</OnValueChanged> 
        </Scripts>
      </Slider> 
      
   <Button name="HealBot_EnTextColorpickb">
        <Size>
          <AbsDimension x="87" y="20"/>
        </Size>
        <Anchors>
          <Anchor point="BOTTOM" relativeTo="HealBot_Options_FontHeight"  relativePoint="TOPLEFT">
                <Offset>
                  <AbsDimension x="19" y="-50"/>
                </Offset>
          </Anchor>
        </Anchors>
        <Scripts>
      <OnClick>HealBot_SkinColorpick_OnClick("En")</OnClick> 
        </Scripts>
  </Button>
  <StatusBar name="HealBot_EnTextColorpick" inherits="TextStatusBar">
        <Size>
          <AbsDimension x="87" y="20"/>
        </Size>
        <Anchors>
          <Anchor point="BOTTOM" relativeTo="HealBot_Options_FontHeight"  relativePoint="TOPLEFT">
                <Offset>
                  <AbsDimension x="37" y="-50"/>
                </Offset>
          </Anchor>
        </Anchors>
        <Layers>
          <Layer level="OVERLAY">
            <FontString name="HealBot_EnTextColorpickt" inherits="GameFontNormalSmall" text="HEALBOT_SKIN_ENTEXT">
              <Anchors>
                <Anchor point="CENTER" relativeTo="HealBot_EnTextColorpick" relativePoint="CENTER">
                  <Offset>
                    <AbsDimension x="0" y="1"/>
                  </Offset>
                </Anchor>
              </Anchors>
            </FontString>
          </Layer>
        </Layers>
        <Scripts>
      <OnLoad> this:SetMinMaxValues(0,100); this:SetValue(70); </OnLoad> 
        </Scripts>
        <BarTexture file="Interface\TargetingFrame\UI-StatusBar"/>
        <BarColor r="0" g="1" b="0"/>
  </StatusBar>
  <StatusBar name="HealBot_EnTextColorpickin" inherits="TextStatusBar">
        <Size>
          <AbsDimension x="87" y="20"/>
        </Size>
        <Anchors>
          <Anchor point="BOTTOM" relativeTo="HealBot_Options_FontHeight"  relativePoint="TOPLEFT">
                <Offset>
                  <AbsDimension x="37" y="-50"/>
                </Offset>
          </Anchor>
        </Anchors>
        <Scripts>
      <OnLoad> this:SetMinMaxValues(0,100); this:SetValue(100); </OnLoad> 
        </Scripts>
        <BarTexture file="Interface\TargetingFrame\UI-StatusBar"/>
        <BarColor r="0" g="1" b="0"/>
  </StatusBar>
  
  <Button name="HealBot_DisTextColorpickb">
        <Size>
          <AbsDimension x="87" y="20"/>
        </Size>
        <Anchors>
          <Anchor point="TOPLEFT" relativeTo="HealBot_EnTextColorpick"  relativePoint="TOPRIGHT">
                <Offset>
                  <AbsDimension x="5" y="0"/>
                </Offset>
          </Anchor>
        </Anchors>
        <Scripts>
      <OnClick>HealBot_SkinColorpick_OnClick("Dis")</OnClick> 
        </Scripts>
  </Button>
  <StatusBar name="HealBot_DisTextColorpick" inherits="TextStatusBar">
        <Size>
          <AbsDimension x="87" y="20"/>
        </Size>
        <Anchors>
          <Anchor point="TOPLEFT" relativeTo="HealBot_EnTextColorpick"  relativePoint="TOPRIGHT">
                <Offset>
                  <AbsDimension x="5" y="0"/>
                </Offset>
          </Anchor>
        </Anchors>
        <Layers>
          <Layer level="OVERLAY">
            <FontString name="HealBot_DisTextColorpickt" inherits="GameFontNormalSmall" text="HEALBOT_SKIN_DISTEXT">
              <Anchors>
                <Anchor point="CENTER" relativeTo="HealBot_DisTextColorpick" relativePoint="CENTER">
                  <Offset>
                    <AbsDimension x="0" y="1"/>
                  </Offset>
                </Anchor>
              </Anchors>
            </FontString>
          </Layer>
        </Layers>
        <Scripts>
      <OnLoad> this:SetMinMaxValues(0,100); this:SetValue(100); </OnLoad> 
        </Scripts>
        <BarTexture file="Interface\TargetingFrame\UI-StatusBar"/>
        <BarColor r="0" g="1" b="0"/>
  </StatusBar>
  
  <Button name="HealBot_DebTextColorpickb">
        <Size>
          <AbsDimension x="87" y="20"/>
        </Size>
        <Anchors>
          <Anchor point="TOPLEFT" relativeTo="HealBot_DisTextColorpick"  relativePoint="TOPRIGHT">
                <Offset>
                  <AbsDimension x="5" y="0"/>
                </Offset>
          </Anchor>
        </Anchors>
        <Scripts>
      <OnClick>HealBot_SkinColorpick_OnClick("Debuff")</OnClick> 
        </Scripts>
  </Button>
  <StatusBar name="HealBot_DebTextColorpick" inherits="HealBot_ColourButtonTemplate">
        <Size>
          <AbsDimension x="87" y="20"/>
        </Size>
        <Anchors>
          <Anchor point="TOPLEFT" relativeTo="HealBot_DisTextColorpick"  relativePoint="TOPRIGHT">
                <Offset>
                  <AbsDimension x="5" y="0"/>
                </Offset>
          </Anchor>
        </Anchors>
        <Layers>
          <Layer level="OVERLAY">
            <FontString name="HealBot_DebTextColorpickt" inherits="GameFontNormalSmall" text="HEALBOT_SKIN_DEBTEXT">
              <Anchors>
                <Anchor point="CENTER" relativeTo="HealBot_DebTextColorpick" relativePoint="CENTER">
                  <Offset>
                    <AbsDimension x="0" y="1"/>
                  </Offset>
                </Anchor>
              </Anchors>
            </FontString>
          </Layer>
        </Layers>
        <Scripts>
      <OnLoad> this:SetMinMaxValues(0,100); this:SetValue(100); </OnLoad> 
    </Scripts>
        <BarTexture file="Interface\TargetingFrame\UI-StatusBar"/>
        <BarColor r="0" g="1" b="0"/>
  </StatusBar>


  <Button name="HealBot_BackgroundColorpickb">
        <Size>
          <AbsDimension x="87" y="20"/>
        </Size>
        <Anchors>
          <Anchor point="TOPLEFT" relativeTo="HealBot_EnTextColorpick"  relativePoint="TOPLEFT">
                <Offset>
                  <AbsDimension x="0" y="-25"/>
                </Offset>
          </Anchor>
        </Anchors>
        <Scripts>
      <OnClick>HealBot_SkinColorpick_OnClick("Back")</OnClick> 
        </Scripts>
  </Button>
  <StatusBar name="HealBot_BackgroundColorpick" inherits="HealBot_ColourButtonTemplate">
        <Size>
          <AbsDimension x="87" y="20"/>
        </Size>
        <Anchors>
          <Anchor point="TOPLEFT" relativeTo="HealBot_EnTextColorpick"  relativePoint="TOPLEFT">
                <Offset>
                  <AbsDimension x="0" y="-25"/>
                </Offset>
          </Anchor>
        </Anchors>
        <Layers>
          <Layer level="OVERLAY">
            <FontString inherits="GameFontNormalSmall" text="HEALBOT_SKIN_BACKTEXT">
              <Anchors>
                <Anchor point="CENTER" relativeTo="HealBot_BackgroundColorpick" relativePoint="CENTER">
                  <Offset>
                    <AbsDimension x="0" y="1"/>
                  </Offset>
                </Anchor>
              </Anchors>
            </FontString>
          </Layer>
        </Layers>
        <Scripts>
      <OnLoad> this:SetMinMaxValues(0,100); this:SetValue(100); </OnLoad> 
        </Scripts>
        <BarTexture file="Interface\TargetingFrame\UI-StatusBar"/>
        <BarColor r="0" g="1" b="0"/>
  </StatusBar>    
  <Button name="HealBot_BorderColorpickb">
        <Size>
          <AbsDimension x="87" y="20"/>
        </Size>
        <Anchors>
          <Anchor point="TOPLEFT" relativeTo="HealBot_BackgroundColorpick"  relativePoint="TOPRIGHT">
                <Offset>
                  <AbsDimension x="5" y="0"/>
                </Offset>
          </Anchor>
        </Anchors>
        <Scripts>
      <OnClick>HealBot_SkinColorpick_OnClick("Bor")</OnClick> 
        </Scripts>
  </Button>
  <StatusBar name="HealBot_BorderColorpick" inherits="HealBot_ColourButtonTemplate">
        <Size>
          <AbsDimension x="87" y="20"/>
        </Size>
        <Anchors>
          <Anchor point="TOPLEFT" relativeTo="HealBot_BackgroundColorpick"  relativePoint="TOPRIGHT">
                <Offset>
                  <AbsDimension x="5" y="0"/>
                </Offset>
          </Anchor>
        </Anchors>
        <Layers>
          <Layer level="OVERLAY">
            <FontString inherits="GameFontNormalSmall" text="HEALBOT_SKIN_BORDERTEXT">
              <Anchors>
                <Anchor point="CENTER" relativeTo="HealBot_BorderColorpick" relativePoint="CENTER">
                  <Offset>
                    <AbsDimension x="0" y="1"/>
                  </Offset>
                </Anchor>
              </Anchors>
            </FontString>
          </Layer>
        </Layers>
        <Scripts>
      <OnLoad> this:SetMinMaxValues(0,100); this:SetValue(100); </OnLoad> 
        </Scripts>
        <BarTexture file="Interface\TargetingFrame\UI-StatusBar"/>
        <BarColor r="0" g="1" b="0"/>
  </StatusBar>    
  <Button name="HealBot_AbortColorpickb">
        <Size>
          <AbsDimension x="87" y="20"/>
        </Size>
        <Anchors>
          <Anchor point="TOPLEFT" relativeTo="HealBot_BorderColorpick"  relativePoint="TOPRIGHT">
                <Offset>
                  <AbsDimension x="5" y="0"/>
                </Offset>
          </Anchor>
        </Anchors>
        <Scripts>
      <OnClick>HealBot_SkinColorpick_OnClick("Abort")</OnClick> 
        </Scripts>
  </Button>
  <StatusBar name="HealBot_AbortColorpick" inherits="HealBot_ColourButtonTemplate">
        <Size>
          <AbsDimension x="87" y="20"/>
        </Size>
        <Anchors>
          <Anchor point="TOPLEFT" relativeTo="HealBot_BorderColorpick"  relativePoint="TOPRIGHT">
                <Offset>
                  <AbsDimension x="5" y="0"/>
                </Offset>
          </Anchor>
        </Anchors>
        <Layers>
          <Layer level="OVERLAY">
            <FontString inherits="GameFontNormalSmall" text="HEALBOT_ACTION_ABORT">
              <Anchors>
                <Anchor point="CENTER" relativeTo="HealBot_AbortColorpick" relativePoint="CENTER">
                  <Offset>
                    <AbsDimension x="0" y="1"/>
                  </Offset>
                </Anchor>
              </Anchors>
            </FontString>
          </Layer>
        </Layers>
        <Scripts>
      <OnLoad> this:SetMinMaxValues(0,100); this:SetValue(100); </OnLoad> 
        </Scripts>
        <BarTexture file="Interface\TargetingFrame\UI-StatusBar"/>
        <BarColor r="0" g="1" b="0"/>
  </StatusBar>    

      </Frames>
   </Frame> 
   
 </Frames>
</Frame>

      

      <Button name="HealBot_Options_Defaults" inherits="UIPanelButtonTemplate" text="HEALBOT_OPTIONS_DEFAULTS">
        <Size>
          <AbsDimension x="80" y="22"/>
        </Size>
        <Anchors>
          <Anchor point="BOTTOM" relativePoint="BOTTOM">
            <Offset>
              <AbsDimension x="-50" y="15"/>
            </Offset>
          </Anchor>
        </Anchors>
        <Scripts>
          <OnClick>HealBot_Options_Defaults_OnClick(this)</OnClick> 
        </Scripts>
      </Button>
      <Button name="HealBot_Options_CloseButton" inherits="UIPanelButtonTemplate" text="HEALBOT_OPTIONS_CLOSE">
        <Size>
          <AbsDimension x="80" y="22"/>
        </Size>
        <Anchors>
          <Anchor point="BOTTOM" relativePoint="BOTTOM">
            <Offset>
              <AbsDimension x="50" y="15"/>
            </Offset>
          </Anchor>
        </Anchors>
        <Scripts>
          <OnClick>
            HideUIPanel(this:GetParent());
          </OnClick>
        </Scripts>
      </Button>
      <Button name="HealBot_OptionsTab1" inherits="HealBot_Options_Tab" id="1" text="HEALBOT_OPTIONS_TAB_GENERAL">
        <Anchors>
          <Anchor point="BOTTOMLEFT">
            <Offset>
              <AbsDimension x="11" y="-25" /> 
            </Offset>
          </Anchor>
        </Anchors>
      </Button>
      <Button name="HealBot_OptionsTab2" inherits="HealBot_Options_Tab" id="2" text="HEALBOT_OPTIONS_TAB_SPELLS">
        <Anchors>
          <Anchor point="LEFT" relativeTo="HealBot_OptionsTab1" relativePoint="RIGHT">
            <Offset>
              <AbsDimension x="-14" y="0" /> 
            </Offset>
          </Anchor>
        </Anchors>
      </Button>
      <Button name="HealBot_OptionsTab3" inherits="HealBot_Options_Tab" id="3" text="HEALBOT_OPTIONS_TAB_HEALING">
        <Anchors>
          <Anchor point="LEFT" relativeTo="HealBot_OptionsTab2" relativePoint="RIGHT">
            <Offset>
              <AbsDimension x="-14" y="0" /> 
            </Offset>
          </Anchor>
        </Anchors>
      </Button>
      <Button name="HealBot_OptionsTab4" inherits="HealBot_Options_Tab" id="4" text="HEALBOT_OPTIONS_TAB_CDC">
        <Anchors>
          <Anchor point="LEFT" relativeTo="HealBot_OptionsTab3" relativePoint="RIGHT">
            <Offset>
              <AbsDimension x="-14" y="0" /> 
            </Offset>
          </Anchor>
        </Anchors>
      </Button>
      <Button name="HealBot_OptionsTab5" inherits="HealBot_Options_Tab" id="5" text="HEALBOT_OPTIONS_TAB_SKIN">
        <Anchors>
          <Anchor point="LEFT" relativeTo="HealBot_OptionsTab4" relativePoint="RIGHT">
            <Offset>
              <AbsDimension x="-14" y="0" /> 
            </Offset>
          </Anchor>
        </Anchors>
      </Button>
    </Frames>
    <Scripts>
       <OnLoad>HealBot_Options_OnLoad(this);</OnLoad>
       <OnShow>HealBot_Options_OnShow(this);</OnShow>
    </Scripts>
  </Frame>
</Ui>