annotate SkeletonStats/DamageMeter.xml @ 2:f7a0898d293c

adding library files, toc files, and a missing XML to versioning
author Nenue
date Tue, 21 Jun 2016 08:10:36 -0400
parents cd7d06bcd98d
children
rev   line source
Nenue@0 1 <Ui xmlns="http://www.blizzard.com/wow/ui/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.blizzard.com/wow/ui/
Nenue@0 2 ..\FrameXML\UI.xsd">
Nenue@0 3
Nenue@0 4
Nenue@1 5 <Frame name="DamageMeter" parent="UIParent" movable="true" enableMouse="true">
Nenue@0 6 <Size x="180" y="260" />
Nenue@0 7 <Anchors>
Nenue@1 8 <Anchor point="TOPLEFT" relativePoint="LEFT" x="25" y="110" />
Nenue@0 9 </Anchors>
Nenue@0 10 <Scripts>
Nenue@0 11 <OnLoad>
Nenue@0 12 self:RegisterForDrag('LeftButton')
Nenue@0 13 </OnLoad>
Nenue@0 14 <OnDragStart>
Nenue@0 15 self:StartMoving()
Nenue@0 16 </OnDragStart>
Nenue@0 17 <OnDragStop>
Nenue@0 18 self:StopMovingOrSizing()
Nenue@0 19 </OnDragStop>
Nenue@0 20 </Scripts>
Nenue@0 21 <Layers>
Nenue@0 22 <Layer level="BACKGROUND">
Nenue@0 23 <Texture parentKey="bg" setAllPoints="true">
Nenue@0 24 <Color a="0.25" r="0" g="0" b="0" />
Nenue@0 25 </Texture>
Nenue@0 26 </Layer>
Nenue@0 27 <Layer level="ARTWORK">
Nenue@0 28 <Texture parentKey="headerBar">
Nenue@0 29 <Size y="24" />
Nenue@0 30 <Anchors>
Nenue@0 31 <Anchor point="TOPLEFT" />
Nenue@0 32 <Anchor point="RIGHT" />
Nenue@0 33 </Anchors>
Nenue@0 34 <Color a="0.5" r="0" g="0" b="0" />
Nenue@0 35 </Texture>
Nenue@0 36 </Layer>
Nenue@0 37 <Layer level="OVERLAY">
Nenue@0 38 <FontString parentKey="header" inherits="NumberFontNormal">
Nenue@0 39 <Anchors>
Nenue@0 40 <Anchor point="TOPLEFT" x="4" y="-4" />
Nenue@0 41 </Anchors>
Nenue@0 42 </FontString>
Nenue@0 43 </Layer>
Nenue@0 44 </Layers>
Nenue@0 45 <Frames>
Nenue@0 46 <Button name="DamageMeterResetButton">
Nenue@0 47 <Size x="24" y="24" />
Nenue@0 48 <Scripts>
Nenue@0 49 <OnMouseUp>
Nenue@0 50 DamageMeter.new()
Nenue@0 51 DamageMeter.ui()
Nenue@0 52 </OnMouseUp>
Nenue@0 53 </Scripts>
Nenue@0 54 <Anchors>
Nenue@0 55 <Anchor point="TOPRIGHT" x="0" y="0" />
Nenue@0 56 </Anchors>
Nenue@0 57 <NormalTexture setAllPoints="true">
Nenue@0 58 <Color a="1" r="1" g="0" b=".5" />
Nenue@0 59 </NormalTexture>
Nenue@0 60 <PushedTexture setAllPoints="true">
Nenue@0 61 <Color a="1" r="1" g=".5" b=".7" />
Nenue@0 62 </PushedTexture>
Nenue@0 63 </Button>
Nenue@0 64 </Frames>
Nenue@0 65 </Frame>
Nenue@0 66
Nenue@0 67 <FontString name="MeterHeaderLeft" virtual="true" inherits="NumberFontNormal" wordwrap="false" justifyH="LEFT">
Nenue@0 68 <Anchors>
Nenue@0 69 <Anchor point="LEFT" x="24" y="0" />
Nenue@0 70 </Anchors>
Nenue@0 71 </FontString>
Nenue@0 72
Nenue@0 73 <FontString name="MeterHeaderRight" virtual="true" inherits="NumberFontNormal" wordwrap="false" justifyH="RIGHT">
Nenue@0 74 <Size x="80" />
Nenue@0 75 <Anchors>
Nenue@0 76 <Anchor point="RIGHT" x="-2" y="0" />
Nenue@0 77 </Anchors>
Nenue@0 78 </FontString>
Nenue@0 79 </Ui>