Mercurial > wow > cyborg-mmo7
comparison MainPage.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 | 841191e42919 |
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: MainPage.xml | 4 Filename: MainPage.xml |
5 Description: Xml description of the MMO7 UI | 5 Description: Xml description of the MMO7 UI |
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 |
24 <!-- UIButtonsTemplate--> | 24 <!-- UIButtonsTemplate--> |
25 <Button name="CyborgMMO_TemplateCallbackButton" virtual="true" inherits="CyborgMMO_TemplateIcon"> | 25 <Button name="CyborgMMO_TemplateCallbackButton" virtual="true" inherits="CyborgMMO_TemplateIcon"> |
26 <Scripts> | 26 <Scripts> |
27 <OnLoad> | 27 <OnLoad> |
28 self = CyborgMMO_CallbackIcons.new(self) | 28 self = CyborgMMO_CallbackIcons.new(self) |
42 <!-- The Main Form --> | 42 <!-- The Main Form --> |
43 <Frame name="CyborgMMO_MainPage" movable="true" enableMouse="true" clampedtoscreen="true" frameStrata="MEDIUM" hidden="true"> | 43 <Frame name="CyborgMMO_MainPage" movable="true" enableMouse="true" clampedtoscreen="true" frameStrata="MEDIUM" hidden="true"> |
44 <TitleRegion> | 44 <TitleRegion> |
45 <Size x="512" y="512"/> | 45 <Size x="512" y="512"/> |
46 <Anchors> | 46 <Anchors> |
47 <Anchor point="LEFT"> | 47 <Anchor point="LEFT"><Offset><AbsDimension x="0" y="0"/></Offset></Anchor> |
48 <Offset> | |
49 <AbsDimension x="0" | |
50 y="0" /> | |
51 </Offset> | |
52 </Anchor> | |
53 </Anchors> | 48 </Anchors> |
54 </TitleRegion> | 49 </TitleRegion> |
55 <Size> | 50 <Size><AbsDimension x="512" y="512"/></Size> |
56 <AbsDimension x="512" y="512" /> | |
57 </Size> | |
58 <Anchors> | 51 <Anchors> |
59 <Anchor point="LEFT" relativeTo="UIParent"> | 52 <Anchor point="LEFT" relativeTo="UIParent"><Offset><AbsDimension x="0" y="0"/></Offset></Anchor> |
60 <Offset> | |
61 <AbsDimension x="0" y="0" /> | |
62 </Offset> | |
63 </Anchor> | |
64 </Anchors> | 53 </Anchors> |
65 <Layers> | 54 <Layers> |
66 <Layer level="BACKGROUND"> | 55 <Layer level="BACKGROUND"> |
67 <Texture name="$parentBackgroundTexture" | 56 <Texture |
68 file="Interface\AddOns\CyborgMMO7\Graphics\ParchmentAndAllIcons.tga" > | 57 name="$parentBackgroundTexture" |
69 <Size> | 58 file="Interface\AddOns\CyborgMMO7\Graphics\ParchmentAndAllIcons.tga" |
70 <AbsDimension x="512" | 59 > |
71 y="512" /> | 60 <Size><AbsDimension x="512" y="512"/></Size> |
72 </Size> | 61 <Anchors> |
73 <Anchors> | 62 <Anchor point="TOPLEFT"><Offset><AbsDimension x="0" y="0"/></Offset></Anchor> |
74 <Anchor point="TOPLEFT"> | 63 </Anchors> |
75 <Offset> | 64 </Texture> |
76 <AbsDimension x="0" | |
77 y="0" /> | |
78 </Offset> | |
79 </Anchor> | |
80 </Anchors> | |
81 </Texture> | |
82 </Layer> | 65 </Layer> |
83 <Layer level="ARTWORK"> | 66 <Layer level="ARTWORK"> |
84 <Texture name="$parentRatCalloutsTexture" | 67 <Texture |
85 file="Interface\AddOns\CyborgMMO7\Graphics\Lines.tga" > | 68 name="$parentRatCalloutsTexture" |
86 | 69 file="Interface\AddOns\CyborgMMO7\Graphics\Lines.tga" |
87 <Size> | 70 > |
88 <AbsDimension x="512" | 71 <Size><AbsDimension x="512" y="512"/></Size> |
89 y="512" /> | 72 <Anchors> |
90 </Size> | 73 <Anchor point="TOPLEFT"><Offset><AbsDimension x="0" y="0"/></Offset></Anchor> |
91 <Anchors> | 74 </Anchors> |
92 <Anchor point="TOPLEFT"> | 75 </Texture> |
93 <Offset> | |
94 <AbsDimension x="0" | |
95 y="0" /> | |
96 </Offset> | |
97 </Anchor> | |
98 </Anchors> | |
99 </Texture> | |
100 </Layer> | 76 </Layer> |
101 </Layers> | 77 </Layers> |
102 <Frames> | 78 <Frames> |
103 <Button name="$parentCharacterPage" inherits="CyborgMMO_TemplateCallbackButton" resize="false"> | 79 <Button name="$parentCharacterPage" inherits="CyborgMMO_TemplateCallbackButton" resize="false"> |
104 <Anchors> | 80 <Anchors> |
105 <Anchor point="TOPLEFT"> | 81 <Anchor point="TOPLEFT"><Offset><AbsDimension x="379" y="-411"/></Offset></Anchor> |
106 <Offset> | |
107 <AbsDimension x="379" y="-411" /> | |
108 </Offset> | |
109 </Anchor> | |
110 </Anchors> | 82 </Anchors> |
111 </Button> | 83 </Button> |
112 <Button name="$parentInventory" inherits="CyborgMMO_TemplateCallbackButton"> | 84 <Button name="$parentInventory" inherits="CyborgMMO_TemplateCallbackButton"> |
113 <Anchors> | 85 <Anchors> |
114 <Anchor point="TOPLEFT"> | 86 <Anchor point="TOPLEFT"><Offset><AbsDimension x="379" y="-446"/></Offset></Anchor> |
115 <Offset> | |
116 <AbsDimension x="379" y="-446" /> | |
117 </Offset> | |
118 </Anchor> | |
119 </Anchors> | 87 </Anchors> |
120 </Button> | 88 </Button> |
121 <Button name="$parentSpellbook" inherits="CyborgMMO_TemplateCallbackButton"> | 89 <Button name="$parentSpellbook" inherits="CyborgMMO_TemplateCallbackButton"> |
122 <Anchors> | 90 <Anchors> |
123 <Anchor point="TOPLEFT"> | 91 <Anchor point="TOPLEFT"><Offset><AbsDimension x="414" y="-411"/></Offset></Anchor> |
124 <Offset> | |
125 <AbsDimension x="414" y="-411" /> | |
126 </Offset> | |
127 </Anchor> | |
128 </Anchors> | 92 </Anchors> |
129 </Button> | 93 </Button> |
130 <Button name="$parentMacros" inherits="CyborgMMO_TemplateCallbackButton"> | 94 <Button name="$parentMacros" inherits="CyborgMMO_TemplateCallbackButton"> |
131 <Anchors> | 95 <Anchors> |
132 <Anchor point="TOPLEFT"> | 96 <Anchor point="TOPLEFT"><Offset><AbsDimension x="449" y="-446"/></Offset></Anchor> |
133 <Offset> | |
134 <AbsDimension x="449" y="-446" /> | |
135 </Offset> | |
136 </Anchor> | |
137 </Anchors> | 97 </Anchors> |
138 </Button> | 98 </Button> |
139 <Button name="$parentAchievement" inherits="CyborgMMO_TemplateCallbackButton"> | 99 <Button name="$parentAchievement" inherits="CyborgMMO_TemplateCallbackButton"> |
140 <Anchors> | 100 <Anchors> |
141 <Anchor point="TOPLEFT"> | 101 <Anchor point="TOPLEFT"><Offset><AbsDimension x="449" y="-411"/></Offset></Anchor> |
142 <Offset> | |
143 <AbsDimension x="449" y="-411" /> | |
144 </Offset> | |
145 </Anchor> | |
146 </Anchors> | 102 </Anchors> |
147 </Button> | 103 </Button> |
148 <Button name="$parentQuestLog" inherits="CyborgMMO_TemplateCallbackButton"> | 104 <Button name="$parentQuestLog" inherits="CyborgMMO_TemplateCallbackButton"> |
149 <Anchors> | 105 <Anchors> |
150 <Anchor point="TOPLEFT"> | 106 <Anchor point="TOPLEFT"><Offset><AbsDimension x="344" y="-446"/></Offset></Anchor> |
151 <Offset> | |
152 <AbsDimension x="344" y="-446" /> | |
153 </Offset> | |
154 </Anchor> | |
155 </Anchors> | 107 </Anchors> |
156 </Button> | 108 </Button> |
157 <Button name="$parentMap" inherits="CyborgMMO_TemplateCallbackButton"> | 109 <Button name="$parentMap" inherits="CyborgMMO_TemplateCallbackButton"> |
158 <Anchors> | 110 <Anchors> |
159 <Anchor point="TOPLEFT"> | 111 <Anchor point="TOPLEFT"><Offset><AbsDimension x="414" y="-446"/></Offset></Anchor> |
160 <Offset> | |
161 <AbsDimension x="414" y="-446" /> | |
162 </Offset> | |
163 </Anchor> | |
164 </Anchors> | 112 </Anchors> |
165 </Button> | 113 </Button> |
166 <Button name="$parentCloseButton"> | 114 <Button name="$parentCloseButton"> |
167 <Size> | 115 <Size><AbsDimension x="23" y="24"/></Size> |
168 <AbsDimension x="23" y="24" /> | |
169 </Size> | |
170 <Anchors> | 116 <Anchors> |
171 <Anchor point="TOPLEFT"> | 117 <Anchor point="TOPLEFT"><Offset><AbsDimension x="474" y="-8"/></Offset></Anchor> |
172 <Offset> | |
173 <AbsDimension x="474" y="-8" /> | |
174 </Offset> | |
175 </Anchor> | |
176 </Anchors> | 118 </Anchors> |
177 <Scripts> | 119 <Scripts> |
178 <OnClick>CyborgMMO_Close()</OnClick> | 120 <OnClick>CyborgMMO_Close()</OnClick> |
179 </Scripts> | 121 </Scripts> |
180 <NormalTexture file="Interface\AddOns\CyborgMMO7\Graphics\CloseButton.tga"/> | 122 <NormalTexture file="Interface\AddOns\CyborgMMO7\Graphics\CloseButton.tga"/> |
181 <PushedTexture file="Interface\AddOns\CyborgMMO7\Graphics\CloseButtonDown.tga"/> | 123 <PushedTexture file="Interface\AddOns\CyborgMMO7\Graphics\CloseButtonDown.tga"/> |
182 <HighlightTexture file="Interface\AddOns\CyborgMMO7\Graphics\CloseButtonOver.tga" alpha=".5"/> | 124 <HighlightTexture file="Interface\AddOns\CyborgMMO7\Graphics\CloseButtonOver.tga" alpha=".5"/> |
183 </Button> | 125 </Button> |
184 <Frame name="$parentSlotList" inherits="CyborgMMO_TemplateRatPage"> | 126 <Frame name="$parentSlotList" inherits="CyborgMMO_TemplateRatPage"> |
185 <Anchors> | 127 <Anchors> |
186 <Anchor point="TOPLEFT"> | 128 <Anchor point="TOPLEFT"><Offset><AbsDimension x="0" y="0"/></Offset></Anchor> |
187 <Offset> | |
188 <AbsDimension x="0" y="0"/> | |
189 </Offset> | |
190 </Anchor> | |
191 </Anchors> | 129 </Anchors> |
192 </Frame> | 130 </Frame> |
193 </Frames> | 131 </Frames> |
194 <Scripts> | 132 <Scripts> |
195 <OnLoad>CyborgMMO_Loaded()</OnLoad> | 133 <OnLoad>CyborgMMO_Loaded()</OnLoad> |