Mercurial > wow > cyborg-mmo7
comparison RatPage.xml @ 43:f02cf040133c
Cleaned up whitespace (and other minor details) in all the XML files.
| author | madcatzinc@35b17cf1-18cd-47ff-9ca3-31d6b526ef09 |
|---|---|
| date | Mon, 29 Apr 2013 17:44:40 +0000 |
| parents | 6cb9a2936580 |
| children | 1a29be548897 |
comparison
equal
deleted
inserted
replaced
| 42:5d18eb57ea2f | 43:f02cf040133c |
|---|---|
| 1 <Ui xmlns="http://www.blizzard.com/wow/ui" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> | 1 <Ui xmlns="http://www.blizzard.com/wow/ui" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> |
| 2 <!-- | 2 <!-- |
| 3 Warcraft Plugin for Cyborg MMO7 | 3 Warcraft Plugin for Cyborg MMO7 |
| 4 Filename: RatPage.xml | 4 Filename: RatPage.xml |
| 5 Description: Layout and description of the command slots for the mouse. | 5 Description: Layout and description of the command slots for the mouse. |
| 6 Copyright (C) 2012 Mad Catz Inc. | 6 Copyright (C) 2012 Mad Catz Inc. |
| 7 Author: Christopher Hooks | 7 Author: Christopher Hooks |
| 8 | 8 |
| 16 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | 16 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 17 GNU General Public License for more details. | 17 GNU General Public License for more details. |
| 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 <!-- IconTemplate--> | 23 |
| 24 <!-- IconTemplate --> | |
| 24 <Button name="CyborgMMO_TemplateIcon" virtual="true" inherits="SecureActionButtonTemplate"> | 25 <Button name="CyborgMMO_TemplateIcon" virtual="true" inherits="SecureActionButtonTemplate"> |
| 25 <Size> | 26 <Size><AbsDimension x="32" y="32"/></Size> |
| 26 <AbsDimension x="32" y="32"/> | |
| 27 </Size> | |
| 28 <Layers> | 27 <Layers> |
| 29 <Layer level="OVERLAY"> | 28 <Layer level="OVERLAY"> |
| 30 <Texture name="$parentIcon"/> | 29 <Texture name="$parentIcon"/> |
| 31 </Layer> | 30 </Layer> |
| 32 <Layer level="ARTWORK"> | 31 <Layer level="ARTWORK"> |
| 33 <FontString name="$parentHotKey" inherits="NumberFontNormalSmallGray" justifyH="RIGHT"> | 32 <FontString name="$parentHotKey" inherits="NumberFontNormalSmallGray" justifyH="RIGHT"> |
| 34 <Size> | 33 <Size><AbsDimension x="32" y="10"/></Size> |
| 35 <AbsDimension x="32" y="10"/> | 34 <Anchors> |
| 36 </Size> | 35 <Anchor point="TOPLEFT"><Offset><AbsDimension x="-2" y="-2"/></Offset></Anchor> |
| 37 <Anchors> | 36 </Anchors> |
| 38 <Anchor point="TOPLEFT"> | |
| 39 <Offset> | |
| 40 <AbsDimension x="-2" y="-2"/> | |
| 41 </Offset> | |
| 42 </Anchor> | |
| 43 </Anchors> | |
| 44 </FontString> | 37 </FontString> |
| 45 </Layer> | 38 </Layer> |
| 46 </Layers> | 39 </Layers> |
| 47 <PushedTexture file="Interface\Buttons\UI-Quickslot-Depress"/> | 40 <PushedTexture file="Interface\Buttons\UI-Quickslot-Depress"/> |
| 48 <HighlightTexture alphaMode="ADD" file="Interface\Buttons\ButtonHilight-Square"/> | 41 <HighlightTexture alphaMode="ADD" file="Interface\Buttons\ButtonHilight-Square"/> |
| 56 <OnMouseDown> | 49 <OnMouseDown> |
| 57 if button == "LeftButton" then | 50 if button == "LeftButton" then |
| 58 self.Clicked() | 51 self.Clicked() |
| 59 end | 52 end |
| 60 </OnMouseDown> | 53 </OnMouseDown> |
| 61 | |
| 62 </Scripts> | 54 </Scripts> |
| 63 </Button> | 55 </Button> |
| 64 | 56 |
| 65 | |
| 66 | |
| 67 <Button name="CyborgMMO_TemplateMode" virtual="true"> | 57 <Button name="CyborgMMO_TemplateMode" virtual="true"> |
| 68 <Size> | 58 <Size><AbsDimension x="127" y="63"/></Size> |
| 69 <AbsDimension x="127" y="63" /> | |
| 70 </Size> | |
| 71 <ButtonText name="$parentText"> | 59 <ButtonText name="$parentText"> |
| 72 <FontHeight> | 60 <FontHeight><AbsValue val="10"/></FontHeight> |
| 73 <AbsValue val="10" /> | |
| 74 </FontHeight> | |
| 75 </ButtonText> | 61 </ButtonText> |
| 76 <NormalFont style="GameFontNormal" /> | 62 <NormalFont style="GameFontNormal"/> |
| 77 <HighlightFont style="GameFontHighlight" /> | 63 <HighlightFont style="GameFontHighlight"/> |
| 78 <DisabledFont style="GameFontDisable" /> | 64 <DisabledFont style="GameFontDisable"/> |
| 79 <Scripts> | 65 <Scripts> |
| 80 <OnLoad> | 66 <OnLoad> |
| 81 self = CyborgMMO_ModeView.new(self) | 67 self = CyborgMMO_ModeView.new(self) |
| 82 </OnLoad> | 68 </OnLoad> |
| 83 <OnClick> | 69 <OnClick> |
| 86 </Scripts> | 72 </Scripts> |
| 87 </Button> | 73 </Button> |
| 88 | 74 |
| 89 <!-- The Rat Page Frame --> | 75 <!-- The Rat Page Frame --> |
| 90 <Frame name="CyborgMMO_TemplateRatPage" virtual="true"> | 76 <Frame name="CyborgMMO_TemplateRatPage" virtual="true"> |
| 91 <Size> | 77 <Size><AbsDimension x="512" y="512"/></Size> |
| 92 <AbsDimension x="512" y="512"/> | |
| 93 </Size> | |
| 94 <Anchors> | 78 <Anchors> |
| 95 <Anchor point="TOPLEFT"> | 79 <Anchor point="TOPLEFT"><Offset><AbsDimension x="0" y="-0"/></Offset></Anchor> |
| 96 <Offset> | |
| 97 <AbsDimension x="0" y="-0"/> | |
| 98 </Offset> | |
| 99 </Anchor> | |
| 100 </Anchors> | 80 </Anchors> |
| 101 <!-- Our Slot Locations --> | 81 <!-- Our Slot Locations --> |
| 102 <Frames> | 82 <Frames> |
| 103 <CheckButton name="$parentSlot1" inherits="CyborgMMO_TemplateSlot" id="1"> | 83 <CheckButton name="$parentSlot1" inherits="CyborgMMO_TemplateSlot" id="1"> |
| 104 <Anchors> | 84 <Anchors> |
| 105 <Anchor point="TOPLEFT"> | 85 <Anchor point="TOPLEFT"><Offset><AbsDimension x="68" y="-116"/></Offset></Anchor> |
| 106 <Offset> | 86 </Anchors> |
| 107 <AbsDimension x="68" y="-116" /> | 87 <Layers> |
| 108 </Offset> | 88 <Layer level="ARTWORK"> |
| 109 </Anchor> | 89 <Texture name="$parentText" file="Interface\AddOns\CyborgMMO7\Graphics\Slot.tga"> |
| 110 </Anchors> | 90 <Size><AbsDimension x="33" y="33"/></Size> |
| 111 <Layers> | 91 <Anchors> |
| 112 <Layer level="ARTWORK"> | 92 <Anchor point="CENTER"><Offset><AbsDimension x="0" y="0"/></Offset></Anchor> |
| 113 <Texture name="$parentText" file="Interface\AddOns\CyborgMMO7\Graphics\Slot.tga"> | |
| 114 <Size> | |
| 115 <AbsDimension x="33" y="33"/> | |
| 116 </Size> | |
| 117 <Anchors> | |
| 118 <Anchor point="CENTER"> | |
| 119 <Offset> | |
| 120 <AbsDimension x="0" y="0"/> | |
| 121 </Offset> | |
| 122 </Anchor> | |
| 123 </Anchors> | 93 </Anchors> |
| 124 </Texture> | 94 </Texture> |
| 125 </Layer> | 95 </Layer> |
| 126 </Layers> | 96 </Layers> |
| 127 </CheckButton> | 97 </CheckButton> |
| 128 <CheckButton name="$parentSlot2" inherits="CyborgMMO_TemplateSlot" id="2"> | 98 <CheckButton name="$parentSlot2" inherits="CyborgMMO_TemplateSlot" id="2"> |
| 129 <Anchors> | 99 <Anchors> |
| 130 <Anchor point="TOPLEFT"> | 100 <Anchor point="TOPLEFT"><Offset><AbsDimension x="68" y="-153"/></Offset></Anchor> |
| 131 <Offset> | 101 </Anchors> |
| 132 <AbsDimension x="68" y="-153"/> | 102 <Layers> |
| 133 </Offset> | 103 <Layer level="ARTWORK"> |
| 134 </Anchor> | 104 <Texture name="$parentText" file="Interface\AddOns\CyborgMMO7\Graphics\Slot.tga"> |
| 135 </Anchors> | 105 <Size><AbsDimension x="33" y="33"/></Size> |
| 136 <Layers> | 106 <Anchors> |
| 137 <Layer level="ARTWORK"> | 107 <Anchor point="CENTER"><Offset><AbsDimension x="0" y="0"/></Offset></Anchor> |
| 138 <Texture name="$parentText" file="Interface\AddOns\CyborgMMO7\Graphics\Slot.tga"> | |
| 139 <Size> | |
| 140 <AbsDimension x="33" y="33"/> | |
| 141 </Size> | |
| 142 <Anchors> | |
| 143 <Anchor point="CENTER"> | |
| 144 <Offset> | |
| 145 <AbsDimension x="0" y="0"/> | |
| 146 </Offset> | |
| 147 </Anchor> | |
| 148 </Anchors> | 108 </Anchors> |
| 149 </Texture> | 109 </Texture> |
| 150 </Layer> | 110 </Layer> |
| 151 </Layers> | 111 </Layers> |
| 152 </CheckButton> | 112 </CheckButton> |
| 153 <CheckButton name="$parentSlot3" inherits="CyborgMMO_TemplateSlot" id="3"> | 113 <CheckButton name="$parentSlot3" inherits="CyborgMMO_TemplateSlot" id="3"> |
| 154 <Anchors> | 114 <Anchors> |
| 155 <Anchor point="TOPLEFT"> | 115 <Anchor point="TOPLEFT"><Offset><AbsDimension x="68" y="-189"/></Offset></Anchor> |
| 156 <Offset> | 116 </Anchors> |
| 157 <AbsDimension x="68" y="-189" /> | 117 <Layers> |
| 158 </Offset> | 118 <Layer level="ARTWORK"> |
| 159 </Anchor> | 119 <Texture name="$parentText" file="Interface\AddOns\CyborgMMO7\Graphics\Slot.tga"> |
| 160 </Anchors> | 120 <Size><AbsDimension x="33" y="33"/></Size> |
| 161 <Layers> | 121 <Anchors> |
| 162 <Layer level="ARTWORK"> | 122 <Anchor point="CENTER"><Offset><AbsDimension x="0" y="0"/></Offset></Anchor> |
| 163 <Texture name="$parentText" file="Interface\AddOns\CyborgMMO7\Graphics\Slot.tga"> | |
| 164 <Size> | |
| 165 <AbsDimension x="33" y="33"/> | |
| 166 </Size> | |
| 167 <Anchors> | |
| 168 <Anchor point="CENTER"> | |
| 169 <Offset> | |
| 170 <AbsDimension x="0" y="0"/> | |
| 171 </Offset> | |
| 172 </Anchor> | |
| 173 </Anchors> | 123 </Anchors> |
| 174 </Texture> | 124 </Texture> |
| 175 </Layer> | 125 </Layer> |
| 176 </Layers> | 126 </Layers> |
| 177 </CheckButton> | 127 </CheckButton> |
| 178 <CheckButton name="$parentSlot4" inherits="CyborgMMO_TemplateSlot" id="4"> | 128 <CheckButton name="$parentSlot4" inherits="CyborgMMO_TemplateSlot" id="4"> |
| 179 <Anchors> | 129 <Anchors> |
| 180 <Anchor point="TOPLEFT"> | 130 <Anchor point="TOPLEFT"><Offset><AbsDimension x="68" y="-238"/></Offset></Anchor> |
| 181 <Offset> | |
| 182 <AbsDimension x="68" y="-238" /> | |
| 183 </Offset> | |
| 184 </Anchor> | |
| 185 </Anchors> | 131 </Anchors> |
| 186 <Layers> | 132 <Layers> |
| 187 <Layer level="ARTWORK"> | 133 <Layer level="ARTWORK"> |
| 188 <Texture name="$parentText" file="Interface\AddOns\CyborgMMO7\Graphics\SlotUp.tga"> | 134 <Texture name="$parentText" file="Interface\AddOns\CyborgMMO7\Graphics\SlotUp.tga"> |
| 189 <Size> | 135 <Size><AbsDimension x="33" y="33"/></Size> |
| 190 <AbsDimension x="33" y="33"/> | 136 <Anchors> |
| 191 </Size> | 137 <Anchor point="CENTER"><Offset><AbsDimension x="0" y="0"/></Offset></Anchor> |
| 192 <Anchors> | |
| 193 <Anchor point="CENTER"> | |
| 194 <Offset> | |
| 195 <AbsDimension x="0" y="0"/> | |
| 196 </Offset> | |
| 197 </Anchor> | |
| 198 </Anchors> | 138 </Anchors> |
| 199 </Texture> | 139 </Texture> |
| 200 </Layer> | 140 </Layer> |
| 201 </Layers> | 141 </Layers> |
| 202 </CheckButton> | 142 </CheckButton> |
| 203 <CheckButton name="$parentSlot5" inherits="CyborgMMO_TemplateSlot" id="5"> | 143 <CheckButton name="$parentSlot5" inherits="CyborgMMO_TemplateSlot" id="5"> |
| 204 <Anchors> | 144 <Anchors> |
| 205 <Anchor point="TOPLEFT"> | 145 <Anchor point="TOPLEFT"><Offset><AbsDimension x="68" y="-273"/></Offset></Anchor> |
| 206 <Offset> | |
| 207 <AbsDimension x="68" y="-273" /> | |
| 208 </Offset> | |
| 209 </Anchor> | |
| 210 </Anchors> | 146 </Anchors> |
| 211 <Layers> | 147 <Layers> |
| 212 <Layer level="ARTWORK"> | 148 <Layer level="ARTWORK"> |
| 213 <Texture name="$parentText" file="Interface\AddOns\CyborgMMO7\Graphics\SlotMiddle.tga"> | 149 <Texture name="$parentText" file="Interface\AddOns\CyborgMMO7\Graphics\SlotMiddle.tga"> |
| 214 <Size> | 150 <Size><AbsDimension x="33" y="33"/></Size> |
| 215 <AbsDimension x="33" y="33"/> | 151 <Anchors> |
| 216 </Size> | 152 <Anchor point="CENTER"><Offset><AbsDimension x="0" y="0"/></Offset></Anchor> |
| 217 <Anchors> | |
| 218 <Anchor point="CENTER"> | |
| 219 <Offset> | |
| 220 <AbsDimension x="0" y="0"/> | |
| 221 </Offset> | |
| 222 </Anchor> | |
| 223 </Anchors> | 153 </Anchors> |
| 224 </Texture> | 154 </Texture> |
| 225 </Layer> | 155 </Layer> |
| 226 </Layers> | 156 </Layers> |
| 227 </CheckButton> | 157 </CheckButton> |
| 228 <CheckButton name="$parentSlot6" inherits="CyborgMMO_TemplateSlot" id="6"> | 158 <CheckButton name="$parentSlot6" inherits="CyborgMMO_TemplateSlot" id="6"> |
| 229 <Anchors> | 159 <Anchors> |
| 230 <Anchor point="TOPLEFT"> | 160 <Anchor point="TOPLEFT"><Offset><AbsDimension x="68" y="-308"/></Offset></Anchor> |
| 231 <Offset> | |
| 232 <AbsDimension x="68" y="-308" /> | |
| 233 </Offset> | |
| 234 </Anchor> | |
| 235 </Anchors> | 161 </Anchors> |
| 236 <Layers> | 162 <Layers> |
| 237 <Layer level="ARTWORK"> | 163 <Layer level="ARTWORK"> |
| 238 <Texture name="$parentText" file="Interface\AddOns\CyborgMMO7\Graphics\SlotDown.tga"> | 164 <Texture name="$parentText" file="Interface\AddOns\CyborgMMO7\Graphics\SlotDown.tga"> |
| 239 <Size> | 165 <Size><AbsDimension x="33" y="33"/></Size> |
| 240 <AbsDimension x="33" y="33"/> | 166 <Anchors> |
| 241 </Size> | 167 <Anchor point="CENTER"><Offset><AbsDimension x="0" y="0"/></Offset></Anchor> |
| 242 <Anchors> | |
| 243 <Anchor point="CENTER"> | |
| 244 <Offset> | |
| 245 <AbsDimension x="0" y="0"/> | |
| 246 </Offset> | |
| 247 </Anchor> | |
| 248 </Anchors> | 168 </Anchors> |
| 249 </Texture> | 169 </Texture> |
| 250 </Layer> | 170 </Layer> |
| 251 </Layers> | 171 </Layers> |
| 252 </CheckButton> | 172 </CheckButton> |
| 253 <CheckButton name="$parentSlot7" inherits="CyborgMMO_TemplateSlot" id="7"> | 173 <CheckButton name="$parentSlot7" inherits="CyborgMMO_TemplateSlot" id="7"> |
| 254 <Anchors> | 174 <Anchors> |
| 255 <Anchor point="TOPLEFT"> | 175 <Anchor point="TOPLEFT"><Offset><AbsDimension x="33" y="-273"/></Offset></Anchor> |
| 256 <Offset> | |
| 257 <AbsDimension x="33" y="-273"/> | |
| 258 </Offset> | |
| 259 </Anchor> | |
| 260 </Anchors> | 176 </Anchors> |
| 261 <Layers> | 177 <Layers> |
| 262 <Layer level="ARTWORK"> | 178 <Layer level="ARTWORK"> |
| 263 <Texture name="$parentText" file="Interface\AddOns\CyborgMMO7\Graphics\SlotLeft.tga"> | 179 <Texture name="$parentText" file="Interface\AddOns\CyborgMMO7\Graphics\SlotLeft.tga"> |
| 264 <Size> | 180 <Size><AbsDimension x="33" y="33"/></Size> |
| 265 <AbsDimension x="33" y="33"/> | 181 <Anchors> |
| 266 </Size> | 182 <Anchor point="CENTER"><Offset><AbsDimension x="0" y="0"/></Offset></Anchor> |
| 267 <Anchors> | |
| 268 <Anchor point="CENTER"> | |
| 269 <Offset> | |
| 270 <AbsDimension x="0" y="0"/> | |
| 271 </Offset> | |
| 272 </Anchor> | |
| 273 </Anchors> | 183 </Anchors> |
| 274 </Texture> | 184 </Texture> |
| 275 </Layer> | 185 </Layer> |
| 276 </Layers> | 186 </Layers> |
| 277 </CheckButton> | 187 </CheckButton> |
| 278 <CheckButton name="$parentSlot8" inherits="CyborgMMO_TemplateSlot" id="8"> | 188 <CheckButton name="$parentSlot8" inherits="CyborgMMO_TemplateSlot" id="8"> |
| 279 <Anchors> | 189 <Anchors> |
| 280 <Anchor point="TOPLEFT"> | 190 <Anchor point="TOPLEFT"><Offset><AbsDimension x="103" y="-273"/></Offset></Anchor> |
| 281 <Offset> | |
| 282 <AbsDimension x="103" y="-273"/> | |
| 283 </Offset> | |
| 284 </Anchor> | |
| 285 </Anchors> | 191 </Anchors> |
| 286 <Layers> | 192 <Layers> |
| 287 <Layer level="ARTWORK"> | 193 <Layer level="ARTWORK"> |
| 288 <Texture name="$parentText" file="Interface\AddOns\CyborgMMO7\Graphics\SlotRight.tga"> | 194 <Texture name="$parentText" file="Interface\AddOns\CyborgMMO7\Graphics\SlotRight.tga"> |
| 289 <Size> | 195 <Size><AbsDimension x="33" y="33"/></Size> |
| 290 <AbsDimension x="33" y="33"/> | 196 <Anchors> |
| 291 </Size> | 197 <Anchor point="CENTER"><Offset><AbsDimension x="0" y="0"/></Offset></Anchor> |
| 292 <Anchors> | |
| 293 <Anchor point="CENTER"> | |
| 294 <Offset> | |
| 295 <AbsDimension x="0" y="0"/> | |
| 296 </Offset> | |
| 297 </Anchor> | |
| 298 </Anchors> | 198 </Anchors> |
| 299 </Texture> | 199 </Texture> |
| 300 </Layer> | 200 </Layer> |
| 301 </Layers> | 201 </Layers> |
| 302 </CheckButton> | 202 </CheckButton> |
| 303 <CheckButton name="$parentSlot9" inherits="CyborgMMO_TemplateSlot" id="9"> | 203 <CheckButton name="$parentSlot9" inherits="CyborgMMO_TemplateSlot" id="9"> |
| 304 <Anchors> | 204 <Anchors> |
| 305 <Anchor point="TOPLEFT"> | 205 <Anchor point="TOPLEFT"><Offset><AbsDimension x="68" y="-356"/></Offset></Anchor> |
| 306 <Offset> | 206 </Anchors> |
| 307 <AbsDimension x="68" y="-356"/> | 207 <Layers> |
| 308 </Offset> | 208 <Layer level="ARTWORK"> |
| 309 </Anchor> | 209 <Texture name="$parentText" file="Interface\AddOns\CyborgMMO7\Graphics\Slot.tga"> |
| 310 </Anchors> | 210 <Size><AbsDimension x="33" y="33"/></Size> |
| 311 <Layers> | 211 <Anchors> |
| 312 <Layer level="ARTWORK"> | 212 <Anchor point="CENTER"><Offset><AbsDimension x="0" y="0"/></Offset></Anchor> |
| 313 <Texture name="$parentText" file="Interface\AddOns\CyborgMMO7\Graphics\Slot.tga"> | |
| 314 <Size> | |
| 315 <AbsDimension x="33" y="33"/> | |
| 316 </Size> | |
| 317 <Anchors> | |
| 318 <Anchor point="CENTER"> | |
| 319 <Offset> | |
| 320 <AbsDimension x="0" y="0"/> | |
| 321 </Offset> | |
| 322 </Anchor> | |
| 323 </Anchors> | 213 </Anchors> |
| 324 </Texture> | 214 </Texture> |
| 325 </Layer> | 215 </Layer> |
| 326 </Layers> | 216 </Layers> |
| 327 </CheckButton> | 217 </CheckButton> |
| 328 <CheckButton name="$parentSlot10" inherits="CyborgMMO_TemplateSlot" id="10"> | 218 <CheckButton name="$parentSlot10" inherits="CyborgMMO_TemplateSlot" id="10"> |
| 329 <Anchors> | 219 <Anchors> |
| 330 <Anchor point="TOPLEFT"> | 220 <Anchor point="TOPLEFT"><Offset><AbsDimension x="68" y="-393"/></Offset></Anchor> |
| 331 <Offset> | 221 </Anchors> |
| 332 <AbsDimension x="68" y="-393"/> | 222 <Layers> |
| 333 </Offset> | 223 <Layer level="ARTWORK"> |
| 334 </Anchor> | 224 <Texture name="$parentText" file="Interface\AddOns\CyborgMMO7\Graphics\Slot.tga"> |
| 335 </Anchors> | 225 <Size><AbsDimension x="33" y="33"/></Size> |
| 336 <Layers> | 226 <Anchors> |
| 337 <Layer level="ARTWORK"> | 227 <Anchor point="CENTER"><Offset><AbsDimension x="0" y="0"/></Offset></Anchor> |
| 338 <Texture name="$parentText" file="Interface\AddOns\CyborgMMO7\Graphics\Slot.tga"> | |
| 339 <Size> | |
| 340 <AbsDimension x="33" y="33"/> | |
| 341 </Size> | |
| 342 <Anchors> | |
| 343 <Anchor point="CENTER"> | |
| 344 <Offset> | |
| 345 <AbsDimension x="0" y="0"/> | |
| 346 </Offset> | |
| 347 </Anchor> | |
| 348 </Anchors> | 228 </Anchors> |
| 349 </Texture> | 229 </Texture> |
| 350 </Layer> | 230 </Layer> |
| 351 </Layers> | 231 </Layers> |
| 352 </CheckButton> | 232 </CheckButton> |
| 353 <CheckButton name="$parentSlot11" inherits="CyborgMMO_TemplateSlot" id="11"> | 233 <CheckButton name="$parentSlot11" inherits="CyborgMMO_TemplateSlot" id="11"> |
| 354 <Anchors> | 234 <Anchors> |
| 355 <Anchor point="TOPLEFT"> | 235 <Anchor point="TOPLEFT"><Offset><AbsDimension x="68" y="-429"/></Offset></Anchor> |
| 356 <Offset> | 236 </Anchors> |
| 357 <AbsDimension x="68" y="-429"/> | 237 <Layers> |
| 358 </Offset> | 238 <Layer level="ARTWORK"> |
| 359 </Anchor> | 239 <Texture name="$parentText" file="Interface\AddOns\CyborgMMO7\Graphics\Slot.tga"> |
| 360 </Anchors> | 240 <Size><AbsDimension x="33" y="33"/></Size> |
| 361 <Layers> | 241 <Anchors> |
| 362 <Layer level="ARTWORK"> | 242 <Anchor point="CENTER"><Offset><AbsDimension x="0" y="0"/></Offset></Anchor> |
| 363 <Texture name="$parentText" file="Interface\AddOns\CyborgMMO7\Graphics\Slot.tga"> | |
| 364 <Size> | |
| 365 <AbsDimension x="33" y="33"/> | |
| 366 </Size> | |
| 367 <Anchors> | |
| 368 <Anchor point="CENTER"> | |
| 369 <Offset> | |
| 370 <AbsDimension x="0" y="0"/> | |
| 371 </Offset> | |
| 372 </Anchor> | |
| 373 </Anchors> | 243 </Anchors> |
| 374 </Texture> | 244 </Texture> |
| 375 </Layer> | 245 </Layer> |
| 376 </Layers> | 246 </Layers> |
| 377 </CheckButton> | 247 </CheckButton> |
| 378 <CheckButton name="$parentSlot12" inherits="CyborgMMO_TemplateSlot" id="12"> | 248 <CheckButton name="$parentSlot12" inherits="CyborgMMO_TemplateSlot" id="12"> |
| 379 <Anchors> | 249 <Anchors> |
| 380 <Anchor point="TOPLEFT"> | 250 <Anchor point="TOPLEFT"><Offset><AbsDimension x="50" y="-68"/></Offset></Anchor> |
| 381 <Offset> | |
| 382 <AbsDimension x="50" y="-68"/> | |
| 383 </Offset> | |
| 384 </Anchor> | |
| 385 </Anchors> | 251 </Anchors> |
| 386 <Layers> | 252 <Layers> |
| 387 <Layer level="ARTWORK"> | 253 <Layer level="ARTWORK"> |
| 388 <Texture name="$parentText" file="Interface\AddOns\CyborgMMO7\Graphics\SlotLeft.tga"> | 254 <Texture name="$parentText" file="Interface\AddOns\CyborgMMO7\Graphics\SlotLeft.tga"> |
| 389 <Size> | 255 <Size><AbsDimension x="33" y="33"/></Size> |
| 390 <AbsDimension x="33" y="33"/> | 256 <Anchors> |
| 391 </Size> | 257 <Anchor point="CENTER"><Offset><AbsDimension x="0" y="0"/></Offset></Anchor> |
| 392 <Anchors> | |
| 393 <Anchor point="CENTER"> | |
| 394 <Offset> | |
| 395 <AbsDimension x="0" y="0"/> | |
| 396 </Offset> | |
| 397 </Anchor> | |
| 398 </Anchors> | 258 </Anchors> |
| 399 </Texture> | 259 </Texture> |
| 400 </Layer> | 260 </Layer> |
| 401 </Layers> | 261 </Layers> |
| 402 </CheckButton> | 262 </CheckButton> |
| 403 <CheckButton name="$parentSlot13" inherits="CyborgMMO_TemplateSlot" id="13"> | 263 <CheckButton name="$parentSlot13" inherits="CyborgMMO_TemplateSlot" id="13"> |
| 404 <Anchors> | 264 <Anchors> |
| 405 <Anchor point="TOPLEFT"> | 265 <Anchor point="TOPLEFT"><Offset><AbsDimension x="86" y="-68"/></Offset></Anchor> |
| 406 <Offset> | |
| 407 <AbsDimension x="86" y="-68" /> | |
| 408 </Offset> | |
| 409 </Anchor> | |
| 410 </Anchors> | 266 </Anchors> |
| 411 <Layers> | 267 <Layers> |
| 412 <Layer level="ARTWORK"> | 268 <Layer level="ARTWORK"> |
| 413 <Texture name="$parentText" file="Interface\AddOns\CyborgMMO7\Graphics\SlotRight.tga"> | 269 <Texture name="$parentText" file="Interface\AddOns\CyborgMMO7\Graphics\SlotRight.tga"> |
| 414 <Size> | 270 <Size><AbsDimension x="33" y="33"/></Size> |
| 415 <AbsDimension x="33" y="33"/> | 271 <Anchors> |
| 416 </Size> | 272 <Anchor point="CENTER"><Offset><AbsDimension x="0" y="0"/></Offset></Anchor> |
| 417 <Anchors> | |
| 418 <Anchor point="CENTER"> | |
| 419 <Offset> | |
| 420 <AbsDimension x="0" y="0"/> | |
| 421 </Offset> | |
| 422 </Anchor> | |
| 423 </Anchors> | 273 </Anchors> |
| 424 </Texture> | 274 </Texture> |
| 425 </Layer> | 275 </Layer> |
| 426 </Layers> | 276 </Layers> |
| 427 </CheckButton> | 277 </CheckButton> |
| 428 <Button name="Mode1" inherits="CyborgMMO_TemplateMode" id="1"> | 278 <Button name="Mode1" inherits="CyborgMMO_TemplateMode" id="1"> |
| 429 <NormalTexture file="Interface\AddOns\CyborgMMO7\Graphics\Mode1Down.tga" > | 279 <NormalTexture file="Interface\AddOns\CyborgMMO7\Graphics\Mode1Down.tga"/> |
| 430 </NormalTexture> | 280 <PushedTexture file="Interface\AddOns\CyborgMMO7\Graphics\Mode1Selected.tga"/> |
| 431 <PushedTexture file="Interface\AddOns\CyborgMMO7\Graphics\Mode1Selected.tga"> | 281 <HighlightTexture file="Interface\AddOns\CyborgMMO7\Graphics\Mode1Over.tga"/> |
| 432 </PushedTexture> | 282 <Anchors> |
| 433 <HighlightTexture file="Interface\AddOns\CyborgMMO7\Graphics\Mode1Over.tga"> | 283 <Anchor point="TOPLEFT"><Offset><AbsDimension x="384" y="-33"/></Offset></Anchor> |
| 434 </HighlightTexture> | |
| 435 <Anchors> | |
| 436 <Anchor point="TOPLEFT"> | |
| 437 <Offset> | |
| 438 <AbsDimension x="384" y="-33" /> | |
| 439 </Offset> | |
| 440 </Anchor> | |
| 441 </Anchors> | 284 </Anchors> |
| 442 </Button> | 285 </Button> |
| 443 <Button name="Mode2" inherits="CyborgMMO_TemplateMode" id="2"> | 286 <Button name="Mode2" inherits="CyborgMMO_TemplateMode" id="2"> |
| 444 <NormalTexture file="Interface\AddOns\CyborgMMO7\Graphics\Mode2Down.tga" > | 287 <NormalTexture file="Interface\AddOns\CyborgMMO7\Graphics\Mode2Down.tga"/> |
| 445 </NormalTexture> | 288 <PushedTexture file="Interface\AddOns\CyborgMMO7\Graphics\Mode2Selected.tga"/> |
| 446 <PushedTexture file="Interface\AddOns\CyborgMMO7\Graphics\Mode2Selected.tga"> | 289 <HighlightTexture file="Interface\AddOns\CyborgMMO7\Graphics\Mode2Over.tga"/> |
| 447 </PushedTexture> | 290 <Anchors> |
| 448 <HighlightTexture file="Interface\AddOns\CyborgMMO7\Graphics\Mode2Over.tga"> | 291 <Anchor point="TOPLEFT"><Offset><AbsDimension x="384" y="-33"/></Offset></Anchor> |
| 449 </HighlightTexture> | |
| 450 <Anchors> | |
| 451 <Anchor point="TOPLEFT"> | |
| 452 <Offset> | |
| 453 <AbsDimension x="384" y="-33" /> | |
| 454 </Offset> | |
| 455 </Anchor> | |
| 456 </Anchors> | 292 </Anchors> |
| 457 </Button> | 293 </Button> |
| 458 <Button name="Mode3" inherits="CyborgMMO_TemplateMode" id="3"> | 294 <Button name="Mode3" inherits="CyborgMMO_TemplateMode" id="3"> |
| 459 <NormalTexture file="Interface\AddOns\CyborgMMO7\Graphics\Mode3Down.tga" > | 295 <NormalTexture file="Interface\AddOns\CyborgMMO7\Graphics\Mode3Down.tga"/> |
| 460 </NormalTexture> | 296 <PushedTexture file="Interface\AddOns\CyborgMMO7\Graphics\Mode3Selected.tga"/> |
| 461 <PushedTexture file="Interface\AddOns\CyborgMMO7\Graphics\Mode3Selected.tga"> | 297 <HighlightTexture file="Interface\AddOns\CyborgMMO7\Graphics\Mode3Over.tga"/> |
| 462 </PushedTexture> | 298 <Anchors> |
| 463 <HighlightTexture file="Interface\AddOns\CyborgMMO7\Graphics\Mode3Over.tga"> | 299 <Anchor point="TOPLEFT"><Offset><AbsDimension x="384" y="-33"/></Offset></Anchor> |
| 464 </HighlightTexture> | |
| 465 <Anchors> | |
| 466 <Anchor point="TOPLEFT"> | |
| 467 <Offset> | |
| 468 <AbsDimension x="384" y="-33" /> | |
| 469 </Offset> | |
| 470 </Anchor> | |
| 471 </Anchors> | 300 </Anchors> |
| 472 </Button> | 301 </Button> |
| 473 </Frames> | 302 </Frames> |
| 474 <Scripts> | 303 <Scripts> |
| 475 <OnLoad> | 304 <OnLoad> |
