vanilla-wow-addons – Blame information for rev 1

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 office 1 <Ui xmlns="http://www.blizzard.com/wow/ui/"
2 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3 xsi:schemaLocation="http://www.blizzard.com/wow/ui/ ..\FrameXML\UI.xsd">
4 <Script file="HealBot_Localization.en.lua" />
5 <Script file="HealBot_Localization.de.lua" />
6 <Script file="HealBot_Localization.fr.lua" />
7 <Script file="HealBot_Localization.kr.lua" />
8 <Script file="HealBot_BonusScanner.lua" />
9 <Script file="HealBot_Data.lua" />
10 <Script file="HealBot.lua" />
11  
12 <StatusBar name="HealBot_StatusBar" virtual="true" frameStrata="FOREGROUND" hidden="false">
13 <Size>
14 <AbsDimension y="18"/>
15 </Size>
16 <Layers>
17 <Layer level="OVERLAY">
18 <FontString name="$parent_text" inherits="GameFontNormalSmall">
19 <Anchors>
20 <Anchor point="CENTER">
21 <Offset> <AbsDimension y="1"/> </Offset>
22 </Anchor>
23 </Anchors>
24 </FontString>
25 </Layer>
26 </Layers>
27 <BarTexture file="Interface\TargetingFrame\UI-StatusBar"/>
28 </StatusBar>
29  
30  
31 <Frame name="HealBot" parent="UIParent" frameStrata="LOW" toplevel="true">
32 <Scripts>
33 <OnLoad>
34 HealBot_OnLoad(this);
35 </OnLoad>
36 <OnEvent>
37 HealBot_OnEvent(this,event,arg1,arg2,arg3,arg4);
38 </OnEvent>
39 <OnUpdate>
40 HealBot_OnUpdate(this,arg1);
41 </OnUpdate>
42 </Scripts>
43 </Frame>
44 <GameTooltip name="HealBot_ScanTooltip" frameStrata="TOOLTIP" hidden="true" inherits="GameTooltipTemplate"/>
45 <GameTooltip name="HealBot_BonusTooltip" frameStrata="TOOLTIP" hidden="true" parent="UIParent" inherits="GameTooltipTemplate"/>
46  
47 <Frame name="HealBot_Tooltip" inherits="GameTooltipTemplate" frameStrata="TOOLTIP" parent="UIParent" hidden="true">
48 <Layers>
49 <Layer level="ARTWORK">
50 <FontString name="$parentTextL1" inherits="GameFontNormalSmall" hidden="true">
51 <Anchors>
52 <Anchor point="TOPLEFT">
53 <Offset>
54 <AbsDimension x="10" y="-10"/>
55 </Offset>
56 </Anchor>
57 </Anchors>
58 </FontString>
59 <FontString name="$parentTextR1" inherits="GameFontNormalSmall" hidden="true">
60 <Anchors>
61 <Anchor point="TOPRIGHT">
62 <Offset>
63 <AbsDimension x="-10" y="-10"/>
64 </Offset>
65 </Anchor>
66 </Anchors>
67 </FontString>
68 <FontString name="$parentTextL2" inherits="GameFontNormalSmall" hidden="true">
69 <Anchors>
70 <Anchor point="TOPLEFT" relativeTo="$parentTextL1" relativePoint="BOTTOMLEFT">
71 <Offset>
72 <AbsDimension x="0" y="-2"/>
73 </Offset>
74 </Anchor>
75 </Anchors>
76 </FontString>
77 <FontString name="$parentTextR2" inherits="GameFontNormalSmall" hidden="true">
78 <Anchors>
79 <Anchor point="TOPRIGHT" relativeTo="$parentTextR1" relativePoint="BOTTOMRIGHT">
80 <Offset>
81 <AbsDimension x="0" y="-2"/>
82 </Offset>
83 </Anchor>
84 </Anchors>
85 </FontString>
86 <FontString name="$parentTextL3" inherits="GameFontNormalSmall" hidden="true">
87 <Anchors>
88 <Anchor point="TOPLEFT" relativeTo="$parentTextL2" relativePoint="BOTTOMLEFT">
89 <Offset>
90 <AbsDimension x="0" y="-2"/>
91 </Offset>
92 </Anchor>
93 </Anchors>
94 </FontString>
95 <FontString name="$parentTextR3" inherits="GameFontNormalSmall" hidden="true">
96 <Anchors>
97 <Anchor point="TOPRIGHT" relativeTo="$parentTextR2" relativePoint="BOTTOMRIGHT">
98 <Offset>
99 <AbsDimension x="0" y="-2"/>
100 </Offset>
101 </Anchor>
102 </Anchors>
103 </FontString>
104 <FontString name="$parentTextL4" inherits="GameFontNormalSmall" hidden="true">
105 <Anchors>
106 <Anchor point="TOPLEFT" relativeTo="$parentTextL3" relativePoint="BOTTOMLEFT">
107 <Offset>
108 <AbsDimension x="0" y="-2"/>
109 </Offset>
110 </Anchor>
111 </Anchors>
112 </FontString>
113 <FontString name="$parentTextR4" inherits="GameFontNormalSmall" hidden="true">
114 <Anchors>
115 <Anchor point="TOPRIGHT" relativeTo="$parentTextR3" relativePoint="BOTTOMRIGHT">
116 <Offset>
117 <AbsDimension x="0" y="-2"/>
118 </Offset>
119 </Anchor>
120 </Anchors>
121 </FontString>
122 <FontString name="$parentTextL5" inherits="GameFontNormalSmall" hidden="true">
123 <Anchors>
124 <Anchor point="TOPLEFT" relativeTo="$parentTextL4" relativePoint="BOTTOMLEFT">
125 <Offset>
126 <AbsDimension x="0" y="-2"/>
127 </Offset>
128 </Anchor>
129 </Anchors>
130 </FontString>
131 <FontString name="$parentTextR5" inherits="GameFontNormalSmall" hidden="true">
132 <Anchors>
133 <Anchor point="TOPRIGHT" relativeTo="$parentTextR4" relativePoint="BOTTOMRIGHT">
134 <Offset>
135 <AbsDimension x="0" y="-2"/>
136 </Offset>
137 </Anchor>
138 </Anchors>
139 </FontString>
140 <FontString name="$parentTextL6" inherits="GameFontNormalSmall" hidden="true">
141 <Anchors>
142 <Anchor point="TOPLEFT" relativeTo="$parentTextL5" relativePoint="BOTTOMLEFT">
143 <Offset>
144 <AbsDimension x="0" y="-2"/>
145 </Offset>
146 </Anchor>
147 </Anchors>
148 </FontString>
149 <FontString name="$parentTextR6" inherits="GameFontNormalSmall" hidden="true">
150 <Anchors>
151 <Anchor point="TOPRIGHT" relativeTo="$parentTextR5" relativePoint="BOTTOMRIGHT">
152 <Offset>
153 <AbsDimension x="0" y="-2"/>
154 </Offset>
155 </Anchor>
156 </Anchors>
157 </FontString>
158 <FontString name="$parentTextL7" inherits="GameFontNormalSmall" hidden="true">
159 <Anchors>
160 <Anchor point="TOPLEFT" relativeTo="$parentTextL6" relativePoint="BOTTOMLEFT">
161 <Offset>
162 <AbsDimension x="0" y="-2"/>
163 </Offset>
164 </Anchor>
165 </Anchors>
166 </FontString>
167 <FontString name="$parentTextR7" inherits="GameFontNormalSmall" hidden="true">
168 <Anchors>
169 <Anchor point="TOPRIGHT" relativeTo="$parentTextR6" relativePoint="BOTTOMRIGHT">
170 <Offset>
171 <AbsDimension x="0" y="-2"/>
172 </Offset>
173 </Anchor>
174 </Anchors>
175 </FontString>
176 <FontString name="$parentTextL8" inherits="GameFontNormalSmall" hidden="true">
177 <Anchors>
178 <Anchor point="TOPLEFT" relativeTo="$parentTextL7" relativePoint="BOTTOMLEFT">
179 <Offset>
180 <AbsDimension x="0" y="-2"/>
181 </Offset>
182 </Anchor>
183 </Anchors>
184 </FontString>
185 <FontString name="$parentTextR8" inherits="GameFontNormalSmall" hidden="true">
186 <Anchors>
187 <Anchor point="TOPRIGHT" relativeTo="$parentTextR7" relativePoint="BOTTOMRIGHT">
188 <Offset>
189 <AbsDimension x="0" y="-2"/>
190 </Offset>
191 </Anchor>
192 </Anchors>
193 </FontString>
194 <FontString name="$parentTextL9" inherits="GameFontNormalSmall" hidden="true">
195 <Anchors>
196 <Anchor point="TOPLEFT" relativeTo="$parentTextL8" relativePoint="BOTTOMLEFT">
197 <Offset>
198 <AbsDimension x="0" y="-2"/>
199 </Offset>
200 </Anchor>
201 </Anchors>
202 </FontString>
203 <FontString name="$parentTextR9" inherits="GameFontNormalSmall" hidden="true">
204 <Anchors>
205 <Anchor point="TOPRIGHT" relativeTo="$parentTextR8" relativePoint="BOTTOMRIGHT">
206 <Offset>
207 <AbsDimension x="0" y="-2"/>
208 </Offset>
209 </Anchor>
210 </Anchors>
211 </FontString>
212 <FontString name="$parentTextL10" inherits="GameFontNormalSmall" hidden="true">
213 <Anchors>
214 <Anchor point="TOPLEFT" relativeTo="$parentTextL9" relativePoint="BOTTOMLEFT">
215 <Offset>
216 <AbsDimension x="0" y="-2"/>
217 </Offset>
218 </Anchor>
219 </Anchors>
220 </FontString>
221 <FontString name="$parentTextR10" inherits="GameFontNormalSmall" hidden="true">
222 <Anchors>
223 <Anchor point="TOPRIGHT" relativeTo="$parentTextR9" relativePoint="BOTTOMRIGHT">
224 <Offset>
225 <AbsDimension x="0" y="-2"/>
226 </Offset>
227 </Anchor>
228 </Anchors>
229 </FontString>
230 <FontString name="$parentTextL11" inherits="GameFontNormalSmall" hidden="true">
231 <Anchors>
232 <Anchor point="TOPLEFT" relativeTo="$parentTextL10" relativePoint="BOTTOMLEFT">
233 <Offset>
234 <AbsDimension x="0" y="-2"/>
235 </Offset>
236 </Anchor>
237 </Anchors>
238 </FontString>
239 <FontString name="$parentTextR11" inherits="GameFontNormalSmall" hidden="true">
240 <Anchors>
241 <Anchor point="TOPRIGHT" relativeTo="$parentTextR10" relativePoint="BOTTOMRIGHT">
242 <Offset>
243 <AbsDimension x="0" y="-2"/>
244 </Offset>
245 </Anchor>
246 </Anchors>
247 </FontString>
248 <FontString name="$parentTextL12" inherits="GameFontNormalSmall" hidden="true">
249 <Anchors>
250 <Anchor point="TOPLEFT" relativeTo="$parentTextL11" relativePoint="BOTTOMLEFT">
251 <Offset>
252 <AbsDimension x="0" y="-2"/>
253 </Offset>
254 </Anchor>
255 </Anchors>
256 </FontString>
257 <FontString name="$parentTextR12" inherits="GameFontNormalSmall" hidden="true">
258 <Anchors>
259 <Anchor point="TOPRIGHT" relativeTo="$parentTextR11" relativePoint="BOTTOMRIGHT">
260 <Offset>
261 <AbsDimension x="0" y="-2"/>
262 </Offset>
263 </Anchor>
264 </Anchors>
265 </FontString>
266 <FontString name="$parentTextL13" inherits="GameFontNormalSmall" hidden="true">
267 <Anchors>
268 <Anchor point="TOPLEFT" relativeTo="$parentTextL12" relativePoint="BOTTOMLEFT">
269 <Offset>
270 <AbsDimension x="0" y="-2"/>
271 </Offset>
272 </Anchor>
273 </Anchors>
274 </FontString>
275 <FontString name="$parentTextR13" inherits="GameFontNormalSmall" hidden="true">
276 <Anchors>
277 <Anchor point="TOPRIGHT" relativeTo="$parentTextR12" relativePoint="BOTTOMRIGHT">
278 <Offset>
279 <AbsDimension x="0" y="-2"/>
280 </Offset>
281 </Anchor>
282 </Anchors>
283 </FontString>
284 <FontString name="$parentTextL14" inherits="GameFontNormalSmall" hidden="true">
285 <Anchors>
286 <Anchor point="TOPLEFT" relativeTo="$parentTextL13" relativePoint="BOTTOMLEFT">
287 <Offset>
288 <AbsDimension x="0" y="-2"/>
289 </Offset>
290 </Anchor>
291 </Anchors>
292 </FontString>
293 <FontString name="$parentTextR14" inherits="GameFontNormalSmall" hidden="true">
294 <Anchors>
295 <Anchor point="TOPRIGHT" relativeTo="$parentTextR13" relativePoint="BOTTOMRIGHT">
296 <Offset>
297 <AbsDimension x="0" y="-2"/>
298 </Offset>
299 </Anchor>
300 </Anchors>
301 </FontString>
302 <FontString name="$parentTextL15" inherits="GameFontNormalSmall" hidden="true">
303 <Anchors>
304 <Anchor point="TOPLEFT" relativeTo="$parentTextL14" relativePoint="BOTTOMLEFT">
305 <Offset>
306 <AbsDimension x="0" y="-2"/>
307 </Offset>
308 </Anchor>
309 </Anchors>
310 </FontString>
311 <FontString name="$parentTextR15" inherits="GameFontNormalSmall" hidden="true">
312 <Anchors>
313 <Anchor point="TOPRIGHT" relativeTo="$parentTextR14" relativePoint="BOTTOMRIGHT">
314 <Offset>
315 <AbsDimension x="0" y="-2"/>
316 </Offset>
317 </Anchor>
318 </Anchors>
319 </FontString>
320 <FontString name="$parentTextL16" inherits="GameFontNormalSmall" hidden="true">
321 <Anchors>
322 <Anchor point="TOPLEFT" relativeTo="$parentTextL15" relativePoint="BOTTOMLEFT">
323 <Offset>
324 <AbsDimension x="0" y="-2"/>
325 </Offset>
326 </Anchor>
327 </Anchors>
328 </FontString>
329 <FontString name="$parentTextR16" inherits="GameFontNormalSmall" hidden="true">
330 <Anchors>
331 <Anchor point="TOPRIGHT" relativeTo="$parentTextR15" relativePoint="BOTTOMRIGHT">
332 <Offset>
333 <AbsDimension x="0" y="-2"/>
334 </Offset>
335 </Anchor>
336 </Anchors>
337 </FontString>
338 <FontString name="$parentTextL17" inherits="GameFontNormalSmall" hidden="true">
339 <Anchors>
340 <Anchor point="TOPLEFT" relativeTo="$parentTextL16" relativePoint="BOTTOMLEFT">
341 <Offset>
342 <AbsDimension x="0" y="-2"/>
343 </Offset>
344 </Anchor>
345 </Anchors>
346 </FontString>
347 <FontString name="$parentTextR17" inherits="GameFontNormalSmall" hidden="true">
348 <Anchors>
349 <Anchor point="TOPRIGHT" relativeTo="$parentTextR16" relativePoint="BOTTOMRIGHT">
350 <Offset>
351 <AbsDimension x="0" y="-2"/>
352 </Offset>
353 </Anchor>
354 </Anchors>
355 </FontString>
356 <FontString name="$parentTextL18" inherits="GameFontNormalSmall" hidden="true">
357 <Anchors>
358 <Anchor point="TOPLEFT" relativeTo="$parentTextL17" relativePoint="BOTTOMLEFT">
359 <Offset>
360 <AbsDimension x="0" y="-2"/>
361 </Offset>
362 </Anchor>
363 </Anchors>
364 </FontString>
365 <FontString name="$parentTextR18" inherits="GameFontNormalSmall" hidden="true">
366 <Anchors>
367 <Anchor point="TOPRIGHT" relativeTo="$parentTextR17" relativePoint="BOTTOMRIGHT">
368 <Offset>
369 <AbsDimension x="0" y="-2"/>
370 </Offset>
371 </Anchor>
372 </Anchors>
373 </FontString>
374 <FontString name="$parentTextL19" inherits="GameFontNormalSmall" hidden="true">
375 <Anchors>
376 <Anchor point="TOPLEFT" relativeTo="$parentTextL18" relativePoint="BOTTOMLEFT">
377 <Offset>
378 <AbsDimension x="0" y="-2"/>
379 </Offset>
380 </Anchor>
381 </Anchors>
382 </FontString>
383 <FontString name="$parentTextR19" inherits="GameFontNormalSmall" hidden="true">
384 <Anchors>
385 <Anchor point="TOPRIGHT" relativeTo="$parentTextR18" relativePoint="BOTTOMRIGHT">
386 <Offset>
387 <AbsDimension x="0" y="-2"/>
388 </Offset>
389 </Anchor>
390 </Anchors>
391 </FontString>
392 <FontString name="$parentTextL20" inherits="GameFontNormalSmall" hidden="true">
393 <Anchors>
394 <Anchor point="TOPLEFT" relativeTo="$parentTextL19" relativePoint="BOTTOMLEFT">
395 <Offset>
396 <AbsDimension x="0" y="-2"/>
397 </Offset>
398 </Anchor>
399 </Anchors>
400 </FontString>
401 <FontString name="$parentTextR20" inherits="GameFontNormalSmall" hidden="true">
402 <Anchors>
403 <Anchor point="TOPRIGHT" relativeTo="$parentTextR19" relativePoint="BOTTOMRIGHT">
404 <Offset>
405 <AbsDimension x="0" y="-2"/>
406 </Offset>
407 </Anchor>
408 </Anchors>
409 </FontString>
410 <FontString name="$parentTextL21" inherits="GameFontNormalSmall" hidden="true">
411 <Anchors>
412 <Anchor point="TOPLEFT" relativeTo="$parentTextL20" relativePoint="BOTTOMLEFT">
413 <Offset>
414 <AbsDimension x="0" y="-2"/>
415 </Offset>
416 </Anchor>
417 </Anchors>
418 </FontString>
419 <FontString name="$parentTextR21" inherits="GameFontNormalSmall" hidden="true">
420 <Anchors>
421 <Anchor point="TOPRIGHT" relativeTo="$parentTextR20" relativePoint="BOTTOMRIGHT">
422 <Offset>
423 <AbsDimension x="0" y="-2"/>
424 </Offset>
425 </Anchor>
426 </Anchors>
427 </FontString>
428 <FontString name="$parentTextL22" inherits="GameFontNormalSmall" hidden="true">
429 <Anchors>
430 <Anchor point="TOPLEFT" relativeTo="$parentTextL21" relativePoint="BOTTOMLEFT">
431 <Offset>
432 <AbsDimension x="0" y="-2"/>
433 </Offset>
434 </Anchor>
435 </Anchors>
436 </FontString>
437 <FontString name="$parentTextR22" inherits="GameFontNormalSmall" hidden="true">
438 <Anchors>
439 <Anchor point="TOPRIGHT" relativeTo="$parentTextR21" relativePoint="BOTTOMRIGHT">
440 <Offset>
441 <AbsDimension x="0" y="-2"/>
442 </Offset>
443 </Anchor>
444 </Anchors>
445 </FontString>
446 <FontString name="$parentTextL23" inherits="GameFontNormalSmall" hidden="true">
447 <Anchors>
448 <Anchor point="TOPLEFT" relativeTo="$parentTextL22" relativePoint="BOTTOMLEFT">
449 <Offset>
450 <AbsDimension x="0" y="-2"/>
451 </Offset>
452 </Anchor>
453 </Anchors>
454 </FontString>
455 <FontString name="$parentTextR23" inherits="GameFontNormalSmall" hidden="true">
456 <Anchors>
457 <Anchor point="TOPRIGHT" relativeTo="$parentTextR22" relativePoint="BOTTOMRIGHT">
458 <Offset>
459 <AbsDimension x="0" y="-2"/>
460 </Offset>
461 </Anchor>
462 </Anchors>
463 </FontString>
464 <FontString name="$parentTextL24" inherits="GameFontNormalSmall" hidden="true">
465 <Anchors>
466 <Anchor point="TOPLEFT" relativeTo="$parentTextL23" relativePoint="BOTTOMLEFT">
467 <Offset>
468 <AbsDimension x="0" y="-2"/>
469 </Offset>
470 </Anchor>
471 </Anchors>
472 </FontString>
473 <FontString name="$parentTextR24" inherits="GameFontNormalSmall" hidden="true">
474 <Anchors>
475 <Anchor point="TOPRIGHT" relativeTo="$parentTextR23" relativePoint="BOTTOMRIGHT">
476 <Offset>
477 <AbsDimension x="0" y="-2"/>
478 </Offset>
479 </Anchor>
480 </Anchors>
481 </FontString>
482 <FontString name="$parentTextL25" inherits="GameFontNormalSmall" hidden="true">
483 <Anchors>
484 <Anchor point="TOPLEFT" relativeTo="$parentTextL24" relativePoint="BOTTOMLEFT">
485 <Offset>
486 <AbsDimension x="0" y="-2"/>
487 </Offset>
488 </Anchor>
489 </Anchors>
490 </FontString>
491 <FontString name="$parentTextR25" inherits="GameFontNormalSmall" hidden="true">
492 <Anchors>
493 <Anchor point="TOPRIGHT" relativeTo="$parentTextR24" relativePoint="BOTTOMRIGHT">
494 <Offset>
495 <AbsDimension x="0" y="-2"/>
496 </Offset>
497 </Anchor>
498 </Anchors>
499 </FontString>
500 <FontString name="$parentTextL26" inherits="GameFontNormalSmall" hidden="true">
501 <Anchors>
502 <Anchor point="TOPLEFT" relativeTo="$parentTextL25" relativePoint="BOTTOMLEFT">
503 <Offset>
504 <AbsDimension x="0" y="-2"/>
505 </Offset>
506 </Anchor>
507 </Anchors>
508 </FontString>
509 <FontString name="$parentTextR26" inherits="GameFontNormalSmall" hidden="true">
510 <Anchors>
511 <Anchor point="TOPRIGHT" relativeTo="$parentTextR25" relativePoint="BOTTOMRIGHT">
512 <Offset>
513 <AbsDimension x="0" y="-2"/>
514 </Offset>
515 </Anchor>
516 </Anchors>
517 </FontString>
518 <FontString name="$parentTextL27" inherits="GameFontNormalSmall" hidden="true">
519 <Anchors>
520 <Anchor point="TOPLEFT" relativeTo="$parentTextL26" relativePoint="BOTTOMLEFT">
521 <Offset>
522 <AbsDimension x="0" y="-2"/>
523 </Offset>
524 </Anchor>
525 </Anchors>
526 </FontString>
527 <FontString name="$parentTextR27" inherits="GameFontNormalSmall" hidden="true">
528 <Anchors>
529 <Anchor point="TOPRIGHT" relativeTo="$parentTextR26" relativePoint="BOTTOMRIGHT">
530 <Offset>
531 <AbsDimension x="0" y="-2"/>
532 </Offset>
533 </Anchor>
534 </Anchors>
535 </FontString>
536 <FontString name="$parentTextL28" inherits="GameFontNormalSmall" hidden="true">
537 <Anchors>
538 <Anchor point="TOPLEFT" relativeTo="$parentTextL27" relativePoint="BOTTOMLEFT">
539 <Offset>
540 <AbsDimension x="0" y="-2"/>
541 </Offset>
542 </Anchor>
543 </Anchors>
544 </FontString>
545 <FontString name="$parentTextR28" inherits="GameFontNormalSmall" hidden="true">
546 <Anchors>
547 <Anchor point="TOPRIGHT" relativeTo="$parentTextR27" relativePoint="BOTTOMRIGHT">
548 <Offset>
549 <AbsDimension x="0" y="-2"/>
550 </Offset>
551 </Anchor>
552 </Anchors>
553 </FontString>
554 <FontString name="$parentTextL29" inherits="GameFontNormalSmall" hidden="true">
555 <Anchors>
556 <Anchor point="TOPLEFT" relativeTo="$parentTextL28" relativePoint="BOTTOMLEFT">
557 <Offset>
558 <AbsDimension x="0" y="-2"/>
559 </Offset>
560 </Anchor>
561 </Anchors>
562 </FontString>
563 <FontString name="$parentTextR29" inherits="GameFontNormalSmall" hidden="true">
564 <Anchors>
565 <Anchor point="TOPRIGHT" relativeTo="$parentTextR28" relativePoint="BOTTOMRIGHT">
566 <Offset>
567 <AbsDimension x="0" y="-2"/>
568 </Offset>
569 </Anchor>
570 </Anchors>
571 </FontString>
572 <FontString name="$parentTextL30" inherits="GameFontNormalSmall" hidden="true">
573 <Anchors>
574 <Anchor point="TOPLEFT" relativeTo="$parentTextL29" relativePoint="BOTTOMLEFT">
575 <Offset>
576 <AbsDimension x="0" y="-2"/>
577 </Offset>
578 </Anchor>
579 </Anchors>
580 </FontString>
581 <FontString name="$parentTextR30" inherits="GameFontNormalSmall" hidden="true">
582 <Anchors>
583 <Anchor point="TOPRIGHT" relativeTo="$parentTextR29" relativePoint="BOTTOMRIGHT">
584 <Offset>
585 <AbsDimension x="0" y="-2"/>
586 </Offset>
587 </Anchor>
588 </Anchors>
589 </FontString>
590 <FontString name="$parentTextL31" inherits="GameFontNormalSmall" hidden="true">
591 <Anchors>
592 <Anchor point="TOPLEFT" relativeTo="$parentTextL30" relativePoint="BOTTOMLEFT">
593 <Offset>
594 <AbsDimension x="0" y="-2"/>
595 </Offset>
596 </Anchor>
597 </Anchors>
598 </FontString>
599 <FontString name="$parentTextR31" inherits="GameFontNormalSmall" hidden="true">
600 <Anchors>
601 <Anchor point="TOPRIGHT" relativeTo="$parentTextR30" relativePoint="BOTTOMRIGHT">
602 <Offset>
603 <AbsDimension x="0" y="-2"/>
604 </Offset>
605 </Anchor>
606 </Anchors>
607 </FontString>
608 <FontString name="$parentTextL32" inherits="GameFontNormalSmall" hidden="true">
609 <Anchors>
610 <Anchor point="TOPLEFT" relativeTo="$parentTextL31" relativePoint="BOTTOMLEFT">
611 <Offset>
612 <AbsDimension x="0" y="-2"/>
613 </Offset>
614 </Anchor>
615 </Anchors>
616 </FontString>
617 <FontString name="$parentTextR32" inherits="GameFontNormalSmall" hidden="true">
618 <Anchors>
619 <Anchor point="TOPRIGHT" relativeTo="$parentTextR31" relativePoint="BOTTOMRIGHT">
620 <Offset>
621 <AbsDimension x="0" y="-2"/>
622 </Offset>
623 </Anchor>
624 </Anchors>
625 </FontString>
626 <FontString name="$parentTextL33" inherits="GameFontNormalSmall" hidden="true">
627 <Anchors>
628 <Anchor point="TOPLEFT" relativeTo="$parentTextL32" relativePoint="BOTTOMLEFT">
629 <Offset>
630 <AbsDimension x="0" y="-2"/>
631 </Offset>
632 </Anchor>
633 </Anchors>
634 </FontString>
635 <FontString name="$parentTextR33" inherits="GameFontNormalSmall" hidden="true">
636 <Anchors>
637 <Anchor point="TOPRIGHT" relativeTo="$parentTextR32" relativePoint="BOTTOMRIGHT">
638 <Offset>
639 <AbsDimension x="0" y="-2"/>
640 </Offset>
641 </Anchor>
642 </Anchors>
643 </FontString>
644 <FontString name="$parentTextL34" inherits="GameFontNormalSmall" hidden="true">
645 <Anchors>
646 <Anchor point="TOPLEFT" relativeTo="$parentTextL33" relativePoint="BOTTOMLEFT">
647 <Offset>
648 <AbsDimension x="0" y="-2"/>
649 </Offset>
650 </Anchor>
651 </Anchors>
652 </FontString>
653 <FontString name="$parentTextR34" inherits="GameFontNormalSmall" hidden="true">
654 <Anchors>
655 <Anchor point="TOPRIGHT" relativeTo="$parentTextR33" relativePoint="BOTTOMRIGHT">
656 <Offset>
657 <AbsDimension x="0" y="-2"/>
658 </Offset>
659 </Anchor>
660 </Anchors>
661 </FontString>
662 </Layer>
663 </Layers>
664  
665 </Frame>
666 </Ui>