comparison OptionPage.xml @ 3:461854a2849c

Update to the layout
author madcatzinc@35b17cf1-18cd-47ff-9ca3-31d6b526ef09
date Thu, 24 May 2012 16:13:28 +0000
parents 08c83fa555a5
children d186f8cd5000
comparison
equal deleted inserted replaced
2:08c83fa555a5 3:461854a2849c
18 18
19 You should have received a copy of the GNU General Public License 19 You should have received a copy of the GNU General Public License
20 along with this program; if not, write to the Free Software 20 along with this program; if not, write to the Free Software
21 Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. 21 Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
22 --> 22 -->
23 <FontString name="normalStringTemplate" font="Fonts\FRIZQT__.TTF" text="NoText" virtual="true"> 23 <FontString name="CyborgMMO_TemplateNormalString" font="Fonts\FRIZQT__.TTF" text="NoText" virtual="true">
24 <FontHeight> 24 <FontHeight>
25 <AbsValue val="10" /> 25 <AbsValue val="10" />
26 </FontHeight> 26 </FontHeight>
27 <Color r="1" g="1" b="1" /> 27 <Color r="1" g="1" b="1" />
28 <Shadow> 28 <Shadow>
31 <AbsDimension x="1" y="-1" /> 31 <AbsDimension x="1" y="-1" />
32 </Offset> 32 </Offset>
33 </Shadow> 33 </Shadow>
34 </FontString> 34 </FontString>
35 35
36 <Button name="standard" virtual="true"> 36 <Button name="CyborgMMO_TemplateButton" virtual="true">
37 <NormalTexture file="Interface\Buttons\UI-Panel-Button-Up"> 37 <NormalTexture file="Interface\Buttons\UI-Panel-Button-Up">
38 <TexCoords left="0" right="0.625" top="0" bottom="0.6875" /> 38 <TexCoords left="0" right="0.625" top="0" bottom="0.6875" />
39 </NormalTexture> 39 </NormalTexture>
40 <PushedTexture file="Interface\Buttons\UI-Panel-Button-Down"> 40 <PushedTexture file="Interface\Buttons\UI-Panel-Button-Down">
41 <TexCoords left="0" right="0.625" top="0" bottom="0.6875" /> 41 <TexCoords left="0" right="0.625" top="0" bottom="0.6875" />
42 </PushedTexture> 42 </PushedTexture>
43 <DisabledTexture file="Interface\Buttons\UI-Panel-Button-Disabled"> 43 <DisabledTexture file="Interface\Buttons\UI-Panel-Button-Disabled">
44 <TexCoords left="0" right="0.625" top="0" bottom="0.6875" /> 44 <TexCoords left="0" right="0.625" top="0" bottom="0.6875" />
45 </DisabledTexture> 45 </DisabledTexture>
46 <HighlightTexture file="Interface\Buttons\UI-Panel-Button-Highlight" alphaMode="ADD"> 46 <HighlightTexture file="Interface\Buttons\UI-Panel-Button-Highlight" alphaMode="ADD">
47 <TexCoords left="0" right="0.625" top="0" bottom="0.6875" /> 47 <TexCoords left="0" right="0.625" top="0" bottom="0.6875" />
48 </HighlightTexture> 48 </HighlightTexture>
49 49
50 <NormalFont style="GameFontNormal" /> 50 <NormalFont style="GameFontNormal" />
51 <HighlightFont style="GameFontHighlight" /> 51 <HighlightFont style="GameFontHighlight" />
52 <DisabledFont style="GameFontDisable" /> 52 <DisabledFont style="GameFontDisable" />
53 <Scripts> 53 <Scripts>
54 <OnLoad> 54 <OnLoad>
55 self:RegisterEvent("VARIABLES_LOADED") 55 self:RegisterEvent("VARIABLES_LOADED")
56 </OnLoad> 56 </OnLoad>
57 <OnEvent> 57 <OnEvent>
58 if(event == "VARIABLES_LOADED") then 58 if(event == "VARIABLES_LOADED") then
59 GetBindingButtonText(self:GetName()); 59 GetBindingButtonText(self:GetName());
60 end 60 end
61 61 </OnEvent>
62 </OnEvent> 62 <OnClick>
63 <OnClick> 63 BindButton(self:GetName())
64 BindButton(self:GetName()) 64 </OnClick>
65 </OnClick> 65 </Scripts>
66 </Scripts> 66 </Button>
67 </Button> 67
68 68 <FontString name="CyborgMMO_TemplateSliderTitle" font="Fonts\FRIZQT__.TTF" text="NoText" virtual="true">
69 <FontString name="SliderTitle" font="Fonts\FRIZQT__.TTF" text="NoText" virtual="true">
70 <FontHeight> 69 <FontHeight>
71 <AbsValue val="14" /> 70 <AbsValue val="14" />
72 </FontHeight> 71 </FontHeight>
73 <Color r="1" g="0.8196079" b="0" /> 72 <Color r="1" g="0.8196079" b="0" />
74 <Shadow> 73 <Shadow>
77 <AbsDimension x="1" y="-1" /> 76 <AbsDimension x="1" y="-1" />
78 </Offset> 77 </Offset>
79 </Shadow> 78 </Shadow>
80 </FontString> 79 </FontString>
81 80
82 <Frame name="ButtonRow" virtual="true"> 81 <Frame name="CyborgMMO_TemplateButtonRow" virtual="true">
83 <Size> 82 <Size>
84 <AbsDimension x="160" y="28" /> 83 <AbsDimension x="160" y="28" />
85 </Size> 84 </Size>
86 85
87 <Layers> 86 <Layers>
88 <Layer level="ARTWORK"> 87 <Layer level="ARTWORK">
89 <FontString name="$parentName" inherits="GameFontNormalLarge"> 88 <FontString name="$parentName" inherits="GameFontNormal">
90 <Anchors> 89 <Anchors>
91 <Anchor point="TOPLEFT" relativeTo="$parent"> 90 <Anchor point="TOPLEFT" relativeTo="$parent">
92 <Offset> 91 <Offset>
93 <AbsDimension x="0" y="0" /> 92 <AbsDimension x="0" y="-10" />
94 </Offset> 93 </Offset>
95 </Anchor> 94 </Anchor>
96 </Anchors> 95 </Anchors>
97 </FontString> 96 </FontString>
98 </Layer> 97 </Layer>
99 </Layers> 98 </Layers>
100 <Frames> 99 <Frames>
101 <Button name="$parentMode1" inherits="standard"> 100 <Button name="$parentMode1" inherits="CyborgMMO_TemplateButton">
102 <Size> 101 <Size>
103 <AbsDimension x="140" y="28" /> 102 <AbsDimension x="145" y="28" />
104 </Size> 103 </Size>
105 <Anchors> 104 <Anchors>
106 <Anchor point="TOPLEFT" relativeTo="$parent"> 105 <Anchor point="TOPLEFT" relativeTo="$parent">
107 <Offset> 106 <Offset>
108 <AbsDimension x="150" y="5"/> 107 <AbsDimension x="135" y="0"/>
109 </Offset> 108 </Offset>
110 </Anchor> 109 </Anchor>
111 </Anchors> 110 </Anchors>
112 </Button> 111 </Button>
113 <Button name="$parentMode2" inherits="standard"> 112 <Button name="$parentMode2" inherits="CyborgMMO_TemplateButton">
114 <Size> 113 <Size>
115 <AbsDimension x="140" y="28" /> 114 <AbsDimension x="145" y="28" />
116 </Size> 115 </Size>
117 <Anchors> 116 <Anchors>
118 <Anchor point="TOPLEFT" relativeTo="$parent"> 117 <Anchor point="TOPLEFT" relativeTo="$parent">
119 <Offset> 118 <Offset>
120 <AbsDimension x="290" y="5"/> 119 <AbsDimension x="280" y="0"/>
121 </Offset> 120 </Offset>
122 </Anchor> 121 </Anchor>
123 </Anchors> 122 </Anchors>
124 </Button> 123 </Button>
125 <Button name="$parentMode3" inherits="standard"> 124 <Button name="$parentMode3" inherits="CyborgMMO_TemplateButton">
126 <Size> 125 <Size>
127 <AbsDimension x="140" y="28" /> 126 <AbsDimension x="145" y="28" />
128 </Size> 127 </Size>
129 <Anchors> 128 <Anchors>
130 <Anchor point="TOPLEFT" relativeTo="$parent"> 129 <Anchor point="TOPLEFT" relativeTo="$parent">
131 <Offset> 130 <Offset>
132 <AbsDimension x="430" y="5"/> 131 <AbsDimension x="425" y="0"/>
133 </Offset> 132 </Offset>
134 </Anchor> 133 </Anchor>
135 </Anchors> 134 </Anchors>
136 </Button> 135 </Button>
137 </Frames> 136 </Frames>
148 <Layer level="ARTWORK"> 147 <Layer level="ARTWORK">
149 <FontString name="MouseRebindTitle" inherits="GameFontNormalLarge" text="MMO Keybinds:-"> 148 <FontString name="MouseRebindTitle" inherits="GameFontNormalLarge" text="MMO Keybinds:-">
150 <Anchors> 149 <Anchors>
151 <Anchor point="TOPLEFT"> 150 <Anchor point="TOPLEFT">
152 <Offset> 151 <Offset>
153 <AbsDimension x="-15" y="-15" /> 152 <AbsDimension x="-15" y="0" />
154 </Offset> 153 </Offset>
155 </Anchor> 154 </Anchor>
156 </Anchors> 155 </Anchors>
157 </FontString> 156 </FontString>
158 157 <FontString name="Mode1" inherits="GameFontNormal" text="Mode 1">
158 <Anchors>
159 <Anchor point="TOPLEFT">
160 <Offset>
161 <AbsDimension x="147" y="-28" />
162 </Offset>
163 </Anchor>
164 </Anchors>
165 </FontString>
166 <FontString name="Mode2" inherits="GameFontNormal" text="Mode 2">
167 <Anchors>
168 <Anchor point="TOPLEFT">
169 <Offset>
170 <AbsDimension x="282" y="-28" />
171 </Offset>
172 </Anchor>
173 </Anchors>
174 </FontString>
175 <FontString name="Mode3" inherits="GameFontNormal" text="Mode 3">
176 <Anchors>
177 <Anchor point="TOPLEFT">
178 <Offset>
179 <AbsDimension x="427" y="-28" />
180 </Offset>
181 </Anchor>
182 </Anchors>
183 </FontString>
159 </Layer> 184 </Layer>
160 </Layers> 185 </Layers>
161 <Frames> 186 <Frames>
162 <Frame name="MouseRow1" inherits="ButtonRow"> 187 <Frame name="MouseRow1" inherits="CyborgMMO_TemplateButtonRow">
163 <Anchors> 188 <Anchors>
164 <Anchor point="TOPLEFT" relativeTo="$parent"> 189 <Anchor point="TOPLEFT" relativeTo="$parent">
165 <Offset> 190 <Offset>
166 <AbsDimension x="0" y="-40" /> 191 <AbsDimension x="0" y="-40" />
167 </Offset> 192 </Offset>
168 </Anchor> 193 </Anchor>
169 </Anchors> 194 </Anchors>
170 </Frame> 195 </Frame>
171 <Frame name="MouseRow2" inherits="ButtonRow"> 196 <Frame name="MouseRow2" inherits="CyborgMMO_TemplateButtonRow">
172 <Anchors> 197 <Anchors>
173 <Anchor point="TOPLEFT" relativeTo="MouseRow1"> 198 <Anchor point="TOPLEFT" relativeTo="MouseRow1">
174 <Offset> 199 <Offset>
175 <AbsDimension x="0" y="-30" /> 200 <AbsDimension x="0" y="-30" />
176 </Offset> 201 </Offset>
177 </Anchor> 202 </Anchor>
178 </Anchors> 203 </Anchors>
179 </Frame> 204 </Frame>
180 <Frame name="MouseRow3" inherits="ButtonRow"> 205 <Frame name="MouseRow3" inherits="CyborgMMO_TemplateButtonRow">
181 <Anchors> 206 <Anchors>
182 <Anchor point="TOPLEFT" relativeTo="MouseRow2"> 207 <Anchor point="TOPLEFT" relativeTo="MouseRow2">
183 <Offset> 208 <Offset>
184 <AbsDimension x="0" y="-30" /> 209 <AbsDimension x="0" y="-30" />
185 </Offset> 210 </Offset>
186 </Anchor> 211 </Anchor>
187 </Anchors> 212 </Anchors>
188 </Frame> 213 </Frame>
189 <Frame name="MouseRow4" inherits="ButtonRow"> 214 <Frame name="MouseRow4" inherits="CyborgMMO_TemplateButtonRow">
190 <Anchors> 215 <Anchors>
191 <Anchor point="TOPLEFT" relativeTo="MouseRow3"> 216 <Anchor point="TOPLEFT" relativeTo="MouseRow3">
192 <Offset> 217 <Offset>
193 <AbsDimension x="0" y="-30" /> 218 <AbsDimension x="0" y="-30" />
194 </Offset> 219 </Offset>
195 </Anchor> 220 </Anchor>
196 </Anchors> 221 </Anchors>
197 </Frame> 222 </Frame>
198 <Frame name="MouseRow5" inherits="ButtonRow"> 223 <Frame name="MouseRow5" inherits="CyborgMMO_TemplateButtonRow">
199 <Anchors> 224 <Anchors>
200 <Anchor point="TOPLEFT" relativeTo="MouseRow4"> 225 <Anchor point="TOPLEFT" relativeTo="MouseRow4">
201 <Offset> 226 <Offset>
202 <AbsDimension x="0" y="-30" /> 227 <AbsDimension x="0" y="-30" />
203 </Offset> 228 </Offset>
204 </Anchor> 229 </Anchor>
205 </Anchors> 230 </Anchors>
206 </Frame> 231 </Frame>
207 <Frame name="MouseRow6" inherits="ButtonRow"> 232 <Frame name="MouseRow6" inherits="CyborgMMO_TemplateButtonRow">
208 <Anchors> 233 <Anchors>
209 <Anchor point="TOPLEFT" relativeTo="MouseRow5"> 234 <Anchor point="TOPLEFT" relativeTo="MouseRow5">
210 <Offset> 235 <Offset>
211 <AbsDimension x="0" y="-30" /> 236 <AbsDimension x="0" y="-30" />
212 </Offset> 237 </Offset>
213 </Anchor> 238 </Anchor>
214 </Anchors> 239 </Anchors>
215 </Frame> 240 </Frame>
216 <Frame name="MouseRow7" inherits="ButtonRow"> 241 <Frame name="MouseRow7" inherits="CyborgMMO_TemplateButtonRow">
217 <Anchors> 242 <Anchors>
218 <Anchor point="TOPLEFT" relativeTo="MouseRow6"> 243 <Anchor point="TOPLEFT" relativeTo="MouseRow6">
219 <Offset> 244 <Offset>
220 <AbsDimension x="0" y="-30" /> 245 <AbsDimension x="0" y="-30" />
221 </Offset> 246 </Offset>
222 </Anchor> 247 </Anchor>
223 </Anchors> 248 </Anchors>
224 </Frame> 249 </Frame>
225 <Frame name="MouseRow8" inherits="ButtonRow"> 250 <Frame name="MouseRow8" inherits="CyborgMMO_TemplateButtonRow">
226 <Anchors> 251 <Anchors>
227 <Anchor point="TOPLEFT" relativeTo="MouseRow7"> 252 <Anchor point="TOPLEFT" relativeTo="MouseRow7">
228 <Offset> 253 <Offset>
229 <AbsDimension x="0" y="-30" /> 254 <AbsDimension x="0" y="-30" />
230 </Offset> 255 </Offset>
231 </Anchor> 256 </Anchor>
232 </Anchors> 257 </Anchors>
233 </Frame> 258 </Frame>
234 <Frame name="MouseRow9" inherits="ButtonRow"> 259 <Frame name="MouseRow9" inherits="CyborgMMO_TemplateButtonRow">
235 <Anchors> 260 <Anchors>
236 <Anchor point="TOPLEFT" relativeTo="MouseRow8"> 261 <Anchor point="TOPLEFT" relativeTo="MouseRow8">
237 <Offset> 262 <Offset>
238 <AbsDimension x="0" y="-30" /> 263 <AbsDimension x="0" y="-30" />
239 </Offset> 264 </Offset>
240 </Anchor> 265 </Anchor>
241 </Anchors> 266 </Anchors>
242 </Frame> 267 </Frame>
243 <Frame name="MouseRowA" inherits="ButtonRow"> 268 <Frame name="MouseRowA" inherits="CyborgMMO_TemplateButtonRow">
244 <Anchors> 269 <Anchors>
245 <Anchor point="TOPLEFT" relativeTo="MouseRow9"> 270 <Anchor point="TOPLEFT" relativeTo="MouseRow9">
246 <Offset> 271 <Offset>
247 <AbsDimension x="0" y="-30" /> 272 <AbsDimension x="0" y="-30" />
248 </Offset> 273 </Offset>
249 </Anchor> 274 </Anchor>
250 </Anchors> 275 </Anchors>
251 </Frame> 276 </Frame>
252 <Frame name="MouseRowB" inherits="ButtonRow"> 277 <Frame name="MouseRowB" inherits="CyborgMMO_TemplateButtonRow">
253 <Anchors> 278 <Anchors>
254 <Anchor point="TOPLEFT" relativeTo="MouseRowA"> 279 <Anchor point="TOPLEFT" relativeTo="MouseRowA">
255 <Offset> 280 <Offset>
256 <AbsDimension x="0" y="-30" /> 281 <AbsDimension x="0" y="-30" />
257 </Offset> 282 </Offset>
258 </Anchor> 283 </Anchor>
259 </Anchors> 284 </Anchors>
260 </Frame> 285 </Frame>
261 <Frame name="MouseRowC" inherits="ButtonRow"> 286 <Frame name="MouseRowC" inherits="CyborgMMO_TemplateButtonRow">
262 <Anchors> 287 <Anchors>
263 <Anchor point="TOPLEFT" relativeTo="MouseRowB"> 288 <Anchor point="TOPLEFT" relativeTo="MouseRowB">
264 <Offset> 289 <Offset>
265 <AbsDimension x="0" y="-30" /> 290 <AbsDimension x="0" y="-30" />
266 </Offset> 291 </Offset>
267 </Anchor> 292 </Anchor>
268 </Anchors> 293 </Anchors>
269 </Frame> 294 </Frame>
270 <Frame name="MouseRowD" inherits="ButtonRow"> 295 <Frame name="MouseRowD" inherits="CyborgMMO_TemplateButtonRow">
271 <Anchors> 296 <Anchors>
272 <Anchor point="TOPLEFT" relativeTo="MouseRowC"> 297 <Anchor point="TOPLEFT" relativeTo="MouseRowC">
273 <Offset> 298 <Offset>
274 <AbsDimension x="0" y="-30" /> 299 <AbsDimension x="0" y="-30" />
275 </Offset> 300 </Offset>
308 </Offset> 333 </Offset>
309 </Anchor> 334 </Anchor>
310 </Anchors> 335 </Anchors>
311 <Layers> 336 <Layers>
312 <Layer> 337 <Layer>
313 <FontString name="$parentTitle" font="Fonts\FRIZQT__.TTF" inherits="SliderTitle"> 338 <FontString name="$parentTitle" font="Fonts\FRIZQT__.TTF" inherits="CyborgMMO_TemplateSliderTitle">
314 <Anchors> 339 <Anchors>
315 <Anchor point="LEFT" relativePoint="$parentMiniMapButton"> 340 <Anchor point="LEFT" relativePoint="$parentMiniMapButton">
316 <Offset> 341 <Offset>
317 <AbsDimension x="45" y="0" /> 342 <AbsDimension x="45" y="0" />
318 </Offset> 343 </Offset>
347 </Offset> 372 </Offset>
348 </Anchor> 373 </Anchor>
349 </Anchors> 374 </Anchors>
350 <Layers> 375 <Layers>
351 <Layer> 376 <Layer>
352 <FontString name="$parentTitle" font="Fonts\FRIZQT__.TTF" inherits="SliderTitle"> 377 <FontString name="$parentTitle" font="Fonts\FRIZQT__.TTF" inherits="CyborgMMO_TemplateSliderTitle">
353 <Anchors> 378 <Anchors>
354 <Anchor point="LEFT" relativePoint="$parentCyborgButton"> 379 <Anchor point="LEFT" relativePoint="$parentCyborgButton">
355 <Offset> 380 <Offset>
356 <AbsDimension x="45" y="0" /> 381 <AbsDimension x="45" y="0" />
357 </Offset> 382 </Offset>
372 end 397 end
373 </OnClick> 398 </OnClick>
374 </Scripts> 399 </Scripts>
375 </CheckButton> 400 </CheckButton>
376 401
377 <Button name="$parentSetDefaults" inherits="standard"> 402 <Button name="$parentSetDefaults" inherits="CyborgMMO_TemplateButton">
378 <Size> 403 <Size>
379 <AbsDimension x="156" y="28" /> 404 <AbsDimension x="150" y="28" />
380 </Size> 405 </Size>
381 <Anchors> 406 <Anchors>
382 <Anchor point="TOPLEFT" relativeTo="CyborgButton"> 407 <Anchor point="TOPLEFT" relativeTo="CyborgButton">
383 <Offset> 408 <Offset>
384 <AbsDimension x="0" y="-40"/> 409 <AbsDimension x="431" y="-20"/>
385 </Offset> 410 </Offset>
386 </Anchor> 411 </Anchor>
387 </Anchors> 412 </Anchors>
388 <Scripts> 413 <Scripts>
389 <OnLoad> 414 <OnLoad>
408 </Anchors> 433 </Anchors>
409 </Frame> 434 </Frame>
410 435
411 <Frame name="CyborgSize"> 436 <Frame name="CyborgSize">
412 <Size> 437 <Size>
413 <AbsDimension x="198" y="10" /> 438 <AbsDimension x="180" y="32" />
414 </Size> 439 </Size>
415 <Anchors> 440 <Anchors>
416 <Anchor point="TOPLEFT" relativeTo="$parentTitle"> 441 <Anchor point="TOPLEFT" relativeTo="$parentTitle">
417 <Offset> 442 <Offset>
418 <AbsDimension x="255" y="-20"/> 443 <AbsDimension x="195" y="-40"/>
419 </Offset> 444 </Offset>
420 </Anchor> 445 </Anchor>
421 </Anchors> 446 </Anchors>
422 <Frames> 447 <Frames>
423 <Slider name="$parentSlider" enableMouse="true" minValue=".5" maxValue="1" defaultValue=".75" valueStep=".01" orientation="HORIZONTAL"> 448 <Slider name="$parentSlider" enableMouse="true" minValue=".5" maxValue="1" defaultValue=".75" valueStep=".01" orientation="HORIZONTAL">
439 <AbsValue val="8" /> 464 <AbsValue val="8" />
440 </EdgeSize> 465 </EdgeSize>
441 </Backdrop> 466 </Backdrop>
442 <Layers> 467 <Layers>
443 <Layer> 468 <Layer>
444 <FontString name="$parentTitle" font="Fonts\FRIZQT__.TTF" inherits="SliderTitle"> 469 <FontString name="$parentTitle" font="Fonts\FRIZQT__.TTF" inherits="CyborgMMO_TemplateSliderTitle">
445 <Anchors> 470 <Anchors>
446 <Anchor point="BOTTOM" relativePoint="TOP" /> 471 <Anchor point="BOTTOM" relativePoint="TOP" />
447 </Anchors> 472 </Anchors>
448 </FontString> 473 </FontString>
449 <FontString name="$parentLow" font="Fonts\FRIZQT__.TTF" inherits="normalStringTemplate" text="50%"> 474 <FontString name="$parentLow" font="Fonts\FRIZQT__.TTF" inherits="CyborgMMO_TemplateNormalString" text="50%">
450 <Anchors> 475 <Anchors>
451 <Anchor point="TOPLEFT" relativePoint="BOTTOMLEFT" /> 476 <Anchor point="TOPLEFT" relativePoint="BOTTOMLEFT" />
452 </Anchors> 477 </Anchors>
453 </FontString> 478 </FontString>
454 <FontString name="$parentHigh" font="Fonts\FRIZQT__.TTF" inherits="normalStringTemplate" text="100%"> 479 <FontString name="$parentHigh" font="Fonts\FRIZQT__.TTF" inherits="CyborgMMO_TemplateNormalString" text="100%">
455 <Anchors> 480 <Anchors>
456 <Anchor point="TOPRIGHT" relativePoint="BOTTOMRIGHT" /> 481 <Anchor point="TOPRIGHT" relativePoint="BOTTOMRIGHT" />
457 </Anchors> 482 </Anchors>
458 </FontString> 483 </FontString>
459 </Layer> 484 </Layer>
472 </Slider> 497 </Slider>
473 </Frames> 498 </Frames>
474 </Frame> 499 </Frame>
475 <Frame name="PluginSize"> 500 <Frame name="PluginSize">
476 <Size> 501 <Size>
477 <AbsDimension x="198" y="60" /> 502 <AbsDimension x="180" y="32" />
478 </Size> 503 </Size>
479 <Anchors> 504 <Anchors>
480 <Anchor point="TOPLEFT" relativeTo="CyborgSize"> 505 <Anchor point="TOPLEFT" relativeTo="CyborgSize">
481 <Offset> 506 <Offset>
482 <AbsDimension x="0" y="-40"/> 507 <AbsDimension x="200" y="0"/>
483 </Offset> 508 </Offset>
484 </Anchor> 509 </Anchor>
485 </Anchors> 510 </Anchors>
486 <Frames> 511 <Frames>
487 <Slider name="$parentSlider" enableMouse="true" minValue=".5" maxValue="1" defaultValue=".75" valueStep=".01" orientation="HORIZONTAL"> 512 <Slider name="$parentSlider" enableMouse="true" minValue=".5" maxValue="1" defaultValue=".75" valueStep=".01" orientation="HORIZONTAL">
503 <AbsValue val="8" /> 528 <AbsValue val="8" />
504 </EdgeSize> 529 </EdgeSize>
505 </Backdrop> 530 </Backdrop>
506 <Layers> 531 <Layers>
507 <Layer> 532 <Layer>
508 <FontString name="$parentTitle" font="Fonts\FRIZQT__.TTF" inherits="SliderTitle"> 533 <FontString name="$parentTitle" font="Fonts\FRIZQT__.TTF" inherits="CyborgMMO_TemplateSliderTitle">
509 <Anchors> 534 <Anchors>
510 <Anchor point="BOTTOM" relativePoint="TOP" /> 535 <Anchor point="BOTTOM" relativePoint="TOP" />
511 </Anchors> 536 </Anchors>
512 </FontString> 537 </FontString>
513 <FontString name="$parentLow" font="Fonts\FRIZQT__.TTF" inherits="normalStringTemplate" text="50%"> 538 <FontString name="$parentLow" font="Fonts\FRIZQT__.TTF" inherits="CyborgMMO_TemplateNormalString" text="50%">
514 <Anchors> 539 <Anchors>
515 <Anchor point="TOPLEFT" relativePoint="BOTTOMLEFT" /> 540 <Anchor point="TOPLEFT" relativePoint="BOTTOMLEFT" />
516 </Anchors> 541 </Anchors>
517 </FontString> 542 </FontString>
518 <FontString name="$parentHigh" font="Fonts\FRIZQT__.TTF" inherits="normalStringTemplate" text="100%"> 543 <FontString name="$parentHigh" font="Fonts\FRIZQT__.TTF" inherits="CyborgMMO_TemplateNormalString" text="100%">
519 <Anchors> 544 <Anchors>
520 <Anchor point="TOPRIGHT" relativePoint="BOTTOMRIGHT" /> 545 <Anchor point="TOPRIGHT" relativePoint="BOTTOMRIGHT" />
521 </Anchors> 546 </Anchors>
522 </FontString> 547 </FontString>
523 </Layer> 548 </Layer>