vanilla-wow-addons – Blame information for rev 1
?pathlinks?
Rev | Author | Line No. | Line |
---|---|---|---|
1 | office | 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 | <Script file="FishingWatcher.lua"/> |
||
4 | <FontString name="FishingWatchFontTemplate" inherits="GameFontNormal" virtual="true" justifyH="LEFT"> |
||
5 | <Size> |
||
6 | <AbsDimension x="0" y="13"/> |
||
7 | </Size> |
||
8 | </FontString> |
||
9 | |||
10 | <Frame name="FishingWatchDragFrame" toplevel="true" enableMouse="true" movable="true" parent="UIParent" hidden="true"> |
||
11 | <Size> |
||
12 | <AbsDimension x="280" y="20"/> |
||
13 | </Size> |
||
14 | <Layers> |
||
15 | <Layer level="BACKGROUND"> |
||
16 | <Texture name="$parentBackground" file="Interface\ChatFrame\ChatFrameBackground"> |
||
17 | <Anchors> |
||
18 | <Anchor point="TOPLEFT"> |
||
19 | <Offset> |
||
20 | <AbsDimension x="-2" y="3"/> |
||
21 | </Offset> |
||
22 | </Anchor> |
||
23 | <Anchor point="TOPRIGHT"> |
||
24 | <Offset> |
||
25 | <AbsDimension x="2" y="3"/> |
||
26 | </Offset> |
||
27 | </Anchor> |
||
28 | <Anchor point="BOTTOMLEFT"> |
||
29 | <Offset> |
||
30 | <AbsDimension x="-2" y="-6"/> |
||
31 | </Offset> |
||
32 | </Anchor> |
||
33 | <Anchor point="BOTTOMRIGHT"> |
||
34 | <Offset> |
||
35 | <AbsDimension x="3" y="-6"/> |
||
36 | </Offset> |
||
37 | </Anchor> |
||
38 | </Anchors> |
||
39 | </Texture> |
||
40 | <Texture name="$parentTopLeft" file="Interface\ChatFrame\ChatFrameBorder"> |
||
41 | <Size> |
||
42 | <AbsDimension x="16" y="16"/> |
||
43 | </Size> |
||
44 | <Anchors> |
||
45 | <Anchor point="TOPLEFT"/> |
||
46 | </Anchors> |
||
47 | <TexCoords left="0" right="0.25" top="0" bottom="0.125"/> |
||
48 | </Texture> |
||
49 | <Texture name="$parentTopRight" file="Interface\ChatFrame\ChatFrameBorder"> |
||
50 | <Size> |
||
51 | <AbsDimension x="16" y="16"/> |
||
52 | </Size> |
||
53 | <Anchors> |
||
54 | <Anchor point="TOPLEFT"/> |
||
55 | </Anchors> |
||
56 | <TexCoords left="0.75" right="1.0" top="0" bottom="0.125"/> |
||
57 | </Texture> |
||
58 | <Texture name="$parentBottomLeft" file="Interface\ChatFrame\ChatFrameBorder"> |
||
59 | <Size> |
||
60 | <AbsDimension x="16" y="16"/> |
||
61 | </Size> |
||
62 | <Anchors> |
||
63 | <Anchor point="TOPLEFT"/> |
||
64 | </Anchors> |
||
65 | <TexCoords left="0" right="0.25" top="0.7265625" bottom="0.8515625"/> |
||
66 | </Texture> |
||
67 | <Texture name="$parentBottomRight" file="Interface\ChatFrame\ChatFrameBorder"> |
||
68 | <Size> |
||
69 | <AbsDimension x="16" y="16"/> |
||
70 | </Size> |
||
71 | <Anchors> |
||
72 | <Anchor point="TOPLEFT"/> |
||
73 | </Anchors> |
||
74 | <TexCoords left="0.75" right="1.0" top="0.7265625" bottom="0.8515625"/> |
||
75 | </Texture> |
||
76 | <Texture name="$parentTop" file="Interface\ChatFrame\ChatFrameBorder"> |
||
77 | <Size> |
||
78 | <AbsDimension x="16" y="16"/> |
||
79 | </Size> |
||
80 | <Anchors> |
||
81 | <Anchor point="LEFT"/> |
||
82 | <Anchor point="RIGHT"/> |
||
83 | </Anchors> |
||
84 | <TexCoords left="0.25" right="0.75" top="0" bottom="0.125"/> |
||
85 | </Texture> |
||
86 | <Texture name="$parentBottom" file="Interface\ChatFrame\ChatFrameBorder"> |
||
87 | <Size> |
||
88 | <AbsDimension x="16" y="16"/> |
||
89 | </Size> |
||
90 | <Anchors> |
||
91 | <Anchor point="LEFT"/> |
||
92 | <Anchor point="RIGHT"/> |
||
93 | </Anchors> |
||
94 | <TexCoords left="0.25" right="0.75" top="0.7265625" bottom="0.8515625"/> |
||
95 | </Texture> |
||
96 | <Texture name="$parentLeft" file="Interface\ChatFrame\ChatFrameBorder"> |
||
97 | <Size> |
||
98 | <AbsDimension x="16" y="16"/> |
||
99 | </Size> |
||
100 | <Anchors> |
||
101 | <Anchor point="TOP"/> |
||
102 | <Anchor point="BOTTOM"/> |
||
103 | </Anchors> |
||
104 | <TexCoords left="0" right="0.25" top="0.125" bottom="0.7265625"/> |
||
105 | </Texture> |
||
106 | <Texture name="$parentRight" file="Interface\ChatFrame\ChatFrameBorder"> |
||
107 | <Size> |
||
108 | <AbsDimension x="16" y="16"/> |
||
109 | </Size> |
||
110 | <Anchors> |
||
111 | <Anchor point="TOP"/> |
||
112 | <Anchor point="BOTTOM"/> |
||
113 | </Anchors> |
||
114 | <TexCoords left="0.75" right="1.0" top="0.125" bottom="0.7265625"/> |
||
115 | </Texture> |
||
116 | </Layer> |
||
117 | </Layers> |
||
118 | <Scripts> |
||
119 | <OnEnter> |
||
120 | GameTooltip:SetOwner(this, "ANCHOR_TOPLEFT"); |
||
121 | GameTooltip:SetText(FishingBuddy.LEFTCLICKTODRAG); |
||
122 | </OnEnter> |
||
123 | <OnLeave> |
||
124 | GameTooltip:Hide(); |
||
125 | </OnLeave> |
||
126 | <OnMouseDown> |
||
127 | if ( arg1 == "LeftButton" ) then |
||
128 | this:StartMoving(); |
||
129 | end |
||
130 | </OnMouseDown> |
||
131 | <OnMouseUp> |
||
132 | this:StopMovingOrSizing(); |
||
133 | </OnMouseUp> |
||
134 | </Scripts> |
||
135 | </Frame> |
||
136 | |||
137 | <Frame name="FishingWatchFrame" toplevel="true" enableMouse="false" movable="true" parent="UIParent" hidden="true"> |
||
138 | <Size> |
||
139 | <AbsDimension x="280" y="20"/> |
||
140 | </Size> |
||
141 | <Anchors> |
||
142 | <Anchor point="TOPRIGHT" relativeTo="FishingWatchDragFrame" relativePoint="TOPRIGHT"> |
||
143 | <Offset> |
||
144 | <AbsDimension x="0" y="0"/> |
||
145 | </Offset> |
||
146 | </Anchor> |
||
147 | </Anchors> |
||
148 | <Layers> |
||
149 | <Layer level="BACKGROUND"> |
||
150 | <FontString name="FishingWatchLine1" inherits="FishingWatchFontTemplate" hidden="true"> |
||
151 | <Size> |
||
152 | <AbsDimension x="0" y="13"/> |
||
153 | </Size> |
||
154 | <Anchors> |
||
155 | <Anchor point="TOPLEFT"/> |
||
156 | </Anchors> |
||
157 | </FontString> |
||
158 | <FontString name="FishingWatchLine2" inherits="FishingWatchFontTemplate" hidden="true"> |
||
159 | <Anchors> |
||
160 | <Anchor point="TOPLEFT" relativeTo="FishingWatchLine1" relativePoint="BOTTOMLEFT"/> |
||
161 | </Anchors> |
||
162 | </FontString> |
||
163 | <FontString name="FishingWatchLine3" inherits="FishingWatchFontTemplate" hidden="true"> |
||
164 | <Anchors> |
||
165 | <Anchor point="TOPLEFT" relativeTo="FishingWatchLine2" relativePoint="BOTTOMLEFT"/> |
||
166 | </Anchors> |
||
167 | </FontString> |
||
168 | <FontString name="FishingWatchLine4" inherits="FishingWatchFontTemplate" hidden="true"> |
||
169 | <Anchors> |
||
170 | <Anchor point="TOPLEFT" relativeTo="FishingWatchLine3" relativePoint="BOTTOMLEFT"/> |
||
171 | </Anchors> |
||
172 | </FontString> |
||
173 | <FontString name="FishingWatchLine5" inherits="FishingWatchFontTemplate" hidden="true"> |
||
174 | <Anchors> |
||
175 | <Anchor point="TOPLEFT" relativeTo="FishingWatchLine4" relativePoint="BOTTOMLEFT"/> |
||
176 | </Anchors> |
||
177 | </FontString> |
||
178 | <FontString name="FishingWatchLine6" inherits="FishingWatchFontTemplate" hidden="true"> |
||
179 | <Anchors> |
||
180 | <Anchor point="TOPLEFT" relativeTo="FishingWatchLine5" relativePoint="BOTTOMLEFT"/> |
||
181 | </Anchors> |
||
182 | </FontString> |
||
183 | <FontString name="FishingWatchLine7" inherits="FishingWatchFontTemplate" hidden="true"> |
||
184 | <Anchors> |
||
185 | <Anchor point="TOPLEFT" relativeTo="FishingWatchLine6" relativePoint="BOTTOMLEFT"/> |
||
186 | </Anchors> |
||
187 | </FontString> |
||
188 | <FontString name="FishingWatchLine8" inherits="FishingWatchFontTemplate" hidden="true"> |
||
189 | <Anchors> |
||
190 | <Anchor point="TOPLEFT" relativeTo="FishingWatchLine7" relativePoint="BOTTOMLEFT"/> |
||
191 | </Anchors> |
||
192 | </FontString> |
||
193 | <FontString name="FishingWatchLine9" inherits="FishingWatchFontTemplate" hidden="true"> |
||
194 | <Anchors> |
||
195 | <Anchor point="TOPLEFT" relativeTo="FishingWatchLine8" relativePoint="BOTTOMLEFT"/> |
||
196 | </Anchors> |
||
197 | </FontString> |
||
198 | <FontString name="FishingWatchLine10" inherits="FishingWatchFontTemplate" hidden="true"> |
||
199 | <Anchors> |
||
200 | <Anchor point="TOPLEFT" relativeTo="FishingWatchLine9" relativePoint="BOTTOMLEFT"/> |
||
201 | </Anchors> |
||
202 | </FontString> |
||
203 | <FontString name="FishingWatchLine11" inherits="FishingWatchFontTemplate" hidden="true"> |
||
204 | <Anchors> |
||
205 | <Anchor point="TOPLEFT" relativeTo="FishingWatchLine10" relativePoint="BOTTOMLEFT"/> |
||
206 | </Anchors> |
||
207 | </FontString> |
||
208 | <FontString name="FishingWatchLine12" inherits="FishingWatchFontTemplate" hidden="true"> |
||
209 | <Anchors> |
||
210 | <Anchor point="TOPLEFT" relativeTo="FishingWatchLine11" relativePoint="BOTTOMLEFT"/> |
||
211 | </Anchors> |
||
212 | </FontString> |
||
213 | <FontString name="FishingWatchLine13" inherits="FishingWatchFontTemplate" hidden="true"> |
||
214 | <Anchors> |
||
215 | <Anchor point="TOPLEFT" relativeTo="FishingWatchLine12" relativePoint="BOTTOMLEFT"/> |
||
216 | </Anchors> |
||
217 | </FontString> |
||
218 | <FontString name="FishingWatchLine14" inherits="FishingWatchFontTemplate" hidden="true"> |
||
219 | <Anchors> |
||
220 | <Anchor point="TOPLEFT" relativeTo="FishingWatchLine13" relativePoint="BOTTOMLEFT"/> |
||
221 | </Anchors> |
||
222 | </FontString> |
||
223 | <FontString name="FishingWatchLine15" inherits="FishingWatchFontTemplate" hidden="true"> |
||
224 | <Anchors> |
||
225 | <Anchor point="TOPLEFT" relativeTo="FishingWatchLine14" relativePoint="BOTTOMLEFT"/> |
||
226 | </Anchors> |
||
227 | </FontString> |
||
228 | <FontString name="FishingWatchLine16" inherits="FishingWatchFontTemplate" hidden="true"> |
||
229 | <Anchors> |
||
230 | <Anchor point="TOPLEFT" relativeTo="FishingWatchLine15" relativePoint="BOTTOMLEFT"/> |
||
231 | </Anchors> |
||
232 | </FontString> |
||
233 | <FontString name="FishingWatchLine17" inherits="FishingWatchFontTemplate" hidden="true"> |
||
234 | <Anchors> |
||
235 | <Anchor point="TOPLEFT" relativeTo="FishingWatchLine16" relativePoint="BOTTOMLEFT"/> |
||
236 | </Anchors> |
||
237 | </FontString> |
||
238 | <FontString name="FishingWatchLine18" inherits="FishingWatchFontTemplate" hidden="true"> |
||
239 | <Anchors> |
||
240 | <Anchor point="TOPLEFT" relativeTo="FishingWatchLine17" relativePoint="BOTTOMLEFT"/> |
||
241 | </Anchors> |
||
242 | </FontString> |
||
243 | <FontString name="FishingWatchLine19" inherits="FishingWatchFontTemplate" hidden="true"> |
||
244 | <Anchors> |
||
245 | <Anchor point="TOPLEFT" relativeTo="FishingWatchLine18" relativePoint="BOTTOMLEFT"/> |
||
246 | </Anchors> |
||
247 | </FontString> |
||
248 | <FontString name="FishingWatchLine20" inherits="FishingWatchFontTemplate" hidden="true"> |
||
249 | <Anchors> |
||
250 | <Anchor point="TOPLEFT" relativeTo="FishingWatchLine19" relativePoint="BOTTOMLEFT"/> |
||
251 | </Anchors> |
||
252 | </FontString> |
||
253 | </Layer> |
||
254 | </Layers> |
||
255 | <Scripts> |
||
256 | <OnLoad> |
||
257 | FishingBuddy.WatchFrame.OnLoad(); |
||
258 | </OnLoad> |
||
259 | <OnUpdate> |
||
260 | FishingBuddy.WatchFrame.OnUpdate(arg1); |
||
261 | </OnUpdate> |
||
262 | </Scripts> |
||
263 | </Frame> |
||
264 | </Ui> |