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 <Script file="ItemSync_CleanDB.lua" />
4 <Script file="ItemSync_ItemID.lua" />
5 <Script file="ItemSync_Optimize.lua" />
6 <Script file="ItemSync_InvalidClean.lua" />
7  
8 <Frame name="ISync_Optimize_Timer">
9 <Scripts>
10 <OnLoad>
11 if(ISync) then ISync:Optimize_Load(); end
12 </OnLoad>
13 <OnUpdate>
14 if(ISync) then ISync:Optimize_Update(); end
15 </OnUpdate>
16 </Scripts>
17 </Frame>
18  
19  
20 <Frame name="ISync_Optimize_Bar" parent="UIParent" hidden="true" movable="true">
21 <Size>
22 <AbsDimension x="206" y="26"/>
23 </Size>
24 <Anchors>
25 <Anchor point="CENTER">
26 <Offset>
27 <AbsDimension x="0" y="80"/>
28 </Offset>
29 </Anchor>
30 </Anchors>
31 <Layers>
32 <Layer level="BACKGROUND">
33 <Texture>
34 <Size>
35 <AbsDimension x="195" y="13"/>
36 </Size>
37 <Anchors>
38 <Anchor point="TOP">
39 <Offset>
40 <AbsDimension x="0" y="-2"/>
41 </Offset>
42 </Anchor>
43 </Anchors>
44 <Color r="0" g="0" b="0" a="0.5"/>
45 </Texture>
46 </Layer>
47 <Layer level="OVERLAY">
48 <FontString name="ISync_Optimize_BarText" inherits="GameFontHighlight">
49 <Size>
50 <AbsDimension x="185" y="16"/>
51 </Size>
52 <Anchors>
53 <Anchor point="TOP">
54 <Offset>
55 <AbsDimension x="0" y="0"/>
56 </Offset>
57 </Anchor>
58 </Anchors>
59 </FontString>
60 <FontString name="ISync_Optimize_BarText2" inherits="GameFontHighlight" text="ISYNC_OPTIMIZE_TEXT">
61 <Size>
62 <AbsDimension x="185" y="16"/>
63 </Size>
64 <Anchors>
65 <Anchor point="TOP">
66 <Offset>
67 <AbsDimension x="0" y="18"/>
68 </Offset>
69 </Anchor>
70 </Anchors>
71 </FontString>
72 <Texture file="Interface\Tooltips\UI-StatusBar-Border">
73 <Size>
74 <AbsDimension x="205" y="20"/>
75 </Size>
76 <Anchors>
77 <Anchor point="TOP">
78 <Offset>
79 <AbsDimension x="0" y="2"/>
80 </Offset>
81 </Anchor>
82 </Anchors>
83 </Texture>
84 </Layer>
85 </Layers>
86 <Frames>
87 <StatusBar name="ISync_Optimize_BarFrameStatusBar">
88 <Size>
89 <AbsDimension x="195" y="13"/>
90 </Size>
91 <Anchors>
92 <Anchor point="TOP">
93 <Offset>
94 <AbsDimension x="0" y="-2"/>
95 </Offset>
96 </Anchor>
97 </Anchors>
98 <Layers>
99 <Layer level="OVERLAY">
100  
101 </Layer>
102 </Layers>
103 <Scripts>
104 <OnLoad>
105 this:SetFrameLevel(this:GetFrameLevel() - 1)
106 </OnLoad>
107 </Scripts>
108 <BarTexture file="Interface\TargetingFrame\UI-StatusBar"/>
109 <BarColor r="1.0" g="1.0" b="0.0"/>
110 </StatusBar>
111 </Frames>
112  
113 <Scripts>
114 <OnMouseDown> this:StartMoving(); </OnMouseDown>
115 <OnMouseUp> this:StopMovingOrSizing(); </OnMouseUp>
116 <OnDragStop> this:StopMovingOrSizing(); </OnDragStop>
117 </Scripts>
118 </Frame>
119  
120  
121  
122  
123  
124  
125 <Frame name="ISync_InvCleaner_Timer">
126 <Scripts>
127 <OnLoad>
128 if(ISync) then ISync:InvCleaner_Load(); end
129 </OnLoad>
130 <OnUpdate>
131 if(ISync) then ISync:InvCleaner_Update(); end
132 </OnUpdate>
133 </Scripts>
134 </Frame>
135  
136  
137 <Frame name="ISync_InvCleaner_Bar" parent="UIParent" hidden="true" movable="true">
138 <Size>
139 <AbsDimension x="206" y="26"/>
140 </Size>
141 <Anchors>
142 <Anchor point="CENTER">
143 <Offset>
144 <AbsDimension x="0" y="80"/>
145 </Offset>
146 </Anchor>
147 </Anchors>
148 <Layers>
149 <Layer level="BACKGROUND">
150 <Texture>
151 <Size>
152 <AbsDimension x="195" y="13"/>
153 </Size>
154 <Anchors>
155 <Anchor point="TOP">
156 <Offset>
157 <AbsDimension x="0" y="-2"/>
158 </Offset>
159 </Anchor>
160 </Anchors>
161 <Color r="0" g="0" b="0" a="0.5"/>
162 </Texture>
163 </Layer>
164 <Layer level="OVERLAY">
165 <FontString name="ISync_InvCleaner_BarText" inherits="GameFontHighlight">
166 <Size>
167 <AbsDimension x="185" y="16"/>
168 </Size>
169 <Anchors>
170 <Anchor point="TOP">
171 <Offset>
172 <AbsDimension x="0" y="0"/>
173 </Offset>
174 </Anchor>
175 </Anchors>
176 </FontString>
177 <FontString name="ISync_InvCleaner_BarText2" inherits="GameFontHighlight" text="ISYNC_CLEANER_HEADER">
178 <Size>
179 <AbsDimension x="185" y="16"/>
180 </Size>
181 <Anchors>
182 <Anchor point="TOP">
183 <Offset>
184 <AbsDimension x="0" y="18"/>
185 </Offset>
186 </Anchor>
187 </Anchors>
188 </FontString>
189 <Texture file="Interface\Tooltips\UI-StatusBar-Border">
190 <Size>
191 <AbsDimension x="205" y="20"/>
192 </Size>
193 <Anchors>
194 <Anchor point="TOP">
195 <Offset>
196 <AbsDimension x="0" y="2"/>
197 </Offset>
198 </Anchor>
199 </Anchors>
200 </Texture>
201 </Layer>
202 </Layers>
203 <Frames>
204 <StatusBar name="ISync_InvCleaner_BarFrameStatusBar">
205 <Size>
206 <AbsDimension x="195" y="13"/>
207 </Size>
208 <Anchors>
209 <Anchor point="TOP">
210 <Offset>
211 <AbsDimension x="0" y="-2"/>
212 </Offset>
213 </Anchor>
214 </Anchors>
215 <Layers>
216 <Layer level="OVERLAY">
217  
218 </Layer>
219 </Layers>
220 <Scripts>
221 <OnLoad>
222 this:SetFrameLevel(this:GetFrameLevel() - 1)
223 </OnLoad>
224 </Scripts>
225 <BarTexture file="Interface\TargetingFrame\UI-StatusBar"/>
226 <BarColor r="1.0" g="0.0" b="0.0"/>
227 </StatusBar>
228 </Frames>
229  
230 <Scripts>
231 <OnMouseDown> this:StartMoving(); </OnMouseDown>
232 <OnMouseUp> this:StopMovingOrSizing(); </OnMouseUp>
233 <OnDragStop> this:StopMovingOrSizing(); </OnDragStop>
234 </Scripts>
235 </Frame>
236  
237  
238  
239 </Ui>