vanilla-wow-addons – Blame information for rev 1
?pathlinks?
Rev | Author | Line No. | Line |
---|---|---|---|
1 | office | 1 | <Ui xmlns="http://www.blizzard.com/wow/ui/" |
2 | xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
||
3 | xsi:schemaLocation="http://www.blizzard.com/wow/ui/ ..\FrameXML\UI.xsd"> |
||
4 | <Script file="HealBot_Options.lua" /> |
||
5 | <Button name="HealBot_Options_Tab" inherits="CharacterFrameTabButtonTemplate" virtual="true"> |
||
6 | <Scripts> |
||
7 | <OnClick> |
||
8 | PlaySound("igMainMenuOpen"); |
||
9 | PanelTemplates_Tab_OnClick(HealBot_Options); |
||
10 | HealBot_Options_ShowPanel(HealBot_Options.selectedTab); |
||
11 | </OnClick> |
||
12 | </Scripts> |
||
13 | </Button> |
||
14 | <Slider name="HealBot_Options_SliderTemplate" inherits="OptionsSliderTemplate" virtual="true"> |
||
15 | <Size> |
||
16 | <AbsDimension x="240" y="16" /> |
||
17 | </Size> |
||
18 | </Slider> |
||
19 | |||
20 | <EditBox name="HealBot_Options_EditBoxTemplate" autoFocus="false" historyLines="32" justifyH="LEFT" virtual="true"> |
||
21 | <Layers> |
||
22 | <Layer level="BACKGROUND"> |
||
23 | <Texture name="$parentLeft" file="Interface\Common\Common-Input-Border"> |
||
24 | <Size> |
||
25 | <AbsDimension x="8" y="20"/> |
||
26 | </Size> |
||
27 | <Anchors> |
||
28 | <Anchor point="TOPLEFT"> |
||
29 | <Offset> |
||
30 | <AbsDimension x="-5" y="0"/> |
||
31 | </Offset> |
||
32 | </Anchor> |
||
33 | </Anchors> |
||
34 | <TexCoords left="0" right="0.0625" top="0" bottom="0.625"/> |
||
35 | </Texture> |
||
36 | <Texture name="$parentRight" file="Interface\Common\Common-Input-Border"> |
||
37 | <Size> |
||
38 | <AbsDimension x="8" y="20"/> |
||
39 | </Size> |
||
40 | <Anchors> |
||
41 | <Anchor point="RIGHT"> |
||
42 | <Offset> |
||
43 | <AbsDimension x="5" y="0"/> |
||
44 | </Offset> |
||
45 | </Anchor> |
||
46 | </Anchors> |
||
47 | <TexCoords left="0.9375" right="1.0" top="0" bottom="0.625"/> |
||
48 | </Texture> |
||
49 | <Texture name="$parentMiddle" file="Interface\Common\Common-Input-Border"> |
||
50 | <Size> |
||
51 | <AbsDimension x="10" y="20"/> |
||
52 | </Size> |
||
53 | <Anchors> |
||
54 | <Anchor point="LEFT" relativeTo="$parentLeft" relativePoint="RIGHT"/> |
||
55 | <Anchor point="RIGHT" relativeTo="$parentRight" relativePoint="LEFT"/> |
||
56 | </Anchors> |
||
57 | <TexCoords left="0.0625" right="0.9375" top="0" bottom="0.625"/> |
||
58 | </Texture> |
||
59 | </Layer> |
||
60 | </Layers> |
||
61 | <Size> |
||
62 | <AbsDimension x="240" y="20"/> |
||
63 | </Size> |
||
64 | <FontString inherits="GameFontHighlightSmall" bytes="256"/> |
||
65 | <Layers> |
||
66 | <Layer level="ARTWORK"> |
||
67 | <FontString name="$parentText" text=" " inherits="GameFontNormalSmall"> |
||
68 | <Size> |
||
69 | <AbsDimension x="0" y="10"/> |
||
70 | </Size> |
||
71 | <Anchors> |
||
72 | <Anchor point="BOTTOMLEFT" relativeTo="$parent" relativePoint="TOPLEFT"> |
||
73 | <Offset> |
||
74 | <AbsDimension x="0" y="4"/> |
||
75 | </Offset> |
||
76 | </Anchor> |
||
77 | </Anchors> |
||
78 | </FontString> |
||
79 | </Layer> |
||
80 | </Layers> |
||
81 | <Scripts> |
||
82 | <OnEscapePressed> |
||
83 | this:ClearFocus(); |
||
84 | </OnEscapePressed> |
||
85 | <OnEditFocusLost> |
||
86 | this:HighlightText(0, 0); |
||
87 | </OnEditFocusLost> |
||
88 | <OnEditFocusGained> |
||
89 | this:HighlightText(); |
||
90 | </OnEditFocusGained> |
||
91 | </Scripts> |
||
92 | </EditBox> |
||
93 | |||
94 | <Frame name="HealBot_Options" toplevel="true" frameStrata="DIALOG" |
||
95 | movable="true" parent="UIParent" enableMouse="true" hidden="true"> |
||
96 | <Size> |
||
97 | <AbsDimension x="340" y="455"/> |
||
98 | </Size> |
||
99 | <Anchors> |
||
100 | <Anchor point="CENTER"> |
||
101 | <Offset> |
||
102 | <AbsDimension x="0" y="0"/> |
||
103 | </Offset> |
||
104 | </Anchor> |
||
105 | </Anchors> |
||
106 | <Backdrop tile="true" |
||
107 | bgFile="Interface\DialogFrame\UI-DialogBox-Background" |
||
108 | edgeFile="Interface\DialogFrame\UI-DialogBox-Border"> |
||
109 | <BackgroundInsets> |
||
110 | <AbsInset left="11" right="12" top="12" bottom="11"/> |
||
111 | </BackgroundInsets> |
||
112 | <TileSize> |
||
113 | <AbsValue val="32"/> |
||
114 | </TileSize> |
||
115 | <EdgeSize> |
||
116 | <AbsValue val="32"/> |
||
117 | </EdgeSize> |
||
118 | </Backdrop> |
||
119 | <Layers> |
||
120 | <Layer level="ARTWORK"> |
||
121 | <Texture name="HealBot_Options_Header" |
||
122 | file="Interface\DialogFrame\UI-DialogBox-Header"> |
||
123 | <Size> |
||
124 | <AbsDimension x="400" y="64"/> |
||
125 | </Size> |
||
126 | <Anchors> |
||
127 | <Anchor point="TOP"> |
||
128 | <Offset> |
||
129 | <AbsDimension x="0" y="12"/> |
||
130 | </Offset> |
||
131 | </Anchor> |
||
132 | </Anchors> |
||
133 | </Texture> |
||
134 | <FontString inherits="GameFontNormal" text="HEALBOT_OPTIONS_TITLE"> |
||
135 | <Anchors> |
||
136 | <Anchor point="TOP" relativeTo="HealBot_Options_Header"> |
||
137 | <Offset> |
||
138 | <AbsDimension x="0" y="-13"/> |
||
139 | </Offset> |
||
140 | </Anchor> |
||
141 | </Anchors> |
||
142 | </FontString> |
||
143 | </Layer> |
||
144 | </Layers> |
||
145 | <Frames> |
||
146 | |||
147 | |||
148 | <Frame name="HealBot_Options_Panel1" hidden="true" setAllPoints="true"> |
||
149 | |||
150 | <Frames> |
||
151 | |||
152 | <Frame name="HealBot_Options_GenFrame" inherits="OptionFrameBoxTemplate"> |
||
153 | <Size> |
||
154 | <AbsDimension y="100"/> |
||
155 | </Size> |
||
156 | <Anchors> |
||
157 | <Anchor point="TOPLEFT"> |
||
158 | <Offset> |
||
159 | <AbsDimension x="21" y="-35"/> |
||
160 | </Offset> |
||
161 | </Anchor> |
||
162 | <Anchor point="TOPRIGHT"> |
||
163 | <Offset> |
||
164 | <AbsDimension x="-21" y="0"/> |
||
165 | </Offset> |
||
166 | </Anchor> |
||
167 | </Anchors> |
||
168 | |||
169 | <Layers> |
||
170 | <Layer level="BACKGROUND"> |
||
171 | <FontString name="HealBot_GeneralPanel_Text" text="HEALBOT_OPTIONS_PANEL_TEXT" inherits="GameFontNormalSmall"> |
||
172 | <Anchors> |
||
173 | <Anchor point="TOPLEFT"> |
||
174 | <Offset> |
||
175 | <AbsDimension x="75" y="-12" /> |
||
176 | </Offset> |
||
177 | </Anchor> |
||
178 | </Anchors> |
||
179 | </FontString> |
||
180 | </Layer> |
||
181 | </Layers> |
||
182 | <Frames> |
||
183 | |||
184 | |||
185 | |||
186 | <CheckButton name="HealBot_Options_ActionLocked" inherits="OptionsCheckButtonTemplate"> |
||
187 | <Anchors> |
||
188 | <Anchor point="TOPLEFT"> |
||
189 | <Offset> |
||
190 | <AbsDimension x="10" y="-25" /> |
||
191 | </Offset> |
||
192 | </Anchor> |
||
193 | </Anchors> |
||
194 | <Scripts> |
||
195 | <OnLoad>HealBot_Options_ActionLocked_OnLoad(this)</OnLoad> |
||
196 | <OnClick>HealBot_Options_ActionLocked_OnClick(this)</OnClick> |
||
197 | </Scripts> |
||
198 | </CheckButton> |
||
199 | <CheckButton name="HealBot_Options_GrowUpwards" inherits="OptionsCheckButtonTemplate"> |
||
200 | <Anchors> |
||
201 | <Anchor point="TOPLEFT" relativeTo="HealBot_Options_ActionLocked" relativePoint="BOTTOMLEFT"> |
||
202 | <Offset> |
||
203 | <AbsDimension x="0" y="5" /> |
||
204 | </Offset> |
||
205 | </Anchor> |
||
206 | </Anchors> |
||
207 | <Scripts> |
||
208 | <OnLoad>HealBot_Options_GrowUpwards_OnLoad(this,HEALBOT_OPTIONS_GROWUPWARDS)</OnLoad> |
||
209 | <OnClick>HealBot_Options_GrowUpwards_OnClick(this)</OnClick> |
||
210 | </Scripts> |
||
211 | </CheckButton> |
||
212 | <CheckButton name="HealBot_Options_AutoShow" inherits="OptionsCheckButtonTemplate"> |
||
213 | <Anchors> |
||
214 | <Anchor point="TOPLEFT" relativeTo="HealBot_Options_ActionLocked" relativePoint="TOPLEFT"> |
||
215 | <Offset> |
||
216 | <AbsDimension x="125" y="0" /> |
||
217 | </Offset> |
||
218 | </Anchor> |
||
219 | </Anchors> |
||
220 | <Scripts> |
||
221 | <OnLoad>HealBot_Options_AutoShow_OnLoad(this)</OnLoad> |
||
222 | <OnClick>HealBot_Options_AutoShow_OnClick(this)</OnClick> |
||
223 | </Scripts> |
||
224 | </CheckButton> |
||
225 | <CheckButton name="HealBot_Options_PanelSounds" inherits="OptionsCheckButtonTemplate"> |
||
226 | <Anchors> |
||
227 | <Anchor point="TOPLEFT" relativeTo="HealBot_Options_GrowUpwards" relativePoint="TOPLEFT"> |
||
228 | <Offset> |
||
229 | <AbsDimension x="125" y="0" /> |
||
230 | </Offset> |
||
231 | </Anchor> |
||
232 | </Anchors> |
||
233 | <Scripts> |
||
234 | <OnLoad>HealBot_Options_PanelSounds_OnLoad(this)</OnLoad> |
||
235 | <OnClick>HealBot_Options_PanelSounds_OnClick(this)</OnClick> |
||
236 | </Scripts> |
||
237 | </CheckButton> |
||
238 | |||
239 | </Frames> |
||
240 | </Frame> |
||
241 | |||
242 | <CheckButton name="HealBot_Options_HideOptions" inherits="OptionsCheckButtonTemplate"> |
||
243 | <Anchors> |
||
244 | <Anchor point="TOPLEFT" relativeTo="HealBot_Options_GrowUpwards" relativePoint="BOTTOMLEFT"> |
||
245 | <Offset> |
||
246 | <AbsDimension x="20" y="-25" /> |
||
247 | </Offset> |
||
248 | </Anchor> |
||
249 | </Anchors> |
||
250 | <Scripts> |
||
251 | <OnLoad>HealBot_Options_HideOptions_OnLoad(this,HEALBOT_OPTIONS_HIDEOPTIONS)</OnLoad> |
||
252 | <OnClick>HealBot_Options_HideOptions_OnClick(this)</OnClick> |
||
253 | </Scripts> |
||
254 | </CheckButton> |
||
255 | <CheckButton name="HealBot_Options_HideAbort" inherits="OptionsCheckButtonTemplate"> |
||
256 | <Anchors> |
||
257 | <Anchor point="TOPLEFT" relativeTo="HealBot_Options_HideOptions" relativePoint="BOTTOMLEFT"> |
||
258 | <Offset> |
||
259 | <AbsDimension x="0" y="5" /> |
||
260 | </Offset> |
||
261 | </Anchor> |
||
262 | </Anchors> |
||
263 | <Scripts> |
||
264 | <OnLoad>HealBot_Options_HideAbort_OnLoad(this,HEALBOT_OPTIONS_HIDEABORT)</OnLoad> |
||
265 | <OnClick>HealBot_Options_HideAbort_OnClick(this)</OnClick> |
||
266 | </Scripts> |
||
267 | </CheckButton> |
||
268 | <CheckButton name="HealBot_Options_QualityRange" inherits="OptionsCheckButtonTemplate"> |
||
269 | <Anchors> |
||
270 | <Anchor point="TOPLEFT" relativeTo="HealBot_Options_HideAbort" relativePoint="BOTTOMLEFT"> |
||
271 | <Offset> |
||
272 | <AbsDimension x="0" y="5" /> |
||
273 | </Offset> |
||
274 | </Anchor> |
||
275 | </Anchors> |
||
276 | <Scripts> |
||
277 | <OnLoad>HealBot_Options_QualityRange_OnLoad(this,HEALBOT_OPTIONS_QUALITYRANGE)</OnLoad> |
||
278 | <OnClick>HealBot_Options_QualityRange_OnClick(this)</OnClick> |
||
279 | </Scripts> |
||
280 | </CheckButton> |
||
281 | <CheckButton name="HealBot_Options_ProtectPvP" inherits="OptionsCheckButtonTemplate"> |
||
282 | <Anchors> |
||
283 | <Anchor point="TOPLEFT" relativeTo="HealBot_Options_QualityRange" relativePoint="BOTTOMLEFT"> |
||
284 | <Offset> |
||
285 | <AbsDimension x="0" y="5" /> |
||
286 | </Offset> |
||
287 | </Anchor> |
||
288 | </Anchors> |
||
289 | <Scripts> |
||
290 | <OnLoad>HealBot_Options_ProtectPvP_OnLoad(this,HEALBOT_OPTIONS_PROTECTPVP)</OnLoad> |
||
291 | <OnClick>HealBot_Options_ProtectPvP_OnClick(this)</OnClick> |
||
292 | </Scripts> |
||
293 | </CheckButton> |
||
294 | |||
295 | <Frame name="HealBot_Options_Chat" inherits="OptionFrameBoxTemplate"> |
||
296 | <Layers> |
||
297 | <Layer level="BACKGROUND"> |
||
298 | <FontString name="HealBot_HealButtons_ChatFrameText" text="HEALBOT_OPTIONS_HEAL_CHATOPT" inherits="GameFontNormalSmall"> |
||
299 | <Anchors> |
||
300 | <Anchor point="TOPLEFT"> |
||
301 | <Offset> |
||
302 | <AbsDimension x="105" y="-15" /> |
||
303 | </Offset> |
||
304 | </Anchor> |
||
305 | </Anchors> |
||
306 | </FontString> |
||
307 | </Layer> |
||
308 | </Layers> |
||
309 | <Size> |
||
310 | <AbsDimension y="135"/> |
||
311 | </Size> |
||
312 | <Anchors> |
||
313 | <Anchor point="TOPLEFT"> |
||
314 | <Offset> |
||
315 | <AbsDimension x="20" y="-275"/> |
||
316 | </Offset> |
||
317 | </Anchor> |
||
318 | <Anchor point="TOPRIGHT"> |
||
319 | <Offset> |
||
320 | <AbsDimension x="-20" y="0"/> |
||
321 | </Offset> |
||
322 | </Anchor> |
||
323 | </Anchors> |
||
324 | <Frames> |
||
325 | <CheckButton name="HealBot_Options_CastNotify1" inherits="SendMailRadioButtonTemplate" id="1"> |
||
326 | <Anchors> |
||
327 | <Anchor point="TOPLEFT"> |
||
328 | <Offset> |
||
329 | <AbsDimension x="90" y="-37"/> |
||
330 | </Offset> |
||
331 | </Anchor> |
||
332 | </Anchors> |
||
333 | <Scripts> |
||
334 | <OnLoad>HealBot_Options_CastNotify_OnLoad(this,HEALBOT_OPTIONS_CASTNOTIFY1)</OnLoad> |
||
335 | <OnClick>HealBot_Options_CastNotify_OnClick(this,this:GetID())</OnClick> |
||
336 | </Scripts> |
||
337 | </CheckButton> |
||
338 | <CheckButton name="HealBot_Options_CastNotify2" inherits="SendMailRadioButtonTemplate" id="2"> |
||
339 | <Anchors> |
||
340 | <Anchor point="TOPLEFT" relativeTo="HealBot_Options_CastNotify1" relativePoint="BOTTOMLEFT"> |
||
341 | <Offset> |
||
342 | <AbsDimension x="0" y="0"/> |
||
343 | </Offset> |
||
344 | </Anchor> |
||
345 | </Anchors> |
||
346 | <Scripts> |
||
347 | <OnLoad>HealBot_Options_CastNotify_OnLoad(this,HEALBOT_OPTIONS_CASTNOTIFY2)</OnLoad> |
||
348 | <OnClick>HealBot_Options_CastNotify_OnClick(this,this:GetID())</OnClick> |
||
349 | </Scripts> |
||
350 | </CheckButton> |
||
351 | <CheckButton name="HealBot_Options_CastNotify3" inherits="SendMailRadioButtonTemplate" id="3"> |
||
352 | <Anchors> |
||
353 | <Anchor point="TOPLEFT" relativeTo="HealBot_Options_CastNotify2" relativePoint="BOTTOMLEFT"> |
||
354 | <Offset> |
||
355 | <AbsDimension x="0" y="0"/> |
||
356 | </Offset> |
||
357 | </Anchor> |
||
358 | </Anchors> |
||
359 | <Scripts> |
||
360 | <OnLoad>HealBot_Options_CastNotify_OnLoad(this,HEALBOT_OPTIONS_CASTNOTIFY3)</OnLoad> |
||
361 | <OnClick>HealBot_Options_CastNotify_OnClick(this,this:GetID())</OnClick> |
||
362 | </Scripts> |
||
363 | </CheckButton> |
||
364 | <CheckButton name="HealBot_Options_CastNotify4" inherits="SendMailRadioButtonTemplate" id="4"> |
||
365 | <Anchors> |
||
366 | <Anchor point="TOPLEFT" relativeTo="HealBot_Options_CastNotify3" relativePoint="BOTTOMLEFT"> |
||
367 | <Offset> |
||
368 | <AbsDimension x="0" y="0"/> |
||
369 | </Offset> |
||
370 | </Anchor> |
||
371 | </Anchors> |
||
372 | <Scripts> |
||
373 | <OnLoad>HealBot_Options_CastNotify_OnLoad(this,HEALBOT_OPTIONS_CASTNOTIFY4)</OnLoad> |
||
374 | <OnClick>HealBot_Options_CastNotify_OnClick(this,this:GetID())</OnClick> |
||
375 | </Scripts> |
||
376 | </CheckButton> |
||
377 | <CheckButton name="HealBot_Options_CastNotify5" inherits="SendMailRadioButtonTemplate" id="5"> |
||
378 | <Anchors> |
||
379 | <Anchor point="TOPLEFT" relativeTo="HealBot_Options_CastNotify4" relativePoint="BOTTOMLEFT"> |
||
380 | <Offset> |
||
381 | <AbsDimension x="0" y="0"/> |
||
382 | </Offset> |
||
383 | </Anchor> |
||
384 | </Anchors> |
||
385 | <Scripts> |
||
386 | <OnLoad>HealBot_Options_CastNotify_OnLoad(this,HEALBOT_OPTIONS_CASTNOTIFY5)</OnLoad> |
||
387 | <OnClick>HealBot_Options_CastNotify_OnClick(this,this:GetID())</OnClick> |
||
388 | </Scripts> |
||
389 | </CheckButton> |
||
390 | </Frames> |
||
391 | </Frame> |
||
392 | </Frames> |
||
393 | </Frame> |
||
394 | |||
395 | |||
396 | |||
397 | |||
398 | <Frame name="HealBot_Options_Panel2" hidden="true" setAllPoints="true"> |
||
399 | <Frames> |
||
400 | <Frame name="HealBot_Options_KeysFrame" inherits="OptionFrameBoxTemplate"> |
||
401 | <Size> |
||
402 | <AbsDimension y="268"/> |
||
403 | </Size> |
||
404 | <Anchors> |
||
405 | <Anchor point="TOPLEFT"> |
||
406 | <Offset> |
||
407 | <AbsDimension x="21" y="-30"/> |
||
408 | </Offset> |
||
409 | </Anchor> |
||
410 | <Anchor point="TOPRIGHT"> |
||
411 | <Offset> |
||
412 | <AbsDimension x="-21" y="0"/> |
||
413 | </Offset> |
||
414 | </Anchor> |
||
415 | </Anchors> |
||
416 | <Layers> |
||
417 | <Layer level="BACKGROUND"> |
||
418 | <FontString name="HealBot_ComboButtons_ButtonText1" text="HEALBOT_OPTIONS_USEBUTTONS" inherits="GameFontNormalSmall"> |
||
419 | <Anchors> |
||
420 | <Anchor point="TOPLEFT"> |
||
421 | <Offset> |
||
422 | <AbsDimension x="110" y="-10" /> |
||
423 | </Offset> |
||
424 | </Anchor> |
||
425 | </Anchors> |
||
426 | </FontString> |
||
427 | </Layer> |
||
428 | </Layers> |
||
429 | <Frames> |
||
430 | <Slider name="HealBot_Options_Dummy" hidden="true" inherits="HealBot_Options_SliderTemplate"> |
||
431 | <Anchors> |
||
432 | <Anchor point="TOP"> |
||
433 | <Offset> |
||
434 | <AbsDimension x="0" y="0" /> |
||
435 | </Offset> |
||
436 | </Anchor> |
||
437 | </Anchors> |
||
438 | </Slider> |
||
439 | <Frame name="HealBot_Options_ComboClassButton"> |
||
440 | <Layers> |
||
441 | <Layer level="BACKGROUND"> |
||
442 | <FontString name="HealBot_ComboButtons_ButtonText" text="HEALBOT_OPTIONS_COMBOBUTTON" inherits="GameFontNormalSmall"> |
||
443 | <Anchors> |
||
444 | <Anchor point="TOPLEFT" relativeTo="HealBot_Options_Dummy" relativePoint="BOTTOMLEFT"> |
||
445 | <Offset> |
||
446 | <AbsDimension x="-5" y="-25" /> |
||
447 | </Offset> |
||
448 | </Anchor> |
||
449 | </Anchors> |
||
450 | </FontString> |
||
451 | </Layer> |
||
452 | </Layers> |
||
453 | </Frame> |
||
454 | |||
455 | <CheckButton name="HealBot_ComboButtons_Button1" inherits="SendMailRadioButtonTemplate" id="1"> |
||
456 | <Anchors> |
||
457 | <Anchor point="TOPLEFT" relativeTo="HealBot_Options_Dummy" relativePoint="TOPLEFT"> |
||
458 | <Offset> |
||
459 | <AbsDimension x="40" y="-30"/> |
||
460 | </Offset> |
||
461 | </Anchor> |
||
462 | </Anchors> |
||
463 | <Scripts> |
||
464 | <OnLoad>HealBot_ComboButtons_Button_OnLoad(this,HEALBOT_OPTIONS_BUTTONLEFT)</OnLoad> |
||
465 | <OnClick>HealBot_ComboButtons_Button_OnClick(this,this:GetID())</OnClick> |
||
466 | </Scripts> |
||
467 | </CheckButton> |
||
468 | <CheckButton name="HealBot_ComboButtons_Button2" inherits="SendMailRadioButtonTemplate" id="2"> |
||
469 | <Anchors> |
||
470 | <Anchor point="TOPLEFT" relativeTo="HealBot_ComboButtons_Button1" relativePoint="TOPRIGHT"> |
||
471 | <Offset> |
||
472 | <AbsDimension x="40" y="0"/> |
||
473 | </Offset> |
||
474 | </Anchor> |
||
475 | </Anchors> |
||
476 | <Scripts> |
||
477 | <OnLoad>HealBot_ComboButtons_Button_OnLoad(this,HEALBOT_OPTIONS_BUTTONMIDDLE)</OnLoad> |
||
478 | <OnClick>HealBot_ComboButtons_Button_OnClick(this,this:GetID())</OnClick> |
||
479 | </Scripts> |
||
480 | </CheckButton> |
||
481 | <CheckButton name="HealBot_ComboButtons_Button3" inherits="SendMailRadioButtonTemplate" id="3"> |
||
482 | <Anchors> |
||
483 | <Anchor point="TOPLEFT" relativeTo="HealBot_ComboButtons_Button2" relativePoint="TOPRIGHT"> |
||
484 | <Offset> |
||
485 | <AbsDimension x="50" y="0"/> |
||
486 | </Offset> |
||
487 | </Anchor> |
||
488 | </Anchors> |
||
489 | <Scripts> |
||
490 | <OnLoad>HealBot_ComboButtons_Button_OnLoad(this,HEALBOT_OPTIONS_BUTTONRIGHT)</OnLoad> |
||
491 | <OnClick>HealBot_ComboButtons_Button_OnClick(this,this:GetID())</OnClick> |
||
492 | </Scripts> |
||
493 | </CheckButton> |
||
494 | <CheckButton name="HealBot_ComboButtons_Button4" inherits="SendMailRadioButtonTemplate" id="4"> |
||
495 | <Anchors> |
||
496 | <Anchor point="TOPLEFT" relativeTo="HealBot_ComboButtons_Button1" relativePoint="TOPRIGHT"> |
||
497 | <Offset> |
||
498 | <AbsDimension x="0" y="-18"/> |
||
499 | </Offset> |
||
500 | </Anchor> |
||
501 | </Anchors> |
||
502 | <Scripts> |
||
503 | <OnLoad>HealBot_ComboButtons_Button_OnLoad(this,HEALBOT_OPTIONS_BUTTON4)</OnLoad> |
||
504 | <OnClick>HealBot_ComboButtons_Button_OnClick(this,this:GetID())</OnClick> |
||
505 | </Scripts> |
||
506 | </CheckButton> |
||
507 | <CheckButton name="HealBot_ComboButtons_Button5" inherits="SendMailRadioButtonTemplate" id="5"> |
||
508 | <Anchors> |
||
509 | <Anchor point="TOPLEFT" relativeTo="HealBot_ComboButtons_Button4" relativePoint="TOPRIGHT"> |
||
510 | <Offset> |
||
511 | <AbsDimension x="55" y="0"/> |
||
512 | </Offset> |
||
513 | </Anchor> |
||
514 | </Anchors> |
||
515 | <Scripts> |
||
516 | <OnLoad>HealBot_ComboButtons_Button_OnLoad(this,HEALBOT_OPTIONS_BUTTON5)</OnLoad> |
||
517 | <OnClick>HealBot_ComboButtons_Button_OnClick(this,this:GetID())</OnClick> |
||
518 | </Scripts> |
||
519 | </CheckButton> |
||
520 | |||
521 | <EditBox name="HealBot_Options_Click" inherits="HealBot_Options_EditBoxTemplate"> |
||
522 | <Anchors> |
||
523 | <Anchor point="TOPLEFT" relativeTo="HealBot_Options_Dummy" relativePoint="BOTTOMLEFT"> |
||
524 | <Offset> |
||
525 | <AbsDimension x="-5" y="-68"/> |
||
526 | </Offset> |
||
527 | </Anchor> |
||
528 | </Anchors> |
||
529 | <Scripts> |
||
530 | <OnLoad> |
||
531 | HealBot_Options_EditBox_OnLoad(this,HEALBOT_OPTIONS_CLICK) |
||
532 | </OnLoad> |
||
533 | <OnTextChanged> |
||
534 | HealBot_Options_Click_OnTextChanged(this) |
||
535 | </OnTextChanged> |
||
536 | </Scripts> |
||
537 | </EditBox> |
||
538 | <EditBox name="HealBot_Options_Shift" inherits="HealBot_Options_EditBoxTemplate"> |
||
539 | <Anchors> |
||
540 | <Anchor point="TOPLEFT" relativeTo="HealBot_Options_Click" relativePoint="BOTTOMLEFT"> |
||
541 | <Offset> |
||
542 | <AbsDimension x="0" y="-20"/> |
||
543 | </Offset> |
||
544 | </Anchor> |
||
545 | </Anchors> |
||
546 | <Scripts> |
||
547 | <OnLoad> |
||
548 | HealBot_Options_EditBox_OnLoad(this,HEALBOT_OPTIONS_SHIFT) |
||
549 | </OnLoad> |
||
550 | <OnTextChanged> |
||
551 | HealBot_Options_Shift_OnTextChanged(this) |
||
552 | </OnTextChanged> |
||
553 | </Scripts> |
||
554 | </EditBox> |
||
555 | <EditBox name="HealBot_Options_Ctrl" inherits="HealBot_Options_EditBoxTemplate"> |
||
556 | <Anchors> |
||
557 | <Anchor point="TOPRIGHT" relativeTo="HealBot_Options_Shift" relativePoint="BOTTOMRIGHT"> |
||
558 | <Offset> |
||
559 | <AbsDimension x="0" y="-20"/> |
||
560 | </Offset> |
||
561 | </Anchor> |
||
562 | </Anchors> |
||
563 | <Scripts> |
||
564 | <OnLoad> |
||
565 | HealBot_Options_EditBox_OnLoad(this,HEALBOT_OPTIONS_CTRL) |
||
566 | </OnLoad> |
||
567 | <OnTextChanged> |
||
568 | HealBot_Options_Ctrl_OnTextChanged(this) |
||
569 | </OnTextChanged> |
||
570 | </Scripts> |
||
571 | </EditBox> |
||
572 | <EditBox name="HealBot_Options_ShiftCtrl" inherits="HealBot_Options_EditBoxTemplate"> |
||
573 | <Anchors> |
||
574 | <Anchor point="TOPRIGHT" relativeTo="HealBot_Options_Ctrl" relativePoint="BOTTOMRIGHT"> |
||
575 | <Offset> |
||
576 | <AbsDimension x="0" y="-20"/> |
||
577 | </Offset> |
||
578 | </Anchor> |
||
579 | </Anchors> |
||
580 | <Scripts> |
||
581 | <OnLoad> |
||
582 | HealBot_Options_EditBox_OnLoad(this,HEALBOT_OPTIONS_SHIFTCTRL) |
||
583 | </OnLoad> |
||
584 | <OnTextChanged> |
||
585 | HealBot_Options_ShiftCtrl_OnTextChanged(this) |
||
586 | </OnTextChanged> |
||
587 | </Scripts> |
||
588 | </EditBox> |
||
589 | <CheckButton name="HealBot_Options_EnableHealthy" inherits="OptionsCheckButtonTemplate"> |
||
590 | <Anchors> |
||
591 | <Anchor point="TOPLEFT" relativeTo="HealBot_Options_ShiftCtrl" relativePoint="BOTTOMLEFT"> |
||
592 | <Offset> |
||
593 | <AbsDimension x="25" y="-4" /> |
||
594 | </Offset> |
||
595 | </Anchor> |
||
596 | </Anchors> |
||
597 | <Scripts> |
||
598 | <OnLoad>HealBot_Options_EnableHealthy_OnLoad(this,HEALBOT_OPTIONS_ENABLEHEALTHY)</OnLoad> |
||
599 | <OnClick>HealBot_Options_EnableHealthy_OnClick(this)</OnClick> |
||
600 | </Scripts> |
||
601 | </CheckButton> |
||
602 | </Frames> |
||
603 | </Frame> |
||
604 | |||
605 | <Frame name="HealBot_Options_TooltipsPanel" inherits="OptionFrameBoxTemplate"> |
||
606 | <Size> |
||
607 | <AbsDimension y="118"/> |
||
608 | </Size> |
||
609 | <Anchors> |
||
610 | <Anchor point="TOPLEFT"> |
||
611 | <Offset> |
||
612 | <AbsDimension x="20" y="-300"/> |
||
613 | </Offset> |
||
614 | </Anchor> |
||
615 | <Anchor point="TOPRIGHT"> |
||
616 | <Offset> |
||
617 | <AbsDimension x="-20" y="-180"/> |
||
618 | </Offset> |
||
619 | </Anchor> |
||
620 | </Anchors> |
||
621 | <Frames> |
||
622 | <CheckButton name="HealBot_Options_ShowTooltip" inherits="OptionsCheckButtonTemplate"> |
||
623 | <Anchors> |
||
624 | <Anchor point="TOPLEFT" relativeTo="HealBot_Options_TooltipsPanel" relativePoint="TOPLEFT"> |
||
625 | <Offset> |
||
626 | <AbsDimension x="20" y="-4" /> |
||
627 | </Offset> |
||
628 | </Anchor> |
||
629 | </Anchors> |
||
630 | <Scripts> |
||
631 | <OnLoad>HealBot_Options_ShowTooltip_OnLoad(this,HEALBOT_OPTIONS_SHOWTOOLTIP)</OnLoad> |
||
632 | <OnClick>HealBot_Options_ShowTooltip_OnClick(this)</OnClick> |
||
633 | </Scripts> |
||
634 | </CheckButton> |
||
635 | <Frame name="HealBot_Options_TooltipPos" inherits="UIDropDownMenuTemplate" id="1"> |
||
636 | <Anchors> |
||
637 | <Anchor point="TOPLEFT" relativeTo="HealBot_Options_ShowTooltip" relativePoint="TOPRIGHT"> |
||
638 | <Offset> |
||
639 | <AbsDimension x="68" y="-2" /> |
||
640 | </Offset> |
||
641 | </Anchor> |
||
642 | </Anchors> |
||
643 | <Scripts> |
||
644 | <OnLoad>HealBot_Options_TooltipPos_OnLoad(this) </OnLoad> |
||
645 | </Scripts> |
||
646 | </Frame> |
||
647 | <CheckButton name="HealBot_Options_ShowTooltipTarget" inherits="OptionsCheckButtonTemplate"> |
||
648 | <Anchors> |
||
649 | <Anchor point="TOPLEFT" relativeTo="HealBot_Options_TooltipsPanel" relativePoint="TOPLEFT"> |
||
650 | <Offset> |
||
651 | <AbsDimension x="20" y="-30" /> |
||
652 | </Offset> |
||
653 | </Anchor> |
||
654 | </Anchors> |
||
655 | <Scripts> |
||
656 | <OnLoad>HealBot_Options_ShowTooltipTarget_OnLoad(this,HEALBOT_OPTIONS_SHOWUNITTOOLTIP)</OnLoad> |
||
657 | <OnClick>HealBot_Options_ShowTooltipTarget_OnClick(this)</OnClick> |
||
658 | </Scripts> |
||
659 | </CheckButton> |
||
660 | <CheckButton name="HealBot_Options_ShowTooltipSpellDetail" inherits="OptionsCheckButtonTemplate"> |
||
661 | <Anchors> |
||
662 | <Anchor point="TOPLEFT" relativeTo="HealBot_Options_TooltipsPanel" relativePoint="TOPLEFT"> |
||
663 | <Offset> |
||
664 | <AbsDimension x="20" y="-55" /> |
||
665 | </Offset> |
||
666 | </Anchor> |
||
667 | </Anchors> |
||
668 | <Scripts> |
||
669 | <OnLoad>HealBot_Options_ShowTooltipSpellDetail_OnLoad(this,HEALBOT_OPTIONS_SHOWDETTOOLTIP)</OnLoad> |
||
670 | <OnClick>HealBot_Options_ShowTooltipSpellDetail_OnClick(this)</OnClick> |
||
671 | </Scripts> |
||
672 | </CheckButton> |
||
673 | <CheckButton name="HealBot_Options_ShowTooltipInstant" inherits="OptionsCheckButtonTemplate"> |
||
674 | <Anchors> |
||
675 | <Anchor point="TOPLEFT" relativeTo="HealBot_Options_TooltipsPanel" relativePoint="TOPLEFT"> |
||
676 | <Offset> |
||
677 | <AbsDimension x="20" y="-80" /> |
||
678 | </Offset> |
||
679 | </Anchor> |
||
680 | </Anchors> |
||
681 | <Scripts> |
||
682 | <OnLoad>HealBot_Options_ShowTooltipInstant_OnLoad(this,HEALBOT_OPTIONS_SHOWRECTOOLTIP)</OnLoad> |
||
683 | <OnClick>HealBot_Options_ShowTooltipInstant_OnClick(this)</OnClick> |
||
684 | </Scripts> |
||
685 | </CheckButton> |
||
686 | |||
687 | </Frames> |
||
688 | </Frame> |
||
689 | </Frames> |
||
690 | </Frame> |
||
691 | |||
692 | |||
693 | |||
694 | <Frame name="HealBot_Options_Panel3" hidden="true" setAllPoints="true"> |
||
695 | <Frames> |
||
696 | |||
697 | <Frame name="HealBot_Options_HealTargetFrame" inherits="OptionFrameBoxTemplate"> |
||
698 | <Size> |
||
699 | <AbsDimension y="88"/> |
||
700 | </Size> |
||
701 | <Anchors> |
||
702 | <Anchor point="TOPLEFT"> |
||
703 | <Offset> |
||
704 | <AbsDimension x="21" y="-30"/> |
||
705 | </Offset> |
||
706 | </Anchor> |
||
707 | <Anchor point="TOPRIGHT"> |
||
708 | <Offset> |
||
709 | <AbsDimension x="-21" y="0"/> |
||
710 | </Offset> |
||
711 | </Anchor> |
||
712 | </Anchors> |
||
713 | |||
714 | <Layers> |
||
715 | <Layer level="BACKGROUND"> |
||
716 | <FontString name="HealBot_HealButtons_Text" text="HEALBOT_OPTIONS_HEAL_BUTTONS" inherits="GameFontNormalSmall"> |
||
717 | <Anchors> |
||
718 | <Anchor point="TOPLEFT"> |
||
719 | <Offset> |
||
720 | <AbsDimension x="100" y="-8" /> |
||
721 | </Offset> |
||
722 | </Anchor> |
||
723 | </Anchors> |
||
724 | </FontString> |
||
725 | </Layer> |
||
726 | </Layers> |
||
727 | |||
728 | <Frames> |
||
729 | <CheckButton name="HealBot_Options_GroupHeals" inherits="OptionsCheckButtonTemplate"> |
||
730 | <Anchors> |
||
731 | <Anchor point="TOPLEFT"> |
||
732 | <Offset> |
||
733 | <AbsDimension x="25" y="-21" /> |
||
734 | </Offset> |
||
735 | </Anchor> |
||
736 | </Anchors> |
||
737 | <Scripts> |
||
738 | <OnLoad>HealBot_Options_GroupHeals_OnLoad(this,HEALBOT_OPTIONS_GROUPHEALS)</OnLoad> |
||
739 | <OnClick>HealBot_Options_GroupHeals_OnClick(this)</OnClick> |
||
740 | </Scripts> |
||
741 | </CheckButton> |
||
742 | <CheckButton name="HealBot_Options_TankHeals" inherits="OptionsCheckButtonTemplate"> |
||
743 | <Anchors> |
||
744 | <Anchor point="TOPLEFT" relativeTo="HealBot_Options_GroupHeals" relativePoint="BOTTOMLEFT"> |
||
745 | <Offset> |
||
746 | <AbsDimension x="0" y="5" /> |
||
747 | </Offset> |
||
748 | </Anchor> |
||
749 | </Anchors> |
||
750 | <Scripts> |
||
751 | <OnLoad>HealBot_Options_TankHeals_OnLoad(this,HEALBOT_OPTIONS_TANKHEALS)</OnLoad> |
||
752 | <OnClick>HealBot_Options_TankHeals_OnClick(this)</OnClick> |
||
753 | </Scripts> |
||
754 | </CheckButton> |
||
755 | <CheckButton name="HealBot_Options_TargetHeals" inherits="OptionsCheckButtonTemplate"> |
||
756 | <Anchors> |
||
757 | <Anchor point="TOPLEFT" relativeTo="HealBot_Options_GroupHeals" relativePoint="TOPLEFT"> |
||
758 | <Offset> |
||
759 | <AbsDimension x="122" y="0" /> |
||
760 | </Offset> |
||
761 | </Anchor> |
||
762 | </Anchors> |
||
763 | <Scripts> |
||
764 | <OnLoad>HealBot_Options_TargetHeals_OnLoad(this,HEALBOT_OPTIONS_TARGETHEALS)</OnLoad> |
||
765 | <OnClick>HealBot_Options_TargetHeals_OnClick(this)</OnClick> |
||
766 | </Scripts> |
||
767 | </CheckButton> |
||
768 | <CheckButton name="HealBot_Options_EmergencyHeals" inherits="OptionsCheckButtonTemplate"> |
||
769 | <Anchors> |
||
770 | <Anchor point="TOPLEFT" relativeTo="HealBot_Options_GroupHeals" relativePoint="BOTTOMLEFT"> |
||
771 | <Offset> |
||
772 | <AbsDimension x="122" y="5" /> |
||
773 | </Offset> |
||
774 | </Anchor> |
||
775 | </Anchors> |
||
776 | <Scripts> |
||
777 | <OnLoad>HealBot_Options_EmergencyHeals_OnLoad(this,HEALBOT_OPTIONS_EMERGENCYHEALS)</OnLoad> |
||
778 | <OnClick>HealBot_Options_EmergencyHeals_OnClick(this)</OnClick> |
||
779 | </Scripts> |
||
780 | </CheckButton> |
||
781 | |||
782 | </Frames> |
||
783 | </Frame> |
||
784 | |||
785 | <Slider name="HealBot_Options_AlertLevel" inherits="HealBot_Options_SliderTemplate"> |
||
786 | <Anchors> |
||
787 | <Anchor point="TOPLEFT"> |
||
788 | <Offset> |
||
789 | <AbsDimension x="45" y="-132" /> |
||
790 | </Offset> |
||
791 | </Anchor> |
||
792 | </Anchors> |
||
793 | <Scripts> |
||
794 | <OnLoad>HealBot_Options_Pct_OnLoad(this,HEALBOT_OPTIONS_ALERTLEVEL)</OnLoad> |
||
795 | <OnValueChanged>HealBot_Options_AlertLevel_OnValueChanged(this)</OnValueChanged> |
||
796 | </Scripts> |
||
797 | </Slider> |
||
798 | <Slider name="HealBot_Options_OverHeal" inherits="HealBot_Options_SliderTemplate"> |
||
799 | <Anchors> |
||
800 | <Anchor point="TOPLEFT" relativeTo="HealBot_Options_AlertLevel" relativePoint="BOTTOMLEFT"> |
||
801 | <Offset> |
||
802 | <AbsDimension x="0" y="-27" /> |
||
803 | </Offset> |
||
804 | </Anchor> |
||
805 | </Anchors> |
||
806 | <Scripts> |
||
807 | <OnLoad>HealBot_Options_Pct_OnLoad(this,HEALBOT_OPTIONS_OVERHEAL)</OnLoad> |
||
808 | <OnValueChanged>HealBot_Options_OverHeal_OnValueChanged(this)</OnValueChanged> |
||
809 | </Scripts> |
||
810 | </Slider> |
||
811 | |||
812 | |||
813 | <Frame name="HealBot_Options_EmergencyFilter" inherits="UIDropDownMenuTemplate" id="1"> |
||
814 | <Anchors> |
||
815 | <Anchor point="TOPLEFT"> |
||
816 | <Offset> |
||
817 | <AbsDimension x="155" y="-205" /> |
||
818 | </Offset> |
||
819 | </Anchor> |
||
820 | </Anchors> |
||
821 | <Layers> |
||
822 | <Layer level="OVERLAY"> |
||
823 | <FontString inherits="GameFontNormalSmall" text="HEALBOT_OPTIONS_EMERGFILTER"> |
||
824 | <Anchors> |
||
825 | <Anchor point="TOPLEFT"> |
||
826 | <Offset> |
||
827 | <AbsDimension x="-110" y="-7"/> |
||
828 | </Offset> |
||
829 | </Anchor> |
||
830 | </Anchors> |
||
831 | </FontString> |
||
832 | </Layer> |
||
833 | </Layers> |
||
834 | <Scripts> |
||
835 | <OnLoad> |
||
836 | HealBot_Options_EmergencyFilter_OnLoad(this) |
||
837 | </OnLoad> |
||
838 | </Scripts> |
||
839 | </Frame> |
||
840 | |||
841 | <Frame name="HealBot_Options_ExtraSort" inherits="UIDropDownMenuTemplate" id="1"> |
||
842 | <Anchors> |
||
843 | <Anchor point="TOPLEFT"> |
||
844 | <Offset> |
||
845 | <AbsDimension x="155" y="-238" /> |
||
846 | </Offset> |
||
847 | </Anchor> |
||
848 | </Anchors> |
||
849 | <Layers> |
||
850 | <Layer level="OVERLAY"> |
||
851 | <FontString inherits="GameFontNormalSmall" text="HEALBOT_OPTIONS_EXTRASORT"> |
||
852 | <Anchors> |
||
853 | <Anchor point="TOPLEFT"> |
||
854 | <Offset> |
||
855 | <AbsDimension x="-110" y="-7"/> |
||
856 | </Offset> |
||
857 | </Anchor> |
||
858 | </Anchors> |
||
859 | </FontString> |
||
860 | </Layer> |
||
861 | </Layers> |
||
862 | <Scripts> |
||
863 | <OnLoad> |
||
864 | HealBot_Options_ExtraSort_OnLoad(this) |
||
865 | </OnLoad> |
||
866 | </Scripts> |
||
867 | </Frame> |
||
868 | |||
869 | <Frame name="HealBot_Options_EmergLFrame" inherits="OptionFrameBoxTemplate"> |
||
870 | <Size> |
||
871 | <AbsDimension y="125"/> |
||
872 | </Size> |
||
873 | <Anchors> |
||
874 | <Anchor point="TOPLEFT"> |
||
875 | <Offset> |
||
876 | <AbsDimension x="21" y="-275"/> |
||
877 | </Offset> |
||
878 | </Anchor> |
||
879 | <Anchor point="TOPRIGHT"> |
||
880 | <Offset> |
||
881 | <AbsDimension x="-21" y="0"/> |
||
882 | </Offset> |
||
883 | </Anchor> |
||
884 | </Anchors> |
||
885 | |||
886 | <Frames> |
||
887 | |||
888 | <Frame name="HealBot_Options_EmergencyFClass" inherits="UIDropDownMenuTemplate" id="1"> |
||
889 | <Anchors> |
||
890 | <Anchor point="TOPLEFT"> |
||
891 | <Offset> |
||
892 | <AbsDimension x="128" y="-10" /> |
||
893 | </Offset> |
||
894 | </Anchor> |
||
895 | </Anchors> |
||
896 | <Layers> |
||
897 | <Layer level="OVERLAY"> |
||
898 | <FontString inherits="GameFontNormalSmall" text="HEALBOT_OPTIONS_EMERGFCLASS"> |
||
899 | <Anchors> |
||
900 | <Anchor point="TOPLEFT"> |
||
901 | <Offset> |
||
902 | <AbsDimension x="-105" y="-7"/> |
||
903 | </Offset> |
||
904 | </Anchor> |
||
905 | </Anchors> |
||
906 | </FontString> |
||
907 | </Layer> |
||
908 | </Layers> |
||
909 | <Scripts> |
||
910 | <OnLoad> HealBot_Options_EmergencyFClass_OnLoad(this) </OnLoad> |
||
911 | </Scripts> |
||
912 | </Frame> |
||
913 | |||
914 | <CheckButton name="HealBot_Options_EFClassDruid" inherits="SendMailRadioButtonTemplate" id="1"> |
||
915 | <Anchors> |
||
916 | <Anchor point="TOPLEFT" relativeTo="HealBot_Options_EmergencyFClass" relativePoint="BOTTOMLEFT"> |
||
917 | <Offset> |
||
918 | <AbsDimension x="-90" y="-8"/> |
||
919 | </Offset> |
||
920 | </Anchor> |
||
921 | </Anchors> |
||
922 | <Scripts> |
||
923 | <OnLoad>HealBot_Options_EFClass_OnLoad(this,HEALBOT_DRUID)</OnLoad> |
||
924 | <OnClick>HealBot_Options_EFClass_OnClick(this)</OnClick> |
||
925 | </Scripts> |
||
926 | </CheckButton> |
||
927 | <CheckButton name="HealBot_Options_EFClassHunter" inherits="SendMailRadioButtonTemplate" id="2"> |
||
928 | <Anchors> |
||
929 | <Anchor point="TOPLEFT" relativeTo="HealBot_Options_EFClassDruid" relativePoint="TOPRIGHT"> |
||
930 | <Offset> |
||
931 | <AbsDimension x="62" y="0"/> |
||
932 | </Offset> |
||
933 | </Anchor> |
||
934 | </Anchors> |
||
935 | <Scripts> |
||
936 | <OnLoad>HealBot_Options_EFClass_OnLoad(this,HEALBOT_HUNTER)</OnLoad> |
||
937 | <OnClick>HealBot_Options_EFClass_OnClick(this)</OnClick> |
||
938 | </Scripts> |
||
939 | </CheckButton> |
||
940 | <CheckButton name="HealBot_Options_EFClassMage" inherits="SendMailRadioButtonTemplate" id="3"> |
||
941 | <Anchors> |
||
942 | <Anchor point="TOPLEFT" relativeTo="HealBot_Options_EFClassHunter" relativePoint="TOPRIGHT"> |
||
943 | <Offset> |
||
944 | <AbsDimension x="62" y="0"/> |
||
945 | </Offset> |
||
946 | </Anchor> |
||
947 | </Anchors> |
||
948 | <Scripts> |
||
949 | <OnLoad>HealBot_Options_EFClass_OnLoad(this,HEALBOT_MAGE)</OnLoad> |
||
950 | <OnClick>HealBot_Options_EFClass_OnClick(this)</OnClick> |
||
951 | </Scripts> |
||
952 | </CheckButton> |
||
953 | <CheckButton name="HealBot_Options_EFClassPaladin" inherits="SendMailRadioButtonTemplate" id="4"> |
||
954 | <Anchors> |
||
955 | <Anchor point="TOPLEFT" relativeTo="HealBot_Options_EFClassDruid" relativePoint="BOTTOMLEFT"> |
||
956 | <Offset> |
||
957 | <AbsDimension x="0" y="-8"/> |
||
958 | </Offset> |
||
959 | </Anchor> |
||
960 | </Anchors> |
||
961 | <Scripts> |
||
962 | <OnLoad>HealBot_Options_EFClass_OnLoad(this,HEALBOT_PALADIN)</OnLoad> |
||
963 | <OnClick>HealBot_Options_EFClass_OnClick(this)</OnClick> |
||
964 | </Scripts> |
||
965 | </CheckButton> |
||
966 | <CheckButton name="HealBot_Options_EFClassPriest" inherits="SendMailRadioButtonTemplate" id="5"> |
||
967 | <Anchors> |
||
968 | <Anchor point="TOPLEFT" relativeTo="HealBot_Options_EFClassPaladin" relativePoint="TOPRIGHT"> |
||
969 | <Offset> |
||
970 | <AbsDimension x="62" y="0"/> |
||
971 | </Offset> |
||
972 | </Anchor> |
||
973 | </Anchors> |
||
974 | <Scripts> |
||
975 | <OnLoad>HealBot_Options_EFClass_OnLoad(this,HEALBOT_PRIEST)</OnLoad> |
||
976 | <OnClick>HealBot_Options_EFClass_OnClick(this)</OnClick> |
||
977 | </Scripts> |
||
978 | </CheckButton> |
||
979 | <CheckButton name="HealBot_Options_EFClassRogue" inherits="SendMailRadioButtonTemplate" id="6"> |
||
980 | <Anchors> |
||
981 | <Anchor point="TOPLEFT" relativeTo="HealBot_Options_EFClassPriest" relativePoint="TOPRIGHT"> |
||
982 | <Offset> |
||
983 | <AbsDimension x="62" y="0"/> |
||
984 | </Offset> |
||
985 | </Anchor> |
||
986 | </Anchors> |
||
987 | <Scripts> |
||
988 | <OnLoad>HealBot_Options_EFClass_OnLoad(this,HEALBOT_ROGUE)</OnLoad> |
||
989 | <OnClick>HealBot_Options_EFClass_OnClick(this)</OnClick> |
||
990 | </Scripts> |
||
991 | </CheckButton> |
||
992 | <CheckButton name="HealBot_Options_EFClassShaman" inherits="SendMailRadioButtonTemplate" id="7"> |
||
993 | <Anchors> |
||
994 | <Anchor point="TOPLEFT" relativeTo="HealBot_Options_EFClassPaladin" relativePoint="BOTTOMLEFT"> |
||
995 | <Offset> |
||
996 | <AbsDimension x="0" y="-8"/> |
||
997 | </Offset> |
||
998 | </Anchor> |
||
999 | </Anchors> |
||
1000 | <Scripts> |
||
1001 | <OnLoad>HealBot_Options_EFClass_OnLoad(this,HEALBOT_SHAMAN)</OnLoad> |
||
1002 | <OnClick>HealBot_Options_EFClass_OnClick(this)</OnClick> |
||
1003 | </Scripts> |
||
1004 | </CheckButton> |
||
1005 | <CheckButton name="HealBot_Options_EFClassWarlock" inherits="SendMailRadioButtonTemplate" id="8"> |
||
1006 | <Anchors> |
||
1007 | <Anchor point="TOPLEFT" relativeTo="HealBot_Options_EFClassShaman" relativePoint="TOPRIGHT"> |
||
1008 | <Offset> |
||
1009 | <AbsDimension x="62" y="0"/> |
||
1010 | </Offset> |
||
1011 | </Anchor> |
||
1012 | </Anchors> |
||
1013 | <Scripts> |
||
1014 | <OnLoad>HealBot_Options_EFClass_OnLoad(this,HEALBOT_WARLOCK)</OnLoad> |
||
1015 | <OnClick>HealBot_Options_EFClass_OnClick(this)</OnClick> |
||
1016 | </Scripts> |
||
1017 | </CheckButton> |
||
1018 | <CheckButton name="HealBot_Options_EFClassWarrior" inherits="SendMailRadioButtonTemplate" id="9"> |
||
1019 | <Anchors> |
||
1020 | <Anchor point="TOPLEFT" relativeTo="HealBot_Options_EFClassWarlock" relativePoint="TOPRIGHT"> |
||
1021 | <Offset> |
||
1022 | <AbsDimension x="62" y="0"/> |
||
1023 | </Offset> |
||
1024 | </Anchor> |
||
1025 | </Anchors> |
||
1026 | <Scripts> |
||
1027 | <OnLoad>HealBot_Options_EFClass_OnLoad(this,HEALBOT_WARRIOR)</OnLoad> |
||
1028 | <OnClick>HealBot_Options_EFClass_OnClick(this)</OnClick> |
||
1029 | </Scripts> |
||
1030 | </CheckButton> |
||
1031 | </Frames> |
||
1032 | </Frame> |
||
1033 | </Frames> |
||
1034 | </Frame> |
||
1035 | |||
1036 | |||
1037 | <Frame name="HealBot_Options_Panel4" hidden="true" setAllPoints="true"> |
||
1038 | <Frames> |
||
1039 | |||
1040 | <Frame name="HealBot_Options_CDCMonitor" inherits="UIDropDownMenuTemplate" id="1"> |
||
1041 | <Anchors> |
||
1042 | <Anchor point="TOPLEFT"> |
||
1043 | <Offset> |
||
1044 | <AbsDimension x="170" y="-30" /> |
||
1045 | </Offset> |
||
1046 | </Anchor> |
||
1047 | </Anchors> |
||
1048 | <Layers> |
||
1049 | <Layer level="OVERLAY"> |
||
1050 | <FontString inherits="GameFontNormalSmall" text="HEALBOT_OPTIONS_CDCCLASS"> |
||
1051 | <Anchors> |
||
1052 | <Anchor point="TOPLEFT"> |
||
1053 | <Offset> |
||
1054 | <AbsDimension x="-105" y="-7"/> |
||
1055 | </Offset> |
||
1056 | </Anchor> |
||
1057 | </Anchors> |
||
1058 | </FontString> |
||
1059 | </Layer> |
||
1060 | </Layers> |
||
1061 | <Scripts> |
||
1062 | <OnLoad> HealBot_Options_CDCMonitor_OnLoad(this) </OnLoad> |
||
1063 | </Scripts> |
||
1064 | </Frame> |
||
1065 | |||
1066 | <Frame name="HealBot_Options_CureDispelCleanse" inherits="OptionFrameBoxTemplate"> |
||
1067 | <Size> |
||
1068 | <AbsDimension y="110"/> |
||
1069 | </Size> |
||
1070 | <Anchors> |
||
1071 | <Anchor point="TOPLEFT"> |
||
1072 | <Offset> |
||
1073 | <AbsDimension x="21" y="-75"/> |
||
1074 | </Offset> |
||
1075 | </Anchor> |
||
1076 | <Anchor point="TOPRIGHT"> |
||
1077 | <Offset> |
||
1078 | <AbsDimension x="-21" y="-75"/> |
||
1079 | </Offset> |
||
1080 | </Anchor> |
||
1081 | </Anchors> |
||
1082 | <Layers> |
||
1083 | <Layer level="BACKGROUND"> |
||
1084 | <FontString name="HealBot_CDCBut_Text" text="HEALBOT_OPTIONS_CDCBUTTONS" inherits="GameFontNormalSmall"> |
||
1085 | <Anchors> |
||
1086 | <Anchor point="TOPLEFT"> |
||
1087 | <Offset> |
||
1088 | <AbsDimension x="105" y="-12" /> |
||
1089 | </Offset> |
||
1090 | </Anchor> |
||
1091 | </Anchors> |
||
1092 | </FontString> |
||
1093 | </Layer> |
||
1094 | </Layers> |
||
1095 | </Frame> |
||
1096 | <Frame name="HealBot_Options_CDCButLeft" inherits="UIDropDownMenuTemplate" id="1"> |
||
1097 | <Anchors> |
||
1098 | <Anchor point="TOPLEFT" relativeTo="HealBot_Options_CureDispelCleanse" relativePoint="TOPLEFT"> |
||
1099 | <Offset> |
||
1100 | <AbsDimension x="100" y="-35" /> |
||
1101 | </Offset> |
||
1102 | </Anchor> |
||
1103 | </Anchors> |
||
1104 | <Layers> |
||
1105 | <Layer level="OVERLAY"> |
||
1106 | <FontString inherits="GameFontNormalSmall" text="HEALBOT_OPTIONS_CDCLEFT"> |
||
1107 | <Anchors> |
||
1108 | <Anchor point="TOPLEFT" relativeTo="HealBot_Options_CureDispelCleanse" relativePoint="TOPLEFT"> |
||
1109 | <Offset> |
||
1110 | <AbsDimension x="40" y="-42"/> |
||
1111 | </Offset> |
||
1112 | </Anchor> |
||
1113 | </Anchors> |
||
1114 | </FontString> |
||
1115 | </Layer> |
||
1116 | </Layers> |
||
1117 | <Scripts> |
||
1118 | <OnLoad> |
||
1119 | HealBot_Options_CDCButLeft_OnLoad(this) |
||
1120 | </OnLoad> |
||
1121 | </Scripts> |
||
1122 | </Frame> |
||
1123 | <Frame name="HealBot_Options_CDCButRight" inherits="UIDropDownMenuTemplate" id="1"> |
||
1124 | <Anchors> |
||
1125 | <Anchor point="TOPLEFT" relativeTo="HealBot_Options_CureDispelCleanse" relativePoint="TOPLEFT"> |
||
1126 | <Offset> |
||
1127 | <AbsDimension x="100" y="-67" /> |
||
1128 | </Offset> |
||
1129 | </Anchor> |
||
1130 | </Anchors> |
||
1131 | <Layers> |
||
1132 | <Layer level="OVERLAY"> |
||
1133 | <FontString inherits="GameFontNormalSmall" text="HEALBOT_OPTIONS_CDCRIGHT"> |
||
1134 | <Anchors> |
||
1135 | <Anchor point="TOPLEFT" relativeTo="HealBot_Options_CureDispelCleanse" relativePoint="TOPLEFT"> |
||
1136 | <Offset> |
||
1137 | <AbsDimension x="40" y="-74"/> |
||
1138 | </Offset> |
||
1139 | </Anchor> |
||
1140 | </Anchors> |
||
1141 | </FontString> |
||
1142 | </Layer> |
||
1143 | </Layers> |
||
1144 | <Scripts> |
||
1145 | <OnLoad> |
||
1146 | HealBot_Options_CDCButRight_OnLoad(this) |
||
1147 | </OnLoad> |
||
1148 | </Scripts> |
||
1149 | </Frame> |
||
1150 | |||
1151 | <Frame name="HealBot_Options_CureDispelCleanseCol" inherits="OptionFrameBoxTemplate"> |
||
1152 | <Size> |
||
1153 | <AbsDimension y="95"/> |
||
1154 | </Size> |
||
1155 | <Anchors> |
||
1156 | <Anchor point="TOPLEFT"> |
||
1157 | <Offset> |
||
1158 | <AbsDimension x="21" y="-185"/> |
||
1159 | </Offset> |
||
1160 | </Anchor> |
||
1161 | <Anchor point="TOPRIGHT"> |
||
1162 | <Offset> |
||
1163 | <AbsDimension x="-21" y="-190"/> |
||
1164 | </Offset> |
||
1165 | </Anchor> |
||
1166 | </Anchors> |
||
1167 | <Layers> |
||
1168 | <Layer level="BACKGROUND"> |
||
1169 | <FontString name="HealBot_CDCCol_Text" text="HEALBOT_OPTIONS_CDCBARS" inherits="GameFontNormalSmall"> |
||
1170 | <Anchors> |
||
1171 | <Anchor point="TOPLEFT"> |
||
1172 | <Offset> |
||
1173 | <AbsDimension x="98" y="-12" /> |
||
1174 | </Offset> |
||
1175 | </Anchor> |
||
1176 | </Anchors> |
||
1177 | </FontString> |
||
1178 | </Layer> |
||
1179 | </Layers> |
||
1180 | </Frame> |
||
1181 | <Button name="HealBot_DiseaseColorpickb"> |
||
1182 | <Size> |
||
1183 | <AbsDimension x="130" y="20"/> |
||
1184 | </Size> |
||
1185 | <Anchors> |
||
1186 | <Anchor point="BOTTOM" relativeTo="HealBot_Options_CureDispelCleanseCol" relativePoint="TOPLEFT"> |
||
1187 | <Offset> |
||
1188 | <AbsDimension x="81" y="-55"/> |
||
1189 | </Offset> |
||
1190 | </Anchor> |
||
1191 | </Anchors> |
||
1192 | <Scripts> |
||
1193 | <OnClick>HealBot_Colorpick_OnClick(HEALBOT_DISEASE_en)</OnClick> |
||
1194 | </Scripts> |
||
1195 | </Button> |
||
1196 | <StatusBar name="HealBot_DiseaseColorpick" inherits="TextStatusBar"> |
||
1197 | <Size> |
||
1198 | <AbsDimension x="130" y="20"/> |
||
1199 | </Size> |
||
1200 | <Anchors> |
||
1201 | <Anchor point="BOTTOM" relativeTo="HealBot_Options_CureDispelCleanseCol" relativePoint="TOPLEFT"> |
||
1202 | <Offset> |
||
1203 | <AbsDimension x="81" y="-55"/> |
||
1204 | </Offset> |
||
1205 | </Anchor> |
||
1206 | </Anchors> |
||
1207 | <Layers> |
||
1208 | <Layer level="OVERLAY"> |
||
1209 | <FontString inherits="GameFontNormalSmall" text="HEALBOT_DISEASE"> |
||
1210 | <Anchors> |
||
1211 | <Anchor point="CENTER" relativeTo="HealBot_DiseaseColorpick" relativePoint="CENTER"> |
||
1212 | <Offset> |
||
1213 | <AbsDimension x="0" y="1"/> |
||
1214 | </Offset> |
||
1215 | </Anchor> |
||
1216 | </Anchors> |
||
1217 | </FontString> |
||
1218 | </Layer> |
||
1219 | </Layers> |
||
1220 | <Scripts> |
||
1221 | <OnLoad> this:SetMinMaxValues(0,100); this:SetValue(100); </OnLoad> |
||
1222 | </Scripts> |
||
1223 | <BarTexture file="Interface\TargetingFrame\UI-StatusBar"/> |
||
1224 | <BarColor r="0" g="1" b="0"/> |
||
1225 | </StatusBar> |
||
1226 | |||
1227 | <Button name="HealBot_MagicColorpickb"> |
||
1228 | <Size> |
||
1229 | <AbsDimension x="130" y="20"/> |
||
1230 | </Size> |
||
1231 | <Anchors> |
||
1232 | <Anchor point="TOPLEFT" relativeTo="HealBot_DiseaseColorpick" relativePoint="TOPRIGHT"> |
||
1233 | <Offset> |
||
1234 | <AbsDimension x="5" y="0"/> |
||
1235 | </Offset> |
||
1236 | </Anchor> |
||
1237 | </Anchors> |
||
1238 | <Scripts> |
||
1239 | <OnClick>HealBot_Colorpick_OnClick(HEALBOT_MAGIC_en)</OnClick> |
||
1240 | </Scripts> |
||
1241 | </Button> |
||
1242 | <StatusBar name="HealBot_MagicColorpick" inherits="TextStatusBar"> |
||
1243 | <Size> |
||
1244 | <AbsDimension x="130" y="20"/> |
||
1245 | </Size> |
||
1246 | <Anchors> |
||
1247 | <Anchor point="TOPLEFT" relativeTo="HealBot_DiseaseColorpick" relativePoint="TOPRIGHT"> |
||
1248 | <Offset> |
||
1249 | <AbsDimension x="5" y="0"/> |
||
1250 | </Offset> |
||
1251 | </Anchor> |
||
1252 | </Anchors> |
||
1253 | <Layers> |
||
1254 | <Layer level="OVERLAY"> |
||
1255 | <FontString inherits="GameFontNormalSmall" text="HEALBOT_MAGIC"> |
||
1256 | <Anchors> |
||
1257 | <Anchor point="CENTER" relativeTo="HealBot_MagicColorpick" relativePoint="CENTER"> |
||
1258 | <Offset> |
||
1259 | <AbsDimension x="0" y="1"/> |
||
1260 | </Offset> |
||
1261 | </Anchor> |
||
1262 | </Anchors> |
||
1263 | </FontString> |
||
1264 | </Layer> |
||
1265 | </Layers> |
||
1266 | <Scripts> |
||
1267 | <OnLoad> this:SetMinMaxValues(0,100); this:SetValue(100); </OnLoad> |
||
1268 | </Scripts> |
||
1269 | <BarTexture file="Interface\TargetingFrame\UI-StatusBar"/> |
||
1270 | <BarColor r="0" g="1" b="0"/> |
||
1271 | </StatusBar> |
||
1272 | |||
1273 | <Button name="HealBot_PoisonColorpickb"> |
||
1274 | <Size> |
||
1275 | <AbsDimension x="130" y="20"/> |
||
1276 | </Size> |
||
1277 | <Anchors> |
||
1278 | <Anchor point="BOTTOM" relativeTo="HealBot_DiseaseColorpick" relativePoint="TOPLEFT"> |
||
1279 | <Offset> |
||
1280 | <AbsDimension x="65" y="-45"/> |
||
1281 | </Offset> |
||
1282 | </Anchor> |
||
1283 | </Anchors> |
||
1284 | <Scripts> |
||
1285 | <OnClick>HealBot_Colorpick_OnClick(HEALBOT_POISON_en)</OnClick> |
||
1286 | </Scripts> |
||
1287 | </Button> |
||
1288 | <StatusBar name="HealBot_PoisonColorpick" inherits="HealBot_ColourButtonTemplate"> |
||
1289 | <Size> |
||
1290 | <AbsDimension x="130" y="20"/> |
||
1291 | </Size> |
||
1292 | <Anchors> |
||
1293 | <Anchor point="BOTTOM" relativeTo="HealBot_DiseaseColorpick" relativePoint="TOPLEFT"> |
||
1294 | <Offset> |
||
1295 | <AbsDimension x="65" y="-45"/> |
||
1296 | </Offset> |
||
1297 | </Anchor> |
||
1298 | </Anchors> |
||
1299 | <Layers> |
||
1300 | <Layer level="OVERLAY"> |
||
1301 | <FontString inherits="GameFontNormalSmall" text="HEALBOT_POISON"> |
||
1302 | <Anchors> |
||
1303 | <Anchor point="CENTER" relativeTo="HealBot_PoisonColorpick" relativePoint="CENTER"> |
||
1304 | <Offset> |
||
1305 | <AbsDimension x="0" y="1"/> |
||
1306 | </Offset> |
||
1307 | </Anchor> |
||
1308 | </Anchors> |
||
1309 | </FontString> |
||
1310 | </Layer> |
||
1311 | </Layers> |
||
1312 | <Scripts> |
||
1313 | <OnLoad> this:SetMinMaxValues(0,100); this:SetValue(100); </OnLoad> |
||
1314 | </Scripts> |
||
1315 | <BarTexture file="Interface\TargetingFrame\UI-StatusBar"/> |
||
1316 | <BarColor r="0" g="1" b="0"/> |
||
1317 | </StatusBar> |
||
1318 | |||
1319 | <Button name="HealBot_CurseColorpickb"> |
||
1320 | <Size> |
||
1321 | <AbsDimension x="130" y="20"/> |
||
1322 | </Size> |
||
1323 | <Anchors> |
||
1324 | <Anchor point="TOPLEFT" relativeTo="HealBot_PoisonColorpick" relativePoint="TOPRIGHT"> |
||
1325 | <Offset> |
||
1326 | <AbsDimension x="5" y="0"/> |
||
1327 | </Offset> |
||
1328 | </Anchor> |
||
1329 | </Anchors> |
||
1330 | <Scripts> |
||
1331 | <OnClick>HealBot_Colorpick_OnClick(HEALBOT_CURSE_en)</OnClick> |
||
1332 | </Scripts> |
||
1333 | </Button> |
||
1334 | <StatusBar name="HealBot_CurseColorpick" inherits="HealBot_ColourButtonTemplate"> |
||
1335 | <Size> |
||
1336 | <AbsDimension x="130" y="20"/> |
||
1337 | </Size> |
||
1338 | <Anchors> |
||
1339 | <Anchor point="TOPLEFT" relativeTo="HealBot_PoisonColorpick" relativePoint="TOPRIGHT"> |
||
1340 | <Offset> |
||
1341 | <AbsDimension x="5" y="0"/> |
||
1342 | </Offset> |
||
1343 | </Anchor> |
||
1344 | </Anchors> |
||
1345 | <Layers> |
||
1346 | <Layer level="OVERLAY"> |
||
1347 | <FontString inherits="GameFontNormalSmall" text="HEALBOT_CURSE"> |
||
1348 | <Anchors> |
||
1349 | <Anchor point="CENTER" relativeTo="HealBot_CurseColorpick" relativePoint="CENTER"> |
||
1350 | <Offset> |
||
1351 | <AbsDimension x="0" y="1"/> |
||
1352 | </Offset> |
||
1353 | </Anchor> |
||
1354 | </Anchors> |
||
1355 | </FontString> |
||
1356 | </Layer> |
||
1357 | </Layers> |
||
1358 | <Scripts> |
||
1359 | <OnLoad> this:SetMinMaxValues(0,100); this:SetValue(100); </OnLoad> |
||
1360 | </Scripts> |
||
1361 | <BarTexture file="Interface\TargetingFrame\UI-StatusBar"/> |
||
1362 | <BarColor r="0" g="1" b="0"/> |
||
1363 | </StatusBar> |
||
1364 | |||
1365 | <Frame name="HealBot_Options_CureDispelCleanseWarn" inherits="OptionFrameBoxTemplate"> |
||
1366 | <Size> |
||
1367 | <AbsDimension y="120"/> |
||
1368 | </Size> |
||
1369 | <Anchors> |
||
1370 | <Anchor point="TOPLEFT"> |
||
1371 | <Offset> |
||
1372 | <AbsDimension x="21" y="-285"/> |
||
1373 | </Offset> |
||
1374 | </Anchor> |
||
1375 | <Anchor point="TOPRIGHT"> |
||
1376 | <Offset> |
||
1377 | <AbsDimension x="-21" y="-290"/> |
||
1378 | </Offset> |
||
1379 | </Anchor> |
||
1380 | </Anchors> |
||
1381 | <Layers> |
||
1382 | <Layer level="BACKGROUND"> |
||
1383 | <FontString name="HealBot_CDCWarn_Text" text="HEALBOT_OPTIONS_CDCWARNINGS" inherits="GameFontNormalSmall"> |
||
1384 | <Anchors> |
||
1385 | <Anchor point="TOPLEFT"> |
||
1386 | <Offset> |
||
1387 | <AbsDimension x="98" y="-12" /> |
||
1388 | </Offset> |
||
1389 | </Anchor> |
||
1390 | </Anchors> |
||
1391 | </FontString> |
||
1392 | </Layer> |
||
1393 | </Layers> |
||
1394 | </Frame> |
||
1395 | <CheckButton name="HealBot_Options_ShowDebuffWarning" inherits="OptionsCheckButtonTemplate"> |
||
1396 | <Anchors> |
||
1397 | <Anchor point="TOPLEFT" relativeTo="HealBot_Options_CureDispelCleanseWarn" relativePoint="BOTTOMLEFT"> |
||
1398 | <Offset> |
||
1399 | <AbsDimension x="25" y="90" /> |
||
1400 | </Offset> |
||
1401 | </Anchor> |
||
1402 | </Anchors> |
||
1403 | <Scripts> |
||
1404 | <OnLoad>HealBot_Options_ShowDebuffWarning_OnLoad(this,HEALBOT_OPTIONS_SHOWDEBUFFWARNING)</OnLoad> |
||
1405 | <OnClick>HealBot_Options_ShowDebuffWarning_OnClick(this)</OnClick> |
||
1406 | </Scripts> |
||
1407 | </CheckButton> |
||
1408 | <CheckButton name="HealBot_Options_SoundDebuffWarning" inherits="OptionsCheckButtonTemplate"> |
||
1409 | <Anchors> |
||
1410 | <Anchor point="TOPLEFT" relativeTo="HealBot_Options_ShowDebuffWarning" relativePoint="BOTTOMLEFT"> |
||
1411 | <Offset> |
||
1412 | <AbsDimension x="0" y="5" /> |
||
1413 | </Offset> |
||
1414 | </Anchor> |
||
1415 | </Anchors> |
||
1416 | <Scripts> |
||
1417 | <OnLoad>HealBot_Options_SoundDebuffWarning_OnLoad(this,HEALBOT_OPTIONS_SOUNDDEBUFFWARNING)</OnLoad> |
||
1418 | <OnClick>HealBot_Options_SoundDebuffWarning_OnClick(this)</OnClick> |
||
1419 | </Scripts> |
||
1420 | </CheckButton> |
||
1421 | |||
1422 | <CheckButton name="HealBot_WarningSound1" inherits="SendMailRadioButtonTemplate" id="1"> |
||
1423 | <Anchors> |
||
1424 | <Anchor point="TOPLEFT" relativeTo="HealBot_Options_SoundDebuffWarning" relativePoint="TOPLEFT"> |
||
1425 | <Offset> |
||
1426 | <AbsDimension x="25" y="-30"/> |
||
1427 | </Offset> |
||
1428 | </Anchor> |
||
1429 | </Anchors> |
||
1430 | <Scripts> |
||
1431 | <OnLoad>HealBot_WarningSound_OnLoad(this,HEALBOT_OPTIONS_SOUND1)</OnLoad> |
||
1432 | <OnClick>HealBot_WarningSound_OnClick(this,this:GetID())</OnClick> |
||
1433 | </Scripts> |
||
1434 | </CheckButton> |
||
1435 | <CheckButton name="HealBot_WarningSound2" inherits="SendMailRadioButtonTemplate" id="2"> |
||
1436 | <Anchors> |
||
1437 | <Anchor point="TOPLEFT" relativeTo="HealBot_WarningSound1" relativePoint="TOPRIGHT"> |
||
1438 | <Offset> |
||
1439 | <AbsDimension x="55" y="0"/> |
||
1440 | </Offset> |
||
1441 | </Anchor> |
||
1442 | </Anchors> |
||
1443 | <Scripts> |
||
1444 | <OnLoad>HealBot_WarningSound_OnLoad(this,HEALBOT_OPTIONS_SOUND2)</OnLoad> |
||
1445 | <OnClick>HealBot_WarningSound_OnClick(this,this:GetID())</OnClick> |
||
1446 | </Scripts> |
||
1447 | </CheckButton> |
||
1448 | <CheckButton name="HealBot_WarningSound3" inherits="SendMailRadioButtonTemplate" id="3"> |
||
1449 | <Anchors> |
||
1450 | <Anchor point="TOPLEFT" relativeTo="HealBot_WarningSound2" relativePoint="TOPRIGHT"> |
||
1451 | <Offset> |
||
1452 | <AbsDimension x="65" y="0"/> |
||
1453 | </Offset> |
||
1454 | </Anchor> |
||
1455 | </Anchors> |
||
1456 | <Scripts> |
||
1457 | <OnLoad>HealBot_WarningSound_OnLoad(this,HEALBOT_OPTIONS_SOUND3)</OnLoad> |
||
1458 | <OnClick>HealBot_WarningSound_OnClick(this,this:GetID())</OnClick> |
||
1459 | </Scripts> |
||
1460 | </CheckButton> |
||
1461 | </Frames> |
||
1462 | </Frame> |
||
1463 | |||
1464 | |||
1465 | |||
1466 | |||
1467 | <Frame name="HealBot_Options_Panel5" hidden="true" setAllPoints="true"> |
||
1468 | <Frames> |
||
1469 | |||
1470 | |||
1471 | <Frame name="HealBot_Options_Skins" inherits="UIDropDownMenuTemplate" id="1"> |
||
1472 | <Layers> |
||
1473 | <Layer level="BACKGROUND"> |
||
1474 | <FontString name="HealBot_Options_ScaleFrameText" text="HEALBOT_OPTIONS_SKINTEXT" inherits="GameFontNormalSmall"> |
||
1475 | <Anchors> |
||
1476 | <Anchor point="TOPLEFT"> |
||
1477 | <Offset> |
||
1478 | <AbsDimension x="-45" y="-5" /> |
||
1479 | </Offset> |
||
1480 | </Anchor> |
||
1481 | </Anchors> |
||
1482 | </FontString> |
||
1483 | </Layer> |
||
1484 | </Layers> |
||
1485 | <Anchors> |
||
1486 | <Anchor point="TOPLEFT"> |
||
1487 | <Offset> |
||
1488 | <AbsDimension x="70" y="-28" /> |
||
1489 | </Offset> |
||
1490 | </Anchor> |
||
1491 | </Anchors> |
||
1492 | <Scripts> |
||
1493 | <OnLoad> HealBot_Options_Skins_OnLoad(this) </OnLoad> |
||
1494 | </Scripts> |
||
1495 | </Frame> |
||
1496 | <Button name="HealBot_Options_DeleteSkin" inherits="UIPanelButtonTemplate" text="HEALBOT_OPTIONS_DELSKIN"> |
||
1497 | <Size> |
||
1498 | <AbsDimension x="80" y="22"/> |
||
1499 | </Size> |
||
1500 | <Anchors> |
||
1501 | <Anchor point="TOPLEFT" relativeTo="HealBot_Options_Skins" relativePoint="TOPRIGHT"> |
||
1502 | <Offset> |
||
1503 | <AbsDimension x="7" y="-1"/> |
||
1504 | </Offset> |
||
1505 | </Anchor> |
||
1506 | </Anchors> |
||
1507 | <Scripts> |
||
1508 | <OnClick>HealBot_Options_DeleteSkin_OnClick(this)</OnClick> |
||
1509 | </Scripts> |
||
1510 | </Button> |
||
1511 | |||
1512 | <EditBox name="HealBot_Options_NewSkin" inherits="HealBot_Options_EditBoxTemplate"> |
||
1513 | <Size> |
||
1514 | <AbsDimension x="100" y="20"/> |
||
1515 | </Size> |
||
1516 | <Layers> |
||
1517 | <Layer level="BACKGROUND"> |
||
1518 | <FontString name="HealBot_Options_ScaleFrameText2" text="HEALBOT_OPTIONS_NEWSKINTEXT" inherits="GameFontNormalSmall"> |
||
1519 | <Anchors> |
||
1520 | <Anchor point="TOPLEFT"> |
||
1521 | <Offset> |
||
1522 | <AbsDimension x="-70" y="-2" /> |
||
1523 | </Offset> |
||
1524 | </Anchor> |
||
1525 | </Anchors> |
||
1526 | </FontString> |
||
1527 | </Layer> |
||
1528 | </Layers> |
||
1529 | <Anchors> |
||
1530 | <Anchor point="TOPLEFT" relativeTo="HealBot_Options_Skins" relativePoint="BOTTOMLEFT"> |
||
1531 | <Offset> |
||
1532 | <AbsDimension x="25" y="-2"/> |
||
1533 | </Offset> |
||
1534 | </Anchor> |
||
1535 | </Anchors> |
||
1536 | <Scripts> |
||
1537 | <OnTextChanged> |
||
1538 | HealBot_Options_NewSkin_OnTextChanged(this) |
||
1539 | </OnTextChanged> |
||
1540 | </Scripts> |
||
1541 | </EditBox> |
||
1542 | <Button name="HealBot_Options_NewSkinb" inherits="UIPanelButtonTemplate" text="HEALBOT_OPTIONS_SAVESKIN"> |
||
1543 | <Size> |
||
1544 | <AbsDimension x="80" y="22"/> |
||
1545 | </Size> |
||
1546 | <Anchors> |
||
1547 | <Anchor point="TOPLEFT" relativeTo="HealBot_Options_NewSkin" relativePoint="TOPRIGHT"> |
||
1548 | <Offset> |
||
1549 | <AbsDimension x="32" y="2"/> |
||
1550 | </Offset> |
||
1551 | </Anchor> |
||
1552 | </Anchors> |
||
1553 | <Scripts> |
||
1554 | <OnClick>HealBot_Options_NewSkinb_OnClick(this)</OnClick> |
||
1555 | </Scripts> |
||
1556 | </Button> |
||
1557 | |||
1558 | <Frame name="HealBot_Options_Scale" inherits="OptionFrameBoxTemplate"> |
||
1559 | <Size> |
||
1560 | <AbsDimension y="325"/> |
||
1561 | </Size> |
||
1562 | <Anchors> |
||
1563 | <Anchor point="TOPLEFT"> |
||
1564 | <Offset> |
||
1565 | <AbsDimension x="20" y="-88"/> |
||
1566 | </Offset> |
||
1567 | </Anchor> |
||
1568 | <Anchor point="TOPRIGHT"> |
||
1569 | <Offset> |
||
1570 | <AbsDimension x="-20" y="-180"/> |
||
1571 | </Offset> |
||
1572 | </Anchor> |
||
1573 | </Anchors> |
||
1574 | <Layers> |
||
1575 | <Layer level="BACKGROUND"> |
||
1576 | <FontString name="HealBot_Options_ScaleFrameText3" text="HEALBOT_OPTIONS_SKINBARS" inherits="GameFontNormalSmall"> |
||
1577 | <Anchors> |
||
1578 | <Anchor point="TOPLEFT"> |
||
1579 | <Offset> |
||
1580 | <AbsDimension x="50" y="-12" /> |
||
1581 | </Offset> |
||
1582 | </Anchor> |
||
1583 | </Anchors> |
||
1584 | </FontString> |
||
1585 | </Layer> |
||
1586 | </Layers> |
||
1587 | <Frames> |
||
1588 | <CheckButton name="HealBot_Options_ShowHeaders" inherits="SendMailRadioButtonTemplate"> |
||
1589 | <Anchors> |
||
1590 | <Anchor point="TOPLEFT"> |
||
1591 | <Offset> |
||
1592 | <AbsDimension x="155" y="-8" /> |
||
1593 | </Offset> |
||
1594 | </Anchor> |
||
1595 | </Anchors> |
||
1596 | <Scripts> |
||
1597 | <OnLoad>HealBot_Options_ShowHeaders_OnLoad(this,HEALBOT_OPTIONS_SHOWHEADERS)</OnLoad> |
||
1598 | <OnClick>HealBot_Options_ShowHeaders_OnClick(this)</OnClick> |
||
1599 | </Scripts> |
||
1600 | </CheckButton> |
||
1601 | |||
1602 | <Slider name="HealBot_Options_BarTextureS" inherits="HealBot_Options_SliderTemplate"> |
||
1603 | <Size> |
||
1604 | <AbsDimension x="123" y="17" /> |
||
1605 | </Size> |
||
1606 | <Anchors> |
||
1607 | <Anchor point="TOPLEFT"> |
||
1608 | <Offset> |
||
1609 | <AbsDimension x="20" y="-40" /> |
||
1610 | </Offset> |
||
1611 | </Anchor> |
||
1612 | </Anchors> |
||
1613 | <Scripts> |
||
1614 | <OnLoad>HealBot_Options_val_OnLoad(this,HEALBOT_OPTIONS_SKINTEXTURE,1,14)</OnLoad> |
||
1615 | <OnValueChanged>HealBot_Options_BarTextureS_OnValueChanged(this)</OnValueChanged> |
||
1616 | </Scripts> |
||
1617 | </Slider> |
||
1618 | <Slider name="HealBot_Options_BarNumColsS" inherits="HealBot_Options_SliderTemplate"> |
||
1619 | <Size> |
||
1620 | <AbsDimension x="123" y="18" /> |
||
1621 | </Size> |
||
1622 | <Anchors> |
||
1623 | <Anchor point="TOPLEFT" relativeTo="HealBot_Options_BarTextureS" relativePoint="TOPRIGHT"> |
||
1624 | <Offset> |
||
1625 | <AbsDimension x="10" y="0" /> |
||
1626 | </Offset> |
||
1627 | </Anchor> |
||
1628 | </Anchors> |
||
1629 | <Scripts> |
||
1630 | <OnLoad>HealBot_Options_val_OnLoad(this,HEALBOT_OPTIONS_SKINNUMCOLS,1,8)</OnLoad> |
||
1631 | <OnValueChanged>HealBot_Options_BarNumColsS_OnValueChanged(this)</OnValueChanged> |
||
1632 | </Scripts> |
||
1633 | </Slider> |
||
1634 | <Slider name="HealBot_Options_BarHeightS" inherits="HealBot_Options_SliderTemplate"> |
||
1635 | <Size> |
||
1636 | <AbsDimension x="123" y="18" /> |
||
1637 | </Size> |
||
1638 | <Anchors> |
||
1639 | <Anchor point="TOPLEFT" relativeTo="HealBot_Options_BarTextureS" relativePoint="TOPLEFT"> |
||
1640 | <Offset> |
||
1641 | <AbsDimension x="0" y="-32" /> |
||
1642 | </Offset> |
||
1643 | </Anchor> |
||
1644 | </Anchors> |
||
1645 | <Scripts> |
||
1646 | <OnLoad>HealBot_Options_val_OnLoad(this,HEALBOT_OPTIONS_SKINHEIGHT,10,25)</OnLoad> |
||
1647 | <OnValueChanged>HealBot_Options_BarHeightS_OnValueChanged(this)</OnValueChanged> |
||
1648 | </Scripts> |
||
1649 | </Slider> |
||
1650 | <Slider name="HealBot_Options_BarWidthS" inherits="HealBot_Options_SliderTemplate"> |
||
1651 | <Size> |
||
1652 | <AbsDimension x="123" y="17" /> |
||
1653 | </Size> |
||
1654 | <Anchors> |
||
1655 | <Anchor point="TOPLEFT" relativeTo="HealBot_Options_BarHeightS" relativePoint="TOPRIGHT"> |
||
1656 | <Offset> |
||
1657 | <AbsDimension x="10" y="0" /> |
||
1658 | </Offset> |
||
1659 | </Anchor> |
||
1660 | </Anchors> |
||
1661 | <Scripts> |
||
1662 | <OnLoad>HealBot_Options_val_OnLoad(this,HEALBOT_OPTIONS_SKINWIDTH,50,225)</OnLoad> |
||
1663 | <OnValueChanged>HealBot_Options_BarWidthS_OnValueChanged(this)</OnValueChanged> |
||
1664 | </Scripts> |
||
1665 | </Slider> |
||
1666 | |||
1667 | <Slider name="HealBot_Options_BarBRSpaceS" inherits="HealBot_Options_SliderTemplate"> |
||
1668 | <Size> |
||
1669 | <AbsDimension x="123" y="17" /> |
||
1670 | </Size> |
||
1671 | <Anchors> |
||
1672 | <Anchor point="TOPLEFT" relativeTo="HealBot_Options_BarHeightS" relativePoint="TOPLEFT"> |
||
1673 | <Offset> |
||
1674 | <AbsDimension x="0" y="-32" /> |
||
1675 | </Offset> |
||
1676 | </Anchor> |
||
1677 | </Anchors> |
||
1678 | <Scripts> |
||
1679 | <OnLoad>HealBot_Options_val_OnLoad(this,HEALBOT_OPTIONS_SKINBRSPACE,0,10)</OnLoad> |
||
1680 | <OnValueChanged>HealBot_Options_BarBRSpaceS_OnValueChanged(this)</OnValueChanged> |
||
1681 | </Scripts> |
||
1682 | </Slider> |
||
1683 | <Slider name="HealBot_Options_BarBCSpaceS" inherits="HealBot_Options_SliderTemplate"> |
||
1684 | <Size> |
||
1685 | <AbsDimension x="123" y="17" /> |
||
1686 | </Size> |
||
1687 | <Anchors> |
||
1688 | <Anchor point="TOPLEFT" relativeTo="HealBot_Options_BarBRSpaceS" relativePoint="TOPRIGHT"> |
||
1689 | <Offset> |
||
1690 | <AbsDimension x="10" y="0" /> |
||
1691 | </Offset> |
||
1692 | </Anchor> |
||
1693 | </Anchors> |
||
1694 | <Scripts> |
||
1695 | <OnLoad>HealBot_Options_val_OnLoad(this,HEALBOT_OPTIONS_SKINBCSPACE,0,25)</OnLoad> |
||
1696 | <OnValueChanged>HealBot_Options_BarBCSpaceS_OnValueChanged(this)</OnValueChanged> |
||
1697 | </Scripts> |
||
1698 | </Slider> |
||
1699 | <Slider name="HealBot_Options_BarAlpha" inherits="HealBot_Options_SliderTemplate"> |
||
1700 | <Anchors> |
||
1701 | <Anchor point="TOPLEFT" relativeTo="HealBot_Options_BarBRSpaceS" relativePoint="TOPLEFT"> |
||
1702 | <Offset> |
||
1703 | <AbsDimension x="10" y="-35" /> |
||
1704 | </Offset> |
||
1705 | </Anchor> |
||
1706 | </Anchors> |
||
1707 | <Scripts> |
||
1708 | <OnLoad>HealBot_Options_Pct_OnLoad_MinMax(this,HEALBOT_OPTIONS_BARALPHA,0.25,1)</OnLoad> |
||
1709 | <OnValueChanged>HealBot_Options_BarAlpha_OnValueChanged(this)</OnValueChanged> |
||
1710 | </Scripts> |
||
1711 | </Slider> |
||
1712 | |||
1713 | <Slider name="HealBot_Options_BarAlphaInHeal" inherits="HealBot_Options_SliderTemplate"> |
||
1714 | <Anchors> |
||
1715 | <Anchor point="TOPLEFT" relativeTo="HealBot_Options_BarAlpha" relativePoint="TOPLEFT"> |
||
1716 | <Offset> |
||
1717 | <AbsDimension x="0" y="-30" /> |
||
1718 | </Offset> |
||
1719 | </Anchor> |
||
1720 | </Anchors> |
||
1721 | <Scripts> |
||
1722 | <OnLoad>HealBot_Options_Pct_OnLoad_MinMax(this,HEALBOT_OPTIONS_BARALPHAINHEAL,0.05,0.75)</OnLoad> |
||
1723 | <OnValueChanged>HealBot_Options_BarAlphaInHeal_OnValueChanged(this)</OnValueChanged> |
||
1724 | </Scripts> |
||
1725 | </Slider> |
||
1726 | <Slider name="HealBot_Options_BarAlphaDis" inherits="HealBot_Options_SliderTemplate"> |
||
1727 | <Anchors> |
||
1728 | <Anchor point="TOPLEFT" relativeTo="HealBot_Options_BarAlphaInHeal" relativePoint="TOPLEFT"> |
||
1729 | <Offset> |
||
1730 | <AbsDimension x="0" y="-30" /> |
||
1731 | </Offset> |
||
1732 | </Anchor> |
||
1733 | </Anchors> |
||
1734 | <Scripts> |
||
1735 | <OnLoad>HealBot_Options_Pct_OnLoad(this,HEALBOT_OPTIONS_BARALPHADIS)</OnLoad> |
||
1736 | <OnValueChanged>HealBot_Options_BarAlphaDis_OnValueChanged(this)</OnValueChanged> |
||
1737 | </Scripts> |
||
1738 | </Slider> |
||
1739 | <Slider name="HealBot_Options_FontHeight" inherits="HealBot_Options_SliderTemplate"> |
||
1740 | <Size> |
||
1741 | <AbsDimension x="123" y="17" /> |
||
1742 | </Size> <Anchors> |
||
1743 | <Anchor point="TOPLEFT" relativeTo="HealBot_Options_BarBRSpaceS" relativePoint="TOPLEFT"> |
||
1744 | <Offset> |
||
1745 | <AbsDimension x="0" y="-132" /> |
||
1746 | </Offset> |
||
1747 | </Anchor> |
||
1748 | </Anchors> |
||
1749 | <Scripts> |
||
1750 | <OnLoad>HealBot_Options_val_OnLoad(this,HEALBOT_OPTIONS_SKINFHEIGHT,7,18)</OnLoad> |
||
1751 | <OnValueChanged>HealBot_Options_FontHeight_OnValueChanged(this)</OnValueChanged> |
||
1752 | </Scripts> |
||
1753 | </Slider> |
||
1754 | <Slider name="HealBot_Options_AbortBarSize" inherits="HealBot_Options_SliderTemplate"> |
||
1755 | <Size> |
||
1756 | <AbsDimension x="123" y="17" /> |
||
1757 | </Size> |
||
1758 | <Anchors> |
||
1759 | <Anchor point="TOPLEFT" relativeTo="HealBot_Options_FontHeight" relativePoint="TOPRIGHT"> |
||
1760 | <Offset> |
||
1761 | <AbsDimension x="10" y="0" /> |
||
1762 | </Offset> |
||
1763 | </Anchor> |
||
1764 | </Anchors> |
||
1765 | <Scripts> |
||
1766 | <OnLoad>HealBot_Options_val_OnLoad(this,HEALBOT_OPTIONS_ABORTSIZE,0,15)</OnLoad> |
||
1767 | <OnValueChanged>HealBot_Options_AbortBarSize_OnValueChanged(this)</OnValueChanged> |
||
1768 | </Scripts> |
||
1769 | </Slider> |
||
1770 | |||
1771 | <Button name="HealBot_EnTextColorpickb"> |
||
1772 | <Size> |
||
1773 | <AbsDimension x="87" y="20"/> |
||
1774 | </Size> |
||
1775 | <Anchors> |
||
1776 | <Anchor point="BOTTOM" relativeTo="HealBot_Options_FontHeight" relativePoint="TOPLEFT"> |
||
1777 | <Offset> |
||
1778 | <AbsDimension x="19" y="-50"/> |
||
1779 | </Offset> |
||
1780 | </Anchor> |
||
1781 | </Anchors> |
||
1782 | <Scripts> |
||
1783 | <OnClick>HealBot_SkinColorpick_OnClick("En")</OnClick> |
||
1784 | </Scripts> |
||
1785 | </Button> |
||
1786 | <StatusBar name="HealBot_EnTextColorpick" inherits="TextStatusBar"> |
||
1787 | <Size> |
||
1788 | <AbsDimension x="87" y="20"/> |
||
1789 | </Size> |
||
1790 | <Anchors> |
||
1791 | <Anchor point="BOTTOM" relativeTo="HealBot_Options_FontHeight" relativePoint="TOPLEFT"> |
||
1792 | <Offset> |
||
1793 | <AbsDimension x="37" y="-50"/> |
||
1794 | </Offset> |
||
1795 | </Anchor> |
||
1796 | </Anchors> |
||
1797 | <Layers> |
||
1798 | <Layer level="OVERLAY"> |
||
1799 | <FontString name="HealBot_EnTextColorpickt" inherits="GameFontNormalSmall" text="HEALBOT_SKIN_ENTEXT"> |
||
1800 | <Anchors> |
||
1801 | <Anchor point="CENTER" relativeTo="HealBot_EnTextColorpick" relativePoint="CENTER"> |
||
1802 | <Offset> |
||
1803 | <AbsDimension x="0" y="1"/> |
||
1804 | </Offset> |
||
1805 | </Anchor> |
||
1806 | </Anchors> |
||
1807 | </FontString> |
||
1808 | </Layer> |
||
1809 | </Layers> |
||
1810 | <Scripts> |
||
1811 | <OnLoad> this:SetMinMaxValues(0,100); this:SetValue(70); </OnLoad> |
||
1812 | </Scripts> |
||
1813 | <BarTexture file="Interface\TargetingFrame\UI-StatusBar"/> |
||
1814 | <BarColor r="0" g="1" b="0"/> |
||
1815 | </StatusBar> |
||
1816 | <StatusBar name="HealBot_EnTextColorpickin" inherits="TextStatusBar"> |
||
1817 | <Size> |
||
1818 | <AbsDimension x="87" y="20"/> |
||
1819 | </Size> |
||
1820 | <Anchors> |
||
1821 | <Anchor point="BOTTOM" relativeTo="HealBot_Options_FontHeight" relativePoint="TOPLEFT"> |
||
1822 | <Offset> |
||
1823 | <AbsDimension x="37" y="-50"/> |
||
1824 | </Offset> |
||
1825 | </Anchor> |
||
1826 | </Anchors> |
||
1827 | <Scripts> |
||
1828 | <OnLoad> this:SetMinMaxValues(0,100); this:SetValue(100); </OnLoad> |
||
1829 | </Scripts> |
||
1830 | <BarTexture file="Interface\TargetingFrame\UI-StatusBar"/> |
||
1831 | <BarColor r="0" g="1" b="0"/> |
||
1832 | </StatusBar> |
||
1833 | |||
1834 | <Button name="HealBot_DisTextColorpickb"> |
||
1835 | <Size> |
||
1836 | <AbsDimension x="87" y="20"/> |
||
1837 | </Size> |
||
1838 | <Anchors> |
||
1839 | <Anchor point="TOPLEFT" relativeTo="HealBot_EnTextColorpick" relativePoint="TOPRIGHT"> |
||
1840 | <Offset> |
||
1841 | <AbsDimension x="5" y="0"/> |
||
1842 | </Offset> |
||
1843 | </Anchor> |
||
1844 | </Anchors> |
||
1845 | <Scripts> |
||
1846 | <OnClick>HealBot_SkinColorpick_OnClick("Dis")</OnClick> |
||
1847 | </Scripts> |
||
1848 | </Button> |
||
1849 | <StatusBar name="HealBot_DisTextColorpick" inherits="TextStatusBar"> |
||
1850 | <Size> |
||
1851 | <AbsDimension x="87" y="20"/> |
||
1852 | </Size> |
||
1853 | <Anchors> |
||
1854 | <Anchor point="TOPLEFT" relativeTo="HealBot_EnTextColorpick" relativePoint="TOPRIGHT"> |
||
1855 | <Offset> |
||
1856 | <AbsDimension x="5" y="0"/> |
||
1857 | </Offset> |
||
1858 | </Anchor> |
||
1859 | </Anchors> |
||
1860 | <Layers> |
||
1861 | <Layer level="OVERLAY"> |
||
1862 | <FontString name="HealBot_DisTextColorpickt" inherits="GameFontNormalSmall" text="HEALBOT_SKIN_DISTEXT"> |
||
1863 | <Anchors> |
||
1864 | <Anchor point="CENTER" relativeTo="HealBot_DisTextColorpick" relativePoint="CENTER"> |
||
1865 | <Offset> |
||
1866 | <AbsDimension x="0" y="1"/> |
||
1867 | </Offset> |
||
1868 | </Anchor> |
||
1869 | </Anchors> |
||
1870 | </FontString> |
||
1871 | </Layer> |
||
1872 | </Layers> |
||
1873 | <Scripts> |
||
1874 | <OnLoad> this:SetMinMaxValues(0,100); this:SetValue(100); </OnLoad> |
||
1875 | </Scripts> |
||
1876 | <BarTexture file="Interface\TargetingFrame\UI-StatusBar"/> |
||
1877 | <BarColor r="0" g="1" b="0"/> |
||
1878 | </StatusBar> |
||
1879 | |||
1880 | <Button name="HealBot_DebTextColorpickb"> |
||
1881 | <Size> |
||
1882 | <AbsDimension x="87" y="20"/> |
||
1883 | </Size> |
||
1884 | <Anchors> |
||
1885 | <Anchor point="TOPLEFT" relativeTo="HealBot_DisTextColorpick" relativePoint="TOPRIGHT"> |
||
1886 | <Offset> |
||
1887 | <AbsDimension x="5" y="0"/> |
||
1888 | </Offset> |
||
1889 | </Anchor> |
||
1890 | </Anchors> |
||
1891 | <Scripts> |
||
1892 | <OnClick>HealBot_SkinColorpick_OnClick("Debuff")</OnClick> |
||
1893 | </Scripts> |
||
1894 | </Button> |
||
1895 | <StatusBar name="HealBot_DebTextColorpick" inherits="HealBot_ColourButtonTemplate"> |
||
1896 | <Size> |
||
1897 | <AbsDimension x="87" y="20"/> |
||
1898 | </Size> |
||
1899 | <Anchors> |
||
1900 | <Anchor point="TOPLEFT" relativeTo="HealBot_DisTextColorpick" relativePoint="TOPRIGHT"> |
||
1901 | <Offset> |
||
1902 | <AbsDimension x="5" y="0"/> |
||
1903 | </Offset> |
||
1904 | </Anchor> |
||
1905 | </Anchors> |
||
1906 | <Layers> |
||
1907 | <Layer level="OVERLAY"> |
||
1908 | <FontString name="HealBot_DebTextColorpickt" inherits="GameFontNormalSmall" text="HEALBOT_SKIN_DEBTEXT"> |
||
1909 | <Anchors> |
||
1910 | <Anchor point="CENTER" relativeTo="HealBot_DebTextColorpick" relativePoint="CENTER"> |
||
1911 | <Offset> |
||
1912 | <AbsDimension x="0" y="1"/> |
||
1913 | </Offset> |
||
1914 | </Anchor> |
||
1915 | </Anchors> |
||
1916 | </FontString> |
||
1917 | </Layer> |
||
1918 | </Layers> |
||
1919 | <Scripts> |
||
1920 | <OnLoad> this:SetMinMaxValues(0,100); this:SetValue(100); </OnLoad> |
||
1921 | </Scripts> |
||
1922 | <BarTexture file="Interface\TargetingFrame\UI-StatusBar"/> |
||
1923 | <BarColor r="0" g="1" b="0"/> |
||
1924 | </StatusBar> |
||
1925 | |||
1926 | |||
1927 | <Button name="HealBot_BackgroundColorpickb"> |
||
1928 | <Size> |
||
1929 | <AbsDimension x="87" y="20"/> |
||
1930 | </Size> |
||
1931 | <Anchors> |
||
1932 | <Anchor point="TOPLEFT" relativeTo="HealBot_EnTextColorpick" relativePoint="TOPLEFT"> |
||
1933 | <Offset> |
||
1934 | <AbsDimension x="0" y="-25"/> |
||
1935 | </Offset> |
||
1936 | </Anchor> |
||
1937 | </Anchors> |
||
1938 | <Scripts> |
||
1939 | <OnClick>HealBot_SkinColorpick_OnClick("Back")</OnClick> |
||
1940 | </Scripts> |
||
1941 | </Button> |
||
1942 | <StatusBar name="HealBot_BackgroundColorpick" inherits="HealBot_ColourButtonTemplate"> |
||
1943 | <Size> |
||
1944 | <AbsDimension x="87" y="20"/> |
||
1945 | </Size> |
||
1946 | <Anchors> |
||
1947 | <Anchor point="TOPLEFT" relativeTo="HealBot_EnTextColorpick" relativePoint="TOPLEFT"> |
||
1948 | <Offset> |
||
1949 | <AbsDimension x="0" y="-25"/> |
||
1950 | </Offset> |
||
1951 | </Anchor> |
||
1952 | </Anchors> |
||
1953 | <Layers> |
||
1954 | <Layer level="OVERLAY"> |
||
1955 | <FontString inherits="GameFontNormalSmall" text="HEALBOT_SKIN_BACKTEXT"> |
||
1956 | <Anchors> |
||
1957 | <Anchor point="CENTER" relativeTo="HealBot_BackgroundColorpick" relativePoint="CENTER"> |
||
1958 | <Offset> |
||
1959 | <AbsDimension x="0" y="1"/> |
||
1960 | </Offset> |
||
1961 | </Anchor> |
||
1962 | </Anchors> |
||
1963 | </FontString> |
||
1964 | </Layer> |
||
1965 | </Layers> |
||
1966 | <Scripts> |
||
1967 | <OnLoad> this:SetMinMaxValues(0,100); this:SetValue(100); </OnLoad> |
||
1968 | </Scripts> |
||
1969 | <BarTexture file="Interface\TargetingFrame\UI-StatusBar"/> |
||
1970 | <BarColor r="0" g="1" b="0"/> |
||
1971 | </StatusBar> |
||
1972 | <Button name="HealBot_BorderColorpickb"> |
||
1973 | <Size> |
||
1974 | <AbsDimension x="87" y="20"/> |
||
1975 | </Size> |
||
1976 | <Anchors> |
||
1977 | <Anchor point="TOPLEFT" relativeTo="HealBot_BackgroundColorpick" relativePoint="TOPRIGHT"> |
||
1978 | <Offset> |
||
1979 | <AbsDimension x="5" y="0"/> |
||
1980 | </Offset> |
||
1981 | </Anchor> |
||
1982 | </Anchors> |
||
1983 | <Scripts> |
||
1984 | <OnClick>HealBot_SkinColorpick_OnClick("Bor")</OnClick> |
||
1985 | </Scripts> |
||
1986 | </Button> |
||
1987 | <StatusBar name="HealBot_BorderColorpick" inherits="HealBot_ColourButtonTemplate"> |
||
1988 | <Size> |
||
1989 | <AbsDimension x="87" y="20"/> |
||
1990 | </Size> |
||
1991 | <Anchors> |
||
1992 | <Anchor point="TOPLEFT" relativeTo="HealBot_BackgroundColorpick" relativePoint="TOPRIGHT"> |
||
1993 | <Offset> |
||
1994 | <AbsDimension x="5" y="0"/> |
||
1995 | </Offset> |
||
1996 | </Anchor> |
||
1997 | </Anchors> |
||
1998 | <Layers> |
||
1999 | <Layer level="OVERLAY"> |
||
2000 | <FontString inherits="GameFontNormalSmall" text="HEALBOT_SKIN_BORDERTEXT"> |
||
2001 | <Anchors> |
||
2002 | <Anchor point="CENTER" relativeTo="HealBot_BorderColorpick" relativePoint="CENTER"> |
||
2003 | <Offset> |
||
2004 | <AbsDimension x="0" y="1"/> |
||
2005 | </Offset> |
||
2006 | </Anchor> |
||
2007 | </Anchors> |
||
2008 | </FontString> |
||
2009 | </Layer> |
||
2010 | </Layers> |
||
2011 | <Scripts> |
||
2012 | <OnLoad> this:SetMinMaxValues(0,100); this:SetValue(100); </OnLoad> |
||
2013 | </Scripts> |
||
2014 | <BarTexture file="Interface\TargetingFrame\UI-StatusBar"/> |
||
2015 | <BarColor r="0" g="1" b="0"/> |
||
2016 | </StatusBar> |
||
2017 | <Button name="HealBot_AbortColorpickb"> |
||
2018 | <Size> |
||
2019 | <AbsDimension x="87" y="20"/> |
||
2020 | </Size> |
||
2021 | <Anchors> |
||
2022 | <Anchor point="TOPLEFT" relativeTo="HealBot_BorderColorpick" relativePoint="TOPRIGHT"> |
||
2023 | <Offset> |
||
2024 | <AbsDimension x="5" y="0"/> |
||
2025 | </Offset> |
||
2026 | </Anchor> |
||
2027 | </Anchors> |
||
2028 | <Scripts> |
||
2029 | <OnClick>HealBot_SkinColorpick_OnClick("Abort")</OnClick> |
||
2030 | </Scripts> |
||
2031 | </Button> |
||
2032 | <StatusBar name="HealBot_AbortColorpick" inherits="HealBot_ColourButtonTemplate"> |
||
2033 | <Size> |
||
2034 | <AbsDimension x="87" y="20"/> |
||
2035 | </Size> |
||
2036 | <Anchors> |
||
2037 | <Anchor point="TOPLEFT" relativeTo="HealBot_BorderColorpick" relativePoint="TOPRIGHT"> |
||
2038 | <Offset> |
||
2039 | <AbsDimension x="5" y="0"/> |
||
2040 | </Offset> |
||
2041 | </Anchor> |
||
2042 | </Anchors> |
||
2043 | <Layers> |
||
2044 | <Layer level="OVERLAY"> |
||
2045 | <FontString inherits="GameFontNormalSmall" text="HEALBOT_ACTION_ABORT"> |
||
2046 | <Anchors> |
||
2047 | <Anchor point="CENTER" relativeTo="HealBot_AbortColorpick" relativePoint="CENTER"> |
||
2048 | <Offset> |
||
2049 | <AbsDimension x="0" y="1"/> |
||
2050 | </Offset> |
||
2051 | </Anchor> |
||
2052 | </Anchors> |
||
2053 | </FontString> |
||
2054 | </Layer> |
||
2055 | </Layers> |
||
2056 | <Scripts> |
||
2057 | <OnLoad> this:SetMinMaxValues(0,100); this:SetValue(100); </OnLoad> |
||
2058 | </Scripts> |
||
2059 | <BarTexture file="Interface\TargetingFrame\UI-StatusBar"/> |
||
2060 | <BarColor r="0" g="1" b="0"/> |
||
2061 | </StatusBar> |
||
2062 | |||
2063 | </Frames> |
||
2064 | </Frame> |
||
2065 | |||
2066 | </Frames> |
||
2067 | </Frame> |
||
2068 | |||
2069 | |||
2070 | |||
2071 | <Button name="HealBot_Options_Defaults" inherits="UIPanelButtonTemplate" text="HEALBOT_OPTIONS_DEFAULTS"> |
||
2072 | <Size> |
||
2073 | <AbsDimension x="80" y="22"/> |
||
2074 | </Size> |
||
2075 | <Anchors> |
||
2076 | <Anchor point="BOTTOM" relativePoint="BOTTOM"> |
||
2077 | <Offset> |
||
2078 | <AbsDimension x="-50" y="15"/> |
||
2079 | </Offset> |
||
2080 | </Anchor> |
||
2081 | </Anchors> |
||
2082 | <Scripts> |
||
2083 | <OnClick>HealBot_Options_Defaults_OnClick(this)</OnClick> |
||
2084 | </Scripts> |
||
2085 | </Button> |
||
2086 | <Button name="HealBot_Options_CloseButton" inherits="UIPanelButtonTemplate" text="HEALBOT_OPTIONS_CLOSE"> |
||
2087 | <Size> |
||
2088 | <AbsDimension x="80" y="22"/> |
||
2089 | </Size> |
||
2090 | <Anchors> |
||
2091 | <Anchor point="BOTTOM" relativePoint="BOTTOM"> |
||
2092 | <Offset> |
||
2093 | <AbsDimension x="50" y="15"/> |
||
2094 | </Offset> |
||
2095 | </Anchor> |
||
2096 | </Anchors> |
||
2097 | <Scripts> |
||
2098 | <OnClick> |
||
2099 | HideUIPanel(this:GetParent()); |
||
2100 | </OnClick> |
||
2101 | </Scripts> |
||
2102 | </Button> |
||
2103 | <Button name="HealBot_OptionsTab1" inherits="HealBot_Options_Tab" id="1" text="HEALBOT_OPTIONS_TAB_GENERAL"> |
||
2104 | <Anchors> |
||
2105 | <Anchor point="BOTTOMLEFT"> |
||
2106 | <Offset> |
||
2107 | <AbsDimension x="11" y="-25" /> |
||
2108 | </Offset> |
||
2109 | </Anchor> |
||
2110 | </Anchors> |
||
2111 | </Button> |
||
2112 | <Button name="HealBot_OptionsTab2" inherits="HealBot_Options_Tab" id="2" text="HEALBOT_OPTIONS_TAB_SPELLS"> |
||
2113 | <Anchors> |
||
2114 | <Anchor point="LEFT" relativeTo="HealBot_OptionsTab1" relativePoint="RIGHT"> |
||
2115 | <Offset> |
||
2116 | <AbsDimension x="-14" y="0" /> |
||
2117 | </Offset> |
||
2118 | </Anchor> |
||
2119 | </Anchors> |
||
2120 | </Button> |
||
2121 | <Button name="HealBot_OptionsTab3" inherits="HealBot_Options_Tab" id="3" text="HEALBOT_OPTIONS_TAB_HEALING"> |
||
2122 | <Anchors> |
||
2123 | <Anchor point="LEFT" relativeTo="HealBot_OptionsTab2" relativePoint="RIGHT"> |
||
2124 | <Offset> |
||
2125 | <AbsDimension x="-14" y="0" /> |
||
2126 | </Offset> |
||
2127 | </Anchor> |
||
2128 | </Anchors> |
||
2129 | </Button> |
||
2130 | <Button name="HealBot_OptionsTab4" inherits="HealBot_Options_Tab" id="4" text="HEALBOT_OPTIONS_TAB_CDC"> |
||
2131 | <Anchors> |
||
2132 | <Anchor point="LEFT" relativeTo="HealBot_OptionsTab3" relativePoint="RIGHT"> |
||
2133 | <Offset> |
||
2134 | <AbsDimension x="-14" y="0" /> |
||
2135 | </Offset> |
||
2136 | </Anchor> |
||
2137 | </Anchors> |
||
2138 | </Button> |
||
2139 | <Button name="HealBot_OptionsTab5" inherits="HealBot_Options_Tab" id="5" text="HEALBOT_OPTIONS_TAB_SKIN"> |
||
2140 | <Anchors> |
||
2141 | <Anchor point="LEFT" relativeTo="HealBot_OptionsTab4" relativePoint="RIGHT"> |
||
2142 | <Offset> |
||
2143 | <AbsDimension x="-14" y="0" /> |
||
2144 | </Offset> |
||
2145 | </Anchor> |
||
2146 | </Anchors> |
||
2147 | </Button> |
||
2148 | </Frames> |
||
2149 | <Scripts> |
||
2150 | <OnLoad>HealBot_Options_OnLoad(this);</OnLoad> |
||
2151 | <OnShow>HealBot_Options_OnShow(this);</OnShow> |
||
2152 | </Scripts> |
||
2153 | </Frame> |
||
2154 | </Ui> |