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/ ..\FrameXML\UI.xsd">
2  
3 <Script file="GRSS_Data.lua"/>
4  
5 <FontHeight>
6  
7 </FontHeight>
8  
9 </FontString>
10  
11 <FontHeight>
12  
13 </FontHeight>
14  
15 </FontString>
16  
17 <FontHeight>
18  
19 </FontHeight>
20  
21 </FontString>
22  
23 <FontHeight>
24  
25 </FontHeight>
26  
27 </FontString>
28  
29 <Size>
30  
31 </Size>
32  
33 <Button name = "GRSSBidsTemplate" virtual="true">
34  
35 <AbsDimension x="185" y="11" />
36  
37 <Frames>
38  
39 <Layers>
40  
41 <Texture name="$parentHighlight" file="Interface\QuestFrame\UI-QuestTitleHighlight" alphaMode="ADD" setAllPoints="true" hidden="true">
42  
43 <AbsDimension x="210" y="11"/>
44  
45 <Anchors>
46  
47 <Offset>
48  
49 </Offset>
50  
51 </Anchors>
52  
53 </Layer>
54  
55 <FontString name="$parentPlayer" inherits="GRSSFont" justifyH="LEFT">
56  
57 <AbsDimension x="70" y="11"/>
58  
59 <Anchors>
60  
61 <Offset>
62  
63 </Offset>
64  
65 </Anchors>
66  
67 <FontString name="$parentBid" inherits="GRSSFont" justifyH="RIGHT">
68  
69 <AbsDimension x="50" y="11"/>
70  
71 <Anchors>
72  
73 <Offset>
74  
75 </Offset>
76  
77 </Anchors>
78  
79 <FontString name="$parentBidType" inherits="GRSSFont" justifyH="RIGHT">
80  
81 <AbsDimension x="50" y="11"/>
82  
83 <Anchors>
84  
85 <Offset>
86  
87 </Offset>
88  
89 </Anchors>
90  
91 </Layer>
92  
93 </Frame>
94  
95 </Button>
96  
97 <Button name = "GRSSRowTemplate" virtual="true">
98  
99 <AbsDimension x="410" y="11" />
100  
101 <Frames>
102  
103 <Layers>
104  
105 <Texture name="$parentHighlight" file="Interface\QuestFrame\UI-QuestTitleHighlight" alphaMode="ADD" setAllPoints="true">
106  
107 <AbsDimension x="330" y="11"/>
108  
109 <Anchors>
110  
111 <Offset>
112  
113 </Offset>
114  
115 </Anchors>
116  
117 </Layer>
118  
119 <FontString name="$parentPlayer" inherits="GRSSFont" justifyH="LEFT">
120  
121 <AbsDimension x="90" y="11"/>
122  
123 <Anchors>
124  
125 <Offset>
126  
127 </Offset>
128  
129 </Anchors>
130  
131 <FontString name="$parentRank" inherits="GRSSFont" justifyH="LEFT">
132  
133 <AbsDimension x="60" y="11"/>
134  
135 <Anchors>
136  
137 <Offset>
138  
139 </Offset>
140  
141 </Anchors>
142  
143 <FontString name="$parentClass" inherits="GRSSFont" justifyH="LEFT">
144  
145 <AbsDimension x="60" y="11"/>
146  
147 <Anchors>
148  
149 <Offset>
150  
151 </Offset>
152  
153 </Anchors>
154  
155 <FontString name="$parentEarned" inherits="GRSSFont" justifyH="RIGHT">
156  
157 <AbsDimension x="50" y="11"/>
158  
159 <Anchors>
160  
161 <Offset>
162  
163 </Offset>
164  
165 </Anchors>
166  
167 <FontString name="$parentSpent" inherits="GRSSFont" justifyH="RIGHT">
168  
169 <AbsDimension x="50" y="11"/>
170  
171 <Anchors>
172  
173 <Offset>
174  
175 </Offset>
176  
177 </Anchors>
178  
179 <FontString name="$parentAdj" inherits="GRSSFont" justifyH="RIGHT">
180  
181 <AbsDimension x="50" y="11"/>
182  
183 <Anchors>
184  
185 <Offset>
186  
187 </Offset>
188  
189 </Anchors>
190  
191  
192  
193 <AbsDimension x="50" y="11"/>
194  
195 <Anchors>
196  
197 <Offset>
198  
199 </Offset>
200  
201 </Anchors>
202  
203 </Layer>
204  
205 </Frame>
206  
207 </Button>
208  
209 <Scripts>
210  
211 tinsert(UISpecialFrames,"GRSS");
212  
213 </OnLoad>
214  
215 GRSS_Timer_OnUpdate();
216  
217 </Scripts>
218  
219
220  
221 <Size>
222  
223 </Size>
224  
225 <Anchor point="CENTER"/>
226  
227 <Scripts>
228  
229 tinsert(UISpecialFrames,"GRSSLoot");
230  
231 <OnMouseUp>
232  
233 this:StopMovingOrSizing();
234  
235 end
236  
237 <OnMouseDown>
238  
239 this:StartMoving();
240  
241 end
242  
243 </Scripts>
244  
245 <BackgroundInsets>
246  
247 </BackgroundInsets>
248  
249 <AbsValue val="16" />
250  
251 <EdgeSize>
252  
253 </EdgeSize>
254  
255 <Frames>
256  
257 <Size>
258  
259 </Size>
260  
261 <Anchor point="TOPLEFT" relativeTo="$parent" relativePoint="TOPLEFT">
262  
263 <AbsDimension x="38" y="-10"/>
264  
265 </Anchor>
266  
267 <Layers>
268  
269 <FontString name="$parentText" inherits="GRSSLootHeaderFont" justifyH="LEFT" text="Manually Record an Item Received">
270  
271 <Anchor point="LEFT">
272  
273 <AbsDimension x="0" y="0"/>
274  
275 </Anchor>
276  
277 </FontString>
278  
279 </Layers>
280  
281
282  
283 <Anchors>
284  
285 <Offset>
286  
287 </Offset>
288  
289 </Anchors>
290  
291 <OnLoad>
292  
293 </OnLoad>
294  
295 </Frame>
296  
297 <Button name="$parentPlayerLabel">
298  
299 <AbsDimension x="90" y="11"/>
300  
301 <Anchors>
302  
303 <Offset>
304  
305 </Offset>
306  
307 </Anchors>
308  
309 <Layer level="BACKGROUND">
310  
311 <Anchors>
312  
313 <Offset>
314  
315 </Offset>
316  
317 </Anchors>
318  
319 </Layer>
320  
321 </Button>
322  
323 <Size>
324  
325 </Size>
326  
327 <Anchor point="TOPLEFT" relativeTo="$parentPlayerLabel" relativePoint="BOTTOMLEFT">
328  
329 <AbsDimension x="0" y="-20"/>
330  
331 </Anchor>
332  
333 <Layers>
334  
335 <FontString name="$parentText" inherits="GRSSLootFont" justifyH="LEFT" text="Item Name:">
336  
337 <Anchor point="LEFT">
338  
339 <AbsDimension x="0" y="0"/>
340  
341 </Anchor>
342  
343 </FontString>
344  
345 </Layers>
346  
347 <Button name="$parentPointsLabel">
348  
349 <AbsDimension x="90" y="11"/>
350  
351 <Anchors>
352  
353 <Offset>
354  
355 </Offset>
356  
357 </Anchors>
358  
359 <Layer level="BACKGROUND">
360  
361 <Anchors>
362  
363 <Offset>
364  
365 </Offset>
366  
367 </Anchors>
368  
369 </Layer>
370  
371 </Button>
372  
373 <EditBox name="$parentPlayer" letters="80" hidden="false" autoFocus="false">
374  
375 <AbsDimension x="120" y="32"></AbsDimension>
376  
377 <Anchors>
378  
379 <Offset>
380  
381 </Offset>
382  
383 </Anchors>
384  
385 <Layer level="BACKGROUND">
386  
387 <Size>
388  
389 </Size>
390  
391 <Anchor point="LEFT">
392  
393 <AbsDimension x="-10" y="0"></AbsDimension>
394  
395 </Anchor>
396  
397 <TexCoords left="0" right="0.2" top="0" bottom="1.0"></TexCoords>
398  
399 <Texture file="Interface\ChatFrame\UI-ChatInputBorder-Right">
400  
401 <AbsDimension x="75" y="32"></AbsDimension>
402  
403 <Anchors>
404  
405 <Offset>
406  
407 </Offset>
408  
409 </Anchors>
410  
411 </Texture>
412  
413 </Layers>
414  
415 </EditBox>
416  
417 <Size>
418  
419 </Size>
420  
421 <Anchor point="TOPLEFT" relativeTo="$parentItemLabel" relativePoint="TOPRIGHT">
422  
423 <AbsDimension x="10" y="10"></AbsDimension>
424  
425 </Anchor>
426  
427 <Layers>
428  
429 <Texture file="Interface\ChatFrame\UI-ChatInputBorder-Left">
430  
431 <AbsDimension x="75" y="32"></AbsDimension>
432  
433 <Anchors>
434  
435 <Offset>
436  
437  
438  
439 </Anchors>
440  
441 </Texture>
442  
443 <Size>
444  
445 </Size>
446  
447 <Anchor point="RIGHT">
448  
449 <AbsDimension x="10" y="0"></AbsDimension>
450  
451 </Anchor>
452  
453 <TexCoords left="0.7" right="1.0" top="0" bottom="1.0"></TexCoords>
454  
455 </Layer>
456  
457 <FontString inherits="ChatFontNormal"></FontString>
458  
459 <EditBox name="$parentPoints" letters="80" hidden="false" autoFocus="false">
460  
461 <AbsDimension x="120" y="32"></AbsDimension>
462  
463 <Anchors>
464  
465 <Offset>
466  
467 </Offset>
468  
469 </Anchors>
470  
471 <Layer level="BACKGROUND">
472  
473 <Size>
474  
475 </Size>
476  
477 <Anchor point="LEFT">
478  
479 <AbsDimension x="-10" y="0"></AbsDimension>
480  
481 </Anchor>
482  
483 <TexCoords left="0" right="0.2" top="0" bottom="1.0"></TexCoords>
484  
485 <Texture file="Interface\ChatFrame\UI-ChatInputBorder-Right">
486  
487 <AbsDimension x="75" y="32"></AbsDimension>
488  
489 <Anchors>
490  
491 <Offset>
492  
493 </Offset>
494  
495 </Anchors>
496  
497 </Texture>
498  
499 </Layers>
500  
501 </EditBox>
502  
503 <Button name="$parentOK" inherits="OptionsButtonTemplate" text="OK">
504  
505 <AbsDimension x="90" y="22"/>
506  
507 <Anchors>
508  
509 <Offset>
510  
511 </Offset>
512  
513 </Anchors>
514  
515 <OnLoad>
516  
517 <OnClick>
518  
519 GRSSLoot:Hide();
520  
521 </Scripts>
522  
523 <Button name="$parentCancel" inherits="OptionsButtonTemplate" text="Cancel">
524  
525 <AbsDimension x="90" y="22"/>
526  
527 <Anchors>
528  
529 <Offset>
530  
531 </Offset>
532  
533 </Anchors>
534  
535 <OnLoad>
536  
537 <OnClick>
538  
539 GRSSLoot:Hide();
540  
541 </Scripts>
542  
543 </Frames>
544  
545
546  
547 <Size>
548  
549 </Size>
550  
551 <Anchor point="CENTER"/>
552  
553 <Scripts>
554  
555 tinsert(UISpecialFrames,"GRSSAdj");
556  
557 <OnMouseUp>
558  
559 this:StopMovingOrSizing();
560  
561  
562  
563 <OnMouseDown>
564  
565 this:StartMoving();
566  
567 end
568  
569 </Scripts>
570  
571 <BackgroundInsets>
572  
573 </BackgroundInsets>
574  
575 <AbsValue val="16" />
576  
577 <EdgeSize>
578  
579 </EdgeSize>
580  
581 <Frames>
582  
583 <Size>
584  
585 </Size>
586  
587 <Anchor point="TOPLEFT" relativeTo="$parent" relativePoint="TOPLEFT">
588  
589 <AbsDimension x="38" y="-10"/>
590  
591  
592  
593 <Layers>
594  
595 <FontString name="$parentText" inherits="GRSSLootHeaderFont" justifyH="LEFT" text="Record an Adjustment">
596  
597 <Anchor point="LEFT">
598  
599 <AbsDimension x="45" y="0"/>
600  
601 </Anchor>
602  
603 </FontString>
604  
605 </Layers>
606  
607
608  
609 <Anchors>
610  
611 <Offset>
612  
613 </Offset>
614  
615 </Anchors>
616  
617 <OnLoad>
618  
619 </OnLoad>
620  
621 </Frame>
622  
623 <Button name="$parentPlayerLabel">
624  
625 <AbsDimension x="90" y="11"/>
626  
627 <Anchors>
628  
629 <Offset>
630  
631 </Offset>
632  
633 </Anchors>
634  
635 <Layer level="BACKGROUND">
636  
637 <Anchors>
638  
639 <Offset>
640  
641 </Offset>
642  
643 </Anchors>
644  
645 </Layer>
646  
647 </Button>
648  
649 <Size>
650  
651 </Size>
652  
653 <Anchor point="TOPLEFT" relativeTo="$parentPlayerLabel" relativePoint="BOTTOMLEFT">
654  
655 <AbsDimension x="0" y="-20"/>
656  
657 </Anchor>
658  
659 <Layers>
660  
661 <FontString name="$parentText" inherits="GRSSLootFont" justifyH="LEFT" text="Description:">
662  
663 <Anchor point="LEFT">
664  
665 <AbsDimension x="0" y="0"/>
666  
667 </Anchor>
668  
669 </FontString>
670  
671 </Layers>
672  
673 <Button name="$parentPointsLabel">
674  
675 <AbsDimension x="90" y="11"/>
676  
677 <Anchors>
678  
679 <Offset>
680  
681 </Offset>
682  
683 </Anchors>
684  
685 <Layer level="BACKGROUND">
686  
687 <Anchors>
688  
689 <Offset>
690  
691 </Offset>
692  
693 </Anchors>
694  
695 </Layer>
696  
697 </Button>
698  
699 <EditBox name="$parentPlayer" letters="80" hidden="false" autoFocus="false">
700  
701 <AbsDimension x="120" y="32"></AbsDimension>
702  
703 <Anchors>
704  
705 <Offset>
706  
707 </Offset>
708  
709 </Anchors>
710  
711 <Layer level="BACKGROUND">
712  
713 <Size>
714  
715 </Size>
716  
717 <Anchor point="LEFT">
718  
719 <AbsDimension x="-10" y="0"></AbsDimension>
720  
721 </Anchor>
722  
723 <TexCoords left="0" right="0.2" top="0" bottom="1.0"></TexCoords>
724  
725 <Texture file="Interface\ChatFrame\UI-ChatInputBorder-Right">
726  
727 <AbsDimension x="75" y="32"></AbsDimension>
728  
729 <Anchors>
730  
731 <Offset>
732  
733 </Offset>
734  
735 </Anchors>
736  
737 </Texture>
738  
739 </Layers>
740  
741 </EditBox>
742  
743  
744  
745 </Size>
746  
747 <Anchor point="TOPLEFT" relativeTo="$parentItemLabel" relativePoint="TOPRIGHT">
748  
749 <AbsDimension x="10" y="10"></AbsDimension>
750  
751 </Anchor>
752  
753 <Layers>
754  
755 <Texture file="Interface\ChatFrame\UI-ChatInputBorder-Left">
756  
757 <AbsDimension x="75" y="32"></AbsDimension>
758  
759 <Anchors>
760  
761 <Offset>
762  
763 </Offset>
764  
765 </Anchors>
766  
767 </Texture>
768  
769 <Size>
770  
771 </Size>
772  
773 <Anchor point="RIGHT">
774  
775 <AbsDimension x="10" y="0"></AbsDimension>
776  
777 </Anchor>
778  
779 <TexCoords left="0.7" right="1.0" top="0" bottom="1.0"></TexCoords>
780  
781 </Layer>
782  
783 <FontString inherits="ChatFontNormal"></FontString>
784  
785 <EditBox name="$parentPoints" letters="80" hidden="false" autoFocus="false">
786  
787 <AbsDimension x="35" y="32"></AbsDimension>
788  
789 <Anchors>
790  
791 <Offset>
792  
793 </Offset>
794  
795 </Anchors>
796  
797 <Layer level="BACKGROUND">
798  
799 <Size>
800  
801 </Size>
802  
803 <Anchor point="LEFT">
804  
805 <AbsDimension x="-10" y="0"></AbsDimension>
806  
807 </Anchor>
808  
809 <TexCoords left="0" right="0.2" top="0" bottom="1.0"></TexCoords>
810  
811 <Texture file="Interface\ChatFrame\UI-ChatInputBorder-Right">
812  
813 <AbsDimension x="45" y="32"></AbsDimension>
814  
815 <Anchors>
816  
817 <Offset>
818  
819 </Offset>
820  
821 </Anchors>
822  
823 </Texture>
824  
825 </Layers>
826  
827 </EditBox>
828  
829 <Frame name="$parentTypeDropDown" inherits="UIDropDownMenuTemplate" enableMouse="true">
830  
831 <Anchor point="TOPLEFT" relativeTo="$parentPoints" relativePoint="TOPRIGHT">
832  
833 <AbsDimension x="0" y="-4"/>
834  
835 </Anchor>
836  
837 <Scripts>
838  
839 GRSSAdjTypeDropDown_OnLoad();
840  
841 </Scripts>
842  
843
844  
845 <Size>
846  
847 </Size>
848  
849 <Anchor point="BOTTOMLEFT" relativePoint="BOTTOMLEFT" relativeTo="GRSSAdj">
850  
851 <AbsDimension x="15" y="10" />
852  
853 </Anchor>
854  
855 <Scripts>
856  
857 </OnLoad>
858  
859 GRSSAdjSave();
860  
861 </OnClick>
862  
863 </Button>
864  
865 <Size>
866  
867 </Size>
868  
869 <Anchor point="BOTTOMRIGHT" relativePoint="BOTTOMRIGHT" relativeTo="GRSSAdj">
870  
871 <AbsDimension x="-15" y="10" />
872  
873 </Anchor>
874  
875 <Scripts>
876  
877 </OnLoad>
878  
879 GRSSAdjClear();
880  
881 </OnClick>
882  
883 </Button>
884  
885 </Frame>
886  
887 <Frame name="GRSS" parent="UIParent" enableMouse="true" movable="true">
888  
889 <AbsDimension x="460" y="200"/>
890  
891 <Anchors>
892  
893 </Anchors>
894  
895 <OnLoad>
896  
897 GuildRaidSnapShot_OnLoad();
898  
899 <OnEvent>
900  
901 </OnEvent>
902  
903 if ( this.isMoving ) then
904  
905 this.isMoving = false;
906  
907 </OnMouseUp>
908  
909 if ( ( ( not this.isLocked ) or ( this.isLocked == 0 ) ) and ( arg1 == "LeftButton" ) ) then
910  
911 this.isMoving = true;
912  
913 </OnMouseDown>
914  
915 GRSSPrint("You can type |c00ffff00/grss show|r to bring back the current standings frame");
916  
917 this:StopMovingOrSizing();
918  
919 end
920  
921 </Scripts>
922  
923 <BackgroundInsets>
924  
925 </BackgroundInsets>
926  
927 <AbsValue val="16" />
928  
929 <EdgeSize>
930  
931 </EdgeSize>
932  
933 <Frames>
934  
935 <Size>
936  
937 </Size>
938  
939 <Anchor point="TOPLEFT">
940  
941 <AbsDimension x="8" y="-68"/>
942  
943 </Anchor>
944  
945 <Frames>
946  
947 <Size>
948  
949 </Size>
950  
951 <Anchor point="TOPLEFT" relativeTo="$parent" relativePoint="TOPLEFT">
952  
953 <AbsDimension x="0" y="0"/>
954  
955 </Anchor>
956  
957 <Layers>
958  
959 <FontString name="$parentText" inherits="GRSSHeaderFont" justifyH="LEFT" text="Name">
960  
961 <Anchor point="LEFT">
962  
963 <AbsDimension x="0" y="0"/>
964  
965 </Anchor>
966  
967 </FontString>
968  
969 </Layers>
970  
971 <OnClick>
972  
973 </OnClick>
974  
975 </Button>
976  
977 <Size>
978  
979 </Size>
980  
981 <Anchor point="TOPLEFT" relativeTo="$parentPlayer" relativePoint="TOPRIGHT">
982  
983 <AbsDimension x="0" y="0"/>
984  
985 </Anchor>
986  
987 <Layers>
988  
989 <FontString name="$parentText" inherits="GRSSHeaderFont" justifyH="LEFT" text="Rank">
990  
991 <Anchor point="LEFT">
992  
993 <AbsDimension x="0" y="0"/>
994  
995 </Anchor>
996  
997 </FontString>
998  
999 </Layers>
1000  
1001 <OnClick>
1002  
1003  
1004  
1005 </Button>
1006  
1007 <Size>
1008  
1009 </Size>
1010  
1011 <Anchor point="TOPLEFT" relativeTo="$parentRank" relativePoint="TOPRIGHT">
1012  
1013 <AbsDimension x="0" y="0"/>
1014  
1015 </Anchor>
1016  
1017 <Layers>
1018  
1019 <FontString name="$parentText" inherits="GRSSHeaderFont" justifyH="LEFT" text="Class">
1020  
1021 <Anchor point="LEFT">
1022  
1023 <AbsDimension x="0" y="0"/>
1024  
1025 </Anchor>
1026  
1027 </FontString>
1028  
1029 </Layers>
1030  
1031 <OnClick>
1032  
1033 </OnClick>
1034  
1035 </Button>
1036  
1037 <Size>
1038  
1039 </Size>
1040  
1041 <Anchor point="TOPLEFT" relativeTo="$parentClass" relativePoint="TOPRIGHT">
1042  
1043 <AbsDimension x="0" y="0"/>
1044  
1045 </Anchor>
1046  
1047 <Layers>
1048  
1049 <FontString name="$parentText" inherits="GRSSHeaderFont" justifyH="RIGHT" text="Earned">
1050  
1051 <Anchor point="RIGHT">
1052  
1053 <AbsDimension x="0" y="0"/>
1054  
1055 </Anchor>
1056  
1057 </FontString>
1058  
1059 </Layers>
1060  
1061 <OnClick>
1062  
1063 </OnClick>
1064  
1065 </Button>
1066  
1067 <Size>
1068  
1069 </Size>
1070  
1071 <Anchor point="TOPLEFT" relativeTo="$parentEarned" relativePoint="TOPRIGHT">
1072  
1073 <AbsDimension x="0" y="0"/>
1074  
1075 </Anchor>
1076  
1077 <Layers>
1078  
1079 <FontString name="$parentText" inherits="GRSSHeaderFont" justifyH="RIGHT" text="Spent">
1080  
1081 <Anchor point="RIGHT">
1082  
1083 <AbsDimension x="0" y="0"/>
1084  
1085 </Anchor>
1086  
1087 </FontString>
1088  
1089  
1090  
1091 <OnClick>
1092  
1093 </OnClick>
1094  
1095 </Button>
1096  
1097 <Size>
1098  
1099 </Size>
1100  
1101 <Anchor point="TOPLEFT" relativeTo="$parentSpent" relativePoint="TOPRIGHT">
1102  
1103 <AbsDimension x="0" y="0"/>
1104  
1105 </Anchor>
1106  
1107 <Layers>
1108  
1109 <FontString name="$parentText" inherits="GRSSHeaderFont" justifyH="RIGHT" text="Adj">
1110  
1111 <Anchor point="RIGHT">
1112  
1113 <AbsDimension x="0" y="0"/>
1114  
1115 </Anchor>
1116  
1117 </FontString>
1118  
1119 </Layers>
1120  
1121 <OnClick>
1122  
1123 </OnClick>
1124  
1125 </Button>
1126  
1127 <Size>
1128  
1129 </Size>
1130  
1131 <Anchor point="TOPLEFT" relativeTo="$parentAdj" relativePoint="TOPRIGHT">
1132  
1133 <AbsDimension x="0" y="0"/>
1134  
1135 </Anchor>
1136  
1137 <Layers>
1138  
1139 <FontString name="$parentText" inherits="GRSSHeaderFont" justifyH="RIGHT" text="Total">
1140  
1141 <Anchor point="RIGHT">
1142  
1143 <AbsDimension x="0" y="0"/>
1144  
1145 </Anchor>
1146  
1147 </FontString>
1148  
1149 </Layers>
1150  
1151 <OnClick>
1152  
1153 </OnClick>
1154  
1155 </Button>
1156  
1157 </Button>
1158  
1159
1160  
1161 <Size>
1162  
1163 </Size>
1164  
1165 <Anchor point="TOPRIGHT">
1166  
1167 <AbsDimension x="0" y="0"/>
1168  
1169 </Anchor>
1170  
1171 </Button>
1172  
1173 <ScrollFrame name="$parentScrollBar" inherits="FauxScrollFrameTemplate" hidden="true">
1174  
1175 <Anchor point="TOPLEFT">
1176  
1177 <AbsDimension x="0" y="-80"/>
1178  
1179 </Anchor>
1180  
1181 <Offset>
1182  
1183 </Offset>
1184  
1185 </Anchors>
1186  
1187 <OnVerticalScroll>
1188  
1189 </OnVerticalScroll>
1190  
1191 GRSSScrollBar_Update()
1192  
1193 </Scripts>
1194  
1195
1196  
1197
1198  
1199 <Anchors>
1200  
1201 <Offset>
1202  
1203 </Offset>
1204  
1205 </Anchors>
1206  
1207 <Button name="$parentRow2" inherits="GRSSRowTemplate">
1208  
1209 <Anchor point="TOPLEFT" relativeTo="$parentRow1" relativePoint="BOTTOMLEFT"/>
1210  
1211 </Button>
1212  
1213  
1214  
1215 </Anchors>
1216  
1217 <Button name="$parentRow4" inherits="GRSSRowTemplate">
1218  
1219 <Anchor point="TOPLEFT" relativeTo="$parentRow3" relativePoint="BOTTOMLEFT"/>
1220  
1221 </Button>
1222  
1223 <Anchors>
1224  
1225 </Anchors>
1226  
1227 <Button name="$parentRow6" inherits="GRSSRowTemplate">
1228  
1229 <Anchor point="TOPLEFT" relativeTo="$parentRow5" relativePoint="BOTTOMLEFT"/>
1230  
1231 </Button>
1232  
1233 <Anchors>
1234  
1235 </Anchors>
1236  
1237 <Button name="$parentRow8" inherits="GRSSRowTemplate">
1238  
1239 <Anchor point="TOPLEFT" relativeTo="$parentRow7" relativePoint="BOTTOMLEFT"/>
1240  
1241 </Button>
1242  
1243  
1244  
1245 </Anchors>
1246  
1247 <Button name="$parentRow10" inherits="GRSSRowTemplate">
1248  
1249 <Anchor point="TOPLEFT" relativeTo="$parentRow9" relativePoint="BOTTOMLEFT"/>
1250  
1251 </Button>
1252  
1253 <Frame name="$parentSystemDropDown" inherits="UIDropDownMenuTemplate" enableMouse="true">
1254  
1255 <Anchor point="TOPLEFT" relativeTo="$parent" relativePoint="TOPLEFT">
1256  
1257 <AbsDimension x="-8" y="-8"/>
1258  
1259 </Anchor>
1260  
1261 <Scripts>
1262  
1263 GRSSSystemDropDown_OnLoad();
1264  
1265 </Scripts>
1266  
1267 <Frame name="$parentActionDropDown" inherits="UIDropDownMenuTemplate" enableMouse="true">
1268  
1269 <AbsDimension x="180" y="20"/>
1270  
1271 <Anchors>
1272  
1273 <Offset>
1274  
1275 </Offset>
1276  
1277 </Anchors>
1278  
1279 <OnLoad>
1280  
1281 </OnLoad>
1282  
1283 </Frame>
1284  
1285 <Frame name="$parentBidStyleDropDown" inherits="UIDropDownMenuTemplate" enableMouse="true">
1286  
1287 <Anchor point="TOPLEFT" relativeTo="$parentActionDropDown" relativePoint="BOTTOMLEFT">
1288  
1289 <AbsDimension x="0" y="7"/>
1290  
1291 </Anchor>
1292  
1293 <Scripts>
1294  
1295 this:Hide();
1296  
1297 </OnLoad>
1298  
1299 GameTooltip:SetOwner(this, "ANCHOR_RIGHT");
1300  
1301 </OnEnter>
1302  
1303 GameTooltip:Hide();
1304  
1305
1306  
1307 </Frame>
1308  
1309 <Anchors>
1310  
1311 <Offset>
1312  
1313 </Offset>
1314  
1315 </Anchors>
1316  
1317 <OnLoad>
1318  
1319 GRSSRollNumberDropDown_OnLoad();
1320  
1321 </Scripts>
1322  
1323 <Frame name="$parentRaidFilterDropDown" inherits="UIDropDownMenuTemplate" enableMouse="true">
1324  
1325 <Anchor point="TOPLEFT" relativeTo="$parentSystemDropDown" relativePoint="BOTTOMLEFT">
1326  
1327 <AbsDimension x="0" y="7"/>
1328  
1329 </Anchor>
1330  
1331 <Scripts>
1332  
1333 GRSSRaidFilterDropDown_OnLoad();
1334  
1335 <OnEnter>
1336  
1337 GameTooltip:SetText("Raid Filter\n|c00ffffffAll|r: Shows everyone in DKP System\n|c00ffffffRaid Only|r: Only Shows Members in the Current Raid");
1338  
1339 <OnLeave>
1340  
1341 </OnLeave>
1342  
1343 </Scripts>
1344  
1345 <Frame name="$parentClassFilterDropDown" inherits="UIDropDownMenuTemplate" enableMouse="true">
1346  
1347 <Anchor point="TOPLEFT" relativeTo="$parentSystemDropDown" relativePoint="BOTTOMLEFT">
1348  
1349 <AbsDimension x="135" y="7"/>
1350  
1351 </Anchor>
1352  
1353 <Scripts>
1354  
1355 GRSSClassFilterDropDown_OnLoad();
1356  
1357 <OnEnter>
1358  
1359 GameTooltip:SetText("Only show the selected class");
1360  
1361 <OnLeave>
1362  
1363 </OnLeave>
1364  
1365 </Scripts>
1366  
1367 <Frame name="$parentSpamDropDown" inherits="UIDropDownMenuTemplate" enableMouse="true">
1368  
1369 <Anchor point="TOPLEFT" relativeTo="$parentActionDropDown" relativePoint="BOTTOMLEFT">
1370  
1371 <AbsDimension x="0" y="7"/>
1372  
1373 </Anchor>
1374  
1375 <Scripts>
1376  
1377 GRSSSpamDropDown_OnLoad();
1378  
1379 <OnEnter>
1380  
1381 GameTooltip:SetText("Spam the Guild, Raid, or Officer chat with the current standings");
1382  
1383 <OnLeave>
1384  
1385 </OnLeave>
1386  
1387 </Scripts>
1388  
1389
1390  
1391 <Size>
1392  
1393 </Size>
1394  
1395  
1396  
1397 <AbsDimension x="17" y="-32"></AbsDimension>
1398  
1399 </Anchor>
1400  
1401 <Layers>
1402  
1403 <Texture file="Interface\ChatFrame\UI-ChatInputBorder-Left">
1404  
1405 <AbsDimension x="75" y="32"></AbsDimension>
1406  
1407 <Anchors>
1408  
1409 <Offset>
1410  
1411 </Offset>
1412  
1413 </Anchors>
1414  
1415 </Texture>
1416  
1417 <Size>
1418  
1419 </Size>
1420  
1421 <Anchor point="RIGHT">
1422  
1423 <AbsDimension x="10" y="0"></AbsDimension>
1424  
1425 </Anchor>
1426  
1427 <TexCoords left="0.7" right="1.0" top="0" bottom="1.0"></TexCoords>
1428  
1429 </Layer>
1430  
1431 <Scripts>
1432  
1433 this:SetText("Enter Item Name");
1434  
1435 <OnEnterPressed>
1436  
1437 </OnEnterPressed>
1438  
1439 this:ClearFocus();
1440  
1441 </Scripts>
1442  
1443 </EditBox>
1444  
1445 <Button name="$parentLootDropDown">
1446  
1447 <AbsDimension x="15" y="11"/>
1448  
1449 <Anchors>
1450  
1451 <Offset>
1452  
1453 </Offset>
1454  
1455 </Anchors>
1456  
1457 <OnLoad>
1458  
1459 GRSSLootDropDown_OnLoad();
1460  
1461 <OnClick>
1462  
1463 </OnClick>
1464  
1465 <Layers>
1466  
1467 <Texture name="$parentHighlight" file="Interface\QuestFrame\UI-QuestTitleHighlight" alphaMode="ADD" setAllPoints="true" hidden="true">
1468  
1469 <AbsDimension x="15" y="11"/>
1470  
1471 <Anchors>
1472  
1473 <Offset>
1474  
1475 </Offset>
1476  
1477 </Anchors>
1478  
1479 </Layer>
1480  
1481 <FontString name="$parentText" inherits="GRSSHeaderFont" justifyH="RIGHT" text=">>">
1482  
1483 <Anchor point="RIGHT">
1484  
1485 <AbsDimension x="0" y="0"/>
1486  
1487 </Anchor>
1488  
1489 </FontString>
1490  
1491 </Layers>
1492  
1493
1494  
1495 <Button name="$parentToggleRolls" inherits="OptionsButtonTemplate" text="Start Rolls">
1496  
1497 <AbsDimension x="90" y="22"/>
1498  
1499 <Anchors>
1500  
1501 <Offset>
1502  
1503 </Offset>
1504  
1505 </Anchors>
1506  
1507 <OnLoad>
1508  
1509 </OnLoad>
1510  
1511 GRSS_ToggleRolls();
1512  
1513 </Scripts>
1514  
1515 <Button name="$parentClearRolls" inherits="OptionsButtonTemplate" text="Clear Rolls">
1516  
1517 <AbsDimension x="90" y="22"/>
1518  
1519 <Anchors>
1520  
1521 <Offset>
1522  
1523 </Offset>
1524  
1525 </Anchors>
1526  
1527 <OnLoad>
1528  
1529 </OnLoad>
1530  
1531 GRSS_ClearRolls();
1532  
1533 </Scripts>
1534  
1535 <Button name="$parentClearBids" inherits="OptionsButtonTemplate" text="Clear Bids">
1536  
1537 <AbsDimension x="90" y="22"/>
1538  
1539 <Anchors>
1540  
1541 <Offset>
1542  
1543 </Offset>
1544  
1545 </Anchors>
1546  
1547 <OnLoad>
1548  
1549 </OnLoad>
1550  
1551 GRSS_ClearBids();
1552  
1553 </Scripts>
1554  
1555
1556  
1557 <Size>
1558  
1559 </Size>
1560  
1561 <Anchor point="TOPLEFT" relativePoint="TOPLEFT" relativeTo="$parentToggleRolls">
1562  
1563 <AbsDimension x="0" y="0" />
1564  
1565 </Anchor>
1566  
1567 <Scripts>
1568  
1569 this:Hide();
1570  
1571 <OnClick>
1572  
1573 </OnClick>
1574  
1575 </Button>
1576  
1577 <Frame name="$parentBids">
1578  
1579 <AbsDimension x="240" y="300"/>
1580  
1581 <Anchors>
1582  
1583 <Offset>
1584  
1585 </Offset>
1586  
1587 </Anchors>
1588  
1589 <OnLoad>
1590  
1591 </OnLoad>
1592  
1593 <Backdrop bgFile="Interface\DialogFrame\UI-DialogBox-Background" edgeFile="Interface\Tooltips\UI-Tooltip-Border" tile="true">
1594  
1595 <AbsInset left="4" right="4" top="4" bottom="4" />
1596  
1597 <TileSize>
1598  
1599 </TileSize>
1600  
1601 <AbsValue val="16" />
1602  
1603 </Backdrop>
1604  
1605 <Button name="$parentHistory">
1606  
1607 <AbsDimension x="90" y="11"/>
1608  
1609 <Anchors>
1610  
1611 <Offset>
1612  
1613 </Offset>
1614  
1615 </Anchors>
1616  
1617 <Layer level="BACKGROUND">
1618  
1619 <Anchors>
1620  
1621 <Offset>
1622  
1623 </Offset>
1624  
1625 </Anchors>
1626  
1627 </Layer>
1628  
1629 </Button>
1630  
1631 <Anchors>
1632  
1633 <Offset>
1634  
1635 </Offset>
1636  
1637 <Anchor point="BOTTOMRIGHT">
1638  
1639 <AbsDimension x="-30" y="10"/>
1640  
1641 </Anchor>
1642  
1643 <Scripts>
1644  
1645 FauxScrollFrame_OnVerticalScroll(self, offset, 16, GRSSBidsScrollBar_Update);
1646  
1647 <OnShow>
1648  
1649 </OnShow>
1650  
1651 </ScrollFrame>
1652  
1653 <Button name="$parentRow1" inherits="GRSSBidsTemplate">
1654  
1655  
1656  
1657 <AbsDimension x="8" y="0"/>
1658  
1659 </Anchor>
1660  
1661 </Button>
1662  
1663 <Button name="$parentRow2" inherits="GRSSBidsTemplate">
1664  
1665 <Anchor point="TOPLEFT" relativeTo="$parentRow1" relativePoint="BOTTOMLEFT"/>
1666  
1667 </Button>
1668  
1669 <Anchors>
1670  
1671 </Anchors>
1672  
1673 <Button name="$parentRow4" inherits="GRSSBidsTemplate">
1674  
1675 <Anchor point="TOPLEFT" relativeTo="$parentRow3" relativePoint="BOTTOMLEFT"/>
1676  
1677 </Button>
1678  
1679 <Anchors>
1680  
1681 </Anchors>
1682  
1683 <Button name="$parentRow6" inherits="GRSSBidsTemplate">
1684  
1685  
1686  
1687 </Button>
1688  
1689 <Anchors>
1690  
1691 </Anchors>
1692  
1693 <Button name="$parentRow8" inherits="GRSSBidsTemplate">
1694  
1695 <Anchor point="TOPLEFT" relativeTo="$parentRow7" relativePoint="BOTTOMLEFT"/>
1696  
1697 </Button>
1698  
1699 <Anchors>
1700  
1701 </Anchors>
1702  
1703 <Button name="$parentRow10" inherits="GRSSBidsTemplate">
1704  
1705 <Anchor point="TOPLEFT" relativeTo="$parentRow9" relativePoint="BOTTOMLEFT"/>
1706  
1707 </Button>
1708  
1709 <Anchors>
1710  
1711 </Anchors>
1712  
1713 <Button name="$parentRow12" inherits="GRSSBidsTemplate">
1714  
1715 <Anchor point="TOPLEFT" relativeTo="$parentRow11" relativePoint="BOTTOMLEFT"/>
1716  
1717 </Button>
1718  
1719 <Anchors>
1720  
1721 </Anchors>
1722  
1723 <Button name="$parentRow14" inherits="GRSSBidsTemplate">
1724  
1725 <Anchor point="TOPLEFT" relativeTo="$parentRow13" relativePoint="BOTTOMLEFT"/>
1726  
1727 </Button>
1728  
1729 <Anchors>
1730  
1731 </Anchors>
1732  
1733 <Button name="$parentRow16" inherits="GRSSBidsTemplate">
1734  
1735 <Anchor point="TOPLEFT" relativeTo="$parentRow15" relativePoint="BOTTOMLEFT"/>
1736  
1737 </Button>
1738  
1739 <Anchors>
1740  
1741 </Anchors>
1742  
1743 <Button name="$parentRow18" inherits="GRSSBidsTemplate">
1744  
1745 <Anchor point="TOPLEFT" relativeTo="$parentRow17" relativePoint="BOTTOMLEFT"/>
1746  
1747 </Button>
1748  
1749 <Anchors>
1750  
1751 </Anchors>
1752  
1753 <Button name="$parentRow20" inherits="GRSSBidsTemplate">
1754  
1755 <Anchor point="TOPLEFT" relativeTo="$parentRow19" relativePoint="BOTTOMLEFT"/>
1756  
1757 </Button>
1758  
1759 <Anchors>
1760  
1761 </Anchors>
1762  
1763 <Button name="$parentRow22" inherits="GRSSBidsTemplate">
1764  
1765 <Anchor point="TOPLEFT" relativeTo="$parentRow21" relativePoint="BOTTOMLEFT"/>
1766  
1767 </Button>
1768  
1769 <Anchors>
1770  
1771  
1772  
1773 <Button name="$parentRow1Delete" inherits="GRSSDeleteButtonTemplate" text="x" hidden="true">
1774  
1775 <Anchor point="TOPLEFT" relativePoint="TOPRIGHT" relativeTo="$parentRow1">
1776  
1777 <AbsDimension x="0" y="1" />
1778  
1779 </Anchor>
1780  
1781 <Scripts>
1782  
1783 GRSS_DeleteBid(1)
1784  
1785 </Scripts>
1786  
1787 <Button name="$parentRow2Delete" inherits="GRSSDeleteButtonTemplate" text="x" hidden="true">
1788  
1789 <Anchor point="TOPLEFT" relativePoint="BOTTOMLEFT" relativeTo="$parentRow1Delete" />
1790  
1791 <Scripts>
1792  
1793 GRSS_DeleteBid(2)
1794  
1795 </Scripts>
1796  
1797 <Button name="$parentRow3Delete" inherits="GRSSDeleteButtonTemplate" text="x" hidden="true">
1798  
1799 <Anchor point="TOPLEFT" relativePoint="BOTTOMLEFT" relativeTo="$parentRow2Delete" />
1800  
1801 <Scripts>
1802  
1803 GRSS_DeleteBid(3)
1804  
1805 </Scripts>
1806  
1807 <Button name="$parentRow4Delete" inherits="GRSSDeleteButtonTemplate" text="x" hidden="true">
1808  
1809 <Anchor point="TOPLEFT" relativePoint="BOTTOMLEFT" relativeTo="$parentRow3Delete" />
1810  
1811 <Scripts>
1812  
1813 GRSS_DeleteBid(4)
1814  
1815 </Scripts>
1816  
1817 <Button name="$parentRow5Delete" inherits="GRSSDeleteButtonTemplate" text="x" hidden="true">
1818  
1819 <Anchor point="TOPLEFT" relativePoint="BOTTOMLEFT" relativeTo="$parentRow4Delete" />
1820  
1821 <Scripts>
1822  
1823 GRSS_DeleteBid(5)
1824  
1825 </Scripts>
1826  
1827 <Button name="$parentRow6Delete" inherits="GRSSDeleteButtonTemplate" text="x" hidden="true">
1828  
1829 <Anchor point="TOPLEFT" relativePoint="BOTTOMLEFT" relativeTo="$parentRow5Delete" />
1830  
1831 <Scripts>
1832  
1833 GRSS_DeleteBid(6)
1834  
1835 </Scripts>
1836  
1837 <Button name="$parentRow7Delete" inherits="GRSSDeleteButtonTemplate" text="x" hidden="true">
1838  
1839 <Anchor point="TOPLEFT" relativePoint="BOTTOMLEFT" relativeTo="$parentRow6Delete" />
1840  
1841 <Scripts>
1842  
1843 GRSS_DeleteBid(7)
1844  
1845 </Scripts>
1846  
1847 <Button name="$parentRow8Delete" inherits="GRSSDeleteButtonTemplate" text="x" hidden="true">
1848  
1849 <Anchor point="TOPLEFT" relativePoint="BOTTOMLEFT" relativeTo="$parentRow7Delete" />
1850  
1851 <Scripts>
1852  
1853 GRSS_DeleteBid(8)
1854  
1855 </Scripts>
1856  
1857 <Button name="$parentRow9Delete" inherits="GRSSDeleteButtonTemplate" text="x" hidden="true">
1858  
1859 <Anchor point="TOPLEFT" relativePoint="BOTTOMLEFT" relativeTo="$parentRow8Delete" />
1860  
1861 <Scripts>
1862  
1863 GRSS_DeleteBid(9)
1864  
1865 </Scripts>
1866  
1867 <Button name="$parentRow10Delete" inherits="GRSSDeleteButtonTemplate" text="x" hidden="true">
1868  
1869 <Anchor point="TOPLEFT" relativePoint="BOTTOMLEFT" relativeTo="$parentRow9Delete" />
1870  
1871 <Scripts>
1872  
1873 GRSS_DeleteBid(10)
1874  
1875 </Scripts>
1876  
1877 <Button name="$parentRow11Delete" inherits="GRSSDeleteButtonTemplate" text="x" hidden="true">
1878  
1879 <Anchor point="TOPLEFT" relativePoint="BOTTOMLEFT" relativeTo="$parentRow10Delete" />
1880  
1881 <Scripts>
1882  
1883 GRSS_DeleteBid(11)
1884  
1885 </Scripts>
1886  
1887 <Button name="$parentRow12Delete" inherits="GRSSDeleteButtonTemplate" text="x" hidden="true">
1888  
1889 <Anchor point="TOPLEFT" relativePoint="BOTTOMLEFT" relativeTo="$parentRow11Delete" />
1890  
1891 <Scripts>
1892  
1893 GRSS_DeleteBid(12)
1894  
1895 </Scripts>
1896  
1897 <Button name="$parentRow13Delete" inherits="GRSSDeleteButtonTemplate" text="x" hidden="true">
1898  
1899 <Anchor point="TOPLEFT" relativePoint="BOTTOMLEFT" relativeTo="$parentRow12Delete" />
1900  
1901 <Scripts>
1902  
1903 GRSS_DeleteBid(13)
1904  
1905 </Scripts>
1906  
1907 <Button name="$parentRow14Delete" inherits="GRSSDeleteButtonTemplate" text="x" hidden="true">
1908  
1909 <Anchor point="TOPLEFT" relativePoint="BOTTOMLEFT" relativeTo="$parentRow13Delete" />
1910  
1911 <Scripts>
1912  
1913 GRSS_DeleteBid(14)
1914  
1915 </Scripts>
1916  
1917 <Button name="$parentRow15Delete" inherits="GRSSDeleteButtonTemplate" text="x" hidden="true">
1918  
1919 <Anchor point="TOPLEFT" relativePoint="BOTTOMLEFT" relativeTo="$parentRow14Delete" />
1920  
1921 <Scripts>
1922  
1923 GRSS_DeleteBid(15)
1924  
1925 </Scripts>
1926  
1927 <Button name="$parentRow16Delete" inherits="GRSSDeleteButtonTemplate" text="x" hidden="true">
1928  
1929 <Anchor point="TOPLEFT" relativePoint="BOTTOMLEFT" relativeTo="$parentRow15Delete" />
1930  
1931 <Scripts>
1932  
1933 GRSS_DeleteBid(16)
1934  
1935 </Scripts>
1936  
1937 <Button name="$parentRow17Delete" inherits="GRSSDeleteButtonTemplate" text="x" hidden="true">
1938  
1939 <Anchor point="TOPLEFT" relativePoint="BOTTOMLEFT" relativeTo="$parentRow16Delete" />
1940  
1941 <Scripts>
1942  
1943 GRSS_DeleteBid(17)
1944  
1945 </Scripts>
1946  
1947 <Button name="$parentRow18Delete" inherits="GRSSDeleteButtonTemplate" text="x" hidden="true">
1948  
1949 <Anchor point="TOPLEFT" relativePoint="BOTTOMLEFT" relativeTo="$parentRow17Delete" />
1950  
1951 <Scripts>
1952  
1953 GRSS_DeleteBid(18)
1954  
1955 </Scripts>
1956  
1957 <Button name="$parentRow19Delete" inherits="GRSSDeleteButtonTemplate" text="x" hidden="true">
1958  
1959 <Anchor point="TOPLEFT" relativePoint="BOTTOMLEFT" relativeTo="$parentRow18Delete" />
1960  
1961 <Scripts>
1962  
1963 GRSS_DeleteBid(19)
1964  
1965 </Scripts>
1966  
1967 <Button name="$parentRow20Delete" inherits="GRSSDeleteButtonTemplate" text="x" hidden="true">
1968  
1969 <Anchor point="TOPLEFT" relativePoint="BOTTOMLEFT" relativeTo="$parentRow19Delete" />
1970  
1971 <Scripts>
1972  
1973 GRSS_DeleteBid(20)
1974  
1975 </Scripts>
1976  
1977 <Button name="$parentRow21Delete" inherits="GRSSDeleteButtonTemplate" text="x" hidden="true">
1978  
1979 <Anchor point="TOPLEFT" relativePoint="BOTTOMLEFT" relativeTo="$parentRow20Delete" />
1980  
1981 <Scripts>
1982  
1983 GRSS_DeleteBid(21)
1984  
1985 </Scripts>
1986  
1987 <Button name="$parentRow22Delete" inherits="GRSSDeleteButtonTemplate" text="x" hidden="true">
1988  
1989 <Anchor point="TOPLEFT" relativePoint="BOTTOMLEFT" relativeTo="$parentRow21Delete" />
1990  
1991 <Scripts>
1992  
1993 GRSS_DeleteBid(22)
1994  
1995 </Scripts>
1996  
1997 <Button name="$parentRow23Delete" inherits="GRSSDeleteButtonTemplate" text="x" hidden="true">
1998  
1999 <Anchor point="TOPLEFT" relativePoint="BOTTOMLEFT" relativeTo="$parentRow22Delete" />
2000  
2001 <Scripts>
2002  
2003 GRSS_DeleteBid(23)
2004  
2005 </Scripts>
2006  
2007
2008  
2009 </Frame>
2010  
2011 </Frame>
2012  
2013
2014  
2015