Mercurial > wow > cyborg-mmo7
comparison RatQuickPage.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: RatQuickPage.xml | 4 Filename: RatQuickPage.xml |
| 5 Description: The mouse over reminder page for the commands. | 5 Description: The mouse over reminder page for the commands. |
| 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 | |
| 23 <!-- IconTemplate--> | 24 <!-- IconTemplate--> |
| 24 <Button name="CyborgMMO_TemplateSmallIcon" virtual="true"> | 25 <Button name="CyborgMMO_TemplateSmallIcon" virtual="true"> |
| 25 <Size> | 26 <Size><AbsDimension x="16.5" y="16.5"/></Size> |
| 26 <AbsDimension x="16.5" y="16.5"/> | |
| 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"/> |
| 59 </Scripts> | 52 </Scripts> |
| 60 </Button> | 53 </Button> |
| 61 | 54 |
| 62 <!-- The Rat Page Frame --> | 55 <!-- The Rat Page Frame --> |
| 63 <Frame name="CyborgMMO_RatQuickPage" hidden="true"> | 56 <Frame name="CyborgMMO_RatQuickPage" hidden="true"> |
| 64 <Size> | 57 <Size><AbsDimension x="256" y="256"/></Size> |
| 65 <AbsDimension x="256" y="256" /> | |
| 66 </Size> | |
| 67 <Anchors> | 58 <Anchors> |
| 68 <Anchor point="CENTER" relativeTo="UIParent"> | 59 <Anchor point="CENTER" relativeTo="UIParent"> |
| 69 <Offset> | 60 <Offset><AbsDimension x="0" y="0"/></Offset> |
| 70 <AbsDimension x="0" y="0" /> | |
| 71 </Offset> | |
| 72 </Anchor> | 61 </Anchor> |
| 73 </Anchors> | 62 </Anchors> |
| 74 <Layers> | 63 <Layers> |
| 75 <Layer level="BACKGROUND"> | 64 <Layer level="BACKGROUND"> |
| 76 <Texture name="$parentBackgroundTexture" file="Interface\AddOns\CyborgMMO7\Graphics\ParchmentAndLeftSide.tga"> | 65 <Texture name="$parentBackgroundTexture" file="Interface\AddOns\CyborgMMO7\Graphics\ParchmentAndLeftSide.tga"> |
| 77 <Size> | 66 <Size><AbsDimension x="256" y="256"/></Size> |
| 78 <AbsDimension x="256" y="256" /> | 67 <Anchors> |
| 79 </Size> | 68 <Anchor point="CENTER"><Offset><AbsDimension x="0" y="0"/></Offset></Anchor> |
| 80 <Anchors> | 69 </Anchors> |
| 81 <Anchor point="CENTER"> | 70 </Texture> |
| 82 <Offset> | |
| 83 <AbsDimension x="0" y="0" /> | |
| 84 </Offset> | |
| 85 </Anchor> | |
| 86 </Anchors> | |
| 87 </Texture> | |
| 88 </Layer> | 71 </Layer> |
| 89 <Layer level="ARTWORK"> | 72 <Layer level="ARTWORK"> |
| 90 <Texture name="$parentCalloutsTexture" file="Interface\AddOns\CyborgMMO7\Graphics\Lines.tga"> | 73 <Texture name="$parentCalloutsTexture" file="Interface\AddOns\CyborgMMO7\Graphics\Lines.tga"> |
| 91 <Size> | 74 <Size><AbsDimension x="256" y="256"/></Size> |
| 92 <AbsDimension x="256" y="256" /> | 75 <Anchors> |
| 93 </Size> | 76 <Anchor point="TOPLEFT"><Offset><AbsDimension x="0" y="0"/></Offset></Anchor> |
| 94 <Anchors> | 77 </Anchors> |
| 95 <Anchor point="TOPLEFT"> | 78 </Texture> |
| 96 <Offset> | |
| 97 <AbsDimension x="0" y="0" /> | |
| 98 </Offset> | |
| 99 </Anchor> | |
| 100 </Anchors> | |
| 101 </Texture> | |
| 102 </Layer> | 79 </Layer> |
| 103 </Layers> | 80 </Layers> |
| 104 <!-- Our Slot Locations --> | 81 <!-- Our Slot Locations --> |
| 105 <Frames> | 82 <Frames> |
| 106 <CheckButton name="$parentSlot1" inherits="CyborgMMO_TemplateSmallSlot" id="1"> | 83 <CheckButton name="$parentSlot1" inherits="CyborgMMO_TemplateSmallSlot" id="1"> |
| 107 <Anchors> | 84 <Anchors> |
| 108 <Anchor point="TOPLEFT"> | 85 <Anchor point="TOPLEFT"><Offset><AbsDimension x="34" y="-58"/></Offset></Anchor> |
| 109 <Offset> | |
| 110 <AbsDimension x="34" y="-58" /> | |
| 111 </Offset> | |
| 112 </Anchor> | |
| 113 </Anchors> | 86 </Anchors> |
| 114 </CheckButton> | 87 </CheckButton> |
| 115 <CheckButton name="$parentSlot2" inherits="CyborgMMO_TemplateSmallSlot" id="2"> | 88 <CheckButton name="$parentSlot2" inherits="CyborgMMO_TemplateSmallSlot" id="2"> |
| 116 <Anchors> | 89 <Anchors> |
| 117 <Anchor point="TOPLEFT"> | 90 <Anchor point="TOPLEFT"><Offset><AbsDimension x="34" y="-76"/></Offset></Anchor> |
| 118 <Offset> | |
| 119 <AbsDimension x="34" y="-76"/> | |
| 120 </Offset> | |
| 121 </Anchor> | |
| 122 </Anchors> | 91 </Anchors> |
| 123 </CheckButton> | 92 </CheckButton> |
| 124 <CheckButton name="$parentSlot3" inherits="CyborgMMO_TemplateSmallSlot" id="3"> | 93 <CheckButton name="$parentSlot3" inherits="CyborgMMO_TemplateSmallSlot" id="3"> |
| 125 <Anchors> | 94 <Anchors> |
| 126 <Anchor point="TOPLEFT"> | 95 <Anchor point="TOPLEFT"><Offset><AbsDimension x="34" y="-94"/></Offset></Anchor> |
| 127 <Offset> | |
| 128 <AbsDimension x="34" y="-94" /> | |
| 129 </Offset> | |
| 130 </Anchor> | |
| 131 </Anchors> | 96 </Anchors> |
| 132 </CheckButton> | 97 </CheckButton> |
| 133 <CheckButton name="$parentSlot4" inherits="CyborgMMO_TemplateSmallSlot" id="4"> | 98 <CheckButton name="$parentSlot4" inherits="CyborgMMO_TemplateSmallSlot" id="4"> |
| 134 <Anchors> | 99 <Anchors> |
| 135 <Anchor point="TOPLEFT"> | 100 <Anchor point="TOPLEFT"><Offset><AbsDimension x="34" y="-119"/></Offset></Anchor> |
| 136 <Offset> | |
| 137 <AbsDimension x="34" y="-119" /> | |
| 138 </Offset> | |
| 139 </Anchor> | |
| 140 </Anchors> | 101 </Anchors> |
| 141 </CheckButton> | 102 </CheckButton> |
| 142 <CheckButton name="$parentSlot5" inherits="CyborgMMO_TemplateSmallSlot" id="5"> | 103 <CheckButton name="$parentSlot5" inherits="CyborgMMO_TemplateSmallSlot" id="5"> |
| 143 <Anchors> | 104 <Anchors> |
| 144 <Anchor point="TOPLEFT"> | 105 <Anchor point="TOPLEFT"><Offset><AbsDimension x="34" y="-136"/></Offset></Anchor> |
| 145 <Offset> | |
| 146 <AbsDimension x="34" y="-136" /> | |
| 147 </Offset> | |
| 148 </Anchor> | |
| 149 </Anchors> | 106 </Anchors> |
| 150 </CheckButton> | 107 </CheckButton> |
| 151 <CheckButton name="$parentSlot6" inherits="CyborgMMO_TemplateSmallSlot" id="6"> | 108 <CheckButton name="$parentSlot6" inherits="CyborgMMO_TemplateSmallSlot" id="6"> |
| 152 <Anchors> | 109 <Anchors> |
| 153 <Anchor point="TOPLEFT"> | 110 <Anchor point="TOPLEFT"><Offset><AbsDimension x="34" y="-153"/></Offset></Anchor> |
| 154 <Offset> | |
| 155 <AbsDimension x="34" y="-153" /> | |
| 156 </Offset> | |
| 157 </Anchor> | |
| 158 </Anchors> | 111 </Anchors> |
| 159 </CheckButton> | 112 </CheckButton> |
| 160 <CheckButton name="$parentSlot7" inherits="CyborgMMO_TemplateSmallSlot" id="7"> | 113 <CheckButton name="$parentSlot7" inherits="CyborgMMO_TemplateSmallSlot" id="7"> |
| 161 <Anchors> | 114 <Anchors> |
| 162 <Anchor point="TOPLEFT"> | 115 <Anchor point="TOPLEFT"><Offset><AbsDimension x="16.5" y="-136"/></Offset></Anchor> |
| 163 <Offset> | |
| 164 <AbsDimension x="16.5" y="-136"/> | |
| 165 </Offset> | |
| 166 </Anchor> | |
| 167 </Anchors> | 116 </Anchors> |
| 168 </CheckButton> | 117 </CheckButton> |
| 169 <CheckButton name="$parentSlot8" inherits="CyborgMMO_TemplateSmallSlot" id="8"> | 118 <CheckButton name="$parentSlot8" inherits="CyborgMMO_TemplateSmallSlot" id="8"> |
| 170 <Anchors> | 119 <Anchors> |
| 171 <Anchor point="TOPLEFT"> | 120 <Anchor point="TOPLEFT"><Offset><AbsDimension x="52.5" y="-136"/></Offset></Anchor> |
| 172 <Offset> | |
| 173 <AbsDimension x="52.5" y="-136"/> | |
| 174 </Offset> | |
| 175 </Anchor> | |
| 176 </Anchors> | 121 </Anchors> |
| 177 </CheckButton> | 122 </CheckButton> |
| 178 <CheckButton name="$parentSlot9" inherits="CyborgMMO_TemplateSmallSlot" id="9"> | 123 <CheckButton name="$parentSlot9" inherits="CyborgMMO_TemplateSmallSlot" id="9"> |
| 179 <Anchors> | 124 <Anchors> |
| 180 <Anchor point="TOPLEFT"> | 125 <Anchor point="TOPLEFT"><Offset><AbsDimension x="34" y="-180"/></Offset></Anchor> |
| 181 <Offset> | |
| 182 <AbsDimension x="34" y="-180"/> | |
| 183 </Offset> | |
| 184 </Anchor> | |
| 185 </Anchors> | 126 </Anchors> |
| 186 </CheckButton> | 127 </CheckButton> |
| 187 <CheckButton name="$parentSlot10" inherits="CyborgMMO_TemplateSmallSlot" id="10"> | 128 <CheckButton name="$parentSlot10" inherits="CyborgMMO_TemplateSmallSlot" id="10"> |
| 188 <Anchors> | 129 <Anchors> |
| 189 <Anchor point="TOPLEFT"> | 130 <Anchor point="TOPLEFT"><Offset><AbsDimension x="34" y="-197"/></Offset></Anchor> |
| 190 <Offset> | |
| 191 <AbsDimension x="34" y="-197"/> | |
| 192 </Offset> | |
| 193 </Anchor> | |
| 194 </Anchors> | 131 </Anchors> |
| 195 </CheckButton> | 132 </CheckButton> |
| 196 <CheckButton name="$parentSlot11" inherits="CyborgMMO_TemplateSmallSlot" id="11"> | 133 <CheckButton name="$parentSlot11" inherits="CyborgMMO_TemplateSmallSlot" id="11"> |
| 197 <Anchors> | 134 <Anchors> |
| 198 <Anchor point="TOPLEFT"> | 135 <Anchor point="TOPLEFT"><Offset><AbsDimension x="34" y="-214"/></Offset></Anchor> |
| 199 <Offset> | |
| 200 <AbsDimension x="34" y="-214"/> | |
| 201 </Offset> | |
| 202 </Anchor> | |
| 203 </Anchors> | 136 </Anchors> |
| 204 </CheckButton> | 137 </CheckButton> |
| 205 <CheckButton name="$parentSlot12" inherits="CyborgMMO_TemplateSmallSlot" id="12"> | 138 <CheckButton name="$parentSlot12" inherits="CyborgMMO_TemplateSmallSlot" id="12"> |
| 206 <Anchors> | 139 <Anchors> |
| 207 <Anchor point="TOPLEFT"> | 140 <Anchor point="TOPLEFT"><Offset><AbsDimension x="24" y="-33"/></Offset></Anchor> |
| 208 <Offset> | |
| 209 <AbsDimension x="24" y="-33"/> | |
| 210 </Offset> | |
| 211 </Anchor> | |
| 212 </Anchors> | 141 </Anchors> |
| 213 </CheckButton> | 142 </CheckButton> |
| 214 <CheckButton name="$parentSlot13" inherits="CyborgMMO_TemplateSmallSlot" id="13"> | 143 <CheckButton name="$parentSlot13" inherits="CyborgMMO_TemplateSmallSlot" id="13"> |
| 215 <Anchors> | 144 <Anchors> |
| 216 <Anchor point="TOPLEFT"> | 145 <Anchor point="TOPLEFT"><Offset><AbsDimension x="44" y="-33"/></Offset></Anchor> |
| 217 <Offset> | |
| 218 <AbsDimension x="44" y="-33" /> | |
| 219 </Offset> | |
| 220 </Anchor> | |
| 221 </Anchors> | 146 </Anchors> |
| 222 </CheckButton> | 147 </CheckButton> |
| 223 </Frames> | 148 </Frames> |
| 224 <Scripts> | 149 <Scripts> |
| 225 <OnLoad> | 150 <OnLoad> |
