vanilla-wow-addons – Rev 1

Subversion Repositories:
Rev:
<Ui xmlns="http://www.blizzard.com/wow/ui" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <!--Autogenerated by wowuides, Version=1.0.300.0, Culture=neutral, PublicKeyToken=null-->
  <Frame name="MangAdminForm3" hidden="true" enableMouse="true">
    <!--<FrameSkin skinid="dcb143e1-a4ab-4e7c-b934-1efa40101d21" frameid="2d508883-59c2-4f83-ae10-27aaad48391b" />-->
    <Size>
      <AbsDimension x="608" y="594" />
    </Size>
    <Anchors>
      <Anchor point="CENTER" relativeTo="UIParent">
        <Offset>
          <AbsDimension x="0" y="0" />
        </Offset>
      </Anchor>
    </Anchors>
    <Backdrop bgFile="Interface\DialogFrame\UI-DialogBox-Background" edgeFile="Interface\DialogFrame\UI-DialogBox-Border" tile="true">
      <BackgroundInsets>
        <AbsInset left="11" right="12" top="12" bottom="11" />
      </BackgroundInsets>
      <TileSize>
        <AbsValue val="32" />
      </TileSize>
      <EdgeSize>
        <AbsValue val="32" />
      </EdgeSize>
    </Backdrop>
    <Layers>
      <Layer>
        <Texture name="$parentTitleBorder" file="Interface\DialogFrame\UI-DialogBox-Header">
          <Size>
            <AbsDimension x="160" y="32" />
          </Size>
          <Anchors>
            <Anchor point="TOP">
              <Offset>
                <AbsDimension x="0" y="5" />
              </Offset>
            </Anchor>
          </Anchors>
          <TexCoords left="0.2" right="0.8" top="0" bottom="0.6" />
        </Texture>
        <FontString name="$parentTitleString" font="Fonts\FRIZQT__.TTF" text="Admin Notes">
          <Size>
            <AbsDimension x="140" y="0" />
          </Size>
          <Anchors>
            <Anchor point="TOP">
              <Offset>
                <AbsDimension x="0" y="-4" />
              </Offset>
            </Anchor>
          </Anchors>
          <FontHeight>
            <AbsValue val="12" />
          </FontHeight>
          <Color r="1" g="0.8196079" b="0" />
          <Shadow>
            <Color r="0" g="0" b="0" />
            <Offset>
              <AbsDimension x="1" y="-1" />
            </Offset>
          </Shadow>
        </FontString>
      </Layer>
    </Layers>
    <Frames>
      <Frame name="$parentPanel3">
        <!--<FrameSkin skinid="f15d4970-d66d-444e-bb2d-1ad102c87fed" frameid="f15d4972-d66d-444e-bb2d-1ad102c87fed" />-->
        <Size>
          <AbsDimension x="536" y="186" />
        </Size>
        <Anchors>
          <Anchor point="TOPLEFT">
            <Offset>
              <AbsDimension x="36" y="-355" />
            </Offset>
          </Anchor>
        </Anchors>
        <Backdrop bgFile="Interface\TutorialFrame\TutorialFrameBackground" edgeFile="Interface\Tooltips\UI-Tooltip-Border" tile="true">
          <BackgroundInsets>
            <AbsInset left="3" right="5" top="3" bottom="5" />
          </BackgroundInsets>
          <TileSize>
            <AbsValue val="16" />
          </TileSize>
          <EdgeSize>
            <AbsValue val="16" />
          </EdgeSize>
        </Backdrop>
        <Frames>
          <ScrollFrame name="mebANBody">
            <!--<FrameSkin skinid="dcb143e1-a4ab-4e7c-b934-1efa40101d21" frameid="7f06b3a2-fe45-40e8-9284-4754c6a3c9fb" />-->
            <Size>
              <AbsDimension x="509" y="175" />
            </Size>
            <Anchors>
              <Anchor point="TOPLEFT">
                <Offset>
                  <AbsDimension x="3" y="-6" />
                </Offset>
              </Anchor>
            </Anchors>
            <Frames>
              <Slider name="$parentScrollBar">
                <Size>
                  <AbsDimension x="16" y="0" />
                </Size>
                <Anchors>
                  <Anchor point="TOPLEFT" relativePoint="TOPRIGHT">
                    <Offset>
                      <AbsDimension x="6" y="-16" />
                    </Offset>
                  </Anchor>
                  <Anchor point="BOTTOMLEFT" relativePoint="BOTTOMRIGHT">
                    <Offset>
                      <AbsDimension x="6" y="16" />
                    </Offset>
                  </Anchor>
                </Anchors>
                <Frames>
                  <Button name="$parentScrollUpButton">
                    <Size>
                      <AbsDimension x="16" y="16" />
                    </Size>
                    <Anchors>
                      <Anchor point="BOTTOM" relativePoint="TOP" />
                    </Anchors>
                    <Scripts>
                      <OnClick>
                                                local parent = this:GetParent();
                                                parent:SetValue(parent:GetValue() - (parent:GetHeight() / 2));
                                                PlaySound("UChatScrollButton");
                                        </OnClick>
                    </Scripts>
                    <NormalTexture file="Interface\Buttons\UI-ScrollBar-ScrollUpButton-Up">
                      <TexCoords left="0.25" right="0.75" top="0.25" bottom="0.75" />
                    </NormalTexture>
                    <PushedTexture file="Interface\Buttons\UI-ScrollBar-ScrollUpButton-Down">
                      <TexCoords left="0.25" right="0.75" top="0.25" bottom="0.75" />
                    </PushedTexture>
                    <DisabledTexture file="Interface\Buttons\UI-ScrollBar-ScrollUpButton-Disabled">
                      <TexCoords left="0.25" right="0.75" top="0.25" bottom="0.75" />
                    </DisabledTexture>
                    <HighlightTexture file="Interface\Buttons\UI-ScrollBar-ScrollUpButton-Highlight" alphaMode="ADD">
                      <TexCoords left="0.25" right="0.75" top="0.25" bottom="0.75" />
                    </HighlightTexture>
                  </Button>
                  <Button name="$parentScrollDownButton">
                    <Size>
                      <AbsDimension x="16" y="16" />
                    </Size>
                    <Anchors>
                      <Anchor point="TOP" relativePoint="BOTTOM" />
                    </Anchors>
                    <Scripts>
                      <OnClick>
                                                local parent = this:GetParent();
                                                parent:SetValue(parent:GetValue() + (parent:GetHeight() / 2));
                                                PlaySound("UChatScrollButton");
                                        </OnClick>
                    </Scripts>
                    <NormalTexture file="Interface\Buttons\UI-ScrollBar-ScrollDownButton-Up">
                      <TexCoords left="0.25" right="0.75" top="0.25" bottom="0.75" />
                    </NormalTexture>
                    <PushedTexture file="Interface\Buttons\UI-ScrollBar-ScrollDownButton-Down">
                      <TexCoords left="0.25" right="0.75" top="0.25" bottom="0.75" />
                    </PushedTexture>
                    <DisabledTexture file="Interface\Buttons\UI-ScrollBar-ScrollDownButton-Disabled">
                      <TexCoords left="0.25" right="0.75" top="0.25" bottom="0.75" />
                    </DisabledTexture>
                    <HighlightTexture file="Interface\Buttons\UI-ScrollBar-ScrollDownButton-Highlight" alphaMode="ADD">
                      <TexCoords left="0.25" right="0.75" top="0.25" bottom="0.75" />
                    </HighlightTexture>
                  </Button>
                </Frames>
                <Scripts>
                  <OnValueChanged>
                                this:GetParent():SetVerticalScroll(arg1);
                        </OnValueChanged>
                </Scripts>
                <ThumbTexture name="$parentThumbTexture" file="Interface\Buttons\UI-ScrollBar-Knob">
                  <Size>
                    <AbsDimension x="16" y="16" />
                  </Size>
                  <TexCoords left="0.25" right="0.75" top="0.25" bottom="0.75" />
                </ThumbTexture>
              </Slider>
            </Frames>
            <Scripts>
              <OnLoad>ScrollFrame_OnLoad();
</OnLoad>
              <OnMouseWheel>ScrollFrameTemplate_OnMouseWheel(arg1);
</OnMouseWheel>
              <OnVerticalScroll>local scrollbar = getglobal(this:GetName().."ScrollBar");
scrollbar:SetValue(arg1);
local min;
local max;
min, max = scrollbar:GetMinMaxValues();
if ( arg1 == 0 ) then
getglobal(scrollbar:GetName().."ScrollUpButton"):Disable();
else
getglobal(scrollbar:GetName().."ScrollUpButton"):Enable();
end
if ((scrollbar:GetValue() - max) == 0) then
getglobal(scrollbar:GetName().."ScrollDownButton"):Disable();
else
getglobal(scrollbar:GetName().."ScrollDownButton"):Enable();
end
</OnVerticalScroll>
              <OnScrollRangeChanged>ScrollFrame_OnScrollRangeChanged(arg2);
