comparison Veneer.xml @ 47:1a322b92dbfa

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