view RatQuickPage.xml @ 28:d18ce89b6d09

Removed dead code.
author madcatzinc@35b17cf1-18cd-47ff-9ca3-31d6b526ef09
date Thu, 25 Apr 2013 01:31:01 +0000
parents 6cb9a2936580
children f02cf040133c
line wrap: on
line source
<Ui xmlns="http://www.blizzard.com/wow/ui" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
	<!--
	Warcraft Plugin for Cyborg MMO7 
	Filename: RatQuickPage.xml
	Description: The mouse over reminder page for the commands.
	Copyright (C) 2012 Mad Catz Inc.
	Author: Christopher Hooks

	This program is free software; you can redistribute it and/or
	modify it under the terms of the GNU General Public License
	as published by the Free Software Foundation; either version 2
	of the License, or (at your option) any later version.

	This program is distributed in the hope that it will be useful,
	but WITHOUT ANY WARRANTY; without even the implied warranty of
	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
	GNU General Public License for more details.

	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. 
	-->
	<!-- IconTemplate-->
	<Button name="CyborgMMO_TemplateSmallIcon" virtual="true">
		<Size>
			<AbsDimension x="16.5" y="16.5"/>
		</Size>
		<Layers>
			<Layer level="OVERLAY">
				<Texture name="$parentIcon"/>
				</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>
				</FontString>
			</Layer>
		</Layers>
		<PushedTexture file="Interface\Buttons\UI-Quickslot-Depress"/>
		<HighlightTexture alphaMode="ADD" file="Interface\Buttons\ButtonHilight-Square"/>
	</Button>

	<Button name="CyborgMMO_TemplateSmallSlot" inherits="CyborgMMO_TemplateSmallIcon" virtual="true">
		<Scripts>
			<OnLoad>
				self = CyborgMMO_SlotMiniView.new(self)
			</OnLoad>
			<OnClick>
				self.Clicked()
			</OnClick>
		</Scripts>
	</Button>

	<!-- The Rat Page Frame -->
	<Frame name="CyborgMMO_RatQuickPage" hidden="true">
		<Size>
			<AbsDimension x="256" y="256" />
		</Size>
		<Anchors>
			<Anchor point="CENTER" relativeTo="UIParent">
				<Offset>
					<AbsDimension x="0" y="0" />
				</Offset>
			</Anchor>
		</Anchors>
		<Layers>
			<Layer level="BACKGROUND">
			<Texture name="$parentBackgroundTexture" file="Interface\AddOns\CyborgMMO7\Graphics\ParchmentAndLeftSide.tga">
				<Size>
				  <AbsDimension x="256" y="256" />
				</Size>
				<Anchors>
				  <Anchor point="CENTER">
					<Offset>
					  <AbsDimension x="0" y="0" />
					</Offset>
				  </Anchor>
				</Anchors>
			  </Texture>
			</Layer>
			<Layer level="ARTWORK">
			<Texture name="$parentCalloutsTexture" file="Interface\AddOns\CyborgMMO7\Graphics\Lines.tga">
				<Size>
					<AbsDimension x="256" y="256" />
				</Size>
				<Anchors>
				  <Anchor point="TOPLEFT">
					<Offset>
					  <AbsDimension x="0" y="0" />
					</Offset>
				  </Anchor>
				</Anchors>
			  </Texture>
			</Layer>
		</Layers>
		<!-- Our Slot Locations -->
		<Frames>
			<CheckButton name="$parentSlot1" inherits="CyborgMMO_TemplateSmallSlot" id="1">
				<Anchors>
					<Anchor point="TOPLEFT">
						<Offset>
							<AbsDimension x="34" y="-58" />
						</Offset>
					</Anchor>
				</Anchors>
			</CheckButton>
			<CheckButton name="$parentSlot2" inherits="CyborgMMO_TemplateSmallSlot" id="2">
				<Anchors>
					<Anchor point="TOPLEFT">
						<Offset>
							<AbsDimension x="34" y="-76"/>
						</Offset>
					</Anchor>
				</Anchors>
			</CheckButton>
			<CheckButton name="$parentSlot3" inherits="CyborgMMO_TemplateSmallSlot" id="3">
				<Anchors>
					<Anchor point="TOPLEFT">
						<Offset>
							<AbsDimension x="34" y="-94" />
						</Offset>
					</Anchor>
				</Anchors>
			</CheckButton>
			<CheckButton name="$parentSlot4" inherits="CyborgMMO_TemplateSmallSlot" id="4">
				<Anchors>
					<Anchor point="TOPLEFT">
						<Offset>
							<AbsDimension x="34" y="-119" />
						</Offset>
					</Anchor>
				</Anchors>
			</CheckButton>
			<CheckButton name="$parentSlot5" inherits="CyborgMMO_TemplateSmallSlot" id="5">
				<Anchors>
					<Anchor point="TOPLEFT">
						<Offset>
							<AbsDimension x="34" y="-136" />
						</Offset>
					</Anchor>
				</Anchors>
			</CheckButton>
			<CheckButton name="$parentSlot6" inherits="CyborgMMO_TemplateSmallSlot" id="6">
				<Anchors>
					<Anchor point="TOPLEFT">
						<Offset>
							<AbsDimension x="34" y="-153" />
						</Offset>
					</Anchor>
				</Anchors>
			</CheckButton>
			<CheckButton name="$parentSlot7" inherits="CyborgMMO_TemplateSmallSlot" id="7">
				<Anchors>
					<Anchor point="TOPLEFT">
						<Offset>
							<AbsDimension x="16.5" y="-136"/>
						</Offset>
					</Anchor>
				</Anchors>
			</CheckButton>
			<CheckButton name="$parentSlot8" inherits="CyborgMMO_TemplateSmallSlot" id="8">
				<Anchors>
					<Anchor point="TOPLEFT">
						<Offset>
							<AbsDimension x="52.5" y="-136"/>
						</Offset>
					</Anchor>
				</Anchors>
			</CheckButton>
			<CheckButton name="$parentSlot9" inherits="CyborgMMO_TemplateSmallSlot" id="9">
				<Anchors>
					<Anchor point="TOPLEFT">
						<Offset>
							<AbsDimension x="34" y="-180"/>
						</Offset>
					</Anchor>
				</Anchors>
			</CheckButton>
			<CheckButton name="$parentSlot10" inherits="CyborgMMO_TemplateSmallSlot" id="10">
				<Anchors>
					<Anchor point="TOPLEFT">
						<Offset>
							<AbsDimension x="34" y="-197"/>
						</Offset>
					</Anchor>
				</Anchors>
			</CheckButton>
			<CheckButton name="$parentSlot11" inherits="CyborgMMO_TemplateSmallSlot" id="11">
				<Anchors>
					<Anchor point="TOPLEFT">
						<Offset>
							<AbsDimension x="34" y="-214"/>
						</Offset>
					</Anchor>
				</Anchors>
			</CheckButton>
			<CheckButton name="$parentSlot12" inherits="CyborgMMO_TemplateSmallSlot" id="12">
				<Anchors>
					<Anchor point="TOPLEFT">
						<Offset>
							<AbsDimension x="24" y="-33"/>
						</Offset>
					</Anchor>
				</Anchors>
			</CheckButton>
			<CheckButton name="$parentSlot13" inherits="CyborgMMO_TemplateSmallSlot" id="13">
				<Anchors>
					<Anchor point="TOPLEFT">
						<Offset>
							<AbsDimension x="44" y="-33" />
						</Offset>
					</Anchor>
				</Anchors>
			</CheckButton>
		</Frames>
		<Scripts>
			<OnLoad>
				CyborgMMO_RatQuickPageView.new(self)
			</OnLoad>
		</Scripts>
	</Frame>
</Ui>