</OnScrollRangeChanged>
            </Scripts>
            <ScrollChild>
              <EditBox name="$parentEdit" enableMouse="true" multiLine="true">
                <Size>
                  <AbsDimension x="509" y="175" />
                </Size>
                <Scripts>
                  <OnUpdate>
                                                ScrollingEdit_OnUpdate(null);
                                        </OnUpdate>
                  <OnTextChanged>
                                                ScrollingEdit_OnTextChanged(null);
                                        </OnTextChanged>
                  <OnCursorChanged>
                                                ScrollingEdit_OnCursorChanged(arg1,arg2,arg3,arg4);
                                        </OnCursorChanged>
                </Scripts>
                <FontString font="Fonts\ARIALN.TTF">
                  <FontHeight>
                    <AbsValue val="14" />
                  </FontHeight>
                  <Color r="1" g="1" b="1" />
                  <Shadow>
                    <Color r="0" g="0" b="0" />
                    <Offset>
                      <AbsDimension x="1" y="-1" />
                    </Offset>
                  </Shadow>
                </FontString>
              </EditBox>
            </ScrollChild>
          </ScrollFrame>
        </Frames>
      </Frame>
      <Frame name="$parentPanel2">
        <!--<FrameSkin skinid="f15d4970-d66d-444e-bb2d-1ad102c87fed" frameid="f15d4972-d66d-444e-bb2d-1ad102c87fed" />-->
        <Size>
          <AbsDimension x="533" y="252" />
        </Size>
        <Anchors>
          <Anchor point="TOPLEFT">
            <Offset>
              <AbsDimension x="39" y="-42" />
            </Offset>
          </Anchor>
        </Anchors>
        <Backdrop bgFile="Interface\TutorialFrame\TutorialFrameBackground" edgeFile="Interface\Tooltips\UI-Tooltip-Border" tile="true">
          <BackgroundInsets>
            <AbsInset left="3" right="5" top="3" bottom="5" />
          </BackgroundInsets>
          <TileSize>
            <AbsValue val="16" />
          </TileSize>
          <EdgeSize>
            <AbsValue val="16" />
          </EdgeSize>
        </Backdrop>
        <Frames>
          <Frame name="lblUser8" hidden="true">
            <!--<FrameSkin skinid="dcb143e1-a4ab-4e7c-b934-1efa40101d21" frameid="2d508885-59c2-4f83-ae10-27aaad48391b" />-->
            <Size>
              <AbsDimension x="214" y="22" />
            </Size>
            <Anchors>
              <Anchor point="TOPLEFT">
                <Offset>
                  <AbsDimension x="270" y="-213" />
                </Offset>
              </Anchor>
            </Anchors>
            <Layers>
              <Layer>
                <FontString name="$parentLabel" font="Fonts\FRIZQT__.TTF" text="UserName8" justifyH="LEFT">
                  <Anchors>
                    <Anchor point="TOPLEFT" />
                    <Anchor point="BOTTOMRIGHT" />
                  </Anchors>
                  <FontHeight>
                    <AbsValue val="12" />
                  </FontHeight>
                  <Color r="1" g="0.8196079" b="0" />
                  <Shadow>
                    <Color r="0" g="0" b="0" />
                    <Offset>
                      <AbsDimension x="1" y="-1" />
                    </Offset>
                  </Shadow>
                </FontString>
              </Layer>
            </Layers>
          </Frame>
          <Frame name="lblUser7" hidden="true">
            <!--<FrameSkin skinid="dcb143e1-a4ab-4e7c-b934-1efa40101d21" frameid="2d508885-59c2-4f83-ae10-27aaad48391b" />-->
            <Size>
              <AbsDimension x="214" y="22" />
            </Size>
            <Anchors>
              <Anchor point="TOPLEFT">
                <Offset>
                  <AbsDimension x="270" y="-185" />
                </Offset>
              </Anchor>
            </Anchors>
            <Layers>
              <Layer>
                <FontString name="$parentLabel" font="Fonts\FRIZQT__.TTF" text="UserName7" justifyH="LEFT">
                  <Anchors>
                    <Anchor point="TOPLEFT" />
                    <Anchor point="BOTTOMRIGHT" />
                  </Anchors>
                  <FontHeight>
                    <AbsValue val="12" />
                  </FontHeight>
                  <Color r="1" g="0.8196079" b="0" />
                  <Shadow>
                    <Color r="0" g="0" b="0" />
                    <Offset>
                      <AbsDimension x="1" y="-1" />
                    </Offset>
                  </Shadow>
                </FontString>
              </Layer>
            </Layers>
          </Frame>
          <Frame name="lblUser6" hidden="true">
            <!--<FrameSkin skinid="dcb143e1-a4ab-4e7c-b934-1efa40101d21" frameid="2d508885-59c2-4f83-ae10-27aaad48391b" />-->
            <Size>
              <AbsDimension x="214" y="22" />
            </Size>
            <Anchors>
              <Anchor point="TOPLEFT">
                <Offset>
                  <AbsDimension x="270" y="-157" />
                </Offset>
              </Anchor>
            </Anchors>
            <Layers>
              <Layer>
                <FontString name="$parentLabel" font="Fonts\FRIZQT__.TTF" text="UserName6" justifyH="LEFT">
                  <Anchors>
                    <Anchor point="TOPLEFT" />
                    <Anchor point="BOTTOMRIGHT" />
                  </Anchors>
                  <FontHeight>
                    <AbsValue val="12" />
                  </FontHeight>
                  <Color r="1" g="0.8196079" b="0" />
                  <Shadow>
                    <Color r="0" g="0" b="0" />
                    <Offset>
                      <AbsDimension x="1" y="-1" />
                    </Offset>
                  </Shadow>
                </FontString>
              </Layer>
            </Layers>
          </Frame>
          <Frame name="lblUser5" hidden="true">
            <!--<FrameSkin skinid="dcb143e1-a4ab-4e7c-b934-1efa40101d21" frameid="2d508885-59c2-4f83-ae10-27aaad48391b" />-->
            <Size>
              <AbsDimension x="214" y="21" />
            </Size>
            <Anchors>
              <Anchor point="TOPLEFT">
                <Offset>
                  <AbsDimension x="270" y="-129" />
                </Offset>
              </Anchor>
            </Anchors>
            <Layers>
              <Layer>
                <FontString name="$parentLabel" font="Fonts\FRIZQT__.TTF" text="UserName5" justifyH="LEFT">
                  <Anchors>
                    <Anchor point="TOPLEFT" />
                    <Anchor point="BOTTOMRIGHT" />
                  </Anchors>
                  <FontHeight>
                    <AbsValue val="12" />
                  </FontHeight>
                  <Color r="1" g="0.8196079" b="0" />
                  <Shadow>
                    <Color r="0" g="0" b="0" />
                    <Offset>
                      <AbsDimension x="1" y="-1" />
                    </Offset>
                  </Shadow>
                </FontString>
              </Layer>
            </Layers>
            <Scripts>
              <OnUpdate>AN_UPDATE();</OnUpdate>
            </Scripts>
          </Frame>
          <Frame name="lblUser4" hidden="true">
            <!--<FrameSkin skinid="dcb143e1-a4ab-4e7c-b934-1efa40101d21" frameid="2d508885-59c2-4f83-ae10-27aaad48391b" />-->
            <Size>
              <AbsDimension x="214" y="22" />
            </Size>
            <Anchors>
              <Anchor point="TOPLEFT">
                <Offset>
                  <AbsDimension x="270" y="-101" />
                </Offset>
              </Anchor>
            </Anchors>
            <Layers>
              <Layer>
                <FontString name="$parentLabel" font="Fonts\FRIZQT__.TTF" text="UserName4" justifyH="LEFT">
                  <Anchors>
                    <Anchor point="TOPLEFT" />
                    <Anchor point="BOTTOMRIGHT" />
                  </Anchors>
                  <FontHeight>
                    <AbsValue val="12" />
                  </FontHeight>
                  <Color r="1" g="0.8196079" b="0" />
                  <Shadow>
                    <Color r="0" g="0" b="0" />
                    <Offset>
                      <AbsDimension x="1" y="-1" />
                    </Offset>
                  </Shadow>
                </FontString>
              </Layer>
            </Layers>
          </Frame>
          <Frame name="lblUser3" hidden="true">
            <!--<FrameSkin skinid="dcb143e1-a4ab-4e7c-b934-1efa40101d21" frameid="2d508885-59c2-4f83-ae10-27aaad48391b" />-->
            <Size>
              <AbsDimension x="214" y="21" />
            </Size>
            <Anchors>
              <Anchor point="TOPLEFT">
                <Offset>
                  <AbsDimension x="270" y="-73" />
                </Offset>
              </Anchor>
            </Anchors>
            <Layers>
              <Layer>
                <FontString name="$parentLabel" font="Fonts\FRIZQT__.TTF" text="UserName3" justifyH="LEFT">
                  <Anchors>
                    <Anchor point="TOPLEFT" />
                    <Anchor point="BOTTOMRIGHT" />
                  </Anchors>
                  <FontHeight>
                    <AbsValue val="12" />
                  </FontHeight>
                  <Color r="1" g="0.8196079" b="0" />
                  <Shadow>
                    <Color r="0" g="0" b="0" />
                    <Offset>
                      <AbsDimension x="1" y="-1" />
                    </Offset>
                  </Shadow>
                </FontString>
              </Layer>
            </Layers>
          </Frame>
          <Frame name="lblTitle8" hidden="true">
            <!--<FrameSkin skinid="dcb143e1-a4ab-4e7c-b934-1efa40101d21" frameid="2d508885-59c2-4f83-ae10-27aaad48391b" />-->
            <Size>
              <AbsDimension x="214" y="22" />
            </Size>
            <Anchors>
              <Anchor point="TOPLEFT">
                <Offset>
                  <AbsDimension x="56" y="-213" />
                </Offset>
              </Anchor>
            </Anchors>
            <Layers>
              <Layer>
                <FontString name="$parentLabel" font="Fonts\FRIZQT__.TTF" text="Title8" justifyH="LEFT">
                  <Anchors>
                    <Anchor point="TOPLEFT" />
                    <Anchor point="BOTTOMRIGHT" />
                  </Anchors>
                  <FontHeight>
                    <AbsValue val="12" />
                  </FontHeight>
                  <Color r="1" g="0.8196079" b="0" />
                  <Shadow>
                    <Color r="0" g="0" b="0" />
                    <Offset>
                      <AbsDimension x="1" y="-1" />
                    </Offset>
                  </Shadow>
                </FontString>
              </Layer>
            </Layers>
          </Frame>
          <Frame name="lblTitle7" hidden="true">
            <!--<FrameSkin skinid="dcb143e1-a4ab-4e7c-b934-1efa40101d21" frameid="2d508885-59c2-4f83-ae10-27aaad48391b" />-->
            <Size>
              <AbsDimension x="214" y="22" />
            </Size>
            <Anchors>
              <Anchor point="TOPLEFT">
                <Offset>
                  <AbsDimension x="56" y="-185" />
                </Offset>
              </Anchor>
            </Anchors>
            <Layers>
              <Layer>
                <FontString name="$parentLabel" font="Fonts\FRIZQT__.TTF" text="Title7" justifyH="LEFT">
                  <Anchors>
                    <Anchor point="TOPLEFT" />
                    <Anchor point="BOTTOMRIGHT" />
                  </Anchors>
                  <FontHeight>
                    <AbsValue val="12" />
                  </FontHeight>
                  <Color r="1" g="0.8196079" b="0" />
                  <Shadow>
                    <Color r="0" g="0" b="0" />
                    <Offset>
                      <AbsDimension x="1" y="-1" />
                    </Offset>
                  </Shadow>
                </FontString>
              </Layer>
            </Layers>
          </Frame>
          <Frame name="lblTitle6" hidden="true">
            <!--<FrameSkin skinid="dcb143e1-a4ab-4e7c-b934-1efa40101d21" frameid="2d508885-59c2-4f83-ae10-27aaad48391b" />-->
            <Size>
              <AbsDimension x="214" y="22" />
            </Size>
            <Anchors>
              <Anchor point="TOPLEFT">
                <Offset>
                  <AbsDimension x="56" y="-157" />
                </Offset>
              </Anchor>
            </Anchors>
            <Layers>
              <Layer>
                <FontString name="$parentLabel" font="Fonts\FRIZQT__.TTF" text="Title6" justifyH="LEFT">
                  <Anchors>
                    <Anchor point="TOPLEFT" />
                    <Anchor point="BOTTOMRIGHT" />
                  </Anchors>
                  <FontHeight>
                    <AbsValue val="12" />
                  </FontHeight>
                  <Color r="1" g="0.8196079" b="0" />
                  <Shadow>
                    <Color r="0" g="0" b="0" />
                    <Offset>
                      <AbsDimension x="1" y="-1" />
                    </Offset>
                  </Shadow>
                </FontString>
              </Layer>
            </Layers>
          </Frame>
          <Frame name="lblTitle5" hidden="true">
            <!--<FrameSkin skinid="dcb143e1-a4ab-4e7c-b934-1efa40101d21" frameid="2d508885-59c2-4f83-ae10-27aaad48391b" />-->
            <Size>
              <AbsDimension x="214" y="22" />
            </Size>
            <Anchors>
              <Anchor point="TOPLEFT">
                <Offset>
                  <AbsDimension x="56" y="-129" />
                </Offset>
              </Anchor>
            </Anchors>
            <Layers>
              <Layer>
                <FontString name="$parentLabel" font="Fonts\FRIZQT__.TTF" text="Title5" justifyH="LEFT">
                  <Anchors>
                    <Anchor point="TOPLEFT" />
                    <Anchor point="BOTTOMRIGHT" />
                  </Anchors>
                  <FontHeight>
                    <AbsValue val="12" />
                  </FontHeight>
                  <Color r="1" g="0.8196079" b="0" />
                  <Shadow>
                    <Color r="0" g="0" b="0" />
                    <Offset>
                      <AbsDimension x="1" y="-1" />
                    </Offset>
                  </Shadow>
                </FontString>
              </Layer>
            </Layers>
          </Frame>
          <Frame name="lblTitle4" hidden="true">
            <!--<FrameSkin skinid="dcb143e1-a4ab-4e7c-b934-1efa40101d21" frameid="2d508885-59c2-4f83-ae10-27aaad48391b" />-->
            <Size>
              <AbsDimension x="214" y="22" />
            </Size>
            <Anchors>
              <Anchor point="TOPLEFT">
                <Offset>
                  <AbsDimension x="56" y="-101" />
                </Offset>
              </Anchor>
            </Anchors>
            <Layers>
              <Layer>
                <FontString name="$parentLabel" font="Fonts\FRIZQT__.TTF" text="Title4" justifyH="LEFT">
                  <Anchors>
                    <Anchor point="TOPLEFT" />
                    <Anchor point="BOTTOMRIGHT" />
                  </Anchors>
                  <FontHeight>
                    <AbsValue val="12" />
                  </FontHeight>
                  <Color r="1" g="0.8196079" b="0" />
                  <Shadow>
                    <Color r="0" g="0" b="0" />
                    <Offset>
                      <AbsDimension x="1" y="-1" />
                    </Offset>
                  </Shadow>
                </FontString>
              </Layer>
            </Layers>
          </Frame>
          <Frame name="lblTitle3" hidden="true">
            <!--<FrameSkin skinid="dcb143e1-a4ab-4e7c-b934-1efa40101d21" frameid="2d508885-59c2-4f83-ae10-27aaad48391b" />-->
            <Size>
              <AbsDimension x="214" y="22" />
            </Size>
            <Anchors>
              <Anchor point="TOPLEFT">
                <Offset>
                  <AbsDimension x="56" y="-73" />
                </Offset>
              </Anchor>
            </Anchors>
            <Layers>
              <Layer>
                <FontString name="$parentLabel" font="Fonts\FRIZQT__.TTF" text="Title3" justifyH="LEFT">
                  <Anchors>
                    <Anchor point="TOPLEFT" />
                    <Anchor point="BOTTOMRIGHT" />
                  </Anchors>
                  <FontHeight>
                    <AbsValue val="12" />
                  </FontHeight>
                  <Color r="1" g="0.8196079" b="0" />
                  <Shadow>
                    <Color r="0" g="0" b="0" />
                    <Offset>
                      <AbsDimension x="1" y="-1" />
                    </Offset>
                  </Shadow>
                </FontString>
              </Layer>
            </Layers>
          </Frame>
          <Frame name="lblUser2" hidden="true">
            <!--<FrameSkin skinid="dcb143e1-a4ab-4e7c-b934-1efa40101d21" frameid="2d508885-59c2-4f83-ae10-27aaad48391b" />-->
            <Size>
              <AbsDimension x="214" y="22" />
            </Size>
            <Anchors>
              <Anchor point="TOPLEFT">
                <Offset>
                  <AbsDimension x="270" y="-45" />
                </Offset>
              </Anchor>
            </Anchors>
            <Layers>
              <Layer>
                <FontString name="$parentLabel" font="Fonts\FRIZQT__.TTF" text="UserName2" justifyH="LEFT">
                  <Anchors>
                    <Anchor point="TOPLEFT" />
                    <Anchor point="BOTTOMRIGHT" />
                  </Anchors>
                  <FontHeight>
                    <AbsValue val="12" />
                  </FontHeight>
                  <Color r="1" g="0.8196079" b="0" />
                  <Shadow>
                    <Color r="0" g="0" b="0" />
                    <Offset>
                      <AbsDimension x="1" y="-1" />
                    </Offset>
                  </Shadow>
                </FontString>
              </Layer>
            </Layers>
          </Frame>
          <Frame name="lblTitle2" hidden="true">
            <!--<FrameSkin skinid="dcb143e1-a4ab-4e7c-b934-1efa40101d21" frameid="2d508885-59c2-4f83-ae10-27aaad48391b" />-->
            <Size>
              <AbsDimension x="214" y="22" />
            </Size>
            <Anchors>
              <Anchor point="TOPLEFT">
                <Offset>
                  <AbsDimension x="56" y="-45" />
                </Offset>
              </Anchor>
            </Anchors>
            <Layers>
              <Layer>
                <FontString name="$parentLabel" font="Fonts\FRIZQT__.TTF" text="Title2" justifyH="LEFT">
                  <Anchors>
                    <Anchor point="TOPLEFT" />
                    <Anchor point="BOTTOMRIGHT" />
                  </Anchors>
                  <FontHeight>
                    <AbsValue val="12" />
                  </FontHeight>
                  <Color r="1" g="0.8196079" b="0" />
                  <Shadow>
                    <Color r="0" g="0" b="0" />
                    <Offset>
                      <AbsDimension x="1" y="-1" />
                    </Offset>
                  </Shadow>
                </FontString>
              </Layer>
            </Layers>
          </Frame>
          <Button name="btnAN2" hidden="true">
            <!--<FrameSkin skinid="f15d4970-d66d-444e-bb2d-1ad102c87fed" frameid="f15d4973-d66d-444e-bb2d-1ad102c87fed" />-->
            <Size>
              <AbsDimension x="428" y="22" />
            </Size>
            <Anchors>
              <Anchor point="TOPLEFT">
                <Offset>
                  <AbsDimension x="56" y="-45" />
                </Offset>
              </Anchor>
            </Anchors>
            <Scripts>
              <OnClick>AN_Click(2);</OnClick>
            </Scripts>
            <NormalTexture />
            <PushedTexture />
            <DisabledTexture />
            <HighlightTexture />
            <ButtonText>
              <FontHeight>
                <AbsValue val="10" />
              </FontHeight>
            </ButtonText>
            <NormalFont name="$parentText" inherits="GameFontNormal" font="Fonts\FRIZQT__.TTF">
              <FontHeight>
                <AbsValue val="12" />
              </FontHeight>
              <Color r="1" g="0.8196079" b="0" />
              <Shadow>
                <Color r="0" g="0" b="0" />
                <Offset>
                  <AbsDimension x="1" y="-1" />
                </Offset>
              </Shadow>
            </NormalFont>
            <HighlightFont font="Fonts\FRIZQT__.TTF">
              <FontHeight>
                <AbsValue val="12" />
              </FontHeight>
              <Color r="1" g="0.8196079" b="0" />
              <Shadow>
                <Color r="0" g="0" b="0" />
                <Offset>
                  <AbsDimension x="1" y="-1" />
                </Offset>
              </Shadow>
            </HighlightFont>
            <DisabledFont inherits="GameFontDisable" font="Fonts\FRIZQT__.TTF">
              <FontHeight>
                <AbsValue val="12" />
              </FontHeight>
              <Color r="0.4901961" g="0.4901961" b="0.4901961" />
              <Shadow>
                <Color r="0" g="0" b="0" />
                <Offset>
                  <AbsDimension x="1" y="-1" />
                </Offset>
              </Shadow>
            </DisabledFont>
            <PushedTextOffset x="0" y="0" />
          </Button>
          <Frame name="lblUser1" hidden="true">
            <!--<FrameSkin skinid="dcb143e1-a4ab-4e7c-b934-1efa40101d21" frameid="2d508885-59c2-4f83-ae10-27aaad48391b" />-->
            <Size>
              <AbsDimension x="214" y="22" />
            </Size>
            <Anchors>
              <Anchor point="TOPLEFT">
                <Offset>
                  <AbsDimension x="270" y="-17" />
                </Offset>
              </Anchor>
            </Anchors>
            <Layers>
              <Layer>
                <FontString name="$parentLabel" font="Fonts\FRIZQT__.TTF" text="UserName1" justifyH="LEFT">
                  <Anchors>
                    <Anchor point="TOPLEFT" />
                    <Anchor point="BOTTOMRIGHT" />
                  </Anchors>
                  <FontHeight>
                    <AbsValue val="12" />
                  </FontHeight>
                  <Color r="1" g="0.8196079" b="0" />
                  <Shadow>
                    <Color r="0" g="0" b="0" />
                    <Offset>
                      <AbsDimension x="1" y="-1" />
                    </Offset>
                  </Shadow>
                </FontString>
              </Layer>
            </Layers>
          </Frame>
          <Button name="btnAN8" hidden="true">
            <!--<FrameSkin skinid="f15d4970-d66d-444e-bb2d-1ad102c87fed" frameid="f15d4973-d66d-444e-bb2d-1ad102c87fed" />-->
            <Size>
              <AbsDimension x="428" y="22" />
            </Size>
            <Anchors>
              <Anchor point="TOPLEFT">
                <Offset>
                  <AbsDimension x="56" y="-213" />
                </Offset>
              </Anchor>
            </Anchors>
            <Scripts>
              <OnClick>AN_Click(8);</OnClick>
            </Scripts>
            <NormalTexture />
            <PushedTexture />
            <HighlightTexture />
            <ButtonText>
              <FontHeight>
                <AbsValue val="10" />
              </FontHeight>
            </ButtonText>
            <NormalFont name="$parentText" inherits="GameFontNormal" font="Fonts\FRIZQT__.TTF">
              <FontHeight>
                <AbsValue val="12" />
              </FontHeight>
              <Color r="1" g="0.8196079" b="0" />
              <Shadow>
                <Color r="0" g="0" b="0" />
                <Offset>
                  <AbsDimension x="1" y="-1" />
                </Offset>
              </Shadow>
            </NormalFont>
            <HighlightFont inherits="GameFontHighlight" font="Fonts\FRIZQT__.TTF">
              <FontHeight>
                <AbsValue val="12" />
              </FontHeight>
              <Color r="1" g="1" b="1" />
              <Shadow>
                <Color r="0" g="0" b="0" />
                <Offset>
                  <AbsDimension x="1" y="-1" />
                </Offset>
              </Shadow>
            </HighlightFont>
            <DisabledFont inherits="GameFontDisable" font="Fonts\FRIZQT__.TTF">
              <FontHeight>
                <AbsValue val="12" />
              </FontHeight>
              <Color r="0.4901961" g="0.4901961" b="0.4901961" />
              <Shadow>
                <Color r="0" g="0" b="0" />
                <Offset>
                  <AbsDimension x="1" y="-1" />
                </Offset>
              </Shadow>
            </DisabledFont>
            <PushedTextOffset x="0" y="0" />
          </Button>
          <Button name="btnAN3" hidden="true">
            <!--<FrameSkin skinid="f15d4970-d66d-444e-bb2d-1ad102c87fed" frameid="f15d4973-d66d-444e-bb2d-1ad102c87fed" />-->
            <Size>
              <AbsDimension x="428" y="22" />
            </Size>
            <Anchors>
              <Anchor point="TOPLEFT">
                <Offset>
                  <AbsDimension x="56" y="-73" />
                </Offset>
              </Anchor>
            </Anchors>
            <Scripts>
              <OnClick>AN_Click(3);</OnClick>
            </Scripts>
            <NormalTexture />
            <PushedTexture />
            <HighlightTexture />
            <ButtonText>
              <FontHeight>
                <AbsValue val="10" />
              </FontHeight>
            </ButtonText>
            <NormalFont name="$parentText" inherits="GameFontNormal" font="Fonts\FRIZQT__.TTF">
              <FontHeight>
                <AbsValue val="12" />
              </FontHeight>
              <Color r="1" g="0.8196079" b="0" />
              <Shadow>
                <Color r="0" g="0" b="0" />
                <Offset>
                  <AbsDimension x="1" y="-1" />
                </Offset>
              </Shadow>
            </NormalFont>
            <HighlightFont inherits="GameFontHighlight" font="Fonts\FRIZQT__.TTF">
              <FontHeight>
                <AbsValue val="12" />
              </FontHeight>
              <Color r="1" g="1" b="1" />
              <Shadow>
                <Color r="0" g="0" b="0" />
                <Offset>
                  <AbsDimension x="1" y="-1" />
                </Offset>
              </Shadow>
            </HighlightFont>
            <DisabledFont inherits="GameFontDisable" font="Fonts\FRIZQT__.TTF">
              <FontHeight>
                <AbsValue val="12" />
              </FontHeight>
              <Color r="0.4901961" g="0.4901961" b="0.4901961" />
              <Shadow>
                <Color r="0" g="0" b="0" />
                <Offset>
                  <AbsDimension x="1" y="-1" />
                </Offset>
              </Shadow>
            </DisabledFont>
            <PushedTextOffset x="0" y="0" />
          </Button>
          <Button name="btnAN5" hidden="true">
            <!--<FrameSkin skinid="f15d4970-d66d-444e-bb2d-1ad102c87fed" frameid="f15d4973-d66d-444e-bb2d-1ad102c87fed" />-->
            <Size>
              <AbsDimension x="428" y="22" />
            </Size>
            <Anchors>
              <Anchor point="TOPLEFT">
                <Offset>
                  <AbsDimension x="56" y="-129" />
                </Offset>
              </Anchor>
            </Anchors>
            <Scripts>
              <OnClick>AN_Click(5);</OnClick>
            </Scripts>
            <NormalTexture />
            <PushedTexture />
            <HighlightTexture />
            <ButtonText>
              <FontHeight>
                <AbsValue val="10" />
              </FontHeight>
            </ButtonText>
            <NormalFont name="$parentText" inherits="GameFontNormal" font="Fonts\FRIZQT__.TTF">
              <FontHeight>
                <AbsValue val="12" />
              </FontHeight>
              <Color r="1" g="0.8196079" b="0" />
              <Shadow>
                <Color r="0" g="0" b="0" />
                <Offset>
                  <AbsDimension x="1" y="-1" />
                </Offset>
              </Shadow>
            </NormalFont>
            <HighlightFont inherits="GameFontHighlight" font="Fonts\FRIZQT__.TTF">
              <FontHeight>
                <AbsValue val="12" />
              </FontHeight>
              <Color r="1" g="1" b="1" />
              <Shadow>
                <Color r="0" g="0" b="0" />
                <Offset>
                  <AbsDimension x="1" y="-1" />
                </Offset>
              </Shadow>
            </HighlightFont>
            <DisabledFont inherits="GameFontDisable" font="Fonts\FRIZQT__.TTF">
              <FontHeight>
                <AbsValue val="12" />
              </FontHeight>
              <Color r="0.4901961" g="0.4901961" b="0.4901961" />
              <Shadow>
                <Color r="0" g="0" b="0" />
                <Offset>
                  <AbsDimension x="1" y="-1" />
                </Offset>
              </Shadow>
            </DisabledFont>
            <PushedTextOffset x="0" y="0" />
          </Button>
          <Button name="btnAN7" hidden="true">
            <!--<FrameSkin skinid="f15d4970-d66d-444e-bb2d-1ad102c87fed" frameid="f15d4973-d66d-444e-bb2d-1ad102c87fed" />-->
            <Size>
              <AbsDimension x="428" y="22" />
            </Size>
            <Anchors>
              <Anchor point="TOPLEFT">
                <Offset>
                  <AbsDimension x="56" y="-185" />
                </Offset>
              </Anchor>
            </Anchors>
            <Scripts>
              <OnClick>AN_Click(7);</OnClick>
            </Scripts>
            <NormalTexture />
            <PushedTexture />
            <HighlightTexture />
            <ButtonText>
              <FontHeight>
                <AbsValue val="10" />
              </FontHeight>
            </ButtonText>
            <NormalFont name="$parentText" inherits="GameFontNormal" font="Fonts\FRIZQT__.TTF">
              <FontHeight>
                <AbsValue val="12" />
              </FontHeight>
              <Color r="1" g="0.8196079" b="0" />
              <Shadow>
                <Color r="0" g="0" b="0" />
                <Offset>
                  <AbsDimension x="1" y="-1" />
                </Offset>
              </Shadow>
            </NormalFont>
            <HighlightFont inherits="GameFontHighlight" font="Fonts\FRIZQT__.TTF">
              <FontHeight>
                <AbsValue val="12" />
              </FontHeight>
              <Color r="1" g="1" b="1" />
              <Shadow>
                <Color r="0" g="0" b="0" />
                <Offset>
                  <AbsDimension x="1" y="-1" />
                </Offset>
              </Shadow>
            </HighlightFont>
            <DisabledFont inherits="GameFontDisable" font="Fonts\FRIZQT__.TTF">
              <FontHeight>
                <AbsValue val="12" />
              </FontHeight>
              <Color r="0.4901961" g="0.4901961" b="0.4901961" />
              <Shadow>
                <Color r="0" g="0" b="0" />
                <Offset>
                  <AbsDimension x="1" y="-1" />
                </Offset>
              </Shadow>
            </DisabledFont>
            <PushedTextOffset x="0" y="0" />
          </Button>
          <Button name="btnAN6" hidden="true">
            <!--<FrameSkin skinid="f15d4970-d66d-444e-bb2d-1ad102c87fed" frameid="f15d4973-d66d-444e-bb2d-1ad102c87fed" />-->
            <Size>
              <AbsDimension x="428" y="22" />
            </Size>
            <Anchors>
              <Anchor point="TOPLEFT">
                <Offset>
                  <AbsDimension x="56" y="-157" />
                </Offset>
              </Anchor>
            </Anchors>
            <Scripts>
              <OnClick>AN_Click(6);</OnClick>
            </Scripts>
            <NormalTexture />
            <PushedTexture />
            <HighlightTexture />
            <ButtonText>
              <FontHeight>
                <AbsValue val="10" />
              </FontHeight>
            </ButtonText>
            <NormalFont name="$parentText" inherits="GameFontNormal" font="Fonts\FRIZQT__.TTF">
              <FontHeight>
                <AbsValue val="12" />
              </FontHeight>
              <Color r="1" g="0.8196079" b="0" />
              <Shadow>
                <Color r="0" g="0" b="0" />
                <Offset>
                  <AbsDimension x="1" y="-1" />
                </Offset>
              </Shadow>
            </NormalFont>
            <HighlightFont inherits="GameFontHighlight" font="Fonts\FRIZQT__.TTF">
              <FontHeight>
                <AbsValue val="12" />
              </FontHeight>
              <Color r="1" g="1" b="1" />
              <Shadow>
                <Color r="0" g="0" b="0" />
                <Offset>
                  <AbsDimension x="1" y="-1" />
                </Offset>
              </Shadow>
            </HighlightFont>
            <DisabledFont inherits="GameFontDisable" font="Fonts\FRIZQT__.TTF">
              <FontHeight>
                <AbsValue val="12" />
              </FontHeight>
              <Color r="0.4901961" g="0.4901961" b="0.4901961" />
              <Shadow>
                <Color r="0" g="0" b="0" />
                <Offset>
                  <AbsDimension x="1" y="-1" />
                </Offset>
              </Shadow>
            </DisabledFont>
            <PushedTextOffset x="0" y="0" />
          </Button>
          <Button name="btnAN4" hidden="true">
            <!--<FrameSkin skinid="f15d4970-d66d-444e-bb2d-1ad102c87fed" frameid="f15d4973-d66d-444e-bb2d-1ad102c87fed" />-->
            <Size>
              <AbsDimension x="428" y="22" />
            </Size>
            <Anchors>
              <Anchor point="TOPLEFT">
                <Offset>
                  <AbsDimension x="56" y="-101" />
                </Offset>
              </Anchor>
            </Anchors>
            <Scripts>
              <OnClick>AN_Click(4);</OnClick>
            </Scripts>
            <NormalTexture />
            <PushedTexture />
            <HighlightTexture />
            <ButtonText>
              <FontHeight>
                <AbsValue val="10" />
              </FontHeight>
            </ButtonText>
            <NormalFont name="$parentText" inherits="GameFontNormal" font="Fonts\FRIZQT__.TTF">
              <FontHeight>
                <AbsValue val="12" />
              </FontHeight>
              <Color r="1" g="0.8196079" b="0" />
              <Shadow>
                <Color r="0" g="0" b="0" />
                <Offset>
                  <AbsDimension x="1" y="-1" />
                </Offset>
              </Shadow>
            </NormalFont>
            <HighlightFont inherits="GameFontHighlight" font="Fonts\FRIZQT__.TTF">
              <FontHeight>
                <AbsValue val="12" />
              </FontHeight>
              <Color r="1" g="1" b="1" />
              <Shadow>
                <Color r="0" g="0" b="0" />
                <Offset>
                  <AbsDimension x="1" y="-1" />
                </Offset>
              </Shadow>
            </HighlightFont>
            <DisabledFont inherits="GameFontDisable" font="Fonts\FRIZQT__.TTF">
              <FontHeight>
                <AbsValue val="12" />
              </FontHeight>
              <Color r="0.4901961" g="0.4901961" b="0.4901961" />
              <Shadow>
                <Color r="0" g="0" b="0" />
                <Offset>
                  <AbsDimension x="1" y="-1" />
                </Offset>
              </Shadow>
            </DisabledFont>
            <PushedTextOffset x="0" y="0" />
          </Button>
          <Frame name="lblTitle1" hidden="true">
            <!--<FrameSkin skinid="dcb143e1-a4ab-4e7c-b934-1efa40101d21" frameid="2d508885-59c2-4f83-ae10-27aaad48391b" />-->
            <Size>
              <AbsDimension x="214" y="22" />
            </Size>
            <Anchors>
              <Anchor point="TOPLEFT">
                <Offset>
                  <AbsDimension x="56" y="-17" />
                </Offset>
              </Anchor>
            </Anchors>
            <Layers>
              <Layer>
                <FontString name="$parentLabel" font="Fonts\FRIZQT__.TTF" text="Title1" justifyH="LEFT">
                  <Anchors>
                    <Anchor point="TOPLEFT" />
                    <Anchor point="BOTTOMRIGHT" />
                  </Anchors>
                  <FontHeight>
                    <AbsValue val="12" />
                  </FontHeight>
                  <Color r="1" g="0.8196079" b="0" />
                  <Shadow>
                    <Color r="0" g="0" b="0" />
                    <Offset>
                      <AbsDimension x="1" y="-1" />
                    </Offset>
                  </Shadow>
                </FontString>
              </Layer>
            </Layers>
          </Frame>
          <Button name="btnAN1" hidden="true">
            <!--<FrameSkin skinid="f15d4970-d66d-444e-bb2d-1ad102c87fed" frameid="f15d4973-d66d-444e-bb2d-1ad102c87fed" />-->
            <Size>
              <AbsDimension x="428" y="22" />
            </Size>
            <Anchors>
              <Anchor point="TOPLEFT">
                <Offset>
                  <AbsDimension x="56" y="-17" />
                </Offset>
              </Anchor>
            </Anchors>
            <Scripts>
              <OnClick>AN_Click(1);
