annotate Veneer.xml @ 53:5cedcb683eda

more consolidate buffs fixing
author Nenue
date Fri, 29 Apr 2016 17:06:48 -0400
parents 9837069e366a
children 07ef62fe201f
rev   line source
Nenue@47 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@47 2 ..\FrameXML\UI.xsd">
Nenue@0 3 <Font name="VeneerFont" />
Nenue@0 4
Nenue@0 5 <Font name="VeneerFont_Small" font="Fonts\FRIZQT__.TTF" outline="NORMAL" height="16" />
Nenue@0 6 <Font name="VeneerFont_Large" font="Fonts\FRIZQT__.TTF" outline="NORMAL" height="24" />
Nenue@0 7
Nenue@0 8 <Font name="VeneerFontNormal" inherits="VeneerFont_Small">
Nenue@0 9 <Color r="1" g="1" b="1" a="1" />
Nenue@0 10 </Font>
Nenue@0 11
Nenue@0 12 <Font name="VeneerFontHighlight" inherits="VeneerFont_Small" outline="NORMAL">
Nenue@0 13 <Color r="0" g=".7" b="1" a="1" />
Nenue@0 14 </Font>
Nenue@0 15 <Font name="VeneerFontHighlightLarge" inherits="VeneerFont_Large">
Nenue@0 16 <Color r="0" g=".7" b="1" a="1" />
Nenue@0 17 </Font>
Nenue@0 18
Nenue@0 19
Nenue@14 20 <Texture name="VnTestLine" virtual="true">
Nenue@14 21 <Color r="1" g="1" b="0" a="1" />
Nenue@14 22 </Texture>
Nenue@0 23
Nenue@38 24 <Font name="VeneerActionNumberFont" virtual="true" font="Interface\Addons\SharedMedia_MyMedia\font\XOIREQE.TTF" outline="NORMAL" height="15">
Nenue@38 25 <Color r="1" g="1" b="1" a="1" />
Nenue@38 26 </Font>
Nenue@38 27
Nenue@22 28 <Font name="VeneerNumberFont" virtual="true" font="Interface\Addons\SharedMedia_MyMedia\font\ArchivoNarrow-Bold.ttf" outline="NORMAL" height="13" >
Nenue@22 29 <Color r="1" g="1" b="1" a="1" />
Nenue@22 30 </Font>
Nenue@37 31 <Font name="VeneerNumberFontSmall" virtual="true" font="Interface\Addons\SharedMedia_MyMedia\font\ArchivoNarrow-Bold.ttf" outline="NORMAL" height="12" >
Nenue@34 32 <Color r="1" g="1" b="1" a="1" />
Nenue@34 33 </Font>
Nenue@21 34 <Font name="VeneerTitleFont" virtual="true" font="Interface\Addons\SharedMedia_MyMedia\font\ArchivoNarrow-Bold.ttf" outline="NORMAL" height="15" >
Nenue@21 35 <Color r="1" g="1" b="1" a="1" />
Nenue@14 36 </Font>
Nenue@0 37
Nenue@21 38 <Font name="VeneerCriteriaFontNormal" virtual="true" font="Interface\Addons\SharedMedia_MyMedia\font\ArchivoNarrow-Regular.ttf" outline="NORMAL" height="16">
Nenue@14 39 <Color r="1" g="1" b="1" a="1" />
Nenue@14 40 </Font>
Nenue@21 41 <Font name="VeneerCriteriaFontComplete" virtual="true" font="Interface\Addons\SharedMedia_MyMedia\font\ArchivoNarrow-Regular.ttf" outline="NORMAL" height="16">
Nenue@14 42 <Color r="0" g="1" b="0" a=".75" />
Nenue@14 43 </Font>
Nenue@21 44 <Font name="VeneerCriteriaFontProgressed" virtual="true" font="Interface\Addons\SharedMedia_MyMedia\font\ArchivoNarrow-Regular.ttf" outline="NORMAL" height="16">
Nenue@14 45 <Color r="1" g="1" b="0" a="1" />
Nenue@14 46 </Font>
Nenue@0 47
Nenue@21 48 <Font name="VeneerCriteriaFontFailed" virtual="true" font="Interface\Addons\SharedMedia_MyMedia\font\ArchivoNarrow-Regular.ttf" outline="NORMAL" height="16">
Nenue@14 49 <Color r="1" g=".4" b="0" a=".75" />
Nenue@14 50 </Font>
Nenue@0 51
Nenue@21 52 <Font name="VeneerStatusFont" virtual="true" font="Interface\Addons\SharedMedia_MyMedia\font\ArchivoNarrow-Regular.ttf" outline="NORMAL" height="14">
Nenue@14 53 <Color r="1" g="1" b="0" a="1" />
Nenue@14 54 </Font>
Nenue@0 55
Nenue@48 56 <Frame name="VeneerHandlerTemplate" parent="UIParent" virtual="true" />
Nenue@0 57
Nenue@3 58 <Frame name="Veneer" hidden="true" enableMouse="true" movable="true" parent="UIParent" frameStrata="DIALOG">
Nenue@0 59 <Size x="400" y="400" />
Nenue@0 60 <Anchors>
Nenue@0 61 <Anchor point="CENTER" relativePoint="CENTER" x="0" y="0" />
Nenue@0 62 </Anchors>
Nenue@0 63 <Scripts>
Nenue@0 64 <OnLoad>
Nenue@0 65 self:RegisterForDrag('LeftButton')
Nenue@0 66 </OnLoad>
Nenue@0 67 <OnDragStart>
Nenue@0 68 self:StartMoving()
Nenue@0 69 </OnDragStart>
Nenue@0 70 <OnDragStop>
Nenue@0 71 self:StopMovingOrSizing()
Nenue@0 72 </OnDragStop>
Nenue@0 73 </Scripts>
Nenue@0 74 <Layers>
Nenue@0 75 <Layer level="BACKGROUND">
Nenue@0 76 <Texture setAllPoints="true">
Nenue@0 77 <Color r="0" g="0" b="0" a="0.7" />
Nenue@0 78 </Texture>
Nenue@0 79 </Layer>
Nenue@0 80 <Layer level="ARTWORK">
Nenue@0 81 <FontString name="$parentHeader" parentKey="header" inherits="VeneerFontHighlightLarge" text="Veneer">
Nenue@0 82 <Anchors>
Nenue@0 83 <Anchor point="TOPLEFT" x="3" y="-4" />
Nenue@0 84 </Anchors>
Nenue@0 85 </FontString>
Nenue@0 86 </Layer>
Nenue@0 87 </Layers>
Nenue@0 88 <Frames>
Nenue@0 89 <Button name="$parentCloseButton" parentKey="close" text="X">
Nenue@0 90 <ButtonText inherits="SystemFont_Small" />
Nenue@0 91 <Scripts>
Nenue@0 92 <OnClick>
Nenue@0 93 self:GetParent():Close()
Nenue@0 94 </OnClick>
Nenue@0 95 </Scripts>
Nenue@0 96 <Size x="24" y="24" />
Nenue@0 97 <Anchors>
Nenue@0 98 <Anchor point="TOPRIGHT" x="-5" y="-5" />
Nenue@0 99 </Anchors>
Nenue@0 100 <NormalTexture parentKey="normal" setAllPoints="true">
Nenue@0 101 <Color a="1" r="0" g="0" b="0" />
Nenue@0 102 </NormalTexture>
Nenue@0 103 <PushedTexture setAllPoints="true">
Nenue@0 104 <Color a="1" r="1" g="0" b="0" />
Nenue@0 105 </PushedTexture>
Nenue@0 106 <HighlightTexture setAllPoints="true" alphaMode="ADD">
Nenue@0 107 <Color a=".5" r="1" g=".7" b="0.5" />
Nenue@0 108 </HighlightTexture>
Nenue@0 109 </Button>
Nenue@0 110 <Button name="$parentGuidesButton" parentKey="guides" text="Guides">
Nenue@0 111 <ButtonText inherits="SystemFont_Small" />
Nenue@0 112 <Scripts>
Nenue@0 113 <OnClick>
Nenue@0 114 self:GetParent():ToggleGuides(self)
Nenue@0 115 </OnClick>
Nenue@0 116 </Scripts>
Nenue@0 117 <Size x="36" y="24" />
Nenue@0 118 <Anchors>
Nenue@0 119 <Anchor point="RIGHT" relativePoint="LEFT" relativeTo="$parentCloseButton" x="-5" y="0" />
Nenue@0 120 </Anchors>
Nenue@0 121 <NormalTexture parentKey="normal" setAllPoints="true">
Nenue@0 122 <Color a="1" r="0" g="0" b="0" />
Nenue@0 123 </NormalTexture>
Nenue@0 124 <PushedTexture setAllPoints="true">
Nenue@0 125 <Color a="1" r="1" g="0" b="0" />
Nenue@0 126 </PushedTexture>
Nenue@0 127 <HighlightTexture setAllPoints="true" alphaMode="ADD">
Nenue@0 128 <Color a=".5" r="1" g=".7" b="0.5" />
Nenue@0 129 </HighlightTexture>
Nenue@0 130 </Button>
Nenue@0 131 </Frames>
Nenue@0 132 </Frame>
Nenue@0 133
Nenue@0 134
Nenue@47 135 <Script file="Veneer.lua" />
Nenue@0 136
Nenue@0 137 </Ui>