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="ISync_Search.lua"/>
4  
5  
6 <EditBox name="ISync_EditBoxTemplate" letters="256" historyLines="0" virtual="true">
7 <Size>
8 <AbsDimension x="200" y="20"/>
9 </Size>
10 <Layers>
11 <Layer level="BACKGROUND">
12 <Texture name="$parentLeft" file="Interface\ClassTrainerFrame\UI-ClassTrainer-FilterBorder">
13 <Size>
14 <AbsDimension x="12" y="29"/>
15 </Size>
16 <Anchors>
17 <Anchor point="TOPLEFT">
18 <Offset>
19 <AbsDimension x="-11" y="2"/>
20 </Offset>
21 </Anchor>
22 </Anchors>
23 <TexCoords left="0" right="0.09375" top="0" bottom="1.0"/>
24 </Texture>
25 <Texture name="$parentMiddle" file="Interface\ClassTrainerFrame\UI-ClassTrainer-FilterBorder">
26 <Size>
27 <AbsDimension x="195" y="29"/>
28 </Size>
29 <Anchors>
30 <Anchor point="LEFT" relativeTo="$parentLeft" relativePoint="RIGHT"/>
31 </Anchors>
32 <TexCoords left="0.09375" right="0.90625" top="0" bottom="1.0"/>
33 </Texture>
34 <Texture name="$parentRight" file="Interface\ClassTrainerFrame\UI-ClassTrainer-FilterBorder">
35 <Size>
36 <AbsDimension x="12" y="29"/>
37 </Size>
38 <Anchors>
39 <Anchor point="LEFT" relativeTo="$parentMiddle" relativePoint="RIGHT"/>
40 </Anchors>
41 <TexCoords left="0.90625" right="1.0" top="0" bottom="1.0"/>
42 </Texture>
43 </Layer>
44 </Layers>
45 <Scripts>
46 <OnEscapePressed>
47 ISync:SF_Close();
48 </OnEscapePressed>
49 <OnEnterPressed>
50 ISYNC_SHOWSEARCH_CHK = 1;
51 ISync:Main_Refresh();
52 </OnEnterPressed>
53 </Scripts>
54 <FontString inherits="ChatFontNormal"/>
55 </EditBox>
56  
57 <Frame name="ISync_SearchFrame" inherits="ISyncFrame_MainTemplate" hidden="true" parent="ISync_MainFrame">
58 <Size>
59 <AbsDimension x="360" y="495"/>
60 </Size>
61 <Anchors>
62 <Anchor point="TOPLEFT">
63 <Offset>
64 <AbsDimension x="0" y="-104"/>
65 </Offset>
66 </Anchor>
67 </Anchors>
68 <Layers>
69 <Layer level="ARTWORK">
70  
71 <FontString name="ISync_SearchFrameHelp" inherits="GameFontNormal" text="ISYNC_SEARCH_HELP">
72 <Anchors>
73 <Anchor point="TOP">
74 <Offset>
75 <AbsDimension x="0" y="-30"/>
76 </Offset>
77 </Anchor>
78 </Anchors>
79 </FontString>
80  
81 </Layer>
82 <Layer level="BACKGROUND">
83  
84 <FontString name="ISync_SearchFrameHelp1" inherits="GameFontNormal" text="ISYNC_SEARCH_HELP1">
85 <Anchors>
86 <Anchor point="TOPLEFT">
87 <Offset>
88 <AbsDimension x="60" y="-50"/>
89 </Offset>
90 </Anchor>
91 </Anchors>
92 </FontString>
93  
94  
95 <FontString name="ISync_SearchFrameHelp2" inherits="GameFontNormal" text="ISYNC_SEARCH_HELP2">
96 <Anchors>
97 <Anchor point="TOPLEFT">
98 <Offset>
99 <AbsDimension x="60" y="-110"/>
100 </Offset>
101 </Anchor>
102 </Anchors>
103 </FontString>
104  
105  
106 <FontString name="ISync_SearchFrameHelp3" inherits="GameFontNormal" text="ISYNC_SEARCH_HELP3">
107 <Anchors>
108 <Anchor point="TOPLEFT">
109 <Offset>
110 <AbsDimension x="60" y="-170"/>
111 </Offset>
112 </Anchor>
113 </Anchors>
114 </FontString>
115  
116 <FontString name="ISync_SearchFrameHelp4" inherits="GameFontNormal" text="ISYNC_SEARCH_HELP4">
117 <Anchors>
118 <Anchor point="TOPLEFT">
119 <Offset>
120 <AbsDimension x="60" y="-230"/>
121 </Offset>
122 </Anchor>
123 </Anchors>
124 </FontString>
125  
126  
127 <FontString name="ISync_SearchFrameHelp5" inherits="GameFontNormal" text="ISYNC_SEARCH_HELP5">
128 <Anchors>
129 <Anchor point="TOPLEFT">
130 <Offset>
131 <AbsDimension x="60" y="-290"/>
132 </Offset>
133 </Anchor>
134 </Anchors>
135 </FontString>
136  
137 <FontString name="ISync_SearchFrameHelp6" inherits="GameFontNormal" text="ISYNC_SEARCH_HELP6">
138 <Anchors>
139 <Anchor point="CENTER">
140 <Offset>
141 <AbsDimension x="0" y="-125"/>
142 </Offset>
143 </Anchor>
144 </Anchors>
145 </FontString>
146  
147 <FontString name="ISync_SearchFrameHelp7" inherits="GameFontNormal" text="ISYNC_SEARCH_HELP7">
148 <Anchors>
149 <Anchor point="TOPLEFT">
150 <Offset>
151 <AbsDimension x="200" y="-50"/>
152 </Offset>
153 </Anchor>
154 </Anchors>
155 </FontString>
156  
157  
158 <FontString name="ISync_SearchFrameHelp8" inherits="GameFontNormal" text="ISYNC_SEARCH_HELP8">
159 <Anchors>
160 <Anchor point="TOPLEFT">
161 <Offset>
162 <AbsDimension x="200" y="-110"/>
163 </Offset>
164 </Anchor>
165 </Anchors>
166 </FontString>
167  
168 </Layer>
169 </Layers>
170 <Frames>
171  
172 <Button name="ISync_Location_DropDown" inherits="UIDropDownMenuTemplate">
173 <Anchors>
174 <Anchor point="TOPLEFT">
175 <Offset>
176 <AbsDimension x="40" y="-70"/>
177 </Offset>
178 </Anchor>
179 </Anchors>
180 <Scripts>
181 </Scripts>
182 </Button>
183  
184 <Button name="ISync_Rarity_DropDown" inherits="UIDropDownMenuTemplate">
185 <Anchors>
186 <Anchor point="TOPLEFT">
187 <Offset>
188 <AbsDimension x="180" y="-70"/>
189 </Offset>
190 </Anchor>
191 </Anchors>
192 <Scripts>
193 </Scripts>
194 </Button>
195  
196  
197  
198 <Button name="ISync_Weapons_DropDown" inherits="UIDropDownMenuTemplate">
199 <Anchors>
200 <Anchor point="TOPLEFT">
201 <Offset>
202 <AbsDimension x="40" y="-130"/>
203 </Offset>
204 </Anchor>
205 </Anchors>
206 <Scripts>
207 </Scripts>
208 </Button>
209  
210  
211 <Button name="ISync_Level_DropDown" inherits="UIDropDownMenuTemplate">
212 <Anchors>
213 <Anchor point="TOPLEFT">
214 <Offset>
215 <AbsDimension x="180" y="-130"/>
216 </Offset>
217 </Anchor>
218 </Anchors>
219 <Scripts>
220 </Scripts>
221 </Button>
222  
223  
224  
225 <Button name="ISync_Tradeskills_DropDown" inherits="UIDropDownMenuTemplate">
226 <Anchors>
227 <Anchor point="TOPLEFT">
228 <Offset>
229 <AbsDimension x="40" y="-190"/>
230 </Offset>
231 </Anchor>
232 </Anchors>
233 <Scripts>
234 </Scripts>
235 </Button>
236  
237  
238 <Button name="ISync_Armor_DropDown" inherits="UIDropDownMenuTemplate">
239 <Anchors>
240 <Anchor point="TOPLEFT">
241 <Offset>
242 <AbsDimension x="40" y="-250"/>
243 </Offset>
244 </Anchor>
245 </Anchors>
246 <Scripts>
247 </Scripts>
248 </Button>
249  
250  
251 <Button name="ISync_Shield_DropDown" inherits="UIDropDownMenuTemplate">
252 <Anchors>
253 <Anchor point="TOPLEFT">
254 <Offset>
255 <AbsDimension x="40" y="-310"/>
256 </Offset>
257 </Anchor>
258 </Anchors>
259 </Button>
260  
261 <EditBox name="ISync_TextEditBox" inherits="ISync_EditBoxTemplate" autoFocus="false">
262 <Anchors>
263 <Anchor point="CENTER">
264 <Offset>
265 <AbsDimension x="0" y="-145"/>
266 </Offset>
267 </Anchor>
268 </Anchors>
269 </EditBox>
270  
271  
272 <Button name="ISync_SearchFrameSearchButton" inherits="GameMenuButtonTemplate">
273 <Size>
274 <AbsDimension x="140" y="18"/>
275 </Size>
276 <Anchors>
277 <Anchor point="BOTTOM">
278 <Offset>
279 <AbsDimension x="0" y="40"/>
280 </Offset>
281 </Anchor>
282 </Anchors>
283 <Layers>
284 <Layer level="ARTWORK">
285 <FontString inherits="GameFontNormal" text="ISYNC_SEARCH_BT1">
286 <Anchors>
287 <Anchor point="CENTER">
288 <Offset>
289 <AbsDimension x="0" y="0"/>
290 </Offset>
291 </Anchor>
292 </Anchors>
293 </FontString>
294 </Layer>
295 </Layers>
296 <Scripts>
297 <OnClick>
298 ISYNC_SHOWSEARCH_CHK = 1;
299 ISync:Main_Refresh();
300 </OnClick>
301 </Scripts>
302 </Button>
303  
304  
305 <Button name="ISync_SearchFrameReset_ALL" inherits="GameMenuButtonTemplate">
306 <Size>
307 <AbsDimension x="100" y="18"/>
308 </Size>
309 <Anchors>
310 <Anchor point="CENTER">
311 <Offset>
312 <AbsDimension x="110" y="10"/>
313 </Offset>
314 </Anchor>
315 </Anchors>
316 <Layers>
317 <Layer level="ARTWORK">
318 <FontString inherits="GameFontNormal" text="ISYNC_SEARCH_BT2">
319 <Anchors>
320 <Anchor point="CENTER">
321 <Offset>
322 <AbsDimension x="0" y="0"/>
323 </Offset>
324 </Anchor>
325 </Anchors>
326 </FontString>
327 </Layer>
328 </Layers>
329 <Scripts>
330 <OnClick>
331 ISync:SF_Reset();
332 </OnClick>
333 </Scripts>
334 </Button>
335  
336 </Frames>
337 <Scripts>
338 <OnLoad>
339 ISync:SF_Load();
340 ISync_SearchFrameHeader_Box:SetBackdropBorderColor(0.4, 0.4, 0.4);
341 ISync_SearchFrameHeader_Box:SetBackdropColor(0.0, 0.0, 1.0, 0.7);
342  
343 </OnLoad>
344 <OnShow>
345 PlaySound("igMainMenuOptionCheckBoxOn");
346 ISync_SearchFrameHeader_BoxText:SetText(ISYNC_BT_SEARCH);
347  
348  
349  
350 </OnShow>
351 <OnHide>PlaySound("igMainMenuOptionCheckBoxOff"); ISync:SF_Close(); </OnHide>
352 <OnLeave>ISync_TextEditBox:ClearFocus();</OnLeave>
353 </Scripts>
354  
355 </Frame>
356  
357 </Ui>