</OnClick>
            </Scripts>
            <NormalTexture />
            <PushedTexture />
            <DisabledTexture file="Interface\Buttons\UI-Panel-Button-Disabled">
              <TexCoords left="0" right="0.625" top="0" bottom="0.6875" />
            </DisabledTexture>
            <ButtonText>
              <FontHeight>
                <AbsValue val="10" />
              </FontHeight>
            </ButtonText>
            <NormalFont name="$parentText" inherits="GameFontNormal" font="Fonts\FRIZQT__.TTF">
              <FontHeight>
                <AbsValue val="12" />
              </FontHeight>
              <Color r="1" g="0.8196079" b="0" />
              <Shadow>
                <Color r="0" g="0" b="0" />
                <Offset>
                  <AbsDimension x="1" y="-1" />
                </Offset>
              </Shadow>
            </NormalFont>
            <HighlightFont inherits="GameFontHighlight" font="Fonts\FRIZQT__.TTF">
              <FontHeight>
                <AbsValue val="12" />
              </FontHeight>
              <Color r="1" g="1" b="1" />
              <Shadow>
                <Color r="0" g="0" b="0" />
                <Offset>
                  <AbsDimension x="1" y="-1" />
                </Offset>
              </Shadow>
            </HighlightFont>
            <DisabledFont inherits="GameFontDisable" font="Fonts\FRIZQT__.TTF">
              <FontHeight>
                <AbsValue val="12" />
              </FontHeight>
              <Color r="0.4901961" g="0.4901961" b="0.4901961" />
              <Shadow>
                <Color r="0" g="0" b="0" />
                <Offset>
                  <AbsDimension x="1" y="-1" />
                </Offset>
              </Shadow>
            </DisabledFont>
            <HighlightColor r="1" g="1" b="1" />
            <PushedTextOffset x="0" y="0" />
          </Button>
        </Frames>
      </Frame>
      <Frame name="$parentPanel1">
        <!--<FrameSkin skinid="f15d4970-d66d-444e-bb2d-1ad102c87fed" frameid="f15d4972-d66d-444e-bb2d-1ad102c87fed" />-->
        <Size>
          <AbsDimension x="536" y="35" />
        </Size>
        <Anchors>
          <Anchor point="TOPLEFT">
            <Offset>
              <AbsDimension x="36" y="-317" />
            </Offset>
          </Anchor>
        </Anchors>
        <Backdrop bgFile="Interface\TutorialFrame\TutorialFrameBackground" edgeFile="Interface\Tooltips\UI-Tooltip-Border" tile="true">
          <BackgroundInsets>
            <AbsInset left="3" right="5" top="3" bottom="5" />
          </BackgroundInsets>
          <TileSize>
            <AbsValue val="16" />
          </TileSize>
          <EdgeSize>
            <AbsValue val="16" />
          </EdgeSize>
        </Backdrop>
        <Frames>
          <Frame name="lblANUser">
            <!--<FrameSkin skinid="dcb143e1-a4ab-4e7c-b934-1efa40101d21" frameid="2d508885-59c2-4f83-ae10-27aaad48391b" />-->
            <Size>
              <AbsDimension x="97" y="29" />
            </Size>
            <Anchors>
              <Anchor point="TOPLEFT">
                <Offset>
                  <AbsDimension x="436" y="-3" />
                </Offset>
              </Anchor>
            </Anchors>
            <Layers>
              <Layer>
                <FontString name="$parentLabel" font="Fonts\FRIZQT__.TTF" text="UserName">
                  <Anchors>
                    <Anchor point="TOPLEFT" />
                    <Anchor point="BOTTOMRIGHT" />
                  </Anchors>
                  <FontHeight>
                    <AbsValue val="12" />
                  </FontHeight>
                  <Color r="1" g="0.8196079" b="0" />
                  <Shadow>
                    <Color r="0" g="0" b="0" />
                    <Offset>
                      <AbsDimension x="1" y="-1" />
                    </Offset>
                  </Shadow>
                </FontString>
              </Layer>
            </Layers>
          </Frame>
          <Frame name="$parentLabel6">
            <!--<FrameSkin skinid="dcb143e1-a4ab-4e7c-b934-1efa40101d21" frameid="2d508885-59c2-4f83-ae10-27aaad48391b" />-->
            <Size>
              <AbsDimension x="111" y="29" />
            </Size>
            <Anchors>
              <Anchor point="TOPLEFT">
                <Offset>
                  <AbsDimension x="318" y="-3" />
                </Offset>
              </Anchor>
            </Anchors>
            <Layers>
              <Layer>
                <FontString name="$parentLabel" font="Fonts\FRIZQT__.TTF" text="Posted By:" justifyH="RIGHT">
                  <Anchors>
                    <Anchor point="TOPLEFT" />
                    <Anchor point="BOTTOMRIGHT" />
                  </Anchors>
                  <FontHeight>
                    <AbsValue val="12" />
                  </FontHeight>
                  <Color r="1" g="0.8196079" b="0" />
                  <Shadow>
                    <Color r="0" g="0" b="0" />
                    <Offset>
                      <AbsDimension x="1" y="-1" />
                    </Offset>
                  </Shadow>
                </FontString>
              </Layer>
            </Layers>
          </Frame>
          <Frame name="lblANTitle">
            <!--<FrameSkin skinid="dcb143e1-a4ab-4e7c-b934-1efa40101d21" frameid="2d508885-59c2-4f83-ae10-27aaad48391b" />-->
            <Size>
              <AbsDimension x="270" y="29" />
            </Size>
            <Anchors>
              <Anchor point="TOPLEFT">
                <Offset>
                  <AbsDimension x="13" y="-3" />
                </Offset>
              </Anchor>
            </Anchors>
            <Layers>
              <Layer>
                <FontString name="$parentLabel" font="Fonts\FRIZQT__.TTF" text="Title" justifyH="LEFT">
                  <Anchors>
                    <Anchor point="TOPLEFT" />
                    <Anchor point="BOTTOMRIGHT" />
                  </Anchors>
                  <FontHeight>
                    <AbsValue val="12" />
                  </FontHeight>
                  <Color r="1" g="0.8196079" b="0" />
                  <Shadow>
                    <Color r="0" g="0" b="0" />
                    <Offset>
                      <AbsDimension x="1" y="-1" />
                    </Offset>
                  </Shadow>
                </FontString>
              </Layer>
            </Layers>
          </Frame>
        </Frames>
      </Frame>
      <Frame name="$parentLabel5">
        <!--<FrameSkin skinid="dcb143e1-a4ab-4e7c-b934-1efa40101d21" frameid="2d508885-59c2-4f83-ae10-27aaad48391b" />-->
        <Size>
          <AbsDimension x="100" y="22" />
        </Size>
        <Anchors>
          <Anchor point="TOPLEFT">
            <Offset>
              <AbsDimension x="354" y="-547" />
            </Offset>
          </Anchor>
        </Anchors>
        <Layers>
          <Layer>
            <FontString name="$parentLabel" font="Fonts\FRIZQT__.TTF" text="Delete">
              <Anchors>
                <Anchor point="TOPLEFT" />
                <Anchor point="BOTTOMRIGHT" />
              </Anchors>
              <FontHeight>
                <AbsValue val="12" />
              </FontHeight>
              <Color r="1" g="0.8196079" b="0" />
              <Shadow>
                <Color r="0" g="0" b="0" />
                <Offset>
                  <AbsDimension x="1" y="-1" />
                </Offset>
              </Shadow>
            </FontString>
          </Layer>
        </Layers>
      </Frame>
      <Frame name="$parentLabel4">
        <!--<FrameSkin skinid="dcb143e1-a4ab-4e7c-b934-1efa40101d21" frameid="2d508885-59c2-4f83-ae10-27aaad48391b" />-->
        <Size>
          <AbsDimension x="100" y="22" />
        </Size>
        <Anchors>
          <Anchor point="TOPLEFT">
            <Offset>
              <AbsDimension x="248" y="-547" />
            </Offset>
          </Anchor>
        </Anchors>
        <Layers>
          <Layer>
            <FontString name="$parentLabel" font="Fonts\FRIZQT__.TTF" text="Edit">
              <Anchors>
                <Anchor point="TOPLEFT" />
                <Anchor point="BOTTOMRIGHT" />
              </Anchors>
              <FontHeight>
                <AbsValue val="12" />
              </FontHeight>
              <Color r="1" g="0.8196079" b="0" />
              <Shadow>
                <Color r="0" g="0" b="0" />
                <Offset>
                  <AbsDimension x="1" y="-1" />
                </Offset>
              </Shadow>
            </FontString>
          </Layer>
        </Layers>
      </Frame>
      <Button name="$parentButton5" text="Delete">
        <!--<FrameSkin skinid="dcb143e1-a4ab-4e7c-b934-1efa40101d21" frameid="2d508884-59c2-4f83-ae10-27aaad48391b" />-->
        <Size>
          <AbsDimension x="100" y="22" />
        </Size>
        <Anchors>
          <Anchor point="TOPLEFT">
            <Offset>
              <AbsDimension x="354" y="-547" />
            </Offset>
          </Anchor>
        </Anchors>
        <NormalTexture file="Interface\Buttons\UI-Panel-Button-Up">
          <TexCoords left="0" right="0.625" top="0" bottom="0.6875" />
        </NormalTexture>
        <PushedTexture file="Interface\Buttons\UI-Panel-Button-Down">
          <TexCoords left="0" right="0.625" top="0" bottom="0.6875" />
        </PushedTexture>
        <DisabledTexture file="Interface\Buttons\UI-Panel-Button-Disabled">
          <TexCoords left="0" right="0.625" top="0" bottom="0.6875" />
        </DisabledTexture>
        <HighlightTexture file="Interface\Buttons\UI-Panel-Button-Highlight" alphaMode="ADD">
          <TexCoords left="0" right="0.625" top="0" bottom="0.6875" />
        </HighlightTexture>
        <ButtonText />
        <NormalFont name="$parentText" inherits="GameFontNormal" font="Fonts\FRIZQT__.TTF">
          <FontHeight>
            <AbsValue val="12" />
          </FontHeight>
          <Color r="1" g="0.8196079" b="0" />
          <Shadow>
            <Color r="0" g="0" b="0" />
            <Offset>
              <AbsDimension x="1" y="-1" />
            </Offset>
          </Shadow>
        </NormalFont>
        <HighlightFont inherits="GameFontHighlight" font="Fonts\FRIZQT__.TTF">
          <FontHeight>
            <AbsValue val="12" />
          </FontHeight>
          <Color r="1" g="1" b="1" />
          <Shadow>
            <Color r="0" g="0" b="0" />
            <Offset>
              <AbsDimension x="1" y="-1" />
            </Offset>
          </Shadow>
        </HighlightFont>
        <DisabledFont inherits="GameFontDisable" font="Fonts\FRIZQT__.TTF">
          <FontHeight>
            <AbsValue val="12" />
          </FontHeight>
          <Color r="0.4980392" g="0.4980392" b="0.4980392" />
          <Shadow>
            <Color r="0" g="0" b="0" />
            <Offset>
              <AbsDimension x="1" y="-1" />
            </Offset>
          </Shadow>
        </DisabledFont>
      </Button>
      <Button name="$parentButton4" text="Edit">
        <!--<FrameSkin skinid="dcb143e1-a4ab-4e7c-b934-1efa40101d21" frameid="2d508884-59c2-4f83-ae10-27aaad48391b" />-->
        <Size>
          <AbsDimension x="100" y="22" />
        </Size>
        <Anchors>
          <Anchor point="TOPLEFT">
            <Offset>
              <AbsDimension x="248" y="-547" />
            </Offset>
          </Anchor>
        </Anchors>
        <NormalTexture file="Interface\Buttons\UI-Panel-Button-Up">
          <TexCoords left="0" right="0.625" top="0" bottom="0.6875" />
        </NormalTexture>
        <PushedTexture file="Interface\Buttons\UI-Panel-Button-Down">
          <TexCoords left="0" right="0.625" top="0" bottom="0.6875" />
        </PushedTexture>
        <DisabledTexture file="Interface\Buttons\UI-Panel-Button-Disabled">
          <TexCoords left="0" right="0.625" top="0" bottom="0.6875" />
        </DisabledTexture>
        <HighlightTexture file="Interface\Buttons\UI-Panel-Button-Highlight" alphaMode="ADD">
          <TexCoords left="0" right="0.625" top="0" bottom="0.6875" />
        </HighlightTexture>
        <ButtonText />
        <NormalFont name="$parentText" inherits="GameFontNormal" font="Fonts\FRIZQT__.TTF">
          <FontHeight>
            <AbsValue val="12" />
          </FontHeight>
          <Color r="1" g="0.8196079" b="0" />
          <Shadow>
            <Color r="0" g="0" b="0" />
            <Offset>
              <AbsDimension x="1" y="-1" />
            </Offset>
          </Shadow>
        </NormalFont>
        <HighlightFont inherits="GameFontHighlight" font="Fonts\FRIZQT__.TTF">
          <FontHeight>
            <AbsValue val="12" />
          </FontHeight>
          <Color r="1" g="1" b="1" />
          <Shadow>
            <Color r="0" g="0" b="0" />
            <Offset>
              <AbsDimension x="1" y="-1" />
            </Offset>
          </Shadow>
        </HighlightFont>
        <DisabledFont inherits="GameFontDisable" font="Fonts\FRIZQT__.TTF">
          <FontHeight>
            <AbsValue val="12" />
          </FontHeight>
          <Color r="0.4980392" g="0.4980392" b="0.4980392" />
          <Shadow>
            <Color r="0" g="0" b="0" />
            <Offset>
              <AbsDimension x="1" y="-1" />
            </Offset>
          </Shadow>
        </DisabledFont>
      </Button>
      <Frame name="$parentLabel3">
        <!--<FrameSkin skinid="dcb143e1-a4ab-4e7c-b934-1efa40101d21" frameid="2d508885-59c2-4f83-ae10-27aaad48391b" />-->
        <Size>
          <AbsDimension x="100" y="22" />
        </Size>
        <Anchors>
          <Anchor point="TOPLEFT">
            <Offset>
              <AbsDimension x="142" y="-547" />
            </Offset>
          </Anchor>
        </Anchors>
        <Layers>
          <Layer>
            <FontString name="$parentLabel" font="Fonts\FRIZQT__.TTF" text="Reply">
              <Anchors>
                <Anchor point="TOPLEFT" />
                <Anchor point="BOTTOMRIGHT" />
              </Anchors>
              <FontHeight>
                <AbsValue val="12" />
              </FontHeight>
              <Color r="1" g="0.8196079" b="0" />
              <Shadow>
                <Color r="0" g="0" b="0" />
                <Offset>
                  <AbsDimension x="1" y="-1" />
                </Offset>
              </Shadow>
            </FontString>
          </Layer>
        </Layers>
      </Frame>
      <Button name="$parentButton3">
        <!--<FrameSkin skinid="dcb143e1-a4ab-4e7c-b934-1efa40101d21" frameid="2d508884-59c2-4f83-ae10-27aaad48391b" />-->
        <Size>
          <AbsDimension x="100" y="22" />
        </Size>
        <Anchors>
          <Anchor point="TOPLEFT">
            <Offset>
              <AbsDimension x="142" y="-547" />
            </Offset>
          </Anchor>
        </Anchors>
        <NormalTexture file="Interface\Buttons\UI-Panel-Button-Up">
          <TexCoords left="0" right="0.625" top="0" bottom="0.6875" />
        </NormalTexture>
        <PushedTexture file="Interface\Buttons\UI-Panel-Button-Down">
          <TexCoords left="0" right="0.625" top="0" bottom="0.6875" />
        </PushedTexture>
        <DisabledTexture file="Interface\Buttons\UI-Panel-Button-Disabled">
          <TexCoords left="0" right="0.625" top="0" bottom="0.6875" />
        </DisabledTexture>
        <HighlightTexture file="Interface\Buttons\UI-Panel-Button-Highlight" alphaMode="ADD">
          <TexCoords left="0" right="0.625" top="0" bottom="0.6875" />
        </HighlightTexture>
        <ButtonText />
        <NormalFont name="$parentText" inherits="GameFontNormal" font="Fonts\FRIZQT__.TTF">
          <FontHeight>
            <AbsValue val="12" />
          </FontHeight>
          <Color r="1" g="0.8196079" b="0" />
          <Shadow>
            <Color r="0" g="0" b="0" />
            <Offset>
              <AbsDimension x="1" y="-1" />
            </Offset>
          </Shadow>
        </NormalFont>
        <HighlightFont inherits="GameFontHighlight" font="Fonts\FRIZQT__.TTF">
          <FontHeight>
            <AbsValue val="12" />
          </FontHeight>
          <Color r="1" g="1" b="1" />
          <Shadow>
            <Color r="0" g="0" b="0" />
            <Offset>
              <AbsDimension x="1" y="-1" />
            </Offset>
          </Shadow>
        </HighlightFont>
        <DisabledFont inherits="GameFontDisable" font="Fonts\FRIZQT__.TTF">
          <FontHeight>
            <AbsValue val="12" />
          </FontHeight>
          <Color r="0.4980392" g="0.4980392" b="0.4980392" />
          <Shadow>
            <Color r="0" g="0" b="0" />
            <Offset>
              <AbsDimension x="1" y="-1" />
            </Offset>
          </Shadow>
        </DisabledFont>
      </Button>
      <Frame name="$parentLabel2">
        <!--<FrameSkin skinid="dcb143e1-a4ab-4e7c-b934-1efa40101d21" frameid="2d508885-59c2-4f83-ae10-27aaad48391b" />-->
        <Size>
          <AbsDimension x="100" y="22" />
        </Size>
        <Anchors>
          <Anchor point="TOPLEFT">
            <Offset>
              <AbsDimension x="36" y="-547" />
            </Offset>
          </Anchor>
        </Anchors>
        <Layers>
          <Layer>
            <FontString name="$parentLabel" font="Fonts\FRIZQT__.TTF" text="New">
              <Anchors>
                <Anchor point="TOPLEFT" />
                <Anchor point="BOTTOMRIGHT" />
              </Anchors>
              <FontHeight>
                <AbsValue val="12" />
              </FontHeight>
              <Color r="1" g="0.8196079" b="0" />
              <Shadow>
                <Color r="0" g="0" b="0" />
                <Offset>
                  <AbsDimension x="1" y="-1" />
                </Offset>
              </Shadow>
            </FontString>
          </Layer>
        </Layers>
      </Frame>
      <Frame name="$parentLabel1">
        <!--<FrameSkin skinid="dcb143e1-a4ab-4e7c-b934-1efa40101d21" frameid="2d508885-59c2-4f83-ae10-27aaad48391b" />-->
        <Size>
          <AbsDimension x="100" y="22" />
        </Size>
        <Anchors>
          <Anchor point="TOPLEFT">
            <Offset>
              <AbsDimension x="472" y="-547" />
            </Offset>
          </Anchor>
        </Anchors>
        <Layers>
          <Layer>
            <FontString name="$parentLabel" font="Fonts\FRIZQT__.TTF" text="Close">
              <Anchors>
                <Anchor point="TOPLEFT" />
                <Anchor point="BOTTOMRIGHT" />
              </Anchors>
              <FontHeight>
                <AbsValue val="12" />
              </FontHeight>
              <Color r="1" g="0.8196079" b="0" />
              <Shadow>
                <Color r="0" g="0" b="0" />
                <Offset>
                  <AbsDimension x="1" y="-1" />
                </Offset>
              </Shadow>
            </FontString>
          </Layer>
        </Layers>
      </Frame>
      <Button name="$parentButton2">
        <!--<FrameSkin skinid="dcb143e1-a4ab-4e7c-b934-1efa40101d21" frameid="2d508884-59c2-4f83-ae10-27aaad48391b" />-->
        <Size>
          <AbsDimension x="100" y="22" />
        </Size>
        <Anchors>
          <Anchor point="TOPLEFT">
            <Offset>
              <AbsDimension x="36" y="-547" />
            </Offset>
          </Anchor>
        </Anchors>
        <Scripts>
          <OnClick>MangAdminForm3:Hide();
