annotate RatPage.xml @ 71:60e5f3262337 tip

Added tag v6.1.0-1 for changeset 553715eacab6
author Jerome Vuarand <jerome.vuarand@gmail.com>
date Thu, 26 Feb 2015 14:18:54 +0000
parents 1a29be548897
children
rev   line source
madcatzinc@0 1 <Ui xmlns="http://www.blizzard.com/wow/ui" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
madcatzinc@0 2 <!--
madcatzinc@43 3 Warcraft Plugin for Cyborg MMO7
madcatzinc@0 4 Filename: RatPage.xml
madcatzinc@0 5 Description: Layout and description of the command slots for the mouse.
madcatzinc@0 6 Copyright (C) 2012 Mad Catz Inc.
madcatzinc@0 7 Author: Christopher Hooks
madcatzinc@0 8
madcatzinc@0 9 This program is free software; you can redistribute it and/or
madcatzinc@0 10 modify it under the terms of the GNU General Public License
madcatzinc@0 11 as published by the Free Software Foundation; either version 2
madcatzinc@0 12 of the License, or (at your option) any later version.
madcatzinc@0 13
madcatzinc@0 14 This program is distributed in the hope that it will be useful,
madcatzinc@0 15 but WITHOUT ANY WARRANTY; without even the implied warranty of
madcatzinc@0 16 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
madcatzinc@0 17 GNU General Public License for more details.
madcatzinc@0 18
madcatzinc@0 19 You should have received a copy of the GNU General Public License
madcatzinc@0 20 along with this program; if not, write to the Free Software
madcatzinc@43 21 Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
madcatzinc@0 22 -->
madcatzinc@43 23
madcatzinc@43 24 <!-- IconTemplate -->
madcatzinc@4 25 <Button name="CyborgMMO_TemplateIcon" virtual="true" inherits="SecureActionButtonTemplate">
madcatzinc@43 26 <Size><AbsDimension x="32" y="32"/></Size>
madcatzinc@0 27 <Layers>
madcatzinc@0 28 <Layer level="OVERLAY">
madcatzinc@0 29 <Texture name="$parentIcon"/>
madcatzinc@43 30 </Layer>
madcatzinc@43 31 <Layer level="ARTWORK">
madcatzinc@0 32 <FontString name="$parentHotKey" inherits="NumberFontNormalSmallGray" justifyH="RIGHT">
madcatzinc@43 33 <Size><AbsDimension x="32" y="10"/></Size>
madcatzinc@43 34 <Anchors>
madcatzinc@43 35 <Anchor point="TOPLEFT"><Offset><AbsDimension x="-2" y="-2"/></Offset></Anchor>
madcatzinc@43 36 </Anchors>
madcatzinc@0 37 </FontString>
madcatzinc@0 38 </Layer>
madcatzinc@0 39 </Layers>
madcatzinc@0 40 <PushedTexture file="Interface\Buttons\UI-Quickslot-Depress"/>
madcatzinc@0 41 <HighlightTexture alphaMode="ADD" file="Interface\Buttons\ButtonHilight-Square"/>
madcatzinc@0 42 </Button>
madcatzinc@0 43
madcatzinc@4 44 <Button name="CyborgMMO_TemplateSlot" inherits="CyborgMMO_TemplateIcon" virtual="true">
madcatzinc@0 45 <Scripts>
madcatzinc@0 46 <OnLoad>
madcatzinc@13 47 self = CyborgMMO_SlotView.new(self)
madcatzinc@0 48 </OnLoad>
madcatzinc@0 49 <OnMouseDown>
madcatzinc@13 50 if button == "LeftButton" then
madcatzinc@13 51 self.Clicked()
madcatzinc@0 52 end
madcatzinc@0 53 </OnMouseDown>
madcatzinc@0 54 </Scripts>
madcatzinc@0 55 </Button>
madcatzinc@0 56
madcatzinc@4 57 <Button name="CyborgMMO_TemplateMode" virtual="true">
madcatzinc@43 58 <Size><AbsDimension x="127" y="63"/></Size>
madcatzinc@0 59 <ButtonText name="$parentText">
madcatzinc@43 60 <FontHeight><AbsValue val="10"/></FontHeight>
madcatzinc@0 61 </ButtonText>
madcatzinc@43 62 <NormalFont style="GameFontNormal"/>
madcatzinc@43 63 <HighlightFont style="GameFontHighlight"/>
madcatzinc@43 64 <DisabledFont style="GameFontDisable"/>
madcatzinc@0 65 <Scripts>
madcatzinc@0 66 <OnLoad>
madcatzinc@13 67 self = CyborgMMO_ModeView.new(self)
madcatzinc@0 68 </OnLoad>
madcatzinc@0 69 <OnClick>
madcatzinc@13 70 self.Clicked()
madcatzinc@0 71 </OnClick>
madcatzinc@0 72 </Scripts>
madcatzinc@0 73 </Button>
madcatzinc@0 74
madcatzinc@0 75 <!-- The Rat Page Frame -->
madcatzinc@4 76 <Frame name="CyborgMMO_TemplateRatPage" virtual="true">
madcatzinc@43 77 <Size><AbsDimension x="512" y="512"/></Size>
madcatzinc@0 78 <Anchors>
madcatzinc@43 79 <Anchor point="TOPLEFT"><Offset><AbsDimension x="0" y="-0"/></Offset></Anchor>
madcatzinc@0 80 </Anchors>
madcatzinc@0 81 <!-- Our Slot Locations -->
madcatzinc@0 82 <Frames>
madcatzinc@4 83 <CheckButton name="$parentSlot1" inherits="CyborgMMO_TemplateSlot" id="1">
madcatzinc@0 84 <Anchors>
madcatzinc@43 85 <Anchor point="TOPLEFT"><Offset><AbsDimension x="68" y="-116"/></Offset></Anchor>
madcatzinc@0 86 </Anchors>
madcatzinc@0 87 <Layers>
madcatzinc@0 88 <Layer level="ARTWORK">
madcatzinc@47 89 <Texture name="$parentText" file="Interface\AddOns\CyborgMMO7\Graphics\Slot">
madcatzinc@43 90 <Size><AbsDimension x="33" y="33"/></Size>
madcatzinc@0 91 <Anchors>
madcatzinc@43 92 <Anchor point="CENTER"><Offset><AbsDimension x="0" y="0"/></Offset></Anchor>
madcatzinc@0 93 </Anchors>
madcatzinc@0 94 </Texture>
madcatzinc@0 95 </Layer>
madcatzinc@0 96 </Layers>
madcatzinc@0 97 </CheckButton>
madcatzinc@4 98 <CheckButton name="$parentSlot2" inherits="CyborgMMO_TemplateSlot" id="2">
madcatzinc@0 99 <Anchors>
madcatzinc@43 100 <Anchor point="TOPLEFT"><Offset><AbsDimension x="68" y="-153"/></Offset></Anchor>
madcatzinc@0 101 </Anchors>
madcatzinc@0 102 <Layers>
madcatzinc@0 103 <Layer level="ARTWORK">
madcatzinc@47 104 <Texture name="$parentText" file="Interface\AddOns\CyborgMMO7\Graphics\Slot">
madcatzinc@43 105 <Size><AbsDimension x="33" y="33"/></Size>
madcatzinc@0 106 <Anchors>
madcatzinc@43 107 <Anchor point="CENTER"><Offset><AbsDimension x="0" y="0"/></Offset></Anchor>
madcatzinc@0 108 </Anchors>
madcatzinc@0 109 </Texture>
madcatzinc@0 110 </Layer>
madcatzinc@0 111 </Layers>
madcatzinc@0 112 </CheckButton>
madcatzinc@4 113 <CheckButton name="$parentSlot3" inherits="CyborgMMO_TemplateSlot" id="3">
madcatzinc@0 114 <Anchors>
madcatzinc@43 115 <Anchor point="TOPLEFT"><Offset><AbsDimension x="68" y="-189"/></Offset></Anchor>
madcatzinc@0 116 </Anchors>
madcatzinc@0 117 <Layers>
madcatzinc@0 118 <Layer level="ARTWORK">
madcatzinc@47 119 <Texture name="$parentText" file="Interface\AddOns\CyborgMMO7\Graphics\Slot">
madcatzinc@43 120 <Size><AbsDimension x="33" y="33"/></Size>
madcatzinc@0 121 <Anchors>
madcatzinc@43 122 <Anchor point="CENTER"><Offset><AbsDimension x="0" y="0"/></Offset></Anchor>
madcatzinc@0 123 </Anchors>
madcatzinc@0 124 </Texture>
madcatzinc@0 125 </Layer>
madcatzinc@0 126 </Layers>
madcatzinc@0 127 </CheckButton>
madcatzinc@4 128 <CheckButton name="$parentSlot4" inherits="CyborgMMO_TemplateSlot" id="4">
madcatzinc@0 129 <Anchors>
madcatzinc@43 130 <Anchor point="TOPLEFT"><Offset><AbsDimension x="68" y="-238"/></Offset></Anchor>
madcatzinc@0 131 </Anchors>
madcatzinc@0 132 <Layers>
madcatzinc@0 133 <Layer level="ARTWORK">
madcatzinc@47 134 <Texture name="$parentText" file="Interface\AddOns\CyborgMMO7\Graphics\SlotUp">
madcatzinc@43 135 <Size><AbsDimension x="33" y="33"/></Size>
madcatzinc@0 136 <Anchors>
madcatzinc@43 137 <Anchor point="CENTER"><Offset><AbsDimension x="0" y="0"/></Offset></Anchor>
madcatzinc@0 138 </Anchors>
madcatzinc@0 139 </Texture>
madcatzinc@0 140 </Layer>
madcatzinc@0 141 </Layers>
madcatzinc@0 142 </CheckButton>
madcatzinc@4 143 <CheckButton name="$parentSlot5" inherits="CyborgMMO_TemplateSlot" id="5">
madcatzinc@0 144 <Anchors>
madcatzinc@43 145 <Anchor point="TOPLEFT"><Offset><AbsDimension x="68" y="-273"/></Offset></Anchor>
madcatzinc@0 146 </Anchors>
madcatzinc@0 147 <Layers>
madcatzinc@0 148 <Layer level="ARTWORK">
madcatzinc@47 149 <Texture name="$parentText" file="Interface\AddOns\CyborgMMO7\Graphics\SlotMiddle">
madcatzinc@43 150 <Size><AbsDimension x="33" y="33"/></Size>
madcatzinc@0 151 <Anchors>
madcatzinc@43 152 <Anchor point="CENTER"><Offset><AbsDimension x="0" y="0"/></Offset></Anchor>
madcatzinc@0 153 </Anchors>
madcatzinc@0 154 </Texture>
madcatzinc@0 155 </Layer>
madcatzinc@0 156 </Layers>
madcatzinc@0 157 </CheckButton>
madcatzinc@4 158 <CheckButton name="$parentSlot6" inherits="CyborgMMO_TemplateSlot" id="6">
madcatzinc@0 159 <Anchors>
madcatzinc@43 160 <Anchor point="TOPLEFT"><Offset><AbsDimension x="68" y="-308"/></Offset></Anchor>
madcatzinc@0 161 </Anchors>
madcatzinc@0 162 <Layers>
madcatzinc@0 163 <Layer level="ARTWORK">
madcatzinc@47 164 <Texture name="$parentText" file="Interface\AddOns\CyborgMMO7\Graphics\SlotDown">
madcatzinc@43 165 <Size><AbsDimension x="33" y="33"/></Size>
madcatzinc@0 166 <Anchors>
madcatzinc@43 167 <Anchor point="CENTER"><Offset><AbsDimension x="0" y="0"/></Offset></Anchor>
madcatzinc@0 168 </Anchors>
madcatzinc@0 169 </Texture>
madcatzinc@0 170 </Layer>
madcatzinc@0 171 </Layers>
madcatzinc@0 172 </CheckButton>
madcatzinc@4 173 <CheckButton name="$parentSlot7" inherits="CyborgMMO_TemplateSlot" id="7">
madcatzinc@0 174 <Anchors>
madcatzinc@43 175 <Anchor point="TOPLEFT"><Offset><AbsDimension x="33" y="-273"/></Offset></Anchor>
madcatzinc@0 176 </Anchors>
madcatzinc@0 177 <Layers>
madcatzinc@0 178 <Layer level="ARTWORK">
madcatzinc@47 179 <Texture name="$parentText" file="Interface\AddOns\CyborgMMO7\Graphics\SlotLeft">
madcatzinc@43 180 <Size><AbsDimension x="33" y="33"/></Size>
madcatzinc@0 181 <Anchors>
madcatzinc@43 182 <Anchor point="CENTER"><Offset><AbsDimension x="0" y="0"/></Offset></Anchor>
madcatzinc@0 183 </Anchors>
madcatzinc@0 184 </Texture>
madcatzinc@0 185 </Layer>
madcatzinc@0 186 </Layers>
madcatzinc@0 187 </CheckButton>
madcatzinc@4 188 <CheckButton name="$parentSlot8" inherits="CyborgMMO_TemplateSlot" id="8">
madcatzinc@0 189 <Anchors>
madcatzinc@43 190 <Anchor point="TOPLEFT"><Offset><AbsDimension x="103" y="-273"/></Offset></Anchor>
madcatzinc@0 191 </Anchors>
madcatzinc@0 192 <Layers>
madcatzinc@0 193 <Layer level="ARTWORK">
madcatzinc@47 194 <Texture name="$parentText" file="Interface\AddOns\CyborgMMO7\Graphics\SlotRight">
madcatzinc@43 195 <Size><AbsDimension x="33" y="33"/></Size>
madcatzinc@0 196 <Anchors>
madcatzinc@43 197 <Anchor point="CENTER"><Offset><AbsDimension x="0" y="0"/></Offset></Anchor>
madcatzinc@0 198 </Anchors>
madcatzinc@0 199 </Texture>
madcatzinc@0 200 </Layer>
madcatzinc@0 201 </Layers>
madcatzinc@0 202 </CheckButton>
madcatzinc@4 203 <CheckButton name="$parentSlot9" inherits="CyborgMMO_TemplateSlot" id="9">
madcatzinc@0 204 <Anchors>
madcatzinc@43 205 <Anchor point="TOPLEFT"><Offset><AbsDimension x="68" y="-356"/></Offset></Anchor>
madcatzinc@0 206 </Anchors>
madcatzinc@0 207 <Layers>
madcatzinc@0 208 <Layer level="ARTWORK">
madcatzinc@47 209 <Texture name="$parentText" file="Interface\AddOns\CyborgMMO7\Graphics\Slot">
madcatzinc@43 210 <Size><AbsDimension x="33" y="33"/></Size>
madcatzinc@0 211 <Anchors>
madcatzinc@43 212 <Anchor point="CENTER"><Offset><AbsDimension x="0" y="0"/></Offset></Anchor>
madcatzinc@0 213 </Anchors>
madcatzinc@0 214 </Texture>
madcatzinc@0 215 </Layer>
madcatzinc@0 216 </Layers>
madcatzinc@0 217 </CheckButton>
madcatzinc@4 218 <CheckButton name="$parentSlot10" inherits="CyborgMMO_TemplateSlot" id="10">
madcatzinc@0 219 <Anchors>
madcatzinc@43 220 <Anchor point="TOPLEFT"><Offset><AbsDimension x="68" y="-393"/></Offset></Anchor>
madcatzinc@0 221 </Anchors>
madcatzinc@0 222 <Layers>
madcatzinc@0 223 <Layer level="ARTWORK">
madcatzinc@47 224 <Texture name="$parentText" file="Interface\AddOns\CyborgMMO7\Graphics\Slot">
madcatzinc@43 225 <Size><AbsDimension x="33" y="33"/></Size>
madcatzinc@0 226 <Anchors>
madcatzinc@43 227 <Anchor point="CENTER"><Offset><AbsDimension x="0" y="0"/></Offset></Anchor>
madcatzinc@0 228 </Anchors>
madcatzinc@0 229 </Texture>
madcatzinc@0 230 </Layer>
madcatzinc@0 231 </Layers>
madcatzinc@0 232 </CheckButton>
madcatzinc@4 233 <CheckButton name="$parentSlot11" inherits="CyborgMMO_TemplateSlot" id="11">
madcatzinc@0 234 <Anchors>
madcatzinc@43 235 <Anchor point="TOPLEFT"><Offset><AbsDimension x="68" y="-429"/></Offset></Anchor>
madcatzinc@0 236 </Anchors>
madcatzinc@0 237 <Layers>
madcatzinc@0 238 <Layer level="ARTWORK">
madcatzinc@47 239 <Texture name="$parentText" file="Interface\AddOns\CyborgMMO7\Graphics\Slot">
madcatzinc@43 240 <Size><AbsDimension x="33" y="33"/></Size>
madcatzinc@0 241 <Anchors>
madcatzinc@43 242 <Anchor point="CENTER"><Offset><AbsDimension x="0" y="0"/></Offset></Anchor>
madcatzinc@0 243 </Anchors>
madcatzinc@0 244 </Texture>
madcatzinc@0 245 </Layer>
madcatzinc@0 246 </Layers>
madcatzinc@0 247 </CheckButton>
madcatzinc@4 248 <CheckButton name="$parentSlot12" inherits="CyborgMMO_TemplateSlot" id="12">
madcatzinc@0 249 <Anchors>
madcatzinc@43 250 <Anchor point="TOPLEFT"><Offset><AbsDimension x="50" y="-68"/></Offset></Anchor>
madcatzinc@0 251 </Anchors>
madcatzinc@0 252 <Layers>
madcatzinc@0 253 <Layer level="ARTWORK">
madcatzinc@47 254 <Texture name="$parentText" file="Interface\AddOns\CyborgMMO7\Graphics\SlotLeft">
madcatzinc@43 255 <Size><AbsDimension x="33" y="33"/></Size>
madcatzinc@0 256 <Anchors>
madcatzinc@43 257 <Anchor point="CENTER"><Offset><AbsDimension x="0" y="0"/></Offset></Anchor>
madcatzinc@0 258 </Anchors>
madcatzinc@0 259 </Texture>
madcatzinc@0 260 </Layer>
madcatzinc@0 261 </Layers>
madcatzinc@0 262 </CheckButton>
madcatzinc@4 263 <CheckButton name="$parentSlot13" inherits="CyborgMMO_TemplateSlot" id="13">
madcatzinc@0 264 <Anchors>
madcatzinc@43 265 <Anchor point="TOPLEFT"><Offset><AbsDimension x="86" y="-68"/></Offset></Anchor>
madcatzinc@0 266 </Anchors>
madcatzinc@0 267 <Layers>
madcatzinc@0 268 <Layer level="ARTWORK">
madcatzinc@47 269 <Texture name="$parentText" file="Interface\AddOns\CyborgMMO7\Graphics\SlotRight">
madcatzinc@43 270 <Size><AbsDimension x="33" y="33"/></Size>
madcatzinc@0 271 <Anchors>
madcatzinc@43 272 <Anchor point="CENTER"><Offset><AbsDimension x="0" y="0"/></Offset></Anchor>
madcatzinc@0 273 </Anchors>
madcatzinc@0 274 </Texture>
madcatzinc@0 275 </Layer>
madcatzinc@0 276 </Layers>
madcatzinc@0 277 </CheckButton>
madcatzinc@4 278 <Button name="Mode1" inherits="CyborgMMO_TemplateMode" id="1">
madcatzinc@47 279 <NormalTexture file="Interface\AddOns\CyborgMMO7\Graphics\Mode1Down"/>
madcatzinc@47 280 <PushedTexture file="Interface\AddOns\CyborgMMO7\Graphics\Mode1Selected"/>
madcatzinc@47 281 <HighlightTexture file="Interface\AddOns\CyborgMMO7\Graphics\Mode1Over"/>
madcatzinc@0 282 <Anchors>
madcatzinc@43 283 <Anchor point="TOPLEFT"><Offset><AbsDimension x="384" y="-33"/></Offset></Anchor>
madcatzinc@0 284 </Anchors>
madcatzinc@0 285 </Button>
madcatzinc@4 286 <Button name="Mode2" inherits="CyborgMMO_TemplateMode" id="2">
madcatzinc@47 287 <NormalTexture file="Interface\AddOns\CyborgMMO7\Graphics\Mode2Down"/>
madcatzinc@47 288 <PushedTexture file="Interface\AddOns\CyborgMMO7\Graphics\Mode2Selected"/>
madcatzinc@47 289 <HighlightTexture file="Interface\AddOns\CyborgMMO7\Graphics\Mode2Over"/>
madcatzinc@0 290 <Anchors>
madcatzinc@43 291 <Anchor point="TOPLEFT"><Offset><AbsDimension x="384" y="-33"/></Offset></Anchor>
madcatzinc@0 292 </Anchors>
madcatzinc@0 293 </Button>
madcatzinc@4 294 <Button name="Mode3" inherits="CyborgMMO_TemplateMode" id="3">
madcatzinc@47 295 <NormalTexture file="Interface\AddOns\CyborgMMO7\Graphics\Mode3Down"/>
madcatzinc@47 296 <PushedTexture file="Interface\AddOns\CyborgMMO7\Graphics\Mode3Selected"/>
madcatzinc@47 297 <HighlightTexture file="Interface\AddOns\CyborgMMO7\Graphics\Mode3Over"/>
madcatzinc@0 298 <Anchors>
madcatzinc@43 299 <Anchor point="TOPLEFT"><Offset><AbsDimension x="384" y="-33"/></Offset></Anchor>
madcatzinc@0 300 </Anchors>
madcatzinc@0 301 </Button>
madcatzinc@0 302 </Frames>
madcatzinc@0 303 <Scripts>
madcatzinc@0 304 <OnLoad>
madcatzinc@13 305 self = CyborgMMO_RatPageView.new(self)
madcatzinc@0 306 </OnLoad>
madcatzinc@0 307 </Scripts>
madcatzinc@0 308 </Frame>
madcatzinc@0 309 </Ui>