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:\Documents%20and%20Settings\Gello\My%20Documents\WoW\lua\FrameXML\UI.xsd">
2  
3 <Button name = "RecapPanelDetailTemplate" virtual="true">
4 <Size>
5 <AbsDimension x="230" y="14" />
6 </Size>
7 <Layers>
8 <Layer level="BORDER">
9 <FontString name="$parent_Name" inherits="GameFontHighlight" wraponspaces="false" justifyH="LEFT" text="Spell or ability">
10 <Size>
11 <AbsDimension x="145" y="14"/>
12 </Size>
13 <Anchors>
14 <Anchor point="TOPLEFT">
15 <Offset>
16 <AbsDimension x="0" y="1"/>
17 </Offset>
18 </Anchor>
19 </Anchors>
20 </FontString>
21 <FontString name="$parent_Total" inherits="GameFontHighlightSmall" justifyH="RIGHT" text="Total">
22 <Size>
23 <AbsDimension x="50" y="14"/>
24 </Size>
25 <Anchors>
26 <Anchor point="TOPLEFT" relativeTo="$parent_Name" relativePoint="TOPRIGHT"/>
27 </Anchors>
28 </FontString>
29 <FontString name="$parent_TotalP" inherits="GameFontHighlightSmall" justifyH="RIGHT" text="100%">
30 <Size>
31 <AbsDimension x="35" y="14"/>
32 </Size>
33 <Anchors>
34 <Anchor point="TOPLEFT" relativeTo="$parent_Total" relativePoint="TOPRIGHT"/>
35 </Anchors>
36 </FontString>
37 </Layer>
38 </Layers>
39 <HighlightTexture file="Interface\QuestFrame\UI-QuestTitleHighlight" alphaMode="ADD"/>
40 <Scripts>
41 <OnEnter>
42 RecapPanel_Detail_OnEnter()
43 </OnEnter>
44 <OnLeave>
45 RecapPanel_Detail_OnLeave()
46 </OnLeave>
47 <OnClick>
48 RecapPanel_Detail_OnClick()
49 </OnClick>
50 <OnMouseDown>
51 RecapPanel_OnMouseDown(arg1)
52 </OnMouseDown>
53 <OnMouseUp>
54 RecapPanel_OnMouseUp(arg1)
55 </OnMouseUp>
56 </Scripts>
57 </Button>
58  
59 <Button name="RecapPanelTabTemplate" inherits="RecapButtonTemplate" virtual="true">
60 <Scripts>
61 <OnEnter>
62 RecapPanelTab_OnEnter()
63 </OnEnter>
64 <OnLeave>
65 GameTooltip:Hide()
66 </OnLeave>
67 <OnClick>
68 RecapPanelTab_OnClick()
69 </OnClick>
70 </Scripts>
71 </Button>
72  
73 <Button name="RecapPanelEntryTemplate" virtual="true" hidden="false">
74 <HighlightTexture file="Interface\QuestFrame\UI-QuestTitleHighlight" alphaMode="ADD"/>
75 <Scripts>
76 <OnEnter>
77 RecapPanel_Entry_OnEnter()
78 </OnEnter>
79 <OnLeave>
80 GameTooltip:Hide()
81 </OnLeave>
82 <OnClick>
83 RecapPanel_Entry_OnClick()
84 </OnClick>
85 <OnMouseDown>
86 RecapPanel_OnMouseDown(arg1)
87 </OnMouseDown>
88 <OnMouseUp>
89 RecapPanel_OnMouseUp(arg1)
90 </OnMouseUp>
91 </Scripts>
92 </Button>
93  
94 <Button name="RecapPanelLargeEntryTemplate" inherits="RecapPanelEntryTemplate" virtual="true" hidden="false">
95 <Size>
96 <AbsDimension x="55" y="12"/>
97 </Size>
98 <Layers>
99 <Layer level="ARTWORK">
100 <FontString name="$parentText" inherits="GameFontHighlightSmall" wraponspaces="false" justifyH="RIGHT" text="0000000">
101 <Size>
102 <AbsDimension x="55" y="12"/>
103 </Size>
104 <Anchors>
105 <Anchor point="TOPLEFT" relativeTo="$parent" relativePoint="TOPLEFT"/>
106 </Anchors>
107 </FontString>
108 </Layer>
109 </Layers>
110 </Button>
111  
112 <Button name="RecapPanelBigEntryTemplate" inherits="RecapPanelEntryTemplate" virtual="true" hidden="false">
113 <Size>
114 <AbsDimension x="60" y="12"/>
115 </Size>
116 <Layers>
117 <Layer level="ARTWORK">
118 <FontString name="$parentText" inherits="GameFontHighlight" wraponspaces="false" justifyH="RIGHT" text="0000000">
119 <Size>
120 <AbsDimension x="60" y="12"/>
121 </Size>
122 <Anchors>
123 <Anchor point="TOPLEFT" relativeTo="$parent" relativePoint="TOPLEFT"/>
124 </Anchors>
125 </FontString>
126 </Layer>
127 </Layers>
128 </Button>
129  
130 <Button name="RecapPanelSmallEntryTemplate" inherits="RecapPanelEntryTemplate" virtual="true" hidden="false">
131 <Size>
132 <AbsDimension x="40" y="12"/>
133 </Size>
134 <Layers>
135 <Layer level="ARTWORK">
136 <FontString name="$parentText" inherits="GameFontHighlightSmall" wraponspaces="false" justifyH="RIGHT" text="100%">
137 <Size>
138 <AbsDimension x="40" y="12"/>
139 </Size>
140 <Anchors>
141 <Anchor point="TOPLEFT" relativeTo="$parent" relativePoint="TOPLEFT"/>
142 </Anchors>
143 </FontString>
144 </Layer>
145 </Layers>
146 </Button>
147  
148 <Button name="RecapPanelTinyEntryTemplate" inherits="RecapPanelEntryTemplate" virtual="true" hidden="false">
149 <Size>
150 <AbsDimension x="35" y="12"/>
151 </Size>
152 <Layers>
153 <Layer level="ARTWORK">
154 <FontString name="$parentText" inherits="GameFontHighlightSmall" wraponspaces="false" justifyH="RIGHT" text="100%">
155 <Size>
156 <AbsDimension x="35" y="12"/>
157 </Size>
158 <Anchors>
159 <Anchor point="TOPLEFT" relativeTo="$parent" relativePoint="TOPLEFT"/>
160 </Anchors>
161 </FontString>
162 </Layer>
163 </Layers>
164 </Button>
165  
166  
167 <Button name="RecapPanelWideEntryTemplate" inherits="RecapPanelEntryTemplate" virtual="true" hidden="false">
168 <Size>
169 <AbsDimension x="75" y="12"/>
170 </Size>
171 <Layers>
172 <Layer level="ARTWORK">
173 <FontString name="$parentText" inherits="GameFontHighlightSmall" wraponspaces="false" justifyH="LEFT" text="0000 (0.0%)">
174 <Size>
175 <AbsDimension x="75" y="12"/>
176 </Size>
177 <Anchors>
178 <Anchor point="TOPLEFT" relativeTo="$parent" relativePoint="TOPLEFT"/>
179 </Anchors>
180 </FontString>
181 </Layer>
182 </Layers>
183 </Button>
184  
185 <Frame name="RecapPanel" toplevel="true" frameStrata="MEDIUM" enableMouse="true" movable="true" parent="UIParent" hidden="true">
186 <Size>
187 <AbsDimension x="275" y="180"/>
188 </Size>
189 <Anchors>
190 <Anchor point="CENTER"/>
191 </Anchors>
192 <Backdrop name="RecapPanelbackdrop" bgFile="Interface\DialogFrame\UI-DialogBox-Background" edgeFile="Interface\Tooltips\UI-Tooltip-Border" tile="true">
193 <BackgroundInsets>
194 <AbsInset left="4" right="4" top="4" bottom="4" />
195 </BackgroundInsets>
196 <TileSize>
197 <AbsValue val="16" />
198 </TileSize>
199 <EdgeSize>
200 <AbsValue val="16" />
201 </EdgeSize>
202 </Backdrop>
203  
204 <Layers>
205 <Layer level="OVERLAY">
206 <FontString name="RecapPanelLevel" inherits="GameFontHighlightSmall" wraponspaces="false" justifyH="CENTER" text=" ">
207 <Size>
208 <AbsDimension x="16" y="14"/>
209 </Size>
210 <Anchors>
211 <Anchor point="TOPLEFT">
212 <Offset>
213 <AbsDimension x="7" y="-7"/>
214 </Offset>
215 </Anchor>
216 </Anchors>
217 </FontString>
218 </Layer>
219  
220 <Layer level="ARTWORK">
221 <Texture name="RecapPanelFaction">
222 <Size>
223 <AbsDimension x="18" y="18"/>
224 </Size>
225 <Anchors>
226 <Anchor point="TOPLEFT">
227 <Offset>
228 <AbsDimension x="6" y="-6"/>
229 </Offset>
230 </Anchor>
231 </Anchors>
232 <TexCoords left=".1" right="0.55" top=".07" bottom="0.55"/>
233 </Texture>
234 <Texture name="RecapPanelClass" file="Interface\AddOns\Recap\Recap-Classes">
235 <Size>
236 <AbsDimension x="16" y="16"/>
237 </Size>
238 <Anchors>
239 <Anchor point="TOPLEFT" relativeTo="RecapPanelFaction" relativePoint="TOPRIGHT">
240 <Offset>
241 <AbsDimension x="3" y="-2"/>
242 </Offset>
243 </Anchor>
244 </Anchors>
245 <TexCoords left=".8" right="1" top=".8" bottom="1"/>
246 </Texture>
247 <FontString name="RecapPanelName" inherits="GameFontNormal" wraponspaces="false" justifyH="LEFT" text=" ">
248 <Size>
249 <AbsDimension x="142" y="14"/>
250 </Size>
251 <Anchors>
252 <Anchor point="TOPLEFT" relativeTo="RecapPanelClass" relativePoint="TOPRIGHT">
253 <Offset>
254 <AbsDimension x="3" y="-1"/>
255 </Offset>
256 </Anchor>
257 </Anchors>
258 </FontString>
259 <Texture name="RecapPanelTopBar" file="Interface\TradeSkillFrame\UI-TradeSkill-SkillBorder">
260 <Size>
261 <AbsDimension x="267" y="8"/>
262 </Size>
263 <Anchors>
264 <Anchor point="TOPLEFT">
265 <Offset>
266 <AbsDimension x="4" y="-22"/>
267 </Offset>
268 </Anchor>
269 </Anchors>
270 <TexCoords left="0.1" right="1.0" top="0" bottom="0.25"/>
271 </Texture>
272 </Layer>
273 </Layers>
274  
275 <Frames>
276 <Button name="RecapPanelCloseButton" inherits="RecapButtonTemplate">
277 <Anchors>
278 <Anchor point="TOPRIGHT">
279 <Offset>
280 <AbsDimension x="-8" y="-8"/>
281 </Offset>
282 </Anchor>
283 </Anchors>
284 <NormalTexture file="Interface\AddOns\Recap\RecapButtons-Up">
285 <TexCoords left="0" right="0.245" top="0" bottom="0.245"/>
286 </NormalTexture>
287 <PushedTexture file="Interface\AddOns\Recap\RecapButtons-Down">
288 <TexCoords left="0" right="0.245" top="0" bottom="0.245"/>
289 </PushedTexture>
290 <Scripts>
291 <OnEnter>
292 Recap_OnTooltip("PanelClose")
293 </OnEnter>
294 <OnClick>
295 PlaySound("GAMEGENERICBUTTONPRESS")
296 RecapPanel_Hide(1)
297 </OnClick>
298 </Scripts>
299 </Button>
300  
301 <Button name="RecapPanelTab1" inherits="RecapPanelTabTemplate" id="1">
302 <Size>
303 <AbsDimension x="20" y="20"/>
304 </Size>
305 <Anchors>
306 <Anchor point="TOPRIGHT" relativeTo="RecapPanelCloseButton" relativePoint="TOPLEFT">
307 <Offset>
308 <AbsDimension x="-2" y="2"/>
309 </Offset>
310 </Anchor>
311 </Anchors>
312 <NormalTexture file="Interface\Icons\INV_Shield_06"/>
313 <PushedTexture file="Interface\Icons\INV_Shield_06"/>
314 </Button>
315 <Button name="RecapPanelTab2" inherits="RecapPanelTabTemplate" id="2">
316 <Size>
317 <AbsDimension x="20" y="20"/>
318 </Size>
319 <Anchors>
320 <Anchor point="TOPRIGHT" relativeTo="RecapPanelTab1" relativePoint="TOPLEFT">
321 <Offset>
322 <AbsDimension x="-2" y="0"/>
323 </Offset>
324 </Anchor>
325 </Anchors>
326 <NormalTexture file="Interface\Icons\INV_Sword_06"/>
327 <PushedTexture file="Interface\Icons\INV_Sword_06"/>
328 </Button>
329 <Button name="RecapPanelTab3" inherits="RecapPanelTabTemplate" id="3">
330 <Size>
331 <AbsDimension x="20" y="20"/>
332 </Size>
333 <Anchors>
334 <Anchor point="TOPRIGHT" relativeTo="RecapPanelTab2" relativePoint="TOPLEFT">
335 <Offset>
336 <AbsDimension x="-2" y="0"/>
337 </Offset>
338 </Anchor>
339 </Anchors>
340 <NormalTexture file="Interface\Icons\INV_Misc_Book_08"/>
341 <PushedTexture file="Interface\Icons\INV_Misc_Book_08"/>
342 </Button>
343  
344 <Frame name="RecapSubPanel1" toplevel="false" enableMouse="true" movable="true" parent="RecapPanel" hidden="true">
345 <Size>
346 <AbsDimension x="16" y="16"/>
347 </Size>
348 <Anchors>
349 <Anchor point="TOPLEFT" relativeTo="RecapPanel" relativePoint="TOPLEFT"/>
350 </Anchors>
351 <Layers>
352 <Layer level="ARTWORK">
353 <Texture name="RecapPanelBottomBar" file="Interface\TradeSkillFrame\UI-TradeSkill-SkillBorder">
354 <Size>
355 <AbsDimension x="267" y="8"/>
356 </Size>
357 <Anchors>
358 <Anchor point="TOPLEFT">
359 <Offset>
360 <AbsDimension x="4" y="-116"/>
361 </Offset>
362 </Anchor>
363 </Anchors>
364 <TexCoords left="0.1" right="1.0" top="0" bottom="0.25"/>
365 </Texture>
366 <FontString name="RecapPanelIncomingLabel" inherits="GameFontNormalSmall" wraponspaces="false" justifyH="RIGHT" text="RECAP_INCOMING">
367 <Anchors>
368 <Anchor point="TOPLEFT">
369 <Offset>
370 <AbsDimension x="8" y="-32"/>
371 </Offset>
372 </Anchor>
373 </Anchors>
374 <Color r=".85" g=".85" b=".85"/>
375 </FontString>
376 <FontString name="RecapPanelDamageLabel" inherits="GameFontNormalSmall" wraponspaces="false" justifyH="RIGHT" text="RECAP_DAMAGE">
377 <Anchors>
378 <Anchor point="TOPRIGHT" relativeTo="RecapPanelIncomingLabel" relativePoint="BOTTOMRIGHT">
379 <Offset>
380 <AbsDimension x="0" y="-2"/>
381 </Offset>
382 </Anchor>
383 </Anchors>
384 </FontString>
385 <FontString name="RecapPanelHitsLabel" inherits="GameFontNormalSmall" wraponspaces="false" justifyH="RIGHT" text="RECAP_HITS">
386 <Anchors>
387 <Anchor point="TOPRIGHT" relativeTo="RecapPanelDamageLabel" relativePoint="TOPRIGHT">
388 <Offset>
389 <AbsDimension x="0" y="-12"/>
390 </Offset>
391 </Anchor>
392 </Anchors>
393 </FontString>
394 <FontString name="RecapPanelMissLabel" inherits="GameFontNormalSmall" wraponspaces="false" justifyH="RIGHT" text="RECAP_MISSED">
395 <Anchors>
396 <Anchor point="TOPRIGHT" relativeTo="RecapPanelHitsLabel" relativePoint="TOPRIGHT">
397 <Offset>
398 <AbsDimension x="0" y="-12"/>
399 </Offset>
400 </Anchor>
401 </Anchors>
402 </FontString>
403 <FontString name="RecapPanelCritsLabel" inherits="GameFontNormalSmall" wraponspaces="false" justifyH="RIGHT" text="RECAP_CRITS">
404 <Anchors>
405 <Anchor point="TOPRIGHT" relativeTo="RecapPanelMissLabel" relativePoint="TOPRIGHT">
406 <Offset>
407 <AbsDimension x="0" y="-12"/>
408 </Offset>
409 </Anchor>
410 </Anchors>
411 </FontString>
412 <FontString name="RecapPanelAvgLabel" inherits="GameFontNormalSmall" wraponspaces="false" justifyH="RIGHT" text="RECAP_AVERAGE">
413 <Anchors>
414 <Anchor point="TOPRIGHT" relativeTo="RecapPanelCritsLabel" relativePoint="TOPRIGHT">
415 <Offset>
416 <AbsDimension x="0" y="-12"/>
417 </Offset>
418 </Anchor>
419 </Anchors>
420 </FontString>
421 <FontString name="RecapPanelMaxLabel" inherits="GameFontNormalSmall" wraponspaces="false" justifyH="RIGHT" text="RECAP_MAX">
422 <Anchors>
423 <Anchor point="TOPRIGHT" relativeTo="RecapPanelAvgLabel" relativePoint="TOPRIGHT">
424 <Offset>
425 <AbsDimension x="0" y="-12"/>
426 </Offset>
427 </Anchor>
428 </Anchors>
429 </FontString>
430 <FontString name="RecapPanelMeleeLabel" inherits="GameFontNormalSmall" wraponspaces="false" justifyH="LEFT" text="RECAP_MELEE">
431 <Anchors>
432 <Anchor point="TOPLEFT" relativeTo="RecapPanelIncomingLabel" relativePoint="TOPRIGHT">
433 <Offset>
434 <AbsDimension x="45" y="0"/>
435 </Offset>
436 </Anchor>
437 </Anchors>
438 </FontString>
439 <FontString name="RecapPanelNonMeleeLabel" inherits="GameFontNormalSmall" wraponspaces="false" justifyH="LEFT" text="RECAP_NON_MELEE">
440 <Anchors>
441 <Anchor point="TOPLEFT" relativeTo="RecapPanelIncomingLabel" relativePoint="TOPRIGHT">
442 <Offset>
443 <AbsDimension x="130" y="0"/>
444 </Offset>
445 </Anchor>
446 </Anchors>
447 </FontString>
448 <FontString name="RecapPanelIncomingMissLabel" inherits="GameFontNormalSmall" wraponspaces="false" justifyH="LEFT" text="RECAP_INCOMING_MELEE_MISSED_DETAIL">
449 <Anchors>
450 <Anchor point="TOPLEFT" relativeTo="RecapPanelIncomingLabel" relativePoint="BOTTOMLEFT">
451 <Offset>
452 <AbsDimension x="0" y="-84"/>
453 </Offset>
454 </Anchor>
455 </Anchors>
456 <Color r=".85" g=".85" b=".85"/>
457 </FontString>
458 <FontString name="RecapPanelMissMissedLabel" inherits="GameFontNormalSmall" wraponspaces="false" justifyH="LEFT" text="RECAP_MISSED">
459 <Anchors>
460 <Anchor point="TOPLEFT" relativeTo="RecapPanelIncomingMissLabel" relativePoint="TOPLEFT">
461 <Offset>
462 <AbsDimension x="18" y="-16"/>
463 </Offset>
464 </Anchor>
465 </Anchors>
466 </FontString>
467 <FontString name="RecapPanelMissDodgedLabel" inherits="GameFontNormalSmall" wraponspaces="false" justifyH="LEFT" text="RECAP_DODGED">
468 <Anchors>
469 <Anchor point="TOPLEFT" relativeTo="RecapPanelMissMissedLabel" relativePoint="TOPRIGHT">
470 <Offset>
471 <AbsDimension x="80" y="0"/>
472 </Offset>
473 </Anchor>
474 </Anchors>
475 </FontString>
476 <FontString name="RecapPanelMissParriedLabel" inherits="GameFontNormalSmall" wraponspaces="false" justifyH="LEFT" text="RECAP_PARRIED">
477 <Anchors>
478 <Anchor point="TOPLEFT" relativeTo="RecapPanelMissMissedLabel" relativePoint="TOPLEFT">
479 <Offset>
480 <AbsDimension x="0" y="-16"/>
481 </Offset>
482 </Anchor>
483 </Anchors>
484 </FontString>
485 <FontString name="RecapPanelMissBlockedLabel" inherits="GameFontNormalSmall" wraponspaces="false" justifyH="LEFT" text="RECAP_BLOCKED">
486 <Anchors>
487 <Anchor point="TOPLEFT" relativeTo="RecapPanelMissDodgedLabel" relativePoint="TOPLEFT">
488 <Offset>
489 <AbsDimension x="0" y="-16"/>
490 </Offset>
491 </Anchor>
492 </Anchors>
493 </FontString>
494 </Layer>
495 </Layers>
496  
497 <Frames>
498 <Button name="RecapPanelMeleeDamage" inherits="RecapPanelLargeEntryTemplate" id="1">
499 <Anchors>
500 <Anchor point="TOPLEFT" relativeTo="RecapPanelDamageLabel" relativePoint="TOPRIGHT">
501 <Offset>
502 <AbsDimension x="2" y="0"/>
503 </Offset>
504 </Anchor>
505 </Anchors>
506 </Button>
507 <Button name="RecapPanelMeleeDamageP" inherits="RecapPanelSmallEntryTemplate" id="2">
508 <Anchors>
509 <Anchor point="TOPLEFT" relativeTo="RecapPanelMeleeDamage" relativePoint="TOPRIGHT"/>
510 </Anchors>
511 </Button>
512 <Button name="RecapPanelMeleeHits" inherits="RecapPanelLargeEntryTemplate" id="3">
513 <Anchors>
514 <Anchor point="TOPLEFT" relativeTo="RecapPanelMeleeDamage" relativePoint="BOTTOMLEFT"/>
515 </Anchors>
516 </Button>
517 <Button name="RecapPanelMeleeMissed" inherits="RecapPanelLargeEntryTemplate" id="5">
518 <Anchors>
519 <Anchor point="TOPLEFT" relativeTo="RecapPanelMeleeHits" relativePoint="BOTTOMLEFT"/>
520 </Anchors>
521 </Button>
522 <Button name="RecapPanelMeleeMissedP" inherits="RecapPanelSmallEntryTemplate" id="6">
523 <Anchors>
524 <Anchor point="TOPLEFT" relativeTo="RecapPanelMeleeMissed" relativePoint="TOPRIGHT"/>
525 </Anchors>
526 </Button>
527 <Button name="RecapPanelMeleeCrits" inherits="RecapPanelLargeEntryTemplate" id="7">
528 <Anchors>
529 <Anchor point="TOPLEFT" relativeTo="RecapPanelMeleeMissed" relativePoint="BOTTOMLEFT"/>
530 </Anchors>
531 </Button>
532 <Button name="RecapPanelMeleeCritsP" inherits="RecapPanelSmallEntryTemplate" id="8">
533 <Anchors>
534 <Anchor point="TOPLEFT" relativeTo="RecapPanelMeleeCrits" relativePoint="TOPRIGHT"/>
535 </Anchors>
536 </Button>
537 <Button name="RecapPanelNonMeleeDamage" inherits="RecapPanelLargeEntryTemplate" id="9">
538 <Anchors>
539 <Anchor point="TOPLEFT" relativeTo="RecapPanelMeleeDamageP" relativePoint="TOPRIGHT">
540 <Offset>
541 <AbsDimension x="8" y="0"/>
542 </Offset>
543 </Anchor>
544 </Anchors>
545 </Button>
546 <Button name="RecapPanelNonMeleeDamageP" inherits="RecapPanelSmallEntryTemplate" id="10">
547 <Anchors>
548 <Anchor point="TOPLEFT" relativeTo="RecapPanelNonMeleeDamage" relativePoint="TOPRIGHT"/>
549 </Anchors>
550 </Button>
551 <Button name="RecapPanelNonMeleeHits" inherits="RecapPanelLargeEntryTemplate" id="11">
552 <Anchors>
553 <Anchor point="TOPLEFT" relativeTo="RecapPanelNonMeleeDamage" relativePoint="BOTTOMLEFT"/>
554 </Anchors>
555 </Button>
556 <Button name="RecapPanelNonMeleeMissed" inherits="RecapPanelLargeEntryTemplate" id="13">
557 <Anchors>
558 <Anchor point="TOPLEFT" relativeTo="RecapPanelNonMeleeHits" relativePoint="BOTTOMLEFT"/>
559 </Anchors>
560 </Button>
561 <Button name="RecapPanelNonMeleeMissedP" inherits="RecapPanelSmallEntryTemplate" id="14">
562 <Anchors>
563 <Anchor point="TOPLEFT" relativeTo="RecapPanelNonMeleeMissed" relativePoint="TOPRIGHT"/>
564 </Anchors>
565 </Button>
566 <Button name="RecapPanelNonMeleeCrits" inherits="RecapPanelLargeEntryTemplate" id="15">
567 <Anchors>
568 <Anchor point="TOPLEFT" relativeTo="RecapPanelNonMeleeMissed" relativePoint="BOTTOMLEFT"/>
569 </Anchors>
570 </Button>
571 <Button name="RecapPanelNonMeleeCritsP" inherits="RecapPanelSmallEntryTemplate" id="16">
572 <Anchors>
573 <Anchor point="TOPLEFT" relativeTo="RecapPanelNonMeleeCrits" relativePoint="TOPRIGHT"/>
574 </Anchors>
575 </Button>
576 <Button name="RecapPanelMeleeAvg" inherits="RecapPanelLargeEntryTemplate" id="17">
577 <Anchors>
578 <Anchor point="TOPLEFT" relativeTo="RecapPanelMeleeCrits" relativePoint="BOTTOMLEFT"/>
579 </Anchors>
580 </Button>
581 <Button name="RecapPanelNonMeleeAvg" inherits="RecapPanelLargeEntryTemplate" id="18">
582 <Anchors>
583 <Anchor point="TOPLEFT" relativeTo="RecapPanelNonMeleeCrits" relativePoint="BOTTOMLEFT"/>
584 </Anchors>
585 </Button>
586 <Button name="RecapPanelMeleeMax" inherits="RecapPanelLargeEntryTemplate" id="19">
587 <Anchors>
588 <Anchor point="TOPLEFT" relativeTo="RecapPanelMeleeAvg" relativePoint="BOTTOMLEFT"/>
589 </Anchors>
590 </Button>
591 <Button name="RecapPanelNonMeleeMax" inherits="RecapPanelLargeEntryTemplate" id="20">
592 <Anchors>
593 <Anchor point="TOPLEFT" relativeTo="RecapPanelNonMeleeAvg" relativePoint="BOTTOMLEFT"/>
594 </Anchors>
595 </Button>
596 <Button name="RecapPanelMissMissed" inherits="RecapPanelWideEntryTemplate" id="21">
597 <Anchors>
598 <Anchor point="TOPLEFT" relativeTo="RecapPanelMissMissedLabel" relativePoint="TOPRIGHT">
599 <Offset>
600 <AbsDimension x="4" y="1"/>
601 </Offset>
602 </Anchor>
603 </Anchors>
604 </Button>
605 <Button name="RecapPanelMissDodged" inherits="RecapPanelWideEntryTemplate" id="22">
606 <Anchors>
607 <Anchor point="TOPLEFT" relativeTo="RecapPanelMissDodgedLabel" relativePoint="TOPRIGHT">
608 <Offset>
609 <AbsDimension x="4" y="1"/>
610 </Offset>
611 </Anchor>
612 </Anchors>
613 </Button>
614 <Button name="RecapPanelMissParried" inherits="RecapPanelWideEntryTemplate" id="23">
615 <Anchors>
616 <Anchor point="TOPLEFT" relativeTo="RecapPanelMissParriedLabel" relativePoint="TOPRIGHT">
617 <Offset>
618 <AbsDimension x="4" y="1"/>
619 </Offset>
620 </Anchor>
621 </Anchors>
622 </Button>
623 <Button name="RecapPanelMissBlocked" inherits="RecapPanelWideEntryTemplate" id="24">
624 <Anchors>
625 <Anchor point="TOPLEFT" relativeTo="RecapPanelMissBlockedLabel" relativePoint="TOPRIGHT">
626 <Offset>
627 <AbsDimension x="4" y="1"/>
628 </Offset>
629 </Anchor>
630 </Anchors>
631 </Button>
632 </Frames>
633 </Frame>
634  
635 <Frame name="RecapSubPanel2" toplevel="false" enableMouse="true" movable="true" parent="RecapPanel" hidden="true">
636 <Size>
637 <AbsDimension x="16" y="16"/>
638 </Size>
639 <Anchors>
640 <Anchor point="TOPLEFT" relativeTo="RecapPanel" relativePoint="TOPLEFT"/>
641 </Anchors>
642 <Layers>
643 <Layer level="ARTWORK">
644 <FontString name="RecapPanelOutgoingLabel" inherits="GameFontNormalSmall" wraponspaces="false" justifyH="LEFT" text="RECAP_SPELL_OR_ABILITY">
645 <Anchors>
646 <Anchor point="TOPLEFT">
647 <Offset>
648 <AbsDimension x="8" y="-32"/>
649 </Offset>
650 </Anchor>
651 </Anchors>
652 </FontString>
653 <Texture name="RecapPanelOutgoingBottomBar" file="Interface\TradeSkillFrame\UI-TradeSkill-SkillBorder">
654 <Size>
655 <AbsDimension x="267" y="8"/>
656 </Size>
657 <Anchors>
658 <Anchor point="TOPLEFT">
659 <Offset>
660 <AbsDimension x="4" y="-114"/>
661 </Offset>
662 </Anchor>
663 </Anchors>
664 <TexCoords left="0.1" right="1.0" top="0" bottom="0.25"/>
665 </Texture>
666 <FontString name="RecapPanelOutgoingDamageLabel" inherits="GameFontNormalSmall" wraponspaces="false" justifyH="LEFT" text="RECAP_DAMAGE">
667 <Anchors>
668 <Anchor point="TOPRIGHT">
669 <Offset>
670 <AbsDimension x="46" y="-122"/>
671 </Offset>
672 </Anchor>
673 </Anchors>
674 </FontString>
675 <FontString name="RecapPanelOutgoingMissPLabel" inherits="GameFontNormalSmall" wraponspaces="false" justifyH="LEFT" text="RECAP_MISSES">
676 <Anchors>
677 <Anchor point="TOPRIGHT" relativeTo="RecapPanelOutgoingDamageLabel" relativePoint="TOPRIGHT">
678 <Offset>
679 <AbsDimension x="128" y="0"/>
680 </Offset>
681 </Anchor>
682 </Anchors>
683 </FontString>
684 <FontString name="RecapPanelOutgoingHitsLabel" inherits="GameFontNormalSmall" wraponspaces="false" justifyH="RIGHT" text="RECAP_HITS">
685 <Anchors>
686 <Anchor point="TOPRIGHT" relativeTo="RecapPanelOutgoingDamageLabel" relativePoint="TOPRIGHT">
687 <Offset>
688 <AbsDimension x="-20" y="-13"/>
689 </Offset>
690 </Anchor>
691 </Anchors>
692 </FontString>
693 <FontString name="RecapPanelOutgoingHitsAvgLabel" inherits="GameFontNormalSmall" wraponspaces="false" justifyH="RIGHT" text="RECAP_AVG">
694 <Anchors>
695 <Anchor point="TOPLEFT" relativeTo="RecapPanelOutgoingHitsLabel" relativePoint="TOPRIGHT">
696 <Offset>
697 <AbsDimension x="40" y="0"/>
698 </Offset>
699 </Anchor>
700 </Anchors>
701 </FontString>
702 <FontString name="RecapPanelOutgoingHitsMaxLabel" inherits="GameFontNormalSmall" wraponspaces="false" justifyH="RIGHT" text="RECAP_MAX">
703 <Anchors>
704 <Anchor point="TOPLEFT" relativeTo="RecapPanelOutgoingHitsAvgLabel" relativePoint="TOPRIGHT">
705 <Offset>
706 <AbsDimension x="40" y="0"/>
707 </Offset>
708 </Anchor>
709 </Anchors>
710 </FontString>
711 <FontString name="RecapPanelOutgoingCritPLabel" inherits="GameFontNormalSmall" wraponspaces="false" justifyH="LEFT" text="RECAP_CRIT_P">
712 <Anchors>
713 <Anchor point="TOPLEFT" relativeTo="RecapPanelOutgoingHitsMaxLabel" relativePoint="TOPRIGHT">
714 <Offset>
715 <AbsDimension x="50" y="-6"/>
716 </Offset>
717 </Anchor>
718 </Anchors>
719 </FontString>
720 <FontString name="RecapPanelOutgoingCritsLabel" inherits="GameFontNormalSmall" wraponspaces="false" justifyH="RIGHT" text="RECAP_CRITS">
721 <Anchors>
722 <Anchor point="TOPRIGHT" relativeTo="RecapPanelOutgoingHitsLabel" relativePoint="TOPRIGHT">
723 <Offset>
724 <AbsDimension x="0" y="-13"/>
725 </Offset>
726 </Anchor>
727 </Anchors>
728 </FontString>
729 <FontString name="RecapPanelOutgoingCritsAvgLabel" inherits="GameFontNormalSmall" wraponspaces="false" justifyH="RIGHT" text="RECAP_AVG">
730 <Anchors>
731 <Anchor point="TOPLEFT" relativeTo="RecapPanelOutgoingCritsLabel" relativePoint="TOPRIGHT">
732 <Offset>
733 <AbsDimension x="40" y="0"/>
734 </Offset>
735 </Anchor>
736 </Anchors>
737 </FontString>
738 <FontString name="RecapPanelOutgoingCritsMaxLabel" inherits="GameFontNormalSmall" wraponspaces="false" justifyH="RIGHT" text="RECAP_MAX">
739 <Anchors>
740 <Anchor point="TOPLEFT" relativeTo="RecapPanelOutgoingCritsAvgLabel" relativePoint="TOPRIGHT">
741 <Offset>
742 <AbsDimension x="40" y="0"/>
743 </Offset>
744 </Anchor>
745 </Anchors>
746 </FontString>
747 <FontString name="RecapPanelOutgoingTicksLabel" inherits="GameFontNormalSmall" wraponspaces="false" justifyH="RIGHT" text="RECAP_TICKS">
748 <Anchors>
749 <Anchor point="TOPRIGHT" relativeTo="RecapPanelOutgoingCritsLabel" relativePoint="TOPRIGHT">
750 <Offset>
751 <AbsDimension x="0" y="-13"/>
752 </Offset>
753 </Anchor>
754 </Anchors>
755 </FontString>
756 <FontString name="RecapPanelOutgoingTicksAvgLabel" inherits="GameFontNormalSmall" wraponspaces="false" justifyH="RIGHT" text="RECAP_AVG">
757 <Anchors>
758 <Anchor point="TOPLEFT" relativeTo="RecapPanelOutgoingTicksLabel" relativePoint="TOPRIGHT">
759 <Offset>
760 <AbsDimension x="40" y="0"/>
761 </Offset>
762 </Anchor>
763 </Anchors>
764 </FontString>
765 <FontString name="RecapPanelOutgoingTicksMaxLabel" inherits="GameFontNormalSmall" wraponspaces="false" justifyH="RIGHT" text="RECAP_MAX">
766 <Anchors>
767 <Anchor point="TOPLEFT" relativeTo="RecapPanelOutgoingTicksAvgLabel" relativePoint="TOPRIGHT">
768 <Offset>
769 <AbsDimension x="40" y="0"/>
770 </Offset>
771 </Anchor>
772 </Anchors>
773 </FontString>
774  
775 </Layer>
776 </Layers>
777  
778 <Frames>
779 <Button name="RecapPanelOutgoingTotal">
780 <Size>
781 <AbsDimension x="60" y="12"/>
782 </Size>
783 <Anchors>
784 <Anchor point="TOPRIGHT" relativeTo="RecapPanelOutgoingLabel" relativePoint="TOPLEFT">
785 <Offset>
786 <AbsDimension x="195" y="0"/>
787 </Offset>
788 </Anchor>
789 </Anchors>
790 <HighlightTexture file="Interface\QuestFrame\UI-QuestTitleHighlight" alphaMode="ADD"/>
791 <Layers>
792 <Layer level="BACKGROUND">
793 <FontString name="RecapPanelOutgoingTotalLabel" inherits="GameFontNormalSmall" wraponspaces="false" justifyH="RIGHT" text="Label">
794 <Size>
795 <AbsDimension x="60" y="12"/>
796 </Size>
797 </FontString>
798 </Layer>
799 </Layers>
800 <Scripts>
801 <OnEnter>
802 Recap_OnTooltip(recap.Opt.PanelDetail.value)
803 </OnEnter>
804 <OnLeave>
805 GameTooltip:Hide()
806 </OnLeave>
807 <OnMouseUp>
808 RecapDetailHeader_OnMouseUp(arg1)
809 </OnMouseUp>
810 <OnClick>
811 RecapDetailHeader_OnClick()
812 </OnClick>
813 </Scripts>
814 </Button>
815  
816 <Button name="RecapPanelOutgoingTotalPLabel">
817 <Size>
818 <AbsDimension x="32" y="12"/>
819 </Size>
820 <Anchors>
821 <Anchor point="TOPRIGHT" relativeTo="RecapPanelOutgoingLabel" relativePoint="TOPLEFT">
822 <Offset>
823 <AbsDimension x="230" y="0"/>
824 </Offset>
825 </Anchor>
826 </Anchors>
827 <Layers>
828 <Layer level="BACKGROUND">
829 <FontString inherits="GameFontNormalSmall" wraponspaces="false" justifyH="RIGHT" text="%">
830 <Size>
831 <AbsDimension x="32" y="12"/>
832 </Size>
833 </FontString>
834 </Layer>
835 </Layers>
836 <Scripts>
837 <OnEnter>
838 Recap_OnTooltip("Contribution")
839 </OnEnter>
840 <OnLeave>
841 GameTooltip:Hide()
842 </OnLeave>
843 </Scripts>
844 </Button>
845  
846 <Button name="RecapPanelDetail1" inherits="RecapPanelDetailTemplate" id="1">
847 <Anchors>
848 <Anchor point="TOPLEFT" relativeTo="RecapPanelOutgoingLabel" relativePoint="BOTTOMLEFT">
849 <Offset>
850 <AbsDimension x="0" y="-2"/>
851 </Offset>
852 </Anchor>
853 </Anchors>
854 </Button>
855 <Button name="RecapPanelDetail2" inherits="RecapPanelDetailTemplate" id="2">
856 <Anchors>
857 <Anchor point="TOPLEFT" relativeTo="RecapPanelDetail1" relativePoint="BOTTOMLEFT"/>
858 </Anchors>
859 </Button>
860 <Button name="RecapPanelDetail3" inherits="RecapPanelDetailTemplate" id="3">
861 <Anchors>
862 <Anchor point="TOPLEFT" relativeTo="RecapPanelDetail2" relativePoint="BOTTOMLEFT"/>
863 </Anchors>
864 </Button>
865 <Button name="RecapPanelDetail4" inherits="RecapPanelDetailTemplate" id="4">
866 <Anchors>
867 <Anchor point="TOPLEFT" relativeTo="RecapPanelDetail3" relativePoint="BOTTOMLEFT"/>
868 </Anchors>
869 </Button>
870 <Button name="RecapPanelDetail5" inherits="RecapPanelDetailTemplate" id="5">
871 <Anchors>
872 <Anchor point="TOPLEFT" relativeTo="RecapPanelDetail4" relativePoint="BOTTOMLEFT"/>
873 </Anchors>
874 </Button>
875  
876 <Button name="RecapPanelOutgoingDamage" inherits="RecapPanelLargeEntryTemplate" id="45">
877 <Anchors>
878 <Anchor point="TOPLEFT" relativeTo="RecapPanelOutgoingDamageLabel" relativePoint="TOPRIGHT"/>
879 </Anchors>
880 </Button>
881 <Button name="RecapPanelOutgoingHits" inherits="RecapPanelTinyEntryTemplate" id="46">
882 <Anchors>
883 <Anchor point="TOPLEFT" relativeTo="RecapPanelOutgoingHitsLabel" relativePoint="TOPRIGHT"/>
884 </Anchors>
885 </Button>
886 <Button name="RecapPanelOutgoingCrits" inherits="RecapPanelTinyEntryTemplate" id="47">
887 <Anchors>
888 <Anchor point="TOPLEFT" relativeTo="RecapPanelOutgoingCritsLabel" relativePoint="TOPRIGHT"/>
889 </Anchors>
890 </Button>
891 <Button name="RecapPanelOutgoingTicks" inherits="RecapPanelTinyEntryTemplate" id="54">
892 <Anchors>
893 <Anchor point="TOPLEFT" relativeTo="RecapPanelOutgoingTicksLabel" relativePoint="TOPRIGHT"/>
894 </Anchors>
895 </Button>
896 <Button name="RecapPanelOutgoingHitsAvg" inherits="RecapPanelTinyEntryTemplate" id="48">
897 <Anchors>
898 <Anchor point="TOPLEFT" relativeTo="RecapPanelOutgoingHitsAvgLabel" relativePoint="TOPRIGHT"/>
899 </Anchors>
900 </Button>
901 <Button name="RecapPanelOutgoingCritsAvg" inherits="RecapPanelTinyEntryTemplate" id="49">
902 <Anchors>
903 <Anchor point="TOPLEFT" relativeTo="RecapPanelOutgoingCritsAvgLabel" relativePoint="TOPRIGHT"/>
904 </Anchors>
905 </Button>
906 <Button name="RecapPanelOutgoingTicksAvg" inherits="RecapPanelTinyEntryTemplate" id="55">
907 <Anchors>
908 <Anchor point="TOPLEFT" relativeTo="RecapPanelOutgoingTicksAvgLabel" relativePoint="TOPRIGHT"/>
909 </Anchors>
910 </Button>
911 <Button name="RecapPanelOutgoingHitsMax" inherits="RecapPanelTinyEntryTemplate" id="50">
912 <Anchors>
913 <Anchor point="TOPLEFT" relativeTo="RecapPanelOutgoingHitsMaxLabel" relativePoint="TOPRIGHT"/>
914 </Anchors>
915 </Button>
916 <Button name="RecapPanelOutgoingCritsMax" inherits="RecapPanelTinyEntryTemplate" id="51">
917 <Anchors>
918 <Anchor point="TOPLEFT" relativeTo="RecapPanelOutgoingCritsMaxLabel" relativePoint="TOPRIGHT"/>
919 </Anchors>
920 </Button>
921 <Button name="RecapPanelOutgoingTicksMax" inherits="RecapPanelTinyEntryTemplate" id="56">
922 <Anchors>
923 <Anchor point="TOPLEFT" relativeTo="RecapPanelOutgoingTicksMaxLabel" relativePoint="TOPRIGHT"/>
924 </Anchors>
925 </Button>
926 <Button name="RecapPanelOutgoingMissP" inherits="RecapPanelWideEntryTemplate" id="52">
927 <Anchors>
928 <Anchor point="TOPLEFT" relativeTo="RecapPanelOutgoingMissPLabel" relativePoint="TOPRIGHT">
929 <Offset>
930 <AbsDimension x="2" y="0"/>
931 </Offset>
932 </Anchor>
933 </Anchors>
934 </Button>
935  
936 <Button name="RecapPanelOutgoingCritP" inherits="RecapPanelEntryTemplate" id="53">
937 <Size>
938 <AbsDimension x="35" y="12"/>
939 </Size>
940 <Anchors>
941 <Anchor point="TOPLEFT" relativeTo="RecapPanelOutgoingCritPLabel" relativePoint="BOTTOMLEFT">
942 <Offset>
943 <AbsDimension x="-2" y="-1"/>
944 </Offset>
945 </Anchor>
946 </Anchors>
947 <Layers>
948 <Layer level="ARTWORK">
949 <FontString name="$parentText" inherits="GameFontHighlightSmall" wraponspaces="false" justifyH="CENTER" text="100%">
950 <Size>
951 <AbsDimension x="35" y="12"/>
952 </Size>
953 <Anchors>
954 <Anchor point="TOPLEFT" relativeTo="$parent" relativePoint="TOPLEFT"/>
955 </Anchors>
956 </FontString>
957 </Layer>
958 </Layers>
959 </Button>
960  
961  
962 <ScrollFrame name="RecapPanelDetailsScrollBar" inherits="FauxScrollFrameTemplate">
963 <Size>
964 <AbsDimension x="230" y="78"/>
965 </Size>
966 <Anchors>
967 <Anchor point="TOPRIGHT" relativeTo="RecapPanelDetail1" relativePoint="TOPRIGHT">
968 <Offset>
969 <AbsDimension x="4" y="9"/>
970 </Offset>
971 </Anchor>
972 </Anchors>
973 <Scripts>
974 <OnVerticalScroll>
975 FauxScrollFrame_OnVerticalScroll(5, RecapPanelDetailsScrollBar_Update)
976 </OnVerticalScroll>
977 </Scripts>
978 </ScrollFrame>
979  
980 </Frames>
981  
982 </Frame>
983  
984  
985 <Frame name="RecapSubPanel3" toplevel="false" enableMouse="true" movable="true" parent="RecapPanel" hidden="true">
986 <Size>
987 <AbsDimension x="16" y="16"/>
988 </Size>
989 <Anchors>
990 <Anchor point="TOPLEFT" relativeTo="RecapPanel" relativePoint="TOPLEFT"/>
991 </Anchors>
992 <Layers>
993 <Layer level="ARTWORK">
994 <FontString name="RecapPanelSummaryLabel" inherits="GameFontNormal" wraponspaces="false" justifyH="RIGHT" text="RECAP_SUMMARY">
995 <Anchors>
996 <Anchor point="TOPRIGHT">
997 <Offset>
998 <AbsDimension x="68" y="-36"/>
999 </Offset>
1000 </Anchor>
1001 </Anchors>
1002 <Color r=".85" g=".85" b=".85"/>
1003 </FontString>
1004 <FontString name="RecapPanelTimeLabel" inherits="GameFontNormal" wraponspaces="false" justifyH="RIGHT" text="RECAP_TIME">
1005 <Anchors>
1006 <Anchor point="TOPRIGHT" relativeTo="RecapPanelSummaryLabel" relativePoint="TOPRIGHT">
1007 <Offset>
1008 <AbsDimension x="0" y="-16"/>
1009 </Offset>
1010 </Anchor>
1011 </Anchors>
1012 </FontString>
1013 <FontString name="RecapPanelMaxHitLabel" inherits="GameFontNormal" wraponspaces="false" justifyH="RIGHT" text="RECAP_MAX">
1014 <Anchors>
1015 <Anchor point="TOPRIGHT" relativeTo="RecapPanelTimeLabel" relativePoint="TOPRIGHT">
1016 <Offset>
1017 <AbsDimension x="0" y="-16"/>
1018 </Offset>
1019 </Anchor>
1020 </Anchors>
1021 </FontString>
1022 <FontString name="RecapPanelDeathsLabel" inherits="GameFontNormal" wraponspaces="false" justifyH="RIGHT" text="RECAP_DEATHS">
1023 <Anchors>
1024 <Anchor point="TOPRIGHT" relativeTo="RecapPanelMaxHitLabel" relativePoint="TOPRIGHT">
1025 <Offset>
1026 <AbsDimension x="0" y="-16"/>
1027 </Offset>
1028 </Anchor>
1029 </Anchors>
1030 </FontString>
1031 <FontString name="RecapPanelHealsLabel" inherits="GameFontNormal" wraponspaces="false" justifyH="RIGHT" text="RECAP_HEALS">
1032 <Anchors>
1033 <Anchor point="TOPRIGHT" relativeTo="RecapPanelDeathsLabel" relativePoint="TOPRIGHT">
1034 <Offset>
1035 <AbsDimension x="0" y="-16"/>
1036 </Offset>
1037 </Anchor>
1038 </Anchors>
1039 </FontString>
1040 <FontString name="RecapPanelDmgInLabel" inherits="GameFontNormal" wraponspaces="false" justifyH="RIGHT" text="RECAP_DMG_IN">
1041 <Anchors>
1042 <Anchor point="TOPRIGHT" relativeTo="RecapPanelHealsLabel" relativePoint="TOPRIGHT">
1043 <Offset>
1044 <AbsDimension x="0" y="-16"/>
1045 </Offset>
1046 </Anchor>
1047 </Anchors>
1048 </FontString>
1049 <FontString name="RecapPanelDmgOutLabel" inherits="GameFontNormal" wraponspaces="false" justifyH="RIGHT" text="RECAP_DMG_OUT">
1050 <Anchors>
1051 <Anchor point="TOPRIGHT" relativeTo="RecapPanelDmgInLabel" relativePoint="TOPRIGHT">
1052 <Offset>
1053 <AbsDimension x="0" y="-16"/>
1054 </Offset>
1055 </Anchor>
1056 </Anchors>
1057 </FontString>
1058 <FontString name="RecapPanelDPSLabel" inherits="GameFontNormal" wraponspaces="false" justifyH="RIGHT" text="RECAP_DPS">
1059 <Anchors>
1060 <Anchor point="TOPRIGHT" relativeTo="RecapPanelDmgOutLabel" relativePoint="TOPRIGHT">
1061 <Offset>
1062 <AbsDimension x="0" y="-16"/>
1063 </Offset>
1064 </Anchor>
1065 </Anchors>
1066 </FontString>
1067 <FontString name="RecapPanelLastLabel" inherits="GameFontNormal" wraponspaces="false" justifyH="RIGHT" text="RECAP_LAST_FIGHT">
1068 <Anchors>
1069 <Anchor point="TOPRIGHT" relativeTo="RecapPanelSummaryLabel" relativePoint="TOPRIGHT">
1070 <Offset>
1071 <AbsDimension x="75" y="0"/>
1072 </Offset>
1073 </Anchor>
1074 </Anchors>
1075 </FontString>
1076 <FontString name="RecapPanelAllLabel" inherits="GameFontNormal" wraponspaces="false" justifyH="RIGHT" text="RECAP_ALL_FIGHTS">
1077 <Anchors>
1078 <Anchor point="TOPRIGHT" relativeTo="RecapPanelLastLabel" relativePoint="TOPRIGHT">
1079 <Offset>
1080 <AbsDimension x="73" y="0"/>
1081 </Offset>
1082 </Anchor>
1083 </Anchors>
1084 </FontString>
1085  
1086 </Layer>
1087 </Layers>
1088 <Frames>
1089 <Button name="RecapPanelLastTime" inherits="RecapPanelBigEntryTemplate" id="25">
1090 <Anchors>
1091 <Anchor point="TOPLEFT" relativeTo="RecapPanelTimeLabel" relativePoint="TOPRIGHT">
1092 <Offset>
1093 <AbsDimension x="16" y="0"/>
1094 </Offset>
1095 </Anchor>
1096 </Anchors>
1097 </Button>
1098 <Button name="RecapPanelLastMax" inherits="RecapPanelBigEntryTemplate" id="26">
1099 <Anchors>
1100 <Anchor point="TOPLEFT" relativeTo="RecapPanelMaxHitLabel" relativePoint="TOPRIGHT">
1101 <Offset>
1102 <AbsDimension x="16" y="0"/>
1103 </Offset>
1104 </Anchor>
1105 </Anchors>
1106 </Button>
1107 <Button name="RecapPanelLastDeaths" inherits="RecapPanelBigEntryTemplate" id="27">
1108 <Anchors>
1109 <Anchor point="TOPLEFT" relativeTo="RecapPanelDeathsLabel" relativePoint="TOPRIGHT">
1110 <Offset>
1111 <AbsDimension x="16" y="0"/>
1112 </Offset>
1113 </Anchor>
1114 </Anchors>
1115 </Button>
1116 <Button name="RecapPanelLastHeals" inherits="RecapPanelBigEntryTemplate" id="28">
1117 <Anchors>
1118 <Anchor point="TOPLEFT" relativeTo="RecapPanelHealsLabel" relativePoint="TOPRIGHT">
1119 <Offset>
1120 <AbsDimension x="16" y="0"/>
1121 </Offset>
1122 </Anchor>
1123 </Anchors>
1124 </Button>
1125 <Button name="RecapPanelLastDmgIn" inherits="RecapPanelBigEntryTemplate" id="29">
1126 <Anchors>
1127 <Anchor point="TOPLEFT" relativeTo="RecapPanelDmgInLabel" relativePoint="TOPRIGHT">
1128 <Offset>
1129 <AbsDimension x="16" y="0"/>
1130 </Offset>
1131 </Anchor>
1132 </Anchors>
1133 </Button>
1134 <Button name="RecapPanelLastDmgOut" inherits="RecapPanelBigEntryTemplate" id="30">
1135 <Anchors>
1136 <Anchor point="TOPLEFT" relativeTo="RecapPanelDmgOutLabel" relativePoint="TOPRIGHT">
1137 <Offset>
1138 <AbsDimension x="16" y="0"/>
1139 </Offset>
1140 </Anchor>
1141 </Anchors>
1142 </Button>
1143 <Button name="RecapPanelLastDPS" inherits="RecapPanelBigEntryTemplate" id="31">
1144 <Anchors>
1145 <Anchor point="TOPLEFT" relativeTo="RecapPanelDPSLabel" relativePoint="TOPRIGHT">
1146 <Offset>
1147 <AbsDimension x="16" y="0"/>
1148 </Offset>
1149 </Anchor>
1150 </Anchors>
1151 </Button>
1152 <Button name="RecapPanelAllTime" inherits="RecapPanelBigEntryTemplate" id="35">
1153 <Anchors>
1154 <Anchor point="TOPLEFT" relativeTo="RecapPanelLastTime" relativePoint="TOPRIGHT">
1155 <Offset>
1156 <AbsDimension x="10" y="0"/>
1157 </Offset>
1158 </Anchor>
1159 </Anchors>
1160 </Button>
1161 <Button name="RecapPanelAllMax" inherits="RecapPanelBigEntryTemplate" id="36">
1162 <Anchors>
1163 <Anchor point="TOPLEFT" relativeTo="RecapPanelLastMax" relativePoint="TOPRIGHT">
1164 <Offset>
1165 <AbsDimension x="10" y="0"/>
1166 </Offset>
1167 </Anchor>
1168 </Anchors>
1169 </Button>
1170 <Button name="RecapPanelAllDeaths" inherits="RecapPanelBigEntryTemplate" id="37">
1171 <Anchors>
1172 <Anchor point="TOPLEFT" relativeTo="RecapPanelLastDeaths" relativePoint="TOPRIGHT">
1173 <Offset>
1174 <AbsDimension x="10" y="0"/>
1175 </Offset>
1176 </Anchor>
1177 </Anchors>
1178 </Button>
1179 <Button name="RecapPanelAllHeals" inherits="RecapPanelBigEntryTemplate" id="38">
1180 <Anchors>
1181 <Anchor point="TOPLEFT" relativeTo="RecapPanelLastHeals" relativePoint="TOPRIGHT">
1182 <Offset>
1183 <AbsDimension x="10" y="0"/>
1184 </Offset>
1185 </Anchor>
1186 </Anchors>
1187 </Button>
1188 <Button name="RecapPanelAllDmgIn" inherits="RecapPanelBigEntryTemplate" id="39">
1189 <Anchors>
1190 <Anchor point="TOPLEFT" relativeTo="RecapPanelLastDmgIn" relativePoint="TOPRIGHT">
1191 <Offset>
1192 <AbsDimension x="10" y="0"/>
1193 </Offset>
1194 </Anchor>
1195 </Anchors>
1196 </Button>
1197 <Button name="RecapPanelAllDmgOut" inherits="RecapPanelBigEntryTemplate" id="40">
1198 <Anchors>
1199 <Anchor point="TOPLEFT" relativeTo="RecapPanelLastDmgOut" relativePoint="TOPRIGHT">
1200 <Offset>
1201 <AbsDimension x="10" y="0"/>
1202 </Offset>
1203 </Anchor>
1204 </Anchors>
1205 </Button>
1206 <Button name="RecapPanelAllDPS" inherits="RecapPanelBigEntryTemplate" id="41">
1207 <Anchors>
1208 <Anchor point="TOPLEFT" relativeTo="RecapPanelLastDPS" relativePoint="TOPRIGHT">
1209 <Offset>
1210 <AbsDimension x="10" y="0"/>
1211 </Offset>
1212 </Anchor>
1213 </Anchors>
1214 </Button>
1215 </Frames>
1216 </Frame>
1217  
1218 </Frames>
1219  
1220 <Scripts>
1221 <OnLoad>
1222 this:SetBackdropBorderColor(.5,.5,.5,1)
1223 RecapPanelTopBar:SetVertexColor(.65,.65,.65,1)
1224 RecapPanelBottomBar:SetVertexColor(.65,.65,.65,1)
1225 RecapPanelOutgoingBottomBar:SetVertexColor(.65,.65,.65,1)
1226 </OnLoad>
1227 <OnMouseDown>
1228 RecapPanel_OnMouseDown(arg1)
1229 </OnMouseDown>
1230 <OnMouseUp>
1231 RecapPanel_OnMouseUp(arg1)
1232 </OnMouseUp>
1233 <OnHide>
1234 recap_temp.Selected = 0
1235 recap_temp.DetailSelected = 0
1236 RecapScrollBar_Update()
1237 </OnHide>
1238 </Scripts>
1239  
1240 </Frame>
1241 </Ui>
1242