MangAdminForm10:Show();
</OnClick>
        </Scripts>
        <NormalTexture file="Interface\Buttons\UI-Panel-Button-Up">
          <TexCoords left="0" right="0.625" top="0" bottom="0.6875" />
        </NormalTexture>
        <PushedTexture file="Interface\Buttons\UI-Panel-Button-Down">
          <TexCoords left="0" right="0.625" top="0" bottom="0.6875" />
        </PushedTexture>
        <DisabledTexture file="Interface\Buttons\UI-Panel-Button-Disabled">
          <TexCoords left="0" right="0.625" top="0" bottom="0.6875" />
        </DisabledTexture>
        <HighlightTexture file="Interface\Buttons\UI-Panel-Button-Highlight" alphaMode="ADD">
          <TexCoords left="0" right="0.625" top="0" bottom="0.6875" />
        </HighlightTexture>
        <ButtonText />
        <NormalFont name="$parentText" inherits="GameFontNormal" font="Fonts\FRIZQT__.TTF">
          <FontHeight>
            <AbsValue val="12" />
          </FontHeight>
          <Color r="1" g="0.8196079" b="0" />
          <Shadow>
            <Color r="0" g="0" b="0" />
            <Offset>
              <AbsDimension x="1" y="-1" />
            </Offset>
          </Shadow>
        </NormalFont>
        <HighlightFont inherits="GameFontHighlight" font="Fonts\FRIZQT__.TTF">
          <FontHeight>
            <AbsValue val="12" />
          </FontHeight>
          <Color r="1" g="1" b="1" />
          <Shadow>
            <Color r="0" g="0" b="0" />
            <Offset>
              <AbsDimension x="1" y="-1" />
            </Offset>
          </Shadow>
        </HighlightFont>
        <DisabledFont inherits="GameFontDisable" font="Fonts\FRIZQT__.TTF">
          <FontHeight>
            <AbsValue val="12" />
          </FontHeight>
          <Color r="0.4980392" g="0.4980392" b="0.4980392" />
          <Shadow>
            <Color r="0" g="0" b="0" />
            <Offset>
              <AbsDimension x="1" y="-1" />
            </Offset>
          </Shadow>
        </DisabledFont>
      </Button>
      <Button name="$parentButton1">
        <!--<FrameSkin skinid="dcb143e1-a4ab-4e7c-b934-1efa40101d21" frameid="2d508884-59c2-4f83-ae10-27aaad48391b" />-->
        <Size>
          <AbsDimension x="100" y="22" />
        </Size>
        <Anchors>
          <Anchor point="TOPLEFT">
            <Offset>
              <AbsDimension x="472" y="-547" />
            </Offset>
          </Anchor>
        </Anchors>
        <Scripts>
          <OnEvent>AdminNotesEvents();
