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/
2 ..\FrameXML\UI.xsd">
3 <Frame name="ZGLootInfoPanel" parent="ItemRefTooltip" frameStrata="TOOLTIP" hidden="true">
4 <Size>
5 <AbsDimension x="150" y="100"/>
6 </Size>
7 <Anchors>
8 <Anchor point="TOPLEFT" relativeTo="$Parent" relativePoint="BOTTOMLEFT">
9 <Offset>
10 <AbsDimension x="0" y="0"/>
11 </Offset>
12 </Anchor>
13 </Anchors>
14 <Backdrop name="$parentBackdrop" bgFile="Interface\DialogFrame\UI-DialogBox-Background" edgeFile="Interface\Tooltips\UI-Tooltip-Border" tile="true">
15 <EdgeSize>
16 <AbsValue val="16"/>
17 </EdgeSize>
18 <TileSize>
19 <AbsValue val="16"/>
20 </TileSize>
21 <BackgroundInsets>
22 <AbsInset left="5" right="5" top="5" bottom="5"/>
23 </BackgroundInsets>
24 </Backdrop>
25 <Layers>
26 <Layer level="ARTWORK">
27 <FontString name="$parentText1" inherits="GameTooltipText" hidden="true">
28 <Anchors>
29 <Anchor point="TOPLEFT">
30 <Offset>
31 <AbsDimension x="10" y="-10"/>
32 </Offset>
33 </Anchor>
34 </Anchors>
35 </FontString>
36 <FontString name="$parentText2" inherits="GameTooltipText" hidden="true">
37 <Anchors>
38 <Anchor point="TOPLEFT" relativeTo="$parentText1" relativePoint="BOTTOMLEFT">
39 <Offset>
40 <AbsDimension x="0" y="-2"/>
41 </Offset>
42 </Anchor>
43 </Anchors>
44 </FontString>
45 <FontString name="$parentText3" inherits="GameTooltipText" hidden="true">
46 <Anchors>
47 <Anchor point="TOPLEFT" relativeTo="$parentText2" relativePoint="BOTTOMLEFT">
48 <Offset>
49 <AbsDimension x="0" y="-2"/>
50 </Offset>
51 </Anchor>
52 </Anchors>
53 </FontString>
54 <FontString name="$parentText4" inherits="GameTooltipText" hidden="true">
55 <Anchors>
56 <Anchor point="TOPLEFT" relativeTo="$parentText3" relativePoint="BOTTOMLEFT">
57 <Offset>
58 <AbsDimension x="0" y="-2"/>
59 </Offset>
60 </Anchor>
61 </Anchors>
62 </FontString>
63 <FontString name="$parentText5" inherits="GameTooltipText" hidden="true">
64 <Anchors>
65 <Anchor point="TOPLEFT" relativeTo="$parentText4" relativePoint="BOTTOMLEFT">
66 <Offset>
67 <AbsDimension x="0" y="-2"/>
68 </Offset>
69 </Anchor>
70 </Anchors>
71 </FontString>
72 <FontString name="$parentText6" inherits="GameTooltipText" hidden="true">
73 <Anchors>
74 <Anchor point="TOPLEFT" relativeTo="$parentText5" relativePoint="BOTTOMLEFT">
75 <Offset>
76 <AbsDimension x="0" y="-2"/>
77 </Offset>
78 </Anchor>
79 </Anchors>
80 </FontString>
81 <FontString name="$parentText7" inherits="GameTooltipText" hidden="true">
82 <Anchors>
83 <Anchor point="TOPLEFT" relativeTo="$parentTextLeft6" relativePoint="BOTTOMLEFT">
84 <Offset>
85 <AbsDimension x="0" y="-2"/>
86 </Offset>
87 </Anchor>
88 </Anchors>
89 </FontString>
90 <FontString name="$parentText8" inherits="GameTooltipText" hidden="true">
91 <Anchors>
92 <Anchor point="TOPLEFT" relativeTo="$parentText7" relativePoint="BOTTOMLEFT">
93 <Offset>
94 <AbsDimension x="0" y="-2"/>
95 </Offset>
96 </Anchor>
97 </Anchors>
98 </FontString>
99 <FontString name="$parentText9" inherits="GameTooltipText" hidden="true">
100 <Anchors>
101 <Anchor point="TOPLEFT" relativeTo="$parentText8" relativePoint="BOTTOMLEFT">
102 <Offset>
103 <AbsDimension x="0" y="-2"/>
104 </Offset>
105 </Anchor>
106 </Anchors>
107 </FontString>
108 <FontString name="$parentText10" inherits="GameTooltipText" hidden="true">
109 <Anchors>
110 <Anchor point="TOPLEFT" relativeTo="$parentText9" relativePoint="BOTTOMLEFT">
111 <Offset>
112 <AbsDimension x="0" y="-2"/>
113 </Offset>
114 </Anchor>
115 </Anchors>
116 </FontString>
117 </Layer>
118 </Layers>
119 <Frames>
120 </Frames>
121 <Scripts>
122 <OnLoad>
123 ZGLOnLoad();
124 </OnLoad>
125 <OnEvent>
126 ZGLOnEvent()
127 </OnEvent>
128 </Scripts>
129 </Frame>
130 </Ui>