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/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.blizzard.com/wow/ui/ |
2 | ..\FrameXML\UI.xsd"> |
||
3 | |||
4 | <Frame name="DAB_OtherBarOptions" hidden="true" parent="DAB_Options" frameStrata="MEDIUM"> |
||
5 | <Size><AbsDimension x="10" y="10"/></Size> |
||
6 | <Anchors> |
||
7 | <Anchor point="TOPLEFT" relativeTo="DAB_Options_BarBrowser_OuterBorder" relativePoint="TOPRIGHT"> |
||
8 | <Offset><AbsDimension x="5" y="-5"/></Offset> |
||
9 | </Anchor> |
||
10 | <Anchor point="BOTTOMRIGHT"/> |
||
11 | </Anchors> |
||
12 | <Frames> |
||
13 | <CheckButton name="$parent_Hide" inherits="DAB_CheckBoxTemplate"> |
||
14 | <Anchors> |
||
15 | <Anchor point="TOPLEFT"> |
||
16 | <Offset><AbsDimension x="0" y="-30"/></Offset> |
||
17 | </Anchor> |
||
18 | </Anchors> |
||
19 | <Scripts> |
||
20 | <OnLoad> |
||
21 | this.index = "hide"; |
||
22 | DL_Set_Label(DAB_TEXT.Hide); |
||
23 | </OnLoad> |
||
24 | </Scripts> |
||
25 | </CheckButton> |
||
26 | <Frame name="$parent_CBGroup" inherits="DiscordLib_EditMenuControlTemplate"> |
||
27 | <Size><AbsDimension x="50" y="22"/></Size> |
||
28 | <Scripts> |
||
29 | <OnLoad> |
||
30 | this:SetBackdropColor(0.0, 0.0, 0.0); |
||
31 | this.menu = "DAB_ScrollMenu"; |
||
32 | this.table = "DAB_GROUPS"; |
||
33 | this.editFunc = DAB_GroupEditBox_OnEnterPressed; |
||
34 | this.index = "cbgroup"; |
||
35 | this.settingType = 0; |
||
36 | DL_Set_Label(DAB_TEXT.ControlBoxGroup); |
||
37 | DL_Set_Anchor("", 150, -30, "TOPLEFT", "TOPLEFT"); |
||
38 | </OnLoad> |
||
39 | </Scripts> |
||
40 | </Frame> |
||
41 | <CheckButton name="$parent_Mouseover" inherits="DAB_CheckBoxTemplate"> |
||
42 | <Anchors> |
||
43 | <Anchor point="TOPLEFT" relativeTo="$parent_Hide" relativePoint="BOTTOMLEFT"/> |
||
44 | </Anchors> |
||
45 | <Scripts> |
||
46 | <OnLoad> |
||
47 | this.index = "mouseover"; |
||
48 | DL_Set_Label(DAB_TEXT.ShowOnMouseover); |
||
49 | </OnLoad> |
||
50 | </Scripts> |
||
51 | </CheckButton> |
||
52 | <Button name="$parent_Layout" inherits="DiscordLib_MenuControlTemplate"> |
||
53 | <Size><AbsDimension x="150" y="22"/></Size> |
||
54 | <Scripts> |
||
55 | <OnLoad> |
||
56 | this:SetBackdropColor(0.0, 0.0, 0.0); |
||
57 | this.menu = "DAB_DropMenu"; |
||
58 | this.table = "DAB_LAYOUTS"; |
||
59 | this.index = "layout"; |
||
60 | DL_Set_Label(DAB_TEXT.Layout); |
||
61 | DL_Set_Anchor("_Mouseover", 0, 0); |
||
62 | </OnLoad> |
||
63 | </Scripts> |
||
64 | </Button> |
||
65 | <Button name="$parent_FrameStrata" inherits="DiscordLib_MenuControlTemplate"> |
||
66 | <Size><AbsDimension x="150" y="22"/></Size> |
||
67 | <Scripts> |
||
68 | <OnLoad> |
||
69 | this:SetBackdropColor(0.0, 0.0, 0.0); |
||
70 | this.menu = "DAB_DropMenu"; |
||
71 | this.table = "DL_FRAMESTRATAS"; |
||
72 | this.index = "frameStrata"; |
||
73 | DL_Set_Label(DAB_TEXT.FrameStrata); |
||
74 | DL_Set_Anchor("_Mouseover", 0, -25); |
||
75 | </OnLoad> |
||
76 | </Scripts> |
||
77 | </Button> |
||
78 | <Slider name="$parent_Scale" inherits="DAB_SliderTemplate" minValue="25" maxValue="200" valueStep="1"> |
||
79 | <Anchors> |
||
80 | <Anchor point="TOPLEFT" relativeTo="$parent_Mouseover" relativePoint="BOTTOMLEFT"> |
||
81 | <Offset><AbsDimension x="0" y="-65"/></Offset> |
||
82 | </Anchor> |
||
83 | </Anchors> |
||
84 | <Scripts> |
||
85 | <OnLoad> |
||
86 | this.index = "scale"; |
||
87 | this.minlock = true; |
||
88 | this.scale = 100; |
||
89 | DL_Set_Label(DAB_TEXT.Scale); |
||
90 | </OnLoad> |
||
91 | </Scripts> |
||
92 | </Slider> |
||
93 | <Slider name="$parent_Alpha" inherits="DAB_SliderTemplate" minValue="0" maxValue="100" valueStep="1"> |
||
94 | <Anchors> |
||
95 | <Anchor point="LEFT" relativeTo="$parent_Scale" relativePoint="RIGHT"> |
||
96 | <Offset><AbsDimension x="70" y="0"/></Offset> |
||
97 | </Anchor> |
||
98 | </Anchors> |
||
99 | <Scripts> |
||
100 | <OnLoad> |
||
101 | this.index = "alpha"; |
||
102 | this.minlock = true; |
||
103 | this.maxlock = true; |
||
104 | this.scale = 100; |
||
105 | DL_Set_Label(DAB_TEXT.Alpha); |
||
106 | </OnLoad> |
||
107 | </Scripts> |
||
108 | </Slider> |
||
109 | <Slider name="$parent_HSpacing" inherits="DAB_SliderTemplate" minValue="-10" maxValue="50" valueStep=".5"> |
||
110 | <Anchors> |
||
111 | <Anchor point="TOPLEFT" relativeTo="$parent_Scale" relativePoint="BOTTOMLEFT"> |
||
112 | <Offset><AbsDimension x="0" y="-20"/></Offset> |
||
113 | </Anchor> |
||
114 | </Anchors> |
||
115 | <Scripts> |
||
116 | <OnLoad> |
||
117 | this.index = "hspacing"; |
||
118 | DL_Set_Label(DAB_TEXT.SpacingH); |
||
119 | </OnLoad> |
||
120 | </Scripts> |
||
121 | </Slider> |
||
122 | <Slider name="$parent_VSpacing" inherits="DAB_SliderTemplate" minValue="-10" maxValue="50" valueStep=".5"> |
||
123 | <Anchors> |
||
124 | <Anchor point="LEFT" relativeTo="$parent_HSpacing" relativePoint="RIGHT"> |
||
125 | <Offset><AbsDimension x="70" y="0"/></Offset> |
||
126 | </Anchor> |
||
127 | </Anchors> |
||
128 | <Scripts> |
||
129 | <OnLoad> |
||
130 | this.index = "vspacing"; |
||
131 | DL_Set_Label(DAB_TEXT.SpacingV); |
||
132 | </OnLoad> |
||
133 | </Scripts> |
||
134 | </Slider> |
||
135 | |||
136 | <Frame name="$parent_AnchorFrame" inherits="DiscordLib_EditMenuControlTemplate"> |
||
137 | <Size><AbsDimension x="125" y="22"/></Size> |
||
138 | <Scripts> |
||
139 | <OnLoad> |
||
140 | this:SetBackdropColor(0.0, 0.0, 0.0); |
||
141 | this.menu = "DAB_ScrollMenu"; |
||
142 | this.table = "DL_ANCHOR_FRAMES"; |
||
143 | this.editFunc = DAB_AnchorFrameEditBox_OnEnterPressed; |
||
144 | this.index = "Anchor"; |
||
145 | this.subindex = "frame"; |
||
146 | DL_Set_Label(DAB_TEXT.AnchorFrame); |
||
147 | DL_Set_Anchor("_HSpacing", 2, -20); |
||
148 | </OnLoad> |
||
149 | </Scripts> |
||
150 | </Frame> |
||
151 | <Button name="$parent_AnchorPoint" inherits="DiscordLib_MenuControlTemplate"> |
||
152 | <Size><AbsDimension x="125" y="22"/></Size> |
||
153 | <Scripts> |
||
154 | <OnLoad> |
||
155 | this:SetBackdropColor(0.0, 0.0, 0.0); |
||
156 | this.menu = "DAB_DropMenu"; |
||
157 | this.table = "DL_ANCHORS"; |
||
158 | this.index = "Anchor"; |
||
159 | this.subindex = "point"; |
||
160 | DL_Set_Label(DAB_TEXT.AnchorPoint); |
||
161 | DL_Set_Anchor("_HSpacing", 0, -42); |
||
162 | </OnLoad> |
||
163 | </Scripts> |
||
164 | </Button> |
||
165 | <Button name="$parent_AnchorTo" inherits="DiscordLib_MenuControlTemplate"> |
||
166 | <Size><AbsDimension x="125" y="22"/></Size> |
||
167 | <Scripts> |
||
168 | <OnLoad> |
||
169 | this:SetBackdropColor(0.0, 0.0, 0.0); |
||
170 | this.menu = "DAB_DropMenu"; |
||
171 | this.table = "DL_ANCHORS"; |
||
172 | this.index = "Anchor"; |
||
173 | this.subindex = "to"; |
||
174 | DL_Set_Label(DAB_TEXT.AnchorTo); |
||
175 | DL_Set_Anchor("_HSpacing", 0, -64); |
||
176 | </OnLoad> |
||
177 | </Scripts> |
||
178 | </Button> |
||
179 | <Button name="$parent_NudgeUp" inherits="DAB_NudgeTemplate" id="1"> |
||
180 | <Anchors> |
||
181 | <Anchor point="TOPLEFT"> |
||
182 | <Offset><AbsDimension x="299" y="-220"/></Offset> |
||
183 | </Anchor> |
||
184 | </Anchors> |
||
185 | <Scripts> |
||
186 | <OnLoad> |
||
187 | DL_NudgeButton_OnLoad(); |
||
188 | this.updateFrame = "DAB_OtherBarOptions_YOffset"; |
||
189 | </OnLoad> |
||
190 | </Scripts> |
||
191 | </Button> |
||
192 | <Button name="$parent_NudgeDown" inherits="DAB_NudgeTemplate" id="2"> |
||
193 | <Anchors> |
||
194 | <Anchor point="TOP" relativeTo="$parent_NudgeUp" relativePoint="BOTTOM"> |
||
195 | <Offset><AbsDimension x="0" y="0"/></Offset> |
||
196 | </Anchor> |
||
197 | </Anchors> |
||
198 | <Scripts> |
||
199 | <OnLoad> |
||
200 | DL_NudgeButton_OnLoad(); |
||
201 | this.updateFrame = "DAB_OtherBarOptions_YOffset"; |
||
202 | </OnLoad> |
||
203 | </Scripts> |
||
204 | </Button> |
||
205 | <Button name="$parent_NudgeLeft" inherits="DAB_NudgeTemplate" id="3"> |
||
206 | <Anchors> |
||
207 | <Anchor point="TOPRIGHT" relativeTo="$parent_NudgeUp" relativePoint="LEFT"> |
||
208 | <Offset><AbsDimension x="0" y="0"/></Offset> |
||
209 | </Anchor> |
||
210 | </Anchors> |
||
211 | <Scripts> |
||
212 | <OnLoad> |
||
213 | DL_NudgeButton_OnLoad(); |
||
214 | this.updateFrame = "DAB_OtherBarOptions_XOffset"; |
||
215 | </OnLoad> |
||
216 | </Scripts> |
||
217 | </Button> |
||
218 | <Button name="$parent_NudgeRight" inherits="DAB_NudgeTemplate" id="4"> |
||
219 | <Anchors> |
||
220 | <Anchor point="TOPLEFT" relativeTo="$parent_NudgeUp" relativePoint="RIGHT"> |
||
221 | <Offset><AbsDimension x="0" y="0"/></Offset> |
||
222 | </Anchor> |
||
223 | </Anchors> |
||
224 | <Scripts> |
||
225 | <OnLoad> |
||
226 | DL_NudgeButton_OnLoad(); |
||
227 | this.updateFrame = "DAB_OtherBarOptions_XOffset"; |
||
228 | </OnLoad> |
||
229 | </Scripts> |
||
230 | </Button> |
||
231 | <EditBox name="$parent_XOffset" inherits="DAB_EditBoxTemplate"> |
||
232 | <Size><AbsDimension x="70" y="24"/></Size> |
||
233 | <Anchors> |
||
234 | <Anchor point="TOPRIGHT" relativeTo="$parent_NudgeDown" relativePoint="BOTTOM"> |
||
235 | <Offset><AbsDimension x="0" y="-5"/></Offset> |
||
236 | </Anchor> |
||
237 | </Anchors> |
||
238 | <Scripts> |
||
239 | <OnLoad> |
||
240 | this.index = "Anchor"; |
||
241 | this.subindex = "x"; |
||
242 | this.number = true; |
||
243 | this.settingType = "Location"; |
||
244 | DL_Set_Label("X:"); |
||
245 | </OnLoad> |
||
246 | </Scripts> |
||
247 | </EditBox> |
||
248 | <EditBox name="$parent_YOffset" inherits="DAB_EditBoxTemplate"> |
||
249 | <Size><AbsDimension x="70" y="24"/></Size> |
||
250 | <Scripts> |
||
251 | <OnLoad> |
||
252 | this.index = "Anchor"; |
||
253 | this.subindex = "y"; |
||
254 | this.number = true; |
||
255 | DL_Set_Label("Y:"); |
||
256 | this.settingType = "Location"; |
||
257 | DL_Set_Anchor("_NudgeDown", 0, -5, "TOPLEFT", "BOTTOM"); |
||
258 | </OnLoad> |
||
259 | </Scripts> |
||
260 | </EditBox> |
||
261 | |||
262 | <Button name="$parent_PresetBackdrops" inherits="DiscordLib_MenuControlTemplate"> |
||
263 | <Size><AbsDimension x="125" y="22"/></Size> |
||
264 | <Scripts> |
||
265 | <OnLoad> |
||
266 | this:SetBackdropColor(0.0, 0.0, 0.0); |
||
267 | this.menu = "DAB_DropMenu"; |
||
268 | this.table = "DL_BACKDROPS"; |
||
269 | this.initFunc = DAB_Load_PresetBackdrop; |
||
270 | DL_Set_Label(DAB_TEXT.PresetBackdrops); |
||
271 | DL_Set_Anchor("", 225, -300, "TOPLEFT", "TOPLEFT", 1); |
||
272 | </OnLoad> |
||
273 | </Scripts> |
||
274 | </Button> |
||
275 | <CheckButton name="$parent_HideBackdrop" inherits="DAB_CheckBoxTemplate"> |
||
276 | <Anchors> |
||
277 | <Anchor point="TOPLEFT"> |
||
278 | <Offset><AbsDimension x="0" y="-320"/></Offset> |
||
279 | </Anchor> |
||
280 | </Anchors> |
||
281 | <Scripts> |
||
282 | <OnLoad> |
||
283 | this.index = "Background"; |
||
284 | this.subindex = "hide"; |
||
285 | DL_Set_Label(DAB_TEXT.HideBackdrop); |
||
286 | </OnLoad> |
||
287 | </Scripts> |
||
288 | </CheckButton> |
||
289 | <Button name="$parent_BGColor" inherits="DAB_ColorPickerTemplate"> |
||
290 | <Anchors> |
||
291 | <Anchor point="TOPLEFT" relativeTo="$parent_HideBackdrop" relativePoint="BOTTOMLEFT"> |
||
292 | <Offset><AbsDimension x="0" y="4"/></Offset> |
||
293 | </Anchor> |
||
294 | </Anchors> |
||
295 | <Scripts> |
||
296 | <OnLoad> |
||
297 | this.index = "Background" |
||
298 | this.subindex = "color"; |
||
299 | DL_Set_Label(DAB_TEXT.BackgroundColor); |
||
300 | </OnLoad> |
||
301 | </Scripts> |
||
302 | </Button> |
||
303 | <Button name="$parent_BorderColor" inherits="DAB_ColorPickerTemplate"> |
||
304 | <Anchors> |
||
305 | <Anchor point="TOPLEFT" relativeTo="$parent_BGColor" relativePoint="BOTTOMLEFT"> |
||
306 | <Offset><AbsDimension x="0" y="4"/></Offset> |
||
307 | </Anchor> |
||
308 | </Anchors> |
||
309 | <Scripts> |
||
310 | <OnLoad> |
||
311 | this.index = "Background" |
||
312 | this.subindex = "bcolor"; |
||
313 | DL_Set_Label(DAB_TEXT.BorderColor); |
||
314 | </OnLoad> |
||
315 | </Scripts> |
||
316 | </Button> |
||
317 | <Slider name="$parent_BGAlpha" inherits="DAB_SliderTemplate" minValue="0" maxValue="100" valueStep="1"> |
||
318 | <Anchors> |
||
319 | <Anchor point="TOPLEFT" relativeTo="$parent_BorderColor" relativePoint="BOTTOMLEFT"> |
||
320 | <Offset><AbsDimension x="0" y="-20"/></Offset> |
||
321 | </Anchor> |
||
322 | </Anchors> |
||
323 | <Scripts> |
||
324 | <OnLoad> |
||
325 | this.index = "Background"; |
||
326 | this.subindex = "alpha"; |
||
327 | this.minlock = true; |
||
328 | this.maxlock = true; |
||
329 | this.scale = 100; |
||
330 | DL_Set_Label(DAB_TEXT.BackgroundAlpha); |
||
331 | </OnLoad> |
||
332 | </Scripts> |
||
333 | </Slider> |
||
334 | <Slider name="$parent_BorderAlpha" inherits="DAB_SliderTemplate" minValue="0" maxValue="100" valueStep="1"> |
||
335 | <Anchors> |
||
336 | <Anchor point="TOPLEFT" relativeTo="$parent_BGAlpha" relativePoint="BOTTOMLEFT"> |
||
337 | <Offset><AbsDimension x="0" y="-20"/></Offset> |
||
338 | </Anchor> |
||
339 | </Anchors> |
||
340 | <Scripts> |
||
341 | <OnLoad> |
||
342 | this.index = "Background"; |
||
343 | this.subindex = "balpha"; |
||
344 | this.minlock = true; |
||
345 | this.maxlock = true; |
||
346 | this.scale = 100; |
||
347 | DL_Set_Label(DAB_TEXT.BorderAlpha); |
||
348 | </OnLoad> |
||
349 | </Scripts> |
||
350 | </Slider> |
||
351 | <Frame name="$parent_BGTexture" inherits="DiscordLib_EditMenuControlTemplate"> |
||
352 | <Size><AbsDimension x="225" y="22"/></Size> |
||
353 | <Scripts> |
||
354 | <OnLoad> |
||
355 | this:SetBackdropColor(0.0, 0.0, 0.0); |
||
356 | this.menu = "DAB_ScrollMenu"; |
||
357 | this.table = "DL_TEXTURES_LIST"; |
||
358 | this.editFunc = DAB_TextureEditBox_OnEnterPressed; |
||
359 | this.index = "Background"; |
||
360 | this.subindex = "texture"; |
||
361 | DL_Set_Label(DAB_TEXT.BackgroundTexture); |
||
362 | DL_Set_Anchor("_BorderAlpha", 0, -5); |
||
363 | </OnLoad> |
||
364 | </Scripts> |
||
365 | </Frame> |
||
366 | <Frame name="$parent_BorderTexture" inherits="DiscordLib_EditMenuControlTemplate"> |
||
367 | <Size><AbsDimension x="225" y="22"/></Size> |
||
368 | <Scripts> |
||
369 | <OnLoad> |
||
370 | this:SetBackdropColor(0.0, 0.0, 0.0); |
||
371 | this.menu = "DAB_ScrollMenu"; |
||
372 | this.table = "DL_TEXTURES_LIST"; |
||
373 | this.editFunc = DAB_TextureEditBox_OnEnterPressed; |
||
374 | this.index = "Background"; |
||
375 | this.subindex = "btexture"; |
||
376 | DL_Set_Label(DAB_TEXT.BorderTexture); |
||
377 | DL_Set_Anchor("_BorderAlpha", 0, -28); |
||
378 | </OnLoad> |
||
379 | </Scripts> |
||
380 | </Frame> |
||
381 | <CheckButton name="$parent_TileOpt" inherits="DAB_CheckBoxTemplate"> |
||
382 | <Anchors> |
||
383 | <Anchor point="LEFT" relativeTo="$parent_HideBackdrop" relativePoint="RIGHT"> |
||
384 | <Offset><AbsDimension x="160" y="0"/></Offset> |
||
385 | </Anchor> |
||
386 | </Anchors> |
||
387 | <Scripts> |
||
388 | <OnLoad> |
||
389 | this.index = "Background"; |
||
390 | this.subindex = "tile"; |
||
391 | DL_Set_Label(DAB_TEXT.Tile); |
||
392 | </OnLoad> |
||
393 | </Scripts> |
||
394 | </CheckButton> |
||
395 | <EditBox name="$parent_TileSize" inherits="DAB_EditBoxTemplate"> |
||
396 | <Size><AbsDimension x="50" y="24"/></Size> |
||
397 | <Scripts> |
||
398 | <OnLoad> |
||
399 | this.index = "Background"; |
||
400 | this.subindex = "tileSize"; |
||
401 | this.number = true; |
||
402 | DL_Set_Label(DAB_TEXT.TileSize); |
||
403 | DL_Set_Anchor("_TileOpt", 0, 0); |
||
404 | </OnLoad> |
||
405 | </Scripts> |
||
406 | </EditBox> |
||
407 | <EditBox name="$parent_EdgeSize" inherits="DAB_EditBoxTemplate"> |
||
408 | <Size><AbsDimension x="50" y="24"/></Size> |
||
409 | <Scripts> |
||
410 | <OnLoad> |
||
411 | this.index = "Background"; |
||
412 | this.subindex = "edgeSize"; |
||
413 | this.number = true; |
||
414 | DL_Set_Label(DAB_TEXT.EdgeSize); |
||
415 | DL_Set_Anchor("_TileSize", 0, 0, "LEFT", "RIGHT"); |
||
416 | </OnLoad> |
||
417 | </Scripts> |
||
418 | </EditBox> |
||
419 | <EditBox name="$parent_InsetLeft" inherits="DAB_EditBoxTemplate"> |
||
420 | <Size><AbsDimension x="50" y="24"/></Size> |
||
421 | <Scripts> |
||
422 | <OnLoad> |
||
423 | this.index = "Background"; |
||
424 | this.subindex = "left"; |
||
425 | this.number = true; |
||
426 | DL_Set_Label(DAB_TEXT.Left); |
||
427 | DL_Set_Anchor("_TileOpt", 2, -33); |
||
428 | </OnLoad> |
||
429 | </Scripts> |
||
430 | </EditBox> |
||
431 | <EditBox name="$parent_InsetRight" inherits="DAB_EditBoxTemplate"> |
||
432 | <Size><AbsDimension x="50" y="24"/></Size> |
||
433 | <Scripts> |
||
434 | <OnLoad> |
||
435 | this.index = "Background"; |
||
436 | this.subindex = "right"; |
||
437 | this.number = true; |
||
438 | DL_Set_Label(DAB_TEXT.Right); |
||
439 | DL_Set_Anchor("_TileOpt", 1, -52); |
||
440 | </OnLoad> |
||
441 | </Scripts> |
||
442 | </EditBox> |
||
443 | <EditBox name="$parent_InsetTop" inherits="DAB_EditBoxTemplate"> |
||
444 | <Size><AbsDimension x="50" y="24"/></Size> |
||
445 | <Scripts> |
||
446 | <OnLoad> |
||
447 | this.index = "Background"; |
||
448 | this.subindex = "top"; |
||
449 | this.number = true; |
||
450 | DL_Set_Label(DAB_TEXT.Top); |
||
451 | DL_Set_Anchor("_TileOpt", 100, -33); |
||
452 | </OnLoad> |
||
453 | </Scripts> |
||
454 | </EditBox> |
||
455 | <EditBox name="$parent_InsetBottom" inherits="DAB_EditBoxTemplate"> |
||
456 | <Size><AbsDimension x="50" y="24"/></Size> |
||
457 | <Scripts> |
||
458 | <OnLoad> |
||
459 | this.index = "Background"; |
||
460 | this.subindex = "bottom"; |
||
461 | this.number = true; |
||
462 | DL_Set_Label(DAB_TEXT.Bottom); |
||
463 | DL_Set_Anchor("_TileOpt", 100, -52); |
||
464 | </OnLoad> |
||
465 | </Scripts> |
||
466 | </EditBox> |
||
467 | <EditBox name="$parent_PadLeft" inherits="DAB_EditBoxTemplate"> |
||
468 | <Size><AbsDimension x="50" y="24"/></Size> |
||
469 | <Scripts> |
||
470 | <OnLoad> |
||
471 | this.index = "Background"; |
||
472 | this.subindex = "leftpadding"; |
||
473 | this.number = true; |
||
474 | DL_Set_Label(DAB_TEXT.Left); |
||
475 | DL_Set_Anchor("_TileOpt", 2, -87); |
||
476 | </OnLoad> |
||
477 | </Scripts> |
||
478 | </EditBox> |
||
479 | <EditBox name="$parent_PadRight" inherits="DAB_EditBoxTemplate"> |
||
480 | <Size><AbsDimension x="50" y="24"/></Size> |
||
481 | <Scripts> |
||
482 | <OnLoad> |
||
483 | this.index = "Background"; |
||
484 | this.subindex = "rightpadding"; |
||
485 | this.number = true; |
||
486 | DL_Set_Label(DAB_TEXT.Right); |
||
487 | DL_Set_Anchor("_TileOpt", 1, -106); |
||
488 | </OnLoad> |
||
489 | </Scripts> |
||
490 | </EditBox> |
||
491 | <EditBox name="$parent_PadTop" inherits="DAB_EditBoxTemplate"> |
||
492 | <Size><AbsDimension x="50" y="24"/></Size> |
||
493 | <Scripts> |
||
494 | <OnLoad> |
||
495 | this.index = "Background"; |
||
496 | this.subindex = "toppadding"; |
||
497 | this.number = true; |
||
498 | DL_Set_Label(DAB_TEXT.Top); |
||
499 | DL_Set_Anchor("_TileOpt", 100, -87); |
||
500 | </OnLoad> |
||
501 | </Scripts> |
||
502 | </EditBox> |
||
503 | <EditBox name="$parent_PadBottom" inherits="DAB_EditBoxTemplate"> |
||
504 | <Size><AbsDimension x="50" y="24"/></Size> |
||
505 | <Scripts> |
||
506 | <OnLoad> |
||
507 | this.index = "Background"; |
||
508 | this.subindex = "bottompadding"; |
||
509 | this.number = true; |
||
510 | DL_Set_Label(DAB_TEXT.Bottom); |
||
511 | DL_Set_Anchor("_TileOpt", 100, -106); |
||
512 | </OnLoad> |
||
513 | </Scripts> |
||
514 | </EditBox> |
||
515 | |||
516 | <CheckButton name="$parent_CooldownCount" inherits="DAB_CheckBoxTemplate"> |
||
517 | <Anchors> |
||
518 | <Anchor point="TOPLEFT" relativeTo="$parent_BorderAlpha" relativePoint="BOTTOMLEFT"> |
||
519 | <Offset><AbsDimension x="0" y="-65"/></Offset> |
||
520 | </Anchor> |
||
521 | </Anchors> |
||
522 | <Scripts> |
||
523 | <OnLoad> |
||
524 | this.index = "cooldownCount"; |
||
525 | DL_Set_Label(DAB_TEXT.ShowCooldownCount); |
||
526 | </OnLoad> |
||
527 | </Scripts> |
||
528 | </CheckButton> |
||
529 | <CheckButton name="$parent_HideGlobal" inherits="DAB_CheckBoxTemplate"> |
||
530 | <Anchors> |
||
531 | <Anchor point="TOPLEFT" relativeTo="$parent_CooldownCount" relativePoint="BOTTOMLEFT"> |
||
532 | <Offset><AbsDimension x="20" y="3"/></Offset> |
||
533 | </Anchor> |
||
534 | </Anchors> |
||
535 | <Scripts> |
||
536 | <OnLoad> |
||
537 | this.index = "hideGlobalCD"; |
||
538 | DL_Set_Label(DAB_TEXT.HideGlobalCooldownCount); |
||
539 | </OnLoad> |
||
540 | </Scripts> |
||
541 | </CheckButton> |
||
542 | <Button name="$parent_CCColor" inherits="DAB_ColorPickerTemplate"> |
||
543 | <Anchors> |
||
544 | <Anchor point="TOPLEFT" relativeTo="$parent_CooldownCount" relativePoint="BOTTOMLEFT"> |
||
545 | <Offset><AbsDimension x="0" y="-25"/></Offset> |
||
546 | </Anchor> |
||
547 | </Anchors> |
||
548 | <Scripts> |
||
549 | <OnLoad> |
||
550 | this.index = "Cooldown"; |
||
551 | this.subindex = "color"; |
||
552 | </OnLoad> |
||
553 | </Scripts> |
||
554 | </Button> |
||
555 | <EditBox name="$parent_CCSize" inherits="DAB_EditBoxTemplate"> |
||
556 | <Size><AbsDimension x="40" y="24"/></Size> |
||
557 | <Anchors> |
||
558 | <Anchor point="LEFT" relativeTo="$parent_CCColor" relativePoint="RIGHT"> |
||
559 | <Offset><AbsDimension x="3" y="0"/></Offset> |
||
560 | </Anchor> |
||
561 | </Anchors> |
||
562 | <Scripts> |
||
563 | <OnLoad> |
||
564 | this.index = "Cooldown"; |
||
565 | this.subindex = "size"; |
||
566 | this.number = true; |
||
567 | </OnLoad> |
||
568 | </Scripts> |
||
569 | </EditBox> |
||
570 | <Frame name="$parent_CCFont" inherits="DiscordLib_EditMenuControlTemplate"> |
||
571 | <Size><AbsDimension x="150" y="22"/></Size> |
||
572 | <Scripts> |
||
573 | <OnLoad> |
||
574 | this:SetBackdropColor(0.0, 0.0, 0.0); |
||
575 | this.menu = "DAB_ScrollMenu"; |
||
576 | this.table = "DL_FONTS_LIST"; |
||
577 | this.editFunc = DAB_FontEditBox_OnEnterPressed; |
||
578 | this.index = "Cooldown"; |
||
579 | this.subindex = "font"; |
||
580 | DL_Set_Label(DAB_TEXT.CooldownCount); |
||
581 | DL_Set_Anchor("_CCSize", -3, 0, "LEFT", "RIGHT"); |
||
582 | </OnLoad> |
||
583 | </Scripts> |
||
584 | </Frame> |
||
585 | </Frames> |
||
586 | <Layers> |
||
587 | <Layer level="OVERLAY"> |
||
588 | <FontString name="$parent_InsetsLabel" inherits="GameFontNormal"> |
||
589 | <Anchors> |
||
590 | <Anchor point="TOPLEFT"> |
||
591 | <Offset><AbsDimension x="186" y="-367"/></Offset> |
||
592 | </Anchor> |
||
593 | </Anchors> |
||
594 | </FontString> |
||
595 | <FontString name="$parent_PaddingLabel" inherits="GameFontNormal"> |
||
596 | <Anchors> |
||
597 | <Anchor point="TOPLEFT"> |
||
598 | <Offset><AbsDimension x="186" y="-418"/></Offset> |
||
599 | </Anchor> |
||
600 | </Anchors> |
||
601 | </FontString> |
||
602 | </Layer> |
||
603 | </Layers> |
||
604 | <Scripts> |
||
605 | <OnLoad> |
||
606 | this:EnableMouseWheel(1); |
||
607 | </OnLoad> |
||
608 | <OnMouseWheel> |
||
609 | DAB_OtherBarOptions_OnMouseWheel(arg1); |
||
610 | </OnMouseWheel> |
||
611 | </Scripts> |
||
612 | </Frame> |
||
613 | |||
614 | </Ui> |