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/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.blizzard.com/wow/ui/ C:\Program%20Files\World%20of%20Warcraft\UI.xsd">
2  
3 <Script file="localization.lua"/>
4 <Script file="RecapOptions.lua"/>
5 <Script file="Recap.lua"/>
6 <Script file="RecapPanel.lua"/>
7  
8 <FontString name="RecapResetFont" font="Fonts\ARIALN.TTF" virtual="true">
9 <FontHeight>
10 <AbsValue val="12"/>
11 </FontHeight>
12 <Color r="1.0" g="1.0" b="1.0"/>
13 <Shadow>
14 <Offset>
15 <AbsDimension x="1" y="-1"/>
16 </Offset>
17 <Color r="0" g="0" b="0"/>
18 </Shadow>
19 </FontString>
20  
21 <Button name = "RecapButtonTemplate" virtual="true">
22 <Size>
23 <AbsDimension x="16" y="16"/>
24 </Size>
25 <Scripts>
26 <OnLeave>
27 GameTooltip:Hide()
28 </OnLeave>
29 </Scripts>
30 <HighlightTexture file="Interface\AddOns\Recap\Status-Idle" alphaMode="ADD"/>
31 </Button>
32  
33 <Button name = "RecapMenuTemplate" virtual="true">
34 <Size>
35 <AbsDimension x="100" y="14"/>
36 </Size>
37 <HighlightTexture file="Interface\QuestFrame\UI-QuestTitleHighlight" alphaMode="ADD"/>
38 <Layers>
39 <Layer level="BORDER">
40 <Texture name="$parent_Check" file="Interface\Buttons\UI-CheckBox-Check">
41 <Size>
42 <AbsDimension x="14" y="14"/>
43 </Size>
44 <Anchors>
45 <Anchor point="TOPLEFT"/>
46 </Anchors>
47 <TexCoords left=".1" right=".9" top=".1" bottom=".9"/>
48 </Texture>
49 <FontString name="$parent_Text" inherits="GameFontHighlightSmall" wraponspaces="false" justifyH="LEFT" text=" ">
50 <Size>
51 <AbsDimension x="86" y="14"/>
52 </Size>
53 <Anchors>
54 <Anchor point="TOPLEFT" relativeTo="$parent_Check" relativePoint="TOPRIGHT">
55 <Offset>
56 <AbsDimension x="0" y="0"/>
57 </Offset>
58 </Anchor>
59 </Anchors>
60 </FontString>
61 </Layer>
62 </Layers>
63 <Scripts>
64 <OnEnter>
65 RecapMenu_OnEnter()
66 </OnEnter>
67 <OnLeave>
68 GameTooltip:Hide()
69 </OnLeave>
70 <OnClick>
71 RecapMenu_OnClick()
72 </OnClick>
73 </Scripts>
74 </Button>
75  
76 <Button name = "RecapHeaderTemplate" virtual="true">
77 <HighlightTexture file="Interface\QuestFrame\UI-QuestTitleHighlight" alphaMode="ADD">
78 <Anchors>
79 <Anchor point="TOPLEFT" relativeTo="$parent" relativePoint="TOPLEFT"/>
80 <Anchor point="BOTTOMRIGHT" relativeTo="$parent" relativePoint="BOTTOMRIGHT">
81 <Offset>
82 <AbsDimension x="8" y="0"/>
83 </Offset>
84 </Anchor>
85 </Anchors>
86 </HighlightTexture>
87 <Scripts>
88 <OnEnter>
89 RecapHeader_OnEnter()
90 </OnEnter>
91 <OnLeave>
92 GameTooltip:Hide()
93 </OnLeave>
94 <OnMouseUp>
95 RecapHeader_OnMouseUp(arg1)
96 </OnMouseUp>
97 <OnClick>
98 RecapHeader_OnClick()
99 </OnClick>
100 </Scripts>
101 </Button>
102  
103 <Button name = "RecapEffectsHeaderTemplate" virtual="true">
104 <HighlightTexture file="Interface\QuestFrame\UI-QuestTitleHighlight" alphaMode="ADD">
105 <Anchors>
106 <Anchor point="TOPLEFT" relativeTo="$parent" relativePoint="TOPLEFT"/>
107 <Anchor point="BOTTOMRIGHT" relativeTo="$parent" relativePoint="BOTTOMRIGHT">
108 <Offset>
109 <AbsDimension x="8" y="0"/>
110 </Offset>
111 </Anchor>
112 </Anchors>
113 </HighlightTexture>
114 <Scripts>
115 <OnEnter>
116 RecapEffectsHeader_OnEnter()
117 </OnEnter>
118 <OnLeave>
119 GameTooltip:Hide()
120 </OnLeave>
121 <OnMouseUp>
122 RecapEffectsHeader_OnMouseUp(arg1)
123 </OnMouseUp>
124 <OnClick>
125 RecapEffectsHeader_OnClick()
126 </OnClick>
127 </Scripts>
128 </Button>
129  
130 <Button name = "RecapEffectsTemplate" hidden="true" virtual="true">
131 <Size>
132 <AbsDimension x="300" y="14" />
133 </Size>
134 <Layers>
135 <Layer level="BORDER">
136 <FontString name="$parent_EName" inherits="GameFontNormal" wraponspaces="false" justifyH="LEFT" text="Spell or Ability">
137 <Size>
138 <AbsDimension x="124" y="14"/>
139 </Size>
140 <Anchors>
141 <Anchor point="TOPLEFT"/>
142 </Anchors>
143 </FontString>
144 <FontString name="$parent_ETotal" inherits="GameFontNormalSmall" justifyH="RIGHT" text="0000">
145 <Size>
146 <AbsDimension x="55" y="14"/>
147 </Size>
148 <Anchors>
149 <Anchor point="TOPLEFT" relativeTo="$parent_EName" relativePoint="TOPRIGHT"/>
150 </Anchors>
151 </FontString>
152 <FontString name="$parent_ETotalP" inherits="GameFontNormalSmall" justifyH="RIGHT" text="100%">
153 <Size>
154 <AbsDimension x="35" y="14"/>
155 </Size>
156 <Anchors>
157 <Anchor point="TOPLEFT" relativeTo="$parent_ETotal" relativePoint="TOPRIGHT"/>
158 </Anchors>
159 </FontString>
160 <FontString name="$parent_EMaxAll" inherits="GameFontNormalSmall" justifyH="RIGHT" text="9999">
161 <Size>
162 <AbsDimension x="35" y="14"/>
163 </Size>
164 <Anchors>
165 <Anchor point="TOPLEFT" relativeTo="$parent_ETotalP" relativePoint="TOPRIGHT"/>
166 </Anchors>
167 <Color r=".85" g=".85" b=".85"/>
168 </FontString>
169 <FontString name="$parent_EHits" inherits="GameFontNormalSmall" justifyH="RIGHT" text="9999">
170 <Size>
171 <AbsDimension x="35" y="14"/>
172 </Size>
173 <Anchors>
174 <Anchor point="TOPLEFT" relativeTo="$parent_EMaxAll" relativePoint="TOPRIGHT"/>
175 </Anchors>
176 <Color r=".65" g="1" b="1"/>
177 </FontString>
178 <FontString name="$parent_EHitsAvg" inherits="GameFontNormalSmall" justifyH="RIGHT" text="9999">
179 <Size>
180 <AbsDimension x="35" y="14"/>
181 </Size>
182 <Anchors>
183 <Anchor point="TOPLEFT" relativeTo="$parent_EHits" relativePoint="TOPRIGHT"/>
184 </Anchors>
185 <Color r=".65" g="1" b="1"/>
186 </FontString>
187 <FontString name="$parent_EHitsMax" inherits="GameFontNormalSmall" justifyH="RIGHT" text="9999">
188 <Size>
189 <AbsDimension x="35" y="14"/>
190 </Size>
191 <Anchors>
192 <Anchor point="TOPLEFT" relativeTo="$parent_EHitsAvg" relativePoint="TOPRIGHT"/>
193 </Anchors>
194 <Color r=".65" g="1" b="1"/>
195 </FontString>
196 <FontString name="$parent_ETicks" inherits="GameFontNormalSmall" justifyH="RIGHT" text="9999">
197 <Size>
198 <AbsDimension x="35" y="14"/>
199 </Size>
200 <Anchors>
201 <Anchor point="TOPLEFT" relativeTo="$parent_EHitsMax" relativePoint="TOPRIGHT"/>
202 </Anchors>
203 <Color r="1" g="1" b=".65"/>
204 </FontString>
205 <FontString name="$parent_ETicksAvg" inherits="GameFontNormalSmall" justifyH="RIGHT" text="9999">
206 <Size>
207 <AbsDimension x="35" y="14"/>
208 </Size>
209 <Anchors>
210 <Anchor point="TOPLEFT" relativeTo="$parent_ETicks" relativePoint="TOPRIGHT"/>
211 </Anchors>
212 <Color r="1" g="1" b=".65"/>
213 </FontString>
214 <FontString name="$parent_ETicksMax" inherits="GameFontNormalSmall" justifyH="RIGHT" text="9999">
215 <Size>
216 <AbsDimension x="35" y="14"/>
217 </Size>
218 <Anchors>
219 <Anchor point="TOPLEFT" relativeTo="$parent_ETicksAvg" relativePoint="TOPRIGHT"/>
220 </Anchors>
221 <Color r="1" g="1" b=".65"/>
222 </FontString>
223 <FontString name="$parent_ECrits" inherits="GameFontNormalSmall" justifyH="RIGHT" text="9999">
224 <Size>
225 <AbsDimension x="35" y="14"/>
226 </Size>
227 <Anchors>
228 <Anchor point="TOPLEFT" relativeTo="$parent_ETicksMax" relativePoint="TOPRIGHT"/>
229 </Anchors>
230 <Color r=".65" g="1" b=".65"/>
231 </FontString>
232 <FontString name="$parent_ECritsAvg" inherits="GameFontNormalSmall" justifyH="RIGHT" text="9999">
233 <Size>
234 <AbsDimension x="35" y="14"/>
235 </Size>
236 <Anchors>
237 <Anchor point="TOPLEFT" relativeTo="$parent_ECrits" relativePoint="TOPRIGHT"/>
238 </Anchors>
239 <Color r=".65" g="1" b=".65"/>
240 </FontString>
241 <FontString name="$parent_ECritsMax" inherits="GameFontNormalSmall" justifyH="RIGHT" text="9999">
242 <Size>
243 <AbsDimension x="35" y="14"/>
244 </Size>
245 <Anchors>
246 <Anchor point="TOPLEFT" relativeTo="$parent_ECritsAvg" relativePoint="TOPRIGHT"/>
247 </Anchors>
248 <Color r=".65" g="1" b=".65"/>
249 </FontString>
250 <FontString name="$parent_ECritsP" inherits="GameFontNormalSmall" justifyH="RIGHT" text="100%">
251 <Size>
252 <AbsDimension x="35" y="14"/>
253 </Size>
254 <Anchors>
255 <Anchor point="TOPLEFT" relativeTo="$parent_ECritsMax" relativePoint="TOPRIGHT"/>
256 </Anchors>
257 <Color r=".65" g="1" b=".65"/>
258 </FontString>
259 <FontString name="$parent_EMiss" inherits="GameFontNormalSmall" justifyH="RIGHT" text="9999">
260 <Size>
261 <AbsDimension x="35" y="14"/>
262 </Size>
263 <Anchors>
264 <Anchor point="TOPLEFT" relativeTo="$parent_ECritsP" relativePoint="TOPRIGHT"/>
265 </Anchors>
266 <Color r="1" g=".65" b="1"/>
267 </FontString>
268 <FontString name="$parent_EMissP" inherits="GameFontNormalSmall" justifyH="RIGHT" text="100%">
269 <Size>
270 <AbsDimension x="35" y="14"/>
271 </Size>
272 <Anchors>
273 <Anchor point="TOPLEFT" relativeTo="$parent_EMiss" relativePoint="TOPRIGHT"/>
274 </Anchors>
275 <Color r="1" g=".65" b="1"/>
276 </FontString>
277  
278 </Layer>
279 </Layers>
280 <HighlightTexture file="Interface\QuestFrame\UI-QuestTitleHighlight" alphaMode="ADD"/>
281 <Scripts>
282 <OnClick>
283 RecapSelf_OnClick()
284 </OnClick>
285 <OnMouseDown>
286 Recap_OnMouseDown(arg1)
287 </OnMouseDown>
288 <OnMouseUp>
289 RecapSelf_OnMouseUp(arg1)
290 </OnMouseUp>
291 </Scripts>
292 </Button>
293  
294 <Button name = "RecapTotalsTemplate" virtual="true">
295 <Size>
296 <AbsDimension x="300" y="14" />
297 </Size>
298 <Layers>
299 <Layer level="BORDER">
300 <FontString name="$parent_Ranks" inherits="GameFontNormalSmall" justifyH="RIGHT" text=" ">
301 <Size>
302 <AbsDimension x="20" y="14"/>
303 </Size>
304 <Anchors>
305 <Anchor point="TOPLEFT"/>
306 </Anchors>
307 </FontString>
308 <Texture name="$parent_Faction">
309 <Size>
310 <AbsDimension x="14" y="14"/>
311 </Size>
312 <Anchors>
313 <Anchor point="TOPLEFT" relativeTo="$parent_Ranks" relativePoint="TOPRIGHT">
314 <Offset>
315 <AbsDimension x="2" y="0"/>
316 </Offset>
317 </Anchor>
318 </Anchors>
319 <TexCoords left=".1" right="0.55" top=".07" bottom="0.55"/>
320 </Texture>
321 <Texture name="$parent_Class" file="Interface\AddOns\Recap\Recap-Classes">
322 <Size>
323 <AbsDimension x="12" y="12"/>
324 </Size>
325 <Anchors>
326 <Anchor point="TOPLEFT" relativeTo="$parent_Faction" relativePoint="TOPRIGHT">
327 <Offset>
328 <AbsDimension x="2" y="-1"/>
329 </Offset>
330 </Anchor>
331 </Anchors>
332 <TexCoords left=".8" right="1" top=".8" bottom="1"/>
333 </Texture>
334 <FontString name="$parent_Name" inherits="GameFontNormal" wraponspaces="false" justifyH="LEFT" text=" ">
335 <Size>
336 <AbsDimension x="118" y="14"/>
337 </Size>
338 <Anchors>
339 <Anchor point="TOPLEFT" relativeTo="$parent_Class" relativePoint="TOPRIGHT">
340 <Offset>
341 <AbsDimension x="3" y="2"/>
342 </Offset>
343 </Anchor>
344 </Anchors>
345 </FontString>
346 <FontString name="$parent_Kills" inherits="GameFontNormalSmall" justifyH="RIGHT" text="Kills">
347 <Size>
348 <AbsDimension x="30" y="14"/>
349 </Size>
350 <Anchors>
351 <Anchor point="TOPLEFT" relativeTo="$parent_Name" relativePoint="TOPRIGHT"/>
352 </Anchors>
353 <Color r="0.85" g="0.85" b="0.85"/>
354 </FontString>
355 <FontString name="$parent_Time" inherits="GameFontHighlightSmall" justifyH="RIGHT" text="Time">
356 <Size>
357 <AbsDimension x="45" y="14"/>
358 </Size>
359 <Anchors>
360 <Anchor point="TOPLEFT" relativeTo="$parent_Kills" relativePoint="TOPRIGHT"/>
361 </Anchors>
362 <Color r="0.85" g="0.85" b="0.85"/>
363 </FontString>
364 <FontString name="$parent_Heal" inherits="GameFontHighlightSmall" justifyH="RIGHT" text="Heals">
365 <Size>
366 <AbsDimension x="55" y="14"/>
367 </Size>
368 <Anchors>
369 <Anchor point="TOPLEFT" relativeTo="$parent_Time" relativePoint="TOPRIGHT"/>
370 </Anchors>
371 <Color r="0.85" g="0.85" b="0.85"/>
372 </FontString>
373 <FontString name="$parent_HealP" inherits="GameFontHighlightSmall" justifyH="RIGHT" text="">
374 <Size>
375 <AbsDimension x="20" y="14"/>
376 </Size>
377 <Anchors>
378 <Anchor point="TOPLEFT" relativeTo="$parent_Heal" relativePoint="TOPRIGHT"/>
379 </Anchors>
380 <Color r="0.85" g="0.85" b="0.85"/>
381 </FontString>
382 <FontString name="$parent_Over" inherits="GameFontHighlightSmall" justifyH="RIGHT" text="">
383 <Size>
384 <AbsDimension x="20" y="14"/>
385 </Size>
386 <Anchors>
387 <Anchor point="TOPLEFT" relativeTo="$parent_HealP" relativePoint="TOPRIGHT"/>
388 </Anchors>
389 <Color r="0.85" g="0.85" b="0.85"/>
390 </FontString>
391 <FontString name="$parent_DmgIn" inherits="GameFontHighlightSmall" justifyH="RIGHT" text="In">
392 <Size>
393 <AbsDimension x="55" y="14"/>
394 </Size>
395 <Anchors>
396 <Anchor point="TOPLEFT" relativeTo="$parent_Over" relativePoint="TOPRIGHT"/>
397 </Anchors>
398 </FontString>
399 <FontString name="$parent_DmgInP" inherits="GameFontHighlightSmall" justifyH="RIGHT" text="">
400 <Size>
401 <AbsDimension x="20" y="14"/>
402 </Size>
403 <Anchors>
404 <Anchor point="TOPLEFT" relativeTo="$parent_DmgIn" relativePoint="TOPRIGHT"/>
405 </Anchors>
406 <Color r="0.85" g="0.85" b="0.85"/>
407 </FontString>
408 <FontString name="$parent_DmgOut" inherits="GameFontHighlightSmall" justifyH="RIGHT" text="Out">
409 <Size>
410 <AbsDimension x="55" y="14"/>
411 </Size>
412 <Anchors>
413 <Anchor point="TOPLEFT" relativeTo="$parent_DmgInP" relativePoint="TOPRIGHT"/>
414 </Anchors>
415 </FontString>
416 <FontString name="$parent_DmgOutP" inherits="GameFontHighlightSmall" justifyH="RIGHT" text="">
417 <Size>
418 <AbsDimension x="20" y="14"/>
419 </Size>
420 <Anchors>
421 <Anchor point="TOPLEFT" relativeTo="$parent_DmgOut" relativePoint="TOPRIGHT"/>
422 </Anchors>
423 <Color r="0.85" g="0.85" b="0.85"/>
424 </FontString>
425 <FontString name="$parent_MaxHit" inherits="GameFontHighlightSmall" justifyH="RIGHT" text="9999">
426 <Size>
427 <AbsDimension x="40" y="14"/>
428 </Size>
429 <Anchors>
430 <Anchor point="TOPLEFT" relativeTo="$parent_DmgOutP" relativePoint="TOPRIGHT"/>
431 </Anchors>
432 <Color r="0.85" g="0.85" b="0.85"/>
433 </FontString>
434 <FontString name="$parent_DPS" inherits="GameFontNormal" justifyH="RIGHT" text="DPS">
435 <Size>
436 <AbsDimension x="45" y="14"/>
437 </Size>
438 <Anchors>
439 <Anchor point="TOPLEFT" relativeTo="$parent_MaxHit" relativePoint="TOPRIGHT"/>
440 </Anchors>
441 </FontString>
442 <FontString name="$parent_DPSvsAll" inherits="GameFontNormal" justifyH="RIGHT" text="DPS">
443 <Size>
444 <AbsDimension x="45" y="14"/>
445 </Size>
446 <Anchors>
447 <Anchor point="TOPLEFT" relativeTo="$parent_DPS" relativePoint="TOPRIGHT"/>
448 </Anchors>
449 </FontString>
450 </Layer>
451 <Layer level="OVERLAY">
452 <FontString name="$parent_Level" inherits="GameFontHighlightSmall" wraponspaces="false" justifyH="CENTER" text=" ">
453 <Size>
454 <AbsDimension x="16" y="14"/>
455 </Size>
456 <Anchors>
457 <Anchor point="TOPLEFT" relativeTo="$parent_Faction" relativePoint="TOPLEFT">
458 <Offset>
459 <AbsDimension x="-1" y="1"/>
460 </Offset>
461 </Anchor>
462 </Anchors>
463 <Color r=".9" g=".9" b=".9"/>
464 </FontString>
465 </Layer>
466 <Layer level="BACKGROUND">
467 <Texture name="$parent_Gauge" file="Interface\TargetingFrame\UI-StatusBar" hidden="true">
468 <Size>
469 <AbsDimension x="116" y="12"/>
470 </Size>
471 <Anchors>
472 <Anchor point="TOPLEFT" relativeTo="$parent_Name" relativePoint="TOPLEFT">
473 <Offset>
474 <AbsDimension x="0" y="-2"/>
475 </Offset>
476 </Anchor>
477 </Anchors>
478 <TexCoords left=".8" right="1" top=".8" bottom="1"/>
479 </Texture>
480 </Layer>
481 </Layers>
482 <Scripts>
483 <OnLeave>
484 GameTooltip:Hide()
485 RecapPanel_Hide()
486 </OnLeave>
487 <OnMouseDown>
488 Recap_OnMouseDown(arg1)
489 </OnMouseDown>
490 <OnMouseUp>
491 Recap_OnMouseUp(arg1)
492 </OnMouseUp>
493 </Scripts>
494 </Button>
495  
496 <Button name="RecapListTemplate" inherits="RecapTotalsTemplate" virtual="true">
497 <HighlightTexture file="Interface\QuestFrame\UI-QuestTitleHighlight" alphaMode="ADD"/>
498 <Scripts>
499 <OnLoad>
500 this:RegisterForClicks("LeftButtonUp", "RightButtonUp")
501 </OnLoad>
502 <OnEnter>
503 Recap_List_OnEnter()
504 </OnEnter>
505 <OnClick>
506 Recap_List_OnClick(arg1)
507 </OnClick>
508 </Scripts>
509 </Button>
510  
511 <Frame name="RecapFrame" frameStrata="LOW" toplevel="true" enableMouse="true" movable="true" parent="UIParent" hidden="true">
512 <Size>
513 <AbsDimension x="200" y="240"/>
514 </Size>
515 <Anchors>
516 <Anchor point="CENTER"/>
517 </Anchors>
518 <Backdrop name="RecapBackDrop" bgFile="Interface\DialogFrame\UI-DialogBox-Background" edgeFile="Interface\Tooltips\UI-Tooltip-Border">
519 <BackgroundInsets>
520 <AbsInset left="4" right="4" top="4" bottom="4" />
521 </BackgroundInsets>
522 <TileSize>
523 <AbsValue val="16" />
524 </TileSize>
525 <EdgeSize>
526 <AbsValue val="16" />
527 </EdgeSize>
528 </Backdrop>
529 <Layers>
530 <Layer level = "ARTWORK">
531  
532 <Texture name="RecapTopBar" file="Interface\TradeSkillFrame\UI-TradeSkill-SkillBorder">
533 <Size>
534 <AbsDimension x="128" y="8"/>
535 </Size>
536 <Anchors>
537 <Anchor point="TOPLEFT">
538 <Offset>
539 <AbsDimension x="4" y="-20"/>
540 </Offset>
541 </Anchor>
542 </Anchors>
543 <TexCoords left="0.1" right="1.0" top="0" bottom="0.25"/>
544 </Texture>
545  
546 <Texture name="RecapBottomBar" file="Interface\TradeSkillFrame\UI-TradeSkill-SkillBorder">
547 <Size>
548 <AbsDimension x="128" y="8"/>
549 </Size>
550 <Anchors>
551 <Anchor point="BOTTOMLEFT">
552 <Offset>
553 <AbsDimension x="8" y="24"/>
554 </Offset>
555 </Anchor>
556 </Anchors>
557 <TexCoords left="0.1" right="1.0" top="0" bottom="0.25"/>
558 </Texture>
559 <Texture name="RecapTitleBack" file="Interface\AddOns\Recap\Recap-TitleBack">
560 <Size>
561 <AbsDimension x="200" y="23"/>
562 </Size>
563 <Anchors>
564 <Anchor point="TOPLEFT">
565 <Offset>
566 <AbsDimension x="5" y="-5"/>
567 </Offset>
568 </Anchor>
569 <Anchor point="BOTTOMRIGHT" relativeTo="RecapFrame" relativePoint="TOPRIGHT">
570 <Offset>
571 <AbsDimension x="-5" y="-24"/>
572 </Offset>
573 </Anchor>
574 </Anchors>
575 </Texture>
576 <FontString name="RecapTotals_DPSIn" inherits="GameFontNormal" wraponspaces="false" justifyH="RIGHT" text="000.0">
577 <Anchors>
578 <Anchor point="BOTTOMLEFT">
579 <Offset>
580 <AbsDimension x="90" y="10"/>
581 </Offset>
582 </Anchor>
583 </Anchors>
584 </FontString>
585 </Layer>
586 </Layers>
587  
588 <Frames>
589  
590 <Button name="RecapMinStatus">
591 <Size>
592 <AbsDimension x="16" y="16" />
593 </Size>
594 <Anchors>
595 <Anchor point="TOPLEFT" relativeTo="RecapFrame" relativePoint="TOPLEFT">
596 <Offset>
597 <AbsDimension x="6" y="-6" />
598 </Offset>
599 </Anchor>
600 </Anchors>
601 <Layers>
602 <Layer level = "BACKGROUND">
603 <Texture name="RecapStatusTexture" file="Interface\AddOns\Recap\Recap-Status"/>
604 </Layer>
605 </Layers>
606 <Scripts>
607 <OnEnter>
608 Recap_OnTooltip("Status")
609 </OnEnter>
610 <OnLeave>
611 GameTooltip:Hide()
612 </OnLeave>
613 <OnMouseDown>
614 Recap_OnMouseDown(arg1)
615 </OnMouseDown>
616 <OnMouseUp>
617 Recap_OnMouseUp(arg1)
618 </OnMouseUp>
619 </Scripts>
620 </Button>
621 <Button name = "RecapMinView">
622 <Size>
623 <AbsDimension x="35" y="16" />
624 </Size>
625 <Anchors>
626 <Anchor point="TOPLEFT" relativeTo="RecapMinStatus" relativePoint="TOPRIGHT">
627 <Offset>
628 <AbsDimension x="4" y="0" />
629 </Offset>
630 </Anchor>
631 </Anchors>
632 <Layers>
633 <Layer level = "BACKGROUND">
634 <FontString name="RecapTitle" inherits="GameFontNormal" wraponspaces="false" justifyH="LEFT" text="RECAP_RECAP"/>
635 </Layer>
636 </Layers>
637 <Scripts>
638 <OnMouseDown>
639 Recap_OnMouseDown(arg1)
640 </OnMouseDown>
641 <OnMouseUp>
642 Recap_OnMouseUp(arg1)
643 </OnMouseUp>
644 </Scripts>
645 </Button>
646 <Button name = "RecapMinYourDPS" hidden="true">
647 <Size>
648 <AbsDimension x="45" y="16" />
649 </Size>
650 <Anchors>
651 <Anchor point="TOPLEFT" relativeTo="RecapMinView" relativePoint="TOPRIGHT"/>
652 </Anchors>
653 <Layers>
654 <Layer level = "BACKGROUND">
655 <FontString name="RecapMinYourDPS_Text" inherits="GameFontNormal" wraponspaces="false" justifyH="CENTER" text="0.0">
656 <Color r="1" g="1" b="1"/>
657 </FontString>
658 </Layer>
659 </Layers>
660 <Scripts>
661 <OnEnter>
662 Recap_OnTooltip("TooltipMinYourDPS")
663 </OnEnter>
664 <OnLeave>
665 GameTooltip:Hide()
666 </OnLeave>
667 <OnMouseDown>
668 Recap_OnMouseDown(arg1)
669 </OnMouseDown>
670 <OnMouseUp>
671 Recap_OnMouseUp(arg1)
672 </OnMouseUp>
673 </Scripts>
674 </Button>
675 <Button name = "RecapMinDPSIn" hidden="true">
676 <Size>
677 <AbsDimension x="45" y="16" />
678 </Size>
679 <Anchors>
680 <Anchor point="TOPLEFT" relativeTo="RecapMinYourDPS" relativePoint="TOPRIGHT"/>
681 </Anchors>
682 <Layers>
683 <Layer level = "BACKGROUND">
684 <FontString name="RecapMinDPSIn_Text" inherits="GameFontNormal" wraponspaces="false" justifyH="CENTER" text="0.0"/>
685 </Layer>
686 </Layers>
687 <Scripts>
688 <OnEnter>
689 Recap_OnTooltip("TooltipMinDPSIn")
690 </OnEnter>
691 <OnLeave>
692 GameTooltip:Hide()
693 </OnLeave>
694 <OnMouseDown>
695 Recap_OnMouseDown(arg1)
696 </OnMouseDown>
697 <OnMouseUp>
698 Recap_OnMouseUp(arg1)
699 </OnMouseUp>
700 </Scripts>
701 </Button>
702 <Button name = "RecapMinDPSOut" hidden="true">
703 <Size>
704 <AbsDimension x="45" y="16" />
705 </Size>
706 <Anchors>
707 <Anchor point="TOPLEFT" relativeTo="RecapMinDPSIn" relativePoint="TOPRIGHT"/>
708 </Anchors>
709 <Layers>
710 <Layer level = "BACKGROUND">
711 <FontString name="RecapMinDPSOut_Text" inherits="GameFontNormal" wraponspaces="false" justifyH="CENTER" text="0.0"/>
712 </Layer>
713 </Layers>
714 <Scripts>
715 <OnEnter>
716 Recap_OnTooltip("TooltipMinDPSOut")
717 </OnEnter>
718 <OnLeave>
719 GameTooltip:Hide()
720 </OnLeave>
721 <OnMouseDown>
722 Recap_OnMouseDown(arg1)
723 </OnMouseDown>
724 <OnMouseUp>
725 Recap_OnMouseUp(arg1)
726 </OnMouseUp>
727 </Scripts>
728 </Button>
729  
730 <Button name="RecapMinimizeButton" inherits="RecapButtonTemplate">
731 <Anchors>
732 <Anchor point="TOPRIGHT">
733 <Offset>
734 <AbsDimension x="-6" y="-6"/>
735 </Offset>
736 </Anchor>
737 </Anchors>
738 <Scripts>
739 <OnEnter>
740 Recap_OnTooltip("Minimize")
741 </OnEnter>
742 <OnClick>
743 Recap_OnClick("Minimize")
744 </OnClick>
745 </Scripts>
746 <NormalTexture file="Interface\AddOns\Recap\RecapButtons-Up">
747 <TexCoords left="0.25" right="0.495" top="0" bottom="0.245"/>
748 </NormalTexture>
749 <PushedTexture file="Interface\AddOns\Recap\RecapButtons-Down">
750 <TexCoords left="0.25" right="0.495" top="0" bottom="0.245"/>
751 </PushedTexture>
752 </Button>
753 <Button name="RecapCloseButton" inherits="RecapButtonTemplate">
754 <Anchors>
755 <Anchor point="TOPRIGHT" relativeTo="RecapMinimizeButton" relativePoint="TOPLEFT">
756 <Offset>
757 <AbsDimension x="-2" y="0"/>
758 </Offset>
759 </Anchor>
760 </Anchors>
761 <Scripts>
762 <OnEnter>
763 Recap_OnTooltip("Close")
764 </OnEnter>
765 <OnClick>
766 Recap_OnClick("Close")
767 </OnClick>
768 </Scripts>
769 <NormalTexture file="Interface\AddOns\Recap\RecapButtons-Up">
770 <TexCoords left="0" right="0.245" top="0" bottom="0.245"/>
771 </NormalTexture>
772 <PushedTexture file="Interface\AddOns\Recap\RecapButtons-Down">
773 <TexCoords left="0" right="0.245" top="0" bottom="0.245"/>
774 </PushedTexture>
775 </Button>
776 <Button name="RecapPinButton" inherits="RecapButtonTemplate">
777 <Anchors>
778 <Anchor point="TOPRIGHT" relativeTo="RecapCloseButton" relativePoint="TOPLEFT">
779 <Offset>
780 <AbsDimension x="-2" y="0"/>
781 </Offset>
782 </Anchor>
783 </Anchors>
784 <Scripts>
785 <OnEnter>
786 Recap_OnTooltip("Pin")
787 </OnEnter>
788 <OnClick>
789 Recap_OnClick("Pin")
790 </OnClick>
791 </Scripts>
792 <NormalTexture file="Interface\AddOns\Recap\RecapButtons-Up">
793 <TexCoords left="0.5" right="0.745" top="0.25" bottom="0.495"/>
794 </NormalTexture>
795 <PushedTexture file="Interface\AddOns\Recap\RecapButtons-Down">
796 <TexCoords left="0.5" right="0.745" top="0.25" bottom="0.495"/>
797 </PushedTexture>
798 </Button>
799 <Button name="RecapPauseButton" inherits="RecapButtonTemplate">
800 <Anchors>
801 <Anchor point="TOPRIGHT" relativeTo="RecapPinButton" relativePoint="TOPLEFT">
802 <Offset>
803 <AbsDimension x="-2" y="0"/>
804 </Offset>
805 </Anchor>
806 </Anchors>
807 <Scripts>
808 <OnEnter>
809 Recap_OnTooltip("Pause")
810 </OnEnter>
811 <OnClick>
812 Recap_OnClick("Pause")
813 </OnClick>
814 </Scripts>
815 <NormalTexture file="Interface\AddOns\Recap\RecapButtons-Up">
816 <TexCoords left="0.75" right="0.995" top="0" bottom="0.245"/>
817 </NormalTexture>
818 <PushedTexture file="Interface\AddOns\Recap\RecapButtons-Down">
819 <TexCoords left="0.75" right="0.995" top="0" bottom="0.245"/>
820 </PushedTexture>
821 </Button>
822 <Button name="RecapOptionsButton">
823 <Size>
824 <AbsDimension x="16" y="16"/>
825 </Size>
826 <Anchors>
827 <Anchor point="TOPRIGHT" relativeTo="RecapPauseButton" relativePoint="TOPLEFT">
828 <Offset>
829 <AbsDimension x="-2" y="0"/>
830 </Offset>
831 </Anchor>
832 </Anchors>
833 <Scripts>
834 <OnEnter>
835 Recap_OnTooltip("Options")
836 </OnEnter>
837 <OnLeave>
838 GameTooltip:Hide()
839 </OnLeave>
840 <OnClick>
841 Recap_OnClick("Options")
842 </OnClick>
843 </Scripts>
844 <NormalTexture file="Interface\AddOns\Recap\RecapButtons-Up">
845 <TexCoords left="0.5" right="0.745" top="0" bottom="0.245"/>
846 </NormalTexture>
847 <PushedTexture file="Interface\AddOns\Recap\RecapButtons-Down">
848 <TexCoords left="0.5" right="0.745" top="0" bottom="0.245"/>
849 </PushedTexture>
850 <HighlightTexture file="Interface\AddOns\Recap\Status-Idle" alphaMode="ADD"/>
851 </Button>
852 <Button name="RecapShowAllButton">
853 <Size>
854 <AbsDimension x="16" y="16"/>
855 </Size>
856 <Anchors>
857 <Anchor point="TOPRIGHT" relativeTo="RecapOptionsButton" relativePoint="TOPLEFT">
858 <Offset>
859 <AbsDimension x="-2" y="0"/>
860 </Offset>
861 </Anchor>
862 </Anchors>
863 <Scripts>
864 <OnEnter>
865 Recap_OnTooltip("ShowAll")
866 </OnEnter>
867 <OnLeave>
868 GameTooltip:Hide()
869 </OnLeave>
870 <OnClick>
871 Recap_OnClick("ShowAll")
872 </OnClick>
873 </Scripts>
874 <NormalTexture file="Interface\AddOns\Recap\RecapButtons-Up">
875 <TexCoords left="0.25" right="0.495" top="0.25" bottom="0.495"/>
876 </NormalTexture>
877 <PushedTexture file="Interface\AddOns\Recap\RecapButtons-Down">
878 <TexCoords left="0.25" right="0.495" top="0.25" bottom="0.495"/>
879 </PushedTexture>
880 <HighlightTexture file="Interface\AddOns\Recap\Status-Idle" alphaMode="ADD"/>
881 </Button>
882 <Button name="RecapSelfViewButton">
883 <Size>
884 <AbsDimension x="16" y="16"/>
885 </Size>
886 <Anchors>
887 <Anchor point="TOPRIGHT" relativeTo="RecapShowAllButton" relativePoint="TOPLEFT">
888 <Offset>
889 <AbsDimension x="-2" y="0"/>
890 </Offset>
891 </Anchor>
892 </Anchors>
893 <Scripts>
894 <OnEnter>
895 Recap_OnTooltip("SelfView")
896 </OnEnter>
897 <OnLeave>
898 GameTooltip:Hide()
899 </OnLeave>
900 <OnClick>
901 Recap_OnClick("SelfView")
902 </OnClick>
903 </Scripts>
904 <NormalTexture file="Interface\AddOns\Recap\RecapButtons-Up">
905 <TexCoords left="0" right="0.245" top="0.25" bottom="0.495"/>
906 </NormalTexture>
907 <PushedTexture file="Interface\AddOns\Recap\RecapButtons-Down">
908 <TexCoords left="0" right="0.245" top="0.25" bottom="0.495"/>
909 </PushedTexture>
910 <HighlightTexture file="Interface\AddOns\Recap\Status-Idle" alphaMode="ADD"/>
911 </Button>
912  
913 <Button name="RecapResetButton" text="RECAP_RESET">
914 <Size>
915 <AbsDimension x="38" y="24"/>
916 </Size>
917 <Anchors>
918 <Anchor point="BOTTOMLEFT">
919 <Offset>
920 <AbsDimension x="5" y="4"/>
921 </Offset>
922 </Anchor>
923 </Anchors>
924 <Scripts>
925 <OnEnter>
926 Recap_OnTooltip("Reset")
927 </OnEnter>
928 <OnLeave>
929 GameTooltip:Hide()
930 </OnLeave>
931 <OnClick>
932 Recap_OnClick("Reset")
933 </OnClick>
934 </Scripts>
935 <NormalText inherits="GameFontNormalSmall"/>
936 <DisabledText inherits="GameFontHighlightSmall"/>
937 <HighlightText inherits="GameFontHighlightSmall"/>
938 <NormalTexture inherits="UIPanelButtonUpTexture"/>
939 <PushedTexture inherits="UIPanelButtonDownTexture"/>
940 <DisabledTexture inherits="UIPanelButtonDisabledTexture"/>
941 <HighlightTexture inherits="UIPanelButtonHighlightTexture"/>
942 </Button>
943  
944 <Button name = "RecapSelf1" inherits="RecapEffectsTemplate" id="1">
945 <Anchors>
946 <Anchor point="TOPLEFT">
947 <Offset>
948 <AbsDimension x="8" y="-42"/>
949 </Offset>
950 </Anchor>
951 </Anchors>
952 </Button>
953 <Button name = "RecapSelf2" inherits="RecapEffectsTemplate" id="2">
954 <Anchors>
955 <Anchor point="TOPLEFT" relativeTo="RecapSelf1" relativePoint="BOTTOMLEFT"/>
956 </Anchors>
957 </Button>
958 <Button name = "RecapSelf3" inherits="RecapEffectsTemplate" id="3">
959 <Anchors>
960 <Anchor point="TOPLEFT" relativeTo="RecapSelf2" relativePoint="BOTTOMLEFT"/>
961 </Anchors>
962 </Button>
963 <Button name = "RecapSelf4" inherits="RecapEffectsTemplate" id="4">
964 <Anchors>
965 <Anchor point="TOPLEFT" relativeTo="RecapSelf3" relativePoint="BOTTOMLEFT"/>
966 </Anchors>
967 </Button>
968 <Button name = "RecapSelf5" inherits="RecapEffectsTemplate" id="5">
969 <Anchors>
970 <Anchor point="TOPLEFT" relativeTo="RecapSelf4" relativePoint="BOTTOMLEFT"/>
971 </Anchors>
972 </Button>
973 <Button name = "RecapSelf6" inherits="RecapEffectsTemplate" id="6">
974 <Anchors>
975 <Anchor point="TOPLEFT" relativeTo="RecapSelf5" relativePoint="BOTTOMLEFT"/>
976 </Anchors>
977 </Button>
978 <Button name = "RecapSelf7" inherits="RecapEffectsTemplate" id="7">
979 <Anchors>
980 <Anchor point="TOPLEFT" relativeTo="RecapSelf6" relativePoint="BOTTOMLEFT"/>
981 </Anchors>
982 </Button>
983 <Button name = "RecapSelf8" inherits="RecapEffectsTemplate" id="8">
984 <Anchors>
985 <Anchor point="TOPLEFT" relativeTo="RecapSelf7" relativePoint="BOTTOMLEFT"/>
986 </Anchors>
987 </Button>
988 <Button name = "RecapSelf9" inherits="RecapEffectsTemplate" id="9">
989 <Anchors>
990 <Anchor point="TOPLEFT" relativeTo="RecapSelf8" relativePoint="BOTTOMLEFT"/>
991 </Anchors>
992 </Button>
993 <Button name = "RecapSelf10" inherits="RecapEffectsTemplate" id="10">
994 <Anchors>
995 <Anchor point="TOPLEFT" relativeTo="RecapSelf9" relativePoint="BOTTOMLEFT"/>
996 </Anchors>
997 </Button>
998 <Button name = "RecapSelf11" inherits="RecapEffectsTemplate" id="11">
999 <Anchors>
1000 <Anchor point="TOPLEFT" relativeTo="RecapSelf10" relativePoint="BOTTOMLEFT"/>
1001 </Anchors>
1002 </Button>
1003 <Button name = "RecapSelf12" inherits="RecapEffectsTemplate" id="12">
1004 <Anchors>
1005 <Anchor point="TOPLEFT" relativeTo="RecapSelf11" relativePoint="BOTTOMLEFT"/>
1006 </Anchors>
1007 </Button>
1008 <Button name = "RecapSelf13" inherits="RecapEffectsTemplate" id="13">
1009 <Anchors>
1010 <Anchor point="TOPLEFT" relativeTo="RecapSelf12" relativePoint="BOTTOMLEFT"/>
1011 </Anchors>
1012 </Button>
1013 <Button name = "RecapSelf14" inherits="RecapEffectsTemplate" id="14">
1014 <Anchors>
1015 <Anchor point="TOPLEFT" relativeTo="RecapSelf13" relativePoint="BOTTOMLEFT"/>
1016 </Anchors>
1017 </Button>
1018 <Button name = "RecapSelf15" inherits="RecapEffectsTemplate" id="15">
1019 <Anchors>
1020 <Anchor point="TOPLEFT" relativeTo="RecapSelf14" relativePoint="BOTTOMLEFT"/>
1021 </Anchors>
1022 </Button>
1023  
1024 <Button name = "RecapList1" inherits="RecapListTemplate" id="1">
1025 <Anchors>
1026 <Anchor point="TOPLEFT">
1027 <Offset>
1028 <AbsDimension x="8" y="-42"/>
1029 </Offset>
1030 </Anchor>
1031 </Anchors>
1032 </Button>
1033 <Button name = "RecapList2" inherits="RecapListTemplate" id="2">
1034 <Anchors>
1035 <Anchor point="TOPLEFT" relativeTo="RecapList1" relativePoint="BOTTOMLEFT"/>
1036 </Anchors>
1037 </Button>
1038 <Button name = "RecapList3" inherits="RecapListTemplate" id="3">
1039 <Anchors>
1040 <Anchor point="TOPLEFT" relativeTo="RecapList2" relativePoint="BOTTOMLEFT"/>
1041 </Anchors>
1042 </Button>
1043 <Button name = "RecapList4" inherits="RecapListTemplate" id="4">
1044 <Anchors>
1045 <Anchor point="TOPLEFT" relativeTo="RecapList3" relativePoint="BOTTOMLEFT"/>
1046 </Anchors>
1047 </Button>
1048 <Button name = "RecapList5" inherits="RecapListTemplate" id="5">
1049 <Anchors>
1050 <Anchor point="TOPLEFT" relativeTo="RecapList4" relativePoint="BOTTOMLEFT"/>
1051 </Anchors>
1052 </Button>
1053 <Button name = "RecapList6" inherits="RecapListTemplate" id="6">
1054 <Anchors>
1055 <Anchor point="TOPLEFT" relativeTo="RecapList5" relativePoint="BOTTOMLEFT"/>
1056 </Anchors>
1057 </Button>
1058 <Button name = "RecapList7" inherits="RecapListTemplate" id="7">
1059 <Anchors>
1060 <Anchor point="TOPLEFT" relativeTo="RecapList6" relativePoint="BOTTOMLEFT"/>
1061 </Anchors>
1062 </Button>
1063 <Button name = "RecapList8" inherits="RecapListTemplate" id="8">
1064 <Anchors>
1065 <Anchor point="TOPLEFT" relativeTo="RecapList7" relativePoint="BOTTOMLEFT"/>
1066 </Anchors>
1067 </Button>
1068 <Button name = "RecapList9" inherits="RecapListTemplate" id="9">
1069 <Anchors>
1070 <Anchor point="TOPLEFT" relativeTo="RecapList8" relativePoint="BOTTOMLEFT"/>
1071 </Anchors>
1072 </Button>
1073 <Button name = "RecapList10" inherits="RecapListTemplate" id="10">
1074 <Anchors>
1075 <Anchor point="TOPLEFT" relativeTo="RecapList9" relativePoint="BOTTOMLEFT"/>
1076 </Anchors>
1077 </Button>
1078 <Button name = "RecapList11" inherits="RecapListTemplate" id="11">
1079 <Anchors>
1080 <Anchor point="TOPLEFT" relativeTo="RecapList10" relativePoint="BOTTOMLEFT"/>
1081 </Anchors>
1082 </Button>
1083 <Button name = "RecapList12" inherits="RecapListTemplate" id="12">
1084 <Anchors>
1085 <Anchor point="TOPLEFT" relativeTo="RecapList11" relativePoint="BOTTOMLEFT"/>
1086 </Anchors>
1087 </Button>
1088 <Button name = "RecapList13" inherits="RecapListTemplate" id="13">
1089 <Anchors>
1090 <Anchor point="TOPLEFT" relativeTo="RecapList12" relativePoint="BOTTOMLEFT"/>
1091 </Anchors>
1092 </Button>
1093 <Button name = "RecapList14" inherits="RecapListTemplate" id="14">
1094 <Anchors>
1095 <Anchor point="TOPLEFT" relativeTo="RecapList13" relativePoint="BOTTOMLEFT"/>
1096 </Anchors>
1097 </Button>
1098 <Button name = "RecapList15" inherits="RecapListTemplate" id="15">
1099 <Anchors>
1100 <Anchor point="TOPLEFT" relativeTo="RecapList14" relativePoint="BOTTOMLEFT"/>
1101 </Anchors>
1102 </Button>
1103  
1104 <Button name = "RecapTotals" inherits="RecapTotalsTemplate">
1105 <Anchors>
1106 <Anchor point="BOTTOMLEFT">
1107 <Offset>
1108 <AbsDimension x="44" y="9"/>
1109 </Offset>
1110 </Anchor>
1111 </Anchors>
1112 <Scripts>
1113 <OnEnter>
1114 Recap_Totals_OnEnter()
1115 </OnEnter>
1116 </Scripts>
1117 </Button>
1118  
1119 <Button name = "RecapHeader_Ranks">
1120 <Size>
1121 <AbsDimension x="20" y="14"/>
1122 </Size>
1123 <Anchors>
1124 <Anchor point="TOPLEFT">
1125 <Offset>
1126 <AbsDimension x="8" y="-27"/>
1127 </Offset>
1128 </Anchor>
1129 </Anchors>
1130 </Button>
1131 <Button name = "RecapHeader_Faction">
1132 <Size>
1133 <AbsDimension x="14" y="14"/>
1134 </Size>
1135 <Anchors>
1136 <Anchor point="TOPLEFT" relativeTo="RecapHeader_Ranks" relativePoint="TOPRIGHT"/>
1137 </Anchors>
1138 </Button>
1139 <Button name = "RecapHeader_Class">
1140 <Size>
1141 <AbsDimension x="14" y="14"/>
1142 </Size>
1143 <Anchors>
1144 <Anchor point="TOPLEFT" relativeTo="RecapHeader_Faction" relativePoint="TOPRIGHT"/>
1145 </Anchors>
1146 </Button>
1147 <Button name = "RecapHeader_Name" inherits="RecapHeaderTemplate">
1148 <Size>
1149 <AbsDimension x="118" y="14" />
1150 </Size>
1151 <Anchors>
1152 <Anchor point="TOPLEFT" relativeTo="RecapHeader_Class" relativePoint="TOPRIGHT">
1153 <Offset>
1154 <AbsDimension x="4" y="0"/>
1155 </Offset>
1156 </Anchor>
1157 </Anchors>
1158 <NormalText inherits="GameFontNormal" justifyH="LEFT" text="RECAP_COMBATANTS"/>
1159 </Button>
1160 <Button name = "RecapHeader_Kills" inherits="RecapHeaderTemplate">
1161 <Size>
1162 <AbsDimension x="30" y="14" />
1163 </Size>
1164 <Anchors>
1165 <Anchor point="TOPLEFT" relativeTo="RecapHeader_Name" relativePoint="TOPRIGHT">
1166 <Offset>
1167 <AbsDimension x="0" y="-1"/>
1168 </Offset>
1169 </Anchor>
1170 </Anchors>
1171 <NormalText inherits="GameFontNormalSmall" justifyH="RIGHT" text="RECAP_DIED"/>
1172 </Button>
1173 <Button name = "RecapHeader_Time" inherits="RecapHeaderTemplate">
1174 <Size>
1175 <AbsDimension x="45" y="14" />
1176 </Size>
1177 <Anchors>
1178 <Anchor point="TOPLEFT" relativeTo="RecapHeader_Kills" relativePoint="TOPRIGHT"/>
1179 </Anchors>
1180 <NormalText inherits="GameFontNormalSmall" justifyH="RIGHT" text="RECAP_TIME"/>
1181 </Button>
1182 <Button name = "RecapHeader_Heal" inherits="RecapHeaderTemplate">
1183 <Size>
1184 <AbsDimension x="55" y="14" />
1185 </Size>
1186 <Anchors>
1187 <Anchor point="TOPLEFT" relativeTo="RecapHeader_Time" relativePoint="TOPRIGHT"/>
1188 </Anchors>
1189 <NormalText inherits="GameFontNormalSmall" justifyH="RIGHT" text="RECAP_HEAL"/>
1190 </Button>
1191 <Button name = "RecapHeader_HealP" inherits="RecapHeaderTemplate">
1192 <Size>
1193 <AbsDimension x="20" y="14" />
1194 </Size>
1195 <Anchors>
1196 <Anchor point="TOPLEFT" relativeTo="RecapHeader_Heal" relativePoint="TOPRIGHT"/>
1197 </Anchors>
1198 <NormalText inherits="GameFontNormalSmall" justifyH="RIGHT" text="%"/>
1199 </Button>
1200 <Button name = "RecapHeader_Over" inherits="RecapHeaderTemplate">
1201 <Size>
1202 <AbsDimension x="20" y="14" />
1203 </Size>
1204 <Anchors>
1205 <Anchor point="TOPLEFT" relativeTo="RecapHeader_HealP" relativePoint="TOPRIGHT"/>
1206 </Anchors>
1207 <NormalText inherits="GameFontNormalSmall" justifyH="RIGHT" text="%>"/>
1208 </Button>
1209 <Button name = "RecapHeader_DmgIn" inherits="RecapHeaderTemplate">
1210 <Size>
1211 <AbsDimension x="55" y="14" />
1212 </Size>
1213 <Anchors>
1214 <Anchor point="TOPLEFT" relativeTo="RecapHeader_Over" relativePoint="TOPRIGHT"/>
1215 </Anchors>
1216 <NormalText inherits="GameFontNormalSmall" justifyH="RIGHT" text="RECAP_IN"/>
1217 </Button>
1218 <Button name = "RecapHeader_DmgInP" inherits="RecapHeaderTemplate">
1219 <Size>
1220 <AbsDimension x="20" y="14" />
1221 </Size>
1222 <Anchors>
1223 <Anchor point="TOPLEFT" relativeTo="RecapHeader_DmgIn" relativePoint="TOPRIGHT"/>
1224 </Anchors>
1225 <NormalText inherits="GameFontNormalSmall" justifyH="RIGHT" text="%"/>
1226 </Button>
1227 <Button name = "RecapHeader_DmgOut" inherits="RecapHeaderTemplate">
1228 <Size>
1229 <AbsDimension x="55" y="14" />
1230 </Size>
1231 <Anchors>
1232 <Anchor point="TOPLEFT" relativeTo="RecapHeader_DmgInP" relativePoint="TOPRIGHT"/>
1233 </Anchors>
1234 <NormalText inherits="GameFontNormalSmall" justifyH="RIGHT" text="RECAP_OUT"/>
1235 </Button>
1236 <Button name = "RecapHeader_DmgOutP" inherits="RecapHeaderTemplate">
1237 <Size>
1238 <AbsDimension x="20" y="14" />
1239 </Size>
1240 <Anchors>
1241 <Anchor point="TOPLEFT" relativeTo="RecapHeader_DmgOut" relativePoint="TOPRIGHT"/>
1242 </Anchors>
1243 <NormalText inherits="GameFontNormalSmall" justifyH="RIGHT" text="%"/>
1244 </Button>
1245 <Button name = "RecapHeader_MaxHit" inherits="RecapHeaderTemplate">
1246 <Size>
1247 <AbsDimension x="40" y="14" />
1248 </Size>
1249 <Anchors>
1250 <Anchor point="TOPLEFT" relativeTo="RecapHeader_DmgOutP" relativePoint="TOPRIGHT"/>
1251 </Anchors>
1252 <NormalText inherits="GameFontNormalSmall" justifyH="RIGHT" text="RECAP_MAX"/>
1253 </Button>
1254 <Button name = "RecapHeader_DPS" inherits="RecapHeaderTemplate">
1255 <Size>
1256 <AbsDimension x="45" y="14" />
1257 </Size>
1258 <Anchors>
1259 <Anchor point="TOPLEFT" relativeTo="RecapHeader_MaxHit" relativePoint="TOPRIGHT">
1260 <Offset>
1261 <AbsDimension x="0" y="1"/>
1262 </Offset>
1263 </Anchor>
1264 </Anchors>
1265 <NormalText inherits="GameFontNormal" justifyH="RIGHT" text="RECAP_DPS"/>
1266 </Button>
1267 <Button name = "RecapHeader_DPSvsAll" inherits="RecapHeaderTemplate">
1268 <Size>
1269 <AbsDimension x="45" y="14" />
1270 </Size>
1271 <Anchors>
1272 <Anchor point="TOPLEFT" relativeTo="RecapHeader_DPS" relativePoint="TOPRIGHT"/>
1273 </Anchors>
1274 <NormalText inherits="GameFontNormal" justifyH="RIGHT" text="RECAP_DPS_ALL"/>
1275 </Button>
1276  
1277  
1278 <Button name = "RecapHeader_EName" inherits="RecapEffectsHeaderTemplate">
1279 <Size>
1280 <AbsDimension x="124" y="14" />
1281 </Size>
1282 <Anchors>
1283 <Anchor point="TOPLEFT">
1284 <Offset>
1285 <AbsDimension x="8" y="-27"/>
1286 </Offset>
1287 </Anchor>
1288 </Anchors>
1289 <NormalText inherits="GameFontNormal" justifyH="LEFT" text="RECAP_SPELL_OR_ABILITY"/>
1290 </Button>
1291 <Button name = "RecapHeader_ETotal" inherits="RecapEffectsHeaderTemplate">
1292 <Size>
1293 <AbsDimension x="30" y="14" />
1294 </Size>
1295 <Anchors>
1296 <Anchor point="TOPLEFT" relativeTo="RecapHeader_EName" relativePoint="TOPRIGHT">
1297 <Offset>
1298 <AbsDimension x="0" y="-1"/>
1299 </Offset>
1300 </Anchor>
1301 </Anchors>
1302 <NormalText inherits="GameFontNormalSmall" justifyH="RIGHT" text="RECAP_SELF_ETOTAL"/>
1303 </Button>
1304 <Button name = "RecapHeader_ETotalP" inherits="RecapEffectsHeaderTemplate">
1305 <Size>
1306 <AbsDimension x="30" y="14" />
1307 </Size>
1308 <Anchors>
1309 <Anchor point="TOPLEFT" relativeTo="RecapHeader_ETotal" relativePoint="TOPRIGHT"/>
1310 </Anchors>
1311 <NormalText inherits="GameFontNormalSmall" justifyH="RIGHT" text="%"/>
1312 </Button>
1313 <Button name = "RecapHeader_EMaxAll" inherits="RecapEffectsHeaderTemplate">
1314 <Size>
1315 <AbsDimension x="30" y="14" />
1316 </Size>
1317 <Anchors>
1318 <Anchor point="TOPLEFT" relativeTo="RecapHeader_ETotalP" relativePoint="TOPRIGHT"/>
1319 </Anchors>
1320 <NormalText inherits="GameFontNormalSmall" justifyH="RIGHT" text="RECAP_MAX"/>
1321 </Button>
1322 <Button name = "RecapHeader_EHits" inherits="RecapEffectsHeaderTemplate">
1323 <Size>
1324 <AbsDimension x="30" y="14" />
1325 </Size>
1326 <Anchors>
1327 <Anchor point="TOPLEFT" relativeTo="RecapHeader_EMaxAll" relativePoint="TOPRIGHT"/>
1328 </Anchors>
1329 <NormalText inherits="GameFontNormalSmall" justifyH="RIGHT" text="RECAP_HITS"/>
1330 </Button>
1331 <Button name = "RecapHeader_EHitsAvg" inherits="RecapEffectsHeaderTemplate">
1332 <Size>
1333 <AbsDimension x="30" y="14" />
1334 </Size>
1335 <Anchors>
1336 <Anchor point="TOPLEFT" relativeTo="RecapHeader_EHits" relativePoint="TOPRIGHT"/>
1337 </Anchors>
1338 <NormalText inherits="GameFontNormalSmall" justifyH="RIGHT" text="RECAP_AVG"/>
1339 </Button>
1340 <Button name = "RecapHeader_EHitsMax" inherits="RecapEffectsHeaderTemplate">
1341 <Size>
1342 <AbsDimension x="30" y="14" />
1343 </Size>
1344 <Anchors>
1345 <Anchor point="TOPLEFT" relativeTo="RecapHeader_EHitsAvg" relativePoint="TOPRIGHT"/>
1346 </Anchors>
1347 <NormalText inherits="GameFontNormalSmall" justifyH="RIGHT" text="RECAP_MAX"/>
1348 </Button>
1349 <Button name = "RecapHeader_ETicks" inherits="RecapEffectsHeaderTemplate">
1350 <Size>
1351 <AbsDimension x="30" y="14" />
1352 </Size>
1353 <Anchors>
1354 <Anchor point="TOPLEFT" relativeTo="RecapHeader_EHitsMax" relativePoint="TOPRIGHT"/>
1355 </Anchors>
1356 <NormalText inherits="GameFontNormalSmall" justifyH="RIGHT" text="RECAP_TICKS"/>
1357 </Button>
1358 <Button name = "RecapHeader_ETicksAvg" inherits="RecapEffectsHeaderTemplate">
1359 <Size>
1360 <AbsDimension x="30" y="14" />
1361 </Size>
1362 <Anchors>
1363 <Anchor point="TOPLEFT" relativeTo="RecapHeader_ETicks" relativePoint="TOPRIGHT"/>
1364 </Anchors>
1365 <NormalText inherits="GameFontNormalSmall" justifyH="RIGHT" text="RECAP_AVG"/>
1366 </Button>
1367 <Button name = "RecapHeader_ETicksMax" inherits="RecapEffectsHeaderTemplate">
1368 <Size>
1369 <AbsDimension x="30" y="14" />
1370 </Size>
1371 <Anchors>
1372 <Anchor point="TOPLEFT" relativeTo="RecapHeader_ETicksAvg" relativePoint="TOPRIGHT"/>
1373 </Anchors>
1374 <NormalText inherits="GameFontNormalSmall" justifyH="RIGHT" text="RECAP_MAX"/>
1375 </Button>
1376 <Button name = "RecapHeader_ECrits" inherits="RecapEffectsHeaderTemplate">
1377 <Size>
1378 <AbsDimension x="30" y="14" />
1379 </Size>
1380 <Anchors>
1381 <Anchor point="TOPLEFT" relativeTo="RecapHeader_ETicksMax" relativePoint="TOPRIGHT"/>
1382 </Anchors>
1383 <NormalText inherits="GameFontNormalSmall" justifyH="RIGHT" text="RECAP_CRITS"/>
1384 </Button>
1385 <Button name = "RecapHeader_ECritsAvg" inherits="RecapEffectsHeaderTemplate">
1386 <Size>
1387 <AbsDimension x="30" y="14" />
1388 </Size>
1389 <Anchors>
1390 <Anchor point="TOPLEFT" relativeTo="RecapHeader_ECrits" relativePoint="TOPRIGHT"/>
1391 </Anchors>
1392 <NormalText inherits="GameFontNormalSmall" justifyH="RIGHT" text="RECAP_AVG"/>
1393 </Button>
1394 <Button name = "RecapHeader_ECritsMax" inherits="RecapEffectsHeaderTemplate">
1395 <Size>
1396 <AbsDimension x="30" y="14" />
1397 </Size>
1398 <Anchors>
1399 <Anchor point="TOPLEFT" relativeTo="RecapHeader_ECritsAvg" relativePoint="TOPRIGHT"/>
1400 </Anchors>
1401 <NormalText inherits="GameFontNormalSmall" justifyH="RIGHT" text="RECAP_MAX"/>
1402 </Button>
1403 <Button name = "RecapHeader_ECritsP" inherits="RecapEffectsHeaderTemplate">
1404 <Size>
1405 <AbsDimension x="30" y="14" />
1406 </Size>
1407 <Anchors>
1408 <Anchor point="TOPLEFT" relativeTo="RecapHeader_ECritsMax" relativePoint="TOPRIGHT"/>
1409 </Anchors>
1410 <NormalText inherits="GameFontNormalSmall" justifyH="RIGHT" text="RECAP_SELF_ECRITSP"/>
1411 </Button>
1412 <Button name = "RecapHeader_EMiss" inherits="RecapEffectsHeaderTemplate">
1413 <Size>
1414 <AbsDimension x="30" y="14" />
1415 </Size>
1416 <Anchors>
1417 <Anchor point="TOPLEFT" relativeTo="RecapHeader_ECritsP" relativePoint="TOPRIGHT"/>
1418 </Anchors>
1419 <NormalText inherits="GameFontNormalSmall" justifyH="RIGHT" text="RECAP_MISS"/>
1420 </Button>
1421 <Button name = "RecapHeader_EMissP" inherits="RecapEffectsHeaderTemplate">
1422 <Size>
1423 <AbsDimension x="30" y="14" />
1424 </Size>
1425 <Anchors>
1426 <Anchor point="TOPLEFT" relativeTo="RecapHeader_EMiss" relativePoint="TOPRIGHT"/>
1427 </Anchors>
1428 <NormalText inherits="GameFontNormalSmall" justifyH="RIGHT" text="RECAP_SELF_EMISSP"/>
1429 </Button>
1430  
1431 <ScrollFrame name="RecapScrollBar" inherits="FauxScrollFrameTemplate">
1432 <Size>
1433 <AbsDimension x="31" y="149"/>
1434 </Size>
1435 <Anchors>
1436 <Anchor point="TOPRIGHT" relativeTo="RecapFrame">
1437 <Offset>
1438 <AbsDimension x="-35" y="-32"/>
1439 </Offset>
1440 </Anchor>
1441 </Anchors>
1442 <!-- <Layers>
1443 <Layer level="BACKGROUND">
1444 <Texture name="$parentTop" file="Interface\PaperDollInfoFrame\UI-Character-ScrollBar">
1445 <Size>
1446 <AbsDimension x="31" y="149"/>
1447 </Size>
1448 <Anchors>
1449 <Anchor point="TOP" relativeTo="$parentScrollBarScrollUpButton">
1450 <Offset>
1451 <AbsDimension x="0" y="7"/>
1452 </Offset>
1453 </Anchor>
1454 <Anchor point="BOTTOM" relativeTo="$parentScrollBarScrollDownButton">
1455 <Offset>
1456 <AbsDimension x="0" y="-3"/>
1457 </Offset>
1458 </Anchor>
1459 </Anchors>
1460 <TexCoords left="0" right="0.484375" top=".122" bottom="1.0"/>
1461 </Texture>
1462 </Layer>
1463 </Layers> -->
1464 <Scripts>
1465 <OnVerticalScroll>
1466 FauxScrollFrame_OnVerticalScroll(10, RecapScrollBar_Update)
1467 </OnVerticalScroll>
1468 </Scripts>
1469 </ScrollFrame>
1470  
1471 </Frames>
1472  
1473 <Scripts>
1474 <OnLoad>
1475 RecapTopBar:SetVertexColor(.65,.65,.65,1)
1476 RecapBottomBar:SetVertexColor(.65,.65,.65,1)
1477 Recap_OnLoad()
1478 </OnLoad>
1479 <OnEvent>
1480 Recap_OnEvent()
1481 </OnEvent>
1482 <OnUpdate>
1483 Recap_OnUpdate(arg1)
1484 </OnUpdate>
1485 <OnMouseDown>
1486 Recap_OnMouseDown(arg1)
1487 </OnMouseDown>
1488 <OnMouseUp>
1489 Recap_OnMouseUp(arg1)
1490 </OnMouseUp>
1491 </Scripts>
1492 </Frame>
1493  
1494  
1495 <Frame name="RecapIdleFrame" toplevel="false" enableMouse="false" movable="false" parent="UIParent" hidden="true">
1496 <Size>
1497 <AbsDimension x="1" y="1"/>
1498 </Size>
1499 <Scripts>
1500 <OnUpdate>
1501 Recap_Idle_OnUpdate(arg1)
1502 </OnUpdate>
1503 </Scripts>
1504 </Frame>
1505  
1506 <Frame name="RecapMenu" frameStrata="DIALOG" toplevel="true" enableMouse="true" movable="false" parent="RecapFrame" hidden="true">
1507 <Size>
1508 <AbsDimension x="108" y="16"/>
1509 </Size>
1510 <Anchors>
1511 <Anchor point="CENTER"/>
1512 </Anchors>
1513 <Frames>
1514 <Frame name="RecapDropSubFrame">
1515 <Size>
1516 <AbsDimension x="108" y="16"/>
1517 </Size>
1518 <Anchors>
1519 <Anchor point="TOPLEFT" relativeTo="RecapMenu" relativePoint="TOPLEFT">
1520 <Offset>
1521 <AbsDimension x="0" y="-16"/>
1522 </Offset>
1523 </Anchor>
1524 </Anchors>
1525 <Backdrop name="RecapMenuBackdrop" bgFile="Interface\ChatFrame\ChatFrameBackground" edgeFile="Interface\Tooltips\UI-Tooltip-Border" tile="true">
1526 <BackgroundInsets>
1527 <AbsInset left="4" right="4" top="4" bottom="4" />
1528 </BackgroundInsets>
1529 <TileSize>
1530 <AbsValue val="16" />
1531 </TileSize>
1532 <EdgeSize>
1533 <AbsValue val="16" />
1534 </EdgeSize>
1535 </Backdrop>
1536 <Frames>
1537 <Button name="RecapMenu1" inherits="RecapMenuTemplate" id="1">
1538 <Anchors>
1539 <Anchor point="TOPLEFT">
1540 <Offset>
1541 <AbsDimension x="6" y="-6"/>
1542 </Offset>
1543 </Anchor>
1544 </Anchors>
1545 </Button>
1546 <Button name="RecapMenu2" inherits="RecapMenuTemplate" id="2">
1547 <Anchors>
1548 <Anchor point="TOPLEFT" relativeTo="RecapMenu1" relativePoint="BOTTOMLEFT"/>
1549 </Anchors>
1550 </Button>
1551 <Button name="RecapMenu3" inherits="RecapMenuTemplate" id="3">
1552 <Anchors>
1553 <Anchor point="TOPLEFT" relativeTo="RecapMenu2" relativePoint="BOTTOMLEFT"/>
1554 </Anchors>
1555 </Button>
1556 <Button name="RecapMenu4" inherits="RecapMenuTemplate" id="4">
1557 <Anchors>
1558 <Anchor point="TOPLEFT" relativeTo="RecapMenu3" relativePoint="BOTTOMLEFT"/>
1559 </Anchors>
1560 </Button>
1561 <Button name="RecapMenu5" inherits="RecapMenuTemplate" id="5">
1562 <Anchors>
1563 <Anchor point="TOPLEFT" relativeTo="RecapMenu4" relativePoint="BOTTOMLEFT"/>
1564 </Anchors>
1565 </Button>
1566 <Button name="RecapMenu6" inherits="RecapMenuTemplate" id="6">
1567 <Anchors>
1568 <Anchor point="TOPLEFT" relativeTo="RecapMenu5" relativePoint="BOTTOMLEFT"/>
1569 </Anchors>
1570 </Button>
1571 <Button name="RecapMenu7" inherits="RecapMenuTemplate" id="7">
1572 <Anchors>
1573 <Anchor point="TOPLEFT" relativeTo="RecapMenu6" relativePoint="BOTTOMLEFT"/>
1574 </Anchors>
1575 </Button>
1576 <Button name="RecapMenu8" inherits="RecapMenuTemplate" id="8">
1577 <Anchors>
1578 <Anchor point="TOPLEFT" relativeTo="RecapMenu7" relativePoint="BOTTOMLEFT"/>
1579 </Anchors>
1580 </Button>
1581 <Button name="RecapMenu9" inherits="RecapMenuTemplate" id="9">
1582 <Anchors>
1583 <Anchor point="TOPLEFT" relativeTo="RecapMenu8" relativePoint="BOTTOMLEFT"/>
1584 </Anchors>
1585 </Button>
1586 <Button name="RecapMenu10" inherits="RecapMenuTemplate" id="10">
1587 <Anchors>
1588 <Anchor point="TOPLEFT" relativeTo="RecapMenu9" relativePoint="BOTTOMLEFT"/>
1589 </Anchors>
1590 </Button>
1591 <Button name="RecapMenu11" inherits="RecapMenuTemplate" id="11">
1592 <Anchors>
1593 <Anchor point="TOPLEFT" relativeTo="RecapMenu10" relativePoint="BOTTOMLEFT"/>
1594 </Anchors>
1595 </Button>
1596 <Button name="RecapMenu12" inherits="RecapMenuTemplate" id="12">
1597 <Anchors>
1598 <Anchor point="TOPLEFT" relativeTo="RecapMenu11" relativePoint="BOTTOMLEFT"/>
1599 </Anchors>
1600 </Button>
1601 <Button name="RecapMenu13" inherits="RecapMenuTemplate" id="13">
1602 <Anchors>
1603 <Anchor point="TOPLEFT" relativeTo="RecapMenu12" relativePoint="BOTTOMLEFT"/>
1604 </Anchors>
1605 </Button>
1606 <Button name="RecapMenu14" inherits="RecapMenuTemplate" id="14">
1607 <Anchors>
1608 <Anchor point="TOPLEFT" relativeTo="RecapMenu13" relativePoint="BOTTOMLEFT"/>
1609 </Anchors>
1610 </Button>
1611 <Button name="RecapMenu15" inherits="RecapMenuTemplate" id="15">
1612 <Anchors>
1613 <Anchor point="TOPLEFT" relativeTo="RecapMenu14" relativePoint="BOTTOMLEFT"/>
1614 </Anchors>
1615 </Button>
1616 <Button name="RecapMenu16" inherits="RecapMenuTemplate" id="16">
1617 <Anchors>
1618 <Anchor point="TOPLEFT" relativeTo="RecapMenu15" relativePoint="BOTTOMLEFT"/>
1619 </Anchors>
1620 </Button>
1621 </Frames>
1622 <Scripts>
1623 <OnLoad>
1624 this:SetBackdropColor(0,0,0)
1625 this:SetBackdropBorderColor(.5,.5,.5,1)
1626 </OnLoad>
1627 <OnUpdate>
1628 RecapMenu_OnUpdate(arg1)
1629 </OnUpdate>
1630 </Scripts>
1631 </Frame>
1632 </Frames>
1633 <Scripts>
1634 <OnMouseDown>
1635 RecapMenu:Hide()
1636 </OnMouseDown>
1637 </Scripts>
1638 </Frame>
1639  
1640 <!-- receives combat events so they can be turned on/off completely -->
1641 <Frame name="RecapCombatEvents" parent="RecapFrame" hidden="true">
1642 <Scripts>
1643 <OnEvent>
1644 Recap_Combat_OnEvent()
1645 </OnEvent>
1646 </Scripts>
1647 </Frame>
1648  
1649 </Ui>
1650