Mercurial > wow > cyborg-mmo7
diff 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 |
line wrap: on
line diff
--- a/RatPage.xml Mon Apr 29 17:44:34 2013 +0000 +++ b/RatPage.xml Mon Apr 29 17:44:40 2013 +0000 @@ -1,6 +1,6 @@ <Ui xmlns="http://www.blizzard.com/wow/ui" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <!-- - Warcraft Plugin for Cyborg MMO7 + Warcraft Plugin for Cyborg MMO7 Filename: RatPage.xml Description: Layout and description of the command slots for the mouse. Copyright (C) 2012 Mad Catz Inc. @@ -18,29 +18,22 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software - Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. + Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. --> - <!-- IconTemplate--> + + <!-- IconTemplate --> <Button name="CyborgMMO_TemplateIcon" virtual="true" inherits="SecureActionButtonTemplate"> - <Size> - <AbsDimension x="32" y="32"/> - </Size> + <Size><AbsDimension x="32" y="32"/></Size> <Layers> <Layer level="OVERLAY"> <Texture name="$parentIcon"/> - </Layer> - <Layer level="ARTWORK"> + </Layer> + <Layer level="ARTWORK"> <FontString name="$parentHotKey" inherits="NumberFontNormalSmallGray" justifyH="RIGHT"> - <Size> - <AbsDimension x="32" y="10"/> - </Size> - <Anchors> - <Anchor point="TOPLEFT"> - <Offset> - <AbsDimension x="-2" y="-2"/> - </Offset> - </Anchor> - </Anchors> + <Size><AbsDimension x="32" y="10"/></Size> + <Anchors> + <Anchor point="TOPLEFT"><Offset><AbsDimension x="-2" y="-2"/></Offset></Anchor> + </Anchors> </FontString> </Layer> </Layers> @@ -58,24 +51,17 @@ self.Clicked() end </OnMouseDown> - </Scripts> </Button> - - <Button name="CyborgMMO_TemplateMode" virtual="true"> - <Size> - <AbsDimension x="127" y="63" /> - </Size> + <Size><AbsDimension x="127" y="63"/></Size> <ButtonText name="$parentText"> - <FontHeight> - <AbsValue val="10" /> - </FontHeight> + <FontHeight><AbsValue val="10"/></FontHeight> </ButtonText> - <NormalFont style="GameFontNormal" /> - <HighlightFont style="GameFontHighlight" /> - <DisabledFont style="GameFontDisable" /> + <NormalFont style="GameFontNormal"/> + <HighlightFont style="GameFontHighlight"/> + <DisabledFont style="GameFontDisable"/> <Scripts> <OnLoad> self = CyborgMMO_ModeView.new(self) @@ -88,38 +74,22 @@ <!-- The Rat Page Frame --> <Frame name="CyborgMMO_TemplateRatPage" virtual="true"> - <Size> - <AbsDimension x="512" y="512"/> - </Size> + <Size><AbsDimension x="512" y="512"/></Size> <Anchors> - <Anchor point="TOPLEFT"> - <Offset> - <AbsDimension x="0" y="-0"/> - </Offset> - </Anchor> + <Anchor point="TOPLEFT"><Offset><AbsDimension x="0" y="-0"/></Offset></Anchor> </Anchors> <!-- Our Slot Locations --> <Frames> <CheckButton name="$parentSlot1" inherits="CyborgMMO_TemplateSlot" id="1"> <Anchors> - <Anchor point="TOPLEFT"> - <Offset> - <AbsDimension x="68" y="-116" /> - </Offset> - </Anchor> + <Anchor point="TOPLEFT"><Offset><AbsDimension x="68" y="-116"/></Offset></Anchor> </Anchors> <Layers> <Layer level="ARTWORK"> <Texture name="$parentText" file="Interface\AddOns\CyborgMMO7\Graphics\Slot.tga"> - <Size> - <AbsDimension x="33" y="33"/> - </Size> + <Size><AbsDimension x="33" y="33"/></Size> <Anchors> - <Anchor point="CENTER"> - <Offset> - <AbsDimension x="0" y="0"/> - </Offset> - </Anchor> + <Anchor point="CENTER"><Offset><AbsDimension x="0" y="0"/></Offset></Anchor> </Anchors> </Texture> </Layer> @@ -127,24 +97,14 @@ </CheckButton> <CheckButton name="$parentSlot2" inherits="CyborgMMO_TemplateSlot" id="2"> <Anchors> - <Anchor point="TOPLEFT"> - <Offset> - <AbsDimension x="68" y="-153"/> - </Offset> - </Anchor> + <Anchor point="TOPLEFT"><Offset><AbsDimension x="68" y="-153"/></Offset></Anchor> </Anchors> <Layers> <Layer level="ARTWORK"> <Texture name="$parentText" file="Interface\AddOns\CyborgMMO7\Graphics\Slot.tga"> - <Size> - <AbsDimension x="33" y="33"/> - </Size> + <Size><AbsDimension x="33" y="33"/></Size> <Anchors> - <Anchor point="CENTER"> - <Offset> - <AbsDimension x="0" y="0"/> - </Offset> - </Anchor> + <Anchor point="CENTER"><Offset><AbsDimension x="0" y="0"/></Offset></Anchor> </Anchors> </Texture> </Layer> @@ -152,24 +112,14 @@ </CheckButton> <CheckButton name="$parentSlot3" inherits="CyborgMMO_TemplateSlot" id="3"> <Anchors> - <Anchor point="TOPLEFT"> - <Offset> - <AbsDimension x="68" y="-189" /> - </Offset> - </Anchor> + <Anchor point="TOPLEFT"><Offset><AbsDimension x="68" y="-189"/></Offset></Anchor> </Anchors> <Layers> <Layer level="ARTWORK"> <Texture name="$parentText" file="Interface\AddOns\CyborgMMO7\Graphics\Slot.tga"> - <Size> - <AbsDimension x="33" y="33"/> - </Size> + <Size><AbsDimension x="33" y="33"/></Size> <Anchors> - <Anchor point="CENTER"> - <Offset> - <AbsDimension x="0" y="0"/> - </Offset> - </Anchor> + <Anchor point="CENTER"><Offset><AbsDimension x="0" y="0"/></Offset></Anchor> </Anchors> </Texture> </Layer> @@ -177,24 +127,14 @@ </CheckButton> <CheckButton name="$parentSlot4" inherits="CyborgMMO_TemplateSlot" id="4"> <Anchors> - <Anchor point="TOPLEFT"> - <Offset> - <AbsDimension x="68" y="-238" /> - </Offset> - </Anchor> + <Anchor point="TOPLEFT"><Offset><AbsDimension x="68" y="-238"/></Offset></Anchor> </Anchors> <Layers> <Layer level="ARTWORK"> <Texture name="$parentText" file="Interface\AddOns\CyborgMMO7\Graphics\SlotUp.tga"> - <Size> - <AbsDimension x="33" y="33"/> - </Size> + <Size><AbsDimension x="33" y="33"/></Size> <Anchors> - <Anchor point="CENTER"> - <Offset> - <AbsDimension x="0" y="0"/> - </Offset> - </Anchor> + <Anchor point="CENTER"><Offset><AbsDimension x="0" y="0"/></Offset></Anchor> </Anchors> </Texture> </Layer> @@ -202,24 +142,14 @@ </CheckButton> <CheckButton name="$parentSlot5" inherits="CyborgMMO_TemplateSlot" id="5"> <Anchors> - <Anchor point="TOPLEFT"> - <Offset> - <AbsDimension x="68" y="-273" /> - </Offset> - </Anchor> + <Anchor point="TOPLEFT"><Offset><AbsDimension x="68" y="-273"/></Offset></Anchor> </Anchors> <Layers> <Layer level="ARTWORK"> <Texture name="$parentText" file="Interface\AddOns\CyborgMMO7\Graphics\SlotMiddle.tga"> - <Size> - <AbsDimension x="33" y="33"/> - </Size> + <Size><AbsDimension x="33" y="33"/></Size> <Anchors> - <Anchor point="CENTER"> - <Offset> - <AbsDimension x="0" y="0"/> - </Offset> - </Anchor> + <Anchor point="CENTER"><Offset><AbsDimension x="0" y="0"/></Offset></Anchor> </Anchors> </Texture> </Layer> @@ -227,24 +157,14 @@ </CheckButton> <CheckButton name="$parentSlot6" inherits="CyborgMMO_TemplateSlot" id="6"> <Anchors> - <Anchor point="TOPLEFT"> - <Offset> - <AbsDimension x="68" y="-308" /> - </Offset> - </Anchor> + <Anchor point="TOPLEFT"><Offset><AbsDimension x="68" y="-308"/></Offset></Anchor> </Anchors> <Layers> <Layer level="ARTWORK"> <Texture name="$parentText" file="Interface\AddOns\CyborgMMO7\Graphics\SlotDown.tga"> - <Size> - <AbsDimension x="33" y="33"/> - </Size> + <Size><AbsDimension x="33" y="33"/></Size> <Anchors> - <Anchor point="CENTER"> - <Offset> - <AbsDimension x="0" y="0"/> - </Offset> - </Anchor> + <Anchor point="CENTER"><Offset><AbsDimension x="0" y="0"/></Offset></Anchor> </Anchors> </Texture> </Layer> @@ -252,24 +172,14 @@ </CheckButton> <CheckButton name="$parentSlot7" inherits="CyborgMMO_TemplateSlot" id="7"> <Anchors> - <Anchor point="TOPLEFT"> - <Offset> - <AbsDimension x="33" y="-273"/> - </Offset> - </Anchor> + <Anchor point="TOPLEFT"><Offset><AbsDimension x="33" y="-273"/></Offset></Anchor> </Anchors> <Layers> <Layer level="ARTWORK"> <Texture name="$parentText" file="Interface\AddOns\CyborgMMO7\Graphics\SlotLeft.tga"> - <Size> - <AbsDimension x="33" y="33"/> - </Size> + <Size><AbsDimension x="33" y="33"/></Size> <Anchors> - <Anchor point="CENTER"> - <Offset> - <AbsDimension x="0" y="0"/> - </Offset> - </Anchor> + <Anchor point="CENTER"><Offset><AbsDimension x="0" y="0"/></Offset></Anchor> </Anchors> </Texture> </Layer> @@ -277,24 +187,14 @@ </CheckButton> <CheckButton name="$parentSlot8" inherits="CyborgMMO_TemplateSlot" id="8"> <Anchors> - <Anchor point="TOPLEFT"> - <Offset> - <AbsDimension x="103" y="-273"/> - </Offset> - </Anchor> + <Anchor point="TOPLEFT"><Offset><AbsDimension x="103" y="-273"/></Offset></Anchor> </Anchors> <Layers> <Layer level="ARTWORK"> <Texture name="$parentText" file="Interface\AddOns\CyborgMMO7\Graphics\SlotRight.tga"> - <Size> - <AbsDimension x="33" y="33"/> - </Size> + <Size><AbsDimension x="33" y="33"/></Size> <Anchors> - <Anchor point="CENTER"> - <Offset> - <AbsDimension x="0" y="0"/> - </Offset> - </Anchor> + <Anchor point="CENTER"><Offset><AbsDimension x="0" y="0"/></Offset></Anchor> </Anchors> </Texture> </Layer> @@ -302,24 +202,14 @@ </CheckButton> <CheckButton name="$parentSlot9" inherits="CyborgMMO_TemplateSlot" id="9"> <Anchors> - <Anchor point="TOPLEFT"> - <Offset> - <AbsDimension x="68" y="-356"/> - </Offset> - </Anchor> + <Anchor point="TOPLEFT"><Offset><AbsDimension x="68" y="-356"/></Offset></Anchor> </Anchors> <Layers> <Layer level="ARTWORK"> <Texture name="$parentText" file="Interface\AddOns\CyborgMMO7\Graphics\Slot.tga"> - <Size> - <AbsDimension x="33" y="33"/> - </Size> + <Size><AbsDimension x="33" y="33"/></Size> <Anchors> - <Anchor point="CENTER"> - <Offset> - <AbsDimension x="0" y="0"/> - </Offset> - </Anchor> + <Anchor point="CENTER"><Offset><AbsDimension x="0" y="0"/></Offset></Anchor> </Anchors> </Texture> </Layer> @@ -327,24 +217,14 @@ </CheckButton> <CheckButton name="$parentSlot10" inherits="CyborgMMO_TemplateSlot" id="10"> <Anchors> - <Anchor point="TOPLEFT"> - <Offset> - <AbsDimension x="68" y="-393"/> - </Offset> - </Anchor> + <Anchor point="TOPLEFT"><Offset><AbsDimension x="68" y="-393"/></Offset></Anchor> </Anchors> <Layers> <Layer level="ARTWORK"> <Texture name="$parentText" file="Interface\AddOns\CyborgMMO7\Graphics\Slot.tga"> - <Size> - <AbsDimension x="33" y="33"/> - </Size> + <Size><AbsDimension x="33" y="33"/></Size> <Anchors> - <Anchor point="CENTER"> - <Offset> - <AbsDimension x="0" y="0"/> - </Offset> - </Anchor> + <Anchor point="CENTER"><Offset><AbsDimension x="0" y="0"/></Offset></Anchor> </Anchors> </Texture> </Layer> @@ -352,24 +232,14 @@ </CheckButton> <CheckButton name="$parentSlot11" inherits="CyborgMMO_TemplateSlot" id="11"> <Anchors> - <Anchor point="TOPLEFT"> - <Offset> - <AbsDimension x="68" y="-429"/> - </Offset> - </Anchor> + <Anchor point="TOPLEFT"><Offset><AbsDimension x="68" y="-429"/></Offset></Anchor> </Anchors> <Layers> <Layer level="ARTWORK"> <Texture name="$parentText" file="Interface\AddOns\CyborgMMO7\Graphics\Slot.tga"> - <Size> - <AbsDimension x="33" y="33"/> - </Size> + <Size><AbsDimension x="33" y="33"/></Size> <Anchors> - <Anchor point="CENTER"> - <Offset> - <AbsDimension x="0" y="0"/> - </Offset> - </Anchor> + <Anchor point="CENTER"><Offset><AbsDimension x="0" y="0"/></Offset></Anchor> </Anchors> </Texture> </Layer> @@ -377,24 +247,14 @@ </CheckButton> <CheckButton name="$parentSlot12" inherits="CyborgMMO_TemplateSlot" id="12"> <Anchors> - <Anchor point="TOPLEFT"> - <Offset> - <AbsDimension x="50" y="-68"/> - </Offset> - </Anchor> + <Anchor point="TOPLEFT"><Offset><AbsDimension x="50" y="-68"/></Offset></Anchor> </Anchors> <Layers> <Layer level="ARTWORK"> <Texture name="$parentText" file="Interface\AddOns\CyborgMMO7\Graphics\SlotLeft.tga"> - <Size> - <AbsDimension x="33" y="33"/> - </Size> + <Size><AbsDimension x="33" y="33"/></Size> <Anchors> - <Anchor point="CENTER"> - <Offset> - <AbsDimension x="0" y="0"/> - </Offset> - </Anchor> + <Anchor point="CENTER"><Offset><AbsDimension x="0" y="0"/></Offset></Anchor> </Anchors> </Texture> </Layer> @@ -402,72 +262,41 @@ </CheckButton> <CheckButton name="$parentSlot13" inherits="CyborgMMO_TemplateSlot" id="13"> <Anchors> - <Anchor point="TOPLEFT"> - <Offset> - <AbsDimension x="86" y="-68" /> - </Offset> - </Anchor> + <Anchor point="TOPLEFT"><Offset><AbsDimension x="86" y="-68"/></Offset></Anchor> </Anchors> <Layers> <Layer level="ARTWORK"> <Texture name="$parentText" file="Interface\AddOns\CyborgMMO7\Graphics\SlotRight.tga"> - <Size> - <AbsDimension x="33" y="33"/> - </Size> + <Size><AbsDimension x="33" y="33"/></Size> <Anchors> - <Anchor point="CENTER"> - <Offset> - <AbsDimension x="0" y="0"/> - </Offset> - </Anchor> + <Anchor point="CENTER"><Offset><AbsDimension x="0" y="0"/></Offset></Anchor> </Anchors> </Texture> </Layer> </Layers> </CheckButton> <Button name="Mode1" inherits="CyborgMMO_TemplateMode" id="1"> - <NormalTexture file="Interface\AddOns\CyborgMMO7\Graphics\Mode1Down.tga" > - </NormalTexture> - <PushedTexture file="Interface\AddOns\CyborgMMO7\Graphics\Mode1Selected.tga"> - </PushedTexture> - <HighlightTexture file="Interface\AddOns\CyborgMMO7\Graphics\Mode1Over.tga"> - </HighlightTexture> + <NormalTexture file="Interface\AddOns\CyborgMMO7\Graphics\Mode1Down.tga"/> + <PushedTexture file="Interface\AddOns\CyborgMMO7\Graphics\Mode1Selected.tga"/> + <HighlightTexture file="Interface\AddOns\CyborgMMO7\Graphics\Mode1Over.tga"/> <Anchors> - <Anchor point="TOPLEFT"> - <Offset> - <AbsDimension x="384" y="-33" /> - </Offset> - </Anchor> + <Anchor point="TOPLEFT"><Offset><AbsDimension x="384" y="-33"/></Offset></Anchor> </Anchors> </Button> <Button name="Mode2" inherits="CyborgMMO_TemplateMode" id="2"> - <NormalTexture file="Interface\AddOns\CyborgMMO7\Graphics\Mode2Down.tga" > - </NormalTexture> - <PushedTexture file="Interface\AddOns\CyborgMMO7\Graphics\Mode2Selected.tga"> - </PushedTexture> - <HighlightTexture file="Interface\AddOns\CyborgMMO7\Graphics\Mode2Over.tga"> - </HighlightTexture> + <NormalTexture file="Interface\AddOns\CyborgMMO7\Graphics\Mode2Down.tga"/> + <PushedTexture file="Interface\AddOns\CyborgMMO7\Graphics\Mode2Selected.tga"/> + <HighlightTexture file="Interface\AddOns\CyborgMMO7\Graphics\Mode2Over.tga"/> <Anchors> - <Anchor point="TOPLEFT"> - <Offset> - <AbsDimension x="384" y="-33" /> - </Offset> - </Anchor> + <Anchor point="TOPLEFT"><Offset><AbsDimension x="384" y="-33"/></Offset></Anchor> </Anchors> </Button> <Button name="Mode3" inherits="CyborgMMO_TemplateMode" id="3"> - <NormalTexture file="Interface\AddOns\CyborgMMO7\Graphics\Mode3Down.tga" > - </NormalTexture> - <PushedTexture file="Interface\AddOns\CyborgMMO7\Graphics\Mode3Selected.tga"> - </PushedTexture> - <HighlightTexture file="Interface\AddOns\CyborgMMO7\Graphics\Mode3Over.tga"> - </HighlightTexture> + <NormalTexture file="Interface\AddOns\CyborgMMO7\Graphics\Mode3Down.tga"/> + <PushedTexture file="Interface\AddOns\CyborgMMO7\Graphics\Mode3Selected.tga"/> + <HighlightTexture file="Interface\AddOns\CyborgMMO7\Graphics\Mode3Over.tga"/> <Anchors> - <Anchor point="TOPLEFT"> - <Offset> - <AbsDimension x="384" y="-33" /> - </Offset> - </Anchor> + <Anchor point="TOPLEFT"><Offset><AbsDimension x="384" y="-33"/></Offset></Anchor> </Anchors> </Button> </Frames>