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@61
|
7 <Font name="VeneerNumberFont" font="Fonts\ARIALN.ttf" outline="NORMAL" height="14" />
|
Nenue@61
|
8 <Font name="VeneerNumberFontLarge" font="Fonts\ARIALN.ttf" outline="NORMAL" height="24" />
|
Nenue@0
|
9
|
Nenue@0
|
10
|
Nenue@59
|
11 <Frame name="VeneerController" hidden="true" enableMouse="true" movable="true" parent="UIParent" frameStrata="DIALOG">
|
Nenue@0
|
12 <Size x="400" y="400" />
|
Nenue@0
|
13 <Anchors>
|
Nenue@0
|
14 <Anchor point="CENTER" relativePoint="CENTER" x="0" y="0" />
|
Nenue@0
|
15 </Anchors>
|
Nenue@0
|
16 <Scripts>
|
Nenue@0
|
17 <OnLoad>
|
Nenue@0
|
18 self:RegisterForDrag('LeftButton')
|
Nenue@0
|
19 </OnLoad>
|
Nenue@0
|
20 <OnDragStart>
|
Nenue@0
|
21 self:StartMoving()
|
Nenue@0
|
22 </OnDragStart>
|
Nenue@0
|
23 <OnDragStop>
|
Nenue@0
|
24 self:StopMovingOrSizing()
|
Nenue@0
|
25 </OnDragStop>
|
Nenue@0
|
26 </Scripts>
|
Nenue@0
|
27 <Layers>
|
Nenue@0
|
28 <Layer level="BACKGROUND">
|
Nenue@0
|
29 <Texture setAllPoints="true">
|
Nenue@0
|
30 <Color r="0" g="0" b="0" a="0.7" />
|
Nenue@0
|
31 </Texture>
|
Nenue@0
|
32 </Layer>
|
Nenue@0
|
33 <Layer level="ARTWORK">
|
Nenue@0
|
34 <FontString name="$parentHeader" parentKey="header" inherits="VeneerFontHighlightLarge" text="Veneer">
|
Nenue@0
|
35 <Anchors>
|
Nenue@0
|
36 <Anchor point="TOPLEFT" x="3" y="-4" />
|
Nenue@0
|
37 </Anchors>
|
Nenue@0
|
38 </FontString>
|
Nenue@0
|
39 </Layer>
|
Nenue@0
|
40 </Layers>
|
Nenue@0
|
41 <Frames>
|
Nenue@0
|
42 <Button name="$parentCloseButton" parentKey="close" text="X">
|
Nenue@0
|
43 <ButtonText inherits="SystemFont_Small" />
|
Nenue@0
|
44 <Scripts>
|
Nenue@0
|
45 <OnClick>
|
Nenue@0
|
46 self:GetParent():Close()
|
Nenue@0
|
47 </OnClick>
|
Nenue@0
|
48 </Scripts>
|
Nenue@0
|
49 <Size x="24" y="24" />
|
Nenue@0
|
50 <Anchors>
|
Nenue@0
|
51 <Anchor point="TOPRIGHT" x="-5" y="-5" />
|
Nenue@0
|
52 </Anchors>
|
Nenue@0
|
53 <NormalTexture parentKey="normal" setAllPoints="true">
|
Nenue@0
|
54 <Color a="1" r="0" g="0" b="0" />
|
Nenue@0
|
55 </NormalTexture>
|
Nenue@0
|
56 <PushedTexture setAllPoints="true">
|
Nenue@0
|
57 <Color a="1" r="1" g="0" b="0" />
|
Nenue@0
|
58 </PushedTexture>
|
Nenue@0
|
59 <HighlightTexture setAllPoints="true" alphaMode="ADD">
|
Nenue@0
|
60 <Color a=".5" r="1" g=".7" b="0.5" />
|
Nenue@0
|
61 </HighlightTexture>
|
Nenue@0
|
62 </Button>
|
Nenue@0
|
63 <Button name="$parentGuidesButton" parentKey="guides" text="Guides">
|
Nenue@0
|
64 <ButtonText inherits="SystemFont_Small" />
|
Nenue@0
|
65 <Scripts>
|
Nenue@0
|
66 <OnClick>
|
Nenue@0
|
67 self:GetParent():ToggleGuides(self)
|
Nenue@0
|
68 </OnClick>
|
Nenue@0
|
69 </Scripts>
|
Nenue@0
|
70 <Size x="36" y="24" />
|
Nenue@0
|
71 <Anchors>
|
Nenue@0
|
72 <Anchor point="RIGHT" relativePoint="LEFT" relativeTo="$parentCloseButton" x="-5" y="0" />
|
Nenue@0
|
73 </Anchors>
|
Nenue@0
|
74 <NormalTexture parentKey="normal" setAllPoints="true">
|
Nenue@0
|
75 <Color a="1" r="0" g="0" b="0" />
|
Nenue@0
|
76 </NormalTexture>
|
Nenue@0
|
77 <PushedTexture setAllPoints="true">
|
Nenue@0
|
78 <Color a="1" r="1" g="0" b="0" />
|
Nenue@0
|
79 </PushedTexture>
|
Nenue@0
|
80 <HighlightTexture setAllPoints="true" alphaMode="ADD">
|
Nenue@0
|
81 <Color a=".5" r="1" g=".7" b="0.5" />
|
Nenue@0
|
82 </HighlightTexture>
|
Nenue@0
|
83 </Button>
|
Nenue@0
|
84 </Frames>
|
Nenue@0
|
85 </Frame>
|
Nenue@0
|
86
|
Nenue@61
|
87 <Button name="VeneerAuraButton" inherits="SecureActionButtonTemplate" virtual="true">
|
Nenue@61
|
88 <Size x="32" y="32" />
|
Nenue@61
|
89 <Layers>
|
Nenue@61
|
90 <Layer level="ARTWORK">
|
Nenue@61
|
91 <FontString inherits="VeneerFont_Small" parentKey="label">
|
Nenue@61
|
92 <Anchors>
|
Nenue@61
|
93 <Anchor point="LEFT" />
|
Nenue@61
|
94 </Anchors>
|
Nenue@61
|
95 </FontString>
|
Nenue@61
|
96 </Layer>
|
Nenue@61
|
97 </Layers>
|
Nenue@61
|
98 <NormalTexture setAllPoints="true">
|
Nenue@61
|
99
|
Nenue@61
|
100 <Color a="1" r="1" g="1" b="1" />
|
Nenue@61
|
101 </NormalTexture>
|
Nenue@61
|
102 <PushedTexture setAllPoints="true">
|
Nenue@61
|
103
|
Nenue@61
|
104 <Color a="1" r="1" g="0" b="0" />
|
Nenue@61
|
105 </PushedTexture>
|
Nenue@61
|
106 </Button>
|
Nenue@0
|
107
|
Nenue@47
|
108 <Script file="Veneer.lua" />
|
Nenue@0
|
109
|
Nenue@0
|
110 </Ui> |