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="MangAdminForm10" hidden="true">
    <!--<FrameSkin skinid="dcb143e1-a4ab-4e7c-b934-1efa40101d21" frameid="2d508883-59c2-4f83-ae10-27aaad48391b" />-->
    <Size>
      <AbsDimension x="555" y="398" />
    </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="AdminNotes">
          <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="$parentPanel1">
        <!--<FrameSkin skinid="f15d4970-d66d-444e-bb2d-1ad102c87fed" frameid="f15d4972-d66d-444e-bb2d-1ad102c87fed" />-->
        <Size>
          <AbsDimension x="488" y="209" />
        </Size>
        <Anchors>
          <Anchor point="TOPLEFT">
            <Offset>
              <AbsDimension x="32" y="-119" />
            </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="ANMEBBody">
            <!--<FrameSkin skinid="dcb143e1-a4ab-4e7c-b934-1efa40101d21" frameid="7f06b3a2-fe45-40e8-9284-4754c6a3c9fb" />-->
            <Size>
              <AbsDimension x="461" y="203" />
            </Size>
            <Anchors>
              <Anchor point="TOPLEFT">
                <Offset>
                  <AbsDimension x="3" y="-3" />
                </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="461" y="203" />
                </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="$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="420" y="-346" />
            </Offset>
          </Anchor>
        </Anchors>
        <Layers>
          <Layer>
            <FontString name="$parentLabel" font="Fonts\FRIZQT__.TTF" text="Cancel">
              <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="$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="314" y="-346" />
            </Offset>
          </Anchor>
        </Anchors>
        <Layers>
          <Layer>
            <FontString name="$parentLabel" font="Fonts\FRIZQT__.TTF" text="Submit">
              <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" text="Submit">
        <!--<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="314" y="-346" />
            </Offset>
          </Anchor>
        </Anchors>
        <Scripts>
          <OnClick>AN_Post();
MangAdminForm10:Hide();
MangAdminForm3: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>
          <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.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" text="Cancel">
        <!--<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="420" y="-346" />
            </Offset>
          </Anchor>
        </Anchors>
        <Scripts>
          <OnClick>MangAdminForm10:Hide();
MangAdminForm3: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>
      <Frame name="$parentLabel2">
        <!--<FrameSkin skinid="dcb143e1-a4ab-4e7c-b934-1efa40101d21" frameid="2d508885-59c2-4f83-ae10-27aaad48391b" />-->
        <Size>
          <AbsDimension x="75" y="18" />
        </Size>
        <Anchors>
          <Anchor point="TOPLEFT">
            <Offset>
              <AbsDimension x="32" y="-95" />
            </Offset>
          </Anchor>
        </Anchors>
        <Layers>
          <Layer>
            <FontString name="$parentLabel" font="Fonts\FRIZQT__.TTF" text="Body">
              <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>
      <EditBox name="NotesTitle" enableMouse="true">
        <!--<FrameSkin skinid="dcb143e1-a4ab-4e7c-b934-1efa40101d21" frameid="2d508887-59c2-4f83-ae10-27aaad48391b" />-->
        <Size>
          <AbsDimension x="320" y="22" />
        </Size>
        <Anchors>
          <Anchor point="TOPLEFT">
            <Offset>
              <AbsDimension x="32" y="-54" />
            </Offset>
          </Anchor>
        </Anchors>
        <Layers>
          <Layer level="BACKGROUND">
            <Texture name="$parentLeft" file="Interface\Common\Common-Input-Border">
              <Size>
                <AbsDimension x="8" y="20" />
              </Size>
              <Anchors>
                <Anchor point="LEFT" />
              </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" />
              </Anchors>
              <TexCoords left="0.9375" right="1" 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>
        <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>
      <Frame name="$parentLabel1">
        <!--<FrameSkin skinid="dcb143e1-a4ab-4e7c-b934-1efa40101d21" frameid="2d508885-59c2-4f83-ae10-27aaad48391b" />-->
        <Size>
          <AbsDimension x="75" y="18" />
        </Size>
        <Anchors>
          <Anchor point="TOPLEFT">
            <Offset>
              <AbsDimension x="32" y="-30" />
            </Offset>
          </Anchor>
        </Anchors>
        <Layers>
          <Layer>
            <FontString name="$parentLabel" font="Fonts\FRIZQT__.TTF" text="Title">
              <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>
</Ui>

Generated by GNU Enscript 1.6.5.90.