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:\Projects\WoW\Bin\Interface\FrameXML\UI.xsd">
2  
3 <Button name = "RecapAnchorTemplate" virtual="true">
4 <Size>
5 <AbsDimension x="16" y="16"/>
6 </Size>
7 <Scripts>
8 <OnEnter>
9 RecapAnchor_OnEnter()
10 </OnEnter>
11 <OnLeave>
12 GameTooltip:Hide()
13 </OnLeave>
14 <OnClick>
15 RecapAnchor_OnClick()
16 </OnClick>
17 </Scripts>
18 <NormalTexture file="Interface\AddOns\Recap\RecapButtons-Up">
19 <TexCoords left="0.25" right="0.495" top="0" bottom="0.245"/>
20 </NormalTexture>
21 <PushedTexture file="Interface\AddOns\Recap\RecapButtons-Down">
22 <TexCoords left="0.25" right="0.495" top="0" bottom="0.245"/>
23 </PushedTexture>
24 <HighlightTexture file="Interface\AddOns\Recap\Status-Idle" alphaMode="ADD"/>
25 </Button>
26  
27 <Button name = "Recap_DropMenuTemplate" virtual="true">
28 <Size>
29 <AbsDimension x="94" y="14"/>
30 </Size>
31 <HighlightTexture file="Interface\QuestFrame\UI-QuestTitleHighlight" alphaMode="ADD"/>
32 <NormalText name="$parent_Text" inherits="GameFontHighLightSmall" justifyH="RIGHT" text=" ">
33 <Size>
34 <AbsDimension x="64" y="14"/>
35 </Size>
36 <Anchors>
37 <Anchor point="RIGHT">
38 <Offset>
39 <AbsDimension x="-20" y="0"/>
40 </Offset>
41 </Anchor>
42 </Anchors>
43 </NormalText>
44 <Scripts>
45 <OnClick>
46 RecapDropMenu_OnClick()
47 </OnClick>
48 <OnEnter>
49 RecapDropMenu_OnEnter()
50 </OnEnter>
51 <OnLeave>
52 GameTooltip:Hide()
53 </OnLeave>
54 </Scripts>
55 </Button>
56  
57 <Frame name="Recap_DropDownMenuTemplate" virtual="true">
58 <Size>
59 <AbsDimension x="40" y="32"/>
60 </Size>
61 <Layers>
62 <Layer level="ARTWORK">
63 <Texture name="$parentLeft" file="Interface\Glues\CharacterCreate\CharacterCreate-LabelFrame">
64 <Size>
65 <AbsDimension x="25" y="64"/>
66 </Size>
67 <Anchors>
68 <Anchor point="TOPLEFT">
69 <Offset>
70 <AbsDimension x="0" y="17"/>
71 </Offset>
72 </Anchor>
73 </Anchors>
74 <TexCoords left="0" right="0.1953125" top="0" bottom="1"/>
75 </Texture>
76 <Texture name="$parentMiddle" file="Interface\Glues\CharacterCreate\CharacterCreate-LabelFrame">
77 <Size>
78 <AbsDimension x="80" y="64"/>
79 </Size>
80 <Anchors>
81 <Anchor point="LEFT" relativeTo="$parentLeft" relativePoint="RIGHT"/>
82 </Anchors>
83 <TexCoords left="0.1953125" right="0.8046875" top="0" bottom="1"/>
84 </Texture>
85 <Texture name="$parentRight" file="Interface\Glues\CharacterCreate\CharacterCreate-LabelFrame">
86 <Size>
87 <AbsDimension x="25" y="64"/>
88 </Size>
89 <Anchors>
90 <Anchor point="LEFT" relativeTo="$parentMiddle" relativePoint="RIGHT"/>
91 </Anchors>
92 <TexCoords left="0.8046875" right="1" top="0" bottom="1"/>
93 </Texture>
94 <FontString name="$parentText" inherits="GameFontHighlightSmall" justifyH="RIGHT">
95 <Size>
96 <AbsDimension x="0" y="10"/>
97 </Size>
98 <Anchors>
99 <Anchor point="RIGHT" relativeTo="$parentRight">
100 <Offset>
101 <AbsDimension x="-43" y="2"/>
102 </Offset>
103 </Anchor>
104 </Anchors>
105 </FontString>
106 </Layer>
107 </Layers>
108 <Frames>
109 <Button name="$parentButton">
110 <Size>
111 <AbsDimension x="24" y="24"/>
112 </Size>
113 <Anchors>
114 <Anchor point="TOPRIGHT" relativeTo="$parentRight">
115 <Offset>
116 <AbsDimension x="-16" y="-18"/>
117 </Offset>
118 </Anchor>
119 </Anchors>
120 <Scripts>
121 <OnClick>
122 Recap_ToggleDropDown()
123 PlaySound("igMainMenuOptionCheckBoxOn")
124 </OnClick>
125 </Scripts>
126 <NormalTexture name="$parentNormalTexture" file="Interface\ChatFrame\UI-ChatIcon-ScrollDown-Up">
127 <Size>
128 <AbsDimension x="24" y="24"/>
129 </Size>
130 <Anchors>
131 <Anchor point="RIGHT"/>
132 </Anchors>
133 </NormalTexture>
134 <PushedTexture name="$parentPushedTexture" file="Interface\ChatFrame\UI-ChatIcon-ScrollDown-Down">
135 <Size>
136 <AbsDimension x="24" y="24"/>
137 </Size>
138 <Anchors>
139 <Anchor point="RIGHT"/>
140 </Anchors>
141 </PushedTexture>
142 <HighlightTexture name="$parentHighlightTexture" file="Interface\Buttons\UI-Common-MouseHilight" alphaMode="ADD">
143 <Size>
144 <AbsDimension x="24" y="24"/>
145 </Size>
146 <Anchors>
147 <Anchor point="RIGHT"/>
148 </Anchors>
149 </HighlightTexture>
150 </Button>
151 </Frames>
152 </Frame>
153  
154  
155 <CheckButton name="RecapOptCheckTemplate" inherits="UICheckButtonTemplate" virtual="true">
156 <Size>
157 <AbsDimension x="20" y="20"/>
158 </Size>
159 <Scripts>
160 <OnEnter>
161 RecapOptCheck_OnEnter()
162 </OnEnter>
163 <OnLeave>
164 GameTooltip:Hide()
165 </OnLeave>
166 <OnClick>
167 RecapOptCheck_OnClick()
168 </OnClick>
169 </Scripts>
170 </CheckButton>
171  
172 <Button name="RecapOptTabTemplate" inherits="UIPanelButtonGrayTemplate" virtual="true">
173 <Size>
174 <AbsDimension x="70" y="32"/>
175 </Size>
176 <Scripts>
177 <OnEnter>
178 RecapOptTab_OnEnter()
179 </OnEnter>
180 <OnLeave>
181 GameTooltip:Hide()
182 </OnLeave>
183 <OnClick>
184 RecapOptTab_OnClick()
185 </OnClick>
186 </Scripts>
187 </Button>
188  
189 <Button name = "RecapSetsBack" virtual="true">
190 <Size>
191 <AbsDimension x="300" y="12" />
192 </Size>
193 <Layers>
194 <Layer level="BACKGROUND">
195 <Texture file="Interface\DialogFrame\UI-DialogBox-Background">
196 <Size>
197 <AbsDimension x="300" y="10"/>
198 </Size>
199 <Anchors>
200 <Anchor point="TOPLEFT">
201 <Offset>
202 <AbsDimension x="0" y="-1"/>
203 </Offset>
204 </Anchor>
205 </Anchors>
206 <TexCoords left="0" right="0.09375" top="0" bottom="1.0"/>
207 </Texture>
208 </Layer>
209 </Layers>
210 <HighlightTexture file="Interface\QuestFrame\UI-QuestLogTitleHighlight" alphaMode="ADD"/>
211 </Button>
212  
213 <Button name = "RecapFightDataSetTemplate" virtual="true">
214 <Size>
215 <AbsDimension x="300" y="12" />
216 </Size>
217 <Layers>
218 <Layer level="BORDER">
219 <FontString name="$parent_Name" inherits="GameFontHighlightSmall" wraponspaces="false" justifyH="LEFT" text="RECAP_SET_NAME">
220 <Size>
221 <AbsDimension x="100" y="12"/>
222 </Size>
223 <Anchors>
224 <Anchor point="TOPLEFT"/>
225 </Anchors>
226 </FontString>
227 <FontString name="$parent_Date" inherits="GameFontHighlightSmall" justifyH="CENTER" text="RECAP_SAVED">
228 <Size>
229 <AbsDimension x="120" y="12"/>
230 </Size>
231 <Anchors>
232 <Anchor point="TOPLEFT" relativeTo="$parent_Name" relativePoint="TOPRIGHT"/>
233 </Anchors>
234 </FontString>
235 <FontString name="$parent_Combatants" inherits="GameFontHighlightSmall" justifyH="CENTER" text="RECAP_COMBATANTS">
236 <Size>
237 <AbsDimension x="80" y="12"/>
238 </Size>
239 <Anchors>
240 <Anchor point="TOPLEFT" relativeTo="$parent_Date" relativePoint="TOPRIGHT"/>
241 </Anchors>
242 </FontString>
243 <Texture name="$parent_BackTexture" file="Interface\DialogFrame\UI-DialogBox-Background">
244 <Size>
245 <AbsDimension x="300" y="10"/>
246 </Size>
247 <Anchors>
248 <Anchor point="TOPLEFT">
249 <Offset>
250 <AbsDimension x="0" y="-1"/>
251 </Offset>
252 </Anchor>
253 </Anchors>
254 <TexCoords left="0" right="0.09375" top="0" bottom="1.0"/>
255 </Texture>
256 </Layer>
257 </Layers>
258 <Scripts>
259 <OnMouseDown>
260 RecapOpt_OnMouseDown(arg1)
261 </OnMouseDown>
262 <OnMouseUp>
263 RecapOpt_OnMouseUp(arg1)
264 </OnMouseUp>
265 </Scripts>
266 </Button>
267  
268 <Button name = "RecapFightDataListTemplate" inherits="RecapFightDataSetTemplate" virtual="true">
269 <HighlightTexture file="Interface\QuestFrame\UI-QuestTitleHighlight" alphaMode="ADD"/>
270 <Scripts>
271 <OnClick>
272 RecapFightData_OnClick()
273 </OnClick>
274 </Scripts>
275 </Button>
276  
277 <Frame name="RecapOptFrame" toplevel="true" frameStrata="HIGH" enableMouse="true" movable="true" parent="UIParent" hidden="true">
278  
279 <Size>
280 <AbsDimension x="410" y="340"/>
281 </Size>
282 <Anchors>
283 <Anchor point="CENTER"/>
284 </Anchors>
285 <Backdrop name="RecapOptbackdrop" bgFile="Interface\DialogFrame\UI-DialogBox-Background" edgeFile="Interface\Tooltips\UI-Tooltip-Border" tile="true">
286 <BackgroundInsets>
287 <AbsInset left="4" right="4" top="4" bottom="4" />
288 </BackgroundInsets>
289 <TileSize>
290 <AbsValue val="16" />
291 </TileSize>
292 <EdgeSize>
293 <AbsValue val="16" />
294 </EdgeSize>
295 </Backdrop>
296  
297 <Layers>
298 <Layer level = "BACKGROUND">
299 <FontString name="RecapOptTitle" inherits="GameFontNormalSmall" wraponspaces="false" justifyH="LEFT" text="RECAP_RECAP_OPTIONS">
300 <Anchors>
301 <Anchor point="BOTTOMLEFT">
302 <Offset>
303 <AbsDimension x="24" y="16"/>
304 </Offset>
305 </Anchor>
306 </Anchors>
307 </FontString>
308 </Layer>
309 </Layers>
310  
311 <Frames>
312 <Button name="RecapOptCloseButton" inherits="RecapButtonTemplate">
313 <Anchors>
314 <Anchor point="TOPRIGHT">
315 <Offset>
316 <AbsDimension x="-8" y="-8"/>
317 </Offset>
318 </Anchor>
319 </Anchors>
320 <NormalTexture file="Interface\AddOns\Recap\RecapButtons-Up">
321 <TexCoords left="0" right="0.245" top="0" bottom="0.245"/>
322 </NormalTexture>
323 <PushedTexture file="Interface\AddOns\Recap\RecapButtons-Down">
324 <TexCoords left="0" right="0.245" top="0" bottom="0.245"/>
325 </PushedTexture>
326 <Scripts>
327 <OnEnter>
328 Recap_OnTooltip("OptClose")
329 </OnEnter>
330 <OnClick>
331 PlaySound("GAMEGENERICBUTTONPRESS")
332 RecapOptFrame:Hide()
333 </OnClick>
334 </Scripts>
335 </Button>
336  
337 <Button name="RecapOptTab1" inherits="RecapOptTabTemplate" text="RECAP_DISPLAY" id="1">
338 <Anchors>
339 <Anchor point="TOPLEFT">
340 <Offset>
341 <AbsDimension x="24" y="6"/>
342 </Offset>
343 </Anchor>
344 </Anchors>
345 </Button>
346 <Button name="RecapOptTab2" inherits="RecapOptTabTemplate" text="RECAP_SETTINGS" id="2">
347 <Anchors>
348 <Anchor point="TOPLEFT" relativeTo="RecapOptTab1" relativePoint="TOPRIGHT">
349 <Offset>
350 <AbsDimension x="2" y="0"/>
351 </Offset>
352 </Anchor>
353 </Anchors>
354 </Button>
355 <Button name="RecapOptTab3" inherits="RecapOptTabTemplate" text="RECAP_DATA_SETS" id="3">
356 <Anchors>
357 <Anchor point="TOPLEFT" relativeTo="RecapOptTab2" relativePoint="TOPRIGHT">
358 <Offset>
359 <AbsDimension x="2" y="0"/>
360 </Offset>
361 </Anchor>
362 </Anchors>
363 </Button>
364 <Button name="RecapOptTab4" inherits="RecapOptTabTemplate" text="RECAP_REPORTS" id="4">
365 <Anchors>
366 <Anchor point="TOPLEFT" relativeTo="RecapOptTab3" relativePoint="TOPRIGHT">
367 <Offset>
368 <AbsDimension x="2" y="0"/>
369 </Offset>
370 </Anchor>
371 </Anchors>
372 </Button>
373  
374  
375 <Button name="RecapOkButton" inherits="GameMenuButtonTemplate" text="RECAP_OK">
376 <Size>
377 <AbsDimension x="50" y="24"/>
378 </Size>
379 <Anchors>
380 <Anchor point="BOTTOMRIGHT">
381 <Offset>
382 <AbsDimension x="-16" y="8"/>
383 </Offset>
384 </Anchor>
385 </Anchors>
386 <Scripts>
387 <OnClick>
388 PlaySound("GAMEGENERICBUTTONPRESS")
389 if RecapOptClipFrame:IsVisible() then
390 RecapClipEditBox:ClearFocus()
391 RecapOptClipFrame:Hide()
392 RecapOptSubFrame4:Show()
393 else
394 RecapOptFrame:Hide()
395 end
396 </OnClick>
397 </Scripts>
398 </Button>
399 <Button name="RecapExitButton" inherits="GameMenuButtonTemplate" text="RECAP_EXIT">
400 <Size>
401 <AbsDimension x="50" y="24"/>
402 </Size>
403 <Anchors>
404 <Anchor point="TOPRIGHT" relativeTo="RecapOkButton" relativePoint="TOPLEFT">
405 <Offset>
406 <AbsDimension x="-8" y="0"/>
407 </Offset>
408 </Anchor>
409 </Anchors>
410 <Scripts>
411 <OnEnter>
412 Recap_OnTooltip("OptExit")
413 </OnEnter>
414 <OnLeave>
415 GameTooltip:Hide()
416 </OnLeave>
417 <OnClick>
418 PlaySound("GAMEGENERICBUTTONPRESS")
419 Recap_Shutdown()
420 </OnClick>
421 </Scripts>
422 </Button>
423  
424 <Frame name="RecapOptSubFrame1" toplevel="true" enableMouse="true" parent="RecapOptFrame" hidden="true">
425  
426 <Size>
427 <AbsDimension x="394" y="242"/>
428 </Size>
429 <Anchors>
430 <Anchor point="TOPLEFT">
431 <Offset>
432 <AbsDimension x="8" y="-24"/>
433 </Offset>
434 </Anchor>
435 </Anchors>
436  
437 <Layers>
438 <Layer level = "BACKGROUND">
439  
440 <FontString name="RecapOptListViewLabel" inherits="GameFontNormalSmall" wraponspaces="false" justifyH="LEFT" text="RECAP_DISPLAY_IN_LIST">
441 <Anchors>
442 <Anchor point="TOPLEFT">
443 <Offset>
444 <AbsDimension x="16" y="-8"/>
445 </Offset>
446 </Anchor>
447 </Anchors>
448 <Color r="0.85" g="0.85" b="0.85"/>
449 </FontString>
450 <FontString name="RecapOpt_ListRanks" inherits="GameFontNormal" wraponspaces="false" justifyH="LEFT" text="RECAP_NUMBERED_LIST">
451 <Anchors>
452 <Anchor point="TOPLEFT" relativeTo="RecapOptListViewLabel" relativePoint="BOTTOMLEFT">
453 <Offset>
454 <AbsDimension x="16" y="-4"/>
455 </Offset>
456 </Anchor>
457 </Anchors>
458 <Color r="1.0" g="1.0" b="1.0"/>
459 </FontString>
460 <FontString name="RecapOpt_ListFaction" inherits="GameFontNormal" wraponspaces="false" justifyH="LEFT" text="RECAP_LEVEL_FACTION">
461 <Anchors>
462 <Anchor point="TOPLEFT" relativeTo="RecapOpt_ListRanks" relativePoint="BOTTOMLEFT">
463 <Offset>
464 <AbsDimension x="0" y="-4"/>
465 </Offset>
466 </Anchor>
467 </Anchors>
468 <Color r="1.0" g="1.0" b="1.0"/>
469 </FontString>
470 <FontString name="RecapOpt_ListClass" inherits="GameFontNormal" wraponspaces="false" justifyH="LEFT" text="RECAP_CLASS">
471 <Anchors>
472 <Anchor point="TOPLEFT" relativeTo="RecapOpt_ListFaction" relativePoint="BOTTOMLEFT">
473 <Offset>
474 <AbsDimension x="0" y="-4"/>
475 </Offset>
476 </Anchor>
477 </Anchors>
478 <Color r="1.0" g="1.0" b="1.0"/>
479 </FontString>
480  
481 <FontString name="RecapOpt_ListKills" inherits="GameFontNormal" wraponspaces="false" justifyH="LEFT" text="RECAP_DEATHS">
482 <Anchors>
483 <Anchor point="TOPLEFT" relativeTo="RecapOpt_ListClass" relativePoint="BOTTOMLEFT">
484 <Offset>
485 <AbsDimension x="0" y="-4"/>
486 </Offset>
487 </Anchor>
488 </Anchors>
489 <Color r="1.0" g="1.0" b="1.0"/>
490 </FontString>
491 <FontString name="RecapOpt_ListTime" inherits="GameFontNormal" wraponspaces="false" justifyH="LEFT" text="RECAP_TIME">
492 <Anchors>
493 <Anchor point="TOPLEFT" relativeTo="RecapOpt_ListKills" relativePoint="BOTTOMLEFT">
494 <Offset>
495 <AbsDimension x="0" y="-4"/>
496 </Offset>
497 </Anchor>
498 </Anchors>
499 <Color r="1.0" g="1.0" b="1.0"/>
500 </FontString>
501 <FontString name="RecapOpt_ListHeal" inherits="GameFontNormal" wraponspaces="false" justifyH="LEFT" text="RECAP_HEALS">
502 <Anchors>
503 <Anchor point="TOPLEFT" relativeTo="RecapOpt_ListTime" relativePoint="BOTTOMLEFT">
504 <Offset>
505 <AbsDimension x="0" y="-4"/>
506 </Offset>
507 </Anchor>
508 </Anchors>
509 <Color r="1.0" g="1.0" b="1.0"/>
510 </FontString>
511 <FontString name="RecapOpt_ListHealP" inherits="GameFontNormal" wraponspaces="false" justifyH="LEFT" text="RECAP_HEALS_P">
512 <Anchors>
513 <Anchor point="TOPLEFT" relativeTo="RecapOpt_ListHeal" relativePoint="BOTTOMLEFT">
514 <Offset>
515 <AbsDimension x="0" y="-4"/>
516 </Offset>
517 </Anchor>
518 </Anchors>
519 <Color r="1.0" g="1.0" b="1.0"/>
520 </FontString>
521 <FontString name="RecapOpt_ListOver" inherits="GameFontNormal" wraponspaces="false" justifyH="LEFT" text="RECAP_OVERHEALING">
522 <Anchors>
523 <Anchor point="TOPLEFT" relativeTo="RecapOpt_ListHealP" relativePoint="BOTTOMLEFT">
524 <Offset>
525 <AbsDimension x="0" y="-4"/>
526 </Offset>
527 </Anchor>
528 </Anchors>
529 <Color r="1.0" g="1.0" b="1.0"/>
530 </FontString>
531 <FontString name="RecapOpt_ListDmgIn" inherits="GameFontNormal" wraponspaces="false" justifyH="LEFT" text="RECAP_DAMAGE_IN">
532 <Anchors>
533 <Anchor point="TOPLEFT" relativeTo="RecapOpt_ListOver" relativePoint="BOTTOMLEFT">
534 <Offset>
535 <AbsDimension x="0" y="-4"/>
536 </Offset>
537 </Anchor>
538 </Anchors>
539 <Color r="1.0" g="1.0" b="1.0"/>
540 </FontString>
541 <FontString name="RecapOpt_ListDmgInP" inherits="GameFontNormal" wraponspaces="false" justifyH="LEFT" text="RECAP_DAMAGE_IN_P">
542 <Anchors>
543 <Anchor point="TOPLEFT" relativeTo="RecapOpt_ListDmgIn" relativePoint="BOTTOMLEFT">
544 <Offset>
545 <AbsDimension x="0" y="-4"/>
546 </Offset>
547 </Anchor>
548 </Anchors>
549 <Color r="1.0" g="1.0" b="1.0"/>
550 </FontString>
551 <FontString name="RecapOpt_ListDmgOut" inherits="GameFontNormal" wraponspaces="false" justifyH="LEFT" text="RECAP_DAMAGE_OUT">
552 <Anchors>
553 <Anchor point="TOPLEFT" relativeTo="RecapOpt_ListDmgInP" relativePoint="BOTTOMLEFT">
554 <Offset>
555 <AbsDimension x="0" y="-4"/>
556 </Offset>
557 </Anchor>
558 </Anchors>
559 <Color r="1.0" g="1.0" b="1.0"/>
560 </FontString>
561 <FontString name="RecapOpt_ListDmgOutP" inherits="GameFontNormal" wraponspaces="false" justifyH="LEFT" text="RECAP_DAMAGE_OUT_P">
562 <Anchors>
563 <Anchor point="TOPLEFT" relativeTo="RecapOpt_ListDmgOut" relativePoint="BOTTOMLEFT">
564 <Offset>
565 <AbsDimension x="0" y="-4"/>
566 </Offset>
567 </Anchor>
568 </Anchors>
569 <Color r="1.0" g="1.0" b="1.0"/>
570 </FontString>
571 <FontString name="RecapOpt_ListMaxHit" inherits="GameFontNormal" wraponspaces="false" justifyH="LEFT" text="RECAP_MAX_HIT">
572 <Anchors>
573 <Anchor point="TOPLEFT" relativeTo="RecapOpt_ListDmgOutP" relativePoint="BOTTOMLEFT">
574 <Offset>
575 <AbsDimension x="0" y="-4"/>
576 </Offset>
577 </Anchor>
578 </Anchors>
579 <Color r="1.0" g="1.0" b="1.0"/>
580 </FontString>
581 <FontString name="RecapOpt_ListDPS" inherits="GameFontNormal" wraponspaces="false" justifyH="LEFT" text="RECAP_DPS">
582 <Anchors>
583 <Anchor point="TOPLEFT" relativeTo="RecapOpt_ListMaxHit" relativePoint="BOTTOMLEFT">
584 <Offset>
585 <AbsDimension x="0" y="-4"/>
586 </Offset>
587 </Anchor>
588 </Anchors>
589 <Color r="1.0" g="1.0" b="1.0"/>
590 </FontString>
591 <FontString name="RecapOpt_ListDPSvsAll" inherits="GameFontNormal" wraponspaces="false" justifyH="LEFT" text="RECAP_DPS_VS_ALL">
592 <Anchors>
593 <Anchor point="TOPLEFT" relativeTo="RecapOpt_ListDPS" relativePoint="BOTTOMLEFT">
594 <Offset>
595 <AbsDimension x="0" y="-4"/>
596 </Offset>
597 </Anchor>
598 </Anchors>
599 <Color r="1.0" g="1.0" b="1.0"/>
600 </FontString>
601 <FontString name="RecapOpt_ListDPSIn" inherits="GameFontNormal" wraponspaces="false" justifyH="LEFT" text="RECAP_TOTAL_DPS_IN">
602 <Anchors>
603 <Anchor point="TOPLEFT" relativeTo="RecapOpt_ListDPSvsAll" relativePoint="BOTTOMLEFT">
604 <Offset>
605 <AbsDimension x="0" y="-4"/>
606 </Offset>
607 </Anchor>
608 </Anchors>
609 <Color r="1.0" g="1.0" b="1.0"/>
610 </FontString>
611  
612 <FontString name="RecapOptMinViewLabel" inherits="GameFontNormalSmall" wraponspaces="false" justifyH="LEFT" text="RECAP_DISPLAY_MINIMIZED">
613 <Anchors>
614 <Anchor point="TOPLEFT" relativeTo="RecapOptListViewLabel" relativePoint="TOPLEFT">
615 <Offset>
616 <AbsDimension x="132" y="0"/>
617 </Offset>
618 </Anchor>
619 </Anchors>
620 <Color r="0.85" g="0.85" b="0.85"/>
621 </FontString>
622 <FontString name="RecapOpt_ListMinStatus" inherits="GameFontNormal" wraponspaces="false" justifyH="LEFT" text="RECAP_STATUS_LIGHT">
623 <Anchors>
624 <Anchor point="TOPLEFT" relativeTo="RecapOptMinViewLabel" relativePoint="BOTTOMLEFT">
625 <Offset>
626 <AbsDimension x="16" y="-4"/>
627 </Offset>
628 </Anchor>
629 </Anchors>
630 <Color r="1.0" g="1.0" b="1.0"/>
631 </FontString>
632 <FontString name="RecapOpt_ListMinView" inherits="GameFontNormal" wraponspaces="false" justifyH="LEFT" text="RECAP_LAST_ALL">
633 <Anchors>
634 <Anchor point="TOPLEFT" relativeTo="RecapOpt_ListMinStatus" relativePoint="BOTTOMLEFT">
635 <Offset>
636 <AbsDimension x="0" y="-4"/>
637 </Offset>
638 </Anchor>
639 </Anchors>
640 <Color r="1.0" g="1.0" b="1.0"/>
641 </FontString>
642 <FontString name="RecapOpt_ListMinYourDPS" inherits="GameFontNormal" wraponspaces="false" justifyH="LEFT" text="RECAP_YOUR_DPS">
643 <Anchors>
644 <Anchor point="TOPLEFT" relativeTo="RecapOpt_ListMinView" relativePoint="BOTTOMLEFT">
645 <Offset>
646 <AbsDimension x="0" y="-4"/>
647 </Offset>
648 </Anchor>
649 </Anchors>
650 <Color r="1.0" g="1.0" b="1.0"/>
651 </FontString>
652 <FontString name="RecapOpt_ListMinDPSIn" inherits="GameFontNormal" wraponspaces="false" justifyH="LEFT" text="RECAP_TOTAL_DPS_IN">
653 <Anchors>
654 <Anchor point="TOPLEFT" relativeTo="RecapOpt_ListMinYourDPS" relativePoint="BOTTOMLEFT">
655 <Offset>
656 <AbsDimension x="0" y="-4"/>
657 </Offset>
658 </Anchor>
659 </Anchors>
660 <Color r="1.0" g="1.0" b="1.0"/>
661 </FontString>
662 <FontString name="RecapOpt_ListMinDPSOut" inherits="GameFontNormal" wraponspaces="false" justifyH="LEFT" text="RECAP_TOTAL_DPS_OUT">
663 <Anchors>
664 <Anchor point="TOPLEFT" relativeTo="RecapOpt_ListMinDPSIn" relativePoint="BOTTOMLEFT">
665 <Offset>
666 <AbsDimension x="0" y="-4"/>
667 </Offset>
668 </Anchor>
669 </Anchors>
670 <Color r="1.0" g="1.0" b="1.0"/>
671 </FontString>
672 <FontString name="RecapOpt_ListMinButtons" inherits="GameFontNormal" wraponspaces="false" justifyH="LEFT" text="RECAP_BUTTONS">
673 <Anchors>
674 <Anchor point="TOPLEFT" relativeTo="RecapOpt_ListMinDPSOut" relativePoint="BOTTOMLEFT">
675 <Offset>
676 <AbsDimension x="0" y="-4"/>
677 </Offset>
678 </Anchor>
679 </Anchors>
680 <Color r="1.0" g="1.0" b="1.0"/>
681 </FontString>
682 <FontString name="RecapOpt_ListMinBack" inherits="GameFontNormal" wraponspaces="false" justifyH="LEFT" text="RECAP_BACKGROUND">
683 <Anchors>
684 <Anchor point="TOPLEFT" relativeTo="RecapOpt_ListMinButtons" relativePoint="BOTTOMLEFT">
685 <Offset>
686 <AbsDimension x="0" y="-4"/>
687 </Offset>
688 </Anchor>
689 </Anchors>
690 <Color r="1.0" g="1.0" b="1.0"/>
691 </FontString>
692  
693 <FontString name="RecapOptSelfViewLabel" inherits="GameFontNormalSmall" wraponspaces="false" justifyH="LEFT" text="RECAP_DISPLAY_PERSONAL_DETAILS">
694 <Anchors>
695 <Anchor point="TOPLEFT" relativeTo="RecapOptMinViewLabel" relativePoint="TOPLEFT">
696 <Offset>
697 <AbsDimension x="132" y="0"/>
698 </Offset>
699 </Anchor>
700 </Anchors>
701 <Color r="0.85" g="0.85" b="0.85"/>
702 </FontString>
703 <FontString name="RecapOpt_ListETotal" inherits="GameFontNormal" wraponspaces="false" justifyH="LEFT" text="RECAP_SELF_ETOTAL">
704 <Anchors>
705 <Anchor point="TOPLEFT" relativeTo="RecapOptSelfViewLabel" relativePoint="BOTTOMLEFT">
706 <Offset>
707 <AbsDimension x="16" y="-4"/>
708 </Offset>
709 </Anchor>
710 </Anchors>
711 <Color r="1.0" g="1.0" b="1.0"/>
712 </FontString>
713 <FontString name="RecapOpt_ListETotalP" inherits="GameFontNormal" wraponspaces="false" justifyH="LEFT" text="RECAP_SELF_ETOTALP">
714 <Anchors>
715 <Anchor point="TOPLEFT" relativeTo="RecapOpt_ListETotal" relativePoint="BOTTOMLEFT">
716 <Offset>
717 <AbsDimension x="0" y="-4"/>
718 </Offset>
719 </Anchor>
720 </Anchors>
721 <Color r="1.0" g="1.0" b="1.0"/>
722 </FontString>
723 <FontString name="RecapOpt_ListEMaxAll" inherits="GameFontNormal" wraponspaces="false" justifyH="LEFT" text="RECAP_SELF_EMAXALL">
724 <Anchors>
725 <Anchor point="TOPLEFT" relativeTo="RecapOpt_ListETotalP" relativePoint="BOTTOMLEFT">
726 <Offset>
727 <AbsDimension x="0" y="-4"/>
728 </Offset>
729 </Anchor>
730 </Anchors>
731 <Color r="1.0" g="1.0" b="1.0"/>
732 </FontString>
733 <FontString name="RecapOpt_ListEHits" inherits="GameFontNormal" wraponspaces="false" justifyH="LEFT" text="RECAP_SELF_EHITS">
734 <Anchors>
735 <Anchor point="TOPLEFT" relativeTo="RecapOpt_ListEMaxAll" relativePoint="BOTTOMLEFT">
736 <Offset>
737 <AbsDimension x="0" y="-4"/>
738 </Offset>
739 </Anchor>
740 </Anchors>
741 <Color r="1.0" g="1.0" b="1.0"/>
742 </FontString>
743 <FontString name="RecapOpt_ListEHitsAvg" inherits="GameFontNormal" wraponspaces="false" justifyH="LEFT" text="RECAP_SELF_EHITSAVG">
744 <Anchors>
745 <Anchor point="TOPLEFT" relativeTo="RecapOpt_ListEHits" relativePoint="BOTTOMLEFT">
746 <Offset>
747 <AbsDimension x="0" y="-4"/>
748 </Offset>
749 </Anchor>
750 </Anchors>
751 <Color r="1.0" g="1.0" b="1.0"/>
752 </FontString>
753 <FontString name="RecapOpt_ListEHitsMax" inherits="GameFontNormal" wraponspaces="false" justifyH="LEFT" text="RECAP_SELF_EHITSMAX">
754 <Anchors>
755 <Anchor point="TOPLEFT" relativeTo="RecapOpt_ListEHitsAvg" relativePoint="BOTTOMLEFT">
756 <Offset>
757 <AbsDimension x="0" y="-4"/>
758 </Offset>
759 </Anchor>
760 </Anchors>
761 <Color r="1.0" g="1.0" b="1.0"/>
762 </FontString>
763 <FontString name="RecapOpt_ListETicks" inherits="GameFontNormal" wraponspaces="false" justifyH="LEFT" text="RECAP_SELF_ETICKS">
764 <Anchors>
765 <Anchor point="TOPLEFT" relativeTo="RecapOpt_ListEHitsMax" relativePoint="BOTTOMLEFT">
766 <Offset>
767 <AbsDimension x="0" y="-4"/>
768 </Offset>
769 </Anchor>
770 </Anchors>
771 <Color r="1.0" g="1.0" b="1.0"/>
772 </FontString>
773 <FontString name="RecapOpt_ListETicksAvg" inherits="GameFontNormal" wraponspaces="false" justifyH="LEFT" text="RECAP_SELF_ETICKSAVG">
774 <Anchors>
775 <Anchor point="TOPLEFT" relativeTo="RecapOpt_ListETicks" relativePoint="BOTTOMLEFT">
776 <Offset>
777 <AbsDimension x="0" y="-4"/>
778 </Offset>
779 </Anchor>
780 </Anchors>
781 <Color r="1.0" g="1.0" b="1.0"/>
782 </FontString>
783 <FontString name="RecapOpt_ListETicksMax" inherits="GameFontNormal" wraponspaces="false" justifyH="LEFT" text="RECAP_SELF_ETICKSMAX">
784 <Anchors>
785 <Anchor point="TOPLEFT" relativeTo="RecapOpt_ListETicksAvg" relativePoint="BOTTOMLEFT">
786 <Offset>
787 <AbsDimension x="0" y="-4"/>
788 </Offset>
789 </Anchor>
790 </Anchors>
791 <Color r="1.0" g="1.0" b="1.0"/>
792 </FontString>
793  
794 <FontString name="RecapOpt_ListECrits" inherits="GameFontNormal" wraponspaces="false" justifyH="LEFT" text="RECAP_SELF_ECRITS">
795 <Anchors>
796 <Anchor point="TOPLEFT" relativeTo="RecapOpt_ListETicksMax" relativePoint="BOTTOMLEFT">
797 <Offset>
798 <AbsDimension x="0" y="-4"/>
799 </Offset>
800 </Anchor>
801 </Anchors>
802 <Color r="1.0" g="1.0" b="1.0"/>
803 </FontString>
804 <FontString name="RecapOpt_ListECritsAvg" inherits="GameFontNormal" wraponspaces="false" justifyH="LEFT" text="RECAP_SELF_ECRITSAVG">
805 <Anchors>
806 <Anchor point="TOPLEFT" relativeTo="RecapOpt_ListECrits" relativePoint="BOTTOMLEFT">
807 <Offset>
808 <AbsDimension x="0" y="-4"/>
809 </Offset>
810 </Anchor>
811 </Anchors>
812 <Color r="1.0" g="1.0" b="1.0"/>
813 </FontString>
814 <FontString name="RecapOpt_ListECritsMax" inherits="GameFontNormal" wraponspaces="false" justifyH="LEFT" text="RECAP_SELF_ECRITSMAX">
815 <Anchors>
816 <Anchor point="TOPLEFT" relativeTo="RecapOpt_ListECritsAvg" relativePoint="BOTTOMLEFT">
817 <Offset>
818 <AbsDimension x="0" y="-4"/>
819 </Offset>
820 </Anchor>
821 </Anchors>
822 <Color r="1.0" g="1.0" b="1.0"/>
823 </FontString>
824 <FontString name="RecapOpt_ListECritsP" inherits="GameFontNormal" wraponspaces="false" justifyH="LEFT" text="RECAP_SELF_ECRITSP">
825 <Anchors>
826 <Anchor point="TOPLEFT" relativeTo="RecapOpt_ListECritsMax" relativePoint="BOTTOMLEFT">
827 <Offset>
828 <AbsDimension x="0" y="-4"/>
829 </Offset>
830 </Anchor>
831 </Anchors>
832 <Color r="1.0" g="1.0" b="1.0"/>
833 </FontString>
834 <FontString name="RecapOpt_ListEMiss" inherits="GameFontNormal" wraponspaces="false" justifyH="LEFT" text="RECAP_SELF_EMISS">
835 <Anchors>
836 <Anchor point="TOPLEFT" relativeTo="RecapOpt_ListECritsP" relativePoint="BOTTOMLEFT">
837 <Offset>
838 <AbsDimension x="0" y="-4"/>
839 </Offset>
840 </Anchor>
841 </Anchors>
842 <Color r="1.0" g="1.0" b="1.0"/>
843 </FontString>
844 <FontString name="RecapOpt_ListEMissP" inherits="GameFontNormal" wraponspaces="false" justifyH="LEFT" text="RECAP_SELF_EMISSP">
845 <Anchors>
846 <Anchor point="TOPLEFT" relativeTo="RecapOpt_ListEMiss" relativePoint="BOTTOMLEFT">
847 <Offset>
848 <AbsDimension x="0" y="-4"/>
849 </Offset>
850 </Anchor>
851 </Anchors>
852 <Color r="1.0" g="1.0" b="1.0"/>
853 </FontString>
854  
855 <FontString name="RecapOpt_MaxRows" inherits="GameFontNormal" wraponspaces="false" justifyH="LEFT" text="RECAP_MAXIMUM_ROWS">
856 <Anchors>
857 <Anchor point="TOPLEFT" relativeTo="RecapOpt_ListMinBack" relativePoint="BOTTOMLEFT">
858 <Offset>
859 <AbsDimension x="0" y="-88"/>
860 </Offset>
861 </Anchor>
862 </Anchors>
863 <Color r="1.0" g="1.0" b="1.0"/>
864 </FontString>
865  
866 <FontString name="RecapOpt_ShowGauges" inherits="GameFontNormal" wraponspaces="false" justifyH="LEFT" text="RECAP_SHOW_GAUGES">
867 <Anchors>
868 <Anchor point="TOPLEFT" relativeTo="RecapOpt_MaxRows" relativePoint="BOTTOMLEFT">
869 <Offset>
870 <AbsDimension x="0" y="-32"/>
871 </Offset>
872 </Anchor>
873 </Anchors>
874 <Color r="1.0" g="1.0" b="1.0"/>
875 </FontString>
876  
877  
878 </Layer>
879 </Layers>
880  
881 <Frames>
882 <Checkbutton name="RecapOptCheck_Time" inherits="RecapOptCheckTemplate" id="11">
883 <Anchors>
884 <Anchor point="TOPRIGHT" relativeTo="RecapOpt_ListTime" relativePoint="TOPLEFT">
885 <Offset>
886 <AbsDimension x="1" y="3"/>
887 </Offset>
888 </Anchor>
889 </Anchors>
890 </Checkbutton>
891 <Checkbutton name="RecapOptCheck_MaxHit" inherits="RecapOptCheckTemplate" id="12">
892 <Anchors>
893 <Anchor point="TOPRIGHT" relativeTo="RecapOpt_ListMaxHit" relativePoint="TOPLEFT">
894 <Offset>
895 <AbsDimension x="1" y="3"/>
896 </Offset>
897 </Anchor>
898 </Anchors>
899 </Checkbutton>
900 <Checkbutton name="RecapOptCheck_DmgIn" inherits="RecapOptCheckTemplate" id="13">
901 <Anchors>
902 <Anchor point="TOPRIGHT" relativeTo="RecapOpt_ListDmgIn" relativePoint="TOPLEFT">
903 <Offset>
904 <AbsDimension x="1" y="3"/>
905 </Offset>
906 </Anchor>
907 </Anchors>
908 </Checkbutton>
909 <Checkbutton name="RecapOptCheck_DmgOut" inherits="RecapOptCheckTemplate" id="14">
910 <Anchors>
911 <Anchor point="TOPRIGHT" relativeTo="RecapOpt_ListDmgOut" relativePoint="TOPLEFT">
912 <Offset>
913 <AbsDimension x="1" y="3"/>
914 </Offset>
915 </Anchor>
916 </Anchors>
917 </Checkbutton>
918 <Checkbutton name="RecapOptCheck_DPS" inherits="RecapOptCheckTemplate" id="15">
919 <Anchors>
920 <Anchor point="TOPRIGHT" relativeTo="RecapOpt_ListDPS" relativePoint="TOPLEFT">
921 <Offset>
922 <AbsDimension x="1" y="3"/>
923 </Offset>
924 </Anchor>
925 </Anchors>
926 </Checkbutton>
927 <Checkbutton name="RecapOptCheck_DPSIn" inherits="RecapOptCheckTemplate" id="16">
928 <Anchors>
929 <Anchor point="TOPRIGHT" relativeTo="RecapOpt_ListDPSIn" relativePoint="TOPLEFT">
930 <Offset>
931 <AbsDimension x="1" y="3"/>
932 </Offset>
933 </Anchor>
934 </Anchors>
935 </Checkbutton>
936 <Checkbutton name="RecapOptCheck_MinStatus" inherits="RecapOptCheckTemplate" id="17">
937 <Anchors>
938 <Anchor point="TOPRIGHT" relativeTo="RecapOpt_ListMinStatus" relativePoint="TOPLEFT">
939 <Offset>
940 <AbsDimension x="1" y="3"/>
941 </Offset>
942 </Anchor>
943 </Anchors>
944 </Checkbutton>
945 <Checkbutton name="RecapOptCheck_MinView" inherits="RecapOptCheckTemplate" id="18">
946 <Anchors>
947 <Anchor point="TOPRIGHT" relativeTo="RecapOpt_ListMinView" relativePoint="TOPLEFT">
948 <Offset>
949 <AbsDimension x="1" y="3"/>
950 </Offset>
951 </Anchor>
952 </Anchors>
953 </Checkbutton>
954 <Checkbutton name="RecapOptCheck_MinYourDPS" inherits="RecapOptCheckTemplate" id="19">
955 <Anchors>
956 <Anchor point="TOPRIGHT" relativeTo="RecapOpt_ListMinYourDPS" relativePoint="TOPLEFT">
957 <Offset>
958 <AbsDimension x="1" y="3"/>
959 </Offset>
960 </Anchor>
961 </Anchors>
962 </Checkbutton>
963 <Checkbutton name="RecapOptCheck_MinDPSIn" inherits="RecapOptCheckTemplate" id="20">
964 <Anchors>
965 <Anchor point="TOPRIGHT" relativeTo="RecapOpt_ListMinDPSIn" relativePoint="TOPLEFT">
966 <Offset>
967 <AbsDimension x="1" y="3"/>
968 </Offset>
969 </Anchor>
970 </Anchors>
971 </Checkbutton>
972 <Checkbutton name="RecapOptCheck_MinDPSOut" inherits="RecapOptCheckTemplate" id="21">
973 <Anchors>
974 <Anchor point="TOPRIGHT" relativeTo="RecapOpt_ListMinDPSOut" relativePoint="TOPLEFT">
975 <Offset>
976 <AbsDimension x="1" y="3"/>
977 </Offset>
978 </Anchor>
979 </Anchors>
980 </Checkbutton>
981 <Checkbutton name="RecapOptCheck_MinButtons" inherits="RecapOptCheckTemplate" id="22">
982 <Anchors>
983 <Anchor point="TOPRIGHT" relativeTo="RecapOpt_ListMinButtons" relativePoint="TOPLEFT">
984 <Offset>
985 <AbsDimension x="1" y="3"/>
986 </Offset>
987 </Anchor>
988 </Anchors>
989 </Checkbutton>
990 <Checkbutton name="RecapOptCheck_MinBack" inherits="RecapOptCheckTemplate" id="36">
991 <Anchors>
992 <Anchor point="TOPRIGHT" relativeTo="RecapOpt_ListMinBack" relativePoint="TOPLEFT">
993 <Offset>
994 <AbsDimension x="1" y="3"/>
995 </Offset>
996 </Anchor>
997 </Anchors>
998 </Checkbutton>
999 <Checkbutton name="RecapOptCheck_Heal" inherits="RecapOptCheckTemplate" id="26">
1000 <Anchors>
1001 <Anchor point="TOPRIGHT" relativeTo="RecapOpt_ListHeal" relativePoint="TOPLEFT">
1002 <Offset>
1003 <AbsDimension x="1" y="4"/>
1004 </Offset>
1005 </Anchor>
1006 </Anchors>
1007 </Checkbutton>
1008 <Checkbutton name="RecapOptCheck_Kills" inherits="RecapOptCheckTemplate" id="27">
1009 <Anchors>
1010 <Anchor point="TOPRIGHT" relativeTo="RecapOpt_ListKills" relativePoint="TOPLEFT">
1011 <Offset>
1012 <AbsDimension x="1" y="3"/>
1013 </Offset>
1014 </Anchor>
1015 </Anchors>
1016 </Checkbutton>
1017 <Checkbutton name="RecapOptCheck_Ranks" inherits="RecapOptCheckTemplate" id="43">
1018 <Anchors>
1019 <Anchor point="TOPRIGHT" relativeTo="RecapOpt_ListRanks" relativePoint="TOPLEFT">
1020 <Offset>
1021 <AbsDimension x="1" y="3"/>
1022 </Offset>
1023 </Anchor>
1024 </Anchors>
1025 </Checkbutton>
1026 <Checkbutton name="RecapOptCheck_Faction" inherits="RecapOptCheckTemplate" id="30">
1027 <Anchors>
1028 <Anchor point="TOPRIGHT" relativeTo="RecapOpt_ListFaction" relativePoint="TOPLEFT">
1029 <Offset>
1030 <AbsDimension x="1" y="3"/>
1031 </Offset>
1032 </Anchor>
1033 </Anchors>
1034 </Checkbutton>
1035 <Checkbutton name="RecapOptCheck_Class" inherits="RecapOptCheckTemplate" id="31">
1036 <Anchors>
1037 <Anchor point="TOPRIGHT" relativeTo="RecapOpt_ListClass" relativePoint="TOPLEFT">
1038 <Offset>
1039 <AbsDimension x="1" y="3"/>
1040 </Offset>
1041 </Anchor>
1042 </Anchors>
1043 </Checkbutton>
1044 <Checkbutton name="RecapOptCheck_HealP" inherits="RecapOptCheckTemplate" id="32">
1045 <Anchors>
1046 <Anchor point="TOPRIGHT" relativeTo="RecapOpt_ListHealP" relativePoint="TOPLEFT">
1047 <Offset>
1048 <AbsDimension x="1" y="3"/>
1049 </Offset>
1050 </Anchor>
1051 </Anchors>
1052 </Checkbutton>
1053 <Checkbutton name="RecapOptCheck_DmgInP" inherits="RecapOptCheckTemplate" id="33">
1054 <Anchors>
1055 <Anchor point="TOPRIGHT" relativeTo="RecapOpt_ListDmgInP" relativePoint="TOPLEFT">
1056 <Offset>
1057 <AbsDimension x="1" y="3"/>
1058 </Offset>
1059 </Anchor>
1060 </Anchors>
1061 </Checkbutton>
1062 <Checkbutton name="RecapOptCheck_DmgOutP" inherits="RecapOptCheckTemplate" id="34">
1063 <Anchors>
1064 <Anchor point="TOPRIGHT" relativeTo="RecapOpt_ListDmgOutP" relativePoint="TOPLEFT">
1065 <Offset>
1066 <AbsDimension x="1" y="3"/>
1067 </Offset>
1068 </Anchor>
1069 </Anchors>
1070 </Checkbutton>
1071 <Checkbutton name="RecapOptCheck_DPSvsAll" inherits="RecapOptCheckTemplate" id="44">
1072 <Anchors>
1073 <Anchor point="TOPRIGHT" relativeTo="RecapOpt_ListDPSvsAll" relativePoint="TOPLEFT">
1074 <Offset>
1075 <AbsDimension x="1" y="3"/>
1076 </Offset>
1077 </Anchor>
1078 </Anchors>
1079 </Checkbutton>
1080 <Checkbutton name="RecapOptCheck_Over" inherits="RecapOptCheckTemplate" id="45">
1081 <Anchors>
1082 <Anchor point="TOPRIGHT" relativeTo="RecapOpt_ListOver" relativePoint="TOPLEFT">
1083 <Offset>
1084 <AbsDimension x="1" y="3"/>
1085 </Offset>
1086 </Anchor>
1087 </Anchors>
1088 </Checkbutton>
1089 <Checkbutton name="RecapOptCheck_ShowGauges" inherits="RecapOptCheckTemplate" id="41">
1090 <Anchors>
1091 <Anchor point="TOPRIGHT" relativeTo="RecapOpt_ShowGauges" relativePoint="TOPLEFT">
1092 <Offset>
1093 <AbsDimension x="1" y="3"/>
1094 </Offset>
1095 </Anchor>
1096 </Anchors>
1097 </Checkbutton>
1098  
1099 <Checkbutton name="RecapOptCheck_ETotal" inherits="RecapOptCheckTemplate" id="48">
1100 <Anchors>
1101 <Anchor point="TOPRIGHT" relativeTo="RecapOpt_ListETotal" relativePoint="TOPLEFT">
1102 <Offset>
1103 <AbsDimension x="1" y="3"/>
1104 </Offset>
1105 </Anchor>
1106 </Anchors>
1107 </Checkbutton>
1108 <Checkbutton name="RecapOptCheck_ETotalP" inherits="RecapOptCheckTemplate" id="49">
1109 <Anchors>
1110 <Anchor point="TOPRIGHT" relativeTo="RecapOpt_ListETotalP" relativePoint="TOPLEFT">
1111 <Offset>
1112 <AbsDimension x="1" y="3"/>
1113 </Offset>
1114 </Anchor>
1115 </Anchors>
1116 </Checkbutton>
1117 <Checkbutton name="RecapOptCheck_EHits" inherits="RecapOptCheckTemplate" id="50">
1118 <Anchors>
1119 <Anchor point="TOPRIGHT" relativeTo="RecapOpt_ListEHits" relativePoint="TOPLEFT">
1120 <Offset>
1121 <AbsDimension x="1" y="3"/>
1122 </Offset>
1123 </Anchor>
1124 </Anchors>
1125 </Checkbutton>
1126 <Checkbutton name="RecapOptCheck_EHitsAvg" inherits="RecapOptCheckTemplate" id="51">
1127 <Anchors>
1128 <Anchor point="TOPRIGHT" relativeTo="RecapOpt_ListEHitsAvg" relativePoint="TOPLEFT">
1129 <Offset>
1130 <AbsDimension x="1" y="3"/>
1131 </Offset>
1132 </Anchor>
1133 </Anchors>
1134 </Checkbutton>
1135 <Checkbutton name="RecapOptCheck_EHitsMax" inherits="RecapOptCheckTemplate" id="52">
1136 <Anchors>
1137 <Anchor point="TOPRIGHT" relativeTo="RecapOpt_ListEHitsMax" relativePoint="TOPLEFT">
1138 <Offset>
1139 <AbsDimension x="1" y="3"/>
1140 </Offset>
1141 </Anchor>
1142 </Anchors>
1143 </Checkbutton>
1144 <Checkbutton name="RecapOptCheck_ETicks" inherits="RecapOptCheckTemplate" id="53">
1145 <Anchors>
1146 <Anchor point="TOPRIGHT" relativeTo="RecapOpt_ListETicks" relativePoint="TOPLEFT">
1147 <Offset>
1148 <AbsDimension x="1" y="3"/>
1149 </Offset>
1150 </Anchor>
1151 </Anchors>
1152 </Checkbutton>
1153 <Checkbutton name="RecapOptCheck_ETicksAvg" inherits="RecapOptCheckTemplate" id="54">
1154 <Anchors>
1155 <Anchor point="TOPRIGHT" relativeTo="RecapOpt_ListETicksAvg" relativePoint="TOPLEFT">
1156 <Offset>
1157 <AbsDimension x="1" y="3"/>
1158 </Offset>
1159 </Anchor>
1160 </Anchors>
1161 </Checkbutton>
1162 <Checkbutton name="RecapOptCheck_ETicksMax" inherits="RecapOptCheckTemplate" id="55">
1163 <Anchors>
1164 <Anchor point="TOPRIGHT" relativeTo="RecapOpt_ListETicksMax" relativePoint="TOPLEFT">
1165 <Offset>
1166 <AbsDimension x="1" y="3"/>
1167 </Offset>
1168 </Anchor>
1169 </Anchors>
1170 </Checkbutton>
1171 <Checkbutton name="RecapOptCheck_ECrits" inherits="RecapOptCheckTemplate" id="56">
1172 <Anchors>
1173 <Anchor point="TOPRIGHT" relativeTo="RecapOpt_ListECrits" relativePoint="TOPLEFT">
1174 <Offset>
1175 <AbsDimension x="1" y="3"/>
1176 </Offset>
1177 </Anchor>
1178 </Anchors>
1179 </Checkbutton>
1180 <Checkbutton name="RecapOptCheck_ECritsAvg" inherits="RecapOptCheckTemplate" id="57">
1181 <Anchors>
1182 <Anchor point="TOPRIGHT" relativeTo="RecapOpt_ListECritsAvg" relativePoint="TOPLEFT">
1183 <Offset>
1184 <AbsDimension x="1" y="3"/>
1185 </Offset>
1186 </Anchor>
1187 </Anchors>
1188 </Checkbutton>
1189 <Checkbutton name="RecapOptCheck_ECritsMax" inherits="RecapOptCheckTemplate" id="58">
1190 <Anchors>
1191 <Anchor point="TOPRIGHT" relativeTo="RecapOpt_ListECritsMax" relativePoint="TOPLEFT">
1192 <Offset>
1193 <AbsDimension x="1" y="3"/>
1194 </Offset>
1195 </Anchor>
1196 </Anchors>
1197 </Checkbutton>
1198 <Checkbutton name="RecapOptCheck_ECritsP" inherits="RecapOptCheckTemplate" id="59">
1199 <Anchors>
1200 <Anchor point="TOPRIGHT" relativeTo="RecapOpt_ListECritsP" relativePoint="TOPLEFT">
1201 <Offset>
1202 <AbsDimension x="1" y="3"/>
1203 </Offset>
1204 </Anchor>
1205 </Anchors>
1206 </Checkbutton>
1207 <Checkbutton name="RecapOptCheck_EMiss" inherits="RecapOptCheckTemplate" id="60">
1208 <Anchors>
1209 <Anchor point="TOPRIGHT" relativeTo="RecapOpt_ListEMiss" relativePoint="TOPLEFT">
1210 <Offset>
1211 <AbsDimension x="1" y="3"/>
1212 </Offset>
1213 </Anchor>
1214 </Anchors>
1215 </Checkbutton>
1216 <Checkbutton name="RecapOptCheck_EMissP" inherits="RecapOptCheckTemplate" id="61">
1217 <Anchors>
1218 <Anchor point="TOPRIGHT" relativeTo="RecapOpt_ListEMissP" relativePoint="TOPLEFT">
1219 <Offset>
1220 <AbsDimension x="1" y="3"/>
1221 </Offset>
1222 </Anchor>
1223 </Anchors>
1224 </Checkbutton>
1225 <Checkbutton name="RecapOptCheck_EMaxAll" inherits="RecapOptCheckTemplate" id="62">
1226 <Anchors>
1227 <Anchor point="TOPRIGHT" relativeTo="RecapOpt_ListEMaxAll" relativePoint="TOPLEFT">
1228 <Offset>
1229 <AbsDimension x="1" y="3"/>
1230 </Offset>
1231 </Anchor>
1232 </Anchors>
1233 </Checkbutton>
1234  
1235 <Slider name="RecapMaxRowsSlider" orientation="HORIZONTAL" enableMouse="true" minValue="3" maxValue="15" defaultValue="5" valueStep="1">
1236 <Size>
1237 <AbsDimension x="80" y="17"/>
1238 </Size>
1239 <Anchors>
1240 <Anchor point="TOPLEFT" relativeTo="RecapOpt_MaxRows" relativePoint="BOTTOMLEFT">
1241 <Offset>
1242 <AbsDimension x="12" y="-2"/>
1243 </Offset>
1244 </Anchor>
1245 </Anchors>
1246 <HitRectInsets>
1247 <AbsInset left="0" right="0" top="-5" bottom="-5"/>
1248 </HitRectInsets>
1249 <Backdrop bgFile="Interface\Buttons\UI-SliderBar-Background" edgeFile="Interface\Buttons\UI-SliderBar-Border" tile="true">
1250 <EdgeSize>
1251 <AbsValue val="8"/>
1252 </EdgeSize>
1253 <TileSize>
1254 <AbsValue val="8"/>
1255 </TileSize>
1256 <BackgroundInsets>
1257 <AbsInset left="3" right="3" top="6" bottom="6"/>
1258 </BackgroundInsets>
1259 </Backdrop>
1260 <Layers>
1261 <Layer level="ARTWORK">
1262 <FontString name="RecapMaxRowsSlider_Text" inherits="GameFontNormalSmall" text="10 rows">
1263 <Anchors>
1264 <Anchor point="BOTTOM" relativePoint="TOP">
1265 <Offset>
1266 <AbsDimension x="0" y="-24"/>
1267 </Offset>
1268 </Anchor>
1269 </Anchors>
1270 </FontString>
1271 </Layer>
1272 </Layers>
1273 <Scripts>
1274 <OnEnter>
1275 Recap_OnTooltip("MaxRowsSlider")
1276 </OnEnter>
1277 <OnLeave>
1278 GameTooltip:Hide()
1279 </OnLeave>
1280  
1281 <OnValueChanged>
1282 Recap_MaxRowsSlider_OnValueChanged(arg1)
1283 </OnValueChanged>
1284 </Scripts>
1285 <ThumbTexture name="$parentThumb" file="Interface\Buttons\UI-SliderBar-Button-Horizontal">
1286 <Size>
1287 <AbsDimension x="32" y="32"/>
1288 </Size>
1289 </ThumbTexture>
1290 </Slider>
1291  
1292 <Frame name="RecapOptAnchorFrame">
1293  
1294 <Size>
1295 <AbsDimension x="80" y="64"/>
1296 </Size>
1297 <Anchors>
1298 <Anchor point="TOPLEFT" relativeTo="RecapOpt_ListMinBack" relativePoint="BOTTOMLEFT">
1299 <Offset>
1300 <AbsDimension x="4" y="-16"/>
1301 </Offset>
1302 </Anchor>
1303 </Anchors>
1304 <Backdrop name="RecapOptbackdrop" bgFile="Interface\DialogFrame\UI-DialogBox-Background" edgeFile="Interface\Tooltips\UI-Tooltip-Border" tile="true">
1305 <BackgroundInsets>
1306 <AbsInset left="4" right="4" top="4" bottom="4" />
1307 </BackgroundInsets>
1308 <TileSize>
1309 <AbsValue val="16" />
1310 </TileSize>
1311 <EdgeSize>
1312 <AbsValue val="16" />
1313 </EdgeSize>
1314 </Backdrop>
1315 <Layers>
1316 <Layer level="BORDER">
1317 <FontString name="RecapOptAnchorLabel" inherits="GameFontHighlight" wraponspaces="false" justifyH="CENTER" text="RECAP_ANCHOR">
1318 <Anchors>
1319 <Anchor point="CENTER"/>
1320 </Anchors>
1321 <Color r=".85" g=".85" b=".85"/>
1322 </FontString>
1323 </Layer>
1324 </Layers>
1325 <Frames>
1326 <Button name="RecapAnchorTopLeft" inherits="RecapAnchorTemplate">
1327 <Anchors>
1328 <Anchor point="TOPLEFT">
1329 <Offset>
1330 <AbsDimension x="4" y="-4"/>
1331 </Offset>
1332 </Anchor>
1333 </Anchors>
1334 </Button>
1335 <Button name="RecapAnchorTopRight" inherits="RecapAnchorTemplate">
1336 <Anchors>
1337 <Anchor point="TOPRIGHT">
1338 <Offset>
1339 <AbsDimension x="-4" y="-4"/>
1340 </Offset>
1341 </Anchor>
1342 </Anchors>
1343 </Button>
1344 <Button name="RecapAnchorBottomLeft" inherits="RecapAnchorTemplate">
1345 <Anchors>
1346 <Anchor point="BOTTOMLEFT">
1347 <Offset>
1348 <AbsDimension x="4" y="4"/>
1349 </Offset>
1350 </Anchor>
1351 </Anchors>
1352 </Button>
1353 <Button name="RecapAnchorBottomRight" inherits="RecapAnchorTemplate">
1354 <Anchors>
1355 <Anchor point="BOTTOMRIGHT">
1356 <Offset>
1357 <AbsDimension x="-4" y="4"/>
1358 </Offset>
1359 </Anchor>
1360 </Anchors>
1361 </Button>
1362 </Frames>
1363 </Frame>
1364  
1365 </Frames>
1366 <Scripts>
1367 <OnMouseDown>
1368 RecapOpt_OnMouseDown(arg1)
1369 </OnMouseDown>
1370 <OnMouseUp>
1371 RecapOpt_OnMouseUp(arg1)
1372 </OnMouseUp>
1373 </Scripts>
1374 </Frame>
1375  
1376 <Frame name="RecapOptSubFrame2" toplevel="true" enableMouse="true" parent="RecapOptFrame" hidden="true">
1377  
1378 <Size>
1379 <AbsDimension x="394" y="242"/>
1380 </Size>
1381 <Anchors>
1382 <Anchor point="TOPLEFT">
1383 <Offset>
1384 <AbsDimension x="8" y="-24"/>
1385 </Offset>
1386 </Anchor>
1387 </Anchors>
1388  
1389 <Layers>
1390 <Layer level = "BACKGROUND">
1391 <FontString name="RecapOptWindowOptLabel" inherits="GameFontNormalSmall" wraponspaces="false" justifyH="LEFT" text="RECAP_WINDOW_OPTIONS">
1392 <Anchors>
1393 <Anchor point="TOPLEFT">
1394 <Offset>
1395 <AbsDimension x="16" y="-8"/>
1396 </Offset>
1397 </Anchor>
1398 </Anchors>
1399 <Color r="0.85" g="0.85" b="0.85"/>
1400 </FontString>
1401 <FontString name="RecapOpt_UseColor" inherits="GameFontNormal" wraponspaces="false" justifyH="LEFT" text="RECAP_USE_COLOR">
1402 <Anchors>
1403 <Anchor point="TOPLEFT" relativeTo="RecapOptWindowOptLabel" relativePoint="BOTTOMLEFT">
1404 <Offset>
1405 <AbsDimension x="16" y="-4"/>
1406 </Offset>
1407 </Anchor>
1408 </Anchors>
1409 <Color r="1.0" g="1.0" b="1.0"/>
1410 </FontString>
1411 <FontString name="RecapOpt_ShowTooltips" inherits="GameFontNormal" wraponspaces="false" justifyH="LEFT" text="RECAP_SHOW_TOOLTIPS">
1412 <Anchors>
1413 <Anchor point="TOPLEFT" relativeTo="RecapOpt_UseColor" relativePoint="BOTTOMLEFT">
1414 <Offset>
1415 <AbsDimension x="0" y="-4"/>
1416 </Offset>
1417 </Anchor>
1418 </Anchors>
1419 <Color r="1.0" g="1.0" b="1.0"/>
1420 </FontString>
1421 <FontString name="RecapOpt_TooltipFollow" inherits="GameFontNormal" wraponspaces="false" justifyH="LEFT" text="RECAP_TOOLTIPS_AT_POINTER">
1422 <Anchors>
1423 <Anchor point="TOPLEFT" relativeTo="RecapOpt_ShowTooltips" relativePoint="BOTTOMLEFT">
1424 <Offset>
1425 <AbsDimension x="0" y="-4"/>
1426 </Offset>
1427 </Anchor>
1428 </Anchors>
1429 <Color r="1.0" g="1.0" b="1.0"/>
1430 </FontString>
1431 <FontString name="RecapOpt_ShowPanel" inherits="GameFontNormal" wraponspaces="false" justifyH="LEFT" text="RECAP_SHOW_DETAILS">
1432 <Anchors>
1433 <Anchor point="TOPLEFT" relativeTo="RecapOpt_TooltipFollow" relativePoint="BOTTOMLEFT">
1434 <Offset>
1435 <AbsDimension x="0" y="-4"/>
1436 </Offset>
1437 </Anchor>
1438 </Anchors>
1439 <Color r="1.0" g="1.0" b="1.0"/>
1440 </FontString>
1441 <FontString name="RecapOpt_AutoHide" inherits="GameFontNormal" wraponspaces="false" justifyH="LEFT" text="RECAP_AUTO_HIDE_IN_COMBAT">
1442 <Anchors>
1443 <Anchor point="TOPLEFT" relativeTo="RecapOpt_ShowPanel" relativePoint="BOTTOMLEFT">
1444 <Offset>
1445 <AbsDimension x="0" y="-4"/>
1446 </Offset>
1447 </Anchor>
1448 </Anchors>
1449 <Color r="1.0" g="1.0" b="1.0"/>
1450 </FontString>
1451 <FontString name="RecapOpt_AutoMinimize" inherits="GameFontNormal" wraponspaces="false" justifyH="LEFT" text="RECAP_AUTO_MINIMIZE">
1452 <Anchors>
1453 <Anchor point="TOPLEFT" relativeTo="RecapOpt_AutoHide" relativePoint="BOTTOMLEFT">
1454 <Offset>
1455 <AbsDimension x="0" y="-4"/>
1456 </Offset>
1457 </Anchor>
1458 </Anchors>
1459 <Color r="1.0" g="1.0" b="1.0"/>
1460 </FontString>
1461 <FontString name="RecapOpt_AutoFade" inherits="GameFontNormal" wraponspaces="false" justifyH="LEFT" text="RECAP_AUTO_FADE_WINDOW">
1462 <Anchors>
1463 <Anchor point="TOPLEFT" relativeTo="RecapOpt_AutoMinimize" relativePoint="BOTTOMLEFT">
1464 <Offset>
1465 <AbsDimension x="0" y="-4"/>
1466 </Offset>
1467 </Anchor>
1468 </Anchors>
1469 <Color r="1.0" g="1.0" b="1.0"/>
1470 </FontString>
1471  
1472 <FontString name="RecapOptFightOptLabel" inherits="GameFontNormalSmall" wraponspaces="false" justifyH="LEFT" text="RECAP_FIGHT_OPTIONS">
1473 <Anchors>
1474 <Anchor point="TOPLEFT" relativeTo="RecapOptWindowOptLabel" relativePoint="TOPLEFT">
1475 <Offset>
1476 <AbsDimension x="170" y="0"/>
1477 </Offset>
1478 </Anchor>
1479 </Anchors>
1480 <Color r="0.85" g="0.85" b="0.85"/>
1481 </FontString>
1482 <FontString name="RecapOpt_LimitFights" inherits="GameFontNormal" wraponspaces="false" justifyH="LEFT" text="RECAP_LIMIT_FIGHTS_TO_COMBAT">
1483 <Anchors>
1484 <Anchor point="TOPLEFT" relativeTo="RecapOptFightOptLabel" relativePoint="BOTTOMLEFT">
1485 <Offset>
1486 <AbsDimension x="16" y="-4"/>
1487 </Offset>
1488 </Anchor>
1489 </Anchors>
1490 <Color r="1.0" g="1.0" b="1.0"/>
1491 </FontString>
1492 <FontString name="RecapOpt_HideZero" inherits="GameFontNormal" wraponspaces="false" justifyH="LEFT" text="RECAP_ONLY_FIGHTS_WITH_DURATION">
1493 <Anchors>
1494 <Anchor point="TOPLEFT" relativeTo="RecapOpt_LimitFights" relativePoint="BOTTOMLEFT">
1495 <Offset>
1496 <AbsDimension x="0" y="-4"/>
1497 </Offset>
1498 </Anchor>
1499 </Anchors>
1500 <Color r="1.0" g="1.0" b="1.0"/>
1501 </FontString>
1502 <FontString name="RecapOpt_HideFoe" inherits="GameFontNormal" wraponspaces="false" justifyH="LEFT" text="RECAP_ONLY_FRIENDLY_COMBATANTS">
1503 <Anchors>
1504 <Anchor point="TOPLEFT" relativeTo="RecapOpt_HideZero" relativePoint="BOTTOMLEFT">
1505 <Offset>
1506 <AbsDimension x="0" y="-4"/>
1507 </Offset>
1508 </Anchor>
1509 </Anchors>
1510 <Color r="1.0" g="1.0" b="1.0"/>
1511 </FontString>
1512 <FontString name="RecapOpt_HideYardTrash" inherits="GameFontNormal" wraponspaces="false" justifyH="LEFT" text="RECAP_ONLY_UNIQUE_COMBATANTS">
1513 <Anchors>
1514 <Anchor point="TOPLEFT" relativeTo="RecapOpt_HideFoe" relativePoint="BOTTOMLEFT">
1515 <Offset>
1516 <AbsDimension x="0" y="-4"/>
1517 </Offset>
1518 </Anchor>
1519 </Anchors>
1520 <Color r="1.0" g="1.0" b="1.0"/>
1521 </FontString>
1522 <FontString name="RecapOpt_MergePets" inherits="GameFontNormal" wraponspaces="false" justifyH="LEFT" text="RECAP_MERGE_PETS_WITH_OWNERS">
1523 <Anchors>
1524 <Anchor point="TOPLEFT" relativeTo="RecapOpt_HideYardTrash" relativePoint="BOTTOMLEFT">
1525 <Offset>
1526 <AbsDimension x="0" y="-4"/>
1527 </Offset>
1528 </Anchor>
1529 </Anchors>
1530 <Color r="1.0" g="1.0" b="1.0"/>
1531 </FontString>
1532 <FontString name="RecapOpt_IdleFight" inherits="GameFontNormal" wraponspaces="false" justifyH="LEFT" text="RECAP_END_FIGHT_IF_IDLE">
1533 <Anchors>
1534 <Anchor point="TOPLEFT" relativeTo="RecapOpt_MergePets" relativePoint="BOTTOMLEFT">
1535 <Offset>
1536 <AbsDimension x="0" y="-4"/>
1537 </Offset>
1538 </Anchor>
1539 </Anchors>
1540 <Color r="1.0" g="1.0" b="1.0"/>
1541 </FontString>
1542  
1543 <FontString name="RecapOptDataOptLabel" inherits="GameFontNormalSmall" wraponspaces="false" justifyH="LEFT" text="RECAP_DATA_OPTIONS">
1544 <Anchors>
1545 <Anchor point="TOPLEFT" relativeTo="RecapOpt_AutoFade" relativePoint="TOPLEFT">
1546 <Offset>
1547 <AbsDimension x="-16" y="-24"/>
1548 </Offset>
1549 </Anchor>
1550 </Anchors>
1551 <Color r="0.85" g="0.85" b="0.85"/>
1552 </FontString>
1553 <FontString name="RecapOpt_LightData" inherits="GameFontNormal" wraponspaces="false" justifyH="LEFT" text="RECAP_LIGHT_DATA_MODE">
1554 <Anchors>
1555 <Anchor point="TOPLEFT" relativeTo="RecapOptDataOptLabel" relativePoint="BOTTOMLEFT">
1556 <Offset>
1557 <AbsDimension x="16" y="-4"/>
1558 </Offset>
1559 </Anchor>
1560 </Anchors>
1561 <Color r="1.0" g="1.0" b="1.0"/>
1562 </FontString>
1563 <FontString name="RecapOpt_UseOneSettings" inherits="GameFontNormal" wraponspaces="false" justifyH="LEFT" text="RECAP_USE_GLOBAL_SETTINGS">
1564 <Anchors>
1565 <Anchor point="TOPLEFT" relativeTo="RecapOpt_LightData" relativePoint="BOTTOMLEFT">
1566 <Offset>
1567 <AbsDimension x="0" y="-4"/>
1568 </Offset>
1569 </Anchor>
1570 </Anchors>
1571 <Color r="1.0" g="1.0" b="1.0"/>
1572 </FontString>
1573 <FontString name="RecapOpt_WarnData" inherits="GameFontNormal" wraponspaces="false" justifyH="LEFT" text="RECAP_WARN_DATA">
1574 <Anchors>
1575 <Anchor point="TOPLEFT" relativeTo="RecapOpt_UseOneSettings" relativePoint="BOTTOMLEFT">
1576 <Offset>
1577 <AbsDimension x="0" y="-4"/>
1578 </Offset>
1579 </Anchor>
1580 </Anchors>
1581 <Color r="1.0" g="1.0" b="1.0"/>
1582 </FontString>
1583  
1584 </Layer>
1585 </Layers>
1586  
1587 <Frames>
1588  
1589 <Checkbutton name="RecapOptCheck_UseColor" inherits="RecapOptCheckTemplate" id="1">
1590 <Anchors>
1591 <Anchor point="TOPRIGHT" relativeTo="RecapOpt_UseColor" relativePoint="TOPLEFT">
1592 <Offset>
1593 <AbsDimension x="1" y="3"/>
1594 </Offset>
1595 </Anchor>
1596 </Anchors>
1597 </Checkbutton>
1598 <Checkbutton name="RecapOptCheck_ShowTooltips" inherits="RecapOptCheckTemplate" id="4">
1599 <Anchors>
1600 <Anchor point="TOPRIGHT" relativeTo="RecapOpt_ShowTooltips" relativePoint="TOPLEFT">
1601 <Offset>
1602 <AbsDimension x="1" y="3"/>
1603 </Offset>
1604 </Anchor>
1605 </Anchors>
1606 </Checkbutton>
1607 <Checkbutton name="RecapOptCheck_AutoHide" inherits="RecapOptCheckTemplate" id="5">
1608 <Anchors>
1609 <Anchor point="TOPRIGHT" relativeTo="RecapOpt_AutoHide" relativePoint="TOPLEFT">
1610 <Offset>
1611 <AbsDimension x="1" y="3"/>
1612 </Offset>
1613 </Anchor>
1614 </Anchors>
1615 </Checkbutton>
1616 <Checkbutton name="RecapOptCheck_AutoMinimize" inherits="RecapOptCheckTemplate" id="38">
1617 <Anchors>
1618 <Anchor point="TOPRIGHT" relativeTo="RecapOpt_AutoMinimize" relativePoint="TOPLEFT">
1619 <Offset>
1620 <AbsDimension x="1" y="3"/>
1621 </Offset>
1622 </Anchor>
1623 </Anchors>
1624 </Checkbutton>
1625 <Checkbutton name="RecapOptCheck_AutoFade" inherits="RecapOptCheckTemplate" id="6">
1626 <Anchors>
1627 <Anchor point="TOPRIGHT" relativeTo="RecapOpt_AutoFade" relativePoint="TOPLEFT">
1628 <Offset>
1629 <AbsDimension x="1" y="3"/>
1630 </Offset>
1631 </Anchor>
1632 </Anchors>
1633 </Checkbutton>
1634 <Checkbutton name="RecapOptCheck_LightData" inherits="RecapOptCheckTemplate" id="40">
1635 <Anchors>
1636 <Anchor point="TOPRIGHT" relativeTo="RecapOpt_LightData" relativePoint="TOPLEFT">
1637 <Offset>
1638 <AbsDimension x="1" y="3"/>
1639 </Offset>
1640 </Anchor>
1641 </Anchors>
1642 </Checkbutton>
1643 <Checkbutton name="RecapOptCheck_LimitFights" inherits="RecapOptCheckTemplate" id="7">
1644 <Anchors>
1645 <Anchor point="TOPRIGHT" relativeTo="RecapOpt_LimitFights" relativePoint="TOPLEFT">
1646 <Offset>
1647 <AbsDimension x="1" y="3"/>
1648 </Offset>
1649 </Anchor>
1650 </Anchors>
1651 </Checkbutton>
1652 <Checkbutton name="RecapOptCheck_HideZero" inherits="RecapOptCheckTemplate" id="8">
1653 <Anchors>
1654 <Anchor point="TOPRIGHT" relativeTo="RecapOpt_HideZero" relativePoint="TOPLEFT">
1655 <Offset>
1656 <AbsDimension x="1" y="3"/>
1657 </Offset>
1658 </Anchor>
1659 </Anchors>
1660 </Checkbutton>
1661 <Checkbutton name="RecapOptCheck_HideFoe" inherits="RecapOptCheckTemplate" id="9">
1662 <Anchors>
1663 <Anchor point="TOPRIGHT" relativeTo="RecapOpt_HideFoe" relativePoint="TOPLEFT">
1664 <Offset>
1665 <AbsDimension x="1" y="3"/>
1666 </Offset>
1667 </Anchor>
1668 </Anchors>
1669 </Checkbutton>
1670 <Checkbutton name="RecapOptCheck_IdleFight" inherits="RecapOptCheckTemplate" id="10">
1671 <Anchors>
1672 <Anchor point="TOPRIGHT" relativeTo="RecapOpt_IdleFight" relativePoint="TOPLEFT">
1673 <Offset>
1674 <AbsDimension x="1" y="3"/>
1675 </Offset>
1676 </Anchor>
1677 </Anchors>
1678 </Checkbutton>
1679 <Checkbutton name="RecapOptCheck_TooltipFollow" inherits="RecapOptCheckTemplate" id="23">
1680 <Anchors>
1681 <Anchor point="TOPRIGHT" relativeTo="RecapOpt_TooltipFollow" relativePoint="TOPLEFT">
1682 <Offset>
1683 <AbsDimension x="1" y="3"/>
1684 </Offset>
1685 </Anchor>
1686 </Anchors>
1687 </Checkbutton>
1688 <Checkbutton name="RecapOptCheck_ShowPanel" inherits="RecapOptCheckTemplate" id="39">
1689 <Anchors>
1690 <Anchor point="TOPRIGHT" relativeTo="RecapOpt_ShowPanel" relativePoint="TOPLEFT">
1691 <Offset>
1692 <AbsDimension x="1" y="3"/>
1693 </Offset>
1694 </Anchor>
1695 </Anchors>
1696 </Checkbutton>
1697 <Checkbutton name="RecapOptCheck_HideYardTrash" inherits="RecapOptCheckTemplate" id="28">
1698 <Anchors>
1699 <Anchor point="TOPRIGHT" relativeTo="RecapOpt_HideYardTrash" relativePoint="TOPLEFT">
1700 <Offset>
1701 <AbsDimension x="1" y="3"/>
1702 </Offset>
1703 </Anchor>
1704 </Anchors>
1705 </Checkbutton>
1706 <Checkbutton name="RecapOptCheck_MergePets" inherits="RecapOptCheckTemplate" id="37">
1707 <Anchors>
1708 <Anchor point="TOPRIGHT" relativeTo="RecapOpt_MergePets" relativePoint="TOPLEFT">
1709 <Offset>
1710 <AbsDimension x="1" y="3"/>
1711 </Offset>
1712 </Anchor>
1713 </Anchors>
1714 </Checkbutton>
1715 <Checkbutton name="RecapOptCheck_WarnData" inherits="RecapOptCheckTemplate" id="63">
1716 <Anchors>
1717 <Anchor point="TOPRIGHT" relativeTo="RecapOpt_WarnData" relativePoint="TOPLEFT">
1718 <Offset>
1719 <AbsDimension x="1" y="3"/>
1720 </Offset>
1721 </Anchor>
1722 </Anchors>
1723 </Checkbutton>
1724  
1725  
1726 <CheckButton name="RecapOptCheck_UseOneSettings" inherits="UICheckButtonTemplate">
1727 <Size>
1728 <AbsDimension x="20" y="20"/>
1729 </Size>
1730 <Anchors>
1731 <Anchor point="TOPRIGHT" relativeTo="RecapOpt_UseOneSettings" relativePoint="TOPLEFT">
1732 <Offset>
1733 <AbsDimension x="1" y="3"/>
1734 </Offset>
1735 </Anchor>
1736 </Anchors>
1737 <Scripts>
1738 <OnEnter>
1739 Recap_OnTooltip("UseOneSettings")
1740 </OnEnter>
1741 <OnLeave>
1742 GameTooltip:Hide()
1743 </OnLeave>
1744 <OnClick>
1745 Recap_UseOneSettings_OnClick()
1746 </OnClick>
1747 </Scripts>
1748 </CheckButton>
1749  
1750 <Slider name="RecapAutoFadeSlider" orientation="HORIZONTAL" enableMouse="true" minValue="1" maxValue="20" defaultValue="5" valueStep="1">
1751 <Size>
1752 <AbsDimension x="80" y="17"/>
1753 </Size>
1754 <Anchors>
1755 <Anchor point="TOPLEFT" relativeTo="RecapOpt_AutoFade" relativePoint="TOPRIGHT">
1756 <Offset>
1757 <AbsDimension x="8" y="2"/>
1758 </Offset>
1759 </Anchor>
1760 </Anchors>
1761 <HitRectInsets>
1762 <AbsInset left="0" right="0" top="-5" bottom="-5"/>
1763 </HitRectInsets>
1764 <Backdrop bgFile="Interface\Buttons\UI-SliderBar-Background" edgeFile="Interface\Buttons\UI-SliderBar-Border" tile="true">
1765 <EdgeSize>
1766 <AbsValue val="8"/>
1767 </EdgeSize>
1768 <TileSize>
1769 <AbsValue val="8"/>
1770 </TileSize>
1771 <BackgroundInsets>
1772 <AbsInset left="3" right="3" top="6" bottom="6"/>
1773 </BackgroundInsets>
1774 </Backdrop>
1775 <Layers>
1776 <Layer level="ARTWORK">
1777 <FontString name="RecapAutoFadeSlider_Text" inherits="GameFontNormalSmall" text="5 seconds">
1778 <Anchors>
1779 <Anchor point="BOTTOM" relativePoint="TOP">
1780 <Offset>
1781 <AbsDimension x="0" y="-24"/>
1782 </Offset>
1783 </Anchor>
1784 </Anchors>
1785 </FontString>
1786 </Layer>
1787 </Layers>
1788 <Scripts>
1789 <OnEnter>
1790 Recap_OnTooltip("AutoFadeSlider")
1791 </OnEnter>
1792 <OnLeave>
1793 GameTooltip:Hide()
1794 </OnLeave>
1795  
1796 <OnValueChanged>
1797 Recap_AutoFadeSlider_OnValueChanged(arg1)
1798 </OnValueChanged>
1799 </Scripts>
1800 <ThumbTexture name="$parentThumb" file="Interface\Buttons\UI-SliderBar-Button-Horizontal">
1801 <Size>
1802 <AbsDimension x="32" y="32"/>
1803 </Size>
1804 </ThumbTexture>
1805 </Slider>
1806  
1807 <Slider name="RecapIdleFightSlider" orientation="HORIZONTAL" enableMouse="true" minValue="5" maxValue="60" defaultValue="10" valueStep="1">
1808 <Size>
1809 <AbsDimension x="80" y="17"/>
1810 </Size>
1811 <Anchors>
1812 <Anchor point="TOPLEFT" relativeTo="RecapOpt_IdleFight" relativePoint="TOPRIGHT">
1813 <Offset>
1814 <AbsDimension x="8" y="2"/>
1815 </Offset>
1816 </Anchor>
1817 </Anchors>
1818 <HitRectInsets>
1819 <AbsInset left="0" right="0" top="-5" bottom="-5"/>
1820 </HitRectInsets>
1821 <Backdrop bgFile="Interface\Buttons\UI-SliderBar-Background" edgeFile="Interface\Buttons\UI-SliderBar-Border" tile="true">
1822 <EdgeSize>
1823 <AbsValue val="8"/>
1824 </EdgeSize>
1825 <TileSize>
1826 <AbsValue val="8"/>
1827 </TileSize>
1828 <BackgroundInsets>
1829 <AbsInset left="3" right="3" top="6" bottom="6"/>
1830 </BackgroundInsets>
1831 </Backdrop>
1832 <Layers>
1833 <Layer level="ARTWORK">
1834 <FontString name="RecapIdleFightSlider_Text" inherits="GameFontNormalSmall" text="10 seconds">
1835 <Anchors>
1836 <Anchor point="BOTTOM" relativePoint="TOP">
1837 <Offset>
1838 <AbsDimension x="0" y="-24"/>
1839 </Offset>
1840 </Anchor>
1841 </Anchors>
1842 </FontString>
1843 </Layer>
1844 </Layers>
1845 <Scripts>
1846 <OnEnter>
1847 Recap_OnTooltip("IdleFightSlider")
1848 </OnEnter>
1849 <OnLeave>
1850 GameTooltip:Hide()
1851 </OnLeave>
1852 <OnValueChanged>
1853 Recap_IdleFightSlider_OnValueChanged(arg1)
1854 </OnValueChanged>
1855 </Scripts>
1856 <ThumbTexture name="$parentThumb" file="Interface\Buttons\UI-SliderBar-Button-Horizontal">
1857 <Size>
1858 <AbsDimension x="32" y="32"/>
1859 </Size>
1860 </ThumbTexture>
1861 </Slider>
1862  
1863 </Frames>
1864 <Scripts>
1865 <OnMouseDown>
1866 RecapOpt_OnMouseDown(arg1)
1867 </OnMouseDown>
1868 <OnMouseUp>
1869 RecapOpt_OnMouseUp(arg1)
1870 </OnMouseUp>
1871 </Scripts>
1872 </Frame>
1873  
1874 <Frame name="RecapOptSubFrame3" toplevel="true" enableMouse="true" parent="RecapOptFrame" hidden="true">
1875  
1876 <Size>
1877 <AbsDimension x="394" y="242"/>
1878 </Size>
1879 <Anchors>
1880 <Anchor point="TOPLEFT">
1881 <Offset>
1882 <AbsDimension x="8" y="-24"/>
1883 </Offset>
1884 </Anchor>
1885 </Anchors>
1886 <Layers>
1887 <Layer level = "BACKGROUND">
1888 <FontString name="RecapOptFightDataLabel" inherits="GameFontNormalSmall" wraponspaces="false" justifyH="LEFT" text="RECAP_FIGHT_DATA_SETS">
1889 <Anchors>
1890 <Anchor point="TOPLEFT">
1891 <Offset>
1892 <AbsDimension x="16" y="-24"/>
1893 </Offset>
1894 </Anchor>
1895 </Anchors>
1896 <Color r="0.85" g="0.85" b="0.85"/>
1897 </FontString>
1898  
1899 <FontString name="RecapOpt_SaveFriends" inherits="GameFontNormal" wraponspaces="false" justifyH="LEFT" text="RECAP_ONLY_SAVE_FRIENDLY_COMBATANTS">
1900 <Anchors>
1901 <Anchor point="TOPLEFT" relativeTo="RecapOptFightDataLabel" relativePoint="BOTTOMLEFT">
1902 <Offset>
1903 <AbsDimension x="32" y="-175"/>
1904 </Offset>
1905 </Anchor>
1906 </Anchors>
1907 <Color r="1.0" g="1.0" b="1.0"/>
1908 </FontString>
1909 <FontString name="RecapOpt_ReplaceSet" inherits="GameFontNormal" wraponspaces="false" justifyH="LEFT" text="RECAP_REPLACE_ANY_EXISTING_DATA" hidden="true">
1910 <Anchors>
1911 <Anchor point="TOPLEFT" relativeTo="RecapOpt_SaveFriends" relativePoint="BOTTOMLEFT">
1912 <Offset>
1913 <AbsDimension x="0" y="-4"/>
1914 </Offset>
1915 </Anchor>
1916 </Anchors>
1917 <Color r="1.0" g="1.0" b="1.0"/>
1918 </FontString>
1919 </Layer>
1920 </Layers>
1921 <Frames>
1922 <Checkbutton name="RecapOptCheck_SaveFriends" inherits="RecapOptCheckTemplate" id="24">
1923 <Anchors>
1924 <Anchor point="TOPRIGHT" relativeTo="RecapOpt_SaveFriends" relativePoint="TOPLEFT">
1925 <Offset>
1926 <AbsDimension x="1" y="4"/>
1927 </Offset>
1928 </Anchor>
1929 </Anchors>
1930 </Checkbutton>
1931 <Checkbutton name="RecapOptCheck_ReplaceSet" inherits="RecapOptCheckTemplate" id="25" hidden="true">
1932 <Anchors>
1933 <Anchor point="TOPRIGHT" relativeTo="RecapOpt_ReplaceSet" relativePoint="TOPLEFT">
1934 <Offset>
1935 <AbsDimension x="1" y="4"/>
1936 </Offset>
1937 </Anchor>
1938 </Anchors>
1939 </Checkbutton>
1940 <Button name = "RecapFightDataSetHeader" inherits="RecapFightDataSetTemplate" hidden="false">
1941 <Anchors>
1942 <Anchor point="TOPLEFT" relativeTo="RecapOptFightDataLabel" relativePoint="BOTTOMLEFT">
1943 <Offset>
1944 <AbsDimension x="16" y="-4"/>
1945 </Offset>
1946 </Anchor>
1947 </Anchors>
1948 </Button>
1949 <Button name = "RecapList1Back" inherits="RecapSetsBack" hidden="true">
1950 <Anchors>
1951 <Anchor point="TOPLEFT" relativeTo="RecapFightDataSetHeader" relativePoint="BOTTOMLEFT"/>
1952 </Anchors>
1953 </Button>
1954 <Button name = "RecapFightDataList1" inherits="RecapFightDataListTemplate" hidden="false" id="1">
1955 <Anchors>
1956 <Anchor point="TOPLEFT" relativeTo="RecapFightDataSetHeader" relativePoint="BOTTOMLEFT"/>
1957 </Anchors>
1958 </Button>
1959 <Button name = "RecapList2Back" inherits="RecapSetsBack" hidden="true">
1960 <Anchors>
1961 <Anchor point="TOPLEFT" relativeTo="RecapFightDataList1" relativePoint="BOTTOMLEFT"/>
1962 </Anchors>
1963 </Button>
1964 <Button name = "RecapFightDataList2" inherits="RecapFightDataListTemplate" hidden="false" id="2">
1965 <Anchors>
1966 <Anchor point="TOPLEFT" relativeTo="RecapFightDataList1" relativePoint="BOTTOMLEFT"/>
1967 </Anchors>
1968 </Button>
1969 <Button name = "RecapList3Back" inherits="RecapSetsBack" hidden="true">
1970 <Anchors>
1971 <Anchor point="TOPLEFT" relativeTo="RecapFightDataList2" relativePoint="BOTTOMLEFT"/>
1972 </Anchors>
1973 </Button>
1974 <Button name = "RecapFightDataList3" inherits="RecapFightDataListTemplate" hidden="false" id="3">
1975 <Anchors>
1976 <Anchor point="TOPLEFT" relativeTo="RecapFightDataList2" relativePoint="BOTTOMLEFT"/>
1977 </Anchors>
1978 </Button>
1979 <Button name = "RecapList4Back" inherits="RecapSetsBack" hidden="true">
1980 <Anchors>
1981 <Anchor point="TOPLEFT" relativeTo="RecapFightDataList3" relativePoint="BOTTOMLEFT"/>
1982 </Anchors>
1983 </Button>
1984 <Button name = "RecapFightDataList4" inherits="RecapFightDataListTemplate" hidden="false" id="4">
1985 <Anchors>
1986 <Anchor point="TOPLEFT" relativeTo="RecapFightDataList3" relativePoint="BOTTOMLEFT"/>
1987 </Anchors>
1988 </Button>
1989 <Button name = "RecapList5Back" inherits="RecapSetsBack" hidden="true">
1990 <Anchors>
1991 <Anchor point="TOPLEFT" relativeTo="RecapFightDataList4" relativePoint="BOTTOMLEFT"/>
1992 </Anchors>
1993 </Button>
1994 <Button name = "RecapFightDataList5" inherits="RecapFightDataListTemplate" hidden="false" id="5">
1995 <Anchors>
1996 <Anchor point="TOPLEFT" relativeTo="RecapFightDataList4" relativePoint="BOTTOMLEFT"/>
1997 </Anchors>
1998 </Button>
1999 <Button name = "RecapList6Back" inherits="RecapSetsBack" hidden="true">
2000 <Anchors>
2001 <Anchor point="TOPLEFT" relativeTo="RecapFightDataList5" relativePoint="BOTTOMLEFT"/>
2002 </Anchors>
2003 </Button>
2004 <Button name = "RecapFightDataList6" inherits="RecapFightDataListTemplate" hidden="false" id="6">
2005 <Anchors>
2006 <Anchor point="TOPLEFT" relativeTo="RecapFightDataList5" relativePoint="BOTTOMLEFT"/>
2007 </Anchors>
2008 </Button>
2009 <Button name = "RecapList7Back" inherits="RecapSetsBack" hidden="true">
2010 <Anchors>
2011 <Anchor point="TOPLEFT" relativeTo="RecapFightDataList6" relativePoint="BOTTOMLEFT"/>
2012 </Anchors>
2013 </Button>
2014 <Button name = "RecapFightDataList7" inherits="RecapFightDataListTemplate" hidden="false" id="7">
2015 <Anchors>
2016 <Anchor point="TOPLEFT" relativeTo="RecapFightDataList6" relativePoint="BOTTOMLEFT"/>
2017 </Anchors>
2018 </Button>
2019 <Button name = "RecapList8Back" inherits="RecapSetsBack" hidden="true">
2020 <Anchors>
2021 <Anchor point="TOPLEFT" relativeTo="RecapFightDataList7" relativePoint="BOTTOMLEFT"/>
2022 </Anchors>
2023 </Button>
2024 <Button name = "RecapFightDataList8" inherits="RecapFightDataListTemplate" hidden="false" id="8">
2025 <Anchors>
2026 <Anchor point="TOPLEFT" relativeTo="RecapFightDataList7" relativePoint="BOTTOMLEFT"/>
2027 </Anchors>
2028 </Button>
2029 <Button name = "RecapList9Back" inherits="RecapSetsBack" hidden="true">
2030 <Anchors>
2031 <Anchor point="TOPLEFT" relativeTo="RecapFightDataList8" relativePoint="BOTTOMLEFT"/>
2032 </Anchors>
2033 </Button>
2034 <Button name = "RecapFightDataList9" inherits="RecapFightDataListTemplate" hidden="false" id="9">
2035 <Anchors>
2036 <Anchor point="TOPLEFT" relativeTo="RecapFightDataList8" relativePoint="BOTTOMLEFT"/>
2037 </Anchors>
2038 </Button>
2039 <Button name = "RecapList10Back" inherits="RecapSetsBack" hidden="true">
2040 <Anchors>
2041 <Anchor point="TOPLEFT" relativeTo="RecapFightDataList9" relativePoint="BOTTOMLEFT"/>
2042 </Anchors>
2043 </Button>
2044 <Button name = "RecapFightDataList10" inherits="RecapFightDataListTemplate" hidden="false" id="10">
2045 <Anchors>
2046 <Anchor point="TOPLEFT" relativeTo="RecapFightDataList9" relativePoint="BOTTOMLEFT"/>
2047 </Anchors>
2048 </Button>
2049  
2050 <EditBox name="RecapSetEditBox" letters="256" historyLines="0" autoFocus="false">
2051 <Size>
2052 <AbsDimension x="190" y="20"/>
2053 </Size>
2054 <Anchors>
2055 <Anchor point="TOPLEFT" relativeTo="RecapFightDataList10" relativePoint="BOTTOMLEFT">
2056 <Offset>
2057 <AbsDimension x="-4" y="-8"/>
2058 </Offset>
2059 </Anchor>
2060 </Anchors>
2061 <Layers>
2062 <Layer level="BACKGROUND">
2063 <Texture file="Interface\ChatFrame\UI-ChatInputBorder-Left">
2064 <Size>
2065 <AbsDimension x="108" y="32"/>
2066 </Size>
2067 <Anchors>
2068 <Anchor point="LEFT">
2069 <Offset>
2070 <AbsDimension x="-16" y="0"/>
2071 </Offset>
2072 </Anchor>
2073 </Anchors>
2074 <TexCoords left="0" right="0.29296875" top="0" bottom="1.0"/>
2075 </Texture>
2076 <Texture file="Interface\ChatFrame\UI-ChatInputBorder-Right">
2077 <Size>
2078 <AbsDimension x="108" y="32"/>
2079 </Size>
2080 <Anchors>
2081 <Anchor point="RIGHT">
2082 <Offset>
2083 <AbsDimension x="8" y="0"/>
2084 </Offset>
2085 </Anchor>
2086 </Anchors>
2087 <TexCoords left="0.70703125" right="1.0" top="0" bottom="1.0"/>
2088 </Texture>
2089 </Layer>
2090 </Layers>
2091 <FontString inherits="GameFontHighlight"/>
2092 <Scripts>
2093 <OnEnter>
2094 Recap_OnTooltip("DataSetEdit")
2095 </OnEnter>
2096 <OnLeave>
2097 GameTooltip:Hide()
2098 </OnLeave>
2099 <OnTextChanged>
2100 Recap_SetEditValidateButtons()
2101 </OnTextChanged>
2102 <OnEscapePressed>
2103 this:ClearFocus()
2104 </OnEscapePressed>
2105 <OnEnterPressed>
2106 this:ClearFocus()
2107 Recap_OnClick("SaveSet")
2108 </OnEnterPressed>
2109 </Scripts>
2110 </EditBox>
2111  
2112  
2113 <Button name="RecapSaveButton" inherits="GameMenuButtonTemplate" text="RECAP_SAVE">
2114 <Size>
2115 <AbsDimension x="50" y="24"/>
2116 </Size>
2117 <Anchors>
2118 <Anchor point="TOPLEFT" relativeTo="RecapSetEditBox" relativePoint="TOPRIGHT">
2119 <Offset>
2120 <AbsDimension x="8" y="2"/>
2121 </Offset>
2122 </Anchor>
2123 </Anchors>
2124 <Scripts>
2125 <OnEnter>
2126 Recap_OnTooltip("SaveSet")
2127 </OnEnter>
2128 <OnLeave>
2129 GameTooltip:Hide()
2130 </OnLeave>
2131 <OnClick>
2132 Recap_OnClick("SaveSet")
2133 </OnClick>
2134 </Scripts>
2135 </Button>
2136 <Button name="RecapLoadButton" inherits="GameMenuButtonTemplate" text="RECAP_LOAD">
2137 <Size>
2138 <AbsDimension x="50" y="24"/>
2139 </Size>
2140 <Anchors>
2141 <Anchor point="TOPLEFT" relativeTo="RecapSaveButton" relativePoint="TOPRIGHT">
2142 <Offset>
2143 <AbsDimension x="0" y="0"/>
2144 </Offset>
2145 </Anchor>
2146 </Anchors>
2147 <Scripts>
2148 <OnEnter>
2149 Recap_OnTooltip("LoadSet")
2150 </OnEnter>
2151 <OnLeave>
2152 GameTooltip:Hide()
2153 </OnLeave>
2154 <OnClick>
2155 Recap_OnClick("LoadSet")
2156 </OnClick>
2157 </Scripts>
2158 </Button>
2159 <Button name="RecapDeleteButton" inherits="GameMenuButtonTemplate" text="RECAP_DELETE">
2160 <Size>
2161 <AbsDimension x="50" y="24"/>
2162 </Size>
2163 <Anchors>
2164 <Anchor point="TOPLEFT" relativeTo="RecapLoadButton" relativePoint="TOPRIGHT">
2165 <Offset>
2166 <AbsDimension x="0" y="0"/>
2167 </Offset>
2168 </Anchor>
2169 </Anchors>
2170 <Scripts>
2171 <OnEnter>
2172 Recap_OnTooltip("DeleteSet")
2173 </OnEnter>
2174 <OnLeave>
2175 GameTooltip:Hide()
2176 </OnLeave>
2177 <OnClick>
2178 Recap_OnClick("DeleteSet")
2179 </OnClick>
2180 </Scripts>
2181 </Button>
2182  
2183 <ScrollFrame name="RecapFightSetsScrollBar" inherits="FauxScrollFrameTemplate">
2184 <Size>
2185 <AbsDimension x="300" y="128"/>
2186 </Size>
2187 <Anchors>
2188 <Anchor point="TOPRIGHT" relativeTo="RecapFightDataList1" relativePoint="TOPRIGHT">
2189 <Offset>
2190 <AbsDimension x="4" y="7"/>
2191 </Offset>
2192 </Anchor>
2193 </Anchors>
2194 <Scripts>
2195 <OnVerticalScroll>
2196 FauxScrollFrame_OnVerticalScroll(5, RecapFightSetsScrollBar_Update)
2197 </OnVerticalScroll>
2198 </Scripts>
2199 </ScrollFrame>
2200  
2201 </Frames>
2202 <Scripts>
2203 <OnMouseDown>
2204 RecapOpt_OnMouseDown(arg1)
2205 </OnMouseDown>
2206 <OnMouseUp>
2207 RecapOpt_OnMouseUp(arg1)
2208 </OnMouseUp>
2209 </Scripts>
2210  
2211 </Frame>
2212  
2213 <Frame name="RecapOptSubFrame4" toplevel="true" enableMouse="true" parent="RecapOptFrame" hidden="true">
2214  
2215 <Size>
2216 <AbsDimension x="394" y="242"/>
2217 </Size>
2218 <Anchors>
2219 <Anchor point="TOPLEFT">
2220 <Offset>
2221 <AbsDimension x="8" y="-24"/>
2222 </Offset>
2223 </Anchor>
2224 </Anchors>
2225  
2226 <Layers>
2227 <Layer level = "BACKGROUND">
2228  
2229 <FontString name="RecapOptRankingsLabel" inherits="GameFontNormalSmall" wraponspaces="false" justifyH="LEFT" text="RECAP_FIGHT_REPORTING">
2230 <Anchors>
2231 <Anchor point="TOPLEFT">
2232 <Offset>
2233 <AbsDimension x="32" y="-16"/>
2234 </Offset>
2235 </Anchor>
2236 </Anchors>
2237 <Color r="0.85" g="0.85" b="0.85"/>
2238 </FontString>
2239 <FontString name="RecapOpt_SpamRows" inherits="GameFontNormal" wraponspaces="false" justifyH="LEFT" text="RECAP_REPORT_RANKS_IN_MULTIPLE_ROWS">
2240 <Anchors>
2241 <Anchor point="TOPLEFT" relativeTo="RecapOptRankingsLabel" relativePoint="BOTTOMLEFT">
2242 <Offset>
2243 <AbsDimension x="16" y="-8"/>
2244 </Offset>
2245 </Anchor>
2246 </Anchors>
2247 <Color r="1.0" g="1.0" b="1.0"/>
2248 </FontString>
2249 <FontString name="RecapOpt_AutoPost" inherits="GameFontNormal" wraponspaces="false" justifyH="LEFT" text="RECAP_AUTOMATICALLY_POST_RANKS_AFTER_EACH_FIGHT">
2250 <Anchors>
2251 <Anchor point="TOPLEFT" relativeTo="RecapOpt_SpamRows" relativePoint="BOTTOMLEFT">
2252 <Offset>
2253 <AbsDimension x="0" y="-24"/>
2254 </Offset>
2255 </Anchor>
2256 </Anchors>
2257 <Color r="1.0" g="1.0" b="1.0"/>
2258 </FontString>
2259 <FontString name="RecapOpt_AutoPostStat" inherits="GameFontNormal" wraponspaces="false" justifyH="LEFT" text="RECAP_REPORT">
2260 <Anchors>
2261 <Anchor point="TOPLEFT" relativeTo="RecapOpt_AutoPost" relativePoint="BOTTOMLEFT">
2262 <Offset>
2263 <AbsDimension x="16" y="-40"/>
2264 </Offset>
2265 </Anchor>
2266 </Anchors>
2267 <Color r="0.85" g="0.85" b="0.85"/>
2268 </FontString>
2269 <FontString name="RecapOpt_AutoPostTo" inherits="GameFontNormal" wraponspaces="false" justifyH="LEFT" text="RECAP_TO">
2270 <Anchors>
2271 <Anchor point="TOPLEFT" relativeTo="RecapOpt_AutoPostStat" relativePoint="TOPRIGHT">
2272 <Offset>
2273 <AbsDimension x="110" y="0"/>
2274 </Offset>
2275 </Anchor>
2276 </Anchors>
2277 <Color r="0.85" g="0.85" b="0.85"/>
2278 </FontString>
2279 <FontString name="RecapOpt_AutoLeader" inherits="GameFontNormal" wraponspaces="false" justifyH="LEFT" text="RECAP_AUTOMATICALLY_POST_CHANGES_IN_LEADERSHIP">
2280 <Anchors>
2281 <Anchor point="TOPLEFT" relativeTo="RecapOpt_AutoPost" relativePoint="BOTTOMLEFT">
2282 <Offset>
2283 <AbsDimension x="0" y="-8"/>
2284 </Offset>
2285 </Anchor>
2286 </Anchors>
2287 <Color r="1" g="1" b="1"/>
2288 </FontString>
2289 <FontString name="RecapOpt_WriteLogLabel" inherits="GameFontNormal" wraponspaces="false" justifyH="LEFT" text="RECAP_SAVE_TO_WOWCHATLOG_TXT">
2290 <Anchors>
2291 <Anchor point="TOPLEFT" relativeTo="RecapOpt_AutoLeader" relativePoint="BOTTOMLEFT">
2292 <Offset>
2293 <AbsDimension x="80" y="-64"/>
2294 </Offset>
2295 </Anchor>
2296 </Anchors>
2297 <Color r="1" g="1" b="1"/>
2298 </FontString>
2299 <FontString name="RecapOpt_WriteClipLabel" inherits="GameFontNormal" wraponspaces="false" justifyH="LEFT" text="RECAP_SAVE_TO_CLIPBOARD_TXT">
2300 <Anchors>
2301 <Anchor point="TOPLEFT" relativeTo="RecapOpt_WriteLogLabel" relativePoint="BOTTOMLEFT">
2302 <Offset>
2303 <AbsDimension x="0" y="-20"/>
2304 </Offset>
2305 </Anchor>
2306 </Anchors>
2307 <Color r="1" g="1" b="1"/>
2308 </FontString>
2309 <FontString name="RecapOpt_HTML" inherits="GameFontNormal" wraponspaces="false" justifyH="LEFT" text="RECAP_FORMAT_IN_HTML">
2310 <Anchors>
2311 <Anchor point="TOPLEFT" relativeTo="RecapOpt_WriteClipLabel" relativePoint="BOTTOMLEFT">
2312 <Offset>
2313 <AbsDimension x="0" y="-20"/>
2314 </Offset>
2315 </Anchor>
2316 </Anchors>
2317 <Color r="1" g="1" b="1"/>
2318 </FontString>
2319 <FontString name="RecapOpt_WriteFriends" inherits="GameFontNormal" wraponspaces="false" justifyH="LEFT" text="RECAP_WRITE_ONLY_FRIENDLY">
2320 <Anchors>
2321 <Anchor point="TOPLEFT" relativeTo="RecapOpt_HTML" relativePoint="BOTTOMLEFT">
2322 <Offset>
2323 <AbsDimension x="0" y="-8"/>
2324 </Offset>
2325 </Anchor>
2326 </Anchors>
2327 <Color r="1" g="1" b="1"/>
2328 </FontString>
2329 </Layer>
2330 </Layers>
2331  
2332 <Frames>
2333  
2334 <Checkbutton name="RecapOptCheck_SpamRows" inherits="RecapOptCheckTemplate" id="29">
2335 <Anchors>
2336 <Anchor point="TOPRIGHT" relativeTo="RecapOpt_SpamRows" relativePoint="TOPLEFT">
2337 <Offset>
2338 <AbsDimension x="1" y="3"/>
2339 </Offset>
2340 </Anchor>
2341 </Anchors>
2342 </Checkbutton>
2343  
2344 <Checkbutton name="RecapOptCheck_AutoPost" inherits="RecapOptCheckTemplate" id="35">
2345 <Anchors>
2346 <Anchor point="TOPRIGHT" relativeTo="RecapOpt_AutoPost" relativePoint="TOPLEFT">
2347 <Offset>
2348 <AbsDimension x="1" y="3"/>
2349 </Offset>
2350 </Anchor>
2351 </Anchors>
2352 </Checkbutton>
2353 <Checkbutton name="RecapOptCheck_AutoLeader" inherits="RecapOptCheckTemplate" id="42">
2354 <Anchors>
2355 <Anchor point="TOPRIGHT" relativeTo="RecapOpt_AutoLeader" relativePoint="TOPLEFT">
2356 <Offset>
2357 <AbsDimension x="1" y="3"/>
2358 </Offset>
2359 </Anchor>
2360 </Anchors>
2361 </Checkbutton>
2362 <Checkbutton name="RecapOptCheck_HTML" inherits="RecapOptCheckTemplate" id="46">
2363 <Anchors>
2364 <Anchor point="TOPRIGHT" relativeTo="RecapOpt_HTML" relativePoint="TOPLEFT">
2365 <Offset>
2366 <AbsDimension x="1" y="3"/>
2367 </Offset>
2368 </Anchor>
2369 </Anchors>
2370 </Checkbutton>
2371 <Checkbutton name="RecapOptCheck_WriteFriends" inherits="RecapOptCheckTemplate" id="47">
2372 <Anchors>
2373 <Anchor point="TOPRIGHT" relativeTo="RecapOpt_WriteFriends" relativePoint="TOPLEFT">
2374 <Offset>
2375 <AbsDimension x="1" y="3"/>
2376 </Offset>
2377 </Anchor>
2378 </Anchors>
2379 </Checkbutton>
2380  
2381 <Button name="RecapOpt_StatDropDown" inherits="Recap_DropDownMenuTemplate" id="1">
2382 <Anchors>
2383 <Anchor point="TOPLEFT" relativeTo="RecapOpt_AutoPostStat" relativePoint="TOPRIGHT">
2384 <Offset>
2385 <AbsDimension x="-12" y="6"/>
2386 </Offset>
2387 </Anchor>
2388 </Anchors>
2389 </Button>
2390 <Button name="RecapOpt_ChannelDropDown" inherits="Recap_DropDownMenuTemplate" id="2">
2391 <Anchors>
2392 <Anchor point="TOPLEFT" relativeTo="RecapOpt_AutoPostTo" relativePoint="TOPRIGHT">
2393 <Offset>
2394 <AbsDimension x="-12" y="6"/>
2395 </Offset>
2396 </Anchor>
2397 </Anchors>
2398 </Button>
2399  
2400 <Slider name="RecapMaxRankSlider" orientation="HORIZONTAL" enableMouse="true" minValue="1" maxValue="40" defaultValue="5" valueStep="1">
2401 <Size>
2402 <AbsDimension x="120" y="17"/>
2403 </Size>
2404 <Anchors>
2405 <Anchor point="TOPLEFT" relativeTo="RecapOpt_SpamRows" relativePoint="BOTTOMLEFT">
2406 <Offset>
2407 <AbsDimension x="80" y="-4"/>
2408 </Offset>
2409 </Anchor>
2410 </Anchors>
2411 <HitRectInsets>
2412 <AbsInset left="0" right="0" top="-5" bottom="-5"/>
2413 </HitRectInsets>
2414 <Backdrop bgFile="Interface\Buttons\UI-SliderBar-Background" edgeFile="Interface\Buttons\UI-SliderBar-Border" tile="true">
2415 <EdgeSize>
2416 <AbsValue val="8"/>
2417 </EdgeSize>
2418 <TileSize>
2419 <AbsValue val="8"/>
2420 </TileSize>
2421 <BackgroundInsets>
2422 <AbsInset left="3" right="3" top="6" bottom="6"/>
2423 </BackgroundInsets>
2424 </Backdrop>
2425 <Layers>
2426 <Layer level="ARTWORK">
2427 <FontString name="RecapMaxRankSlider_Text" inherits="GameFontNormal" justifyH="LEFT" text="Rank Top 5">
2428 <Size>
2429 <AbsDimension x="80" y="14"/>
2430 </Size>
2431 <Anchors>
2432 <Anchor point="RIGHT" relativePoint="LEFT">
2433 <Offset>
2434 <AbsDimension x="0" y="2"/>
2435 </Offset>
2436 </Anchor>
2437 </Anchors>
2438 <Color r="1.0" g="1.0" b="1.0"/>
2439 </FontString>
2440 </Layer>
2441 </Layers>
2442 <Scripts>
2443 <OnEnter>
2444 Recap_OnTooltip("MaxRankSlider")
2445 </OnEnter>
2446 <OnLeave>
2447 GameTooltip:Hide()
2448 </OnLeave>
2449  
2450 <OnValueChanged>
2451 Recap_MaxRankSlider_OnValueChanged(arg1)
2452 </OnValueChanged>
2453 </Scripts>
2454 <ThumbTexture name="$parentThumb" file="Interface\Buttons\UI-SliderBar-Button-Horizontal">
2455 <Size>
2456 <AbsDimension x="32" y="32"/>
2457 </Size>
2458 </ThumbTexture>
2459 </Slider>
2460  
2461  
2462 <Button name="RecapWriteLogButton" inherits="GameMenuButtonTemplate">
2463 <Size>
2464 <AbsDimension x="24" y="28"/>
2465 </Size>
2466 <Anchors>
2467 <Anchor point="TOPRIGHT" relativeTo="RecapOpt_WriteLogLabel" relativePoint="TOPLEFT">
2468 <Offset>
2469 <AbsDimension x="-4" y="8"/>
2470 </Offset>
2471 </Anchor>
2472 </Anchors>
2473 <Scripts>
2474 <OnEnter>
2475 Recap_OnTooltip("WriteLog")
2476 </OnEnter>
2477 <OnLeave>
2478 GameTooltip:Hide()
2479 </OnLeave>
2480 <OnClick>
2481 PlaySound("GAMEGENERICBUTTONPRESS")
2482 Recap_WriteLog()
2483 </OnClick>
2484 </Scripts>
2485 </Button>
2486  
2487 <Button name="RecapWriteClipButton" inherits="GameMenuButtonTemplate">
2488 <Size>
2489 <AbsDimension x="24" y="28"/>
2490 </Size>
2491 <Anchors>
2492 <Anchor point="TOPRIGHT" relativeTo="RecapOpt_WriteClipLabel" relativePoint="TOPLEFT">
2493 <Offset>
2494 <AbsDimension x="-4" y="8"/>
2495 </Offset>
2496 </Anchor>
2497 </Anchors>
2498 <Scripts>
2499 <OnEnter>
2500 Recap_OnTooltip("WriteClip")
2501 </OnEnter>
2502 <OnLeave>
2503 GameTooltip:Hide()
2504 </OnLeave>
2505 <OnClick>
2506 PlaySound("GAMEGENERICBUTTONPRESS")
2507 Recap_WriteClip()
2508 </OnClick>
2509 </Scripts>
2510 </Button>
2511  
2512  
2513 </Frames>
2514  
2515 <Scripts>
2516 <OnMouseDown>
2517 RecapOpt_OnMouseDown(arg1)
2518 </OnMouseDown>
2519 <OnMouseUp>
2520 RecapOpt_OnMouseUp(arg1)
2521 </OnMouseUp>
2522 </Scripts>
2523  
2524 </Frame>
2525  
2526 <Frame name="RecapOptClipFrame" toplevel="true" enableMouse="true" parent="RecapOptFrame" hidden="true">
2527  
2528 <Size>
2529 <AbsDimension x="394" y="242"/>
2530 </Size>
2531 <Anchors>
2532 <Anchor point="TOPLEFT" relativeTo="RecapOptFrame" relativePoint="TOPLEFT">
2533 <Offset>
2534 <AbsDimension x="8" y="-24"/>
2535 </Offset>
2536 </Anchor>
2537 <Anchor point="BOTTOMRIGHT" relativeTo="RecapOptFrame" relativePoint="BOTTOMRIGHT">
2538 <Offset>
2539 <AbsDimension x="-8" y="24"/>
2540 </Offset>
2541 </Anchor>
2542 </Anchors>
2543  
2544 <Layers>
2545 <Layer level = "BACKGROUND">
2546  
2547 <FontString name="RecapOptClipLabel" inherits="GameFontHighlightSmall" wraponspaces="true" justifyH="LEFT" text="RECAP_CLIP_EXPLANATION">
2548 <Anchors>
2549 <Anchor point="TOPLEFT">
2550 <Offset>
2551 <AbsDimension x="32" y="-8"/>
2552 </Offset>
2553 </Anchor>
2554 <Anchor point="BOTTOMRIGHT" relativePoint="TOPRIGHT">
2555 <Offset>
2556 <AbsDimension x="-32" y="-40"/>
2557 </Offset>
2558 </Anchor>
2559 </Anchors>
2560 <Color r="1" g="1" b="1"/>
2561 </FontString>
2562 </Layer>
2563 </Layers>
2564  
2565 <Frames>
2566  
2567 <!-- scrolling editbox taken from Jotter -->
2568 <ScrollFrame name="RecapClipScrollFrame" inherits="UIPanelScrollFrameTemplate">
2569 <Size>
2570 <AbsDimension x="300" y="230"/>
2571 </Size>
2572 <Anchors>
2573 <Anchor point="TOPLEFT" relativeTo="RecapOptClipLabel" relativePoint="BOTTOMLEFT">
2574 <Offset>
2575 <AbsDimension x="0" y="-8"/>
2576 </Offset>
2577 </Anchor>
2578 </Anchors>
2579 <ScrollChild>
2580 <Frame name="RecapClipScrollChildFrame" enableMouse="true">
2581 <Size>
2582 <AbsDimension x="300" y="200"/>
2583 </Size>
2584 <Anchors>
2585 <Anchor point="TOPLEFT">
2586 <Offset>
2587 <AbsDimension x="0" y="0"/>
2588 </Offset>
2589 </Anchor>
2590 </Anchors>
2591 <Frames>
2592 <EditBox name="RecapClipEditBox" letters="12000" multiLine="true" enableMouse="true" autoFocus="false">
2593 <Size>
2594 <AbsDimension x="270" y="230"/>
2595 </Size>
2596 <Anchors>
2597 <Anchor point="TOPLEFT"/>
2598 </Anchors>
2599 <Scripts>
2600 <OnEscapePressed>
2601 this:ClearFocus()
2602 RecapOptClipFrame:Hide()
2603 RecapOptSubFrame4:Show()
2604 </OnEscapePressed>
2605 <OnTextChanged>
2606 local scrollBar = getglobal(this:GetParent():GetParent():GetName().."ScrollBar")
2607 this:GetParent():GetParent():UpdateScrollChildRect()
2608 local min
2609 local max
2610 min, max = scrollBar:GetMinMaxValues()
2611 if ( max > 0 and (this.max ~= max) ) then
2612 this.max = max
2613 scrollBar:SetValue(max)
2614 end
2615 </OnTextChanged>
2616 <OnKeyUp>
2617 DEFAULT_CHAT_FRAME:AddMessage("key: "..tostring(arg1))
2618 </OnKeyUp>
2619 <OnClick>
2620 this:SetFocus()
2621 </OnClick>
2622 </Scripts>
2623 <FontString inherits="GameFontHighlightSmall"/>
2624 </EditBox>
2625 </Frames>
2626 <Scripts>
2627 <OnMouseUp>
2628 RecapClipEditBox:SetFocus()
2629 </OnMouseUp>
2630 <OnHide>
2631 RecapClipEditBox:ClearFocus()
2632 RecapOptSubFrame4:Show()
2633 </OnHide>
2634 </Scripts>
2635 </Frame>
2636 </ScrollChild>
2637 </ScrollFrame>
2638  
2639 </Frames>
2640  
2641 </Frame>
2642  
2643 </Frames>
2644  
2645 <Scripts>
2646 <OnLoad>
2647 this:SetBackdropBorderColor(.5,.5,.5,1)
2648 </OnLoad>
2649 <OnMouseDown>
2650 RecapOpt_OnMouseDown(arg1)
2651 </OnMouseDown>
2652 <OnMouseUp>
2653 RecapOpt_OnMouseUp(arg1)
2654 </OnMouseUp>
2655 <OnHide>
2656 RecapSetEditBox:SetText("")
2657 RecapSetEditBox:ClearFocus()
2658 RecapOptClipFrame:Hide()
2659 </OnHide>
2660 </Scripts>
2661  
2662 </Frame>
2663  
2664 <Frame name="Recap_DropMenu" frameStrata="HIGH" toplevel="true" enableMouse="true" movable="false" parent="RecapOptFrame" hidden="true">
2665 <Size>
2666 <AbsDimension x="100" y="12"/>
2667 </Size>
2668 <Anchors>
2669 <Anchor point="CENTER"/>
2670 </Anchors>
2671 <Backdrop bgFile="Interface\DialogFrame\UI-DialogBox-Background" edgeFile="Interface\Tooltips\UI-Tooltip-Border" tile="true">
2672 <BackgroundInsets>
2673 <AbsInset left="4" right="4" top="4" bottom="4" />
2674 </BackgroundInsets>
2675 <TileSize>
2676 <AbsValue val="16" />
2677 </TileSize>
2678 <EdgeSize>
2679 <AbsValue val="16" />
2680 </EdgeSize>
2681 </Backdrop>
2682 <Frames>
2683 <Button name="RecapDropMenu1" inherits="Recap_DropMenuTemplate" id="1">
2684 <Anchors>
2685 <Anchor point="TOPLEFT">
2686 <Offset>
2687 <AbsDimension x="4" y="-6"/>
2688 </Offset>
2689 </Anchor>
2690 </Anchors>
2691 </Button>
2692 <Button name="RecapDropMenu2" inherits="Recap_DropMenuTemplate" id="2">
2693 <Anchors>
2694 <Anchor point="TOPLEFT" relativeTo="RecapDropMenu1" relativePoint="BOTTOMLEFT"/>
2695 </Anchors>
2696 </Button>
2697 <Button name="RecapDropMenu3" inherits="Recap_DropMenuTemplate" id="3">
2698 <Anchors>
2699 <Anchor point="TOPLEFT" relativeTo="RecapDropMenu2" relativePoint="BOTTOMLEFT"/>
2700 </Anchors>
2701 </Button>
2702 <Button name="RecapDropMenu4" inherits="Recap_DropMenuTemplate" id="4">
2703 <Anchors>
2704 <Anchor point="TOPLEFT" relativeTo="RecapDropMenu3" relativePoint="BOTTOMLEFT"/>
2705 </Anchors>
2706 </Button>
2707 <Button name="RecapDropMenu5" inherits="Recap_DropMenuTemplate" id="5">
2708 <Anchors>
2709 <Anchor point="TOPLEFT" relativeTo="RecapDropMenu4" relativePoint="BOTTOMLEFT"/>
2710 </Anchors>
2711 </Button>
2712 <Button name="RecapDropMenu6" inherits="Recap_DropMenuTemplate" id="6">
2713 <Anchors>
2714 <Anchor point="TOPLEFT" relativeTo="RecapDropMenu5" relativePoint="BOTTOMLEFT"/>
2715 </Anchors>
2716 </Button>
2717 <Button name="RecapDropMenu7" inherits="Recap_DropMenuTemplate" id="7">
2718 <Anchors>
2719 <Anchor point="TOPLEFT" relativeTo="RecapDropMenu6" relativePoint="BOTTOMLEFT"/>
2720 </Anchors>
2721 </Button>
2722 <Button name="RecapDropMenu8" inherits="Recap_DropMenuTemplate" id="8">
2723 <Anchors>
2724 <Anchor point="TOPLEFT" relativeTo="RecapDropMenu7" relativePoint="BOTTOMLEFT"/>
2725 </Anchors>
2726 </Button>
2727 </Frames>
2728 <Scripts>
2729 <OnUpdate>
2730 RecapDropMenu_OnUpdate(arg1)
2731 </OnUpdate>
2732 </Scripts>
2733 </Frame>
2734  
2735  
2736 </Ui>