</OnEvent>
          <OnClick>MangAdminForm3:Hide();
MangAdminForm:Show();
</OnClick>
        </Scripts>
        <NormalTexture file="Interface\Buttons\UI-Panel-Button-Up">
          <TexCoords left="0" right="0.625" top="0" bottom="0.6875" />
        </NormalTexture>
        <PushedTexture file="Interface\Buttons\UI-Panel-Button-Down">
          <TexCoords left="0" right="0.625" top="0" bottom="0.6875" />
        </PushedTexture>
        <DisabledTexture file="Interface\Buttons\UI-Panel-Button-Disabled">
          <TexCoords left="0" right="0.625" top="0" bottom="0.6875" />
        </DisabledTexture>
        <HighlightTexture file="Interface\Buttons\UI-Panel-Button-Highlight" alphaMode="ADD">
          <TexCoords left="0" right="0.625" top="0" bottom="0.6875" />
        </HighlightTexture>
        <ButtonText />
        <NormalFont name="$parentText" inherits="GameFontNormal" font="Fonts\FRIZQT__.TTF">
          <FontHeight>
            <AbsValue val="12" />
          </FontHeight>
          <Color r="1" g="0.8196079" b="0" />
          <Shadow>
            <Color r="0" g="0" b="0" />
            <Offset>
              <AbsDimension x="1" y="-1" />
            </Offset>
          </Shadow>
        </NormalFont>
        <HighlightFont inherits="GameFontHighlight" font="Fonts\FRIZQT__.TTF">
          <FontHeight>
            <AbsValue val="12" />
          </FontHeight>
          <Color r="1" g="1" b="1" />
          <Shadow>
            <Color r="0" g="0" b="0" />
            <Offset>
              <AbsDimension x="1" y="-1" />
            </Offset>
          </Shadow>
        </HighlightFont>
        <DisabledFont inherits="GameFontDisable" font="Fonts\FRIZQT__.TTF">
          <FontHeight>
            <AbsValue val="12" />
          </FontHeight>
          <Color r="0.4980392" g="0.4980392" b="0.4980392" />
          <Shadow>
            <Color r="0" g="0" b="0" />
            <Offset>
              <AbsDimension x="1" y="-1" />
            </Offset>
          </Shadow>
        </DisabledFont>
      </Button>
    </Frames>
    <Scripts>
      <OnLoad>AN_LOAD();</OnLoad>
      <OnShow>AN_Open();</OnShow>
    </Scripts>
  </Frame>
</Ui>

Generated by GNU Enscript 1.6.5.90.