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 <Script file="FishingTrackingFrame.lua"/>
3 <Frame name="FishingTrackingGrid" virtual="true">
4 <Frames>
5 <Frame name="$parentL00" inherits="GraphFrameLine"/>
6 <Frame name="$parentTL0" inherits="GraphFrameText"/>
7 <Frame name="$parentLH1" inherits="GraphFrameLine"/>
8 <Frame name="$parentLH2" inherits="GraphFrameLine"/>
9 <Frame name="$parentLH3" inherits="GraphFrameLine"/>
10 <Frame name="$parentLH4" inherits="GraphFrameLine"/>
11 <Frame name="$parentLH5" inherits="GraphFrameLine"/>
12 <Frame name="$parentTH0" inherits="GraphFrameText"/>
13 <Frame name="$parentTH1" inherits="GraphFrameText"/>
14 <Frame name="$parentTH2" inherits="GraphFrameText"/>
15 <Frame name="$parentTH3" inherits="GraphFrameText"/>
16 <Frame name="$parentTH4" inherits="GraphFrameText"/>
17 <Frame name="$parentTH5" inherits="GraphFrameText"/>
18 <Frame name="$parentLV1" inherits="GraphFrameLine"/>
19 <Frame name="$parentLV2" inherits="GraphFrameLine"/>
20 <Frame name="$parentLV3" inherits="GraphFrameLine"/>
21 <Frame name="$parentLV4" inherits="GraphFrameLine"/>
22 <Frame name="$parentLV5" inherits="GraphFrameLine"/>
23 <Frame name="$parentTV0" inherits="GraphFrameText"/>
24 <Frame name="$parentTV1" inherits="GraphFrameText"/>
25 <Frame name="$parentTV2" inherits="GraphFrameText"/>
26 <Frame name="$parentTV3" inherits="GraphFrameText"/>
27 <Frame name="$parentTV4" inherits="GraphFrameText"/>
28 <Frame name="$parentTV5" inherits="GraphFrameText"/>
29 </Frames>
30 </Frame>
31 <Frame name="FishingTracking24x2Frame" inherits="GraphFrame" virtual="true">
32 <Frames>
33 <Frame name="$parent_01" inherits="GraphPanel32"/>
34 <Frame name="$parent_02" inherits="GraphPanel16"/>
35 <Frame name="$parentP01" inherits="GraphFrameLegend"/>
36 <Frame name="$parentP02" inherits="GraphFrameLegend"/>
37 <Frame name="$parentG00" inherits="FishingTrackingGrid"/>
38 </Frames>
39 </Frame>
40 <Frame name="FishingTracking53x2Frame" inherits="GraphFrame" virtual="true">
41 <Frames>
42 <Frame name="$parent_01" inherits="GraphPanel32"/>
43 <Frame name="$parent_02" inherits="GraphPanel32"/>
44 <Frame name="$parent_03" inherits="GraphPanel32"/>
45 <Frame name="$parent_04" inherits="GraphPanel8"/>
46 <Frame name="$parent_05" inherits="GraphPanel2"/>
47 <Frame name="$parentP01" inherits="GraphFrameLegend"/>
48 <Frame name="$parentP02" inherits="GraphFrameLegend"/>
49 <Frame name="$parentG00" inherits="FishingTrackingGrid"/>
50 </Frames>
51 </Frame>
52  
53 <Frame name="FishingTrackingFrame" setAllPoints="true"
54 enableMouse="true" parent="FishingBuddyFrame" hidden="true">
55 <HitRectInsets>
56 <AbsInset left="0" right="30" top="0" bottom="75"/>
57 </HitRectInsets>
58 <Layers>
59 <Layer level="ARTWORK">
60 <Texture file="Interface\Spellbook\UI-SpellbookPanel-TopLeft">
61 <Size>
62 <AbsDimension x="256" y="256"/>
63 </Size>
64 <Anchors>
65 <Anchor point="TOPLEFT"/>
66 </Anchors>
67 </Texture>
68 <Texture file="Interface\Spellbook\UI-SpellbookPanel-TopRight">
69 <Size>
70 <AbsDimension x="128" y="256"/>
71 </Size>
72 <Anchors>
73 <Anchor point="TOPRIGHT"/>
74 </Anchors>
75 </Texture>
76 <Texture file="Interface\Spellbook\UI-SpellbookPanel-BotLeft">
77 <Size>
78 <AbsDimension x="256" y="256"/>
79 </Size>
80 <Anchors>
81 <Anchor point="BOTTOMLEFT"/>
82 </Anchors>
83 </Texture>
84 <Texture file="Interface\Spellbook\UI-SpellbookPanel-BotRight">
85 <Size>
86 <AbsDimension x="128" y="256"/>
87 </Size>
88 <Anchors>
89 <Anchor point="BOTTOMRIGHT"/>
90 </Anchors>
91 </Texture>
92 </Layer>
93 </Layers>
94 <Frames>
95 <Frame name="$parentGraph1" enableMouse="true" inherits="FishingTracking24x2Frame">
96 <Size>
97 <AbsDimension x="280" y="120"/>
98 </Size>
99 <Anchors>
100 <Anchor point="TOPLEFT">
101 <Offset>
102 <AbsDimension x="48" y="-116"/>
103 </Offset>
104 </Anchor>
105 </Anchors>
106 </Frame>
107 <Frame name="$parentGraph2" enableMouse="true" inherits="FishingTracking53x2Frame">
108 <Size>
109 <AbsDimension x="280" y="120"/>
110 </Size>
111 <Anchors>
112 <Anchor point="TOPLEFT" relativeTo="$parentGraph1" relativePoint="BOTTOMLEFT">
113 <Offset>
114 <AbsDimension x="0" y="-40"/>
115 </Offset>
116 </Anchor>
117 </Anchors>
118 </Frame>
119 </Frames>
120 <Scripts>
121 <OnShow>
122 FishingBuddy.TrackingFrame.OnShow();
123 </OnShow>
124 </Scripts>
125 </Frame>
126 </Ui>