vanilla-wow-addons – Blame information for rev 1

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 office 1 <Ui xmlns="http://www.blizzard.com/wow/ui/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.blizzard.com/wow/ui/
2 ..\FrameXML\UI.xsd">
3 <Script file="HealBot_Action.lua" />
4  
5 <Button name="HealingButtonTemplate0" virtual="true">
6 <NormalText name="$parentText" inherits="GameFontNormalSmall" />
7 <HighlightText inherits="GameFontNormalSmall" />
8 </Button>
9  
10 <Button name="HealingButtonTemplate" virtual="true" inherits="HealingButtonTemplate0">
11 <Size>
12 <AbsDimension x="95" y="18" />
13 </Size>
14 <Scripts>
15 <OnLoad>HealBot_Action_HealUnit_OnLoad(this);</OnLoad>
16 <OnEnter>HealBot_Action_HealUnit_OnEnter(this);</OnEnter>
17 <OnLeave>HealBot_Action_HealUnit_OnLeave(this);</OnLeave>
18 <OnClick>HealBot_Action_HealUnit_OnClick(this,arg1);</OnClick>
19 </Scripts>
20 <Frames>
21 <StatusBar name="$parentBar" inherits="HealBot_StatusBar">
22 <Anchors>
23 <Anchor point="TOPLEFT" relativePoint="TOPLEFT">
24 <Offset>
25 <AbsDimension x="0" y="0"/>
26 </Offset>
27 </Anchor>
28 <Anchor point="TOPRIGHT" relativePoint="TOPRIGHT">
29 <Offset>
30 <AbsDimension x="0" y="0"/>
31 </Offset>
32 </Anchor>
33 </Anchors>
34  
35 </StatusBar>
36 <StatusBar name="$parentBar2" inherits="HealBot_StatusBar">
37 <Anchors>
38 <Anchor point="TOPLEFT" relativePoint="TOPLEFT">
39 <Offset>
40 <AbsDimension x="0" y="0"/>
41 </Offset>
42 </Anchor>
43 <Anchor point="TOPRIGHT" relativePoint="TOPRIGHT">
44 <Offset>
45 <AbsDimension x="0" y="0"/>
46 </Offset>
47 </Anchor>
48 </Anchors>
49  
50 </StatusBar>
51 </Frames>
52 </Button>
53  
54 <Button name="HealingButtonTemplate2" virtual="true" inherits="HealingButtonTemplate">
55 <Size>
56 <AbsDimension x="108" y="18" />
57 </Size>
58 <Frames>
59 <CheckButton name="$parentCheck" inherits="SendMailRadioButtonTemplate">
60 <Size>
61 <AbsDimension x="14" y="20"/>
62 </Size>
63 <Anchors>
64 <Anchor point="TOPRIGHT" relativePoint="TOPLEFT">
65 <Offset>
66 <AbsDimension x="0" y="0"/>
67 </Offset>
68 </Anchor>
69 </Anchors>
70 <Scripts>
71 <OnClick>HealBot_Action_HealUnitCheck_OnClick(this)</OnClick>
72 </Scripts>
73 </CheckButton>
74 </Frames>
75 </Button>
76  
77 <Button name="HealingButtonTemplate3" virtual="true" inherits="HealingButtonTemplate0">
78 <Size>
79 <AbsDimension x="128" y="18" />
80 </Size>
81 <Scripts>
82 <OnLoad>HealBot_Action_HealUnit_OnLoad(this);</OnLoad>
83 <OnEnter>HealBot_Action_HealUnit_OnEnter(this);</OnEnter>
84 <OnLeave>HealBot_Action_HealUnit_OnLeave(this);</OnLeave>
85 <OnClick>HealBot_Action_HealUnit_OnClick(this,arg1);</OnClick>
86 </Scripts>
87 <Frames>
88 <StatusBar name="$parentBar" inherits="HealBot_StatusBar">
89 <Anchors>
90 <Anchor point="TOPLEFT" relativePoint="TOPLEFT">
91 <Offset>
92 <AbsDimension x="0" y="0"/>
93 </Offset>
94 </Anchor>
95 <Anchor point="TOPRIGHT" relativePoint="TOPRIGHT">
96 <Offset>
97 <AbsDimension x="0" y="0"/>
98 </Offset>
99 </Anchor>
100 </Anchors>
101 </StatusBar>
102 </Frames>
103 </Button>
104  
105 <Button name="HealingButtonTemplate4" virtual="true" inherits="HealingButtonTemplate0">
106 <Size>
107 <AbsDimension x="128" y="18" />
108 </Size>
109 </Button>
110  
111 <Frame name="HealBot_Action" toplevel="true" parent="UIParent"
112 movable="true" enableMouse="true" enableKeyboard="false" hidden="true">
113 <Size>
114 <AbsDimension x="148" y="74"/>
115 </Size>
116 <Anchors>
117 <Anchor point="RIGHT">
118 <Offset>
119 <AbsDimension x="0" y="0"/>
120 </Offset>
121 </Anchor>
122 </Anchors>
123 <Backdrop tile="true"
124 bgFile="Interface\Tooltips\UI-Tooltip-Background"
125 edgeFile="Interface\Tooltips\UI-Tooltip-Border">
126 <EdgeSize>
127 <AbsValue val="16"/>
128 </EdgeSize>
129 <TileSize>
130 <AbsValue val="16"/>
131 </TileSize>
132 <BackgroundInsets>
133 <AbsInset left="5" right="5" top="5" bottom="5"/>
134 </BackgroundInsets>
135 </Backdrop>
136 <Frames>
137 <!-- Heal Buttons -->
138 <Button name="HealBot_Action_HealUnit1" inherits="HealingButtonTemplate" text="Unit not set"/>
139 <Button name="HealBot_Action_HealUnit2" inherits="HealingButtonTemplate" text="Unit not set"/>
140 <Button name="HealBot_Action_HealUnit3" inherits="HealingButtonTemplate" text="Unit not set"/>
141 <Button name="HealBot_Action_HealUnit4" inherits="HealingButtonTemplate" text="Unit not set"/>
142 <Button name="HealBot_Action_HealUnit5" inherits="HealingButtonTemplate" text="Unit not set"/>
143 <Button name="HealBot_Action_HealUnit6" inherits="HealingButtonTemplate" text="Unit not set"/>
144 <Button name="HealBot_Action_HealUnit7" inherits="HealingButtonTemplate" text="Unit not set"/>
145 <Button name="HealBot_Action_HealUnit8" inherits="HealingButtonTemplate" text="Unit not set"/>
146 <Button name="HealBot_Action_HealUnit9" inherits="HealingButtonTemplate" text="Unit not set"/>
147 <Button name="HealBot_Action_HealUnit10" inherits="HealingButtonTemplate" text="Unit not set"/>
148 <Button name="HealBot_Action_HealUnit11" inherits="HealingButtonTemplate" text="Unit not set"/>
149 <Button name="HealBot_Action_HealUnit12" inherits="HealingButtonTemplate" text="Unit not set"/>
150 <Button name="HealBot_Action_HealUnit13" inherits="HealingButtonTemplate" text="Unit not set"/>
151 <Button name="HealBot_Action_HealUnit14" inherits="HealingButtonTemplate" text="Unit not set"/>
152 <Button name="HealBot_Action_HealUnit15" inherits="HealingButtonTemplate" text="Unit not set"/>
153 <Button name="HealBot_Action_HealUnit16" inherits="HealingButtonTemplate" text="Unit not set"/>
154 <Button name="HealBot_Action_HealUnit17" inherits="HealingButtonTemplate" text="Unit not set"/>
155 <Button name="HealBot_Action_HealUnit18" inherits="HealingButtonTemplate" text="Unit not set"/>
156 <Button name="HealBot_Action_HealUnit19" inherits="HealingButtonTemplate" text="Unit not set"/>
157 <Button name="HealBot_Action_HealUnit20" inherits="HealingButtonTemplate" text="Unit not set"/>
158 <Button name="HealBot_Action_HealUnit21" inherits="HealingButtonTemplate" text="Unit not set"/>
159 <Button name="HealBot_Action_HealUnit22" inherits="HealingButtonTemplate" text="Unit not set"/>
160 <Button name="HealBot_Action_HealUnit23" inherits="HealingButtonTemplate" text="Unit not set"/>
161 <Button name="HealBot_Action_HealUnit24" inherits="HealingButtonTemplate" text="Unit not set"/>
162 <Button name="HealBot_Action_HealUnit25" inherits="HealingButtonTemplate" text="Unit not set"/>
163 <Button name="HealBot_Action_HealUnit26" inherits="HealingButtonTemplate" text="Unit not set"/>
164 <Button name="HealBot_Action_HealUnit27" inherits="HealingButtonTemplate" text="Unit not set"/>
165 <Button name="HealBot_Action_HealUnit28" inherits="HealingButtonTemplate" text="Unit not set"/>
166 <Button name="HealBot_Action_HealUnit29" inherits="HealingButtonTemplate" text="Unit not set"/>
167 <Button name="HealBot_Action_HealUnit30" inherits="HealingButtonTemplate" text="Unit not set"/>
168 <Button name="HealBot_Action_HealUnit31" inherits="HealingButtonTemplate" text="Unit not set"/>
169 <Button name="HealBot_Action_HealUnit32" inherits="HealingButtonTemplate" text="Unit not set"/>
170 <Button name="HealBot_Action_HealUnit33" inherits="HealingButtonTemplate" text="Unit not set"/>
171 <Button name="HealBot_Action_HealUnit34" inherits="HealingButtonTemplate" text="Unit not set"/>
172 <Button name="HealBot_Action_HealUnit35" inherits="HealingButtonTemplate" text="Unit not set"/>
173 <Button name="HealBot_Action_HealUnit36" inherits="HealingButtonTemplate" text="Unit not set"/>
174 <Button name="HealBot_Action_HealUnit37" inherits="HealingButtonTemplate" text="Unit not set"/>
175 <Button name="HealBot_Action_HealUnit38" inherits="HealingButtonTemplate" text="Unit not set"/>
176 <Button name="HealBot_Action_HealUnit39" inherits="HealingButtonTemplate" text="Unit not set"/>
177 <Button name="HealBot_Action_HealUnit40" inherits="HealingButtonTemplate" text="Unit not set"/>
178 <Button name="HealBot_Action_HealUnit41" inherits="HealingButtonTemplate" text="Unit not set"/>
179  
180 <Button name="HealBot_Action_HealUnit51" inherits="HealingButtonTemplate2" text="Unit not set"/>
181 <Button name="HealBot_Action_HealUnit52" inherits="HealingButtonTemplate2" text="Unit not set"/>
182 <Button name="HealBot_Action_HealUnit53" inherits="HealingButtonTemplate2" text="Unit not set"/>
183 <Button name="HealBot_Action_HealUnit54" inherits="HealingButtonTemplate2" text="Unit not set"/>
184 <Button name="HealBot_Action_HealUnit55" inherits="HealingButtonTemplate2" text="Unit not set"/>
185 <Button name="HealBot_Action_HealUnit56" inherits="HealingButtonTemplate2" text="Unit not set"/>
186 <Button name="HealBot_Action_HealUnit57" inherits="HealingButtonTemplate2" text="Unit not set"/>
187 <Button name="HealBot_Action_HealUnit58" inherits="HealingButtonTemplate2" text="Unit not set"/>
188 <Button name="HealBot_Action_HealUnit59" inherits="HealingButtonTemplate2" text="Unit not set"/>
189 <Button name="HealBot_Action_HealUnit60" inherits="HealingButtonTemplate2" text="Unit not set"/>
190  
191 <Button name="HealBot_Action_Header1" inherits="HealingButtonTemplate4" text="Unit not set"/>
192 <Button name="HealBot_Action_Header2" inherits="HealingButtonTemplate4" text="Unit not set"/>
193 <Button name="HealBot_Action_Header3" inherits="HealingButtonTemplate4" text="Unit not set"/>
194 <Button name="HealBot_Action_Header4" inherits="HealingButtonTemplate4" text="Unit not set"/>
195 <Button name="HealBot_Action_Header5" inherits="HealingButtonTemplate4" text="Unit not set"/>
196 <Button name="HealBot_Action_Header6" inherits="HealingButtonTemplate4" text="Unit not set"/>
197 <Button name="HealBot_Action_Header7" inherits="HealingButtonTemplate4" text="Unit not set"/>
198 <Button name="HealBot_Action_Header8" inherits="HealingButtonTemplate4" text="Unit not set"/>
199 <Button name="HealBot_Action_Header9" inherits="HealingButtonTemplate4" text="Unit not set"/>
200 <Button name="HealBot_Action_Header10" inherits="HealingButtonTemplate4" text="Unit not set"/>
201 <Button name="HealBot_Action_Header11" inherits="HealingButtonTemplate4" text="Unit not set"/>
202 <Button name="HealBot_Action_Header12" inherits="HealingButtonTemplate4" text="Unit not set"/>
203 <Button name="HealBot_Action_Header13" inherits="HealingButtonTemplate4" text="Unit not set"/>
204 <Button name="HealBot_Action_Header14" inherits="HealingButtonTemplate4" text="Unit not set"/>
205 <Button name="HealBot_Action_Header15" inherits="HealingButtonTemplate4" text="Unit not set"/>
206 <Button name="HealBot_Action_Header16" inherits="HealingButtonTemplate4" text="Unit not set"/>
207 <Button name="HealBot_Action_Header17" inherits="HealingButtonTemplate4" text="Unit not set"/>
208 <Button name="HealBot_Action_Header18" inherits="HealingButtonTemplate4" text="Unit not set"/>
209 <Button name="HealBot_Action_Header19" inherits="HealingButtonTemplate4" text="Unit not set"/>
210 <Button name="HealBot_Action_Header20" inherits="HealingButtonTemplate4" text="Unit not set"/>
211 <!-- Abort Button -->
212 <Button name="HealBot_Action_AbortButton" inherits="HealingButtonTemplate3" text=" ">
213 <Size>
214 <AbsDimension x="100" y="16"/>
215 </Size>
216 <Anchors>
217 <Anchor point="BOTTOM" relativePoint="BOTTOM">
218 <Offset>
219 <AbsDimension x="0" y="12"/>
220 </Offset>
221 </Anchor>
222 </Anchors>
223 <Scripts>
224 <OnClick>
225 HealBot_Action_AbortButton_OnClick(this);
226 </OnClick>
227 </Scripts>
228 </Button>
229 <!-- Options Button -->
230 <Button name="HealBot_Action_OptionsButton" inherits="HealingButtonTemplate0" text="HEALBOT_ACTION_OPTIONS">
231 <Size>
232 <AbsDimension x="80" y="20"/>
233 </Size>
234 <Anchors>
235 <Anchor point="BOTTOM" relativePoint="BOTTOM">
236 <Offset>
237 <AbsDimension x="0" y="10"/>
238 </Offset>
239 </Anchor>
240 </Anchors>
241 <Scripts>
242 <OnClick>
243 HealBot_Action_OptionsButton_OnClick(this);
244 </OnClick>
245 </Scripts>
246 </Button>
247 <!-- Close Button -->
248 <!--
249 <Button name="HealBot_Action_CloseButton" inherits="UIPanelButtonTemplate" text="CLOSE">
250 <Size>
251 <AbsDimension x="80" y="20"/>
252 </Size>
253 <Anchors>
254 <Anchor point="BOTTOM" relativePoint="BOTTOM">
255 <Offset>
256 <AbsDimension x="0" y="15"/>
257 </Offset>
258 </Anchor>
259 </Anchors>
260 <Scripts>
261 <OnClick>
262 HideUIPanel(this:GetParent());
263 </OnClick>
264 </Scripts>
265 </Button>
266 -->
267  
268 </Frames>
269 <Scripts>
270 <OnLoad>
271 HealBot_Action_OnLoad(this);
272 </OnLoad>
273 <OnShow>
274 HealBot_Action_OnShow(this);
275 </OnShow>
276 <OnHide>
277 HealBot_Action_OnHide(this);
278 </OnHide>
279 <OnMouseDown>
280 HealBot_Action_OnMouseDown(this,arg1);
281 </OnMouseDown>
282 <OnMouseUp>
283 HealBot_Action_OnMouseUp(this,arg1);
284 </OnMouseUp>
285 <OnClick>
286 HealBot_Action_OnClick(this,arg1);
287 </OnClick>
288 <OnDragStart>
289 HealBot_Action_OnDragStart(this,arg1);
290 </OnDragStart>
291 <OnDragStop>
292 HealBot_Action_OnDragStop(this);
293 </OnDragStop>
294 <!--
295 <OnKeyDown>
296 HealBot_Action_OnKey(this,arg1,"down");
297 </OnKeyDown>
298 <OnKeyUp>
299 HealBot_Action_OnKey(this,arg1,"up");
300 </OnKeyUp>
301 -->
302 </Scripts>
303 </Frame>
304 </Ui>