<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(self, HealBot_Options);
				HealBot_Options_ShowPanel(self, 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="BORDER">
				<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>self:ClearFocus();</OnEscapePressed>
			<OnEditFocusLost>self:HighlightText(0, 0);</OnEditFocusLost>
			<OnEditFocusGained>self:HighlightText();</OnEditFocusGained>
		</Scripts>
	</EditBox>
	<Frame name="HealBot_Options" toplevel="true" frameStrata="DIALOG" 
      movable="true" parent="UIParent" enableMouse="true" hidden="true">
		<Size>
			<AbsDimension x="495" y="555"/>
		</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">
						<Size>
							<AbsDimension y="270"/>
						</Size>
						<Anchors>
							<Anchor point="TOPLEFT">
								<Offset>
									<AbsDimension x="21" y="-30"/>
								</Offset>
							</Anchor>
							<Anchor point="TOPRIGHT">
								<Offset>
									<AbsDimension x="-21" y="-30"/>
								</Offset>
							</Anchor>
						</Anchors>
				        <Backdrop edgeFile="Interface\Tooltips\UI-Tooltip-Border" tile="true">
					        <EdgeSize>
						        <AbsValue val="12"/>
							</EdgeSize>
							<TileSize>
								<AbsValue val="16"/>
							</TileSize>
							<BackgroundInsets>
								<AbsInset left="0" right="0" top="5" bottom="5"/>
							</BackgroundInsets>
						</Backdrop>

						<Frames>
							<CheckButton name="HealBot_Options_DisableHealBot" inherits="OptionsCheckButtonTemplate">
								<Anchors>
									<Anchor point="TOPLEFT">
										<Offset>
											<AbsDimension x="40" y="-10" />
										</Offset>
									</Anchor>
								</Anchors>
								<Scripts>
									<OnLoad>HealBot_Options_SetText(self,HEALBOT_OPTIONS_DISABLEHEALBOT)</OnLoad>
									<OnClick>HealBot_Options_DisableHealBot_OnClick(self)</OnClick>
								</Scripts>
							</CheckButton>
							<CheckButton name="HealBot_Options_ShowMinimapButton" inherits="OptionsCheckButtonTemplate">
								<Anchors>
									<Anchor point="TOPLEFT" relativeTo="HealBot_Options_DisableHealBot" relativePoint="TOPRIGHT">
										<Offset>
											<AbsDimension x="150" y="0" />
										</Offset>
									</Anchor>
								</Anchors>
								<Scripts>
									<OnLoad>HealBot_Options_SetText(self,HEALBOT_OPTIONS_SHOWMINIMAPBUTTON)</OnLoad>
									<OnClick>HealBot_Options_ShowMinimapButton_OnClick(self)</OnClick>
								</Scripts>
							</CheckButton>


						</Frames>
					</Frame>
					<CheckButton name="HealBot_Options_HideOptions" inherits="OptionsCheckButtonTemplate">
						<Anchors>
							<Anchor point="TOPLEFT" relativeTo="HealBot_Options_DisableHealBot" relativePoint="BOTTOMLEFT">
								<Offset>
									<AbsDimension x="0" y="-12" />
								</Offset>
							</Anchor>
						</Anchors>
						<Scripts>
							<OnLoad>HealBot_Options_SetText(self,HEALBOT_OPTIONS_HIDEOPTIONS)</OnLoad>
							<OnClick>HealBot_Options_HideOptions_OnClick(self)</OnClick>
						</Scripts>
					</CheckButton>
					<CheckButton name="HealBot_Options_RightButtonOptions" inherits="OptionsCheckButtonTemplate">
						<Anchors>
							<Anchor point="TOPLEFT" relativeTo="HealBot_Options_HideOptions" relativePoint="TOPRIGHT">
								<Offset>
									<AbsDimension x="150" y="0" />
								</Offset>
							</Anchor>
						</Anchors>
						<Scripts>
							<OnLoad>HealBot_Options_SetText(self,HEALBOT_OPTIONS_RIGHTBOPTIONS)</OnLoad>
							<OnClick>HealBot_Options_RightButtonOptions_OnClick(self)</OnClick>
						</Scripts>
					</CheckButton>

					<CheckButton name="HealBot_Options_EnableLibQuickHealth" inherits="OptionsCheckButtonTemplate">
						<Anchors>
							<Anchor point="TOPLEFT" relativeTo="HealBot_Options_HideOptions" relativePoint="BOTTOMLEFT">>
								<Offset>
									<AbsDimension x="0" y="-12" />
								</Offset>
							</Anchor>
						</Anchors>
						<Scripts>
							<OnLoad>HealBot_Options_SetText(self,HEALBOT_OPTIONS_ENABLELIBQH)</OnLoad>
							<OnClick>HealBot_Options_EnableLibQuickHealth_OnClick(self)</OnClick>
						</Scripts>
					</CheckButton>
                    <Frame name="HealBot_Options_HealCommMethod" inherits="UIDropDownMenuTemplate">
                        <Anchors>
							<Anchor point="TOPLEFT" relativeTo="HealBot_Options_EnableLibQuickHealth" relativePoint="BOTTOMLEFT">
                                <Offset>
                                    <AbsDimension x="120" y="-12" />
                                </Offset>
                            </Anchor>
                        </Anchors>
                        <Layers>
                            <Layer level="OVERLAY">
                                <FontString inherits="GameFontNormalSmall" text="HEALBOT_OPTIONS_HEALCOMMMETHOD">
                                    <Anchors>
                                        <Anchor point="LEFT">
                                            <Offset>
                                                <AbsDimension x="-100" y="4"/>
                                            </Offset>
                                        </Anchor>
                                    </Anchors>
                                </FontString>
                            </Layer>
                        </Layers>
                        <Scripts>
                            <OnLoad>HealBot_Options_HealCommMethod_OnLoad(self)</OnLoad>
                        </Scripts>
                    </Frame>
					<CheckButton name="HealBot_Options_CPUProfiler" inherits="OptionsCheckButtonTemplate">
						<Anchors>
							<Anchor point="TOPLEFT" relativeTo="HealBot_Options_EnableLibQuickHealth" relativePoint="BOTTOMLEFT">
								<Offset>
									<AbsDimension x="28" y="-58" />
								</Offset>
							</Anchor>
						</Anchors>
						<Scripts>
							<OnLoad>HealBot_Options_SetText(self,HEALBOT_OPTION_CPUPROFILE)</OnLoad>
							<OnClick>HealBot_Options_CPUProfiler_OnClick(self)</OnClick>
						</Scripts>
					</CheckButton>
					<Slider name="HealBot_Options_RangeCheckFreq" inherits="HealBot_Options_SliderTemplate">
						<Size>
							<AbsDimension x="345" y="16" />
						</Size>
						<Anchors>
							<Anchor point="TOPLEFT" relativeTo="HealBot_Options_CPUProfiler" relativePoint="BOTTOMLEFT">>
								<Offset>
									<AbsDimension x="-8" y="-28" />
								</Offset>
							</Anchor>
						</Anchors>
						<Scripts>
							<OnLoad>HealBot_Options_val2_OnLoad(self,HEALBOT_OPTIONS_RANGECHECKFREQ,0.5,8.0,0.5,10)</OnLoad>
							<OnValueChanged>HealBot_Options_RangeCheckFreq_OnValueChanged(self)</OnValueChanged>
						</Scripts>
					</Slider>

                    <Frame name="HealBot_Options_hbCommands" inherits="UIDropDownMenuTemplate" id="1">
                        <Anchors>
                            <Anchor point="TOPLEFT">
                                <Offset>
                                    <AbsDimension x="15" y="-352" />
                                </Offset>
                            </Anchor>
                        </Anchors>
                        <Layers>
                            <Layer level="OVERLAY">
                                <FontString inherits="GameFontNormal" text="HEALBOT_OPTIONS_COMMANDS">
                                    <Anchors>
                                        <Anchor point="TOPLEFT">
                                            <Offset>
                                                <AbsDimension x="158" y="25"/>
                                            </Offset>
                                        </Anchor>
                                    </Anchors>
                                </FontString>
                            </Layer>
                        </Layers>
                        <Scripts>
                            <OnLoad>HealBot_Options_hbCommands_OnLoad(self)</OnLoad>
                        </Scripts>
                    </Frame>
                    <Button name="HealBot_Options_CommandsButton" inherits="UIPanelButtonTemplate" text="HEALBOT_WORD_RUN">
                        <Size>
                            <AbsDimension x="85" y="22"/>
                        </Size>
                        <Anchors>
							<Anchor point="TOPLEFT" relativeTo="HealBot_Options_hbCommands" relativePoint="TOPLEFT">
								<Offset>
									<AbsDimension x="358" y="-4" />
								</Offset>
							</Anchor>
                        </Anchors>
                        <Scripts>
                            <OnClick>HealBot_Options_CommandsButton_OnClick(self)</OnClick>
                        </Scripts>
                    </Button>
					<Frame name="HealBot_Options_EmergLFrame">
						<Size>
							<AbsDimension y="92"/>
						</Size>
						<Anchors>
							<Anchor point="TOPLEFT">
								<Offset>
									<AbsDimension x="21" y="-410"/>
								</Offset>
							</Anchor>
							<Anchor point="TOPRIGHT">
								<Offset>
									<AbsDimension x="-21" y="410"/>
								</Offset>
							</Anchor>
						</Anchors>
				        <Backdrop edgeFile="Interface\Tooltips\UI-Tooltip-Border" tile="true">
					        <EdgeSize>
						        <AbsValue val="12"/>
							</EdgeSize>
							<TileSize>
								<AbsValue val="16"/>
							</TileSize>
							<BackgroundInsets>
								<AbsInset left="0" right="0" top="5" bottom="5"/>
							</BackgroundInsets>
						</Backdrop>
						<Frames>
							<Frame name="HealBot_Options_EmergencyFClass" inherits="UIDropDownMenuTemplate" id="1">
								<Anchors>
									<Anchor point="TOPLEFT">
										<Offset>
											<AbsDimension x="180" y="-8" />
										</Offset>
									</Anchor>
								</Anchors>
								<Layers>
									<Layer level="OVERLAY">
										<FontString inherits="GameFontNormalSmall" text="HEALBOT_OPTIONS_EMERGFCLASS">
											<Anchors>
												<Anchor point="TOPLEFT">
													<Offset>
														<AbsDimension x="-115" y="-7"/>
													</Offset>
												</Anchor>
											</Anchors>
										</FontString>
									</Layer>
								</Layers>
								<Scripts>
									<OnLoad>HealBot_Options_EmergencyFClass_OnLoad(self)</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="-158" y="-4"/>
										</Offset>
									</Anchor>
								</Anchors>
								<Scripts>
									<OnLoad>HealBot_Options_SetText(self,HEALBOT_DRUID)</OnLoad>
									<OnClick>HealBot_Options_EFClass_OnClick(self)</OnClick>
								</Scripts>
							</CheckButton>
							<CheckButton name="HealBot_Options_EFClassPaladin" inherits="SendMailRadioButtonTemplate" id="4">
								<Anchors>
									<Anchor point="TOPLEFT" relativeTo="HealBot_Options_EFClassDruid" relativePoint="TOPRIGHT">
										<Offset>
											<AbsDimension x="59" y="0"/>
										</Offset>
									</Anchor>
								</Anchors>
								<Scripts>
									<OnLoad>HealBot_Options_SetText(self,HEALBOT_PALADIN)</OnLoad>
									<OnClick>HealBot_Options_EFClass_OnClick(self)</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="59" y="0"/>
										</Offset>
									</Anchor>
								</Anchors>
								<Scripts>
									<OnLoad>HealBot_Options_SetText(self,HEALBOT_PRIEST)</OnLoad>
									<OnClick>HealBot_Options_EFClass_OnClick(self)</OnClick>
								</Scripts>
							</CheckButton>
							<CheckButton name="HealBot_Options_EFClassShaman" inherits="SendMailRadioButtonTemplate" id="7">
								<Anchors>
									<Anchor point="TOPLEFT" relativeTo="HealBot_Options_EFClassPriest" relativePoint="TOPRIGHT">
										<Offset>
											<AbsDimension x="59" y="0"/>
										</Offset>
									</Anchor>
								</Anchors>
								<Scripts>
									<OnLoad>HealBot_Options_SetText(self,HEALBOT_SHAMAN)</OnLoad>
									<OnClick>HealBot_Options_EFClass_OnClick(self)</OnClick>
								</Scripts>
							</CheckButton>
							<CheckButton name="HealBot_Options_EFClassDeathKnight" inherits="SendMailRadioButtonTemplate" id="10">
								<Anchors>
									<Anchor point="TOPLEFT" relativeTo="HealBot_Options_EFClassShaman" relativePoint="TOPRIGHT">
										<Offset>
											<AbsDimension x="62" y="0"/>
										</Offset>
									</Anchor>
								</Anchors>
								<Scripts>
									<OnLoad>HealBot_Options_SetText(self,HEALBOT_DEATHKNIGHT)</OnLoad>
									<OnClick>HealBot_Options_EFClass_OnClick(self)</OnClick>
								</Scripts>
							</CheckButton>
							<CheckButton name="HealBot_Options_EFClassHunter" inherits="SendMailRadioButtonTemplate" id="2">
								<Anchors>
									<Anchor point="TOPLEFT" relativeTo="HealBot_Options_EFClassDruid" relativePoint="BOTTOMLEFT">
										<Offset>
											<AbsDimension x="0" y="-5"/>
										</Offset>
									</Anchor>
								</Anchors>
								<Scripts>
									<OnLoad>HealBot_Options_SetText(self,HEALBOT_HUNTER)</OnLoad>
									<OnClick>HealBot_Options_EFClass_OnClick(self)</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="59" y="0"/>
										</Offset>
									</Anchor>
								</Anchors>
								<Scripts>
									<OnLoad>HealBot_Options_SetText(self,HEALBOT_MAGE)</OnLoad>
									<OnClick>HealBot_Options_EFClass_OnClick(self)</OnClick>
								</Scripts>
							</CheckButton>

							<CheckButton name="HealBot_Options_EFClassRogue" inherits="SendMailRadioButtonTemplate" id="6">
								<Anchors>
									<Anchor point="TOPLEFT" relativeTo="HealBot_Options_EFClassMage" relativePoint="TOPRIGHT">
										<Offset>
											<AbsDimension x="59" y="0"/>
										</Offset>
									</Anchor>
								</Anchors>
								<Scripts>
									<OnLoad>HealBot_Options_SetText(self,HEALBOT_ROGUE)</OnLoad>
									<OnClick>HealBot_Options_EFClass_OnClick(self)</OnClick>
								</Scripts>
							</CheckButton>
							<CheckButton name="HealBot_Options_EFClassWarlock" inherits="SendMailRadioButtonTemplate" id="8">
								<Anchors>
									<Anchor point="TOPLEFT" relativeTo="HealBot_Options_EFClassRogue" relativePoint="TOPRIGHT">
										<Offset>
											<AbsDimension x="59" y="0"/>
										</Offset>
									</Anchor>
								</Anchors>
								<Scripts>
									<OnLoad>HealBot_Options_SetText(self,HEALBOT_WARLOCK)</OnLoad>
									<OnClick>HealBot_Options_EFClass_OnClick(self)</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_SetText(self,HEALBOT_WARRIOR)</OnLoad>
									<OnClick>HealBot_Options_EFClass_OnClick(self)</OnClick>
								</Scripts>
							</CheckButton>

						</Frames>
					</Frame>
				</Frames>
			</Frame>
			<Frame name="HealBot_Options_Panel2" hidden="true" setAllPoints="true">
				<Frames>
					<Frame name="HealBot_Options_KeysFrame">
						<Size>
							<AbsDimension y="377"/>
						</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>
				        <Backdrop edgeFile="Interface\Tooltips\UI-Tooltip-Border" tile="true">
					        <EdgeSize>
						        <AbsValue val="12"/>
							</EdgeSize>
							<TileSize>
								<AbsValue val="16"/>
							</TileSize>
							<BackgroundInsets>
								<AbsInset left="0" right="0" top="5" bottom="5"/>
							</BackgroundInsets>
						</Backdrop>
						<Frames>
							<Frame name="HealBot_Options_ActionBarsCombo" inherits="UIDropDownMenuTemplate" id="1">
								<Anchors>
									<Anchor point="TOPLEFT">
										<Offset>
											<AbsDimension x="90" y="-8" />
										</Offset>
									</Anchor>
								</Anchors>
								<Size>
									<AbsDimension x="270" y="20"/>
								</Size>
								<Layers>
									<Layer level="OVERLAY">
										<FontString inherits="GameFontNormalSmall" text="HEALBOT_OPTIONS_SETSPELLS">
											<Anchors>
												<Anchor point="TOPLEFT">
													<Offset>
														<AbsDimension x="-70" y="-8"/>
													</Offset>
												</Anchor>
											</Anchors>
										</FontString>
									</Layer>
								</Layers>
								<Scripts>
									<OnLoad>HealBot_Options_ActionBarsCombo_OnLoad(self)</OnLoad>
								</Scripts>
							</Frame>
							<Frame name="HealBot_Options_ComboClassButton">
								<Layers>
									<Layer level="BACKGROUND">
										<FontString name="HealBot_AutoTarget_ButtonText" text="HEALBOT_OPTIONS_COMBOAUTOTARGET" inherits="GameFontNormalSmall">
											<Anchors>
												<Anchor point="TOPLEFT" relativeTo="HealBot_Options_ActionBarsCombo" relativePoint="TOPLEFT">
													<Offset>
														<AbsDimension x="-80" y="-70" />
													</Offset>
												</Anchor>
											</Anchors>
										</FontString>
									</Layer>
								</Layers>
								<Layers>
									<Layer level="BACKGROUND">
										<FontString name="HealBot_AutoTrinket_ButtonText" text="HEALBOT_OPTIONS_COMBOAUTOTRINKET" inherits="GameFontNormalSmall">
											<Anchors>
												<Anchor point="TOPLEFT" relativeTo="HealBot_Options_ActionBarsCombo" relativePoint="TOPLEFT">
													<Offset>
														<AbsDimension x="275" y="-70" />
													</Offset>
												</Anchor>
											</Anchors>
										</FontString>
									</Layer>
								</Layers>
							</Frame>
                            <Frame name="HealBot_Options_CastButton" inherits="UIDropDownMenuTemplate">
                                <Anchors>
                                    <Anchor point="TOPLEFT" relativeTo="HealBot_Options_ActionBarsCombo" relativePoint="BOTTOMLEFT">
                                        <Offset>
                                            <AbsDimension x="-28" y="0"/>
                                        </Offset>
                                    </Anchor>
                                </Anchors>
                                <Layers>
                                    <Layer level="OVERLAY">
                                        <FontString inherits="GameFontNormalSmall" text="HEALBOT_OPTIONS_COMBOBUTTON">
                                            <Anchors>
                                                <Anchor point="LEFT">
                                                    <Offset>
                                                        <AbsDimension x="-35" y="4"/>
                                                    </Offset>
                                                </Anchor>
                                            </Anchors>
                                        </FontString>
                                    </Layer>
                                </Layers>
                                <Scripts>
                                    <OnLoad>HealBot_Options_CastButton_OnLoad(self)</OnLoad>
                                </Scripts>
                            </Frame>
                            <Frame name="HealBot_Options_ButtonCastMethod" inherits="UIDropDownMenuTemplate">
                                <Anchors>
                                    <Anchor point="TOPLEFT" relativeTo="HealBot_Options_CastButton" relativePoint="TOPRIGHT">
                                        <Offset>
                                            <AbsDimension x="50" y="0" />
                                        </Offset>
                                    </Anchor>
                                </Anchors>
                                <Layers>
                                    <Layer level="OVERLAY">
                                        <FontString inherits="GameFontNormalSmall" text="HEALBOT_OPTIONS_BUTTONCASTMETHOD">
                                            <Anchors>
                                                <Anchor point="LEFT">
                                                    <Offset>
                                                        <AbsDimension x="-45" y="4"/>
                                                    </Offset>
                                                </Anchor>
                                            </Anchors>
                                        </FontString>
                                    </Layer>
                                </Layers>
                                <Scripts>
                                    <OnLoad>HealBot_Options_ButtonCastMethod_OnLoad(self)</OnLoad>
                                </Scripts>
                            </Frame>
							<EditBox name="HealBot_Options_Click" inherits="HealBot_Options_EditBoxTemplate">
								<Size>
									<AbsDimension x="230" y="20"/>
								</Size>
								<Anchors>
									<Anchor point="TOPLEFT" relativeTo="HealBot_Options_ActionBarsCombo" relativePoint="BOTTOMLEFT">
										<Offset>
											<AbsDimension x="5" y="-54"/>
										</Offset>
									</Anchor>
								</Anchors>
								<Scripts>
									<OnLoad>HealBot_Options_SetText(self,HEALBOT_OPTIONS_CLICK)</OnLoad>
									<OnTextChanged>HealBot_Options_Click_OnTextChanged(self)</OnTextChanged>
								</Scripts>
							</EditBox>
                            <Button name="HealBot_Options_ClickHelpSelectButton" inherits="UIPanelButtonTemplate" text="HEALBOT_OPTIONS_QUESTION">
                                <Size>
                                    <AbsDimension x="18" y="18"/>
                                </Size>
                                <Anchors>
                                    <Anchor point="LEFT" relativeTo="HealBot_Options_Click" relativePoint="RIGHT">
                                        <Offset>
                                            <AbsDimension x="7" y="0" />
                                        </Offset>
                                    </Anchor>
                                </Anchors>
                                <Scripts>
                                    <OnClick>HealBot_Options_HelpSpellsSelect_OnClick(self, "Click")</OnClick>
                                </Scripts>
                            </Button>
							<CheckButton name="HealBot_SpellAutoTarget" inherits="SendMailRadioButtonTemplate">
								<Anchors>
									<Anchor point="TOPLEFT" relativeTo="HealBot_Options_Click" relativePoint="TOPLEFT">
										<Offset>
											<AbsDimension x="-60" y="0"/>
										</Offset>
									</Anchor>
								</Anchors>
								<Scripts>
									<OnClick>HealBot_SpellAutoButton_OnClick(self, "Target", "")</OnClick>
								</Scripts>
							</CheckButton>
							<CheckButton name="HealBot_SpellAutoTrinket1" inherits="SendMailRadioButtonTemplate">
								<Anchors>
									<Anchor point="TOPLEFT" relativeTo="HealBot_Options_Click" relativePoint="TOPRIGHT">
										<Offset>
											<AbsDimension x="38" y="0"/>
										</Offset>
									</Anchor>
								</Anchors>
								<Scripts>
									<OnLoad>HealBot_Options_SetText(self,HEALBOT_ONE)</OnLoad>
									<OnClick>HealBot_SpellAutoButton_OnClick(self, "Trinket1", "")</OnClick>
								</Scripts>
							</CheckButton>
							<CheckButton name="HealBot_SpellAutoTrinket2" inherits="SendMailRadioButtonTemplate">
								<Anchors>
									<Anchor point="TOPLEFT" relativeTo="HealBot_Options_Click" relativePoint="TOPRIGHT">
										<Offset>
											<AbsDimension x="78" y="0"/>
										</Offset>
									</Anchor>
								</Anchors>
								<Scripts>
									<OnLoad>HealBot_Options_SetText(self,HEALBOT_TWO)</OnLoad>
									<OnClick>HealBot_SpellAutoButton_OnClick(self, "Trinket2", "")</OnClick>
								</Scripts>
							</CheckButton>
							<EditBox name="HealBot_Options_Shift" inherits="HealBot_Options_EditBoxTemplate">
								<Size>
									<AbsDimension x="230" y="20"/>
								</Size>
								<Anchors>
									<Anchor point="TOPLEFT" relativeTo="HealBot_Options_Click" relativePoint="BOTTOMLEFT">
										<Offset>
											<AbsDimension x="0" y="-20"/>
										</Offset>
									</Anchor>
								</Anchors>
								<Scripts>
									<OnLoad>HealBot_Options_SetText(self,HEALBOT_OPTIONS_SHIFT.."+"..HEALBOT_OPTIONS_CLICK)</OnLoad>
									<OnTextChanged>HealBot_Options_Shift_OnTextChanged(self)</OnTextChanged>
								</Scripts>
							</EditBox>
                            <Button name="HealBot_Options_ShiftHelpSelectButton" inherits="UIPanelButtonTemplate" text="HEALBOT_OPTIONS_QUESTION">
                                <Size>
                                    <AbsDimension x="18" y="18"/>
                                </Size>
                                <Anchors>
                                    <Anchor point="LEFT" relativeTo="HealBot_Options_Shift" relativePoint="RIGHT">
                                        <Offset>
                                            <AbsDimension x="7" y="0" />
                                        </Offset>
                                    </Anchor>
                                </Anchors>
                                <Scripts>
                                    <OnClick>HealBot_Options_HelpSpellsSelect_OnClick(self, "Shift")</OnClick>
                                </Scripts>
                            </Button>
							<CheckButton name="HealBot_ShiftSpellAutoTarget" inherits="SendMailRadioButtonTemplate">
								<Anchors>
									<Anchor point="TOPLEFT" relativeTo="HealBot_Options_Shift" relativePoint="TOPLEFT">
										<Offset>
											<AbsDimension x="-60" y="0"/>
										</Offset>
									</Anchor>
								</Anchors>
								<Scripts>
									<OnClick>HealBot_SpellAutoButton_OnClick(self, "Target", "Shift")</OnClick>
								</Scripts>
							</CheckButton>
							<CheckButton name="HealBot_ShiftSpellAutoTrinket1" inherits="SendMailRadioButtonTemplate">
								<Anchors>
									<Anchor point="TOPLEFT" relativeTo="HealBot_Options_Shift" relativePoint="TOPRIGHT">
										<Offset>
											<AbsDimension x="38" y="0"/>
										</Offset>
									</Anchor>
								</Anchors>
								<Scripts>
									<OnLoad>HealBot_Options_SetText(self,HEALBOT_ONE)</OnLoad>
									<OnClick>HealBot_SpellAutoButton_OnClick(self, "Trinket1", "Shift")</OnClick>
								</Scripts>
							</CheckButton>
							<CheckButton name="HealBot_ShiftSpellAutoTrinket2" inherits="SendMailRadioButtonTemplate">
								<Anchors>
									<Anchor point="TOPLEFT" relativeTo="HealBot_Options_Shift" relativePoint="TOPRIGHT">
										<Offset>
											<AbsDimension x="78" y="0"/>
										</Offset>
									</Anchor>
								</Anchors>
								<Scripts>
									<OnLoad>HealBot_Options_SetText(self,HEALBOT_TWO)</OnLoad>
									<OnClick>HealBot_SpellAutoButton_OnClick(self, "Trinket2", "Shift")</OnClick>
								</Scripts>
							</CheckButton>
							<EditBox name="HealBot_Options_Ctrl" inherits="HealBot_Options_EditBoxTemplate">
								<Size>
									<AbsDimension x="230" y="20"/>
								</Size>
								<Anchors>
									<Anchor point="TOPRIGHT" relativeTo="HealBot_Options_Shift" relativePoint="BOTTOMRIGHT">
										<Offset>
											<AbsDimension x="0" y="-20"/>
										</Offset>
									</Anchor>
								</Anchors>
								<Scripts>
									<OnLoad>HealBot_Options_SetText(self,HEALBOT_OPTIONS_CTRL.."+"..HEALBOT_OPTIONS_CLICK)</OnLoad>
									<OnTextChanged>HealBot_Options_Ctrl_OnTextChanged(self)</OnTextChanged>
								</Scripts>
							</EditBox>
                            <Button name="HealBot_Options_CtrlHelpSelectButton" inherits="UIPanelButtonTemplate" text="HEALBOT_OPTIONS_QUESTION">
                                <Size>
                                    <AbsDimension x="18" y="18"/>
                                </Size>
                                <Anchors>
                                    <Anchor point="LEFT" relativeTo="HealBot_Options_Ctrl" relativePoint="RIGHT">
                                        <Offset>
                                            <AbsDimension x="7" y="0" />
                                        </Offset>
                                    </Anchor>
                                </Anchors>
                                <Scripts>
                                    <OnClick>HealBot_Options_HelpSpellsSelect_OnClick(self, "Ctrl")</OnClick>
                                </Scripts>
                            </Button>
							<CheckButton name="HealBot_CtrlSpellAutoTarget" inherits="SendMailRadioButtonTemplate">
								<Anchors>
									<Anchor point="TOPLEFT" relativeTo="HealBot_Options_Ctrl" relativePoint="TOPLEFT">
										<Offset>
											<AbsDimension x="-60" y="0"/>
										</Offset>
									</Anchor>
								</Anchors>
								<Scripts>
									<OnClick>HealBot_SpellAutoButton_OnClick(self, "Target", "Ctrl")</OnClick>
								</Scripts>
							</CheckButton>
							<CheckButton name="HealBot_CtrlSpellAutoTrinket1" inherits="SendMailRadioButtonTemplate">
								<Anchors>
									<Anchor point="TOPLEFT" relativeTo="HealBot_Options_Ctrl" relativePoint="TOPRIGHT">
										<Offset>
											<AbsDimension x="38" y="0"/>
										</Offset>
									</Anchor>
								</Anchors>
								<Scripts>
									<OnLoad>HealBot_Options_SetText(self,HEALBOT_ONE)</OnLoad>
									<OnClick>HealBot_SpellAutoButton_OnClick(self, "Trinket1", "Ctrl")</OnClick>
								</Scripts>
							</CheckButton>
							<CheckButton name="HealBot_CtrlSpellAutoTrinket2" inherits="SendMailRadioButtonTemplate">
								<Anchors>
									<Anchor point="TOPLEFT" relativeTo="HealBot_Options_Ctrl" relativePoint="TOPRIGHT">
										<Offset>
											<AbsDimension x="78" y="0"/>
										</Offset>
									</Anchor>
								</Anchors>
								<Scripts>
									<OnLoad>HealBot_Options_SetText(self,HEALBOT_TWO)</OnLoad>
									<OnClick>HealBot_SpellAutoButton_OnClick(self, "Trinket2", "Ctrl")</OnClick>
								</Scripts>
							</CheckButton>
							<EditBox name="HealBot_Options_Alt" inherits="HealBot_Options_EditBoxTemplate">
								<Size>
									<AbsDimension x="230" y="20"/>
								</Size>
								<Anchors>
									<Anchor point="TOPLEFT" relativeTo="HealBot_Options_Ctrl" relativePoint="BOTTOMLEFT">
										<Offset>
											<AbsDimension x="0" y="-20"/>
										</Offset>
									</Anchor>
								</Anchors>
								<Scripts>
									<OnLoad>HealBot_Options_SetText(self,HEALBOT_OPTIONS_ALT.."+"..HEALBOT_OPTIONS_CLICK)</OnLoad>
									<OnTextChanged>HealBot_Options_Alt_OnTextChanged(self)</OnTextChanged>
								</Scripts>
							</EditBox>
                            <Button name="HealBot_Options_AltHelpSelectButton" inherits="UIPanelButtonTemplate" text="HEALBOT_OPTIONS_QUESTION">
                                <Size>
                                    <AbsDimension x="18" y="18"/>
                                </Size>
                                <Anchors>
                                    <Anchor point="LEFT" relativeTo="HealBot_Options_Alt" relativePoint="RIGHT">
                                        <Offset>
                                            <AbsDimension x="7" y="0" />
                                        </Offset>
                                    </Anchor>
                                </Anchors>
                                <Scripts>
                                    <OnClick>HealBot_Options_HelpSpellsSelect_OnClick(self, "Alt")</OnClick>
                                </Scripts>
                            </Button>
							<CheckButton name="HealBot_AltSpellAutoTarget" inherits="SendMailRadioButtonTemplate">
								<Anchors>
									<Anchor point="TOPLEFT" relativeTo="HealBot_Options_Alt" relativePoint="TOPLEFT">
										<Offset>
											<AbsDimension x="-60" y="0"/>
										</Offset>
									</Anchor>
								</Anchors>
								<Scripts>
									<OnClick>HealBot_SpellAutoButton_OnClick(self, "Target", "Alt")</OnClick>
								</Scripts>
							</CheckButton>
							<CheckButton name="HealBot_AltSpellAutoTrinket1" inherits="SendMailRadioButtonTemplate">
								<Anchors>
									<Anchor point="TOPLEFT" relativeTo="HealBot_Options_Alt" relativePoint="TOPRIGHT">
										<Offset>
											<AbsDimension x="38" y="0"/>
										</Offset>
									</Anchor>
								</Anchors>
								<Scripts>
									<OnLoad>HealBot_Options_SetText(self,HEALBOT_ONE)</OnLoad>
									<OnClick>HealBot_SpellAutoButton_OnClick(self, "Trinket1", "Alt")</OnClick>
								</Scripts>
							</CheckButton>
							<CheckButton name="HealBot_AltSpellAutoTrinket2" inherits="SendMailRadioButtonTemplate">
								<Anchors>
									<Anchor point="TOPLEFT" relativeTo="HealBot_Options_Alt" relativePoint="TOPRIGHT">
										<Offset>
											<AbsDimension x="78" y="0"/>
										</Offset>
									</Anchor>
								</Anchors>
								<Scripts>
									<OnLoad>HealBot_Options_SetText(self,HEALBOT_TWO)</OnLoad>
									<OnClick>HealBot_SpellAutoButton_OnClick(self, "Trinket2", "Alt")</OnClick>
								</Scripts>
							</CheckButton>
							<EditBox name="HealBot_Options_CtrlShift" inherits="HealBot_Options_EditBoxTemplate">
								<Size>
									<AbsDimension x="230" y="20"/>
								</Size>
								<Anchors>
									<Anchor point="TOPRIGHT" relativeTo="HealBot_Options_Alt" relativePoint="BOTTOMRIGHT">
										<Offset>
											<AbsDimension x="0" y="-20"/>
										</Offset>
									</Anchor>
								</Anchors>
								<Scripts>
									<OnLoad>HealBot_Options_SetText(self,HEALBOT_OPTIONS_SHIFT.."+"..HEALBOT_OPTIONS_CTRL.."+"..HEALBOT_OPTIONS_CLICK)</OnLoad>
									<OnTextChanged>HealBot_Options_CtrlShift_OnTextChanged(self)</OnTextChanged>
								</Scripts>
							</EditBox>
                            <Button name="HealBot_Options_CtrlShiftHelpSelectButton" inherits="UIPanelButtonTemplate" text="HEALBOT_OPTIONS_QUESTION">
                                <Size>
                                    <AbsDimension x="18" y="18"/>
                                </Size>
                                <Anchors>
                                    <Anchor point="LEFT" relativeTo="HealBot_Options_CtrlShift" relativePoint="RIGHT">
                                        <Offset>
                                            <AbsDimension x="7" y="0" />
                                        </Offset>
                                    </Anchor>
                                </Anchors>
                                <Scripts>
                                    <OnClick>HealBot_Options_HelpSpellsSelect_OnClick(self, "CtrlShift")</OnClick>
                                </Scripts>
                            </Button>
							<CheckButton name="HealBot_CtrlShiftSpellAutoTarget" inherits="SendMailRadioButtonTemplate">
								<Anchors>
									<Anchor point="TOPLEFT" relativeTo="HealBot_Options_CtrlShift" relativePoint="TOPLEFT">
										<Offset>
											<AbsDimension x="-60" y="0"/>
										</Offset>
									</Anchor>
								</Anchors>
								<Scripts>
									<OnClick>HealBot_SpellAutoButton_OnClick(self, "Target", "Ctrl-Shift")</OnClick>
								</Scripts>
							</CheckButton>
							<CheckButton name="HealBot_CtrlShiftSpellAutoTrinket1" inherits="SendMailRadioButtonTemplate">
								<Anchors>
									<Anchor point="TOPLEFT" relativeTo="HealBot_Options_CtrlShift" relativePoint="TOPRIGHT">
										<Offset>
											<AbsDimension x="38" y="0"/>
										</Offset>
									</Anchor>
								</Anchors>
								<Scripts>
									<OnLoad>HealBot_Options_SetText(self,HEALBOT_ONE)</OnLoad>
									<OnClick>HealBot_SpellAutoButton_OnClick(self, "Trinket1", "Ctrl-Shift")</OnClick>
								</Scripts>
							</CheckButton>
							<CheckButton name="HealBot_CtrlShiftSpellAutoTrinket2" inherits="SendMailRadioButtonTemplate">
								<Anchors>
									<Anchor point="TOPLEFT" relativeTo="HealBot_Options_CtrlShift" relativePoint="TOPRIGHT">
										<Offset>
											<AbsDimension x="78" y="0"/>
										</Offset>
									</Anchor>
								</Anchors>
								<Scripts>
									<OnLoad>HealBot_Options_SetText(self,HEALBOT_TWO)</OnLoad>
									<OnClick>HealBot_SpellAutoButton_OnClick(self, "Trinket2", "Ctrl-Shift")</OnClick>
								</Scripts>
							</CheckButton>
							<EditBox name="HealBot_Options_AltShift" inherits="HealBot_Options_EditBoxTemplate">
								<Size>
									<AbsDimension x="230" y="20"/>
								</Size>
								<Anchors>
									<Anchor point="TOPLEFT" relativeTo="HealBot_Options_CtrlShift" relativePoint="BOTTOMLEFT">
										<Offset>
											<AbsDimension x="0" y="-20"/>
										</Offset>
									</Anchor>
								</Anchors>
								<Scripts>
									<OnLoad>HealBot_Options_SetText(self,HEALBOT_OPTIONS_SHIFT.."+"..HEALBOT_OPTIONS_ALT.."+"..HEALBOT_OPTIONS_CLICK)</OnLoad>
									<OnTextChanged>HealBot_Options_AltShift_OnTextChanged(self)</OnTextChanged>
								</Scripts>
							</EditBox>
                            <Button name="HealBot_Options_AltShiftHelpSelectButton" inherits="UIPanelButtonTemplate" text="HEALBOT_OPTIONS_QUESTION">
                                <Size>
                                    <AbsDimension x="18" y="18"/>
                                </Size>
                                <Anchors>
                                    <Anchor point="LEFT" relativeTo="HealBot_Options_AltShift" relativePoint="RIGHT">
                                        <Offset>
                                            <AbsDimension x="7" y="0" />
                                        </Offset>
                                    </Anchor>
                                </Anchors>
                                <Scripts>
                                    <OnClick>HealBot_Options_HelpSpellsSelect_OnClick(self, "AltShift")</OnClick>
                                </Scripts>
                            </Button>
							<CheckButton name="HealBot_AltShiftSpellAutoTarget" inherits="SendMailRadioButtonTemplate">
								<Anchors>
									<Anchor point="TOPLEFT" relativeTo="HealBot_Options_AltShift" relativePoint="TOPLEFT">
										<Offset>
											<AbsDimension x="-60" y="0"/>
										</Offset>
									</Anchor>
								</Anchors>
								<Scripts>
									<OnClick>HealBot_SpellAutoButton_OnClick(self, "Target", "Alt-Shift")</OnClick>
								</Scripts>
							</CheckButton>
							<CheckButton name="HealBot_AltShiftSpellAutoTrinket1" inherits="SendMailRadioButtonTemplate">
								<Anchors>
									<Anchor point="TOPLEFT" relativeTo="HealBot_Options_AltShift" relativePoint="TOPRIGHT">
										<Offset>
											<AbsDimension x="38" y="0"/>
										</Offset>
									</Anchor>
								</Anchors>
								<Scripts>
									<OnLoad>HealBot_Options_SetText(self,HEALBOT_ONE)</OnLoad>
									<OnClick>HealBot_SpellAutoButton_OnClick(self, "Trinket1", "Alt-Shift")</OnClick>
								</Scripts>
							</CheckButton>
							<CheckButton name="HealBot_AltShiftSpellAutoTrinket2" inherits="SendMailRadioButtonTemplate">
								<Anchors>
									<Anchor point="TOPLEFT" relativeTo="HealBot_Options_AltShift" relativePoint="TOPRIGHT">
										<Offset>
											<AbsDimension x="78" y="0"/>
										</Offset>
									</Anchor>
								</Anchors>
								<Scripts>
									<OnLoad>HealBot_Options_SetText(self,HEALBOT_TWO)</OnLoad>
									<OnClick>HealBot_SpellAutoButton_OnClick(self, "Trinket2", "Alt-Shift")</OnClick>
								</Scripts>
							</CheckButton>

							<CheckButton name="HealBot_Options_EnableHealthy" inherits="OptionsCheckButtonTemplate">
								<Anchors>
									<Anchor point="TOPLEFT" relativeTo="HealBot_Options_AltShift" relativePoint="BOTTOMLEFT">
										<Offset>
											<AbsDimension x="25" y="-4" />
										</Offset>
									</Anchor>
								</Anchors>
								<Scripts>
									<OnLoad>HealBot_Options_SetText(self,HEALBOT_OPTIONS_ENABLEHEALTHY)</OnLoad>
									<OnClick>HealBot_Options_EnableHealthy_OnClick(self)</OnClick>
								</Scripts>
							</CheckButton>
							<CheckButton name="HealBot_Options_EnableMouseWheel" inherits="OptionsCheckButtonTemplate">
								<Anchors>
									<Anchor point="TOPLEFT" relativeTo="HealBot_Options_EnableHealthy" relativePoint="BOTTOMLEFT">
										<Offset>
											<AbsDimension x="0" y="-2" />
										</Offset>
									</Anchor>
								</Anchors>
								<Scripts>
									<OnLoad>HealBot_Options_SetText(self,HEALBOT_OPTIONS_MOUSEWHEEL)</OnLoad>
									<OnClick>HealBot_Options_EnableMouseWheel_OnClick(self)</OnClick>
								</Scripts>
							</CheckButton>




                            <Frame name="HealBot_Options_MouseWheelModKey" inherits="UIDropDownMenuTemplate">
                                <Anchors>
                                    <Anchor point="TOPRIGHT" relativeTo="HealBot_Options_EnableMouseWheel" relativePoint="TOPLEFT">
                                        <Offset>
                                            <AbsDimension x="4" y="2" />
                                        </Offset>
                                    </Anchor>
                                </Anchors>
                                <Layers>
                                    <Layer level="OVERLAY">
                                        <FontString inherits="GameFontNormal" text=" + ">
                                            <Anchors>
                                                <Anchor point="RIGHT">
                                                    <Offset>
                                                        <AbsDimension x="-2" y="2"/>
                                                    </Offset>
                                                </Anchor>
                                            </Anchors>
                                        </FontString>
                                    </Layer>
                                </Layers>
                                <Scripts>
                                    <OnLoad>HealBot_Options_MouseWheelModKey_OnLoad(self)</OnLoad>
                                </Scripts>
                            </Frame>


                        </Frames>
					</Frame>
					<Frame name="HealBot_Options_SelectSpellsFrame">
						<Size>
							<AbsDimension y="375"/>
						</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>
				        <Backdrop edgeFile="Interface\Tooltips\UI-Tooltip-Border" tile="true">
					        <EdgeSize>
						        <AbsValue val="12"/>
							</EdgeSize>
							<TileSize>
								<AbsValue val="16"/>
							</TileSize>
							<BackgroundInsets>
								<AbsInset left="0" right="0" top="5" bottom="5"/>
							</BackgroundInsets>
						</Backdrop>
						<Layers>
							<Layer level="BACKGROUND">
								<FontString name="HealBot_Options_SelectSpellsFrame_TextH1" text="HEALBOT_OPTIONS_SETSPELLS" inherits="GameFontNormal">
									<Anchors>
										<Anchor point="TOP">
											<Offset>
												<AbsDimension x="0" y="-14" />
											</Offset>
										</Anchor>
									</Anchors>
								</FontString>
								<FontString name="HealBot_Options_SelectSpellsFrame_TextH2" text="HEALBOT_OPTIONS_COMBOCLASS" inherits="GameFontNormal">
									<Anchors>
										<Anchor point="TOP">
											<Offset>
												<AbsDimension x="0" y="-42" />
											</Offset>
										</Anchor>
									</Anchors>
								</FontString>
							</Layer>
						</Layers>
						<Frames>
							<Frame name="HealBot_Options_SelectHealSpellsCombo" inherits="UIDropDownMenuTemplate">
								<Anchors>
									<Anchor point="TOPLEFT">
										<Offset>
											<AbsDimension x="15" y="-85" />
										</Offset>
									</Anchor>
								</Anchors>
								<Size>
									<AbsDimension x="270" y="20"/>
								</Size>
								<Layers>
									<Layer level="OVERLAY">
										<FontString inherits="GameFontNormalSmall" text="HEALBOT_OPTIONS_SMARTCASTHEAL">
											<Anchors>
												<Anchor point="TOPLEFT">
													<Offset>
														<AbsDimension x="25" y="10"/>
													</Offset>
												</Anchor>
											</Anchors>
										</FontString>
									</Layer>
								</Layers>
								<Scripts>
									<OnLoad>HealBot_Options_SelectHealSpellsCombo_OnLoad(self)</OnLoad>
								</Scripts>
							</Frame>
							<Button name="HealBot_Options_HealSpellsSelect" inherits="UIPanelButtonTemplate" text="HEALBOT_WORD_SELECT">
                                <Size>
                                    <AbsDimension x="115" y="27"/>
                                </Size>
								<Anchors>
									<Anchor point="TOPLEFT" relativeTo="HealBot_Options_SelectHealSpellsCombo" relativePoint="TOPRIGHT">
										<Offset>
											<AbsDimension x="5" y="0"/>
										</Offset>
									</Anchor>
								</Anchors>
								<Scripts>
									<OnClick>HealBot_Options_SpellsSelect_OnClick(self,"Heal")</OnClick>
								</Scripts>
							</Button>
							<Frame name="HealBot_Options_SelectOtherSpellsCombo" inherits="UIDropDownMenuTemplate">
								<Anchors>
									<Anchor point="TOPLEFT">
										<Offset>
											<AbsDimension x="15" y="-135" />
										</Offset>
									</Anchor>
								</Anchors>
								<Size>
									<AbsDimension x="270" y="20"/>
								</Size>
								<Layers>
									<Layer level="OVERLAY">
										<FontString inherits="GameFontNormalSmall" text="HEALBOT_OPTIONS_OTHERSPELLS">
											<Anchors>
												<Anchor point="TOPLEFT">
													<Offset>
														<AbsDimension x="25" y="10"/>
													</Offset>
												</Anchor>
											</Anchors>
										</FontString>
									</Layer>
								</Layers>
								<Scripts>
									<OnLoad>HealBot_Options_SelectOtherSpellsCombo_OnLoad(self)</OnLoad>
								</Scripts>
							</Frame>
							<Button name="HealBot_Options_OtherSpellsSelect" inherits="UIPanelButtonTemplate" text="HEALBOT_WORD_SELECT">
                                <Size>
                                    <AbsDimension x="115" y="27"/>
                                </Size>
								<Anchors>
									<Anchor point="TOPLEFT" relativeTo="HealBot_Options_SelectOtherSpellsCombo" relativePoint="TOPRIGHT">
										<Offset>
											<AbsDimension x="5" y="0"/>
										</Offset>
									</Anchor>
								</Anchors>
								<Scripts>
									<OnClick>HealBot_Options_SpellsSelect_OnClick(self,"Other")</OnClick>
								</Scripts>
							</Button>
							<Frame name="HealBot_Options_SelectMacrosCombo" inherits="UIDropDownMenuTemplate">
								<Anchors>
									<Anchor point="TOPLEFT">
										<Offset>
											<AbsDimension x="15" y="-185" />
										</Offset>
									</Anchor>
								</Anchors>
								<Size>
									<AbsDimension x="270" y="20"/>
								</Size>
								<Layers>
									<Layer level="OVERLAY">
										<FontString inherits="GameFontNormalSmall" text="HEALBOT_WORD_MACROS">
											<Anchors>
												<Anchor point="TOPLEFT">
													<Offset>
														<AbsDimension x="25" y="10"/>
													</Offset>
												</Anchor>
											</Anchors>
										</FontString>
									</Layer>
								</Layers>
								<Scripts>
									<OnLoad>HealBot_Options_SelectMacrosCombo_OnLoad(self)</OnLoad>
								</Scripts>
							</Frame>
							<Button name="HealBot_Options_MacrosSelect" inherits="UIPanelButtonTemplate" text="HEALBOT_WORD_SELECT">
                                <Size>
                                    <AbsDimension x="115" y="27"/>
                                </Size>
								<Anchors>
									<Anchor point="TOPLEFT" relativeTo="HealBot_Options_SelectMacrosCombo" relativePoint="TOPRIGHT">
										<Offset>
											<AbsDimension x="5" y="0"/>
										</Offset>
									</Anchor>
								</Anchors>
								<Scripts>
									<OnClick>HealBot_Options_SpellsSelect_OnClick(self,"Macro")</OnClick>
								</Scripts>
							</Button>
							<Frame name="HealBot_Options_SelectItemsCombo" inherits="UIDropDownMenuTemplate">
								<Anchors>
									<Anchor point="TOPLEFT">
										<Offset>
											<AbsDimension x="15" y="-235" />
										</Offset>
									</Anchor>
								</Anchors>
								<Size>
									<AbsDimension x="270" y="20"/>
								</Size>
								<Layers>
									<Layer level="OVERLAY">
										<FontString inherits="GameFontNormalSmall" text="HEALBOT_OPTIONS_ITEMS">
											<Anchors>
												<Anchor point="TOPLEFT">
													<Offset>
														<AbsDimension x="25" y="10"/>
													</Offset>
												</Anchor>
											</Anchors>
										</FontString>
									</Layer>
								</Layers>
								<Scripts>
									<OnLoad>HealBot_Options_SelectItemsCombo_OnLoad(self)</OnLoad>
								</Scripts>
							</Frame>
							<Button name="HealBot_Options_ItemsSelect" inherits="UIPanelButtonTemplate" text="HEALBOT_WORD_SELECT">
                                <Size>
                                    <AbsDimension x="115" y="27"/>
                                </Size>
								<Anchors>
									<Anchor point="TOPLEFT" relativeTo="HealBot_Options_SelectItemsCombo" relativePoint="TOPRIGHT">
										<Offset>
											<AbsDimension x="5" y="0"/>
										</Offset>
									</Anchor>
								</Anchors>
								<Scripts>
									<OnClick>HealBot_Options_SpellsSelect_OnClick(self,"Item")</OnClick>
								</Scripts>
							</Button>
							<Frame name="HealBot_Options_SelectCmdsCombo" inherits="UIDropDownMenuTemplate">
								<Anchors>
									<Anchor point="TOPLEFT">
										<Offset>
											<AbsDimension x="15" y="-285" />
										</Offset>
									</Anchor>
								</Anchors>
								<Size>
									<AbsDimension x="270" y="20"/>
								</Size>
								<Layers>
									<Layer level="OVERLAY">
										<FontString inherits="GameFontNormalSmall" text="HEALBOT_WORD_COMMANDS">
											<Anchors>
												<Anchor point="TOPLEFT">
													<Offset>
														<AbsDimension x="25" y="10"/>
													</Offset>
												</Anchor>
											</Anchors>
										</FontString>
									</Layer>
								</Layers>
								<Scripts>
									<OnLoad>HealBot_Options_SelectCmdsCombo_OnLoad(self)</OnLoad>
								</Scripts>
							</Frame>
							<Button name="HealBot_Options_CmdsSelect" inherits="UIPanelButtonTemplate" text="HEALBOT_WORD_SELECT">
                                <Size>
                                    <AbsDimension x="115" y="27"/>
                                </Size>
								<Anchors>
									<Anchor point="TOPLEFT" relativeTo="HealBot_Options_SelectCmdsCombo" relativePoint="TOPRIGHT">
										<Offset>
											<AbsDimension x="5" y="0"/>
										</Offset>
									</Anchor>
								</Anchors>
								<Scripts>
									<OnClick>HealBot_Options_SpellsSelect_OnClick(self,"Cmd")</OnClick>
								</Scripts>
							</Button>
							<Button name="HealBot_Options_CancelHelpSelect" inherits="UIPanelButtonTemplate" text="HEALBOT_WORD_CANCEL">
                                <Size>
                                    <AbsDimension x="175" y="24"/>
                                </Size>
								<Anchors>
									<Anchor point="TOP">
										<Offset>
											<AbsDimension x="0" y="-335"/>
										</Offset>
									</Anchor>
								</Anchors>
								<Scripts>
									<OnClick>HealBot_Options_SpellsSelect_OnClick(self,"Cancel")</OnClick>
								</Scripts>
							</Button>
                        </Frames>
                    </Frame>
					<Frame name="HealBot_Options_DisabledBarPanel">
						<Size>
							<AbsDimension y="100"/>
						</Size>
						<Anchors>
							<Anchor point="TOPLEFT">
								<Offset>
									<AbsDimension x="20" y="-415"/>
								</Offset>
							</Anchor>
							<Anchor point="TOPRIGHT">
								<Offset>
									<AbsDimension x="-20" y="-415"/>
								</Offset>
							</Anchor>
						</Anchors>
				        <Backdrop edgeFile="Interface\Tooltips\UI-Tooltip-Border" tile="true">
					        <EdgeSize>
						        <AbsValue val="12"/>
							</EdgeSize>
							<TileSize>
								<AbsValue val="16"/>
							</TileSize>
							<BackgroundInsets>
								<AbsInset left="0" right="0" top="5" bottom="5"/>
							</BackgroundInsets>
						</Backdrop>
						<Frames>
							<CheckButton name="HealBot_Options_EnableSmartCast" inherits="OptionsCheckButtonTemplate">
								<Anchors>
									<Anchor point="TOPLEFT">
										<Offset>
											<AbsDimension x="108" y="-8" />
										</Offset>
									</Anchor>
								</Anchors>
								<Scripts>
									<OnLoad>HealBot_Options_SetText(self,HEALBOT_OPTIONS_ENABLESMARTCAST)</OnLoad>
									<OnClick>HealBot_Options_EnableSmartCast_OnClick(self)</OnClick>
								</Scripts>
								<Layers>
									<Layer level="BACKGROUND">
										<FontString name="HealBot_Options_SmartCastSpellTxt" text="HEALBOT_OPTIONS_SMARTCASTSPELLS" inherits="GameFontNormalSmall">
											<Anchors>
												<Anchor point="TOPLEFT">
													<Offset>
														<AbsDimension x="-42" y="-35" />
													</Offset>
												</Anchor>
											</Anchors>
										</FontString>
									</Layer>
								</Layers>
							</CheckButton>
							<CheckButton name="HealBot_Options_SmartCastDisspell" inherits="SendMailRadioButtonTemplate">
								<Anchors>
									<Anchor point="TOPLEFT" relativeTo="HealBot_Options_EnableSmartCast" relativePoint="BOTTOMLEFT">
										<Offset>
											<AbsDimension x="45" y="-1"/>
										</Offset>
									</Anchor>
								</Anchors>
								<Scripts>
									<OnLoad>HealBot_Options_SetText(self,HEALBOT_OPTIONS_SMARTCASTDISPELL)</OnLoad>
									<OnClick>HealBot_Options_SmartCastDisspell_OnClick(self)</OnClick>
								</Scripts>
							</CheckButton>
							<CheckButton name="HealBot_Options_SmartCastBuff" inherits="SendMailRadioButtonTemplate">
								<Anchors>
									<Anchor point="TOPLEFT" relativeTo="HealBot_Options_SmartCastDisspell" relativePoint="TOPRIGHT">
										<Offset>
											<AbsDimension x="110" y="0"/>
										</Offset>
									</Anchor>
								</Anchors>
								<Scripts>
									<OnLoad>HealBot_Options_SetText(self,HEALBOT_OPTIONS_SMARTCASTBUFF)</OnLoad>
									<OnClick>HealBot_Options_SmartCastBuff_OnClick(self)</OnClick>
								</Scripts>
							</CheckButton>
							<CheckButton name="HealBot_Options_SmartCastHeal" inherits="SendMailRadioButtonTemplate">
								<Anchors>
									<Anchor point="TOPLEFT" relativeTo="HealBot_Options_SmartCastDisspell" relativePoint="BOTTOMLEFT">
										<Offset>
											<AbsDimension x="0" y="-1"/>
										</Offset>
									</Anchor>
								</Anchors>
								<Scripts>
									<OnLoad>HealBot_Options_SetText(self,HEALBOT_OPTIONS_SMARTCASTHEAL)</OnLoad>
									<OnClick>HealBot_Options_SmartCastHeal_OnClick(self)</OnClick>
								</Scripts>
							</CheckButton>
							<CheckButton name="HealBot_Options_SmartCastRes" inherits="SendMailRadioButtonTemplate">
								<Anchors>
									<Anchor point="TOPLEFT" relativeTo="HealBot_Options_SmartCastBuff" relativePoint="BOTTOMLEFT">
										<Offset>
											<AbsDimension x="0" y="-1"/>
										</Offset>
									</Anchor>
								</Anchors>
								<Scripts>
									<OnLoad>HealBot_Options_SetText(self,HEALBOT_RESURRECTION)</OnLoad>
									<OnClick>HealBot_Options_SmartCastRes_OnClick(self)</OnClick>
								</Scripts>
							</CheckButton>
							<CheckButton name="HealBot_Options_ProtectPvP" inherits="OptionsCheckButtonTemplate">
								<Anchors>
									<Anchor point="TOPLEFT" relativeTo="HealBot_Options_EnableSmartCast" relativePoint="TOPLEFT">
										<Offset>
											<AbsDimension x="0" y="-62" />
										</Offset>
									</Anchor>
								</Anchors>
								<Scripts>
									<OnLoad>HealBot_Options_SetText(self,HEALBOT_OPTIONS_PROTECTPVP)</OnLoad>
									<OnClick>HealBot_Options_ProtectPvP_OnClick(self)</OnClick>
								</Scripts>
							</CheckButton>
						</Frames>
					</Frame>
				</Frames>
			</Frame>
            
            
            
            
            
            
            
			<Frame name="HealBot_Options_Panel3" hidden="true" setAllPoints="true">
				<Frames>
                    <Frame name="HealBot_Options_Skins" inherits="UIDropDownMenuTemplate">
                        <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(self)</OnLoad>
                        </Scripts>
                        <Frames>
                            <Button name="HealBot_Options_DeleteSkin" inherits="UIPanelButtonTemplate" text="HEALBOT_OPTIONS_DELSKIN">
                                <Size>
                                    <AbsDimension x="85" y="22"/>
                                </Size>
                                <Anchors>
                                    <Anchor point="TOPLEFT" relativeTo="HealBot_Options_Skins" relativePoint="TOPRIGHT">
                                        <Offset>
                                            <AbsDimension x="-8" y="-1"/>
                                        </Offset>
                                    </Anchor>
                                </Anchors>
                                <Scripts>
                                    <OnClick>HealBot_Options_DeleteSkin_OnClick(self)</OnClick>
                                </Scripts>
                            </Button>
                            <EditBox name="HealBot_Options_NewSkin" inherits="HealBot_Options_EditBoxTemplate">
                                <Size>
                                    <AbsDimension x="114" 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="22" y="-2"/>
                                        </Offset>
                                    </Anchor>
                                </Anchors>
                                <Scripts>
                                    <OnTextChanged>HealBot_Options_NewSkin_OnTextChanged(self)</OnTextChanged>
                                </Scripts>
                            </EditBox>
                            <Button name="HealBot_Options_NewSkinb" inherits="UIPanelButtonTemplate" text="HEALBOT_OPTIONS_SAVESKIN">
                                <Size>
                                    <AbsDimension x="85" y="22"/>
                                </Size>
                                <Anchors>
                                    <Anchor point="TOPLEFT" relativeTo="HealBot_Options_NewSkin" relativePoint="TOPRIGHT">
                                        <Offset>
                                            <AbsDimension x="15" y="2"/>
                                        </Offset>
                                    </Anchor>
                                </Anchors>
                                <Scripts>
                                    <OnClick>HealBot_Options_NewSkinb_OnClick(self)</OnClick>
                                </Scripts>
                            </Button>
                            <Button name="HealBot_Options_ShareSkinb" inherits="UIPanelButtonTemplate" text="HEALBOT_OPTIONS_BUTTONSHARESKIN">
                                <Size>
                                    <AbsDimension x="110" y="22"/>
                                </Size>
                                <Anchors>
                                    <Anchor point="TOPLEFT" relativeTo="HealBot_Options_DeleteSkin" relativePoint="TOPRIGHT">
                                        <Offset>
                                            <AbsDimension x="40" y="0"/>
                                        </Offset>
                                    </Anchor>
                                </Anchors>
                                <Scripts>
                                    <OnClick>HealBot_Options_ShareSkinb_OnClick(self)</OnClick>
                                </Scripts>
                            </Button>
                            <Frame name="HealBot_Options_ShareSkin" inherits="UIDropDownMenuTemplate">
                                <Anchors>
                                    <Anchor point="TOPLEFT" relativeTo="HealBot_Options_ShareSkinb" relativePoint="BOTTOMLEFT">
                                        <Offset>
                                            <AbsDimension x="-30" y="-4" />
                                        </Offset>
                                    </Anchor>
                                </Anchors>
                                <Scripts>
                                    <OnLoad>HealBot_Options_ShareSkin_OnLoad(self)</OnLoad>
                                </Scripts>
                            </Frame>
                        </Frames>
                    </Frame>
                    
                    
					<Frame name="HealBot_Options_SkinsFrameSelect">
						<Size>
							<AbsDimension y="118"/>
						</Size>
						<Anchors>
							<Anchor point="TOPLEFT">
								<Offset>
									<AbsDimension x="20" y="-70"/>
								</Offset>
							</Anchor>
							<Anchor point="TOPRIGHT">
								<Offset>
									<AbsDimension x="-20" y="-70"/>
								</Offset>
							</Anchor>
						</Anchors>
                        <Frames>
                            <Button name="HealBot_SkinsFrameSelectGeneralFrameb" inherits="UIPanelButtonTemplate">
                                <Size>
                                    <AbsDimension x="82" y="18"/>
                                </Size>
                                <Anchors>
                                    <Anchor point="TOPLEFT" relativePoint="TOPLEFT">
                                        <Offset>
                                            <AbsDimension x="2" y="-25"/>
                                        </Offset>
                                    </Anchor>
                                </Anchors>
                                <Scripts>
                                    <OnClick>HealBot_Options_ShowSkinsPanel("HealBot_Options_GeneralSkinsFrame","HealBot_SkinsFrameSelectGeneralFrame")</OnClick>
                                </Scripts>
                            </Button>
							<StatusBar name="HealBot_SkinsFrameSelectGeneralFrame" toplevel="true">
								<Size>
									<AbsDimension x="82" y="18"/>
								</Size>
								<Anchors>
									<Anchor point="TOPLEFT" relativeTo="HealBot_SkinsFrameSelectGeneralFrameb"  relativePoint="TOPLEFT">
										<Offset>
											<AbsDimension x="0" y="0"/>
										</Offset>
									</Anchor>
								</Anchors>
								<Layers>
									<Layer level="OVERLAY">
										<FontString name="HealBot_SkinsFrameSelectGeneralFramef" inherits="GameFontNormalSmall" text="HEALBOT_OPTIONS_TAB_GENERAL">
											<Anchors>
												<Anchor point="CENTER" relativeTo="HealBot_SkinsFrameSelectGeneralFrame" relativePoint="CENTER">
													<Offset>
														<AbsDimension x="0" y="1"/>
													</Offset>
												</Anchor>
											</Anchors>
										</FontString>
									</Layer>
								</Layers>
								<Scripts>
									<OnLoad>self:SetMinMaxValues(0,100); self:SetValue(100);</OnLoad>
								</Scripts>
								<BarTexture file="Interface\Addons\HealBot\Images\Tube"/>
								<BarColor r="1" g="0.32" b="0.32"/>
							</StatusBar>
                            
                            <Button name="HealBot_SkinsFrameSelectHealingFrameb" inherits="UIPanelButtonTemplate">
                                <Size>
                                    <AbsDimension x="82" y="18"/>
                                </Size>
                                <Anchors>
                                    <Anchor point="TOPLEFT" relativeTo="HealBot_SkinsFrameSelectGeneralFrameb" relativePoint="TOPRIGHT">
                                        <Offset>
                                            <AbsDimension x="10" y="0"/>
                                        </Offset>
                                    </Anchor>
                                </Anchors>
                                <Scripts>
                                    <OnClick>HealBot_Options_ShowSkinsPanel("HealBot_Options_HealingSkinsFrame","HealBot_SkinsFrameSelectHealingFrame")</OnClick>
                                </Scripts>
                            </Button>
							<StatusBar name="HealBot_SkinsFrameSelectHealingFrame" toplevel="true">
								<Size>
									<AbsDimension x="82" y="18"/>
								</Size>
								<Anchors>
									<Anchor point="TOPLEFT" relativeTo="HealBot_SkinsFrameSelectHealingFrameb"  relativePoint="TOPLEFT">
										<Offset>
											<AbsDimension x="0" y="0"/>
										</Offset>
									</Anchor>
								</Anchors>
								<Layers>
									<Layer level="OVERLAY">
										<FontString name="HealBot_SkinsFrameSelectHealingFramef" inherits="GameFontNormalSmall" text="HEALBOT_OPTIONS_TAB_HEALING">
											<Anchors>
												<Anchor point="CENTER" relativeTo="HealBot_SkinsFrameSelectHealingFrame" relativePoint="CENTER">
													<Offset>
														<AbsDimension x="0" y="1"/>
													</Offset>
												</Anchor>
											</Anchors>
										</FontString>
									</Layer>
								</Layers>
								<Scripts>
									<OnLoad>self:SetMinMaxValues(0,100); self:SetValue(100);</OnLoad>
								</Scripts>
								<BarTexture file="Interface\Addons\HealBot\Images\Tube"/>
								<BarColor r="0.58" g="0.08" b="0.08"/>
							</StatusBar>
                            
                            <Button name="HealBot_SkinsFrameSelectHeadersFrameb" inherits="UIPanelButtonTemplate">
                                <Size>
                                    <AbsDimension x="82" y="18"/>
                                </Size>
                                <Anchors>
                                    <Anchor point="TOPLEFT" relativeTo="HealBot_SkinsFrameSelectHealingFrameb" relativePoint="TOPRIGHT">
                                        <Offset>
                                            <AbsDimension x="10" y="0"/>
                                        </Offset>
                                    </Anchor>
                                </Anchors>
                                <Scripts>
                                    <OnClick>HealBot_Options_ShowSkinsPanel("HealBot_Options_HeadersSkinsFrame","HealBot_SkinsFrameSelectHeadersFrame")</OnClick>
                                </Scripts>
                            </Button>
                            
							<StatusBar name="HealBot_SkinsFrameSelectHeadersFrame" toplevel="true">
								<Size>
									<AbsDimension x="82" y="18"/>
								</Size>
								<Anchors>
									<Anchor point="TOPLEFT" relativeTo="HealBot_SkinsFrameSelectHeadersFrameb"  relativePoint="TOPLEFT">
										<Offset>
											<AbsDimension x="0" y="0"/>
										</Offset>
									</Anchor>
								</Anchors>
								<Layers>
									<Layer level="OVERLAY">
										<FontString name="HealBot_SkinsFrameSelectHeadersFramef" inherits="GameFontNormalSmall" text="HEALBOT_OPTIONS_TAB_HEADERS">
											<Anchors>
												<Anchor point="CENTER" relativeTo="HealBot_SkinsFrameSelectHeadersFrame" relativePoint="CENTER">
													<Offset>
														<AbsDimension x="0" y="1"/>
													</Offset>
												</Anchor>
											</Anchors>
										</FontString>
									</Layer>
								</Layers>
								<Scripts>
									<OnLoad>self:SetMinMaxValues(0,100); self:SetValue(100);</OnLoad>
								</Scripts>
								<BarTexture file="Interface\Addons\HealBot\Images\Tube"/>
								<BarColor r="0.58" g="0.08" b="0.08"/>
							</StatusBar>
                           
                            <Button name="HealBot_SkinsFrameSelectBarsFrameb" inherits="UIPanelButtonTemplate">
                                <Size>
                                    <AbsDimension x="82" y="18"/>
                                </Size>
                                <Anchors>
                                    <Anchor point="TOPLEFT" relativeTo="HealBot_SkinsFrameSelectHeadersFrameb" relativePoint="TOPRIGHT">
                                        <Offset>
                                            <AbsDimension x="10" y="0"/>
                                        </Offset>
                                    </Anchor>
                                </Anchors>
                                <Scripts>
                                    <OnClick>HealBot_Options_ShowSkinsPanel("HealBot_Options_BarsSkinsFrame","HealBot_SkinsFrameSelectBarsFrame")</OnClick>
                                </Scripts>
                            </Button>
							<StatusBar name="HealBot_SkinsFrameSelectBarsFrame" toplevel="true">
								<Size>
									<AbsDimension x="82" y="18"/>
								</Size>
								<Anchors>
									<Anchor point="TOPLEFT" relativeTo="HealBot_SkinsFrameSelectBarsFrameb"  relativePoint="TOPLEFT">
										<Offset>
											<AbsDimension x="0" y="0"/>
										</Offset>
									</Anchor>
								</Anchors>
								<Layers>
									<Layer level="OVERLAY">
										<FontString name="HealBot_SkinsFrameSelectBarsFramef" inherits="GameFontNormalSmall" text="HEALBOT_OPTIONS_TAB_BARS">
											<Anchors>
												<Anchor point="CENTER" relativeTo="HealBot_SkinsFrameSelectBarsFrame" relativePoint="CENTER">
													<Offset>
														<AbsDimension x="0" y="1"/>
													</Offset>
												</Anchor>
											</Anchors>
										</FontString>
									</Layer>
								</Layers>
								<Scripts>
									<OnLoad>self:SetMinMaxValues(0,100); self:SetValue(100);</OnLoad>
								</Scripts>
								<BarTexture file="Interface\Addons\HealBot\Images\Tube"/>
								<BarColor r="0.58" g="0.08" b="0.08"/>
							</StatusBar>
                          
                            <Button name="HealBot_SkinsFrameSelectIconsFrameb" inherits="UIPanelButtonTemplate">
                                <Size>
                                    <AbsDimension x="82" y="18"/>
                                </Size>
                                <Anchors>
                                    <Anchor point="TOPLEFT" relativeTo="HealBot_SkinsFrameSelectBarsFrameb" relativePoint="TOPRIGHT">
                                        <Offset>
                                            <AbsDimension x="10" y="0"/>
                                        </Offset>
                                    </Anchor>
                                </Anchors>
                                <Scripts>
                                    <OnClick>HealBot_Options_ShowSkinsPanel("HealBot_Options_IconsSkinsFrame","HealBot_SkinsFrameSelectIconsFrame")</OnClick>
                                </Scripts>
                            </Button>
							<StatusBar name="HealBot_SkinsFrameSelectIconsFrame" toplevel="true">
								<Size>
									<AbsDimension x="82" y="18"/>
								</Size>
								<Anchors>
									<Anchor point="TOPLEFT" relativeTo="HealBot_SkinsFrameSelectIconsFrameb"  relativePoint="TOPLEFT">
										<Offset>
											<AbsDimension x="0" y="0"/>
										</Offset>
									</Anchor>
								</Anchors>
								<Layers>
									<Layer level="OVERLAY">
										<FontString name="HealBot_SkinsFrameSelectIconsFramef" inherits="GameFontNormalSmall" text="HEALBOT_OPTIONS_TAB_ICONS">
											<Anchors>
												<Anchor point="CENTER" relativeTo="HealBot_SkinsFrameSelectIconsFrame" relativePoint="CENTER">
													<Offset>
														<AbsDimension x="0" y="1"/>
													</Offset>
												</Anchor>
											</Anchors>
										</FontString>
									</Layer>
								</Layers>
								<Scripts>
									<OnLoad>self:SetMinMaxValues(0,100); self:SetValue(100);</OnLoad>
								</Scripts>
								<BarTexture file="Interface\Addons\HealBot\Images\Tube"/>
								<BarColor r="0.58" g="0.08" b="0.08"/>
							</StatusBar>
                          
                            <Button name="HealBot_SkinsFrameSelectAggroFrameb" inherits="UIPanelButtonTemplate">
                                <Size>
                                    <AbsDimension x="82" y="18"/>
                                </Size>
                                <Anchors>
                                    <Anchor point="TOPLEFT" relativeTo="HealBot_SkinsFrameSelectGeneralFrameb" relativePoint="BOTTOMLEFT">
                                        <Offset>
                                            <AbsDimension x="0" y="-8"/>
                                        </Offset>
                                    </Anchor>
                                </Anchors>
                                <Scripts>
                                    <OnClick>HealBot_Options_ShowSkinsPanel("HealBot_Options_AggroSkinsFrame","HealBot_SkinsFrameSelectAggroFrame")</OnClick>
                                </Scripts>
                            </Button>
							<StatusBar name="HealBot_SkinsFrameSelectAggroFrame" toplevel="true">
								<Size>
									<AbsDimension x="82" y="18"/>
								</Size>
								<Anchors>
									<Anchor point="TOPLEFT" relativeTo="HealBot_SkinsFrameSelectAggroFrameb"  relativePoint="TOPLEFT">
										<Offset>
											<AbsDimension x="0" y="0"/>
										</Offset>
									</Anchor>
								</Anchors>
								<Layers>
									<Layer level="OVERLAY">
										<FontString name="HealBot_SkinsFrameSelectAggroFramef" inherits="GameFontNormalSmall" text="HEALBOT_OPTIONS_TAB_AGGRO">
											<Anchors>
												<Anchor point="CENTER" relativeTo="HealBot_SkinsFrameSelectAggroFrame" relativePoint="CENTER">
													<Offset>
														<AbsDimension x="0" y="1"/>
													</Offset>
												</Anchor>
											</Anchors>
										</FontString>
									</Layer>
								</Layers>
								<Scripts>
									<OnLoad>self:SetMinMaxValues(0,100); self:SetValue(100);</OnLoad>
								</Scripts>
								<BarTexture file="Interface\Addons\HealBot\Images\Tube"/>
								<BarColor r="0.58" g="0.08" b="0.08"/>
							</StatusBar>

                            <Button name="HealBot_SkinsFrameSelectIncHealsFrameb" inherits="UIPanelButtonTemplate">
                                <Size>
                                    <AbsDimension x="82" y="18"/>
                                </Size>
                                <Anchors>
                                    <Anchor point="TOPLEFT" relativeTo="HealBot_SkinsFrameSelectAggroFrameb" relativePoint="TOPRIGHT">
                                        <Offset>
                                            <AbsDimension x="10" y="0"/>
                                        </Offset>
                                    </Anchor>
                                </Anchors>
                                <Scripts>
                                    <OnClick>HealBot_Options_ShowSkinsPanel("HealBot_Options_IncHealsSkinsFrame","HealBot_SkinsFrameSelectIncHealsFrame")</OnClick>
                                </Scripts>
                            </Button>
							<StatusBar name="HealBot_SkinsFrameSelectIncHealsFrame" toplevel="true">
								<Size>
									<AbsDimension x="82" y="18"/>
								</Size>
								<Anchors>
									<Anchor point="TOPLEFT" relativeTo="HealBot_SkinsFrameSelectIncHealsFrameb"  relativePoint="TOPLEFT">
										<Offset>
											<AbsDimension x="0" y="0"/>
										</Offset>
									</Anchor>
								</Anchors>
								<Layers>
									<Layer level="OVERLAY">
										<FontString name="HealBot_SkinsFrameSelectIncHealsFramef" inherits="GameFontNormalSmall" text="HEALBOT_OPTIONS_TAB_INCHEALS">
											<Anchors>
												<Anchor point="CENTER" relativeTo="HealBot_SkinsFrameSelectIncHealsFrame" relativePoint="CENTER">
													<Offset>
														<AbsDimension x="0" y="1"/>
													</Offset>
												</Anchor>
											</Anchors>
										</FontString>
									</Layer>
								</Layers>
								<Scripts>
									<OnLoad>self:SetMinMaxValues(0,100); self:SetValue(100);</OnLoad>
								</Scripts>
								<BarTexture file="Interface\Addons\HealBot\Images\Tube"/>
								<BarColor r="0.58" g="0.08" b="0.08"/>
							</StatusBar>
                            
                            <Button name="HealBot_SkinsFrameSelectChatFrameb" inherits="UIPanelButtonTemplate">
                                <Size>
                                    <AbsDimension x="82" y="18"/>
                                </Size>
                                <Anchors>
                                    <Anchor point="TOPLEFT" relativeTo="HealBot_SkinsFrameSelectIncHealsFrameb" relativePoint="TOPRIGHT">
                                        <Offset>
                                            <AbsDimension x="10" y="0"/>
                                        </Offset>
                                    </Anchor>
                                </Anchors>
                                <Scripts>
                                    <OnClick>HealBot_Options_ShowSkinsPanel("HealBot_Options_ChatSkinsFrame","HealBot_SkinsFrameSelectChatFrame")</OnClick>
                                </Scripts>
                            </Button>
							<StatusBar name="HealBot_SkinsFrameSelectChatFrame" toplevel="true">
								<Size>
									<AbsDimension x="82" y="18"/>
								</Size>
								<Anchors>
									<Anchor point="TOPLEFT" relativeTo="HealBot_SkinsFrameSelectChatFrameb"  relativePoint="TOPLEFT">
										<Offset>
											<AbsDimension x="0" y="0"/>
										</Offset>
									</Anchor>
								</Anchors>
								<Layers>
									<Layer level="OVERLAY">
										<FontString name="HealBot_SkinsFrameSelectChatFramef" inherits="GameFontNormalSmall" text="HEALBOT_OPTIONS_TAB_CHAT">
											<Anchors>
												<Anchor point="CENTER" relativeTo="HealBot_SkinsFrameSelectChatFrame" relativePoint="CENTER">
													<Offset>
														<AbsDimension x="0" y="1"/>
													</Offset>
												</Anchor>
											</Anchors>
										</FontString>
									</Layer>
								</Layers>
								<Scripts>
									<OnLoad>self:SetMinMaxValues(0,100); self:SetValue(100);</OnLoad>
								</Scripts>
								<BarTexture file="Interface\Addons\HealBot\Images\Tube"/>
								<BarColor r="0.58" g="0.08" b="0.08"/>
							</StatusBar>
                          
                            <Button name="HealBot_SkinsFrameSelectTextFrameb" inherits="UIPanelButtonTemplate">
                                <Size>
                                    <AbsDimension x="82" y="18"/>
                                </Size>
                                <Anchors>
                                    <Anchor point="TOPLEFT" relativeTo="HealBot_SkinsFrameSelectChatFrameb" relativePoint="TOPRIGHT">
                                        <Offset>
                                            <AbsDimension x="10" y="0"/>
                                        </Offset>
                                    </Anchor>
                                </Anchors>
                                <Scripts>
                                    <OnClick>HealBot_Options_ShowSkinsPanel("HealBot_Options_TextSkinsFrame","HealBot_SkinsFrameSelectTextFrame")</OnClick>
                                </Scripts>
                            </Button>
							<StatusBar name="HealBot_SkinsFrameSelectTextFrame"  toplevel="true">
								<Size>
									<AbsDimension x="82" y="18"/>
								</Size>
								<Anchors>
									<Anchor point="TOPLEFT" relativeTo="HealBot_SkinsFrameSelectTextFrameb"  relativePoint="TOPLEFT">
										<Offset>
											<AbsDimension x="0" y="0"/>
										</Offset>
									</Anchor>
								</Anchors>
								<Layers>
									<Layer level="OVERLAY">
										<FontString name="HealBot_SkinsFrameSelectTextFramef" inherits="GameFontNormalSmall" text="HEALBOT_OPTIONS_TAB_TEXT">
											<Anchors>
												<Anchor point="CENTER" relativeTo="HealBot_SkinsFrameSelectTextFrame" relativePoint="CENTER">
													<Offset>
														<AbsDimension x="0" y="1"/>
													</Offset>
												</Anchor>
											</Anchors>
										</FontString>
									</Layer>
								</Layers>
								<Scripts>
									<OnLoad>self:SetMinMaxValues(0,100); self:SetValue(100);</OnLoad>
								</Scripts>
								<BarTexture file="Interface\Addons\HealBot\Images\Tube"/>
								<BarColor r="0.58" g="0.08" b="0.08"/>
							</StatusBar>
                          
                            <Button name="HealBot_SkinsFrameSelectIconTextFrameb" inherits="UIPanelButtonTemplate">
                                <Size>
                                    <AbsDimension x="82" y="18"/>
                                </Size>
                                <Anchors>
                                    <Anchor point="TOPLEFT" relativeTo="HealBot_SkinsFrameSelectTextFrameb" relativePoint="TOPRIGHT">
                                        <Offset>
                                            <AbsDimension x="10" y="0"/>
                                        </Offset>
                                    </Anchor>
                                </Anchors>
                                <Scripts>
                                    <OnClick>HealBot_Options_ShowSkinsPanel("HealBot_Options_IconTextSkinsFrame","HealBot_SkinsFrameSelectIconTextFrame")</OnClick>
                                </Scripts>
                            </Button>
							<StatusBar name="HealBot_SkinsFrameSelectIconTextFrame"  toplevel="true">
								<Size>
									<AbsDimension x="82" y="18"/>
								</Size>
								<Anchors>
									<Anchor point="TOPLEFT" relativeTo="HealBot_SkinsFrameSelectIconTextFrameb"  relativePoint="TOPLEFT">
										<Offset>
											<AbsDimension x="0" y="0"/>
										</Offset>
									</Anchor>
								</Anchors>
								<Layers>
									<Layer level="OVERLAY">
										<FontString name="HealBot_SkinsFrameSelectIconTextFramef" inherits="GameFontNormalSmall" text="HEALBOT_OPTIONS_TAB_ICONTEXT">
											<Anchors>
												<Anchor point="CENTER" relativeTo="HealBot_SkinsFrameSelectIconTextFrame" relativePoint="CENTER">
													<Offset>
														<AbsDimension x="0" y="1"/>
													</Offset>
												</Anchor>
											</Anchors>
										</FontString>
									</Layer>
								</Layers>
								<Scripts>
									<OnLoad>self:SetMinMaxValues(0,100); self:SetValue(100);</OnLoad>
								</Scripts>
								<BarTexture file="Interface\Addons\HealBot\Images\Tube"/>
								<BarColor r="0.58" g="0.08" b="0.08"/>
							</StatusBar>

                        </Frames>
                    </Frame>
                    
					<Frame name="HealBot_Options_IconTextSkinsFrame">
						<Size>
							<AbsDimension y="358"/>
						</Size>
						<Anchors>
							<Anchor point="TOPLEFT">
								<Offset>
									<AbsDimension x="20" y="-150"/>
								</Offset>
							</Anchor>
							<Anchor point="TOPRIGHT">
								<Offset>
									<AbsDimension x="-20" y="-150"/>
								</Offset>
							</Anchor>
						</Anchors>
				        <Backdrop edgeFile="Interface\Tooltips\UI-Tooltip-Border" tile="true">
					        <EdgeSize>
						        <AbsValue val="12"/>
							</EdgeSize>
							<TileSize>
								<AbsValue val="16"/>
							</TileSize>
							<BackgroundInsets>
								<AbsInset left="0" right="0" top="5" bottom="5"/>
							</BackgroundInsets>
						</Backdrop>
						<Layers>
							<Layer level="BACKGROUND">
								<FontString name="HealBot_HealButtons_Text" text="HEALBOT_OPTIONS_TAB_GENERAL" inherits="GameFontNormalSmall">
									<Anchors>
										<Anchor point="TOP">
											<Offset>
												<AbsDimension x="0" y="-8" />
											</Offset>
										</Anchor>
									</Anchors>
								</FontString>
								<FontString name="HealBot_Options_Skins_HoTs2Text2" text="HEALBOT_OPTIONS_HOTSHOWTEXT" inherits="GameFontNormalSmall">
									<Anchors>
									<Anchor point="TOPLEFT">
										<Offset>
											<AbsDimension x="78" y="-65"/>
										</Offset>
									</Anchor>
									</Anchors>
								</FontString>
							</Layer>
						</Layers>
                        
						<Frames>
							<CheckButton name="HealBot_BarButtonShowHoTTextCount" inherits="SendMailRadioButtonTemplate">
								<Anchors>
									<Anchor point="TOPLEFT">
										<Offset>
											<AbsDimension x="184" y="-56"/>
										</Offset>
									</Anchor>
								</Anchors>
								<Scripts>
									<OnLoad>HealBot_Options_SetText(self,HEALBOT_OPTIONS_HOTTEXTCOUNT)</OnLoad>
									<OnClick>HealBot_BarButtonShowHoTTextCount_OnClick(self)</OnClick>
								</Scripts>
							</CheckButton>
							<CheckButton name="HealBot_BarButtonShowHoTTextCountSelfCast" inherits="SendMailRadioButtonTemplate">
								<Anchors>
									<Anchor point="TOPLEFT" relativeTo="HealBot_BarButtonShowHoTTextCount" relativePoint="TOPRIGHT">
										<Offset>
											<AbsDimension x="78" y="0"/>
										</Offset>
									</Anchor>
								</Anchors>
								<Scripts>
									<OnLoad>HealBot_Options_SetText(self,HEALBOT_OPTIONS_SELFCASTS)</OnLoad>
									<OnClick>HealBot_BarButtonShowHoTTextCountSelfCast_OnClick(self)</OnClick>
								</Scripts>
							</CheckButton>
							<CheckButton name="HealBot_BarButtonShowHoTTextDuration" inherits="SendMailRadioButtonTemplate">
								<Anchors>
									<Anchor point="TOPLEFT" relativeTo="HealBot_BarButtonShowHoTTextCount" relativePoint="TOPLEFT">
										<Offset>
											<AbsDimension x="0" y="-16"/>
										</Offset>
									</Anchor>
								</Anchors>
								<Scripts>
									<OnLoad>HealBot_Options_SetText(self,HEALBOT_OPTIONS_HOTTEXTDURATION)</OnLoad>
									<OnClick>HealBot_BarButtonShowHoTTextDuration_OnClick(self)</OnClick>
								</Scripts>
							</CheckButton>
							<CheckButton name="HealBot_BarButtonShowHoTTextDurationSelfCast" inherits="SendMailRadioButtonTemplate">
								<Anchors>
									<Anchor point="TOPLEFT" relativeTo="HealBot_BarButtonShowHoTTextDuration" relativePoint="TOPRIGHT">
										<Offset>
											<AbsDimension x="78" y="0"/>
										</Offset>
									</Anchor>
								</Anchors>
								<Scripts>
									<OnLoad>HealBot_Options_SetText(self,HEALBOT_OPTIONS_SELFCASTS)</OnLoad>
									<OnClick>HealBot_BarButtonShowHoTTextDurationSelfCast_OnClick(self)</OnClick>
								</Scripts>
							</CheckButton>
							<Slider name="HealBot_BarButtonIconTextDurationTime" inherits="HealBot_Options_SliderTemplate">
								<Size>
									<AbsDimension x="325" y="18" />
								</Size>
								<Anchors>
									<Anchor point="TOP">
										<Offset>
											<AbsDimension x="0" y="-150"/>
										</Offset>
									</Anchor>
								</Anchors>
								<Scripts>
									<OnLoad>HealBot_Options_val_OnLoad(self,HEALBOT_OPTIONS_SHOWDURATIONFROM,9,99,1)</OnLoad>
									<OnValueChanged>HealBot_BarButtonIconTextDurationTime_OnValueChanged(self)</OnValueChanged>
								</Scripts>
							</Slider>
							<Slider name="HealBot_BarButtonIconTextDurationWarn" inherits="HealBot_Options_SliderTemplate">
								<Size>
									<AbsDimension x="325" y="18" />
								</Size>
								<Anchors>
									<Anchor point="TOP">
										<Offset>
											<AbsDimension x="0" y="-220"/>
										</Offset>
									</Anchor>
								</Anchors>
								<Scripts>
									<OnLoad>HealBot_Options_val_OnLoad(self,HEALBOT_OPTIONS_SHOWDURATIONWARN,1,9,1)</OnLoad>
									<OnValueChanged>HealBot_BarButtonIconTextDurationWarn_OnValueChanged(self)</OnValueChanged>
								</Scripts>
							</Slider>
							<Slider name="HealBot_BarButtonIconTextScale" inherits="HealBot_Options_SliderTemplate">
								<Size>
									<AbsDimension x="325" y="18" />
								</Size>
								<Anchors>
									<Anchor point="TOP">
										<Offset>
											<AbsDimension x="0" y="-290"/>
										</Offset>
									</Anchor>
								</Anchors>
								<Scripts>
									<OnLoad>HealBot_Options_val2_OnLoad(self,HEALBOT_OPTIONS_ICONTEXTSCALE,4,8,0.5,10)</OnLoad>
									<OnValueChanged>HealBot_BarButtonIconTextScale_OnValueChanged(self)</OnValueChanged>
								</Scripts>
							</Slider>
                        </Frames>
                    </Frame>
                        
                        
					<Frame name="HealBot_Options_AggroSkinsFrame">
						<Size>
							<AbsDimension y="358"/>
						</Size>
						<Anchors>
							<Anchor point="TOPLEFT">
								<Offset>
									<AbsDimension x="20" y="-150"/>
								</Offset>
							</Anchor>
							<Anchor point="TOPRIGHT">
								<Offset>
									<AbsDimension x="-20" y="-150"/>
								</Offset>
							</Anchor>
						</Anchors>
				        <Backdrop edgeFile="Interface\Tooltips\UI-Tooltip-Border" tile="true">
					        <EdgeSize>
						        <AbsValue val="12"/>
							</EdgeSize>
							<TileSize>
								<AbsValue val="16"/>
							</TileSize>
							<BackgroundInsets>
								<AbsInset left="0" right="0" top="5" bottom="5"/>
							</BackgroundInsets>
						</Backdrop>
						<Layers>
							<Layer level="BACKGROUND">
								<FontString name="HealBot_HealButtons_Text" text="HEALBOT_OPTIONS_TAB_AGGRO" inherits="GameFontNormalSmall">
									<Anchors>
										<Anchor point="TOP">
											<Offset>
												<AbsDimension x="0" y="-8" />
											</Offset>
										</Anchor>
									</Anchors>
								</FontString>
								<FontString name="HealBot_HealButtons_Text" text="HEALBOT_OPTIONS_AGGROBARCOLS" inherits="GameFontNormal">
									<Anchors>
										<Anchor point="TOP">
											<Offset>
												<AbsDimension x="0" y="-80" />
											</Offset>
										</Anchor>
									</Anchors>
								</FontString>
								<FontString name="HealBot_HealButtons_Text" text="HEALBOT_OPTIONS_AGGROFLASHALPHA" inherits="GameFontNormal">
									<Anchors>
										<Anchor point="TOP">
											<Offset>
												<AbsDimension x="0" y="-194" />
											</Offset>
										</Anchor>
									</Anchors>
								</FontString>
							</Layer>
						</Layers>
						<Frames>
                            <CheckButton name="HealBot_Options_AggroTrack" inherits="OptionsCheckButtonTemplate">
                                <Anchors>
                                    <Anchor point="TOPLEFT">>
                                        <Offset>
                                            <AbsDimension x="20" y="-22" />
                                        </Offset>
                                    </Anchor>
                                </Anchors>
                                <Scripts>
                                    <OnLoad>HealBot_Options_SetText(self,HEALBOT_OPTION_AGGROTRACK)</OnLoad>
                                    <OnClick>HealBot_Options_AggroTrack_OnClick(self)</OnClick>
                                </Scripts>
                            </CheckButton>
                            <CheckButton name="HealBot_Options_AggroBar" inherits="SendMailRadioButtonTemplate">
                                <Anchors>
                                    <Anchor point="TOPLEFT" relativeTo="HealBot_Options_AggroTrack" relativePoint="TOPRIGHT">
                                        <Offset>
                                            <AbsDimension x="118" y="-4"/>
                                        </Offset>
                                    </Anchor>
                                </Anchors>
                                <Scripts>
                                    <OnLoad>HealBot_Options_SetText(self,HEALBOT_OPTION_AGGROBAR)</OnLoad>
                                    <OnClick>HealBot_Options_AggroBar_OnClick(self)</OnClick>
                                </Scripts>
                            </CheckButton>
                            <CheckButton name="HealBot_Options_AggroTxt" inherits="SendMailRadioButtonTemplate">
                                <Anchors>
                                    <Anchor point="TOPLEFT" relativeTo="HealBot_Options_AggroBar" relativePoint="TOPRIGHT">
                                        <Offset>
                                            <AbsDimension x="70" y="0"/>
                                        </Offset>
                                    </Anchor>
                                </Anchors>
                                <Scripts>
                                    <OnLoad>HealBot_Options_SetText(self,HEALBOT_OPTION_AGGROTXT)</OnLoad>
                                    <OnClick>HealBot_Options_AggroTxt_OnClick(self)</OnClick>
                                </Scripts>
                            </CheckButton>
                            <CheckButton name="HealBot_Options_AggroBarPct" inherits="SendMailRadioButtonTemplate">
                                <Anchors>
                                    <Anchor point="TOPLEFT" relativeTo="HealBot_Options_AggroBar" relativePoint="BOTTOMLEFT">
                                        <Offset>
                                            <AbsDimension x="0" y="-5"/>
                                        </Offset>
                                    </Anchor>
                                </Anchors>
								<Layers>
									<Layer level="OVERLAY">
										<FontString inherits="GameFontNormalSmall" text="HEALBOT_OPTION_AGGROPCTTRACK">
											<Anchors>
												<Anchor point="RIGHT">
													<Offset>
														<AbsDimension x="-20" y="1"/>
													</Offset>
												</Anchor>
											</Anchors>
										</FontString>
									</Layer>
								</Layers>
                                <Scripts>
                                    <OnLoad>HealBot_Options_SetText(self,HEALBOT_OPTION_AGGROPCTBAR)</OnLoad>
                                    <OnClick>HealBot_Options_AggroBarPct_OnClick(self)</OnClick>
                                </Scripts>
                            </CheckButton>
                            <CheckButton name="HealBot_Options_AggroTxtPct" inherits="SendMailRadioButtonTemplate">
                                <Anchors>
                                    <Anchor point="TOPLEFT" relativeTo="HealBot_Options_AggroBarPct" relativePoint="TOPRIGHT">
                                        <Offset>
                                            <AbsDimension x="70" y="0"/>
                                        </Offset>
                                    </Anchor>
                                </Anchors>
                                <Scripts>
                                    <OnLoad>HealBot_Options_SetText(self,HEALBOT_OPTION_AGGROPCTTXT)</OnLoad>
                                    <OnClick>HealBot_Options_AggroTxtPct_OnClick(self)</OnClick>
                                </Scripts>
                            </CheckButton>
                            <Frame name="HealBot_Options_BarHealthNumFormatAggro" inherits="UIDropDownMenuTemplate">
                                <Anchors>
                                    <Anchor point="TOPLEFT" relativeTo="HealBot_Options_AggroTxtPct" relativePoint="TOPRIGHT">
                                        <Offset>
                                            <AbsDimension x="58" y="4" />
                                        </Offset>
                                    </Anchor>
                                </Anchors>
                                <Scripts>
                                    <OnLoad>HealBot_Options_BarHealthNumFormatAggro_OnLoad(self)</OnLoad>
                                </Scripts>
                            </Frame>
                            <Button name="HealBot_Aggro1Colorpickb">
                                <Size>
                                    <AbsDimension x="135" y="25"/>
                                </Size>
                                <Anchors>
                                    <Anchor point="TOPLEFT">
                                        <Offset>
                                            <AbsDimension x="20" y="-100"/>
                                        </Offset>
                                    </Anchor>
                                </Anchors>
                                <Scripts>
                                    <OnClick>HealBot_SkinColorpick_OnClick("Aggro1")</OnClick>
                                </Scripts>
                            </Button>
                            <StatusBar name="HealBot_Aggro1Colorpick" inherits="TextStatusBar">
                                <Size>
                                    <AbsDimension x="135" y="25"/>
                                </Size>
                                <Anchors>
                                    <Anchor point="TOPLEFT" relativeTo="HealBot_Aggro1Colorpickb"  relativePoint="TOPLEFT">
                                        <Offset>
                                            <AbsDimension x="0" y="0"/>
                                        </Offset>
                                    </Anchor>
                                </Anchors>
                                <Layers>
                                    <Layer level="OVERLAY">
                                        <FontString inherits="GameFontNormalSmall" text="HEALBOT_OPTIONS_AGGRO1COL">
                                            <Anchors>
                                                <Anchor point="CENTER" relativeTo="HealBot_Aggro1Colorpick" relativePoint="CENTER">
                                                    <Offset>
                                                        <AbsDimension x="0" y="1"/>
                                                    </Offset>
                                                </Anchor>
                                            </Anchors>
                                        </FontString>
                                    </Layer>
                                </Layers>
                                <Scripts>
                                    <OnLoad>self:SetMinMaxValues(0,100); self:SetValue(100);</OnLoad>
                                </Scripts>
                                <BarTexture file="Interface\TargetingFrame\UI-StatusBar"/>
                                <BarColor r="0" g="1" b="0"/>
                            </StatusBar>
                            <Button name="HealBot_Aggro2Colorpickb">
                                <Size>
                                    <AbsDimension x="135" y="25"/>
                                </Size>
                                <Anchors>
                                    <Anchor point="TOPLEFT" relativeTo="HealBot_Aggro1Colorpick"  relativePoint="TOPRIGHT">
                                        <Offset>
                                            <AbsDimension x="5" y="0"/>
                                        </Offset>
                                    </Anchor>
                                </Anchors>
                                <Scripts>
                                    <OnClick>HealBot_SkinColorpick_OnClick("Aggro2")</OnClick>
                                </Scripts>
                            </Button>
                            <StatusBar name="HealBot_Aggro2Colorpick" inherits="TextStatusBar">
                                <Size>
                                    <AbsDimension x="135" y="25"/>
                                </Size>
                                <Anchors>
                                    <Anchor point="TOPLEFT" relativeTo="HealBot_Aggro2Colorpickb"  relativePoint="TOPLEFT">
                                        <Offset>
                                            <AbsDimension x="0" y="0"/>
                                        </Offset>
                                    </Anchor>
                                </Anchors>
                                <Layers>
                                    <Layer level="OVERLAY">
                                        <FontString inherits="GameFontNormalSmall" text="HEALBOT_OPTIONS_AGGRO2COL">
                                            <Anchors>
                                                <Anchor point="CENTER" relativeTo="HealBot_Aggro2Colorpick" relativePoint="CENTER">
                                                    <Offset>
                                                        <AbsDimension x="0" y="1"/>
                                                    </Offset>
                                                </Anchor>
                                            </Anchors>
                                        </FontString>
                                    </Layer>
                                </Layers>
                                <Scripts>
                                    <OnLoad>self:SetMinMaxValues(0,100); self:SetValue(100);</OnLoad>
                                </Scripts>
                                <BarTexture file="Interface\TargetingFrame\UI-StatusBar"/>
                                <BarColor r="0" g="1" b="0"/>
                            </StatusBar>
                            <Button name="HealBot_Aggro3Colorpickb">
                                <Size>
                                    <AbsDimension x="135" y="25"/>
                                </Size>
                                <Anchors>
                                    <Anchor point="TOPLEFT" relativeTo="HealBot_Aggro2Colorpick"  relativePoint="TOPRIGHT">
                                        <Offset>
                                            <AbsDimension x="5" y="0"/>
                                        </Offset>
                                    </Anchor>
                                </Anchors>
                                <Scripts>
                                    <OnClick>HealBot_SkinColorpick_OnClick("Aggro3")</OnClick>
                                </Scripts>
                            </Button>
                            <StatusBar name="HealBot_Aggro3Colorpick">
                                <Size>
                                    <AbsDimension x="135" y="25"/>
                                </Size>
                                <Anchors>
                                    <Anchor point="TOPLEFT" relativeTo="HealBot_Aggro3Colorpickb"  relativePoint="TOPLEFT">
                                        <Offset>
                                            <AbsDimension x="0" y="0"/>
                                        </Offset>
                                    </Anchor>
                                </Anchors>
                                <Layers>
                                    <Layer level="OVERLAY">
                                        <FontString inherits="GameFontNormalSmall" text="HEALBOT_OPTIONS_AGGRO3COL">
                                            <Anchors>
                                                <Anchor point="CENTER" relativeTo="HealBot_Aggro3Colorpick" relativePoint="CENTER">
                                                    <Offset>
                                                        <AbsDimension x="0" y="1"/>
                                                    </Offset>
                                                </Anchor>
                                            </Anchors>
                                        </FontString>
                                    </Layer>
                                </Layers>
                                <Scripts>
                                    <OnLoad>self:SetMinMaxValues(0,100); self:SetValue(100);</OnLoad>
                                </Scripts>
                                <BarTexture file="Interface\TargetingFrame\UI-StatusBar"/>
                                <BarColor r="0" g="1" b="0"/>
                            </StatusBar>
                            <Slider name="HealBot_Options_AggroFlashFreq" inherits="HealBot_Options_SliderTemplate">
                                <Size>
                                    <AbsDimension x="325" y="16" />
                                </Size>
                                <Anchors>
                                    <Anchor point="TOP">
                                        <Offset>
                                            <AbsDimension x="0" y="-158" />
                                        </Offset>
                                    </Anchor>
                                </Anchors>
                                <Scripts>
                                    <OnLoad>HealBot_Options_val2_OnLoad(self,HEALBOT_OPTIONS_AGGROFLASHFREQ,0.5,20,0.5,100)</OnLoad>
                                    <OnValueChanged>HealBot_Options_AggroFlashFreq_OnValueChanged(self)</OnValueChanged>
                                </Scripts>
                            </Slider>
                            <Slider name="HealBot_Options_AggroFlashAlphaMin" inherits="HealBot_Options_SliderTemplate">
                                <Size>
                                    <AbsDimension x="185" y="16" />
                                </Size>
                                <Anchors>
                                    <Anchor point="TOPLEFT">
                                        <Offset>
                                            <AbsDimension x="28" y="-210" />
                                        </Offset>
                                    </Anchor>
                                </Anchors>
                                <Scripts>
                                    <OnLoad>HealBot_Options_Pct_OnLoad_MinMax(self,HEALBOT_WORDS_MIN,0,0.8,0.05)</OnLoad>
                                    <OnValueChanged>HealBot_Options_AggroFlashAlphaMin_OnValueChanged(self)</OnValueChanged>
                                </Scripts>
                            </Slider>
                            <Slider name="HealBot_Options_AggroFlashAlphaMax" inherits="HealBot_Options_SliderTemplate">
                                <Size>
                                    <AbsDimension x="185" y="16" />
                                </Size>
                                <Anchors>
                                    <Anchor point="TOPLEFT" relativeTo="HealBot_Options_AggroFlashAlphaMin"  relativePoint="TOPRIGHT">
                                        <Offset>
                                            <AbsDimension x="24" y="0" />
                                        </Offset>
                                    </Anchor>
                                </Anchors>
                                <Scripts>
                                    <OnLoad>HealBot_Options_Pct_OnLoad_MinMax(self,HEALBOT_WORDS_MAX,0.2,1,0.05)</OnLoad>
                                    <OnValueChanged>HealBot_Options_AggroFlashAlphaMax_OnValueChanged(self)</OnValueChanged>
                                </Scripts>
                            </Slider>
                            <CheckButton name="HealBot_Options_HighlightActiveBar" inherits="OptionsCheckButtonTemplate">
                                <Anchors>
                                    <Anchor point="TOPLEFT">
                                        <Offset>
                                            <AbsDimension x="70" y="-255" />
                                        </Offset>
                                    </Anchor>
                                </Anchors>
                                <Scripts>
                                    <OnLoad>HealBot_Options_SetText(self,HEALBOT_OPTION_HIGHLIGHTACTIVEBAR)</OnLoad>
                                    <OnClick>HealBot_Options_HighlightActiveBar_OnClick(self)</OnClick>
                                </Scripts>
                            </CheckButton>
                            <CheckButton name="HealBot_Options_HighlightActiveBarInCombat" inherits="SendMailRadioButtonTemplate">
                                <Anchors>
                                    <Anchor point="TOPLEFT" relativeTo="HealBot_Options_HighlightActiveBar" relativePoint="BOTTOMRIGHT">
                                        <Offset>
                                            <AbsDimension x="25" y="7"/>
                                        </Offset>
                                    </Anchor>
                                </Anchors>
                                <Scripts>
                                    <OnLoad>HealBot_Options_SetText(self,HEALBOT_OPTIONS_MONITORBUFFSC)</OnLoad>
                                    <OnClick>HealBot_Options_HighlightActiveBarInCombat_OnClick(self)</OnClick>
                                </Scripts>
                            </CheckButton>
                            <Button name="HealBot_HighlightActiveBarColourb">
                                <Size>
                                    <AbsDimension x="120" y="20"/>
                                </Size>
                                <Anchors>
                                    <Anchor point="TOPLEFT" relativeTo="HealBot_Options_HighlightActiveBar"  relativePoint="TOPRIGHT">
                                        <Offset>
                                            <AbsDimension x="150" y="-12"/>
                                        </Offset>
                                    </Anchor>
                                </Anchors>
                                <Scripts>
                                    <OnClick>HealBot_SkinColorpick_OnClick("HighlightBar")</OnClick>
                                </Scripts>
                            </Button>
                            <StatusBar name="HealBot_HighlightActiveBarColour" inherits="TextStatusBar">
                                <Size>
                                    <AbsDimension x="120" y="20"/>
                                </Size>
                                <Anchors>
                                    <Anchor point="TOPLEFT" relativeTo="HealBot_Options_HighlightActiveBar"  relativePoint="TOPRIGHT">
                                        <Offset>
                                            <AbsDimension x="150" y="-12"/>
                                        </Offset>
                                    </Anchor>
                                </Anchors>
                                <Scripts>
                                    <OnLoad>self:SetMinMaxValues(0,100); self:SetValue(100);</OnLoad>
                                </Scripts>
                                <BarTexture file="Interface\TargetingFrame\UI-StatusBar"/>
                                <BarColor r="0" g="0" b="0"/>
                            </StatusBar>
                            <CheckButton name="HealBot_Options_HighlightTargetBar" inherits="OptionsCheckButtonTemplate">
                                <Anchors>
                                    <Anchor point="TOPLEFT">
                                        <Offset>
                                            <AbsDimension x="70" y="-300" />
                                        </Offset>
                                    </Anchor>
                                </Anchors>
                                <Scripts>
                                    <OnLoad>HealBot_Options_SetText(self,HEALBOT_OPTION_HIGHLIGHTTARGETBAR)</OnLoad>
                                    <OnClick>HealBot_Options_HighlightTargetBar_OnClick(self)</OnClick>
                                </Scripts>
                            </CheckButton>
                            <CheckButton name="HealBot_Options_HighlightTargetBarInCombat" inherits="SendMailRadioButtonTemplate">
                                <Anchors>
                                    <Anchor point="TOPLEFT" relativeTo="HealBot_Options_HighlightTargetBar" relativePoint="BOTTOMRIGHT">
                                        <Offset>
                                            <AbsDimension x="25" y="7"/>
                                        </Offset>
                                    </Anchor>
                                </Anchors>
                                <Scripts>
                                    <OnLoad>HealBot_Options_SetText(self,HEALBOT_OPTIONS_MONITORBUFFSC)</OnLoad>
                                    <OnClick>HealBot_Options_HighlightTargetBarInCombat_OnClick(self)</OnClick>
                                </Scripts>
                            </CheckButton>
                            <Button name="HealBot_HighlightTargetBarColourb">
                                <Size>
                                    <AbsDimension x="120" y="20"/>
                                </Size>
                                <Anchors>
                                    <Anchor point="TOPLEFT" relativeTo="HealBot_Options_HighlightTargetBar"  relativePoint="TOPRIGHT">
                                        <Offset>
                                            <AbsDimension x="150" y="-12"/>
                                        </Offset>
                                    </Anchor>
                                </Anchors>
                                <Scripts>
                                    <OnClick>HealBot_SkinColorpick_OnClick("HighlightTargetBar")</OnClick>
                                </Scripts>
                            </Button>
                            <StatusBar name="HealBot_HighlightTargetBarColour" inherits="TextStatusBar">
                                <Size>
                                    <AbsDimension x="120" y="20"/>
                                </Size>
                                <Anchors>
                                    <Anchor point="TOPLEFT" relativeTo="HealBot_Options_HighlightTargetBar"  relativePoint="TOPRIGHT">
                                        <Offset>
                                            <AbsDimension x="150" y="-12"/>
                                        </Offset>
                                    </Anchor>
                                </Anchors>
                                <Scripts>
                                    <OnLoad>self:SetMinMaxValues(0,100); self:SetValue(100);</OnLoad>
                                </Scripts>
                                <BarTexture file="Interface\TargetingFrame\UI-StatusBar"/>
                                <BarColor r="0" g="0" b="0"/>
                            </StatusBar>
                        </Frames>
                    </Frame>

					<Frame name="HealBot_Options_GeneralSkinsFrame">
						<Size>
							<AbsDimension y="358"/>
						</Size>
						<Anchors>
							<Anchor point="TOPLEFT">
								<Offset>
									<AbsDimension x="20" y="-150"/>
								</Offset>
							</Anchor>
							<Anchor point="TOPRIGHT">
								<Offset>
									<AbsDimension x="-20" y="-150"/>
								</Offset>
							</Anchor>
						</Anchors>
				        <Backdrop edgeFile="Interface\Tooltips\UI-Tooltip-Border" tile="true">
					        <EdgeSize>
						        <AbsValue val="12"/>
							</EdgeSize>
							<TileSize>
								<AbsValue val="16"/>
							</TileSize>
							<BackgroundInsets>
								<AbsInset left="0" right="0" top="5" bottom="5"/>
							</BackgroundInsets>
						</Backdrop>
						<Layers>
							<Layer level="BACKGROUND">
								<FontString name="HealBot_HealButtons_Text" text="HEALBOT_OPTIONS_TAB_GENERAL" inherits="GameFontNormalSmall">
									<Anchors>
										<Anchor point="TOP">
											<Offset>
												<AbsDimension x="0" y="-8" />
											</Offset>
										</Anchor>
									</Anchors>
								</FontString>
							</Layer>
						</Layers>
                        
						<Frames>
							<Frame name="HealBot_Options_SkinPartyRaidDefault" inherits="UIDropDownMenuTemplate" id="1">
								<Anchors>
									<Anchor point="TOPLEFT">
										<Offset>
											<AbsDimension x="192" y="-35" />
										</Offset>
									</Anchor>
								</Anchors>
								<Layers>
									<Layer level="OVERLAY">
										<FontString inherits="GameFontNormal" text="HEALBOT_OPTIONS_SKINDEFAULTFOR">
											<Anchors>
												<Anchor point="TOPLEFT">
													<Offset>
														<AbsDimension x="-100" y="-7"/>
													</Offset>
												</Anchor>
											</Anchors>
										</FontString>
									</Layer>
								</Layers>
								<Scripts>
									<OnLoad>HealBot_Options_SkinDefault_OnLoad(self)</OnLoad>
								</Scripts>
							</Frame>
							<CheckButton name="HealBot_Options_ActionLocked" inherits="OptionsCheckButtonTemplate">
								<Anchors>
									<Anchor point="TOPLEFT">
										<Offset>
											<AbsDimension x="40" y="-98" />
										</Offset>
									</Anchor>
								</Anchors>
								<Scripts>
									<OnLoad>HealBot_Options_SetText(self,HEALBOT_OPTIONS_ACTIONLOCKED)</OnLoad>
									<OnClick>HealBot_Options_ActionLocked_OnClick(self)</OnClick>
								</Scripts>
							</CheckButton>
							<Frame name="HealBot_Options_ActionAnchor" inherits="UIDropDownMenuTemplate" id="1">
								<Anchors>
									<Anchor point="TOPLEFT" relativeTo="HealBot_Options_ActionLocked" relativePoint="TOPRIGHT">
										<Offset>
											<AbsDimension x="190" y="15" />
										</Offset>
									</Anchor>
								</Anchors>
								<Layers>
									<Layer level="OVERLAY">
										<FontString inherits="GameFontNormal" text="HEALBOT_OPTIONS_ANCHOR">
											<Anchors>
												<Anchor point="RIGHT" relativeTo="HealBot_Options_ActionAnchor" relativePoint="TOPLEFT">
													<Offset>
														<AbsDimension x="12" y="-12"/>
													</Offset>
												</Anchor>
											</Anchors>
										</FontString>
									</Layer>
								</Layers>
								<Scripts>
									<OnLoad>HealBot_Options_ActionAnchor_OnLoad(self)</OnLoad>
								</Scripts>
							</Frame>
							<Frame name="HealBot_Options_ActionBarsAnchor" inherits="UIDropDownMenuTemplate">
								<Anchors>
									<Anchor point="TOPLEFT" relativeTo="HealBot_Options_ActionAnchor" relativePoint="BOTTOMLEFT">
										<Offset>
											<AbsDimension x="0" y="5" />
										</Offset>
									</Anchor>
								</Anchors>
								<Layers>
									<Layer level="OVERLAY">
										<FontString inherits="GameFontNormal" text="HEALBOT_OPTIONS_BARSANCHOR">
											<Anchors>
												<Anchor point="RIGHT" relativeTo="HealBot_Options_ActionBarsAnchor" relativePoint="TOPLEFT">
													<Offset>
														<AbsDimension x="12" y="-12"/>
													</Offset>
												</Anchor>
											</Anchors>
										</FontString>
									</Layer>
								</Layers>
								<Scripts>
									<OnLoad>HealBot_Options_ActionBarsAnchor_OnLoad(self)</OnLoad>
								</Scripts>
							</Frame>
							<CheckButton name="HealBot_Options_AutoShow" inherits="OptionsCheckButtonTemplate">
								<Anchors>
									<Anchor point="TOPLEFT" relativeTo="HealBot_Options_ActionLocked" relativePoint="BOTTOMLEFT">
										<Offset>
											<AbsDimension x="0" y="-25" />
										</Offset>
									</Anchor>
								</Anchors>
								<Scripts>
									<OnLoad>HealBot_Options_SetText(self,HEALBOT_OPTIONS_AUTOSHOW)</OnLoad>
									<OnClick>HealBot_Options_AutoShow_OnClick(self)</OnClick>
								</Scripts>
							</CheckButton>
							<CheckButton name="HealBot_Options_PanelSounds" inherits="OptionsCheckButtonTemplate">
								<Anchors>
									<Anchor point="TOPLEFT" relativeTo="HealBot_Options_AutoShow" relativePoint="TOPRIGHT">
										<Offset>
											<AbsDimension x="150" y="0" />
										</Offset>
									</Anchor>
								</Anchors>
								<Scripts>
									<OnLoad>HealBot_Options_SetText(self,HEALBOT_OPTIONS_PANELSOUNDS)</OnLoad>
									<OnClick>HealBot_Options_PanelSounds_OnClick(self)</OnClick>
								</Scripts>
							</CheckButton>                            
                            
                            <CheckButton name="HealBot_Options_PartyFrames" inherits="OptionsCheckButtonTemplate">
                                <Anchors>
                                    <Anchor point="TOPLEFT" relativeTo="HealBot_Options_AutoShow" relativePoint="BOTTOMLEFT">>
                                        <Offset>
                                            <AbsDimension x="0" y="-12" />
                                        </Offset>
                                    </Anchor>
                                </Anchors>
                                <Scripts>
                                    <OnLoad>HealBot_Options_SetText(self,HEALBOT_OPTIONS_HIDEPARTYFRAMES)</OnLoad>
                                    <OnClick>HealBot_Options_PartyFrames_OnClick(self)</OnClick>
                                </Scripts>
                            </CheckButton>
                            <CheckButton name="HealBot_Options_PlayerTargetFrames" inherits="SendMailRadioButtonTemplate">
                                <Anchors>
                                    <Anchor point="TOPLEFT" relativeTo="HealBot_Options_PartyFrames" relativePoint="TOPRIGHT">
                                        <Offset>
                                            <AbsDimension x="120" y="-6"/>
                                        </Offset>
                                    </Anchor>
                                </Anchors>
                                <Scripts>
                                    <OnLoad>HealBot_Options_SetText(self,HEALBOT_OPTIONS_HIDEPLAYERTARGET)</OnLoad>
                                    <OnClick>HealBot_Options_PlayerTargetFrames_OnClick(self)</OnClick>
                                </Scripts>
                            </CheckButton>
                            
                            <CheckButton name="HealBot_Options_VisibleRange" inherits="OptionsCheckButtonTemplate">
                                <Anchors>
                                    <Anchor point="TOPLEFT" relativeTo="HealBot_Options_PartyFrames" relativePoint="BOTTOMLEFT">
                                        <Offset>
                                            <AbsDimension x="0" y="-15" />
                                        </Offset>
                                    </Anchor>
                                </Anchors>
                                <Scripts>
                                    <OnLoad>HealBot_Options_SetText(self,HEALBOT_OPTIONS_VISIBLERANGE)</OnLoad>
                                    <OnClick>HealBot_Options_VisibleRange_OnClick(self)</OnClick>
                                </Scripts>
                            </CheckButton>
                            

                            <CheckButton name="HealBot_Options_UseFluidBars" inherits="OptionsCheckButtonTemplate">
                                <Anchors>
                                    <Anchor point="TOPLEFT" relativeTo="HealBot_Options_VisibleRange" relativePoint="BOTTOMLEFT">
                                        <Offset>
                                            <AbsDimension x="0" y="-22" />
                                        </Offset>
                                    </Anchor>
                                </Anchors>
                                <Scripts>
                                    <OnLoad>HealBot_Options_SetText(self,HEALBOT_OPTION_USEFLUIDBARS)</OnLoad>
                                    <OnClick>HealBot_Options_UseFluidBars_OnClick(self)</OnClick>
                                </Scripts>
                            </CheckButton>
                            <Slider name="HealBot_Options_BarUpdateFreq" inherits="HealBot_Options_SliderTemplate">
                                <Size>
                                    <AbsDimension x="195" y="16" />
                                </Size>
                                <Anchors>
                                    <Anchor point="TOPLEFT" relativeTo="HealBot_Options_UseFluidBars" relativePoint="TOPRIGHT">
                                        <Offset>
                                            <AbsDimension x="120" y="-7" />
                                        </Offset>
                                    </Anchor>
                                </Anchors>
                                <Scripts>
                                    <OnLoad>HealBot_Options_val2_OnLoad(self,HEALBOT_OPTION_BARUPDFREQ,10,100,5,10)</OnLoad>
                                    <OnValueChanged>HealBot_Options_BarFreq_OnValueChanged(self)</OnValueChanged>
                                </Scripts>
                            </Slider>
							<Button name="HealBot_BackgroundColorpickb">
								<Size>
									<AbsDimension x="215" y="20"/>
								</Size>
								<Anchors>
									<Anchor point="TOPLEFT">
										<Offset>
											<AbsDimension x="15" y="-325"/>
										</Offset>
									</Anchor>
								</Anchors>
								<Scripts>
									<OnClick>HealBot_SkinColorpick_OnClick("Back")</OnClick>
								</Scripts>
							</Button>
							<StatusBar name="HealBot_BackgroundColorpick">
								<Size>
									<AbsDimension x="205" y="20"/>
								</Size>
								<Anchors>
									<Anchor point="TOPLEFT" relativeTo="HealBot_BackgroundColorpickb" relativePoint="TOPLEFT">
										<Offset>
											<AbsDimension x="0" y="0"/>
										</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>self:SetMinMaxValues(0,100); self: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="205" y="20"/>
								</Size>
								<Anchors>
									<Anchor point="TOPLEFT" relativeTo="HealBot_BackgroundColorpick"  relativePoint="TOPRIGHT">
										<Offset>
											<AbsDimension x="15" y="0"/>
										</Offset>
									</Anchor>
								</Anchors>
								<Scripts>
									<OnClick>HealBot_SkinColorpick_OnClick("Bor")</OnClick>
								</Scripts>
							</Button>
							<StatusBar name="HealBot_BorderColorpick">
								<Size>
									<AbsDimension x="205" y="20"/>
								</Size>
								<Anchors>
									<Anchor point="TOPLEFT" relativeTo="HealBot_BackgroundColorpick"  relativePoint="TOPRIGHT">
										<Offset>
											<AbsDimension x="15" 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>self:SetMinMaxValues(0,100); self:SetValue(100);</OnLoad>
								</Scripts>
								<BarTexture file="Interface\TargetingFrame\UI-StatusBar"/>
								<BarColor r="0" g="1" b="0"/>
							</StatusBar>
                    
                        </Frames>
                    </Frame>

                    
					<Frame name="HealBot_Options_HealingSkinsFrame">
						<Size>
							<AbsDimension y="358"/>
						</Size>
						<Anchors>
							<Anchor point="TOPLEFT">
								<Offset>
									<AbsDimension x="20" y="-150"/>
								</Offset>
							</Anchor>
							<Anchor point="TOPRIGHT">
								<Offset>
									<AbsDimension x="-20" y="-150"/>
								</Offset>
							</Anchor>
						</Anchors>
				        <Backdrop edgeFile="Interface\Tooltips\UI-Tooltip-Border" tile="true">
					        <EdgeSize>
						        <AbsValue val="12"/>
							</EdgeSize>
							<TileSize>
								<AbsValue val="16"/>
							</TileSize>
							<BackgroundInsets>
								<AbsInset left="0" right="0" top="5" bottom="5"/>
							</BackgroundInsets>
						</Backdrop>
						<Layers>
							<Layer level="BACKGROUND">
								<FontString name="HealBot_HealButtons_Text" text="HEALBOT_OPTIONS_HEAL_BUTTONS" inherits="GameFontNormalSmall">
									<Anchors>
										<Anchor point="TOPLEFT">
											<Offset>
												<AbsDimension x="185" y="-8" />
											</Offset>
										</Anchor>
									</Anchors>
								</FontString>
							</Layer>
						</Layers>
						<Layers>
							<Layer level="BACKGROUND">
								<FontString name="HealBot_IncludeTargets_Text" text="HEALBOT_WORDS_INCLUDE" inherits="GameFontNormalSmall">
									<Anchors>
										<Anchor point="TOPLEFT">
											<Offset>
												<AbsDimension x="178" y="-110" />
											</Offset>
										</Anchor>
									</Anchors>
								</FontString>
							</Layer>
						</Layers>
						<Frames>
							<CheckButton name="HealBot_Options_SelfHeals" inherits="OptionsCheckButtonTemplate">
								<Anchors>
									<Anchor point="TOPLEFT">
										<Offset>
											<AbsDimension x="25" y="-24" />
										</Offset>
									</Anchor>
								</Anchors>
								<Scripts>
									<OnLoad>HealBot_Options_SetText(self,HEALBOT_OPTIONS_SELFHEALS)</OnLoad>
									<OnClick>HealBot_Options_SelfHeals_OnClick(self)</OnClick>
								</Scripts>
							</CheckButton>
							<CheckButton name="HealBot_Options_TankHeals" inherits="OptionsCheckButtonTemplate">
								<Anchors>
									<Anchor point="TOPLEFT" relativeTo="HealBot_Options_SelfHeals" relativePoint="TOPLEFT">
										<Offset>
											<AbsDimension x="155" y="0" />
										</Offset>
									</Anchor>
								</Anchors>
								<Scripts>
									<OnLoad>HealBot_Options_SetText(self,HEALBOT_OPTIONS_TANKHEALS)</OnLoad>
									<OnClick>HealBot_Options_TankHeals_OnClick(self)</OnClick>
								</Scripts>
							</CheckButton>
							<CheckButton name="HealBot_Options_MainAssistHeals" inherits="OptionsCheckButtonTemplate">
								<Anchors>
									<Anchor point="TOPLEFT" relativeTo="HealBot_Options_TankHeals" relativePoint="TOPLEFT">
										<Offset>
											<AbsDimension x="155" y="0" />
										</Offset>
									</Anchor>
								</Anchors>
								<Scripts>
									<OnLoad>HealBot_Options_SetText(self,HEALBOT_OPTIONS_MAINASSIST)</OnLoad>
									<OnClick>HealBot_Options_MainAssistHeals_OnClick(self)</OnClick>
								</Scripts>
							</CheckButton>
							<CheckButton name="HealBot_Options_GroupHeals" inherits="OptionsCheckButtonTemplate">
								<Anchors>
									<Anchor point="TOPLEFT" relativeTo="HealBot_Options_SelfHeals" relativePoint="TOPLEFT">
										<Offset>
											<AbsDimension x="0" y="-22" />
										</Offset>
									</Anchor>
								</Anchors>
								<Scripts>
									<OnLoad>HealBot_Options_SetText(self,HEALBOT_OPTIONS_GROUPHEALS)</OnLoad>
									<OnClick>HealBot_Options_GroupHeals_OnClick(self)</OnClick>
								</Scripts>
							</CheckButton>
							<CheckButton name="HealBot_Options_FocusBar" inherits="OptionsCheckButtonTemplate">
								<Anchors>
									<Anchor point="TOPLEFT" relativeTo="HealBot_Options_TankHeals" relativePoint="TOPLEFT">
										<Offset>
											<AbsDimension x="0" y="-22" />
										</Offset>
									</Anchor>
								</Anchors>
								<Scripts>
									<OnLoad>HealBot_Options_SetText(self,HEALBOT_FOCUS)</OnLoad>
									<OnClick>HealBot_Options_FocusBar_OnClick(self)</OnClick>
								</Scripts>
							</CheckButton>
							<CheckButton name="HealBot_Options_MyTargetsList" inherits="OptionsCheckButtonTemplate">
								<Anchors>
									<Anchor point="TOPLEFT" relativeTo="HealBot_Options_MainAssistHeals" relativePoint="TOPLEFT">
										<Offset>
											<AbsDimension x="0" y="-22" />
										</Offset>
									</Anchor>
								</Anchors>
								<Scripts>
									<OnLoad>HealBot_Options_SetText(self,HEALBOT_OPTIONS_MYTARGET)</OnLoad>
									<OnClick>HealBot_Options_MyTargetsList_OnClick(self)</OnClick>
								</Scripts>
							</CheckButton>
							<CheckButton name="HealBot_Options_EmergencyHeals" inherits="OptionsCheckButtonTemplate">
								<Anchors>
									<Anchor point="TOPLEFT" relativeTo="HealBot_Options_GroupHeals" relativePoint="TOPLEFT">
										<Offset>
											<AbsDimension x="0" y="-22" />
										</Offset>
									</Anchor>
								</Anchors>
								<Scripts>
									<OnLoad>HealBot_Options_SetText(self,HEALBOT_OPTIONS_EMERGENCYHEALS)</OnLoad>
									<OnClick>HealBot_Options_EmergencyHeals_OnClick(self)</OnClick>
								</Scripts>
							</CheckButton>
							<CheckButton name="HealBot_Options_PetHeals" inherits="OptionsCheckButtonTemplate">
								<Anchors>
									<Anchor point="TOPLEFT" relativeTo="HealBot_Options_FocusBar" relativePoint="TOPLEFT">
										<Offset>
											<AbsDimension x="0" y="-22" />
										</Offset>
									</Anchor>
								</Anchors>
								<Scripts>
									<OnLoad>HealBot_Options_SetText(self,HEALBOT_OPTIONS_PETHEALS)</OnLoad>
									<OnClick>HealBot_Options_PetHeals_OnClick(self)</OnClick>
								</Scripts>
							</CheckButton>
							<CheckButton name="HealBot_Options_VehicleHeals" inherits="OptionsCheckButtonTemplate">
								<Anchors>
									<Anchor point="TOPLEFT" relativeTo="HealBot_Options_MyTargetsList" relativePoint="TOPLEFT">
										<Offset>
											<AbsDimension x="0" y="-22" />
										</Offset>
									</Anchor>
								</Anchors>
								<Scripts>
									<OnLoad>HealBot_Options_SetText(self,HEALBOT_VEHICLE)</OnLoad>
									<OnClick>HealBot_Options_VehicleHeals_OnClick(self)</OnClick>
								</Scripts>
							</CheckButton>
							<CheckButton name="HealBot_Options_TargetBar" inherits="OptionsCheckButtonTemplate">
								<Anchors>
									<Anchor point="TOPLEFT" relativeTo="HealBot_Options_GroupHeals" relativePoint="TOPLEFT">
										<Offset>
											<AbsDimension x="38" y="-55" />
										</Offset>
									</Anchor>
								</Anchors>
								<Scripts>
									<OnLoad>HealBot_Options_SetText(self,HEALBOT_TOOLTIP_TARGETBAR)</OnLoad>
									<OnClick>HealBot_Options_TargetBar_OnClick(self)</OnClick>
								</Scripts>
							</CheckButton>
							<CheckButton name="HealBot_Options_TargetIncSelf" inherits="SendMailRadioButtonTemplate">
								<Anchors>
									<Anchor point="TOPLEFT" relativeTo="HealBot_Options_TargetBar" relativePoint="TOPRIGHT">
										<Offset>
											<AbsDimension x="140" y="2"/>
										</Offset>
									</Anchor>
								</Anchors>
								<Scripts>
									<OnLoad>HealBot_Options_SetText(self,HEALBOT_OPTIONS_SELFHEALS)</OnLoad>
									<OnClick>HealBot_Options_TargetIncSelf_OnClick(self)</OnClick>
								</Scripts>
							</CheckButton>
							<CheckButton name="HealBot_Options_TargetIncGroup" inherits="SendMailRadioButtonTemplate">
								<Anchors>
									<Anchor point="TOPLEFT" relativeTo="HealBot_Options_TargetIncSelf" relativePoint="BOTTOMLEFT">
										<Offset>
											<AbsDimension x="0" y="-2"/>
										</Offset>
									</Anchor>
								</Anchors>
								<Scripts>
									<OnLoad>HealBot_Options_SetText(self,HEALBOT_OPTIONS_GROUPHEALS)</OnLoad>
									<OnClick>HealBot_Options_TargetIncGroup_OnClick(self)</OnClick>
								</Scripts>
							</CheckButton>
							<CheckButton name="HealBot_Options_TargetIncRaid" inherits="SendMailRadioButtonTemplate">
								<Anchors>
									<Anchor point="TOPLEFT" relativeTo="HealBot_Options_TargetIncSelf" relativePoint="TOPRIGHT">
										<Offset>
											<AbsDimension x="70" y="0"/>
										</Offset>
									</Anchor>
								</Anchors>
								<Scripts>
									<OnLoad>HealBot_Options_SetText(self,HEALBOT_OPTIONS_EMERGENCYHEALS)</OnLoad>
									<OnClick>HealBot_Options_TargetIncRaid_OnClick(self)</OnClick>
								</Scripts>
							</CheckButton>
							<CheckButton name="HealBot_Options_TargetIncPet" inherits="SendMailRadioButtonTemplate">
								<Anchors>
									<Anchor point="TOPLEFT" relativeTo="HealBot_Options_TargetIncRaid" relativePoint="BOTTOMLEFT">
										<Offset>
											<AbsDimension x="0" y="-2"/>
										</Offset>
									</Anchor>
								</Anchors>
								<Scripts>
									<OnLoad>HealBot_Options_SetText(self,HEALBOT_OPTIONS_PETHEALS)</OnLoad>
									<OnClick>HealBot_Options_TargetIncPet_OnClick(self)</OnClick>
								</Scripts>
							</CheckButton>
							<CheckButton name="HealBot_Options_TargetMode" inherits="SendMailRadioButtonTemplate">
								<Anchors>
									<Anchor point="TOPLEFT" relativeTo="HealBot_Options_TargetBar" relativePoint="BOTTOMLEFT">
										<Offset>
											<AbsDimension x="18" y="-8"/>
										</Offset>
									</Anchor>
								</Anchors>
								<Scripts>
									<OnLoad>HealBot_Options_SetText(self,HEALBOT_OPTIONS_TARGETBARMODE)</OnLoad>
									<OnClick>HealBot_Options_TargetMode_OnClick(self)</OnClick>
								</Scripts>
							</CheckButton>
                            
                            
                            
                            <Button name="HealBot_SkinsSubFrameSelectHealAlertFrameb" inherits="UIPanelButtonTemplate">
                                <Size>
                                    <AbsDimension x="100" y="18"/>
                                </Size>
                                <Anchors>
                                    <Anchor point="TOPLEFT" relativeTo="HealBot_Options_TargetBar" relativePoint="BOTTOMLEFT">
                                        <Offset>
                                            <AbsDimension x="10" y="-50"/>
                                        </Offset>
                                    </Anchor>
                                </Anchors>
                                <Scripts>
                                    <OnClick>HealBot_Options_ShowHealPanel("HealBot_Options_HealAlertFrame","HealBot_SkinsSubFrameSelectHealAlertFrame")</OnClick>
                                </Scripts>
                            </Button>
							<StatusBar name="HealBot_SkinsSubFrameSelectHealAlertFrame" toplevel="true">
								<Size>
									<AbsDimension x="100" y="18"/>
								</Size>
								<Anchors>
									<Anchor point="TOPLEFT" relativeTo="HealBot_SkinsSubFrameSelectHealAlertFrameb"  relativePoint="TOPLEFT">
										<Offset>
											<AbsDimension x="0" y="0"/>
										</Offset>
									</Anchor>
								</Anchors>
								<Layers>
									<Layer level="OVERLAY">
										<FontString name="HealBot_SkinsSubFrameSelectHealAlertFramef" inherits="GameFontNormalSmall" text="HEALBOT_OPTIONS_TAB_ALERT">
											<Anchors>
												<Anchor point="CENTER" relativeTo="HealBot_SkinsSubFrameSelectHealAlertFrame" relativePoint="CENTER">
													<Offset>
														<AbsDimension x="0" y="1"/>
													</Offset>
												</Anchor>
											</Anchors>
										</FontString>
									</Layer>
								</Layers>
								<Scripts>
									<OnLoad>self:SetMinMaxValues(0,100); self:SetValue(100);</OnLoad>
								</Scripts>
								<BarTexture file="Interface\Addons\HealBot\Images\Tube"/>
								<BarColor r="1" g="0.32" b="0.32"/>
							</StatusBar>
                            <Button name="HealBot_SkinsSubFrameSelectHealRaidFrameb" inherits="UIPanelButtonTemplate">
                                <Size>
                                    <AbsDimension x="100" y="18"/>
                                </Size>
                                <Anchors>
                                    <Anchor point="TOPLEFT" relativeTo="HealBot_SkinsSubFrameSelectHealAlertFrameb" relativePoint="TOPRIGHT">
                                        <Offset>
                                            <AbsDimension x="10" y="0"/>
                                        </Offset>
                                    </Anchor>
                                </Anchors>
                                <Scripts>
                                    <OnClick>HealBot_Options_ShowHealPanel("HealBot_Options_HealRaidFrame","HealBot_SkinsSubFrameSelectHealRaidFrame")</OnClick>
                                </Scripts>
                            </Button>
							<StatusBar name="HealBot_SkinsSubFrameSelectHealRaidFrame" toplevel="true">
								<Size>
									<AbsDimension x="100" y="18"/>
								</Size>
								<Anchors>
									<Anchor point="TOPLEFT" relativeTo="HealBot_SkinsSubFrameSelectHealRaidFrameb"  relativePoint="TOPLEFT">
										<Offset>
											<AbsDimension x="0" y="0"/>
										</Offset>
									</Anchor>
								</Anchors>
								<Layers>
									<Layer level="OVERLAY">
										<FontString name="HealBot_SkinsSubFrameSelectHealRaidFramef" inherits="GameFontNormalSmall" text="HEALBOT_OPTIONS_EMERGENCYHEALS">
											<Anchors>
												<Anchor point="CENTER" relativeTo="HealBot_SkinsSubFrameSelectHealRaidFrame" relativePoint="CENTER">
													<Offset>
														<AbsDimension x="0" y="1"/>
													</Offset>
												</Anchor>
											</Anchors>
										</FontString>
									</Layer>
								</Layers>
								<Scripts>
									<OnLoad>self:SetMinMaxValues(0,100); self:SetValue(100);</OnLoad>
								</Scripts>
								<BarTexture file="Interface\Addons\HealBot\Images\Tube"/>
								<BarColor r="0.58" g="0.08" b="0.08"/>
							</StatusBar>
                            <Button name="HealBot_SkinsSubFrameSelectHealSortFrameb" inherits="UIPanelButtonTemplate">
                                <Size>
                                    <AbsDimension x="100" y="18"/>
                                </Size>
                                <Anchors>
                                    <Anchor point="TOPLEFT" relativeTo="HealBot_SkinsSubFrameSelectHealRaidFrameb" relativePoint="TOPRIGHT">
                                        <Offset>
                                            <AbsDimension x="10" y="0"/>
                                        </Offset>
                                    </Anchor>
                                </Anchors>
                                <Scripts>
                                    <OnClick>HealBot_Options_ShowHealPanel("HealBot_Options_HealSortFrame","HealBot_SkinsSubFrameSelectHealSortFrame")</OnClick>
                                </Scripts>
                            </Button>
							<StatusBar name="HealBot_SkinsSubFrameSelectHealSortFrame" toplevel="true">
								<Size>
									<AbsDimension x="100" y="18"/>
								</Size>
								<Anchors>
									<Anchor point="TOPLEFT" relativeTo="HealBot_SkinsSubFrameSelectHealSortFrameb"  relativePoint="TOPLEFT">
										<Offset>
											<AbsDimension x="0" y="0"/>
										</Offset>
									</Anchor>
								</Anchors>
								<Layers>
									<Layer level="OVERLAY">
										<FontString name="HealBot_SkinsSubFrameSelectHealSortFramef" inherits="GameFontNormalSmall" text="HEALBOT_OPTIONS_TAB_SORT">
											<Anchors>
												<Anchor point="CENTER" relativeTo="HealBot_SkinsSubFrameSelectHealSortFrame" relativePoint="CENTER">
													<Offset>
														<AbsDimension x="0" y="1"/>
													</Offset>
												</Anchor>
											</Anchors>
										</FontString>
									</Layer>
								</Layers>
								<Scripts>
									<OnLoad>self:SetMinMaxValues(0,100); self:SetValue(100);</OnLoad>
								</Scripts>
								<BarTexture file="Interface\Addons\HealBot\Images\Tube"/>
								<BarColor r="0.58" g="0.08" b="0.08"/>
							</StatusBar>
                            
                            
                            <Frame name="HealBot_Options_HealAlertFrame">
                                <Size>
                                    <AbsDimension y="140"/>
                                </Size>
                                <Anchors>
                                    <Anchor point="TOPLEFT">
                                        <Offset>
                                            <AbsDimension x="20" y="-200"/>
                                        </Offset>
                                    </Anchor>
                                    <Anchor point="TOPRIGHT">
                                        <Offset>
                                            <AbsDimension x="-20" y="-200"/>
                                        </Offset>
                                    </Anchor>
                                </Anchors>
                                <Backdrop edgeFile="Interface\Tooltips\UI-Tooltip-Border" tile="true">
                                    <EdgeSize>
                                        <AbsValue val="12"/>
                                    </EdgeSize>
                                    <TileSize>
                                        <AbsValue val="16"/>
                                    </TileSize>
                                    <BackgroundInsets>
                                        <AbsInset left="0" right="0" top="5" bottom="5"/>
                                    </BackgroundInsets>
                                </Backdrop>
                                <Frames>
                                    <Slider name="HealBot_Options_AlertLevel" inherits="HealBot_Options_SliderTemplate">
                                        <Size>
                                            <AbsDimension x="285" y="16" />
                                        </Size>
                                        <Anchors>
                                            <Anchor point="TOP">
                                                <Offset>
                                                    <AbsDimension x="0" y="-32" />
                                                </Offset>
                                            </Anchor>
                                        </Anchors>
                                        <Scripts>
                                            <OnLoad>HealBot_Options_Pct_OnLoad(self,HEALBOT_OPTIONS_ALERTLEVEL)</OnLoad>
                                            <OnValueChanged>HealBot_Options_AlertLevel_OnValueChanged(self)</OnValueChanged>
                                        </Scripts>
                                    </Slider>
                                    <Frame name="HealBot_Options_AggroAlertLevel" inherits="UIDropDownMenuTemplate" id="1">
                                        <Anchors>
                                            <Anchor point="TOPLEFT">
                                                <Offset>
                                                    <AbsDimension x="165" y="-78" />
                                                </Offset>
                                            </Anchor>
                                        </Anchors>
                                        <Layers>
                                            <Layer level="OVERLAY">
                                                <FontString inherits="GameFontNormalSmall" text="HEALBOT_OPTIONS_AGGROALERT">
                                                    <Anchors>
                                                        <Anchor point="LEFT">
                                                            <Offset>
                                                                <AbsDimension x="-80" y="4"/>
                                                            </Offset>
                                                        </Anchor>
                                                    </Anchors>
                                                </FontString>
                                            </Layer>
                                        </Layers>
                                        <Scripts>
                                            <OnLoad>HealBot_Options_AggroAlertLevel_OnLoad(self)</OnLoad>
                                        </Scripts>
                                    </Frame>
                                </Frames>
                            </Frame>
                            
                            
                            <Frame name="HealBot_Options_HealRaidFrame">
                                <Size>
                                    <AbsDimension y="140"/>
                                </Size>
                                <Anchors>
                                    <Anchor point="TOPLEFT">
                                        <Offset>
                                            <AbsDimension x="20" y="-200"/>
                                        </Offset>
                                    </Anchor>
                                    <Anchor point="TOPRIGHT">
                                        <Offset>
                                            <AbsDimension x="-20" y="-200"/>
                                        </Offset>
                                    </Anchor>
                                </Anchors>
                                <Backdrop edgeFile="Interface\Tooltips\UI-Tooltip-Border" tile="true">
                                    <EdgeSize>
                                        <AbsValue val="12"/>
                                    </EdgeSize>
                                    <TileSize>
                                        <AbsValue val="16"/>
                                    </TileSize>
                                    <BackgroundInsets>
                                        <AbsInset left="0" right="0" top="5" bottom="5"/>
                                    </BackgroundInsets>
                                </Backdrop>
                                <Frames>
                                    <Frame name="HealBot_Options_EmergencyFilter" inherits="UIDropDownMenuTemplate" id="1">
                                        <Anchors>
                                            <Anchor point="TOPLEFT">
                                                <Offset>
                                                    <AbsDimension x="158" y="-25" />
                                                </Offset>
                                            </Anchor>
                                        </Anchors>
                                        <Layers>
                                            <Layer level="OVERLAY">
                                                <FontString inherits="GameFontNormalSmall" text="HEALBOT_OPTIONS_EMERGFILTER">
                                                    <Anchors>
                                                        <Anchor point="TOPLEFT">
                                                            <Offset>
                                                                <AbsDimension x="-118" y="-7"/>
                                                            </Offset>
                                                        </Anchor>
                                                    </Anchors>
                                                </FontString>
                                                <FontString inherits="GameFontNormalSmall" text="HEALBOT_OPTIONS_EMERGFILTERGROUPS">
                                                    <Anchors>
                                                        <Anchor point="TOPLEFT">
                                                            <Offset>
                                                                <AbsDimension x="-118" y="-58"/>
                                                            </Offset>
                                                        </Anchor>
                                                    </Anchors>
                                                </FontString>
                                            </Layer>
                                        </Layers>
                                        <Scripts>
                                            <OnLoad>HealBot_Options_EmergencyFilter_OnLoad(self)</OnLoad>
                                        </Scripts>
                                    </Frame>
                                    <CheckButton name="HealBot_Options_EFGroup1" inherits="SendMailRadioButtonTemplate" id="1">
                                        <Anchors>
                                            <Anchor point="TOPLEFT" relativeTo="HealBot_Options_EmergencyFilter" relativePoint="TOPLEFT">
                                                <Offset>
                                                    <AbsDimension x="22" y="-50"/>
                                                </Offset>
                                            </Anchor>
                                        </Anchors>
                                        <Scripts>
                                            <OnLoad>HealBot_Options_SetText(self,HEALBOT_ONE)</OnLoad>
                                            <OnClick>HealBot_Options_EFGroup_OnClick(self,self:GetID())</OnClick>
                                        </Scripts>
                                    </CheckButton>
                                    <CheckButton name="HealBot_Options_EFGroup2" inherits="SendMailRadioButtonTemplate" id="2">
                                        <Anchors>
                                            <Anchor point="TOPLEFT" relativeTo="HealBot_Options_EFGroup1" relativePoint="TOPRIGHT">
                                                <Offset>
                                                    <AbsDimension x="22" y="0"/>
                                                </Offset>
                                            </Anchor>
                                        </Anchors>
                                        <Scripts>
                                            <OnLoad>HealBot_Options_SetText(self,HEALBOT_TWO)</OnLoad>
                                            <OnClick>HealBot_Options_EFGroup_OnClick(self,self:GetID())</OnClick>
                                        </Scripts>
                                    </CheckButton>
                                    <CheckButton name="HealBot_Options_EFGroup3" inherits="SendMailRadioButtonTemplate" id="3">
                                        <Anchors>
                                            <Anchor point="TOPLEFT" relativeTo="HealBot_Options_EFGroup2" relativePoint="TOPRIGHT">
                                                <Offset>
                                                    <AbsDimension x="22" y="0"/>
                                                </Offset>
                                            </Anchor>
                                        </Anchors>
                                        <Scripts>
                                            <OnLoad>HealBot_Options_SetText(self,HEALBOT_THREE)</OnLoad>
                                            <OnClick>HealBot_Options_EFGroup_OnClick(self,self:GetID())</OnClick>
                                        </Scripts>
                                    </CheckButton>
                                    <CheckButton name="HealBot_Options_EFGroup4" inherits="SendMailRadioButtonTemplate" id="4">
                                        <Anchors>
                                            <Anchor point="TOPLEFT" relativeTo="HealBot_Options_EFGroup3" relativePoint="TOPRIGHT">
                                                <Offset>
                                                    <AbsDimension x="22" y="0"/>
                                                </Offset>
                                            </Anchor>
                                        </Anchors>
                                        <Scripts>
                                            <OnLoad>HealBot_Options_SetText(self,HEALBOT_FOUR)</OnLoad>
                                            <OnClick>HealBot_Options_EFGroup_OnClick(self,self:GetID())</OnClick>
                                        </Scripts>
                                    </CheckButton>
                                    <CheckButton name="HealBot_Options_EFGroup5" inherits="SendMailRadioButtonTemplate" id="5">
                                        <Anchors>
                                            <Anchor point="TOPLEFT" relativeTo="HealBot_Options_EmergencyFilter" relativePoint="TOPLEFT">
                                                <Offset>
                                                    <AbsDimension x="22" y="-66"/>
                                                </Offset>
                                            </Anchor>
                                        </Anchors>
                                        <Scripts>
                                            <OnLoad>HealBot_Options_SetText(self,HEALBOT_FIVE)</OnLoad>
                                            <OnClick>HealBot_Options_EFGroup_OnClick(self,self:GetID())</OnClick>
                                        </Scripts>
                                    </CheckButton>
                                    <CheckButton name="HealBot_Options_EFGroup6" inherits="SendMailRadioButtonTemplate" id="6">
                                        <Anchors>
                                            <Anchor point="TOPLEFT" relativeTo="HealBot_Options_EFGroup5" relativePoint="TOPRIGHT">
                                                <Offset>
                                                    <AbsDimension x="22" y="0"/>
                                                </Offset>
                                            </Anchor>
                                        </Anchors>
                                        <Scripts>
                                            <OnLoad>HealBot_Options_SetText(self,HEALBOT_SIX)</OnLoad>
                                            <OnClick>HealBot_Options_EFGroup_OnClick(self,self:GetID())</OnClick>
                                        </Scripts>
                                    </CheckButton>
                                    <CheckButton name="HealBot_Options_EFGroup7" inherits="SendMailRadioButtonTemplate" id="7">
                                        <Anchors>
                                            <Anchor point="TOPLEFT" relativeTo="HealBot_Options_EFGroup6" relativePoint="TOPRIGHT">
                                                <Offset>
                                                    <AbsDimension x="22" y="0"/>
                                                </Offset>
                                            </Anchor>
                                        </Anchors>
                                        <Scripts>
                                            <OnLoad>HealBot_Options_SetText(self,HEALBOT_SEVEN)</OnLoad>
                                            <OnClick>HealBot_Options_EFGroup_OnClick(self,self:GetID())</OnClick>
                                        </Scripts>
                                    </CheckButton>
                                    <CheckButton name="HealBot_Options_EFGroup8" inherits="SendMailRadioButtonTemplate" id="8">
                                        <Anchors>
                                            <Anchor point="TOPLEFT" relativeTo="HealBot_Options_EFGroup7" relativePoint="TOPRIGHT">
                                                <Offset>
                                                    <AbsDimension x="22" y="0"/>
                                                </Offset>
                                            </Anchor>
                                        </Anchors>
                                        <Scripts>
                                            <OnLoad>HealBot_Options_SetText(self,HEALBOT_EIGHT)</OnLoad>
                                            <OnClick>HealBot_Options_EFGroup_OnClick(self,self:GetID())</OnClick>
                                        </Scripts>
                                    </CheckButton>
                                </Frames>
                            </Frame>
                            <Frame name="HealBot_Options_HealSortFrame">
                                <Size>
                                    <AbsDimension y="140"/>
                                </Size>
                                <Anchors>
                                    <Anchor point="TOPLEFT">
                                        <Offset>
                                            <AbsDimension x="20" y="-200"/>
                                        </Offset>
                                    </Anchor>
                                    <Anchor point="TOPRIGHT">
                                        <Offset>
                                            <AbsDimension x="-20" y="-200"/>
                                        </Offset>
                                    </Anchor>
                                </Anchors>
                                <Layers>
                                    <Layer level="OVERLAY">
                                        <FontString inherits="GameFontNormalSmall" text="HEALBOT_OPTIONS_EXTRASORT">
                                            <Anchors>
                                                <Anchor point="TOP">
                                                    <Offset>
                                                        <AbsDimension x="0" y="-7"/>
                                                    </Offset>
                                                </Anchor>
                                            </Anchors>
                                        </FontString>
                                    </Layer>
                                </Layers>
                                <Backdrop edgeFile="Interface\Tooltips\UI-Tooltip-Border" tile="true">
                                    <EdgeSize>
                                        <AbsValue val="12"/>
                                    </EdgeSize>
                                    <TileSize>
                                        <AbsValue val="16"/>
                                    </TileSize>
                                    <BackgroundInsets>
                                        <AbsInset left="0" right="0" top="5" bottom="5"/>
                                    </BackgroundInsets>
                                </Backdrop>
                                <Frames>
                                    <Frame name="HealBot_Options_ExtraSort" inherits="UIDropDownMenuTemplate" id="1">
                                        <Anchors>
                                            <Anchor point="TOP">
                                                <Offset>
                                                    <AbsDimension x="0" y="-25" />
                                                </Offset>
                                            </Anchor>
                                        </Anchors>
                                        <Layers>
                                            <Layer level="OVERLAY">
                                                <FontString inherits="GameFontNormalSmall" text="HEALBOT_OPTIONS_SUBSORTINC">
                                                    <Anchors>
                                                        <Anchor point="TOPLEFT">
                                                            <Offset>
                                                                <AbsDimension x="-74" y="-74"/>
                                                            </Offset>
                                                        </Anchor>
                                                    </Anchors>
                                                </FontString>
                                                <FontString inherits="GameFontNormalSmall" text="HEALBOT_OPTIONS_MAINSORT">
                                                    <Anchors>
                                                        <Anchor point="LEFT">
                                                            <Offset>
                                                                <AbsDimension x="-50" y="4"/>
                                                            </Offset>
                                                        </Anchor>
                                                    </Anchors>
                                                </FontString>
                                            </Layer>
                                        </Layers>
                                        <Scripts>
                                            <OnLoad>HealBot_Options_ExtraSort_OnLoad(self)</OnLoad>
                                        </Scripts>
                                    </Frame>
                                    <Frame name="HealBot_Options_ExtraSubSort" inherits="UIDropDownMenuTemplate" id="1">
                                        <Anchors>
                                            <Anchor point="TOPLEFT" relativeTo="HealBot_Options_ExtraSort" relativePoint="BOTTOMLEFT">
                                                <Offset>
                                                    <AbsDimension x="0" y="0" />
                                                </Offset>
                                            </Anchor>
                                        </Anchors>
                                        <Layers>
                                            <Layer level="OVERLAY">
                                                <FontString inherits="GameFontNormalSmall" text="HEALBOT_OPTIONS_SUBSORT">
                                                    <Anchors>
                                                        <Anchor point="LEFT">
                                                            <Offset>
                                                                <AbsDimension x="-50" y="4"/>
                                                            </Offset>
                                                        </Anchor>
                                                    </Anchors>
                                                </FontString>
                                            </Layer>
                                        </Layers>
                                        <Scripts>
                                            <OnLoad>HealBot_Options_ExtraSubSort_OnLoad(self)</OnLoad>
                                        </Scripts>
                                    </Frame>
                                    <CheckButton name="HealBot_Options_SubSortPlayerFirst" inherits="SendMailRadioButtonTemplate">
                                        <Anchors>
                                            <Anchor point="TOPLEFT" relativeTo="HealBot_Options_ExtraSort" relativePoint="TOPLEFT">
                                                <Offset>
                                                    <AbsDimension x="-72" y="-88"/>
                                                </Offset>
                                            </Anchor>
                                        </Anchors>
                                        <Scripts>
                                            <OnLoad>HealBot_Options_SetText(self,HEALBOT_OPTIONS_SUBSORTSELFFIRST)</OnLoad>
                                            <OnClick>HealBot_Options_SubSortPlayerFirst_OnClick(self)</OnClick>
                                        </Scripts>
                                    </CheckButton>
                                    <CheckButton name="HealBot_Options_SubSortIncGroup" inherits="SendMailRadioButtonTemplate">
                                        <Anchors>
                                            <Anchor point="TOPLEFT" relativeTo="HealBot_Options_SubSortPlayerFirst" relativePoint="TOPLEFT">
                                                <Offset>
                                                    <AbsDimension x="94" y="18"/>
                                                </Offset>
                                            </Anchor>
                                        </Anchors>
                                        <Scripts>
                                            <OnLoad>HealBot_Options_SetText(self,HEALBOT_OPTIONS_GROUPHEALS)</OnLoad>
                                            <OnClick>HealBot_Options_SubSortIncGroup_OnClick(self)</OnClick>
                                        </Scripts>
                                    </CheckButton>
                                    <CheckButton name="HealBot_Options_SubSortIncPets" inherits="SendMailRadioButtonTemplate">
                                        <Anchors>
                                            <Anchor point="TOPLEFT" relativeTo="HealBot_Options_SubSortIncGroup" relativePoint="TOPRIGHT">
                                                <Offset>
                                                    <AbsDimension x="70" y="0"/>
                                                </Offset>
                                            </Anchor>
                                        </Anchors>
                                        <Scripts>
                                            <OnLoad>HealBot_Options_SetText(self,HEALBOT_OPTIONS_PETHEALS)</OnLoad>
                                            <OnClick>HealBot_Options_SubSortIncPet_OnClick(self)</OnClick>
                                        </Scripts>
                                    </CheckButton>
                                    <CheckButton name="HealBot_Options_SubSortIncVehicle" inherits="SendMailRadioButtonTemplate">
                                        <Anchors>
                                            <Anchor point="TOPLEFT" relativeTo="HealBot_Options_SubSortIncPets" relativePoint="TOPRIGHT">
                                                <Offset>
                                                    <AbsDimension x="70" y="0"/>
                                                </Offset>
                                            </Anchor>
                                        </Anchors>
                                        <Scripts>
                                            <OnLoad>HealBot_Options_SetText(self,HEALBOT_VEHICLE)</OnLoad>
                                            <OnClick>HealBot_Options_SubSortIncVehicle_OnClick(self)</OnClick>
                                        </Scripts>
                                    </CheckButton>
                                    <CheckButton name="HealBot_Options_SubSortIncMainTanks" inherits="SendMailRadioButtonTemplate">
                                        <Anchors>
                                            <Anchor point="TOPLEFT" relativeTo="HealBot_Options_SubSortIncGroup" relativePoint="TOPLEFT">
                                                <Offset>
                                                    <AbsDimension x="0" y="-18"/>
                                                </Offset>
                                            </Anchor>
                                        </Anchors>
                                        <Scripts>
                                            <OnLoad>HealBot_Options_SetText(self,HEALBOT_OPTIONS_TANKHEALS)</OnLoad>
                                            <OnClick>HealBot_Options_SubSortIncTanks_OnClick(self)</OnClick>
                                        </Scripts>
                                    </CheckButton>
                                    <CheckButton name="HealBot_Options_SubSortIncMyTargets" inherits="SendMailRadioButtonTemplate">
                                        <Anchors>
                                            <Anchor point="TOPLEFT" relativeTo="HealBot_Options_SubSortIncMainTanks" relativePoint="TOPRIGHT">
                                                <Offset>
                                                    <AbsDimension x="100" y="0"/>
                                                </Offset>
                                            </Anchor>
                                        </Anchors>
                                        <Scripts>
                                            <OnLoad>HealBot_Options_SetText(self,HEALBOT_OPTIONS_MYTARGET)</OnLoad>
                                            <OnClick>HealBot_Options_SubSortIncMyTargets_OnClick(self)</OnClick>
                                        </Scripts>
                                    </CheckButton>
                                </Frames>
                            </Frame>
						</Frames>
                    </Frame>
                    
					<Frame name="HealBot_Options_IncHealsSkinsFrame">
						<Size>
							<AbsDimension y="358"/>
						</Size>
						<Anchors>
							<Anchor point="TOPLEFT">
								<Offset>
									<AbsDimension x="20" y="-150"/>
								</Offset>
							</Anchor>
							<Anchor point="TOPRIGHT">
								<Offset>
									<AbsDimension x="-20" y="-150"/>
								</Offset>
							</Anchor>
						</Anchors>
				        <Backdrop edgeFile="Interface\Tooltips\UI-Tooltip-Border" tile="true">
					        <EdgeSize>
						        <AbsValue val="12"/>
							</EdgeSize>
							<TileSize>
								<AbsValue val="16"/>
							</TileSize>
							<BackgroundInsets>
								<AbsInset left="0" right="0" top="5" bottom="5"/>
							</BackgroundInsets>
						</Backdrop>
						<Layers>
							<Layer level="BACKGROUND">
								<FontString name="HealBot_HealButtons_Text" text="HEALBOT_OPTIONS_INCHEAL" inherits="GameFontNormalSmall">
									<Anchors>
										<Anchor point="TOP">
											<Offset>
												<AbsDimension x="0" y="-8" />
											</Offset>
										</Anchor>
									</Anchors>
								</FontString>
								<FontString name="HealBot_NoLHC_Warning" text="HEALBOT_OPTIONS_HEALCOMMNOLHC" inherits="GameFontNormal">
                                    <Color r="1" g="0.2" b="0.2"/>
									<Anchors>
										<Anchor point="TOP">
											<Offset>
												<AbsDimension x="0" y="-300" />
											</Offset>
										</Anchor>
									</Anchors>
								</FontString>
								<FontString name="HealBot_NoLHC_Warning2" text="HEALBOT_OPTIONS_HEALCOMMNOLHC2" inherits="GameFontNormal">
                                    <Color r="1" g="0.2" b="0.2"/>
									<Anchors>
										<Anchor point="TOP">
											<Offset>
												<AbsDimension x="0" y="-300" />
											</Offset>
										</Anchor>
									</Anchors>
								</FontString>
							</Layer>
						</Layers>
						<Frames>
							<CheckButton name="HealBot_Options_ShowIncomingHeals" inherits="OptionsCheckButtonTemplate">
								<Anchors>
									<Anchor point="TOPLEFT" relativeTo="HealBot_Options_IncHealsSkinsFrame" relativePoint="TOPLEFT">
										<Offset>
											<AbsDimension x="138" y="-50" />
										</Offset>
									</Anchor>
								</Anchors>
								<Scripts>
									<OnLoad>HealBot_Options_SetText(self,HEALBOT_SHOW_INCHEALS)</OnLoad>
									<OnClick>HealBot_Options_ShowIncomingHeals_OnClick(self)</OnClick>
								</Scripts>
							</CheckButton>
							<Slider name="HealBot_Options_incHealsDirectDur" inherits="HealBot_Options_SliderTemplate">
								<Size>
									<AbsDimension x="295" y="18" />
								</Size>
								<Anchors>
									<Anchor point="TOPLEFT" relativeTo="HealBot_Options_ShowIncomingHeals" relativePoint="BOTTOMLEFT">
										<Offset>
											<AbsDimension x="-62" y="-50" />
										</Offset>
									</Anchor>
								</Anchors>
								<Scripts>
									<OnLoad>HealBot_Options_val_OnLoad(self,HEALBOT_D_DURATION,0,30,1)</OnLoad>
									<OnValueChanged>HealBot_Options_incHealsDur_OnValueChanged(self,"D")</OnValueChanged>
								</Scripts>
							</Slider>
							<Slider name="HealBot_Options_incHealsHoTDur" inherits="HealBot_Options_SliderTemplate">
								<Size>
									<AbsDimension x="295" y="18" />
								</Size>
								<Anchors>
									<Anchor point="TOPLEFT" relativeTo="HealBot_Options_incHealsDirectDur" relativePoint="BOTTOMLEFT">
										<Offset>
											<AbsDimension x="0" y="-50" />
										</Offset>
									</Anchor>
								</Anchors>
								<Scripts>
									<OnLoad>HealBot_Options_val_OnLoad(self,HEALBOT_H_DURATION,0,30,1)</OnLoad>
									<OnValueChanged>HealBot_Options_incHealsDur_OnValueChanged(self,"H")</OnValueChanged>
								</Scripts>
							</Slider>
							<Slider name="HealBot_Options_incHealsChanDur" inherits="HealBot_Options_SliderTemplate">
								<Size>
									<AbsDimension x="295" y="18" />
								</Size>
								<Anchors>
									<Anchor point="TOPLEFT" relativeTo="HealBot_Options_incHealsHoTDur" relativePoint="BOTTOMLEFT">
										<Offset>
											<AbsDimension x="0" y="-50" />
										</Offset>
									</Anchor>
								</Anchors>
								<Scripts>
									<OnLoad>HealBot_Options_val_OnLoad(self,HEALBOT_C_DURATION,0,30,1)</OnLoad>
									<OnValueChanged>HealBot_Options_incHealsDur_OnValueChanged(self,"C")</OnValueChanged>
								</Scripts>
							</Slider>
						</Frames>
                    </Frame>
                    
                    
					<Frame name="HealBot_Options_ChatSkinsFrame">
						<Size>
							<AbsDimension y="358"/>
						</Size>
						<Anchors>
							<Anchor point="TOPLEFT">
								<Offset>
									<AbsDimension x="20" y="-150"/>
								</Offset>
							</Anchor>
							<Anchor point="TOPRIGHT">
								<Offset>
									<AbsDimension x="-20" y="-150"/>
								</Offset>
							</Anchor>
						</Anchors>
				        <Backdrop edgeFile="Interface\Tooltips\UI-Tooltip-Border" tile="true">
					        <EdgeSize>
						        <AbsValue val="12"/>
							</EdgeSize>
							<TileSize>
								<AbsValue val="16"/>
							</TileSize>
							<BackgroundInsets>
								<AbsInset left="0" right="0" top="5" bottom="5"/>
							</BackgroundInsets>
						</Backdrop>
						<Layers>
							<Layer level="BACKGROUND">
								<FontString name="HealBot_HealButtons_ChatFrameText" text="HEALBOT_OPTIONS_HEAL_CHATOPT" inherits="GameFontNormalSmall">
									<Anchors>
										<Anchor point="TOP">
											<Offset>
												<AbsDimension x="0" y="-8" />
											</Offset>
										</Anchor>
									</Anchors>
								</FontString>
							</Layer>
						</Layers>
						<Frames>
							<CheckButton name="HealBot_Options_CastNotify1" inherits="SendMailRadioButtonTemplate" id="1">
								<Anchors>
									<Anchor point="TOPLEFT">
										<Offset>
											<AbsDimension x="145" y="-50"/>
										</Offset>
									</Anchor>
								</Anchors>
								<Scripts>
									<OnLoad>HealBot_Options_SetText(self,HEALBOT_OPTIONS_CASTNOTIFY1)</OnLoad>
									<OnClick>HealBot_Options_CastNotify_OnClick(self,self: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="-8"/>
										</Offset>
									</Anchor>
								</Anchors>
								<Scripts>
									<OnLoad>HealBot_Options_SetText(self,HEALBOT_OPTIONS_CASTNOTIFY2)</OnLoad>
									<OnClick>HealBot_Options_CastNotify_OnClick(self,self: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="-8"/>
										</Offset>
									</Anchor>
								</Anchors>
								<Scripts>
									<OnLoad>HealBot_Options_SetText(self,HEALBOT_OPTIONS_CASTNOTIFY3)</OnLoad>
									<OnClick>HealBot_Options_CastNotify_OnClick(self,self: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="-8"/>
										</Offset>
									</Anchor>
								</Anchors>
								<Scripts>
									<OnLoad>HealBot_Options_SetText(self,HEALBOT_OPTIONS_CASTNOTIFY4)</OnLoad>
									<OnClick>HealBot_Options_CastNotify_OnClick(self,self: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="-8"/>
										</Offset>
									</Anchor>
								</Anchors>
								<Scripts>
									<OnLoad>HealBot_Options_SetText(self,HEALBOT_OPTIONS_CASTNOTIFY5)</OnLoad>
									<OnClick>HealBot_Options_CastNotify_OnClick(self,self:GetID())</OnClick>
								</Scripts>
							</CheckButton>
							<CheckButton name="HealBot_Options_CastNotify6" inherits="SendMailRadioButtonTemplate" id="6">
								<Anchors>
									<Anchor point="TOPLEFT" relativeTo="HealBot_Options_CastNotify5" relativePoint="BOTTOMLEFT">
										<Offset>
											<AbsDimension x="0" y="-8"/>
										</Offset>
									</Anchor>
								</Anchors>
								<Scripts>
									<OnLoad>HealBot_Options_SetText(self,HEALBOT_OPTIONS_CASTNOTIFY6)</OnLoad>
									<OnClick>HealBot_Options_CastNotify_OnClick(self,self:GetID())</OnClick>
								</Scripts>
							</CheckButton>
							<EditBox name="HealBot_Options_NotifyChan" inherits="HealBot_Options_EditBoxTemplate">
								<Size>
									<AbsDimension x="120" y="20"/>
								</Size>
								<Anchors>
									<Anchor point="TOPLEFT" relativeTo="HealBot_Options_CastNotify6" relativePoint="TOPRIGHT">
										<Offset>
											<AbsDimension x="85" y="0"/>
										</Offset>
									</Anchor>
								</Anchors>
								<Scripts>
									<OnTextChanged>HealBot_Options_NotifyChan_OnTextChanged(self)</OnTextChanged>
								</Scripts>
							</EditBox>
							<CheckButton name="HealBot_Options_CastNotifyResOnly" inherits="SendMailRadioButtonTemplate" id="7">
								<Anchors>
									<Anchor point="TOPLEFT" relativeTo="HealBot_Options_CastNotify6" relativePoint="BOTTOMLEFT">
										<Offset>
											<AbsDimension x="0" y="-15"/>
										</Offset>
									</Anchor>
								</Anchors>
								<Scripts>
									<OnLoad>HealBot_Options_SetText(self,HEALBOT_OPTIONS_CASTNOTIFYRESONLY)</OnLoad>
									<OnClick>HealBot_Options_CastNotifyResOnly_OnClick(self)</OnClick>
								</Scripts>
							</CheckButton>
							<EditBox name="HealBot_Options_NotifyHealMsg" inherits="HealBot_Options_EditBoxTemplate">
								<Size>
									<AbsDimension x="295" y="20"/>
								</Size>
								<Layers>
									<Layer level="BACKGROUND">
										<FontString name="HealBot_Options_NotifyHealMsgText" text="HEALBOT_OPTIONS_NOTIFY_HEAL_MSG" inherits="GameFontNormalSmall">
											<Anchors>
												<Anchor point="TOPRIGHT" relativePoint="TOPLEFT">
													<Offset>
														<AbsDimension x="-10" y="-5" />
													</Offset>
												</Anchor>
											</Anchors>
										</FontString>
									</Layer>
								</Layers>
								<Anchors>
									<Anchor point="TOPLEFT" relativeTo="HealBot_Options_CastNotify6" relativePoint="BOTTOMLEFT">
										<Offset>
											<AbsDimension x="-25" y="-58"/>
										</Offset>
									</Anchor>
								</Anchors>
								<Scripts>
									<OnTextChanged>HealBot_Options_NotifyHealMsg_OnTextChanged(self)</OnTextChanged>
								</Scripts>
							</EditBox>
							<EditBox name="HealBot_Options_NotifyOtherMsg" inherits="HealBot_Options_EditBoxTemplate">
								<Size>
									<AbsDimension x="295" y="20"/>
								</Size>
								<Layers>
									<Layer level="BACKGROUND">
										<FontString name="HealBot_Options_NotifyOtherMsgText" text="HEALBOT_OPTIONS_NOTIFY_OTHER_MSG" inherits="GameFontNormalSmall">
											<Anchors>
												<Anchor point="TOPRIGHT" relativePoint="TOPLEFT">
													<Offset>
														<AbsDimension x="-10" y="-5" />
													</Offset>
												</Anchor>
											</Anchors>
										</FontString>
									</Layer>
								</Layers>
								<Anchors>
									<Anchor point="TOPLEFT" relativeTo="HealBot_Options_NotifyHealMsg" relativePoint="BOTTOMLEFT">
										<Offset>
											<AbsDimension x="0" y="-22"/>
										</Offset>
									</Anchor>
								</Anchors>
								<Scripts>
									<OnTextChanged>HealBot_Options_NotifyOtherMsg_OnTextChanged(self)</OnTextChanged>
								</Scripts>
							</EditBox>
						</Frames>
                    </Frame>
                    
                    
                    
					<Frame name="HealBot_Options_HeadersSkinsFrame">
						<Size>
							<AbsDimension y="358"/>
						</Size>
						<Anchors>
							<Anchor point="TOPLEFT">
								<Offset>
									<AbsDimension x="20" y="-150"/>
								</Offset>
							</Anchor>
							<Anchor point="TOPRIGHT">
								<Offset>
									<AbsDimension x="-20" y="-150"/>
								</Offset>
							</Anchor>
						</Anchors>
				        <Backdrop edgeFile="Interface\Tooltips\UI-Tooltip-Border" tile="true">
					        <EdgeSize>
						        <AbsValue val="12"/>
							</EdgeSize>
							<TileSize>
								<AbsValue val="16"/>
							</TileSize>
							<BackgroundInsets>
								<AbsInset left="0" right="0" top="5" bottom="5"/>
							</BackgroundInsets>
						</Backdrop>
						<Layers>
							<Layer level="BACKGROUND">
								<FontString name="HealBot_HealButtons_ChatFrameText" text="HEALBOT_OPTIONS_HEADEROPTTEXT" inherits="GameFontNormalSmall">
									<Anchors>
										<Anchor point="TOP">
											<Offset>
												<AbsDimension x="0" y="-8" />
											</Offset>
										</Anchor>
									</Anchors>
								</FontString>
							</Layer>
						</Layers>
						<Frames>
							<CheckButton name="HealBot_Options_ShowHeaders" inherits="OptionsCheckButtonTemplate">
								<Anchors>
									<Anchor point="TOPLEFT">
										<Offset>
											<AbsDimension x="162" y="-30" />
										</Offset>
									</Anchor>
								</Anchors>
								<Scripts>
									<OnLoad>HealBot_Options_SetText(self,HEALBOT_OPTIONS_SHOWHEADERS)</OnLoad>
									<OnClick>HealBot_Options_ShowHeaders_OnClick(self)</OnClick>
								</Scripts>
							</CheckButton>
							<Button name="HealBot_HeadBarColorpickb">
								<Size>
									<AbsDimension x="190" y="20"/>
								</Size>
								<Anchors>
									<Anchor point="TOPLEFT">
										<Offset>
											<AbsDimension x="25" y="-70"/>
										</Offset>
									</Anchor>
								</Anchors>
								<Scripts>
									<OnClick>HealBot_SkinColorpick_OnClick("HeadB")</OnClick>
								</Scripts>
							</Button>
							<StatusBar name="HealBot_HeadBarColorpick" inherits="TextStatusBar">
								<Size>
									<AbsDimension x="190" y="20"/>
								</Size>
								<Anchors>
									<Anchor point="TOPLEFT">
										<Offset>
											<AbsDimension x="25" y="-70"/>
										</Offset>
									</Anchor>
								</Anchors>
								<Layers>
									<Layer level="OVERLAY">
										<FontString name="HealBot_HeadBarColorpickt" inherits="GameFontNormalSmall" text="HEALBOT_SKIN_HEADERBARCOL">
											<Anchors>
												<Anchor point="CENTER" relativeTo="HealBot_HeadBarColorpick" relativePoint="CENTER">
													<Offset>
														<AbsDimension x="0" y="1"/>
													</Offset>
												</Anchor>
											</Anchors>
										</FontString>
									</Layer>
								</Layers>
								<Scripts>
									<OnLoad>self:SetMinMaxValues(0,100); self:SetValue(100);</OnLoad>
								</Scripts>
								<BarTexture file="Interface\TargetingFrame\UI-StatusBar"/>
								<BarColor r="0" g="1" b="0"/>
							</StatusBar>
							<Button name="HealBot_HeadTextColorpickb">
								<Size>
									<AbsDimension x="190" y="20"/>
								</Size>
								<Anchors>
									<Anchor point="TOPLEFT" relativeTo="HealBot_HeadBarColorpickb" relativePoint="TOPRIGHT">
										<Offset>
											<AbsDimension x="20" y="0"/>
										</Offset>
									</Anchor>
								</Anchors>
								<Scripts>
									<OnClick>HealBot_SkinColorpick_OnClick("HeadT")</OnClick>
								</Scripts>
							</Button>
							<StatusBar name="HealBot_HeadTextColorpick" inherits="TextStatusBar">
								<Size>
									<AbsDimension x="190" y="20"/>
								</Size>
								<Anchors>
									<Anchor point="TOPLEFT" relativeTo="HealBot_HeadBarColorpickb" relativePoint="TOPRIGHT">
										<Offset>
											<AbsDimension x="20" y="0"/>
										</Offset>
									</Anchor>
								</Anchors>
								<Layers>
									<Layer level="OVERLAY">
										<FontString name="HealBot_HeadTextColorpickt" inherits="GameFontNormalSmall" text="HEALBOT_SKIN_HEADERTEXTCOL">
											<Anchors>
												<Anchor point="CENTER" relativeTo="HealBot_HeadTextColorpick" relativePoint="CENTER">
													<Offset>
														<AbsDimension x="0" y="1"/>
													</Offset>
												</Anchor>
											</Anchors>
										</FontString>
									</Layer>
								</Layers>
								<Scripts>
									<OnLoad>self:SetMinMaxValues(0,100); self:SetValue(100);</OnLoad>
								</Scripts>
								<BarTexture file="Interface\TargetingFrame\UI-StatusBar"/>
								<BarColor r="0" g="1" b="0"/>
							</StatusBar>
							<Slider name="HealBot_Options_HeadTextureS" inherits="HealBot_Options_SliderTemplate">
								<Size>
									<AbsDimension x="295" y="16" />
								</Size>
								<Anchors>
									<Anchor point="TOPLEFT">
										<Offset>
											<AbsDimension x="74" y="-115" />
										</Offset>
									</Anchor>
								</Anchors>
								<Scripts>
									<OnLoad>HealBot_Options_val_OnLoad(self,HEALBOT_OPTIONS_SKINTEXTURE,1,100,1)</OnLoad>
									<OnValueChanged>HealBot_Options_HeadTextureS_OnValueChanged(self)</OnValueChanged>
								</Scripts>
							</Slider>
							<Slider name="HealBot_Options_HeadHightS" inherits="HealBot_Options_SliderTemplate">
								<Size>
									<AbsDimension x="295" y="16" />
								</Size>
								<Anchors>
									<Anchor point="TOPLEFT" relativeTo="HealBot_Options_HeadTextureS" relativePoint="BOTTOMLEFT">
										<Offset>
											<AbsDimension x="0" y="-28" />
										</Offset>
									</Anchor>
								</Anchors>
								<Scripts>
									<OnLoad>HealBot_Options_Pct_OnLoad_MinMax(self,HEALBOT_OPTIONS_SKINHEIGHT,0.25,1,0.01)</OnLoad>
									<OnValueChanged>HealBot_Options_HeadHightS_OnValueChanged(self)</OnValueChanged>
								</Scripts>
							</Slider>
							<Slider name="HealBot_Options_HeadWidthS" inherits="HealBot_Options_SliderTemplate">
								<Size>
									<AbsDimension x="295" y="16" />
								</Size>
								<Anchors>
									<Anchor point="TOPLEFT" relativeTo="HealBot_Options_HeadHightS" relativePoint="BOTTOMLEFT">
										<Offset>
											<AbsDimension x="0" y="-28" />
										</Offset>
									</Anchor>
								</Anchors>
								<Scripts>
									<OnLoad>HealBot_Options_Pct_OnLoad_MinMax(self,HEALBOT_OPTIONS_SKINWIDTH,0.25,1,0.01)</OnLoad>
									<OnValueChanged>HealBot_Options_HeadWidthS_OnValueChanged(self)</OnValueChanged>
								</Scripts>
							</Slider>
							<Slider name="HealBot_Options_HeadFontNameS" inherits="HealBot_Options_SliderTemplate">
								<Size>
									<AbsDimension x="295" y="16" />
								</Size>
								<Anchors>
									<Anchor point="TOPLEFT" relativeTo="HealBot_Options_HeadWidthS"  relativePoint="BOTTOMLEFT">
										<Offset>
											<AbsDimension x="0" y="-28" />
										</Offset>
									</Anchor>
								</Anchors>
								<Scripts>
									<OnLoad>HealBot_Options_val_OnLoad(self,HEALBOT_OPTIONS_SKINFONT,1,100,1)</OnLoad>
									<OnValueChanged>HealBot_Options_HeadFontNameS_OnValueChanged(self)</OnValueChanged>
								</Scripts>
							</Slider>
							<Slider name="HealBot_Options_HeadFontHeightS" inherits="HealBot_Options_SliderTemplate">
								<Size>
									<AbsDimension x="295" y="16" />
								</Size>
								<Anchors>
									<Anchor point="TOPLEFT" relativeTo="HealBot_Options_HeadFontNameS" relativePoint="BOTTOMLEFT">
										<Offset>
											<AbsDimension x="0" y="-28" />
										</Offset>
									</Anchor>
								</Anchors>
								<Scripts>
									<OnLoad>HealBot_Options_val_OnLoad(self,HEALBOT_OPTIONS_SKINFHEIGHT,7,18,1)</OnLoad>
									<OnValueChanged>HealBot_Options_HeadFontHeightS_OnValueChanged(self)</OnValueChanged>
								</Scripts>
							</Slider>								
						</Frames>
					</Frame>

                    
                    
					<Frame name="HealBot_Options_BarsSkinsFrame">
						<Size>
							<AbsDimension y="358"/>
						</Size>
						<Anchors>
							<Anchor point="TOPLEFT">
								<Offset>
									<AbsDimension x="20" y="-150"/>
								</Offset>
							</Anchor>
							<Anchor point="TOPRIGHT">
								<Offset>
									<AbsDimension x="-20" y="-150"/>
								</Offset>
							</Anchor>
						</Anchors>
				        <Backdrop edgeFile="Interface\Tooltips\UI-Tooltip-Border" tile="true">
					        <EdgeSize>
						        <AbsValue val="12"/>
							</EdgeSize>
							<TileSize>
								<AbsValue val="16"/>
							</TileSize>
							<BackgroundInsets>
								<AbsInset left="0" right="0" top="5" bottom="5"/>
							</BackgroundInsets>
						</Backdrop>
						<Layers>
							<Layer level="BACKGROUND">
								<FontString name="HealBot_Options_ScaleFrameText3" text="HEALBOT_OPTIONS_SKINBARS" inherits="GameFontNormalSmall">
									<Anchors>
										<Anchor point="TOP">
											<Offset>
												<AbsDimension x="0" y="-8" />
											</Offset>
										</Anchor>
									</Anchors>
								</FontString>
							</Layer>
						</Layers>
						<Frames>
							<Slider name="HealBot_Options_BarTextureS" inherits="HealBot_Options_SliderTemplate">
								<Size>
									<AbsDimension x="194" y="16" />
								</Size>
								<Anchors>
									<Anchor point="TOPLEFT">
										<Offset>
											<AbsDimension x="18" y="-40" />
										</Offset>
									</Anchor>
								</Anchors>
								<Scripts>
									<OnLoad>HealBot_Options_val_OnLoad(self,HEALBOT_OPTIONS_SKINTEXTURE,1,100,1)</OnLoad>
									<OnValueChanged>HealBot_Options_BarTextureS_OnValueChanged(self)</OnValueChanged>
								</Scripts>
							</Slider>
							<Slider name="HealBot_Options_BarNumColsS" inherits="HealBot_Options_SliderTemplate">
								<Size>
									<AbsDimension x="194" y="16" />
								</Size>
								<Anchors>
									<Anchor point="TOPLEFT" relativeTo="HealBot_Options_BarTextureS" relativePoint="TOPRIGHT">
										<Offset>
											<AbsDimension x="28" y="0" />
										</Offset>
									</Anchor>
								</Anchors>
								<Scripts>
									<OnLoad>HealBot_Options_valNoCols_OnLoad(self,1,12)</OnLoad>
									<OnValueChanged>HealBot_Options_BarNumColsS_OnValueChanged(self)</OnValueChanged>
								</Scripts>
							</Slider>
							<CheckButton name="HealBot_Options_BarNumGroupPerCol" inherits="SendMailRadioButtonTemplate" id="7">
								<Anchors>
									<Anchor point="BOTTOMLEFT" relativeTo="HealBot_Options_BarNumColsS" relativePoint="TOPLEFT">
										<Offset>
											<AbsDimension x="28" y="12"/>
										</Offset>
									</Anchor>
								</Anchors>
								<Scripts>
									<OnLoad>HealBot_Options_SetText(self,HEALBOT_OPTIONS_GROUPSPERCOLUMN)</OnLoad>
									<OnClick>HealBot_Options_BarNumGroupPerCol_OnClick(self)</OnClick>
								</Scripts>
							</CheckButton>
							<Slider name="HealBot_Options_BarHeightS" inherits="HealBot_Options_SliderTemplate">
								<Size>
									<AbsDimension x="194" y="16" />
								</Size>
								<Anchors>
									<Anchor point="TOPLEFT" relativeTo="HealBot_Options_BarTextureS" relativePoint="TOPLEFT">
										<Offset>
											<AbsDimension x="0" y="-44" />
										</Offset>
									</Anchor>
								</Anchors>
								<Scripts>
									<OnLoad>HealBot_Options_val_OnLoad(self,HEALBOT_OPTIONS_SKINHEIGHT,10,80,1)</OnLoad>
									<OnValueChanged>HealBot_Options_BarHeightS_OnValueChanged(self)</OnValueChanged>
								</Scripts>
							</Slider>
							<Slider name="HealBot_Options_BarWidthS" inherits="HealBot_Options_SliderTemplate">
								<Size>
									<AbsDimension x="194" y="16" />
								</Size>
								<Anchors>
									<Anchor point="TOPLEFT" relativeTo="HealBot_Options_BarHeightS" relativePoint="TOPRIGHT">
										<Offset>
											<AbsDimension x="28" y="0" />
										</Offset>
									</Anchor>
								</Anchors>
								<Scripts>
									<OnLoad>HealBot_Options_val_OnLoad(self,HEALBOT_OPTIONS_SKINWIDTH,20,225,1)</OnLoad>
									<OnValueChanged>HealBot_Options_BarWidthS_OnValueChanged(self)</OnValueChanged>
								</Scripts>
							</Slider>
							<Slider name="HealBot_Options_BarBRSpaceS" inherits="HealBot_Options_SliderTemplate">
								<Size>
									<AbsDimension x="194" y="16" />
								</Size>
								<Anchors>
									<Anchor point="TOPLEFT" relativeTo="HealBot_Options_BarHeightS" relativePoint="TOPLEFT">
										<Offset>
											<AbsDimension x="0" y="-44" />
										</Offset>
									</Anchor>
								</Anchors>
								<Scripts>
									<OnLoad>HealBot_Options_val_OnLoad(self,HEALBOT_OPTIONS_SKINBRSPACE,0,10,1)</OnLoad>
									<OnValueChanged>HealBot_Options_BarBRSpaceS_OnValueChanged(self)</OnValueChanged>
								</Scripts>
							</Slider>
							<Slider name="HealBot_Options_BarBCSpaceS" inherits="HealBot_Options_SliderTemplate">
								<Size>
									<AbsDimension x="194" y="16" />
								</Size>
								<Anchors>
									<Anchor point="TOPLEFT" relativeTo="HealBot_Options_BarBRSpaceS" relativePoint="TOPRIGHT">
										<Offset>
											<AbsDimension x="28" y="0" />
										</Offset>
									</Anchor>
								</Anchors>
								<Scripts>
									<OnLoad>HealBot_Options_val_OnLoad(self,HEALBOT_OPTIONS_SKINBCSPACE,0,15,1)</OnLoad>
									<OnValueChanged>HealBot_Options_BarBCSpaceS_OnValueChanged(self)</OnValueChanged>
								</Scripts>
							</Slider>
							<Slider name="HealBot_Options_BarAlpha" inherits="HealBot_Options_SliderTemplate">
								<Size>
									<AbsDimension x="194" y="16" />
								</Size>
								<Anchors>
									<Anchor point="TOPLEFT" relativeTo="HealBot_Options_BarBRSpaceS" relativePoint="TOPLEFT">
										<Offset>
											<AbsDimension x="0" y="-44" />
										</Offset>
									</Anchor>
								</Anchors>
								<Scripts>
									<OnLoad>HealBot_Options_Pct_OnLoad_MinMax(self,HEALBOT_OPTIONS_BARALPHA,0.25,1,0.01)</OnLoad>
									<OnValueChanged>HealBot_Options_BarAlpha_OnValueChanged(self)</OnValueChanged>
								</Scripts>
							</Slider>
							<Slider name="HealBot_Options_BarAlphaInHeal" inherits="HealBot_Options_SliderTemplate">
								<Size>
									<AbsDimension x="194" y="16" />
								</Size>
								<Anchors>
									<Anchor point="TOPLEFT" relativeTo="HealBot_Options_BarAlpha" relativePoint="TOPRIGHT">
										<Offset>
											<AbsDimension x="28" y="0" />
										</Offset>
									</Anchor>
								</Anchors>
								<Scripts>
									<OnLoad>HealBot_Options_Pct_OnLoad_MinMax(self,HEALBOT_OPTIONS_BARALPHAINHEAL,0,0.95,0.01)</OnLoad>
									<OnValueChanged>HealBot_Options_BarAlphaInHeal_OnValueChanged(self)</OnValueChanged>
								</Scripts>
							</Slider>
							<Slider name="HealBot_Options_BarAlphaEor" inherits="HealBot_Options_SliderTemplate">
								<Size>
									<AbsDimension x="194" y="16" />
								</Size>
								<Anchors>
									<Anchor point="TOPLEFT" relativeTo="HealBot_Options_BarAlpha" relativePoint="TOPLEFT">
										<Offset>
											<AbsDimension x="0" y="-44" />
										</Offset>
									</Anchor>
								</Anchors>
								<Scripts>
									<OnLoad>HealBot_Options_Pct_OnLoad(self,HEALBOT_OPTIONS_BARALPHAEOR)</OnLoad>
									<OnValueChanged>HealBot_Options_BarAlphaEor_OnValueChanged(self)</OnValueChanged>
								</Scripts>
							</Slider>
							<Slider name="HealBot_Options_BarAlphaDis" inherits="HealBot_Options_SliderTemplate">
								<Size>
									<AbsDimension x="194" y="16" />
								</Size>
								<Anchors>
									<Anchor point="TOPLEFT" relativeTo="HealBot_Options_BarAlphaEor" relativePoint="TOPRIGHT">
										<Offset>
											<AbsDimension x="28" y="0" />
										</Offset>
									</Anchor>
								</Anchors>
								<Scripts>
									<OnLoad>HealBot_Options_Pct_OnLoad(self,HEALBOT_OPTIONS_BARALPHADIS)</OnLoad>
									<OnValueChanged>HealBot_Options_BarAlphaDis_OnValueChanged(self)</OnValueChanged>
								</Scripts>
							</Slider>
                            <Slider name="HealBot_Options_AggroBarSize" inherits="HealBot_Options_SliderTemplate">
                                <Size>
                                    <AbsDimension x="194" y="16" />
                                </Size>
                                <Anchors>
                                    <Anchor point="TOPLEFT" relativeTo="HealBot_Options_BarAlphaEor" relativePoint="TOPLEFT">
                                        <Offset>
											<AbsDimension x="0" y="-44" />
                                        </Offset>
                                    </Anchor>
                                </Anchors>
                                <Scripts>
                                    <OnLoad>HealBot_Options_val_OnLoad(self,HEALBOT_OPTIONS_AGGROBARSIZE,1,15,1)</OnLoad>
                                    <OnValueChanged>HealBot_Options_AggroBarSize_OnValueChanged(self)</OnValueChanged>
                                </Scripts>
                            </Slider>
							<Slider name="HealBot_Options_Bar2Size" inherits="HealBot_Options_SliderTemplate">
								<Size>
									<AbsDimension x="194" y="16" />
								</Size>
								<Anchors>
									<Anchor point="TOPLEFT" relativeTo="HealBot_Options_AggroBarSize" relativePoint="TOPRIGHT">
										<Offset>
											<AbsDimension x="28" y="0" />
										</Offset>
									</Anchor>
								</Anchors>
								<Scripts>
									<OnLoad>HealBot_Options_val_OnLoad(self,HEALBOT_OPTIONS_BAR2SIZE,0,15,1)</OnLoad>
									<OnValueChanged>HealBot_Options_Bar2Size_OnValueChanged(self)</OnValueChanged>
								</Scripts>
							</Slider>
							<CheckButton name="HealBot_Options_BarInClassColour" inherits="OptionsCheckButtonTemplate">
								<Anchors>
									<Anchor point="TOPLEFT" relativeTo="HealBot_Options_AggroBarSize" relativePoint="BOTTOMLEFT">
										<Offset>
											<AbsDimension x="8" y="-24" />
										</Offset>
									</Anchor>
								</Anchors>
								<Scripts>
									<OnLoad>HealBot_Options_SetText(self,HEALBOT_SKIN_BARCLASSCUSTOMCOLOUR)</OnLoad>
									<OnClick>HealBot_Options_BarInClassColour_OnClick(self)</OnClick>
								</Scripts>
							</CheckButton>
							<CheckButton name="HealBot_Options_BarClassCustomColour1" inherits="SendMailRadioButtonTemplate" id="1">
								<Anchors>
									<Anchor point="TOPLEFT" relativeTo="HealBot_Options_BarInClassColour" relativePoint="TOPLEFT">
										<Offset>
											<AbsDimension x="125" y="-5"/>
										</Offset>
									</Anchor>
								</Anchors>
								<Scripts>
									<OnLoad>HealBot_Options_SetText(self,HEALBOT_SORTBY_CLASS)</OnLoad>
									<OnClick>HealBot_Options_BarClassCustom_OnClick(self,self:GetID())</OnClick>
								</Scripts>
							</CheckButton>
							<CheckButton name="HealBot_Options_BarClassCustomColour2" inherits="SendMailRadioButtonTemplate" id="2">
								<Anchors>
									<Anchor point="TOPLEFT" relativeTo="HealBot_Options_BarInClassColour" relativePoint="TOPLEFT">
										<Offset>
											<AbsDimension x="185" y="-5"/>
										</Offset>
									</Anchor>
								</Anchors>
								<Scripts>
									<OnLoad>HealBot_Options_SetText(self,HEALBOT_CLASSES_CUSTOM)</OnLoad>
									<OnClick>HealBot_Options_BarClassCustom_OnClick(self,self:GetID())</OnClick>
								</Scripts>
							</CheckButton>
							<Button name="HealBot_BarCustomColourb">
								<Size>
									<AbsDimension x="120" y="20"/>
								</Size>
								<Anchors>
									<Anchor point="TOPLEFT" relativeTo="HealBot_Options_BarClassCustomColour2"  relativePoint="TOPRIGHT">
										<Offset>
											<AbsDimension x="70" y="2"/>
										</Offset>
									</Anchor>
								</Anchors>
								<Scripts>
									<OnClick>HealBot_SkinColorpick_OnClick("CustomBar")</OnClick>
								</Scripts>
							</Button>
							<StatusBar name="HealBot_BarCustomColour" inherits="TextStatusBar">
								<Size>
									<AbsDimension x="120" y="20"/>
								</Size>
								<Anchors>
									<Anchor point="TOPLEFT" relativeTo="HealBot_Options_BarClassCustomColour2"  relativePoint="TOPRIGHT">
										<Offset>
											<AbsDimension x="70" y="2"/>
										</Offset>
									</Anchor>
								</Anchors>
								<Layers>
									<Layer level="OVERLAY">
										<FontString name="HealBot_BarCustomColourt" inherits="GameFontNormalSmall" text="HEALBOT_SKIN_HEADERBARCOL">
											<Anchors>
												<Anchor point="CENTER" relativeTo="HealBot_BarCustomColour" relativePoint="CENTER">
													<Offset>
														<AbsDimension x="0" y="1"/>
													</Offset>
												</Anchor>
											</Anchors>
										</FontString>
									</Layer>
								</Layers>
								<Scripts>
									<OnLoad>self:SetMinMaxValues(0,100); self:SetValue(100);</OnLoad>
								</Scripts>
								<BarTexture file="Interface\TargetingFrame\UI-StatusBar"/>
								<BarColor r="0" g="0" b="0"/>
							</StatusBar>
                        </Frames>
                    </Frame>
                    
                    
					<Frame name="HealBot_Options_TextSkinsFrame">
						<Size>
							<AbsDimension y="358"/>
						</Size>
						<Anchors>
							<Anchor point="TOPLEFT">
								<Offset>
									<AbsDimension x="20" y="-150"/>
								</Offset>
							</Anchor>
							<Anchor point="TOPRIGHT">
								<Offset>
									<AbsDimension x="-20" y="-150"/>
								</Offset>
							</Anchor>
						</Anchors>
				        <Backdrop edgeFile="Interface\Tooltips\UI-Tooltip-Border" tile="true">
					        <EdgeSize>
						        <AbsValue val="12"/>
							</EdgeSize>
							<TileSize>
								<AbsValue val="16"/>
							</TileSize>
							<BackgroundInsets>
								<AbsInset left="0" right="0" top="5" bottom="5"/>
							</BackgroundInsets>
						</Backdrop>
						<Layers>
							<Layer level="BACKGROUND">
								<FontString name="HealBot_Options_ScaleFrameText3" text="HEALBOT_OPTIONS_TEXTOPTIONS" inherits="GameFontNormalSmall">
									<Anchors>
										<Anchor point="TOP">
											<Offset>
												<AbsDimension x="0" y="-8" />
											</Offset>
										</Anchor>
									</Anchors>
								</FontString>
							</Layer>
						</Layers>
                        <Frames>
							<Button name="HealBot_EnTextColorpickb">
								<Size>
									<AbsDimension x="140" y="20"/>
								</Size>
								<Anchors>
									<Anchor point="TOPLEFT">
										<Offset>
											<AbsDimension x="12" y="-315"/>
										</Offset>
									</Anchor>
								</Anchors>
								<Scripts>
									<OnClick>HealBot_SkinColorpick_OnClick("En")</OnClick>
								</Scripts>
							</Button>
							<StatusBar name="HealBot_EnTextColorpick" inherits="TextStatusBar">
								<Size>
									<AbsDimension x="140" y="20"/>
								</Size>
								<Anchors>
									<Anchor point="TOPLEFT">
										<Offset>
											<AbsDimension x="12" y="-315"/>
										</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>self:SetMinMaxValues(0,100); self: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="140" y="20"/>
								</Size>
								<Anchors>
									<Anchor point="TOPLEFT">
										<Offset>
											<AbsDimension x="12" y="-315"/>
										</Offset>
									</Anchor>
								</Anchors>
								<Scripts>
									<OnLoad>self:SetMinMaxValues(0,100); self: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="140" 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="140" 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>self:SetMinMaxValues(0,100); self: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="140" 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">
								<Size>
									<AbsDimension x="140" 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>self:SetMinMaxValues(0,100); self:SetValue(100);</OnLoad>
								</Scripts>
								<BarTexture file="Interface\TargetingFrame\UI-StatusBar"/>
								<BarColor r="0" g="1" b="0"/>
							</StatusBar>
							<CheckButton name="HealBot_Options_BarTextInClassColour" inherits="OptionsCheckButtonTemplate">
								<Anchors>
									<Anchor point="TOPLEFT">
										<Offset>
											<AbsDimension x="18" y="-35" />
										</Offset>
									</Anchor>
								</Anchors>
								<Scripts>
									<OnLoad>HealBot_Options_SetText(self,HEALBOT_OPTIONS_BARTEXTCLASSCOLOUR1)</OnLoad>
									<OnClick>HealBot_Options_BarTextInClassColour_OnClick(self)</OnClick>
								</Scripts>
							</CheckButton>
							<CheckButton name="HealBot_Options_ShowClassOnBar" inherits="OptionsCheckButtonTemplate">
								<Anchors>
									<Anchor point="TOPLEFT" relativeTo="HealBot_Options_BarTextInClassColour" relativePoint="TOPLEFT">
										<Offset>
											<AbsDimension x="175" y="0"/>
										</Offset>
									</Anchor>
								</Anchors>
								<Scripts>
									<OnLoad>HealBot_Options_SetText(self,HEALBOT_OPTIONS_SHOWCLASSONBAR)</OnLoad>
									<OnClick>HealBot_Options_ShowClassOnBar_OnClick(self)</OnClick>
								</Scripts>
							</CheckButton>
							<CheckButton name="HealBot_Options_ShowClassOnBarType1" inherits="SendMailRadioButtonTemplate" id="1">
								<Anchors>
									<Anchor point="TOPLEFT" relativeTo="HealBot_Options_ShowClassOnBar" relativePoint="TOPLEFT">
										<Offset>
											<AbsDimension x="145" y="4"/>
										</Offset>
									</Anchor>
								</Anchors>
								<Scripts>
									<OnLoad>HealBot_Options_SetText(self,HEALBOT_SHOW_CLASS_AS_ICON)</OnLoad>
									<OnClick>HealBot_Options_ShowClassOnBarType_OnClick(self,self:GetID())</OnClick>
								</Scripts>
							</CheckButton>
							<CheckButton name="HealBot_Options_ShowClassOnBarType2" inherits="SendMailRadioButtonTemplate" id="2">
								<Anchors>
									<Anchor point="TOPLEFT" relativeTo="HealBot_Options_ShowClassOnBarType1" relativePoint="TOPLEFT">
										<Offset>
											<AbsDimension x="0" y="-14"/>
										</Offset>
									</Anchor>
								</Anchors>
								<Scripts>
									<OnLoad>HealBot_Options_SetText(self,HEALBOT_SHOW_CLASS_AS_TEXT)</OnLoad>
									<OnClick>HealBot_Options_ShowClassOnBarType_OnClick(self,self:GetID())</OnClick>
								</Scripts>
							</CheckButton>
							<CheckButton name="HealBot_Options_ShowNameOnBar" inherits="OptionsCheckButtonTemplate">
								<Anchors>
									<Anchor point="TOPLEFT" relativeTo="HealBot_Options_BarTextInClassColour" relativePoint="TOPLEFT">
										<Offset>
											<AbsDimension x="0" y="-35" />
										</Offset>
									</Anchor>
								</Anchors>
								<Scripts>
									<OnLoad>HealBot_Options_SetText(self,HEALBOT_OPTIONS_SHOWNAMEONBAR)</OnLoad>
									<OnClick>HealBot_Options_ShowNameOnBar_OnClick(self)</OnClick>
								</Scripts>
							</CheckButton>
							<CheckButton name="HealBot_Options_NumberTextLines" inherits="OptionsCheckButtonTemplate">
								<Anchors>
									<Anchor point="TOPLEFT" relativeTo="HealBot_Options_ShowNameOnBar" relativePoint="TOPLEFT">
										<Offset>
											<AbsDimension x="175" y="0"/>
										</Offset>
									</Anchor>
								</Anchors>
								<Scripts>
									<OnLoad>HealBot_Options_SetText(self,HEALBOT_OPTIONS_DOUBLETEXTLINES)</OnLoad>
									<OnClick>HealBot_Options_NumberTextLines_OnClick(self)</OnClick>
								</Scripts>
							</CheckButton>

							<CheckButton name="HealBot_Options_ShowHealthOnBar" inherits="OptionsCheckButtonTemplate">
								<Anchors>
									<Anchor point="TOPLEFT" relativeTo="HealBot_Options_ShowNameOnBar" relativePoint="TOPLEFT">
										<Offset>
											<AbsDimension x="0" y="-35" />
										</Offset>
									</Anchor>
								</Anchors>
								<Scripts>
									<OnLoad>HealBot_Options_SetText(self,HEALBOT_OPTIONS_SHOWHEALTHONBAR)</OnLoad>
									<OnClick>HealBot_Options_ShowHealthOnBar_OnClick(self)</OnClick>
								</Scripts>
							</CheckButton>
                            <Frame name="HealBot_Options_BarHealthIncHeal" inherits="UIDropDownMenuTemplate">
                                <Anchors>
                                    <Anchor point="TOPLEFT" relativeTo="HealBot_Options_ShowHealthOnBar" relativePoint="TOPRIGHT">
                                        <Offset>
                                            <AbsDimension x="135" y="0" />
                                        </Offset>
                                    </Anchor>
                                </Anchors>
                                <Scripts>
                                    <OnLoad>HealBot_Options_BarHealthIncHeal_OnLoad(self)</OnLoad>
                                </Scripts>
                            </Frame>
                            <Frame name="HealBot_Options_BarHealthType" inherits="UIDropDownMenuTemplate">
                                <Anchors>
                                    <Anchor point="TOPLEFT" relativeTo="HealBot_Options_ShowHealthOnBar" relativePoint="BOTTOMLEFT">
                                        <Offset>
                                            <AbsDimension x="-10" y="-8" />
                                        </Offset>
                                    </Anchor>
                                </Anchors>
                                <Scripts>
                                    <OnLoad>HealBot_Options_BarHealthType_OnLoad(self)</OnLoad>
                                </Scripts>
                            </Frame>
                            <Frame name="HealBot_Options_BarHealthNumFormat1" inherits="UIDropDownMenuTemplate">
                                <Anchors>
                                    <Anchor point="TOPLEFT" relativeTo="HealBot_Options_BarHealthType" relativePoint="TOPRIGHT">
                                        <Offset>
                                            <AbsDimension x="-20" y="0" />
                                        </Offset>
                                    </Anchor>
                                </Anchors>
                                <Scripts>
                                    <OnLoad>HealBot_Options_BarHealthNumFormat1_OnLoad(self)</OnLoad>
                                </Scripts>
                            </Frame>
                            <Frame name="HealBot_Options_BarHealthNumFormat2" inherits="UIDropDownMenuTemplate">
                                <Anchors>
                                    <Anchor point="TOPLEFT" relativeTo="HealBot_Options_BarHealthNumFormat1" relativePoint="TOPRIGHT">
                                        <Offset>
                                            <AbsDimension x="-20" y="0" />
                                        </Offset>
                                    </Anchor>
                                </Anchors>
                                <Scripts>
                                    <OnLoad>HealBot_Options_BarHealthNumFormat2_OnLoad(self)</OnLoad>
                                </Scripts>
                            </Frame>
							<Slider name="HealBot_Options_TextAlign" inherits="HealBot_Options_SliderTemplate">
								<Size>
									<AbsDimension x="325" y="18" />
								</Size>
								<Anchors>
									<Anchor point="TOPLEFT" relativeTo="HealBot_Options_ShowHealthOnBar" relativePoint="TOPLEFT">
										<Offset>
											<AbsDimension x="45" y="-105" />
										</Offset>
									</Anchor>
								</Anchors>
								<Scripts>
									<OnLoad>HealBot_Options_val_OnLoad(self,HEALBOT_OPTIONS_TEXTALIGNMENT,1,3,1)</OnLoad>
									<OnValueChanged>HealBot_Options_TextAlign_OnValueChanged(self)</OnValueChanged>
								</Scripts>
							</Slider>
							<Slider name="HealBot_Options_FontName" inherits="HealBot_Options_SliderTemplate">
								<Size>
									<AbsDimension x="194" y="16" />
								</Size>
								<Anchors>
									<Anchor point="TOPLEFT" relativeTo="HealBot_Options_ShowHealthOnBar" relativePoint="TOPLEFT">
										<Offset>
											<AbsDimension x="0" y="-158" />
										</Offset>
									</Anchor>
								</Anchors>
								<Scripts>
									<OnLoad>HealBot_Options_val_OnLoad(self,HEALBOT_OPTIONS_SKINFONT,1,100,1)</OnLoad>
									<OnValueChanged>HealBot_Options_FontName_OnValueChanged(self)</OnValueChanged>
								</Scripts>
							</Slider>
							<Slider name="HealBot_Options_FontHeight" inherits="HealBot_Options_SliderTemplate">
								<Size>
									<AbsDimension x="194" y="16" />
								</Size>
								<Anchors>
									<Anchor point="TOPLEFT" relativeTo="HealBot_Options_FontName" relativePoint="TOPRIGHT">
										<Offset>
											<AbsDimension x="28" y="0" />
										</Offset>
									</Anchor>
								</Anchors>
								<Scripts>
									<OnLoad>HealBot_Options_val_OnLoad(self,HEALBOT_OPTIONS_SKINFHEIGHT,7,18,1)</OnLoad>
									<OnValueChanged>HealBot_Options_FontHeight_OnValueChanged(self)</OnValueChanged>
								</Scripts>
							</Slider>
						</Frames>
                    </Frame>

					<Frame name="HealBot_Options_IconsSkinsFrame">
						<Size>
							<AbsDimension y="358"/>
						</Size>
						<Anchors>
							<Anchor point="TOPLEFT">
								<Offset>
									<AbsDimension x="20" y="-150"/>
								</Offset>
							</Anchor>
							<Anchor point="TOPRIGHT">
								<Offset>
									<AbsDimension x="-20" y="-150"/>
								</Offset>
							</Anchor>
						</Anchors>
				        <Backdrop edgeFile="Interface\Tooltips\UI-Tooltip-Border" tile="true">
					        <EdgeSize>
						        <AbsValue val="12"/>
							</EdgeSize>
							<TileSize>
								<AbsValue val="16"/>
							</TileSize>
							<BackgroundInsets>
								<AbsInset left="0" right="0" top="5" bottom="5"/>
							</BackgroundInsets>
						</Backdrop>
						<Layers>
							<Layer level="BACKGROUND">
								<FontString name="HealBot_Options_Skins_HoTs2Text" text="HEALBOT_OPTIONS_ICONOPTTEXT" inherits="GameFontNormalSmall">
									<Anchors>
										<Anchor point="TOP">
											<Offset>
												<AbsDimension x="0" y="-8" />
											</Offset>
										</Anchor>
									</Anchors>
								</FontString>
							</Layer>
						</Layers>
						<Layers>
							<Layer level="BACKGROUND">
								<FontString name="HealBot_Options_Skins_HoTs2Text2" text="HEALBOT_OPTIONS_HOTPOSITION" inherits="GameFontNormalSmall">
									<Anchors>
										<Anchor point="TOPLEFT">
											<Offset>
												<AbsDimension x="70" y="-158" />
											</Offset>
										</Anchor>
									</Anchors>
								</FontString>
							</Layer>
						</Layers>
						<Frames>
							<CheckButton name="HealBot_Options_BarButtonShowHoT" inherits="OptionsCheckButtonTemplate">
								<Anchors>
									<Anchor point="TOPLEFT">
										<Offset>
											<AbsDimension x="20" y="-28" />
										</Offset>
									</Anchor>
								</Anchors>
								<Scripts>
									<OnLoad>HealBot_Options_SetText(self,HEALBOT_OPTIONS_BARBUTTONSHOWHOT)</OnLoad>
									<OnClick>HealBot_Options_BarButtonShowHoT_OnClick(self)</OnClick>
								</Scripts>
							</CheckButton>
							<CheckButton name="HealBot_Options_ShowDebuffIcon" inherits="OptionsCheckButtonTemplate">
								<Anchors>
									<Anchor point="TOPLEFT">
										<Offset>
											<AbsDimension x="150" y="-28" />
										</Offset>
									</Anchor>
								</Anchors>
								<Scripts>
									<OnLoad>HealBot_Options_SetText(self,HEALBOT_OPTIONS_SHOWDEBUFFICON)</OnLoad>
									<OnClick>HealBot_Options_ShowDebuffIcon_OnClick(self)</OnClick>
								</Scripts>
							</CheckButton>
							<CheckButton name="HealBot_Options_ShowReadyCheck" inherits="OptionsCheckButtonTemplate">
								<Anchors>
									<Anchor point="TOPLEFT">
										<Offset>
											<AbsDimension x="280" y="-28" />
										</Offset>
									</Anchor>
								</Anchors>
								<Scripts>
									<OnLoad>HealBot_Options_SetText(self,HEALBOT_OPTIONS_SHOWREADYCHECK)</OnLoad>
									<OnClick>HealBot_Options_ShowReadyCheck_OnClick(self)</OnClick>
								</Scripts>
							</CheckButton>
							<CheckButton name="HealBot_Options_BarButtonShowRaidIcon" inherits="OptionsCheckButtonTemplate">
								<Anchors>
									<Anchor point="TOPLEFT">
										<Offset>
											<AbsDimension x="150" y="-54" />
										</Offset>
									</Anchor>
								</Anchors>
								<Scripts>
									<OnLoad>HealBot_Options_SetText(self,HEALBOT_OPTIONS_BARBUTTONSHOWRAIDICON)</OnLoad>
									<OnClick>HealBot_Options_BarButtonShowRaidIcon_OnClick(self)</OnClick>
								</Scripts>
							</CheckButton>
							<CheckButton name="HealBot_Options_BarButtonShowRaidIconStar" inherits="SendMailRadioButtonTemplate">
								<Anchors>
									<Anchor point="TOPLEFT">
										<Offset>
											<AbsDimension x="70" y="-80"/>
										</Offset>
									</Anchor>
								</Anchors>
								<Scripts>
									<OnLoad>HealBot_Options_SetText(self,HEALBOT_WORD_STAR)</OnLoad>
									<OnClick>HealBot_Options_BarButtonShowRaidIconStar_OnClick(self,self:GetID())</OnClick>
								</Scripts>
							</CheckButton>
							<CheckButton name="HealBot_Options_BarButtonShowRaidIconCircle" inherits="SendMailRadioButtonTemplate">
								<Anchors>
									<Anchor point="TOPLEFT" relativeTo="HealBot_Options_BarButtonShowRaidIconStar" relativePoint="TOPRIGHT">
										<Offset>
											<AbsDimension x="62" y="0"/>
										</Offset>
									</Anchor>
								</Anchors>
								<Scripts>
									<OnLoad>HealBot_Options_SetText(self,HEALBOT_WORD_CIRCLE)</OnLoad>
									<OnClick>HealBot_Options_BarButtonShowRaidIconCircle_OnClick(self,self:GetID())</OnClick>
								</Scripts>
							</CheckButton>
							<CheckButton name="HealBot_Options_BarButtonShowRaidIconDiamond" inherits="SendMailRadioButtonTemplate">
								<Anchors>
									<Anchor point="TOPLEFT" relativeTo="HealBot_Options_BarButtonShowRaidIconCircle" relativePoint="TOPRIGHT">
										<Offset>
											<AbsDimension x="62" y="0"/>
										</Offset>
									</Anchor>
								</Anchors>
								<Scripts>
									<OnLoad>HealBot_Options_SetText(self,HEALBOT_WORD_DIAMOND)</OnLoad>
									<OnClick>HealBot_Options_BarButtonShowRaidIconDiamond_OnClick(self,self:GetID())</OnClick>
								</Scripts>
							</CheckButton>
							<CheckButton name="HealBot_Options_BarButtonShowRaidIconTriangle" inherits="SendMailRadioButtonTemplate">
								<Anchors>
									<Anchor point="TOPLEFT" relativeTo="HealBot_Options_BarButtonShowRaidIconDiamond" relativePoint="TOPRIGHT">
										<Offset>
											<AbsDimension x="62" y="0"/>
										</Offset>
									</Anchor>
								</Anchors>
								<Scripts>
									<OnLoad>HealBot_Options_SetText(self,HEALBOT_WORD_TRIANGLE)</OnLoad>
									<OnClick>HealBot_Options_BarButtonShowRaidIconTriangle_OnClick(self,self:GetID())</OnClick>
								</Scripts>
							</CheckButton>
							<CheckButton name="HealBot_Options_BarButtonShowRaidIconMoon" inherits="SendMailRadioButtonTemplate">
								<Anchors>
									<Anchor point="TOPLEFT">
										<Offset>
											<AbsDimension x="70" y="-96"/>
										</Offset>
									</Anchor>
								</Anchors>
								<Scripts>
									<OnLoad>HealBot_Options_SetText(self,HEALBOT_WORD_MOON)</OnLoad>
									<OnClick>HealBot_Options_BarButtonShowRaidIconMoon_OnClick(self,self:GetID())</OnClick>
								</Scripts>
							</CheckButton>
							<CheckButton name="HealBot_Options_BarButtonShowRaidIconSquare" inherits="SendMailRadioButtonTemplate">
								<Anchors>
									<Anchor point="TOPLEFT" relativeTo="HealBot_Options_BarButtonShowRaidIconMoon" relativePoint="TOPRIGHT">
										<Offset>
											<AbsDimension x="62" y="0"/>
										</Offset>
									</Anchor>
								</Anchors>
								<Scripts>
									<OnLoad>HealBot_Options_SetText(self,HEALBOT_WORD_SQUARE)</OnLoad>
									<OnClick>HealBot_Options_BarButtonShowRaidIconSquare_OnClick(self,self:GetID())</OnClick>
								</Scripts>
							</CheckButton>
							<CheckButton name="HealBot_Options_BarButtonShowRaidIconCross" inherits="SendMailRadioButtonTemplate">
								<Anchors>
									<Anchor point="TOPLEFT" relativeTo="HealBot_Options_BarButtonShowRaidIconSquare" relativePoint="TOPRIGHT">
										<Offset>
											<AbsDimension x="62" y="0"/>
										</Offset>
									</Anchor>
								</Anchors>
								<Scripts>
									<OnLoad>HealBot_Options_SetText(self,HEALBOT_WORD_CROSS)</OnLoad>
									<OnClick>HealBot_Options_BarButtonShowRaidIconCross_OnClick(self,self:GetID())</OnClick>
								</Scripts>
							</CheckButton>
							<CheckButton name="HealBot_Options_BarButtonShowRaidIconSkull" inherits="SendMailRadioButtonTemplate">
								<Anchors>
									<Anchor point="TOPLEFT" relativeTo="HealBot_Options_BarButtonShowRaidIconCross" relativePoint="TOPRIGHT">
										<Offset>
											<AbsDimension x="62" y="0"/>
										</Offset>
									</Anchor>
								</Anchors>
								<Scripts>
									<OnLoad>HealBot_Options_SetText(self,HEALBOT_WORD_SKULL)</OnLoad>
									<OnClick>HealBot_Options_BarButtonShowRaidIconSkull_OnClick(self,self:GetID())</OnClick>
								</Scripts>
							</CheckButton>
							<CheckButton name="HealBot_BarButtonShowHoTonBar1" inherits="SendMailRadioButtonTemplate" id="1">
								<Anchors>
									<Anchor point="TOPLEFT">
										<Offset>
											<AbsDimension x="148" y="-148"/>
										</Offset>
									</Anchor>
								</Anchors>
								<Scripts>
									<OnLoad>HealBot_Options_SetText(self,HEALBOT_OPTIONS_HOTONBAR)</OnLoad>
									<OnClick>HealBot_HoTonBar_OnClick(self,self:GetID())</OnClick>
								</Scripts>
							</CheckButton>
							<CheckButton name="HealBot_BarButtonShowHoTonBar2" inherits="SendMailRadioButtonTemplate" id="2">
								<Anchors>
									<Anchor point="TOPLEFT" relativeTo="HealBot_BarButtonShowHoTonBar1" relativePoint="TOPRIGHT">
										<Offset>
											<AbsDimension x="78" y="0"/>
										</Offset>
									</Anchor>
								</Anchors>
								<Scripts>
									<OnLoad>HealBot_Options_SetText(self,HEALBOT_OPTIONS_HOTOFFBAR)</OnLoad>
									<OnClick>HealBot_HoTonBar_OnClick(self,self:GetID())</OnClick>
								</Scripts>
							</CheckButton>
							<CheckButton name="HealBot_BarButtonShowHoTonBar3" inherits="SendMailRadioButtonTemplate" id="3">
								<Anchors>
									<Anchor point="TOPLEFT" relativeTo="HealBot_BarButtonShowHoTonBar2" relativePoint="TOPRIGHT">
										<Offset>
											<AbsDimension x="78" y="0"/>
										</Offset>
									</Anchor>
								</Anchors>
								<Scripts>
									<OnLoad>HealBot_Options_SetText(self,HEALBOT_OPTIONS_HOTBELOWBAR)</OnLoad>
									<OnClick>HealBot_HoTonBar_OnClick(self,self:GetID())</OnClick>
								</Scripts>
							</CheckButton>
							<CheckButton name="HealBot_BarButtonShowHoTposBar1" inherits="SendMailRadioButtonTemplate" id="1">
								<Anchors>
									<Anchor point="TOPLEFT" relativeTo="HealBot_BarButtonShowHoTonBar1" relativePoint="TOPLEFT">
										<Offset>
											<AbsDimension x="0" y="-16"/>
										</Offset>
									</Anchor>
								</Anchors>
								<Scripts>
									<OnLoad>HealBot_Options_SetText(self,HEALBOT_OPTIONS_HOTBARLEFT)</OnLoad>
									<OnClick>HealBot_HoTposBar_OnClick(self,self:GetID())</OnClick>
								</Scripts>
							</CheckButton>
							<CheckButton name="HealBot_BarButtonShowHoTposBar2" inherits="SendMailRadioButtonTemplate" id="2">
								<Anchors>
									<Anchor point="TOPLEFT" relativeTo="HealBot_BarButtonShowHoTposBar1" relativePoint="TOPRIGHT">
										<Offset>
											<AbsDimension x="78" y="0"/>
										</Offset>
									</Anchor>
								</Anchors>
								<Scripts>
									<OnLoad>HealBot_Options_SetText(self,HEALBOT_OPTIONS_HOTBARRIGHT)</OnLoad>
									<OnClick>HealBot_HoTposBar_OnClick(self,self:GetID())</OnClick>
								</Scripts>
							</CheckButton>
							<CheckButton name="HealBot_BarButtonShowHoTx2Bar" inherits="SendMailRadioButtonTemplate">
								<Anchors>
									<Anchor point="TOPLEFT" relativeTo="HealBot_BarButtonShowHoTposBar2" relativePoint="TOPRIGHT">
										<Offset>
											<AbsDimension x="78" y="0"/>
										</Offset>
									</Anchor>
								</Anchors>
								<Scripts>
									<OnLoad>HealBot_Options_SetText(self,HEALBOT_OPTIONS_DOUBLEROW)</OnLoad>
									<OnClick>HealBot_HoTx2Bar_OnClick(self)</OnClick>
								</Scripts>
							</CheckButton>

							<Slider name="HealBot_BarButtonIconScale" inherits="HealBot_Options_SliderTemplate">
								<Size>
									<AbsDimension x="288" y="18" />
								</Size>
								<Anchors>
									<Anchor point="TOPLEFT">
										<Offset>
											<AbsDimension x="84" y="-230"/>
										</Offset>
									</Anchor>
								</Anchors>
								<Scripts>
									<OnLoad>HealBot_Options_val2_OnLoad(self,HEALBOT_OPTIONS_ICONSCALE,2.5,10,0.5,10)</OnLoad>
									<OnValueChanged>HealBot_BarButtonIconScale_OnValueChanged(self)</OnValueChanged>
								</Scripts>
							</Slider>
                            <Frame name="HealBot_Options_FilterHoTctl" inherits="UIDropDownMenuTemplate">
                                <Layers>
                                    <Layer level="BACKGROUND">
                                        <FontString name="HealBot_Options_Class_HoTctlFilterNameText" text="HEALBOT_WORD_FILTER" inherits="GameFontNormalSmall">
                                            <Anchors>
                                                <Anchor point="TOPLEFT">
                                                    <Offset>
                                                        <AbsDimension x="22" y="14" />
                                                    </Offset>
                                                </Anchor>
                                            </Anchors>
                                        </FontString>
                                    </Layer>
                                </Layers>
                                <Anchors>
									<Anchor point="TOPLEFT">
										<Offset>
											<AbsDimension x="4" y="-312"/>
										</Offset>
									</Anchor>
                                </Anchors>
                                <Scripts>
                                    <OnLoad>HealBot_Options_FilterHoTctl_OnLoad(self)</OnLoad>
                                </Scripts>
                            </Frame>
                            <Frame name="HealBot_Options_Class_HoTctlName" inherits="UIDropDownMenuTemplate">
                                <Layers>
                                    <Layer level="BACKGROUND">
                                        <FontString name="HealBot_Options_Class_HoTctlText" text="HEALBOT_ACTION_OPTIONS" inherits="GameFontNormalSmall">
                                            <Anchors>
                                                <Anchor point="CENTER">
                                                    <Offset>
                                                        <AbsDimension x="0" y="48" />
                                                    </Offset>
                                                </Anchor>
                                            </Anchors>
                                        </FontString>
                                        <FontString name="HealBot_Options_Class_HoTctlNameText" text="HEALBOT_OPTIONS_ALLSPELLS" inherits="GameFontNormalSmall">
                                            <Anchors>
                                                <Anchor point="TOPLEFT">
                                                    <Offset>
                                                        <AbsDimension x="22" y="14" />
                                                    </Offset>
                                                </Anchor>
                                            </Anchors>
                                        </FontString>
                                    </Layer>
                                </Layers>
                                <Anchors>
                                    <Anchor point="TOPLEFT" relativeTo="HealBot_Options_FilterHoTctl" relativePoint="TOPRIGHT">
                                        <Offset>
                                            <AbsDimension x="-20" y="0" />
                                        </Offset>
                                    </Anchor>
                                </Anchors>
                                <Scripts>
                                    <OnLoad>HealBot_Options_Class_HoTctlName_OnLoad(self)</OnLoad>
                                </Scripts>
                            </Frame>
                            <Frame name="HealBot_Options_Class_HoTctlAction" inherits="UIDropDownMenuTemplate">
                                <Layers>
                                    <Layer level="BACKGROUND">
                                        <FontString name="HealBot_Options_Class_HoTctlActionText" text="HEALBOT_OPTIONS_HOTSHOWICON" inherits="GameFontNormalSmall">
                                            <Anchors>
                                                <Anchor point="TOPLEFT">
                                                    <Offset>
                                                        <AbsDimension x="22" y="14" />
                                                    </Offset>
                                                </Anchor>
                                            </Anchors>
                                        </FontString>
                                    </Layer>
                                </Layers>                                <Anchors>
                                    <Anchor point="TOPLEFT" relativeTo="HealBot_Options_Class_HoTctlName" relativePoint="TOPRIGHT">
                                        <Offset>
                                            <AbsDimension x="-20" y="0" />
                                        </Offset>
                                    </Anchor>
                                </Anchors>
                                <Scripts>
                                    <OnLoad>HealBot_Options_Class_HoTctlAction_OnLoad(self)</OnLoad>
                                </Scripts>
                            </Frame>
						</Frames>
					</Frame>
				</Frames>
			</Frame>


			<Frame name="HealBot_Options_Panel4" hidden="true" setAllPoints="true">
				<Frames>
					<CheckButton name="HealBot_Options_MonitorDebuffs" inherits="OptionsCheckButtonTemplate">
						<Anchors>
							<Anchor point="TOPLEFT">
								<Offset>
									<AbsDimension x="85" y="-30" />
								</Offset>
							</Anchor>
						</Anchors>
						<Scripts>
							<OnLoad>HealBot_Options_SetText(self,HEALBOT_OPTIONS_MONITORDEBUFFS)</OnLoad>
							<OnClick>HealBot_Options_MonitorDebuffs_OnClick(self)</OnClick>
						</Scripts>
					</CheckButton>
					<CheckButton name="HealBot_Options_MonitorDebuffsInCombat" inherits="SendMailRadioButtonTemplate">
						<Anchors>
							<Anchor point="TOPLEFT" relativeTo="HealBot_Options_MonitorDebuffs" relativePoint="TOPRIGHT">
								<Offset>
									<AbsDimension x="188" y="-5"/>
								</Offset>
							</Anchor>
						</Anchors>
						<Scripts>
							<OnLoad>HealBot_Options_SetText(self,HEALBOT_OPTIONS_MONITORBUFFSC)</OnLoad>
							<OnClick>HealBot_Options_MonitorDebuffsInCombat_OnClick(self)</OnClick>
						</Scripts>
					</CheckButton>
					<Frame name="HealBot_Options_CureFrameSelect">
						<Size>
							<AbsDimension y="118"/>
						</Size>
						<Anchors>
							<Anchor point="TOPLEFT">
								<Offset>
									<AbsDimension x="20" y="-44"/>
								</Offset>
							</Anchor>
							<Anchor point="TOPRIGHT">
								<Offset>
									<AbsDimension x="-20" y="-44"/>
								</Offset>
							</Anchor>
						</Anchors>
                        <Frames>
                            <Button name="HealBot_CureFrameSelectDebuffFrameb" inherits="UIPanelButtonTemplate">
                                <Size>
                                    <AbsDimension x="100" y="18"/>
                                </Size>
                                <Anchors>
                                    <Anchor point="TOPLEFT" relativePoint="TOPLEFT">
                                        <Offset>
                                            <AbsDimension x="44" y="-25"/>
                                        </Offset>
                                    </Anchor>
                                </Anchors>
                                <Scripts>
                                    <OnClick>HealBot_Options_ShowCurePanel("HealBot_Options_CureDispelCleanse","HealBot_CureFrameSelectDebuffFrame")</OnClick>
                                </Scripts>
                            </Button>
							<StatusBar name="HealBot_CureFrameSelectDebuffFrame" toplevel="true">
								<Size>
									<AbsDimension x="100" y="18"/>
								</Size>
								<Anchors>
									<Anchor point="TOPLEFT" relativeTo="HealBot_CureFrameSelectDebuffFrameb"  relativePoint="TOPLEFT">
										<Offset>
											<AbsDimension x="0" y="0"/>
										</Offset>
									</Anchor>
								</Anchors>
								<Layers>
									<Layer level="OVERLAY">
										<FontString name= "HealBot_CureFrameSelectDebuffFramef" inherits="GameFontNormalSmall" text="HEALBOT_SKIN_DEBTEXT">
											<Anchors>
												<Anchor point="CENTER" relativeTo="HealBot_CureFrameSelectDebuffFrame" relativePoint="CENTER">
													<Offset>
														<AbsDimension x="0" y="1"/>
													</Offset>
												</Anchor>
											</Anchors>
										</FontString>
									</Layer>
								</Layers>
								<Scripts>
									<OnLoad>self:SetMinMaxValues(0,100); self:SetValue(100);</OnLoad>
								</Scripts>
								<BarTexture file="Interface\Addons\HealBot\Images\Tube"/>
								<BarColor r="1" g="0.3" b="0.3"/>
							</StatusBar>
                            
                            <Button name="HealBot_CureFrameSelectCustomFrameb" inherits="UIPanelButtonTemplate">
                                <Size>
                                    <AbsDimension x="100" y="18"/>
                                </Size>
                                <Anchors>
                                    <Anchor point="TOPLEFT" relativeTo="HealBot_CureFrameSelectDebuffFrameb" relativePoint="TOPRIGHT">
                                        <Offset>
                                            <AbsDimension x="28" y="0"/>
                                        </Offset>
                                    </Anchor>
                                </Anchors>
                                <Scripts>
                                    <OnClick>HealBot_Options_ShowCurePanel("HealBot_Options_CustomCureFrame","HealBot_CureFrameSelectCustomFrame")</OnClick>
                                </Scripts>
                            </Button>
							<StatusBar name="HealBot_CureFrameSelectCustomFrame" toplevel="true">
								<Size>
									<AbsDimension x="100" y="18"/>
								</Size>
								<Anchors>
									<Anchor point="TOPLEFT" relativeTo="HealBot_CureFrameSelectCustomFrameb"  relativePoint="TOPLEFT">
										<Offset>
											<AbsDimension x="0" y="0"/>
										</Offset>
									</Anchor>
								</Anchors>
								<Layers>
									<Layer level="OVERLAY">
										<FontString  name= "HealBot_CureFrameSelectCustomFramef" inherits="GameFontNormalSmall" text="HEALBOT_CLASSES_CUSTOM">
											<Anchors>
												<Anchor point="CENTER" relativeTo="HealBot_CureFrameSelectCustomFrame" relativePoint="CENTER">
													<Offset>
														<AbsDimension x="0" y="1"/>
													</Offset>
												</Anchor>
											</Anchors>
										</FontString>
									</Layer>
								</Layers>
								<Scripts>
									<OnLoad>self:SetMinMaxValues(0,100); self:SetValue(100);</OnLoad>
								</Scripts>
								<BarTexture file="Interface\Addons\HealBot\Images\Tube"/>
								<BarColor r="0.58" g="0.08" b="0.08"/>
							</StatusBar>
                            
                            <Button name="HealBot_CureFrameSelectWarningFrameb" inherits="UIPanelButtonTemplate">
                                <Size>
                                    <AbsDimension x="100" y="18"/>
                                </Size>
                                <Anchors>
                                    <Anchor point="TOPLEFT" relativeTo="HealBot_CureFrameSelectCustomFrameb" relativePoint="TOPRIGHT">
                                        <Offset>
                                            <AbsDimension x="28" y="0"/>
                                        </Offset>
                                    </Anchor>
                                </Anchors>
                                <Scripts>
                                    <OnClick>HealBot_Options_ShowCurePanel("HealBot_Options_WarningCureFrame","HealBot_CureFrameSelectWarningFrame")</OnClick>
                                </Scripts>
                            </Button>
							<StatusBar name="HealBot_CureFrameSelectWarningFrame" toplevel="true">
								<Size>
									<AbsDimension x="100" y="18"/>
								</Size>
								<Anchors>
									<Anchor point="TOPLEFT" relativeTo="HealBot_CureFrameSelectWarningFrameb"  relativePoint="TOPLEFT">
										<Offset>
											<AbsDimension x="0" y="0"/>
										</Offset>
									</Anchor>
								</Anchors>
								<Layers>
									<Layer level="OVERLAY">
										<FontString name= "HealBot_CureFrameSelectWarningFramef" inherits="GameFontNormalSmall" text="HEALBOT_OPTIONS_TAB_WARNING">
											<Anchors>
												<Anchor point="CENTER" relativeTo="HealBot_CureFrameSelectWarningFrame" relativePoint="CENTER">
													<Offset>
														<AbsDimension x="0" y="1"/>
													</Offset>
												</Anchor>
											</Anchors>
										</FontString>
									</Layer>
								</Layers>
								<Scripts>
									<OnLoad>self:SetMinMaxValues(0,100); self:SetValue(100);</OnLoad>
								</Scripts>
								<BarTexture file="Interface\Addons\HealBot\Images\Tube"/>
								<BarColor r="0.58" g="0.08" b="0.08"/>
							</StatusBar>
                                                       
                        </Frames>
                    </Frame>
                    
					<Frame name="HealBot_Options_CureDispelCleanse">
						<Size>
							<AbsDimension y="400"/>
						</Size>
						<Anchors>
							<Anchor point="TOPLEFT">
								<Offset>
									<AbsDimension x="21" y="-100"/>
								</Offset>
							</Anchor>
							<Anchor point="TOPRIGHT">
								<Offset>
									<AbsDimension x="-21" y="-100"/>
								</Offset>
							</Anchor>
						</Anchors>
				        <Backdrop edgeFile="Interface\Tooltips\UI-Tooltip-Border" tile="true">
					        <EdgeSize>
						        <AbsValue val="12"/>
							</EdgeSize>
							<TileSize>
								<AbsValue val="16"/>
							</TileSize>
							<BackgroundInsets>
								<AbsInset left="0" right="0" top="5" bottom="5"/>
							</BackgroundInsets>
						</Backdrop>
						<Layers>
							<Layer level="BACKGROUND">
								<FontString name="HealBot_Options_Panel4_1" text="HEALBOT_OPTIONS_DEBUFFTEXT1" inherits="GameFontNormalSmall">
									<Anchors>
										<Anchor point="TOPLEFT">
											<Offset>
												<AbsDimension x="58" y="-15" />
											</Offset>
										</Anchor>
									</Anchors>
								</FontString>
								<FontString name="HealBot_Options_Panel4_2" text="HEALBOT_OPTIONS_BUFFSTEXT2" inherits="GameFontNormalSmall">
									<Anchors>
										<Anchor point="TOPLEFT">
											<Offset>
												<AbsDimension x="285" y="-15" />
											</Offset>
										</Anchor>
									</Anchors>
								</FontString>
								<FontString name="HealBot_Options_Panel4_3" text="HEALBOT_WORD_PRIORITY" inherits="GameFontNormal">
									<Anchors>
										<Anchor point="CENTER">
											<Offset>
												<AbsDimension x="" y="-52" />
											</Offset>
										</Anchor>
									</Anchors>
								</FontString>
								<FontString name="HealBot_Options_IgnoreDebuffsTxt" text="HEALBOT_OPTIONS_IGNOREDEBUFF" inherits="GameFontNormalSmall">
									<Anchors>
										<Anchor point="TOPLEFT">
											<Offset>
												<AbsDimension x="17" y="-178" />
											</Offset>
										</Anchor>
									</Anchors>
								</FontString>
								<FontString name="HealBot_CDCCol_Text" text="HEALBOT_OPTIONS_CDCBARS" inherits="GameFontNormal">
									<Anchors>
										<Anchor point="CENTER">
											<Offset>
												<AbsDimension x="" y="-145" />
											</Offset>
										</Anchor>
									</Anchors>
								</FontString>
							</Layer>
						</Layers>
                        <Frames>
                            <Frame name="HealBot_Options_CDCTxt1" inherits="UIDropDownMenuTemplate" id="1">
                                <Anchors>
                                    <Anchor point="TOPLEFT" relativeTo="HealBot_Options_CureDispelCleanse" relativePoint="TOPLEFT">
                                        <Offset>
                                            <AbsDimension x="20" y="-32" />
                                        </Offset>
                                    </Anchor>
                                </Anchors>
                                <Scripts>
                                    <OnLoad>HealBot_Options_CDCTxt1_OnLoad(self)</OnLoad>
                                </Scripts>
                            </Frame>
                            <Frame name="HealBot_Options_CDCGroups1" inherits="UIDropDownMenuTemplate">
                                <Anchors>
                                    <Anchor point="TOPLEFT" relativeTo="HealBot_Options_CDCTxt1" relativePoint="TOPRIGHT">
                                        <Offset>
                                            <AbsDimension x="-10" y="0" />
                                        </Offset>
                                    </Anchor>
                                </Anchors>
                                <Scripts>
                                    <OnLoad>HealBot_Options_CDCGroups1_OnLoad(self)</OnLoad>
                                </Scripts>
                            </Frame>
                            <Frame name="HealBot_Options_CDCTxt2" inherits="UIDropDownMenuTemplate" id="1">
                                <Anchors>
                                    <Anchor point="TOPLEFT" relativeTo="HealBot_Options_CDCTxt1" relativePoint="BOTTOMLEFT">
                                        <Offset>
                                            <AbsDimension x="0" y="-5" />
                                        </Offset>
                                    </Anchor>
                                </Anchors>
                                <Scripts>
                                    <OnLoad>HealBot_Options_CDCTxt2_OnLoad(self)</OnLoad>
                                </Scripts>
                            </Frame>
                            <Frame name="HealBot_Options_CDCGroups2" inherits="UIDropDownMenuTemplate">
                                <Anchors>
                                    <Anchor point="TOPLEFT" relativeTo="HealBot_Options_CDCTxt2" relativePoint="TOPRIGHT">
                                        <Offset>
                                            <AbsDimension x="-10" y="0" />
                                        </Offset>
                                    </Anchor>
                                </Anchors>
                                <Scripts>
                                    <OnLoad>HealBot_Options_CDCGroups2_OnLoad(self)</OnLoad>
                                </Scripts>
                            </Frame>
                            <Frame name="HealBot_Options_CDCTxt3" inherits="UIDropDownMenuTemplate" id="1">
                                <Anchors>
                                    <Anchor point="TOPLEFT" relativeTo="HealBot_Options_CDCTxt2" relativePoint="BOTTOMLEFT">
                                        <Offset>
                                            <AbsDimension x="0" y="-5" />
                                        </Offset>
                                    </Anchor>
                                </Anchors>
                                <Scripts>
                                    <OnLoad>HealBot_Options_CDCTxt3_OnLoad(self)</OnLoad>
                                </Scripts>
                            </Frame>
                            <Frame name="HealBot_Options_CDCGroups3" inherits="UIDropDownMenuTemplate">
                                <Anchors>
                                    <Anchor point="TOPLEFT" relativeTo="HealBot_Options_CDCTxt3" relativePoint="TOPRIGHT">
                                        <Offset>
                                            <AbsDimension x="-10" y="0" />
                                        </Offset>
                                    </Anchor>
                                </Anchors>
                                <Scripts>
                                    <OnLoad>HealBot_Options_CDCGroups3_OnLoad(self)</OnLoad>
                                </Scripts>
                            </Frame>
                            <CheckButton name="HealBot_Options_IgnoreDebuffsClass" inherits="SendMailRadioButtonTemplate">
                                <Anchors>
                                    <Anchor point="TOPLEFT" relativeTo="HealBot_Options_CDCTxt3" relativePoint="BOTTOMLEFT">>
                                        <Offset>
                                            <AbsDimension x="95" y="-25" />
                                        </Offset>
                                    </Anchor>
                                </Anchors>
                                <Scripts>
                                    <OnLoad>HealBot_Options_SetText(self,HEALBOT_OPTIONS_IGNOREDEBUFFCLASS)</OnLoad>
                                    <OnClick>HealBot_Options_IgnoreDebuffsClass_OnClick(self)</OnClick>
                                </Scripts>
                            </CheckButton>
                            <CheckButton name="HealBot_Options_IgnoreDebuffsNoHarm" inherits="SendMailRadioButtonTemplate">
                                <Anchors>
                                    <Anchor point="TOPLEFT" relativeTo="HealBot_Options_IgnoreDebuffsClass" relativePoint="TOPLEFT">>
                                        <Offset>
                                            <AbsDimension x="95" y="0" />
                                        </Offset>
                                    </Anchor>
                                </Anchors>
                                <Scripts>
                                    <OnLoad>HealBot_Options_SetText(self,HEALBOT_OPTIONS_IGNOREDEBUFFNOHARM)</OnLoad>
                                    <OnClick>HealBot_Options_IgnoreDebuffsNoHarm_OnClick(self)</OnClick>
                                </Scripts>
                            </CheckButton>
                            <CheckButton name="HealBot_Options_IgnoreDebuffsMovement" inherits="SendMailRadioButtonTemplate">
                                <Anchors>
                                    <Anchor point="TOPLEFT" relativeTo="HealBot_Options_IgnoreDebuffsNoHarm" relativePoint="TOPLEFT">>
                                        <Offset>
                                            <AbsDimension x="105" y="0" />
                                        </Offset>
                                    </Anchor>
                                </Anchors>
                                <Scripts>
                                    <OnLoad>HealBot_Options_SetText(self,HEALBOT_OPTIONS_IGNOREDEBUFFMOVEMENT)</OnLoad>
                                    <OnClick>HealBot_Options_IgnoreDebuffsMovement_OnClick(self)</OnClick>
                                </Scripts>
                            </CheckButton>
                            <CheckButton name="HealBot_Options_IgnoreDebuffsDuration" inherits="SendMailRadioButtonTemplate">
                                <Anchors>
                                    <Anchor point="TOPLEFT" relativeTo="HealBot_Options_IgnoreDebuffsClass" relativePoint="TOPLEFT">>
                                        <Offset>
                                            <AbsDimension x="0" y="-32" />
                                        </Offset>
                                    </Anchor>
                                </Anchors>
                                <Scripts>
                                    <OnLoad>HealBot_Options_SetText(self,HEALBOT_OPTIONS_IGNOREDEBUFFDURATION)</OnLoad>
                                    <OnClick>HealBot_Options_IgnoreDebuffsDuration_OnClick(self)</OnClick>
                                </Scripts>
                            </CheckButton>
                            <Slider name="HealBot_Options_IgnoreDebuffsDurationSecs" inherits="HealBot_Options_SliderTemplate">
                                <Size>
                                    <AbsDimension x="194" y="16" />
                                </Size>
                                <Anchors>
                                    <Anchor point="TOPLEFT" relativeTo="HealBot_Options_IgnoreDebuffsDuration" relativePoint="TOPRIGHT">
                                        <Offset>
                                            <AbsDimension x="95" y="-1" />
                                        </Offset>
                                    </Anchor>
                                </Anchors>
                                <Scripts>
                                    <OnLoad>HealBot_Options_valtime_OnLoad(self,HEALBOT_OPTIONS_HOTTEXTDURATION,1,5,1,true)</OnLoad>
                                    <OnValueChanged>HealBot_Options_IgnoreDebuffsDurationSecs_OnValueChanged(self)</OnValueChanged>
                                </Scripts>
                            </Slider>
                            <Frame name="HealBot_Options_CDCPriority1" inherits="UIDropDownMenuTemplate">
                                <Layers>
                                    <Layer level="BACKGROUND">
                                        <FontString name="HealBot_Options_Class_HoTctlText" text="HEALBOT_DISEASE" inherits="GameFontNormalSmall">
                                            <Anchors>
                                                <Anchor point="CENTER">
                                                    <Offset>
                                                        <AbsDimension x="0" y="24" />
                                                    </Offset>
                                                </Anchor>
                                            </Anchors>
                                        </FontString>
                                    </Layer>
                                </Layers>
                                <Anchors>
                                    <Anchor point="TOPLEFT">
                                        <Offset>
                                            <AbsDimension x="15" y="-275" />
                                        </Offset>
                                    </Anchor>
                                </Anchors>
                                <Scripts>
                                    <OnLoad>HealBot_Options_CDCPriority_OnLoad(self)</OnLoad>
                                </Scripts>
                            </Frame>
                            <Frame name="HealBot_Options_CDCPriority2" inherits="UIDropDownMenuTemplate">
                                <Layers>
                                    <Layer level="BACKGROUND">
                                        <FontString name="HealBot_Options_Class_HoTctlText" text="HEALBOT_MAGIC" inherits="GameFontNormalSmall">
                                            <Anchors>
                                                <Anchor point="CENTER">
                                                    <Offset>
                                                        <AbsDimension x="0" y="24" />
                                                    </Offset>
                                                </Anchor>
                                            </Anchors>
                                        </FontString>
                                    </Layer>
                                </Layers>
                                <Anchors>
                                    <Anchor point="TOPLEFT" relativeTo="HealBot_Options_CDCPriority1" relativePoint="TOPRIGHT">
                                        <Offset>
                                            <AbsDimension x="-20" y="0" />
                                        </Offset>
                                    </Anchor>
                                </Anchors>
                                <Scripts>
                                    <OnLoad>HealBot_Options_CDCPriority_OnLoad(self)</OnLoad>
                                </Scripts>
                            </Frame>
                            <Frame name="HealBot_Options_CDCPriority3" inherits="UIDropDownMenuTemplate">
                                <Layers>
                                    <Layer level="BACKGROUND">
                                        <FontString name="HealBot_Options_Class_HoTctlText" text="HEALBOT_POISON" inherits="GameFontNormalSmall">
                                            <Anchors>
                                                <Anchor point="CENTER">
                                                    <Offset>
                                                        <AbsDimension x="0" y="24" />
                                                    </Offset>
                                                </Anchor>
                                            </Anchors>
                                        </FontString>
                                    </Layer>
                                </Layers>
                                <Anchors>
                                    <Anchor point="TOPLEFT" relativeTo="HealBot_Options_CDCPriority2" relativePoint="TOPRIGHT">
                                        <Offset>
                                            <AbsDimension x="-20" y="0" />
                                        </Offset>
                                    </Anchor>
                                </Anchors>
                                <Scripts>
                                    <OnLoad>HealBot_Options_CDCPriority_OnLoad(self)</OnLoad>
                                </Scripts>
                            </Frame>
                            <Frame name="HealBot_Options_CDCPriority4" inherits="UIDropDownMenuTemplate">
                                <Layers>
                                    <Layer level="BACKGROUND">
                                        <FontString name="HealBot_Options_Class_HoTctlText" text="HEALBOT_CURSE" inherits="GameFontNormalSmall">
                                            <Anchors>
                                                <Anchor point="CENTER">
                                                    <Offset>
                                                        <AbsDimension x="0" y="24" />
                                                    </Offset>
                                                </Anchor>
                                            </Anchors>
                                        </FontString>
                                    </Layer>
                                </Layers>
                                <Anchors>
                                    <Anchor point="TOPLEFT" relativeTo="HealBot_Options_CDCPriority3" relativePoint="TOPRIGHT">
                                        <Offset>
                                            <AbsDimension x="-20" y="0" />
                                        </Offset>
                                    </Anchor>
                                </Anchors>
                                <Scripts>
                                    <OnLoad>HealBot_Options_CDCPriority_OnLoad(self)</OnLoad>
                                </Scripts>
                            </Frame>
                            <Button name="HealBot_DiseaseColorpickb">
                                <Size>
                                    <AbsDimension x="100" y="22"/>
                                </Size>
                                <Anchors>
                                    <Anchor point="TOPLEFT">
                                        <Offset>
                                            <AbsDimension x="20" y="-358"/>
                                        </Offset>
                                    </Anchor>
                                </Anchors>
                                <Scripts>
                                    <OnClick>HealBot_Colorpick_OnClick(HEALBOT_DISEASE_en)</OnClick>
                                </Scripts>
                            </Button>
                            <StatusBar name="HealBot_DiseaseColorpick" inherits="TextStatusBar">
                                <Size>
                                    <AbsDimension x="100" y="22"/>
                                </Size>
                                <Anchors>
                                    <Anchor point="TOPLEFT">
                                        <Offset>
                                            <AbsDimension x="20" y="-358"/>
                                        </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>self:SetMinMaxValues(0,100); self: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="100" y="22"/>
                                </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="100" y="22"/>
                                </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>self:SetMinMaxValues(0,100); self: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="100" y="22"/>
                                </Size>
                                <Anchors>
                                    <Anchor point="TOPLEFT" relativeTo="HealBot_MagicColorpick"  relativePoint="TOPRIGHT">
                                        <Offset>
                                            <AbsDimension x="5" y="0"/>
                                        </Offset>
                                    </Anchor>
                                </Anchors>
                                <Scripts>
                                    <OnClick>HealBot_Colorpick_OnClick(HEALBOT_POISON_en)</OnClick>
                                </Scripts>
                            </Button>
                            <StatusBar name="HealBot_PoisonColorpick">
                                <Size>
                                    <AbsDimension x="100" y="22"/>
                                </Size>
                                <Anchors>
                                    <Anchor point="TOPLEFT" relativeTo="HealBot_MagicColorpick"  relativePoint="TOPRIGHT">
                                        <Offset>
                                            <AbsDimension x="5" y="0"/>
                                        </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>self:SetMinMaxValues(0,100); self: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="100" y="22"/>
                                </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">
                                <Size>
                                    <AbsDimension x="100" y="22"/>
                                </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>self:SetMinMaxValues(0,100); self:SetValue(100);</OnLoad>
                                </Scripts>
                                <BarTexture file="Interface\TargetingFrame\UI-StatusBar"/>
                                <BarColor r="0" g="1" b="0"/>
                            </StatusBar>
                        </Frames>
					</Frame>
					<Frame name="HealBot_Options_CustomCureFrame">
						<Size>
							<AbsDimension y="400"/>
						</Size>
						<Anchors>
							<Anchor point="TOPLEFT">
								<Offset>
									<AbsDimension x="21" y="-100"/>
								</Offset>
							</Anchor>
							<Anchor point="TOPRIGHT">
								<Offset>
									<AbsDimension x="-21" y="-100"/>
								</Offset>
							</Anchor>
						</Anchors>
				        <Backdrop edgeFile="Interface\Tooltips\UI-Tooltip-Border" tile="true">
					        <EdgeSize>
						        <AbsValue val="12"/>
							</EdgeSize>
							<TileSize>
								<AbsValue val="16"/>
							</TileSize>
							<BackgroundInsets>
								<AbsInset left="0" right="0" top="5" bottom="5"/>
							</BackgroundInsets>
						</Backdrop>
                        <Layers>
                            <Layer level="BACKGROUND">
                                <FontString name="HealBot_Options_CustomDebuff_List1" text="HEALBOT_CUSTOM_CAT_CUSTOM" inherits="GameFontNormalSmall">
                                    <Anchors>
                                        <Anchor point="TOPLEFT">
                                            <Offset>
                                                <AbsDimension x="20" y="-200" />
                                            </Offset>
                                        </Anchor>
                                    </Anchors>
                                </FontString>
                                <FontString name="HealBot_Options_CustomDebuff_List2" text="HEALBOT_CUSTOM_CAT_CUSTOM" inherits="GameFontNormalSmall">
                                    <Anchors>
                                        <Anchor point="TOPLEFT" relativeTo="HealBot_Options_CustomDebuff_List1" relativePoint="BOTTOMLEFT">
                                            <Offset>
                                                <AbsDimension x="0" y="-2"/>
                                            </Offset>
                                        </Anchor>
                                    </Anchors>
                                </FontString>
                                <FontString name="HealBot_Options_CustomDebuff_List3" text="HEALBOT_CUSTOM_CAT_CUSTOM" inherits="GameFontNormalSmall">
                                    <Anchors>
                                        <Anchor point="TOPLEFT" relativeTo="HealBot_Options_CustomDebuff_List2" relativePoint="BOTTOMLEFT">
                                            <Offset>
                                                <AbsDimension x="0" y="-2"/>
                                            </Offset>
                                        </Anchor>
                                    </Anchors>
                                </FontString>
                                <FontString name="HealBot_Options_CustomDebuff_List4" text="HEALBOT_CUSTOM_CAT_CUSTOM" inherits="GameFontNormalSmall">
                                    <Anchors>
                                        <Anchor point="TOPLEFT" relativeTo="HealBot_Options_CustomDebuff_List3" relativePoint="BOTTOMLEFT">
                                            <Offset>
                                                <AbsDimension x="0" y="-2"/>
                                            </Offset>
                                        </Anchor>
                                    </Anchors>
                                </FontString>
                                <FontString name="HealBot_Options_CustomDebuff_List5" text="HEALBOT_CUSTOM_CAT_CUSTOM" inherits="GameFontNormalSmall">
                                    <Anchors>
                                        <Anchor point="TOPLEFT" relativeTo="HealBot_Options_CustomDebuff_List4" relativePoint="BOTTOMLEFT">
                                            <Offset>
                                                <AbsDimension x="0" y="-2"/>
                                            </Offset>
                                        </Anchor>
                                    </Anchors>
                                </FontString>
                                <FontString name="HealBot_Options_CustomDebuff_List6" text="HEALBOT_CUSTOM_CAT_CUSTOM" inherits="GameFontNormalSmall">
                                    <Anchors>
                                        <Anchor point="TOPLEFT" relativeTo="HealBot_Options_CustomDebuff_List5" relativePoint="BOTTOMLEFT">
                                            <Offset>
                                                <AbsDimension x="0" y="-2"/>
                                            </Offset>
                                        </Anchor>
                                    </Anchors>
                                </FontString>
                                <FontString name="HealBot_Options_CustomDebuff_List7" text="HEALBOT_CUSTOM_CAT_CUSTOM" inherits="GameFontNormalSmall">
                                    <Anchors>
                                        <Anchor point="TOPLEFT" relativeTo="HealBot_Options_CustomDebuff_List6" relativePoint="BOTTOMLEFT">
                                            <Offset>
                                                <AbsDimension x="0" y="-2"/>
                                            </Offset>
                                        </Anchor>
                                    </Anchors>
                                </FontString>
                                <FontString name="HealBot_Options_CustomDebuff_List8" text="HEALBOT_CUSTOM_CAT_CUSTOM" inherits="GameFontNormalSmall">
                                    <Anchors>
                                        <Anchor point="TOPLEFT" relativeTo="HealBot_Options_CustomDebuff_List7" relativePoint="BOTTOMLEFT">
                                            <Offset>
                                                <AbsDimension x="0" y="-2"/>
                                            </Offset>
                                        </Anchor>
                                    </Anchors>
                                </FontString>
                                <FontString name="HealBot_Options_CustomDebuff_List9" text="HEALBOT_CUSTOM_CAT_CUSTOM" inherits="GameFontNormalSmall">
                                    <Anchors>
                                        <Anchor point="TOPLEFT" relativeTo="HealBot_Options_CustomDebuff_List8" relativePoint="BOTTOMLEFT">
                                            <Offset>
                                                <AbsDimension x="0" y="-2"/>
                                            </Offset>
                                        </Anchor>
                                    </Anchors>
                                </FontString>
                                <FontString name="HealBot_Options_CustomDebuff_List10" text="HEALBOT_CUSTOM_CAT_CUSTOM" inherits="GameFontNormalSmall">
                                    <Anchors>
                                        <Anchor point="TOPLEFT" relativeTo="HealBot_Options_CustomDebuff_List9" relativePoint="BOTTOMLEFT">
                                            <Offset>
                                                <AbsDimension x="0" y="-2"/>
                                            </Offset>
                                        </Anchor>
                                    </Anchors>
                                </FontString>
                                <FontString name="HealBot_Options_CustomDebuff_List11" text="HEALBOT_CUSTOM_CAT_CUSTOM" inherits="GameFontNormalSmall">
                                    <Anchors>
                                        <Anchor point="TOPLEFT" relativeTo="HealBot_Options_CustomDebuff_List10" relativePoint="BOTTOMLEFT">
                                            <Offset>
                                                <AbsDimension x="0" y="-2"/>
                                            </Offset>
                                        </Anchor>
                                    </Anchors>
                                </FontString>
                                <FontString name="HealBot_Options_CustomDebuff_List12" text="HEALBOT_CUSTOM_CAT_CUSTOM" inherits="GameFontNormalSmall">
                                    <Anchors>
                                        <Anchor point="TOPLEFT" relativeTo="HealBot_Options_CustomDebuff_List11" relativePoint="BOTTOMLEFT">
                                            <Offset>
                                                <AbsDimension x="0" y="-2"/>
                                            </Offset>
                                        </Anchor>
                                    </Anchors>
                                </FontString>
                                <FontString name="HealBot_Options_CustomDebuff_List13" text="HEALBOT_CUSTOM_CAT_CUSTOM" inherits="GameFontNormalSmall">
                                    <Anchors>
                                        <Anchor point="TOPLEFT" relativeTo="HealBot_Options_CustomDebuff_List12" relativePoint="BOTTOMLEFT">
                                            <Offset>
                                                <AbsDimension x="0" y="-2"/>
                                            </Offset>
                                        </Anchor>
                                    </Anchors>
                                </FontString>
                                <FontString name="HealBot_Options_CustomDebuff_List14" text="HEALBOT_CUSTOM_CAT_CUSTOM" inherits="GameFontNormalSmall">
                                    <Anchors>
                                        <Anchor point="TOPLEFT" relativeTo="HealBot_Options_CustomDebuff_List13" relativePoint="BOTTOMLEFT">
                                            <Offset>
                                                <AbsDimension x="0" y="-2"/>
                                            </Offset>
                                        </Anchor>
                                    </Anchors>
                                </FontString>
                                <FontString name="HealBot_Options_CustomDebuff_List15" text="HEALBOT_CUSTOM_CAT_CUSTOM" inherits="GameFontNormalSmall">
                                    <Anchors>
                                        <Anchor point="TOPLEFT" relativeTo="HealBot_Options_CustomDebuff_List14" relativePoint="BOTTOMLEFT">
                                            <Offset>
                                                <AbsDimension x="0" y="-2"/>
                                            </Offset>
                                        </Anchor>
                                    </Anchors>
                                </FontString>
                                <FontString name="HealBot_Options_CustomDebuff_List16" text="HEALBOT_CUSTOM_CAT_CUSTOM" inherits="GameFontNormalSmall">
                                    <Anchors>
                                        <Anchor point="TOP">
                                            <Offset>
                                                <AbsDimension x="20" y="-200" />
                                            </Offset>
                                        </Anchor>
                                    </Anchors>
                                </FontString>
                                <FontString name="HealBot_Options_CustomDebuff_List17" text="HEALBOT_CUSTOM_CAT_CUSTOM" inherits="GameFontNormalSmall">
                                    <Anchors>
                                        <Anchor point="TOPLEFT" relativeTo="HealBot_Options_CustomDebuff_List16" relativePoint="BOTTOMLEFT">
                                            <Offset>
                                                <AbsDimension x="0" y="-2"/>
                                            </Offset>
                                        </Anchor>
                                    </Anchors>
                                </FontString>
                                <FontString name="HealBot_Options_CustomDebuff_List18" text="HEALBOT_CUSTOM_CAT_CUSTOM" inherits="GameFontNormalSmall">
                                    <Anchors>
                                        <Anchor point="TOPLEFT" relativeTo="HealBot_Options_CustomDebuff_List17" relativePoint="BOTTOMLEFT">
                                            <Offset>
                                                <AbsDimension x="0" y="-2"/>
                                            </Offset>
                                        </Anchor>
                                    </Anchors>
                                </FontString>
                                <FontString name="HealBot_Options_CustomDebuff_List19" text="HEALBOT_CUSTOM_CAT_CUSTOM" inherits="GameFontNormalSmall">
                                    <Anchors>
                                        <Anchor point="TOPLEFT" relativeTo="HealBot_Options_CustomDebuff_List18" relativePoint="BOTTOMLEFT">
                                            <Offset>
                                                <AbsDimension x="0" y="-2"/>
                                            </Offset>
                                        </Anchor>
                                    </Anchors>
                                </FontString>
                                <FontString name="HealBot_Options_CustomDebuff_List20" text="HEALBOT_CUSTOM_CAT_CUSTOM" inherits="GameFontNormalSmall">
                                    <Anchors>
                                        <Anchor point="TOPLEFT" relativeTo="HealBot_Options_CustomDebuff_List19" relativePoint="BOTTOMLEFT">
                                            <Offset>
                                                <AbsDimension x="0" y="-2"/>
                                            </Offset>
                                        </Anchor>
                                    </Anchors>
                                </FontString>
                                <FontString name="HealBot_Options_CustomDebuff_List21" text="HEALBOT_CUSTOM_CAT_CUSTOM" inherits="GameFontNormalSmall">
                                    <Anchors>
                                        <Anchor point="TOPLEFT" relativeTo="HealBot_Options_CustomDebuff_List20" relativePoint="BOTTOMLEFT">
                                            <Offset>
                                                <AbsDimension x="0" y="-2"/>
                                            </Offset>
                                        </Anchor>
                                    </Anchors>
                                </FontString>
                                <FontString name="HealBot_Options_CustomDebuff_List22" text="HEALBOT_CUSTOM_CAT_CUSTOM" inherits="GameFontNormalSmall">
                                    <Anchors>
                                        <Anchor point="TOPLEFT" relativeTo="HealBot_Options_CustomDebuff_List21" relativePoint="BOTTOMLEFT">
                                            <Offset>
                                                <AbsDimension x="0" y="-2"/>
                                            </Offset>
                                        </Anchor>
                                    </Anchors>
                                </FontString>
                                <FontString name="HealBot_Options_CustomDebuff_List23" text="HEALBOT_CUSTOM_CAT_CUSTOM" inherits="GameFontNormalSmall">
                                    <Anchors>
                                        <Anchor point="TOPLEFT" relativeTo="HealBot_Options_CustomDebuff_List22" relativePoint="BOTTOMLEFT">
                                            <Offset>
                                                <AbsDimension x="0" y="-2"/>
                                            </Offset>
                                        </Anchor>
                                    </Anchors>
                                </FontString>
                                <FontString name="HealBot_Options_CustomDebuff_List24" text="HEALBOT_CUSTOM_CAT_CUSTOM" inherits="GameFontNormalSmall">
                                    <Anchors>
                                        <Anchor point="TOPLEFT" relativeTo="HealBot_Options_CustomDebuff_List23" relativePoint="BOTTOMLEFT">
                                            <Offset>
                                                <AbsDimension x="0" y="-2"/>
                                            </Offset>
                                        </Anchor>
                                    </Anchors>
                                </FontString>
                                <FontString name="HealBot_Options_CustomDebuff_List25" text="HEALBOT_CUSTOM_CAT_CUSTOM" inherits="GameFontNormalSmall">
                                    <Anchors>
                                        <Anchor point="TOPLEFT" relativeTo="HealBot_Options_CustomDebuff_List24" relativePoint="BOTTOMLEFT">
                                            <Offset>
                                                <AbsDimension x="0" y="-2"/>
                                            </Offset>
                                        </Anchor>
                                    </Anchors>
                                </FontString>
                                <FontString name="HealBot_Options_CustomDebuff_List26" text="HEALBOT_CUSTOM_CAT_CUSTOM" inherits="GameFontNormalSmall">
                                    <Anchors>
                                        <Anchor point="TOPLEFT" relativeTo="HealBot_Options_CustomDebuff_List25" relativePoint="BOTTOMLEFT">
                                            <Offset>
                                                <AbsDimension x="0" y="-2"/>
                                            </Offset>
                                        </Anchor>
                                    </Anchors>
                                </FontString>
                                <FontString name="HealBot_Options_CustomDebuff_List27" text="HEALBOT_CUSTOM_CAT_CUSTOM" inherits="GameFontNormalSmall">
                                    <Anchors>
                                        <Anchor point="TOPLEFT" relativeTo="HealBot_Options_CustomDebuff_List26" relativePoint="BOTTOMLEFT">
                                            <Offset>
                                                <AbsDimension x="0" y="-2"/>
                                            </Offset>
                                        </Anchor>
                                    </Anchors>
                                </FontString>
                                <FontString name="HealBot_Options_CustomDebuff_List28" text="HEALBOT_CUSTOM_CAT_CUSTOM" inherits="GameFontNormalSmall">
                                    <Anchors>
                                        <Anchor point="TOPLEFT" relativeTo="HealBot_Options_CustomDebuff_List27" relativePoint="BOTTOMLEFT">
                                            <Offset>
                                                <AbsDimension x="0" y="-2"/>
                                            </Offset>
                                        </Anchor>
                                    </Anchors>
                                </FontString>
                                <FontString name="HealBot_Options_CustomDebuff_List29" text="HEALBOT_CUSTOM_CAT_CUSTOM" inherits="GameFontNormalSmall">
                                    <Anchors>
                                        <Anchor point="TOPLEFT" relativeTo="HealBot_Options_CustomDebuff_List28" relativePoint="BOTTOMLEFT">
                                            <Offset>
                                                <AbsDimension x="0" y="-2"/>
                                            </Offset>
                                        </Anchor>
                                    </Anchors>
                                </FontString>
                                <FontString name="HealBot_Options_CustomDebuff_List30" text="HEALBOT_CUSTOM_CAT_CUSTOM" inherits="GameFontNormalSmall">
                                    <Anchors>
                                        <Anchor point="TOPLEFT" relativeTo="HealBot_Options_CustomDebuff_List29" relativePoint="BOTTOMLEFT">
                                            <Offset>
                                                <AbsDimension x="0" y="-2"/>
                                            </Offset>
                                        </Anchor>
                                    </Anchors>
                                </FontString>
                            </Layer>
                        </Layers>
                        <Frames>
                            <Frame name="HealBot_Options_CDebuffCat" inherits="UIDropDownMenuTemplate">
                                <Layers>
                                    <Layer level="BACKGROUND">
                                        <FontString name="HealBot_Options_CDebuffText" text="HEALBOT_CUSTOM_CATEGORY" inherits="GameFontNormalSmall">
                                            <Anchors>
                                                <Anchor point="CENTER">
                                                    <Offset>
                                                        <AbsDimension x="0" y="24" />
                                                    </Offset>
                                                </Anchor>
                                            </Anchors>
                                        </FontString>
                                    </Layer>
                                </Layers>
                                <Anchors>
                                    <Anchor point="TOPLEFT" relativeTo="HealBot_Options_CustomCureFrame" relativePoint="TOPLEFT">
                                        <Offset>
                                            <AbsDimension x="55" y="-22" />
                                        </Offset>
                                    </Anchor>
                                </Anchors>
                                <Scripts>
                                    <OnLoad>HealBot_Options_CDebuffCat_OnLoad(self)</OnLoad>
                                </Scripts>
                            </Frame>
                            <Frame name="HealBot_Options_CDebuffTxt1" inherits="UIDropDownMenuTemplate" id="1">
                                <Layers>
                                    <Layer level="BACKGROUND">
                                        <FontString name="HealBot_Options_CDebuffText" text="HEALBOT_CLASSES_CUSTOM" inherits="GameFontNormalSmall">
                                            <Anchors>
                                                <Anchor point="TOPLEFT">
                                                    <Offset>
                                                        <AbsDimension x="-45" y="-8" />
                                                    </Offset>
                                                </Anchor>
                                            </Anchors>
                                        </FontString>
                                    </Layer>
                                </Layers>
                                <Anchors>
                                    <Anchor point="TOPLEFT" relativeTo="HealBot_Options_CustomCureFrame" relativePoint="TOPLEFT">
                                        <Offset>
                                            <AbsDimension x="90" y="-75" />
                                        </Offset>
                                    </Anchor>
                                </Anchors>
                                <Scripts>
                                    <OnLoad>HealBot_Options_CDebuffTxt1_OnLoad(self)</OnLoad>
                                </Scripts>
                            </Frame>
                            <Button name="HealBot_Options_DeleteCDebuffBtn" inherits="UIPanelButtonTemplate" text="HEALBOT_OPTIONS_DELSKIN">
                                <Size>
                                    <AbsDimension x="120" y="22"/>
                                </Size>
                                <Anchors>
                                    <Anchor point="TOPLEFT" relativeTo="HealBot_Options_CDebuffTxt1" relativePoint="TOPRIGHT">
                                        <Offset>
                                            <AbsDimension x="7" y="-1"/>
                                        </Offset>
                                    </Anchor>
                                </Anchors>
                                <Scripts>
                                    <OnClick>HealBot_Options_DeleteCDebuffBtn_OnClick(self)</OnClick>
                                </Scripts>
                            </Button>
                            <EditBox name="HealBot_Options_NewCDebuff" inherits="HealBot_Options_EditBoxTemplate">
                                <Size>
                                    <AbsDimension x="140" y="20"/>
                                </Size>
                                <Layers>
                                    <Layer level="BACKGROUND">
                                        <FontString name="HealBot_Options_CDebuffText2" text="HEALBOT_OPTIONS_NEWDEBUFFTEXT" inherits="GameFontNormalSmall">
                                            <Anchors>
                                                <Anchor point="TOPLEFT">
                                                    <Offset>
                                                        <AbsDimension x="-80" y="-2" />
                                                    </Offset>
                                                </Anchor>
                                            </Anchors>
                                        </FontString>
                                    </Layer>
                                </Layers>
                                <Anchors>
                                    <Anchor point="TOPLEFT" relativeTo="HealBot_Options_CDebuffTxt1" relativePoint="BOTTOMLEFT">
                                        <Offset>
                                            <AbsDimension x="25" y="-1"/>
                                        </Offset>
                                    </Anchor>
                                </Anchors>
                                <Scripts>
                                    <OnEnterPressed>HealBot_Options_GetSpellInfo_OnEnterPressed(self)</OnEnterPressed>
                                    <OnTextChanged>HealBot_Options_NewCDebuff_OnTextChanged(self)</OnTextChanged>
                                </Scripts>
                            </EditBox>
                            <Button name="HealBot_Options_NewCDebuffBtn" inherits="UIPanelButtonTemplate" text="HEALBOT_OPTIONS_SAVESKIN">
                                <Size>
                                    <AbsDimension x="120" y="22"/>
                                </Size>
                                <Anchors>
                                    <Anchor point="TOPLEFT" relativeTo="HealBot_Options_NewCDebuff" relativePoint="TOPRIGHT">
                                        <Offset>
                                            <AbsDimension x="32" y="2"/>
                                        </Offset>
                                    </Anchor>
                                </Anchors>
                                <Scripts>
                                    <OnClick>HealBot_Options_ConfirmNewCDebuff()</OnClick>
                                </Scripts>
                            </Button>
                            <Frame name="HealBot_Options_CDCPriorityC" inherits="UIDropDownMenuTemplate">
                                <Layers>
                                    <Layer level="BACKGROUND">
                                        <FontString name="HealBot_Options_CustomDebuff_PriorityText" text="HEALBOT_WORD_PRIORITY" inherits="GameFontNormal">
                                            <Anchors>
                                                <Anchor point="CENTER">
                                                    <Offset>
                                                        <AbsDimension x="0" y="25" />
                                                    </Offset>
                                                </Anchor>
                                            </Anchors>
                                        </FontString>
                                    </Layer>
                                </Layers>
                                <Anchors>
                                    <Anchor point="TOPLEFT" relativeTo="HealBot_Options_NewCDebuff" relativePoint="BOTTOMLEFT">
                                        <Offset>
                                            <AbsDimension x="-90" y="-24"/>
                                        </Offset>
                                    </Anchor>
                                </Anchors>
                                <Scripts>
                                    <OnLoad>HealBot_Options_CDCPriority_OnLoadC(self)</OnLoad>
                                </Scripts>
                            </Frame>
                            <Button name="HealBot_CustomColorpickb">--added by Diacono
                                <Size>
                                    <AbsDimension x="140" y="22"/>
                                </Size>
                                <Anchors>
                                    <Anchor point="TOPLEFT" relativeTo="HealBot_Options_NewCDebuff" relativePoint="BOTTOMLEFT">
                                        <Offset>
                                            <AbsDimension x="40" y="-27"/>
                                        </Offset>
                                    </Anchor>
                                </Anchors>
                                <Scripts>
                                    <OnClick>HealBot_Colorpick_OnClick(HEALBOT_CUSTOM_en)</OnClick>
                                </Scripts>
                            </Button>
                            <StatusBar name="HealBot_CustomColorpick">
                                <Size>
                                    <AbsDimension x="140" y="22"/>
                                </Size>
                                <Anchors>
                                    <Anchor point="TOPLEFT" relativeTo="HealBot_Options_NewCDebuff" relativePoint="BOTTOMLEFT">
                                        <Offset>
                                            <AbsDimension x="40" y="-27"/>
                                        </Offset>
                                    </Anchor>
                                </Anchors>
                                <Layers>
                                    <Layer level="OVERLAY">
                                        <FontString inherits="GameFontNormalSmall" text="HEALBOT_CLASSES_CUSTOM">
                                            <Anchors>
                                                <Anchor point="CENTER" relativeTo="HealBot_CustomColorpick" relativePoint="CENTER">
                                                    <Offset>
                                                        <AbsDimension x="0" y="1"/>
                                                    </Offset>
                                                </Anchor>
                                            </Anchors>
                                        </FontString>
                                        <FontString name="HealBot_CustomBar_TextCol" text="HEALBOT_SKIN_HEADERBARCOL" inherits="GameFontNormal">
                                            <Anchors>
                                                <Anchor point="CENTER">
                                                    <Offset>
                                                        <AbsDimension x="0" y="22" />
                                                    </Offset>
                                                </Anchor>
                                            </Anchors>
                                        </FontString>
                                    </Layer>
                                </Layers>
                                <Scripts>
                                    <OnLoad>self:SetMinMaxValues(0,100); self:SetValue(100);</OnLoad>
                                </Scripts>
                                <BarTexture file="Interface\TargetingFrame\UI-StatusBar"/>
                                <BarColor r="0" g="1" b="0"/>
                            </StatusBar>
                            <Button name="HealBot_Options_ResetCDebuffBtn" inherits="UIPanelButtonTemplate" text="HEALBOT_WORD_RESET">
                                <Size>
                                    <AbsDimension x="100" y="22"/>
                                </Size>
                                <Anchors>
                                    <Anchor point="TOPLEFT" relativeTo="HealBot_Options_NewCDebuff" relativePoint="BOTTOMLEFT">
                                        <Offset>
                                            <AbsDimension x="190" y="-27"/>
                                        </Offset>
                                    </Anchor>
                                </Anchors>
                                <Scripts>
                                    <OnClick>HealBot_Options_ResetCDebuff()</OnClick>
                                </Scripts>
                            </Button>
                        </Frames>
                    </Frame>
					<Frame name="HealBot_Options_WarningCureFrame">
						<Size>
							<AbsDimension y="400"/>
						</Size>
						<Anchors>
							<Anchor point="TOPLEFT">
								<Offset>
									<AbsDimension x="21" y="-100"/>
								</Offset>
							</Anchor>
							<Anchor point="TOPRIGHT">
								<Offset>
									<AbsDimension x="-21" y="-100"/>
								</Offset>
							</Anchor>
						</Anchors>
				        <Backdrop edgeFile="Interface\Tooltips\UI-Tooltip-Border" tile="true">
					        <EdgeSize>
						        <AbsValue val="12"/>
							</EdgeSize>
							<TileSize>
								<AbsValue val="16"/>
							</TileSize>
							<BackgroundInsets>
								<AbsInset left="0" right="0" top="5" bottom="5"/>
							</BackgroundInsets>
						</Backdrop>
						<Layers>
							<Layer level="BACKGROUND">
								<FontString name="HealBot_CDCWarn_Text" text="HEALBOT_OPTIONS_CDCWARNINGS" inherits="GameFontNormalSmall">
									<Anchors>
										<Anchor point="TOPLEFT">
											<Offset>
												<AbsDimension x="180" y="-12" />
											</Offset>
										</Anchor>
									</Anchors>
								</FontString>
							</Layer>
						</Layers>
						<Frames>
                            <CheckButton name="HealBot_Options_CDCCol_ShowOnHealthBar" inherits="OptionsCheckButtonTemplate">
                                <Anchors>
                                    <Anchor point="TOPLEFT">
                                        <Offset>
                                            <AbsDimension x="25" y="-70" />
                                        </Offset>
                                    </Anchor>
                                </Anchors>
                                <Scripts>
                                    <OnLoad>HealBot_Options_SetText(self,HEALBOT_OPTIONS_CDCSHOWHBARS)</OnLoad>
                                    <OnClick>HealBot_Options_CDCCol_ShowOnHealthBar_OnClick(self)</OnClick>
                                </Scripts>
                            </CheckButton>
                            <Frame name="HealBot_Options_CDCWarnRange1" inherits="UIDropDownMenuTemplate">
                                <Anchors>
                                    <Anchor point="TOPLEFT" relativeTo="HealBot_Options_CDCCol_ShowOnHealthBar"  relativePoint="TOPRIGHT">
                                        <Offset>
                                            <AbsDimension x="170" y="0" />
                                        </Offset>
                                    </Anchor>
                                </Anchors>
                                <Scripts>
                                    <OnLoad>HealBot_Options_CDCWarnRange_OnLoad(self)</OnLoad>
                                </Scripts>
                            </Frame>
                            <CheckButton name="HealBot_Options_CDCCol_ShowOnAggroBar" inherits="OptionsCheckButtonTemplate">
                                <Anchors>
                                    <Anchor point="TOPLEFT" relativeTo="HealBot_Options_CDCCol_ShowOnHealthBar"  relativePoint="BOTTOMLEFT">
                                        <Offset>
                                            <AbsDimension x="0" y="-30" />
                                        </Offset>
                                    </Anchor>
                                </Anchors>
                                <Scripts>
                                    <OnLoad>HealBot_Options_SetText(self,HEALBOT_OPTIONS_CDCSHOWABARS)</OnLoad>
                                    <OnClick>HealBot_Options_CDCCol_ShowOnAggroBar_OnClick(self)</OnClick>
                                </Scripts>
                            </CheckButton>
                            <Frame name="HealBot_Options_CDCWarnRange2" inherits="UIDropDownMenuTemplate">
                                <Anchors>
                                    <Anchor point="TOPLEFT" relativeTo="HealBot_Options_CDCCol_ShowOnAggroBar"  relativePoint="TOPRIGHT">
                                        <Offset>
                                            <AbsDimension x="170" y="0" />
                                        </Offset>
                                    </Anchor>
                                </Anchors>
                                <Scripts>
                                    <OnLoad>HealBot_Options_CDCWarnRange_OnLoad(self)</OnLoad>
                                </Scripts>
                            </Frame>
							<CheckButton name="HealBot_Options_ShowDebuffWarning" inherits="OptionsCheckButtonTemplate">
								<Anchors>
									<Anchor point="TOPLEFT" relativeTo="HealBot_Options_CDCCol_ShowOnAggroBar"  relativePoint="BOTTOMLEFT">
										<Offset>
											<AbsDimension x="0" y="-50" />
										</Offset>
									</Anchor>
								</Anchors>
								<Scripts>
									<OnLoad>HealBot_Options_SetText(self,HEALBOT_OPTIONS_SHOWDEBUFFWARNING)</OnLoad>
									<OnClick>HealBot_Options_ShowDebuffWarning_OnClick(self)</OnClick>
								</Scripts>
							</CheckButton>
                            <Frame name="HealBot_Options_CDCWarnRange3" inherits="UIDropDownMenuTemplate">
                                <Anchors>
                                    <Anchor point="TOPLEFT" relativeTo="HealBot_Options_ShowDebuffWarning"  relativePoint="TOPRIGHT">
                                        <Offset>
                                            <AbsDimension x="170" y="0" />
                                        </Offset>
                                    </Anchor>
                                </Anchors>
                                <Scripts>
                                    <OnLoad>HealBot_Options_CDCWarnRange_OnLoad(self)</OnLoad>
                                </Scripts>
                            </Frame>
							<CheckButton name="HealBot_Options_SoundDebuffWarning" inherits="OptionsCheckButtonTemplate">
								<Anchors>
									<Anchor point="TOPLEFT" relativeTo="HealBot_Options_ShowDebuffWarning" relativePoint="BOTTOMLEFT">
										<Offset>
											<AbsDimension x="0" y="-50" />
										</Offset>
									</Anchor>
								</Anchors>
								<Scripts>
									<OnLoad>HealBot_Options_SetText(self,HEALBOT_OPTIONS_SOUNDDEBUFFWARNING)</OnLoad>
									<OnClick>HealBot_Options_SoundDebuffWarning_OnClick(self)</OnClick>
								</Scripts>
							</CheckButton>
                            <Frame name="HealBot_Options_CDCWarnRange4" inherits="UIDropDownMenuTemplate">
                                <Anchors>
                                    <Anchor point="TOPLEFT" relativeTo="HealBot_Options_SoundDebuffWarning"  relativePoint="TOPRIGHT">
                                        <Offset>
                                            <AbsDimension x="170" y="0" />
                                        </Offset>
                                    </Anchor>
                                </Anchors>
                                <Scripts>
                                    <OnLoad>HealBot_Options_CDCWarnRange_OnLoad(self)</OnLoad>
                                </Scripts>
                            </Frame>
							<Slider name="HealBot_Options_WarningSound" inherits="HealBot_Options_SliderTemplate">
								<Size>
									<AbsDimension x="290" y="16" />
								</Size>
								<Anchors>
									<Anchor point="TOPLEFT" relativeTo="HealBot_Options_SoundDebuffWarning" relativePoint="BOTTOMLEFT">
										<Offset>
											<AbsDimension x="44" y="-25" />
										</Offset>
									</Anchor>
								</Anchors>
								<Scripts>
									<OnLoad>HealBot_Options_val_OnLoad(self,HEALBOT_OPTIONS_SOUND,1,100,1)</OnLoad>
									<OnValueChanged>HealBot_Options_WarningSound_OnValueChanged(self)</OnValueChanged>
								</Scripts>
							</Slider>
							<Button name="HealBot_Options_PlaySound" inherits="UIPanelButtonTemplate" text="">
								<Size>
									<AbsDimension x="16" y="16"/>
								</Size>
								<Anchors>
									<Anchor point="TOPLEFT" relativeTo="HealBot_Options_WarningSound" relativePoint="TOPRIGHT">
										<Offset>
											<AbsDimension x="10" y="0"/>
										</Offset>
									</Anchor>
								</Anchors>
								<Scripts>
									<OnClick>HealBot_Options_PlaySound_OnClick(self)</OnClick>
								</Scripts>
								<NormalTexture file="Interface\Common\VoiceChat-Speaker"/>
								<DisabledTexture file="Interface\Common\VoiceChat-Speaker"/>
								<HighlightTexture file="Interface\Common\VoiceChat-On"/>
								<PushedTexture file="Interface\Common\VoiceChat-On"/>
							</Button>
						</Frames>
					</Frame>
				</Frames>
			</Frame>

			<Frame name="HealBot_Options_Panel6" hidden="true" setAllPoints="true">
				<Frames>
					<Frame name="HealBot_Options_TooltipsPanel">
						<Size>
							<AbsDimension y="455"/>
						</Size>
						<Anchors>
							<Anchor point="TOPLEFT">
								<Offset>
									<AbsDimension x="20" y="-45"/>
								</Offset>
							</Anchor>
							<Anchor point="TOPRIGHT">
								<Offset>
									<AbsDimension x="-20" y="-45"/>
								</Offset>
							</Anchor>
						</Anchors>
				        <Backdrop edgeFile="Interface\Tooltips\UI-Tooltip-Border" tile="true">
					        <EdgeSize>
						        <AbsValue val="12"/>
							</EdgeSize>
							<TileSize>
								<AbsValue val="16"/>
							</TileSize>
							<BackgroundInsets>
								<AbsInset left="0" right="0" top="5" bottom="5"/>
							</BackgroundInsets>
						</Backdrop>
						<Layers>
							<Layer level="BACKGROUND">
								<FontString name="HealBot_Options_Panel6_1" text="HEALBOT_OPTIONS_TIPTEXT" inherits="GameFontNormalSmall">
									<Anchors>
										<Anchor point="TOPLEFT">
											<Offset>
												<AbsDimension x="175" y="-14" />
											</Offset>
										</Anchor>
									</Anchors>
								</FontString>
							</Layer>
						</Layers>
						<Frames>
							<CheckButton name="HealBot_Options_ShowTooltip" inherits="OptionsCheckButtonTemplate">
								<Anchors>
									<Anchor point="TOPLEFT" relativeTo="HealBot_Options_TooltipsPanel" relativePoint="TOPLEFT">
										<Offset>
											<AbsDimension x="75" y="-45" />
										</Offset>
									</Anchor>
								</Anchors>
								<Scripts>
									<OnLoad>HealBot_Options_SetText(self,HEALBOT_OPTIONS_SHOWTOOLTIP)</OnLoad>
									<OnClick>HealBot_Options_ShowTooltip_OnClick(self)</OnClick>
								</Scripts>
							</CheckButton>
							<CheckButton name="HealBot_Options_ShowTooltipUpdate" inherits="SendMailRadioButtonTemplate" id="1">
								<Anchors>
									<Anchor point="TOPLEFT" relativeTo="HealBot_Options_ShowTooltip" relativePoint="TOPRIGHT">
										<Offset>
											<AbsDimension x="170" y="-5"/>
										</Offset>
									</Anchor>
								</Anchors>
								<Scripts>
									<OnLoad>HealBot_Options_SetText(self,HEALBOT_OPTIONS_TOOLTIPUPDATE)</OnLoad>
									<OnClick>HealBot_Options_ShowTooltipUpdate_OnClick(self)</OnClick>
								</Scripts>
							</CheckButton>
							<CheckButton name="HealBot_Options_HideTooltipInCombat" inherits="SendMailRadioButtonTemplate" id="1">
								<Anchors>
									<Anchor point="TOPLEFT" relativeTo="HealBot_Options_ShowTooltip" relativePoint="TOPRIGHT">
										<Offset>
											<AbsDimension x="10" y="-24"/>
										</Offset>
									</Anchor>
								</Anchors>
								<Scripts>
									<OnLoad>HealBot_Options_SetText(self,HEALBOT_OPTIONS_DISABLETOOLTIPINCOMBAT)</OnLoad>
									<OnClick>HealBot_Options_HideTooltipInCombat_OnClick(self)</OnClick>
								</Scripts>
							</CheckButton>
							<CheckButton name="HealBot_Options_ShowTooltipTarget" inherits="OptionsCheckButtonTemplate">
								<Anchors>
									<Anchor point="TOPLEFT" relativeTo="HealBot_Options_ShowTooltip" relativePoint="TOPLEFT">
										<Offset>
											<AbsDimension x="0" y="-65" />
										</Offset>
									</Anchor>
								</Anchors>
								<Scripts>
									<OnLoad>HealBot_Options_SetText(self,HEALBOT_OPTIONS_SHOWUNITTOOLTIP)</OnLoad>
									<OnClick>HealBot_Options_ShowTooltipTarget_OnClick(self)</OnClick>
								</Scripts>
							</CheckButton>
							<CheckButton name="HealBot_Options_ShowTooltipMyBuffs" inherits="SendMailRadioButtonTemplate" id="1">
								<Anchors>
									<Anchor point="TOPLEFT" relativeTo="HealBot_Options_ShowTooltipTarget" relativePoint="TOPRIGHT">
										<Offset>
											<AbsDimension x="170" y="-5"/>
										</Offset>
									</Anchor>
								</Anchors>
								<Scripts>
									<OnLoad>HealBot_Options_SetText(self,HEALBOT_OPTIONS_SHOWUNITBUFFTIME)</OnLoad>
									<OnClick>HealBot_Options_ShowTooltipMyBuffs_OnClick(self)</OnClick>
								</Scripts>
							</CheckButton>
							<CheckButton name="HealBot_Options_ShowTooltipSpellDetail" inherits="OptionsCheckButtonTemplate">
								<Anchors>
									<Anchor point="TOPLEFT" relativeTo="HealBot_Options_ShowTooltipTarget" relativePoint="TOPLEFT">
										<Offset>
											<AbsDimension x="0" y="-44" />
										</Offset>
									</Anchor>
								</Anchors>
								<Scripts>
									<OnLoad>HealBot_Options_SetText(self,HEALBOT_OPTIONS_SHOWDETTOOLTIP)</OnLoad>
									<OnClick>HealBot_Options_ShowTooltipSpellDetail_OnClick(self)</OnClick>
								</Scripts>
							</CheckButton>
							<CheckButton name="HealBot_Options_ShowTooltipInstant" inherits="OptionsCheckButtonTemplate">
								<Anchors>
									<Anchor point="TOPLEFT" relativeTo="HealBot_Options_ShowTooltipSpellDetail" relativePoint="TOPLEFT">
										<Offset>
											<AbsDimension x="0" y="-44" />
										</Offset>
									</Anchor>
								</Anchors>
								<Scripts>
									<OnLoad>HealBot_Options_SetText(self,HEALBOT_OPTIONS_SHOWRECTOOLTIP)</OnLoad>
									<OnClick>HealBot_Options_ShowTooltipInstant_OnClick(self)</OnClick>
								</Scripts>
							</CheckButton>
							<CheckButton name="HealBot_Options_ShowTooltipPreDefined" inherits="OptionsCheckButtonTemplate">
								<Anchors>
									<Anchor point="TOPLEFT" relativeTo="HealBot_Options_ShowTooltipInstant" relativePoint="TOPLEFT">
										<Offset>
											<AbsDimension x="0" y="-44" />
										</Offset>
									</Anchor>
								</Anchors>
								<Scripts>
									<OnLoad>HealBot_Options_SetText(self,HEALBOT_OPTIONS_SHOWPDCTOOLTIP)</OnLoad>
									<OnClick>HealBot_Options_ShowTooltipPreDefined_OnClick(self)</OnClick>
								</Scripts>
							</CheckButton>
							<CheckButton name="HealBot_Options_ShowTooltipShowHoT" inherits="OptionsCheckButtonTemplate">
								<Anchors>
									<Anchor point="TOPLEFT" relativeTo="HealBot_Options_ShowTooltipPreDefined" relativePoint="TOPLEFT">
										<Offset>
											<AbsDimension x="0" y="-44" />
										</Offset>
									</Anchor>
								</Anchors>
								<Scripts>
									<OnLoad>HealBot_Options_SetText(self,HEALBOT_OPTIONS_TOOLTIPSHOWHOT)</OnLoad>
									<OnClick>HealBot_Options_ShowTooltipShowHoT_OnClick(self)</OnClick>
								</Scripts>
							</CheckButton>
							<Frame name="HealBot_Options_TooltipPos" inherits="UIDropDownMenuTemplate" id="1">
								<Anchors>
									<Anchor point="TOPLEFT" relativeTo="HealBot_Options_ShowTooltipShowHoT" relativePoint="TOPLEFT">
										<Offset>
											<AbsDimension x="85" y="-55" />
										</Offset>
									</Anchor>
								</Anchors>
								<Layers>
									<Layer level="BACKGROUND">
										<FontString name="HealBot_Options_TooltipPosText" text="HEALBOT_OPTIONS_POSTOOLTIP" inherits="GameFontNormalSmall">
											<Anchors>
												<Anchor point="TOPLEFT">
													<Offset>
														<AbsDimension x="-70" y="-5" />
													</Offset>
												</Anchor>
											</Anchors>
										</FontString>
									</Layer>
								</Layers>
								<Scripts>
									<OnLoad>HealBot_Options_TooltipPos_OnLoad(self)</OnLoad>
								</Scripts>
							</Frame>
							<Slider name="HealBot_Options_TTAlpha" inherits="HealBot_Options_SliderTemplate">
								<Size>
									<AbsDimension x="340" y="16" />
								</Size>
								<Anchors>
									<Anchor point="TOPLEFT" relativeTo="HealBot_Options_TooltipPos" relativePoint="TOPLEFT">
										<Offset>
											<AbsDimension x="-104" y="-70" />
										</Offset>
									</Anchor>
								</Anchors>
								<Scripts>
									<OnLoad>HealBot_Options_Pct_OnLoad(self,HEALBOT_OPTIONS_TTALPHA)</OnLoad>
									<OnValueChanged>HealBot_Options_TTAlpha_OnValueChanged(self)</OnValueChanged>
								</Scripts>
							</Slider>
						</Frames>
					</Frame>
				</Frames>
			</Frame>
			<Frame name="HealBot_Options_Panel5" hidden="true" setAllPoints="true">
				<Frames>
					<CheckButton name="HealBot_Options_MonitorBuffs" inherits="OptionsCheckButtonTemplate">
						<Anchors>
							<Anchor point="TOPLEFT">
								<Offset>
									<AbsDimension x="85" y="-30" />
								</Offset>
							</Anchor>
						</Anchors>
						<Scripts>
							<OnLoad>HealBot_Options_SetText(self,HEALBOT_OPTIONS_MONITORBUFFS)</OnLoad>
							<OnClick>HealBot_Options_MonitorBuffs_OnClick(self)</OnClick>
						</Scripts>
					</CheckButton>
					<CheckButton name="HealBot_Options_MonitorBuffsInCombat" inherits="SendMailRadioButtonTemplate">
						<Anchors>
							<Anchor point="TOPLEFT" relativeTo="HealBot_Options_MonitorBuffs" relativePoint="TOPLEFT">
								<Offset>
									<AbsDimension x="215" y="-5"/>
								</Offset>
							</Anchor>
						</Anchors>
						<Scripts>
							<OnLoad>HealBot_Options_SetText(self,HEALBOT_OPTIONS_MONITORBUFFSC)</OnLoad>
							<OnClick>HealBot_Options_MonitorBuffsInCombat_OnClick(self)</OnClick>
						</Scripts>
					</CheckButton>
					<Frame name="HealBot_Options_BuffsPanel">
						<Size>
							<AbsDimension y="385"/>
						</Size>
						<Anchors>
							<Anchor point="TOPLEFT">
								<Offset>
									<AbsDimension x="20" y="-57"/>
								</Offset>
							</Anchor>
							<Anchor point="TOPRIGHT">
								<Offset>
									<AbsDimension x="-20" y="-95"/>
								</Offset>
							</Anchor>
						</Anchors>
				        <Backdrop edgeFile="Interface\Tooltips\UI-Tooltip-Border" tile="true">
					        <EdgeSize>
						        <AbsValue val="12"/>
							</EdgeSize>
							<TileSize>
								<AbsValue val="16"/>
							</TileSize>
							<BackgroundInsets>
								<AbsInset left="0" right="0" top="5" bottom="5"/>
							</BackgroundInsets>
						</Backdrop>
						<Layers>
							<Layer level="BACKGROUND">
								<FontString name="HealBot_Options_Panel5_1" text="HEALBOT_OPTIONS_BUFFSTEXT1" inherits="GameFontNormalSmall">
									<Anchors>
										<Anchor point="TOPLEFT">
											<Offset>
												<AbsDimension x="30" y="-8" />
											</Offset>
										</Anchor>
									</Anchors>
								</FontString>
								<FontString name="HealBot_Options_Panel5_2" text="HEALBOT_OPTIONS_BUFFSTEXT2" inherits="GameFontNormalSmall">
									<Anchors>
										<Anchor point="TOPLEFT">
											<Offset>
												<AbsDimension x="235" y="-8" />
											</Offset>
										</Anchor>
									</Anchors>
								</FontString>
								<FontString name="HealBot_Options_Panel5_3" text="HEALBOT_OPTIONS_BUFFSTEXT3" inherits="GameFontNormalSmall">
									<Anchors>
										<Anchor point="TOPLEFT">
											<Offset>
												<AbsDimension x="360" y="-8" />
											</Offset>
										</Anchor>
									</Anchors>
								</FontString>
							</Layer>
						</Layers>
						<Frames>
							<Frame name="HealBot_Options_BuffTxt1" inherits="UIDropDownMenuTemplate">
								<Anchors>
									<Anchor point="TOPLEFT">
										<Offset>
											<AbsDimension x="0" y="-25"/>
										</Offset>
									</Anchor>
								</Anchors>
								<Scripts>
									<OnLoad>HealBot_Options_BuffTxt1_OnLoad(self)</OnLoad>
								</Scripts>
							</Frame>
							<Frame name="HealBot_Options_BuffGroups1" inherits="UIDropDownMenuTemplate">
								<Anchors>
									<Anchor point="TOPLEFT" relativeTo="HealBot_Options_BuffTxt1" relativePoint="TOPRIGHT">
										<Offset>
											<AbsDimension x="-10" y="0" />
										</Offset>
									</Anchor>
								</Anchors>
								<Scripts>
									<OnLoad>HealBot_Options_BuffGroups1_OnLoad(self)</OnLoad>
								</Scripts>
							</Frame>
							<Button name="HealBot_Buff1Colourb">
								<Size>
									<AbsDimension x="70" y="20"/>
								</Size>
								<Anchors>
									<Anchor point="TOPLEFT" relativeTo="HealBot_Options_BuffGroups1"  relativePoint="TOPRIGHT">
										<Offset>
											<AbsDimension x="1" y="-3"/>
										</Offset>
									</Anchor>
								</Anchors>
								<Scripts>
									<OnClick>HealBot_BuffColorpick_OnClick("Buff1",1)</OnClick>
								</Scripts>
							</Button>
							<StatusBar name="HealBot_Buff1Colour" inherits="TextStatusBar">
								<Size>
									<AbsDimension x="70" y="20"/>
								</Size>
								<Anchors>
									<Anchor point="TOPLEFT" relativeTo="HealBot_Options_BuffGroups1"  relativePoint="TOPRIGHT">
										<Offset>
											<AbsDimension x="1" y="-3"/>
										</Offset>
									</Anchor>
								</Anchors>
								<Scripts>
									<OnLoad>self:SetMinMaxValues(0,100); self:SetValue(100);</OnLoad>
								</Scripts>
								<BarTexture file="Interface\TargetingFrame\UI-StatusBar"/>
								<BarColor r="0" g="1" b="0"/>
							</StatusBar>
							<Frame name="HealBot_Options_BuffTxt2" inherits="UIDropDownMenuTemplate">
								<Anchors>
									<Anchor point="TOPLEFT" relativeTo="HealBot_Options_BuffTxt1" relativePoint="BOTTOMLEFT">
										<Offset>
											<AbsDimension x="0" y="-4"/>
										</Offset>
									</Anchor>
								</Anchors>
								<Scripts>
									<OnLoad>HealBot_Options_BuffTxt2_OnLoad(self)</OnLoad>
								</Scripts>
							</Frame>
							<Frame name="HealBot_Options_BuffGroups2" inherits="UIDropDownMenuTemplate">
								<Anchors>
									<Anchor point="TOPLEFT" relativeTo="HealBot_Options_BuffTxt2" relativePoint="TOPRIGHT">
										<Offset>
											<AbsDimension x="-10" y="0" />
										</Offset>
									</Anchor>
								</Anchors>
								<Scripts>
									<OnLoad>HealBot_Options_BuffGroups2_OnLoad(self)</OnLoad>
								</Scripts>
							</Frame>
							<Button name="HealBot_Buff2Colourb">
								<Size>
									<AbsDimension x="70" y="20"/>
								</Size>
								<Anchors>
									<Anchor point="TOPLEFT" relativeTo="HealBot_Options_BuffGroups2"  relativePoint="TOPRIGHT">
										<Offset>
											<AbsDimension x="1" y="-3"/>
										</Offset>
									</Anchor>
								</Anchors>
								<Scripts>
									<OnClick>HealBot_BuffColorpick_OnClick("Buff2",2)</OnClick>
								</Scripts>
							</Button>
							<StatusBar name="HealBot_Buff2Colour" inherits="TextStatusBar">
								<Size>
									<AbsDimension x="70" y="20"/>
								</Size>
								<Anchors>
									<Anchor point="TOPLEFT" relativeTo="HealBot_Options_BuffGroups2"  relativePoint="TOPRIGHT">
										<Offset>
											<AbsDimension x="1" y="-3"/>
										</Offset>
									</Anchor>
								</Anchors>
								<Scripts>
									<OnLoad>self:SetMinMaxValues(0,100); self:SetValue(100);</OnLoad>
								</Scripts>
								<BarTexture file="Interface\TargetingFrame\UI-StatusBar"/>
								<BarColor r="0" g="1" b="0"/>
							</StatusBar>
							<Frame name="HealBot_Options_BuffTxt3" inherits="UIDropDownMenuTemplate">
								<Anchors>
									<Anchor point="TOPLEFT" relativeTo="HealBot_Options_BuffTxt2" relativePoint="BOTTOMLEFT">
										<Offset>
											<AbsDimension x="0" y="-4"/>
										</Offset>
									</Anchor>
								</Anchors>
								<Scripts>
									<OnLoad>HealBot_Options_BuffTxt3_OnLoad(self)</OnLoad>
								</Scripts>
							</Frame>
							<Frame name="HealBot_Options_BuffGroups3" inherits="UIDropDownMenuTemplate">
								<Anchors>
									<Anchor point="TOPLEFT" relativeTo="HealBot_Options_BuffTxt3" relativePoint="TOPRIGHT">
										<Offset>
											<AbsDimension x="-10" y="0" />
										</Offset>
									</Anchor>
								</Anchors>
								<Scripts>
									<OnLoad>HealBot_Options_BuffGroups3_OnLoad(self)</OnLoad>
								</Scripts>
							</Frame>
							<Button name="HealBot_Buff3Colourb">
								<Size>
									<AbsDimension x="70" y="20"/>
								</Size>
								<Anchors>
									<Anchor point="TOPLEFT" relativeTo="HealBot_Options_BuffGroups3"  relativePoint="TOPRIGHT">
										<Offset>
											<AbsDimension x="1" y="-3"/>
										</Offset>
									</Anchor>
								</Anchors>
								<Scripts>
									<OnClick>HealBot_BuffColorpick_OnClick("Buff3",3)</OnClick>
								</Scripts>
							</Button>
							<StatusBar name="HealBot_Buff3Colour" inherits="TextStatusBar">
								<Size>
									<AbsDimension x="70" y="20"/>
								</Size>
								<Anchors>
									<Anchor point="TOPLEFT" relativeTo="HealBot_Options_BuffGroups3"  relativePoint="TOPRIGHT">
										<Offset>
											<AbsDimension x="1" y="-3"/>
										</Offset>
									</Anchor>
								</Anchors>
								<Scripts>
									<OnLoad>self:SetMinMaxValues(0,100); self:SetValue(100);</OnLoad>
								</Scripts>
								<BarTexture file="Interface\TargetingFrame\UI-StatusBar"/>
								<BarColor r="0" g="1" b="0"/>
							</StatusBar>
							<Frame name="HealBot_Options_BuffTxt4" inherits="UIDropDownMenuTemplate">
								<Anchors>
									<Anchor point="TOPLEFT" relativeTo="HealBot_Options_BuffTxt3" relativePoint="BOTTOMLEFT">
										<Offset>
											<AbsDimension x="0" y="-4"/>
										</Offset>
									</Anchor>
								</Anchors>
								<Scripts>
									<OnLoad>HealBot_Options_BuffTxt4_OnLoad(self)</OnLoad>
								</Scripts>
							</Frame>
							<Frame name="HealBot_Options_BuffGroups4" inherits="UIDropDownMenuTemplate">
								<Anchors>
									<Anchor point="TOPLEFT" relativeTo="HealBot_Options_BuffTxt4" relativePoint="TOPRIGHT">
										<Offset>
											<AbsDimension x="-10" y="0" />
										</Offset>
									</Anchor>
								</Anchors>
								<Scripts>
									<OnLoad>HealBot_Options_BuffGroups4_OnLoad(self)</OnLoad>
								</Scripts>
							</Frame>
							<Button name="HealBot_Buff4Colourb">
								<Size>
									<AbsDimension x="70" y="20"/>
								</Size>
								<Anchors>
									<Anchor point="TOPLEFT" relativeTo="HealBot_Options_BuffGroups4"  relativePoint="TOPRIGHT">
										<Offset>
											<AbsDimension x="1" y="-3"/>
										</Offset>
									</Anchor>
								</Anchors>
								<Scripts>
									<OnClick>HealBot_BuffColorpick_OnClick("Buff4",4)</OnClick>
								</Scripts>
							</Button>
							<StatusBar name="HealBot_Buff4Colour" inherits="TextStatusBar">
								<Size>
									<AbsDimension x="70" y="20"/>
								</Size>
								<Anchors>
									<Anchor point="TOPLEFT" relativeTo="HealBot_Options_BuffGroups4"  relativePoint="TOPRIGHT">
										<Offset>
											<AbsDimension x="1" y="-3"/>
										</Offset>
									</Anchor>
								</Anchors>
								<Scripts>
									<OnLoad>self:SetMinMaxValues(0,100); self:SetValue(100);</OnLoad>
								</Scripts>
								<BarTexture file="Interface\TargetingFrame\UI-StatusBar"/>
								<BarColor r="0" g="1" b="0"/>
							</StatusBar>
							<Frame name="HealBot_Options_BuffTxt5" inherits="UIDropDownMenuTemplate">
								<Anchors>
									<Anchor point="TOPLEFT" relativeTo="HealBot_Options_BuffTxt4" relativePoint="BOTTOMLEFT">
										<Offset>
											<AbsDimension x="0" y="-4"/>
										</Offset>
									</Anchor>
								</Anchors>
								<Scripts>
									<OnLoad>HealBot_Options_BuffTxt5_OnLoad(self)</OnLoad>
								</Scripts>
							</Frame>
							<Frame name="HealBot_Options_BuffGroups5" inherits="UIDropDownMenuTemplate">
								<Anchors>
									<Anchor point="TOPLEFT" relativeTo="HealBot_Options_BuffTxt5" relativePoint="TOPRIGHT">
										<Offset>
											<AbsDimension x="-10" y="0" />
										</Offset>
									</Anchor>
								</Anchors>
								<Scripts>
									<OnLoad>HealBot_Options_BuffGroups5_OnLoad(self)</OnLoad>
								</Scripts>
							</Frame>
							<Button name="HealBot_Buff5Colourb">
								<Size>
									<AbsDimension x="70" y="20"/>
								</Size>
								<Anchors>
									<Anchor point="TOPLEFT" relativeTo="HealBot_Options_BuffGroups5"  relativePoint="TOPRIGHT">
										<Offset>
											<AbsDimension x="1" y="-3"/>
										</Offset>
									</Anchor>
								</Anchors>
								<Scripts>
									<OnClick>HealBot_BuffColorpick_OnClick("Buff5",5)</OnClick>
								</Scripts>
							</Button>
							<StatusBar name="HealBot_Buff5Colour" inherits="TextStatusBar">
								<Size>
									<AbsDimension x="70" y="20"/>
								</Size>
								<Anchors>
									<Anchor point="TOPLEFT" relativeTo="HealBot_Options_BuffGroups5"  relativePoint="TOPRIGHT">
										<Offset>
											<AbsDimension x="1" y="-3"/>
										</Offset>
									</Anchor>
								</Anchors>
								<Scripts>
									<OnLoad>self:SetMinMaxValues(0,100); self:SetValue(100);</OnLoad>
								</Scripts>
								<BarTexture file="Interface\TargetingFrame\UI-StatusBar"/>
								<BarColor r="0" g="1" b="0"/>
							</StatusBar>
							<Frame name="HealBot_Options_BuffTxt6" inherits="UIDropDownMenuTemplate">
								<Anchors>
									<Anchor point="TOPLEFT" relativeTo="HealBot_Options_BuffTxt5" relativePoint="BOTTOMLEFT">
										<Offset>
											<AbsDimension x="0" y="-4"/>
										</Offset>
									</Anchor>
								</Anchors>
								<Scripts>
									<OnLoad>HealBot_Options_BuffTxt6_OnLoad(self)</OnLoad>
								</Scripts>
							</Frame>
							<Frame name="HealBot_Options_BuffGroups6" inherits="UIDropDownMenuTemplate">
								<Anchors>
									<Anchor point="TOPLEFT" relativeTo="HealBot_Options_BuffTxt6" relativePoint="TOPRIGHT">
										<Offset>
											<AbsDimension x="-10" y="0" />
										</Offset>
									</Anchor>
								</Anchors>
								<Scripts>
									<OnLoad>HealBot_Options_BuffGroups6_OnLoad(self)</OnLoad>
								</Scripts>
							</Frame>
							<Button name="HealBot_Buff6Colourb">
								<Size>
									<AbsDimension x="70" y="20"/>
								</Size>
								<Anchors>
									<Anchor point="TOPLEFT" relativeTo="HealBot_Options_BuffGroups6"  relativePoint="TOPRIGHT">
										<Offset>
											<AbsDimension x="1" y="-3"/>
										</Offset>
									</Anchor>
								</Anchors>
								<Scripts>
									<OnClick>HealBot_BuffColorpick_OnClick("Buff6",6)</OnClick>
								</Scripts>
							</Button>
							<StatusBar name="HealBot_Buff6Colour" inherits="TextStatusBar">
								<Size>
									<AbsDimension x="70" y="20"/>
								</Size>
								<Anchors>
									<Anchor point="TOPLEFT" relativeTo="HealBot_Options_BuffGroups6"  relativePoint="TOPRIGHT">
										<Offset>
											<AbsDimension x="1" y="-3"/>
										</Offset>
									</Anchor>
								</Anchors>
								<Scripts>
									<OnLoad>self:SetMinMaxValues(0,100); self:SetValue(100);</OnLoad>
								</Scripts>
								<BarTexture file="Interface\TargetingFrame\UI-StatusBar"/>
								<BarColor r="0" g="1" b="0"/>
							</StatusBar>
							<Frame name="HealBot_Options_BuffTxt7" inherits="UIDropDownMenuTemplate">
								<Anchors>
									<Anchor point="TOPLEFT" relativeTo="HealBot_Options_BuffTxt6" relativePoint="BOTTOMLEFT">
										<Offset>
											<AbsDimension x="0" y="-4"/>
										</Offset>
									</Anchor>
								</Anchors>
								<Scripts>
									<OnLoad>HealBot_Options_BuffTxt7_OnLoad(self)</OnLoad>
								</Scripts>
							</Frame>
							<Frame name="HealBot_Options_BuffGroups7" inherits="UIDropDownMenuTemplate">
								<Anchors>
									<Anchor point="TOPLEFT" relativeTo="HealBot_Options_BuffTxt7" relativePoint="TOPRIGHT">
										<Offset>
											<AbsDimension x="-10" y="0" />
										</Offset>
									</Anchor>
								</Anchors>
								<Scripts>
									<OnLoad>HealBot_Options_BuffGroups7_OnLoad(self)</OnLoad>
								</Scripts>
							</Frame>
							<Button name="HealBot_Buff7Colourb">
								<Size>
									<AbsDimension x="70" y="20"/>
								</Size>
								<Anchors>
									<Anchor point="TOPLEFT" relativeTo="HealBot_Options_BuffGroups7"  relativePoint="TOPRIGHT">
										<Offset>
											<AbsDimension x="1" y="-3"/>
										</Offset>
									</Anchor>
								</Anchors>
								<Scripts>
									<OnClick>HealBot_BuffColorpick_OnClick("Buff7",7)</OnClick>
								</Scripts>
							</Button>
							<StatusBar name="HealBot_Buff7Colour" inherits="TextStatusBar">
								<Size>
									<AbsDimension x="70" y="20"/>
								</Size>
								<Anchors>
									<Anchor point="TOPLEFT" relativeTo="HealBot_Options_BuffGroups7"  relativePoint="TOPRIGHT">
										<Offset>
											<AbsDimension x="1" y="-3"/>
										</Offset>
									</Anchor>
								</Anchors>
								<Scripts>
									<OnLoad>self:SetMinMaxValues(0,100); self:SetValue(100);</OnLoad>
								</Scripts>
								<BarTexture file="Interface\TargetingFrame\UI-StatusBar"/>
								<BarColor r="0" g="1" b="0"/>
							</StatusBar>
							<Frame name="HealBot_Options_BuffTxt8" inherits="UIDropDownMenuTemplate">
								<Anchors>
									<Anchor point="TOPLEFT" relativeTo="HealBot_Options_BuffTxt7" relativePoint="BOTTOMLEFT">
										<Offset>
											<AbsDimension x="0" y="-4"/>
										</Offset>
									</Anchor>
								</Anchors>
								<Scripts>
									<OnLoad>HealBot_Options_BuffTxt8_OnLoad(self)</OnLoad>
								</Scripts>
							</Frame>
							<Frame name="HealBot_Options_BuffGroups8" inherits="UIDropDownMenuTemplate">
								<Anchors>
									<Anchor point="TOPLEFT" relativeTo="HealBot_Options_BuffTxt8" relativePoint="TOPRIGHT">
										<Offset>
											<AbsDimension x="-10" y="0" />
										</Offset>
									</Anchor>
								</Anchors>
								<Scripts>
									<OnLoad>HealBot_Options_BuffGroups8_OnLoad(self)</OnLoad>
								</Scripts>
							</Frame>
							<Button name="HealBot_Buff8Colourb">
								<Size>
									<AbsDimension x="70" y="20"/>
								</Size>
								<Anchors>
									<Anchor point="TOPLEFT" relativeTo="HealBot_Options_BuffGroups8"  relativePoint="TOPRIGHT">
										<Offset>
											<AbsDimension x="1" y="-3"/>
										</Offset>
									</Anchor>
								</Anchors>
								<Scripts>
									<OnClick>HealBot_BuffColorpick_OnClick("Buff8",8)</OnClick>
								</Scripts>
							</Button>
							<StatusBar name="HealBot_Buff8Colour" inherits="TextStatusBar">
								<Size>
									<AbsDimension x="70" y="20"/>
								</Size>
								<Anchors>
									<Anchor point="TOPLEFT" relativeTo="HealBot_Options_BuffGroups8"  relativePoint="TOPRIGHT">
										<Offset>
											<AbsDimension x="1" y="-3"/>
										</Offset>
									</Anchor>
								</Anchors>
								<Scripts>
									<OnLoad>self:SetMinMaxValues(0,100); self:SetValue(100);</OnLoad>
								</Scripts>
								<BarTexture file="Interface\TargetingFrame\UI-StatusBar"/>
								<BarColor r="0" g="1" b="0"/>
							</StatusBar>
							<Frame name="HealBot_Options_BuffTxt9" inherits="UIDropDownMenuTemplate">
								<Anchors>
									<Anchor point="TOPLEFT" relativeTo="HealBot_Options_BuffTxt8" relativePoint="BOTTOMLEFT">
										<Offset>
											<AbsDimension x="0" y="-4"/>
										</Offset>
									</Anchor>
								</Anchors>
								<Scripts>
									<OnLoad>HealBot_Options_BuffTxt9_OnLoad(self)</OnLoad>
								</Scripts>
							</Frame>
							<Frame name="HealBot_Options_BuffGroups9" inherits="UIDropDownMenuTemplate">
								<Anchors>
									<Anchor point="TOPLEFT" relativeTo="HealBot_Options_BuffTxt9" relativePoint="TOPRIGHT">
										<Offset>
											<AbsDimension x="-10" y="0" />
										</Offset>
									</Anchor>
								</Anchors>
								<Scripts>
									<OnLoad>HealBot_Options_BuffGroups9_OnLoad(self)</OnLoad>
								</Scripts>
							</Frame>
							<Button name="HealBot_Buff9Colourb">
								<Size>
									<AbsDimension x="70" y="20"/>
								</Size>
								<Anchors>
									<Anchor point="TOPLEFT" relativeTo="HealBot_Options_BuffGroups9"  relativePoint="TOPRIGHT">
										<Offset>
											<AbsDimension x="1" y="-3"/>
										</Offset>
									</Anchor>
								</Anchors>
								<Scripts>
									<OnClick>HealBot_BuffColorpick_OnClick("Buff9",9)</OnClick>
								</Scripts>
							</Button>
							<StatusBar name="HealBot_Buff9Colour" inherits="TextStatusBar">
								<Size>
									<AbsDimension x="70" y="20"/>
								</Size>
								<Anchors>
									<Anchor point="TOPLEFT" relativeTo="HealBot_Options_BuffGroups9"  relativePoint="TOPRIGHT">
										<Offset>
											<AbsDimension x="1" y="-3"/>
										</Offset>
									</Anchor>
								</Anchors>
								<Scripts>
									<OnLoad>self:SetMinMaxValues(0,100); self:SetValue(100);</OnLoad>
								</Scripts>
								<BarTexture file="Interface\TargetingFrame\UI-StatusBar"/>
								<BarColor r="0" g="1" b="0"/>
							</StatusBar>
							<Frame name="HealBot_Options_BuffTxt10" inherits="UIDropDownMenuTemplate">
								<Anchors>
									<Anchor point="TOPLEFT" relativeTo="HealBot_Options_BuffTxt9" relativePoint="BOTTOMLEFT">
										<Offset>
											<AbsDimension x="0" y="-4"/>
										</Offset>
									</Anchor>
								</Anchors>
								<Scripts>
									<OnLoad>HealBot_Options_BuffTxt10_OnLoad(self)</OnLoad>
								</Scripts>
							</Frame>
							<Frame name="HealBot_Options_BuffGroups10" inherits="UIDropDownMenuTemplate">
								<Anchors>
									<Anchor point="TOPLEFT" relativeTo="HealBot_Options_BuffTxt10" relativePoint="TOPRIGHT">
										<Offset>
											<AbsDimension x="-10" y="0" />
										</Offset>
									</Anchor>
								</Anchors>
								<Scripts>
									<OnLoad>HealBot_Options_BuffGroups10_OnLoad(self)</OnLoad>
								</Scripts>
							</Frame>
							<Button name="HealBot_Buff10Colourb">
								<Size>
									<AbsDimension x="70" y="20"/>
								</Size>
								<Anchors>
									<Anchor point="TOPLEFT" relativeTo="HealBot_Options_BuffGroups10"  relativePoint="TOPRIGHT">
										<Offset>
											<AbsDimension x="1" y="-3"/>
										</Offset>
									</Anchor>
								</Anchors>
								<Scripts>
									<OnClick>HealBot_BuffColorpick_OnClick("Buff10",10)</OnClick>
								</Scripts>
							</Button>
                            <StatusBar name="HealBot_Buff10Colour" inherits="TextStatusBar">
								<Size>
									<AbsDimension x="70" y="20"/>
								</Size>
								<Anchors>
									<Anchor point="TOPLEFT" relativeTo="HealBot_Options_BuffGroups10"  relativePoint="TOPRIGHT">
										<Offset>
											<AbsDimension x="1" y="-3"/>
										</Offset>
									</Anchor>
								</Anchors>
								<Scripts>
									<OnLoad>self:SetMinMaxValues(0,100); self:SetValue(100);</OnLoad>
								</Scripts>
								<BarTexture file="Interface\TargetingFrame\UI-StatusBar"/>
								<BarColor r="0" g="1" b="0"/>
							</StatusBar>
					        <Frame name="HealBot_Options_BuffTimers">
								<Size>
									<AbsDimension y="65"/>
								</Size>
								<Anchors>
									<Anchor point="TOPLEFT">
										<Offset>
											<AbsDimension x="0" y="-392"/>
										</Offset>
									</Anchor>
									<Anchor point="TOPRIGHT">
										<Offset>
											<AbsDimension x="0" y="-392"/>
										</Offset>
									</Anchor>
								</Anchors>
						        <Backdrop edgeFile="Interface\Tooltips\UI-Tooltip-Border" tile="true">
							        <EdgeSize>
								        <AbsValue val="12"/>
									</EdgeSize>
									<TileSize>
										<AbsValue val="16"/>
									</TileSize>
									<BackgroundInsets>
										<AbsInset left="0" right="0" top="5" bottom="5"/>
									</BackgroundInsets>
								</Backdrop>
								<Layers>
								<Layer level="BACKGROUND">
									<FontString name="HealBot_Options_Panel5_4" text="HEALBOT_OPTIONS_BUFFSTEXTTIMER" inherits="GameFontNormalSmall">
									<Anchors>
										<Anchor point="TOPLEFT">
											<Offset>
												<AbsDimension x="152" y="-5" />
											</Offset>
										</Anchor>
									</Anchors>
									</FontString>
								</Layer>
								</Layers>
							</Frame>
							<Slider name="HealBot_Options_ShortBuffTimer" inherits="HealBot_Options_SliderTemplate">
								<Size>
									<AbsDimension x="190" y="16" />
								</Size>
								<Anchors>
									<Anchor point="TOPLEFT">
										<Offset>
											<AbsDimension x="20" y="-422" />
										</Offset>
									</Anchor>
								</Anchors>
								<Scripts>
									<OnLoad>HealBot_Options_valtime_OnLoad(self,HEALBOT_OPTIONS_SHORTBUFFTIMER,0,300,15)</OnLoad>
									<OnValueChanged>HealBot_Options_BuffTimer_OnValueChanged(self,"SHORT")</OnValueChanged>
								</Scripts>
							</Slider>
							<Slider name="HealBot_Options_LongBuffTimer" inherits="HealBot_Options_SliderTemplate">
								<Size>
									<AbsDimension x="190" y="16" />
								</Size>
								<Anchors>
									<Anchor point="TOPLEFT" relativeTo="HealBot_Options_ShortBuffTimer" relativePoint="TOPRIGHT">
										<Offset>
											<AbsDimension x="30" y="0" />
										</Offset>
									</Anchor>
								</Anchors>
								<Scripts>
									<OnLoad>HealBot_Options_valtime_OnLoad(self,HEALBOT_OPTIONS_LONGBUFFTIMER,0,900,30)</OnLoad>
									<OnValueChanged>HealBot_Options_BuffTimer_OnValueChanged(self,"LONG")</OnValueChanged>
								</Scripts>
							</Slider>
						</Frames>
					</Frame>
				</Frames>
			</Frame>
			<Frame name="HealBot_Options_Panel7" hidden="true" setAllPoints="true">
				<Frames>
					<Frame name="HealBot_Options_CrashProtPanel">
						<Size>
							<AbsDimension y="180"/>
						</Size>
                                <Layers>
                                    <Layer level="BACKGROUND">
                                        <FontString name="HealBot_Options_cpMacroInfo" text="HEALBOT_CP_MACRO_INFO" inherits="GameFontNormalSmall">
                                            <Anchors>
                                                <Anchor point="TOP">
                                                    <Offset>
                                                        <AbsDimension x="0" y="-128" />
                                                    </Offset>
                                                </Anchor>
                                            </Anchors>
                                        </FontString>
                                        <FontString name="HealBot_Options_cpMacroSave" text="HEALBOT_CP_MACRO_SAVE" inherits="GameFontNormalSmall">
                                            <Anchors>
                                                <Anchor point="TOP">
                                                    <Offset>
                                                        <AbsDimension x="0" y="-158" />
                                                    </Offset>
                                                </Anchor>
                                            </Anchors>
                                        </FontString>
                                    </Layer>
                                </Layers>
						<Anchors>
							<Anchor point="TOPLEFT">
								<Offset>
									<AbsDimension x="20" y="-30"/>
								</Offset>
							</Anchor>
							<Anchor point="TOPRIGHT">
								<Offset>
									<AbsDimension x="-20" y="-30"/>
								</Offset>
							</Anchor>
						</Anchors>
				        <Backdrop edgeFile="Interface\Tooltips\UI-Tooltip-Border" tile="true">
					        <EdgeSize>
						        <AbsValue val="12"/>
							</EdgeSize>
							<TileSize>
								<AbsValue val="16"/>
							</TileSize>
							<BackgroundInsets>
								<AbsInset left="0" right="0" top="5" bottom="5"/>
							</BackgroundInsets>
						</Backdrop>
						<Frames>
                            <Frame name="HealBot_Options_CrashProtSkins" inherits="UIDropDownMenuTemplate">
                                <Anchors>
                                    <Anchor point="TOPLEFT">
                                        <Offset>
                                            <AbsDimension x="240" y="-15" />
                                        </Offset>
                                    </Anchor>
                                </Anchors>
                                <Scripts>
                                    <OnLoad>HealBot_Options_pSkins_OnLoad(self)</OnLoad>
                                </Scripts>
                            </Frame>
                            <CheckButton name="HealBot_Options_CrashProt" inherits="OptionsCheckButtonTemplate">
                                <Anchors>
                                    <Anchor point="TOPLEFT">
                                        <Offset>
                                            <AbsDimension x="70" y="-15" />
                                        </Offset>
                                    </Anchor>
                                </Anchors>
                                <Scripts>
                                    <OnLoad>HealBot_Options_SetText(self,HEALBOT_OPTIONS_CRASHPROT)</OnLoad>
                                    <OnClick>HealBot_Options_CrashProt_OnClick(self)</OnClick>
                                </Scripts>
                            </CheckButton>
                            <EditBox name="HealBot_Options_CrashProtEditBox" inherits="HealBot_Options_EditBoxTemplate">
                                <Size>
                                    <AbsDimension x="125" y="20"/>
                                </Size>
                                <Layers>
                                    <Layer level="BACKGROUND">
                                        <FontString name="HealBot_Options_cpMacroName" text="HEALBOT_CP_MACRO_BASE" inherits="GameFontNormalSmall">
                                            <Anchors>
                                                <Anchor point="TOP">
                                                    <Offset>
                                                        <AbsDimension x="0" y="15" />
                                                    </Offset>
                                                </Anchor>
                                            </Anchors>
                                        </FontString>
                                    </Layer>
                                </Layers>
                                <Anchors>
                                    <Anchor point="TOPLEFT">
                                        <Offset>
                                            <AbsDimension x="40" y="-80"/>
                                        </Offset>
                                    </Anchor>
                                </Anchors>
                                <Scripts>
                                    <OnTextChanged>HealBot_Options_CrashProt_OnTextChanged(self)</OnTextChanged>
                                </Scripts>
                            </EditBox>
                            <Slider name="HealBot_Options_CrashProtStartTime" inherits="HealBot_Options_SliderTemplate">
                                <Size>
                                    <AbsDimension x="208" y="18" />
                                </Size>
                                <Anchors>
                                    <Anchor point="TOPLEFT">
                                        <Offset>
                                            <AbsDimension x="205" y="-80" />
                                        </Offset>
                                    </Anchor>
                                </Anchors>
                                <Scripts>
                                    <OnLoad>HealBot_Options_val_OnLoad(self,HEALBOT_CP_STARTTIME,1,3,1)</OnLoad>
                                    <OnValueChanged>HealBot_Options_CrashProtStartTime_OnValueChanged(self)</OnValueChanged>
                                </Scripts>
                            </Slider>
                        </Frames>
                    </Frame>
					<Frame name="HealBot_Options_CombatProtPanel">
						<Size>
							<AbsDimension y="140"/>
						</Size>
                                <Layers>
                                    <Layer level="BACKGROUND">
                                        <FontString name="HealBot_Options_combatprotInfo" text="HEALBOT_COMBATPROT_INFO" inherits="GameFontNormalSmall">
                                            <Anchors>
                                                <Anchor point="TOP">
                                                    <Offset>
                                                        <AbsDimension x="0" y="-110" />
                                                    </Offset>
                                                </Anchor>
                                            </Anchors>
                                        </FontString>
                                    </Layer>
                                </Layers>
						<Anchors>
							<Anchor point="TOPLEFT">
								<Offset>
									<AbsDimension x="20" y="-220"/>
								</Offset>
							</Anchor>
							<Anchor point="TOPRIGHT">
								<Offset>
									<AbsDimension x="-20" y="-220"/>
								</Offset>
							</Anchor>
						</Anchors>
				        <Backdrop edgeFile="Interface\Tooltips\UI-Tooltip-Border" tile="true">
					        <EdgeSize>
						        <AbsValue val="12"/>
							</EdgeSize>
							<TileSize>
								<AbsValue val="16"/>
							</TileSize>
							<BackgroundInsets>
								<AbsInset left="0" right="0" top="5" bottom="5"/>
							</BackgroundInsets>
						</Backdrop>
						<Frames>
                            <Frame name="HealBot_Options_CombatProtSkins" inherits="UIDropDownMenuTemplate">
                                <Anchors>
                                    <Anchor point="TOPLEFT">
                                        <Offset>
                                            <AbsDimension x="240" y="-15" />
                                        </Offset>
                                    </Anchor>
                                </Anchors>
                                <Scripts>
                                    <OnLoad>HealBot_Options_pSkins_OnLoad(self)</OnLoad>
                                </Scripts>
                            </Frame>
                            <CheckButton name="HealBot_Options_CombatProt" inherits="OptionsCheckButtonTemplate">
                                <Anchors>
                                    <Anchor point="TOPLEFT">
                                        <Offset>
                                            <AbsDimension x="70" y="-15" />
                                        </Offset>
                                    </Anchor>
                                </Anchors>
                                <Scripts>
                                    <OnLoad>HealBot_Options_SetText(self,HEALBOT_OPTIONS_COMBATPROT)</OnLoad>
                                    <OnClick>HealBot_Options_CombatProt_OnClick(self)</OnClick>
                                </Scripts>
                            </CheckButton>
                            <Slider name="HealBot_Options_CombatPartyNo" inherits="HealBot_Options_SliderTemplate">
                                <Size>
                                    <AbsDimension x="185" y="18" />
                                </Size>
                                <Anchors>
                                    <Anchor point="TOPLEFT">
                                        <Offset>
                                            <AbsDimension x="25" y="-70" />
                                        </Offset>
                                    </Anchor>
                                </Anchors>
                                <Scripts>
                                    <OnLoad>HealBot_Options_val_OnLoad(self,HEALBOT_COMBATPROT_PARTYNO,0,3,1)</OnLoad>
                                    <OnValueChanged>HealBot_Options_CombatPartyNo_OnValueChanged(self)</OnValueChanged>
                                </Scripts>
                            </Slider>
                            <Slider name="HealBot_Options_CombatRaidNo" inherits="HealBot_Options_SliderTemplate">
                                <Size>
                                    <AbsDimension x="185" y="18" />
                                </Size>
                                <Anchors>
                                    <Anchor point="TOPLEFT">
                                        <Offset>
                                            <AbsDimension x="245" y="-70" />
                                        </Offset>
                                    </Anchor>
                                </Anchors>
                                <Scripts>
                                    <OnLoad>HealBot_Options_val_OnLoad(self,HEALBOT_COMBATPROT_RAIDNO,0,3,1)</OnLoad>
                                    <OnValueChanged>HealBot_Options_CombatRaidNo_OnValueChanged(self)</OnValueChanged>
                                </Scripts>
                            </Slider>
                        </Frames>
                    </Frame>
					<Frame name="HealBot_Options_TestBarsPanel">
						<Size>
							<AbsDimension y="135"/>
						</Size>
						<Anchors>
							<Anchor point="TOPLEFT">
								<Offset>
									<AbsDimension x="20" y="-370"/>
								</Offset>
							</Anchor>
							<Anchor point="TOPRIGHT">
								<Offset>
									<AbsDimension x="-20" y="-370"/>
								</Offset>
							</Anchor>
						</Anchors>
				        <Backdrop edgeFile="Interface\Tooltips\UI-Tooltip-Border" tile="true">
					        <EdgeSize>
						        <AbsValue val="12"/>
							</EdgeSize>
							<TileSize>
								<AbsValue val="16"/>
							</TileSize>
							<BackgroundInsets>
								<AbsInset left="0" right="0" top="5" bottom="5"/>
							</BackgroundInsets>
						</Backdrop>
						<Frames>
                            <Button name="HealBot_Options_TestBarsButton" inherits="UIPanelButtonTemplate" text="HEALBOT_OPTIONS_TESTBARS">
                                <Size>
                                    <AbsDimension x="175" y="22"/>
                                </Size>
                                <Anchors>
                                    <Anchor point="TOP" relativePoint="TOP">>
                                        <Offset>
                                            <AbsDimension x="0" y="-10" />
                                        </Offset>
                                    </Anchor>
                                </Anchors>
                                <Scripts>
                                    <OnClick>HealBot_TestBars()</OnClick>
                                </Scripts>
                            </Button>
                            <Slider name="HealBot_Options_NumberTestBars" inherits="HealBot_Options_SliderTemplate">
                                <Size>
                                    <AbsDimension x="188" y="18" />
                                </Size>
                                <Anchors>
                                    <Anchor point="TOPLEFT">
                                        <Offset>
                                            <AbsDimension x="25" y="-55" />
                                        </Offset>
                                    </Anchor>
                                </Anchors>
                                <Scripts>
                                    <OnLoad>HealBot_Options_val_OnLoad(self,HEALBOT_OPTION_NUMBARS,5,50,1)</OnLoad>
                                    <OnValueChanged>HealBot_Options_NumTestBars_OnValueChanged(self)</OnValueChanged>
                                </Scripts>
                            </Slider>
                            <Slider name="HealBot_Options_NumberTestTanks" inherits="HealBot_Options_SliderTemplate">
                                <Size>
                                    <AbsDimension x="188" y="18" />
                                </Size>
                                <Anchors>
                                    <Anchor point="TOPLEFT" relativeTo="HealBot_Options_NumberTestBars" relativePoint="TOPRIGHT">
                                        <Offset>
                                            <AbsDimension x="27" y="0" />
                                        </Offset>
                                    </Anchor>
                                </Anchors>
                                <Scripts>
                                    <OnLoad>HealBot_Options_val_OnLoad(self,HEALBOT_OPTION_NUMTANKS,0,10,1)</OnLoad>
                                    <OnValueChanged>HealBot_Options_NumTestTanks_OnValueChanged(self)</OnValueChanged>
                                </Scripts>
                            </Slider>
                            <Slider name="HealBot_Options_NumberTestMyTargets" inherits="HealBot_Options_SliderTemplate">
                                <Size>
                                    <AbsDimension x="188" y="18" />
                                </Size>
                                <Anchors>
                                    <Anchor point="TOPLEFT">
                                        <Offset>
                                            <AbsDimension x="25" y="-100" />
                                        </Offset>
                                    </Anchor>
                                </Anchors>
                                <Scripts>
                                    <OnLoad>HealBot_Options_val_OnLoad(self,HEALBOT_OPTION_NUMMYTARGETS,0,20,1)</OnLoad>
                                    <OnValueChanged>HealBot_Options_NumTestMyTargets_OnValueChanged(self)</OnValueChanged>
                                </Scripts>
                            </Slider>
                            <Slider name="HealBot_Options_NumberTestPets" inherits="HealBot_Options_SliderTemplate">
                                <Size>
                                    <AbsDimension x="188" y="18" />
                                </Size>
                                <Anchors>
                                    <Anchor point="TOPLEFT" relativeTo="HealBot_Options_NumberTestMyTargets" relativePoint="TOPRIGHT">
                                        <Offset>
                                            <AbsDimension x="27" y="0" />
                                        </Offset>
                                    </Anchor>
                                </Anchors>
                                <Scripts>
                                    <OnLoad>HealBot_Options_val_OnLoad(self,HEALBOT_OPTION_NUMPETS,0,20,1)</OnLoad>
                                    <OnValueChanged>HealBot_Options_NumTestPets_OnValueChanged(self)</OnValueChanged>
                                </Scripts>
                            </Slider>
                        </Frames>
                    </Frame>
                </Frames>
            </Frame>
			<Button name="HealBot_Options_Defaults" inherits="UIPanelButtonTemplate" text="HEALBOT_OPTIONS_INFO">
				<Size>
					<AbsDimension x="75" y="22"/>
				</Size>
				<Anchors>
					<Anchor point="BOTTOM" relativePoint="BOTTOM">
						<Offset>
							<AbsDimension x="-170" y="15"/>
						</Offset>
					</Anchor>
				</Anchors>
				<Scripts>
					<OnClick>HealBot_Options_Info_OnClick(self)</OnClick>
				</Scripts>
			</Button>
			<Button name="HealBot_Options_Defaults" inherits="UIPanelButtonTemplate" text="HEALBOT_OPTIONS_SOFTRESET">
				<Size>
					<AbsDimension x="75" y="22"/>
				</Size>
				<Anchors>
					<Anchor point="BOTTOM" relativePoint="BOTTOM">
						<Offset>
							<AbsDimension x="-85" y="15"/>
						</Offset>
					</Anchor>
				</Anchors>
				<Scripts>
					<OnClick>HealBot_Options_Reset_OnClick(self,"SOFT")</OnClick>
				</Scripts>
			</Button>
			<Button name="HealBot_Options_Defaults" inherits="UIPanelButtonTemplate" text="HEALBOT_OPTIONS_HARDRESET">
				<Size>
					<AbsDimension x="75" y="22"/>
				</Size>
				<Anchors>
					<Anchor point="BOTTOM" relativePoint="BOTTOM">
						<Offset>
							<AbsDimension x="0" y="15"/>
						</Offset>
					</Anchor>
				</Anchors>
				<Scripts>
					<OnClick>HealBot_Options_Reset_OnClick(self,"HARD")</OnClick>
				</Scripts>
			</Button>
			<Button name="HealBot_Options_Defaults" inherits="UIPanelButtonTemplate" text="HEALBOT_OPTIONS_DEFAULTS">
				<Size>
					<AbsDimension x="75" y="22"/>
				</Size>
				<Anchors>
					<Anchor point="BOTTOM" relativePoint="BOTTOM">
						<Offset>
							<AbsDimension x="85" y="15"/>
						</Offset>
					</Anchor>
				</Anchors>
				<Scripts>
					<OnClick>HealBot_Options_Defaults_OnClick(self)</OnClick>
				</Scripts>
			</Button>
			<Button name="HealBot_Options_CloseButton" inherits="UIPanelButtonTemplate" text="HEALBOT_OPTIONS_CLOSE">
				<Size>
					<AbsDimension x="75" y="22"/>
				</Size>
				<Anchors>
					<Anchor point="BOTTOM" relativePoint="BOTTOM">
						<Offset>
							<AbsDimension x="170" y="15"/>
						</Offset>
					</Anchor>
				</Anchors>
				<Scripts>
					<OnClick>HideUIPanel(self:GetParent()); HealBot_Options_Close()</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_SKIN">
				<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_BUFFS">
				<Anchors>
					<Anchor point="LEFT" relativeTo="HealBot_OptionsTab4" relativePoint="RIGHT">
						<Offset>
							<AbsDimension x="-14" y="0" />
						</Offset>
					</Anchor>
				</Anchors>
			</Button>
			<Button name="HealBot_OptionsTab6" inherits="HealBot_Options_Tab" id="6" text="HEALBOT_OPTIONS_TAB_TIPS">
				<Anchors>
					<Anchor point="LEFT" relativeTo="HealBot_OptionsTab5" relativePoint="RIGHT">
						<Offset>
							<AbsDimension x="-14" y="0" />
						</Offset>
					</Anchor>
				</Anchors>
			</Button>
			<Button name="HealBot_OptionsTab7" inherits="HealBot_Options_Tab" id="7" text="HEALBOT_WORD_OTHER">
				<Anchors>
					<Anchor point="LEFT" relativeTo="HealBot_OptionsTab6" relativePoint="RIGHT">
						<Offset>
							<AbsDimension x="-14" y="0" />
						</Offset>
					</Anchor>
				</Anchors>
			</Button>
		</Frames>
		<Scripts>
			<OnLoad>HealBot_Options_OnLoad(self);</OnLoad>
			<OnShow>HealBot_Options_OnShow(self);</OnShow>
			<OnMouseDown>HealBot_Options_OnMouseDown(self);</OnMouseDown>
			<OnMouseUp>HealBot_Options_OnMouseUp(self);</OnMouseUp>
			<OnDragStart>HealBot_Options_OnDragStart(self);</OnDragStart>
			<OnDragStop>HealBot_Options_OnDragStop(self);</OnDragStop>
		</Scripts>
	</Frame>
</Ui>
