vanilla-wow-addons – Blame information for rev 1

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 office 1 <Ui>
2 <Frame name="Tetris_OF" toplevel="true" hidden="true" movable="true" parent="UIParent">
3  
4 <Size>
5 <AbsDimension x="220" y="350"/>
6 </Size>
7 <Anchors>
8 <Anchor point="CENTER"></Anchor>
9 </Anchors>
10  
11 <Backdrop bgFile="Interface\DialogFrame\UI-DialogBox-Background" edgeFile="Interface\Tooltips\UI-Tooltip-Border" tile="true">
12 <BackgroundInsets>
13 <AbsInset left="8" right="8" top="7" bottom="7" />
14 </BackgroundInsets>
15 <TileSize>
16 <AbsValue val="32" />
17 </TileSize>
18 <EdgeSize>
19 <AbsValue val="32" />
20 </EdgeSize>
21 </Backdrop>
22  
23 <Layers>
24 <Layer>
25 <FontString name="Tetris_OF_Text_dropdown" text="OF_Text_dropdown" inherits="ChatFontNormal">
26 <Anchors>
27 <Anchor point="TOP">
28 <Offset>
29 <AbsDimension x="0" y="-30"/>
30 </Offset>
31 </Anchor>
32 </Anchors>
33 </FontString>
34  
35 <FontString name="Tetris_OF_s_Text_bgrosse" text="OF_s_Text_bgrosse" inherits="ChatFontNormal">
36 <Anchors>
37 <Anchor point="TOP">
38 <Offset>
39 <AbsDimension x="0" y="-85"/>
40 </Offset>
41 </Anchor>
42 </Anchors>
43 </FontString>
44  
45 <FontString name="Tetris_OF_c_Text_gost" text="OF_c_Text_gost" inherits="ChatFontNormal">
46 <Anchors>
47 <Anchor point="TOPRIGHT">
48 <Offset>
49 <AbsDimension x="-50" y="-143"/>
50 </Offset>
51 </Anchor>
52 </Anchors>
53 </FontString>
54  
55 <FontString name="Tetris_OF_c_Text_sound" text="OF_c_Text_sound" inherits="ChatFontNormal">
56 <Anchors>
57 <Anchor point="TOPRIGHT">
58 <Offset>
59 <AbsDimension x="-50" y="-168"/>
60 </Offset>
61 </Anchor>
62 </Anchors>
63 </FontString>
64  
65 <FontString name="Tetris_OF_c_Text_musik" text="OF_c_Text_musik" inherits="ChatFontNormal">
66 <Anchors>
67 <Anchor point="TOPRIGHT">
68 <Offset>
69 <AbsDimension x="-50" y="-193"/>
70 </Offset>
71 </Anchor>
72 </Anchors>
73 </FontString>
74  
75 <FontString name="Tetris_OF_c_Text_mous" text="OF_c_Text_mous" inherits="ChatFontNormal">
76 <Anchors>
77 <Anchor point="TOPRIGHT">
78 <Offset>
79 <AbsDimension x="-50" y="-218"/>
80 </Offset>
81 </Anchor>
82 </Anchors>
83 </FontString>
84  
85 <FontString name="Tetris_OF_Text_mdropdown" text="OF_Text_mdropdown" inherits="ChatFontNormal">
86 <Anchors>
87 <Anchor point="TOP">
88 <Offset>
89 <AbsDimension x="0" y="-248"/>
90 </Offset>
91 </Anchor>
92 </Anchors>
93 </FontString>
94  
95 </Layer>
96 </Layers>
97  
98 <Frames>
99 <Button name="Tetris_OF_dropdown" inherits="UIDropDownMenuTemplate">
100 <Anchors>
101 <Anchor point="TOP">
102 <Offset>
103 <AbsDimension x="0" y="-50"/>
104 </Offset>
105 </Anchor>
106 </Anchors>
107 <Scripts>
108 <OnLoad>
109 </OnLoad>
110 <OnEvent>
111 </OnEvent>
112 <OnClick>
113 </OnClick>
114 </Scripts>
115 </Button>
116  
117 <Slider name="Tetris_OF_s_bgrosse" inherits="OptionsSliderTemplate">
118 <Size>
119 <AbsDimension x="180" y="17"/>
120 </Size>
121 <Anchors>
122 <Anchor point="TOP">
123 <Offset>
124 <AbsDimension x="0" y="-105"/>
125 </Offset>
126 </Anchor>
127 </Anchors>
128 <Scripts>
129 <OnValueChanged>
130 Tetris_OF_Update();
131 </OnValueChanged>
132 </Scripts>
133 </Slider>
134  
135 <CheckButton name="Tetris_OF_c_gost" inherits="OptionsCheckButtonTemplate">
136 <Anchors>
137 <Anchor point="TOP">
138 <Offset>
139 <AbsDimension x="80" y="-135"/>
140 </Offset>
141 </Anchor>
142 </Anchors>
143 <Scripts>
144 <OnClick>
145 </OnClick>
146 </Scripts>
147 </CheckButton>
148  
149 <CheckButton name="Tetris_OF_c_sound" inherits="OptionsCheckButtonTemplate">
150 <Anchors>
151 <Anchor point="TOP">
152 <Offset>
153 <AbsDimension x="80" y="-160"/>
154 </Offset>
155 </Anchor>
156 </Anchors>
157 <Scripts>
158 <OnClick>
159 </OnClick>
160 </Scripts>
161 </CheckButton>
162  
163 <CheckButton name="Tetris_OF_c_musik" inherits="OptionsCheckButtonTemplate">
164 <Anchors>
165 <Anchor point="TOP">
166 <Offset>
167 <AbsDimension x="80" y="-185"/>
168 </Offset>
169 </Anchor>
170 </Anchors>
171 <Scripts>
172 <OnClick>
173 </OnClick>
174 </Scripts>
175 </CheckButton>
176  
177 <CheckButton name="Tetris_OF_c_mous" inherits="OptionsCheckButtonTemplate">
178 <Anchors>
179 <Anchor point="TOP">
180 <Offset>
181 <AbsDimension x="80" y="-210"/>
182 </Offset>
183 </Anchor>
184 </Anchors>
185 <Scripts>
186 <OnClick>
187 </OnClick>
188 </Scripts>
189 </CheckButton>
190  
191 <Button name="Tetris_OF_mdropdown" inherits="UIDropDownMenuTemplate">
192 <Anchors>
193 <Anchor point="TOP">
194 <Offset>
195 <AbsDimension x="0" y="-268"/>
196 </Offset>
197 </Anchor>
198 </Anchors>
199 <Scripts>
200 <OnLoad>
201 </OnLoad>
202 <OnEvent>
203 </OnEvent>
204 <OnClick>
205 </OnClick>
206 </Scripts>
207 </Button>
208  
209 <Button name="Tetris_OF_b_ok" inherits="GameMenuButtonTemplate" text="OF_b_ok">
210 <Size>
211 <AbsDimension x="90" y="30"/>
212 </Size>
213 <Anchors>
214 <Anchor point="BOTTOM">
215 <Offset>
216 <AbsDimension x="48" y="15"/>
217 </Offset>
218 </Anchor>
219 </Anchors>
220 <Scripts>
221 <OnClick>
222 Tetris_OF_Button_Click ();
223 </OnClick>
224 </Scripts>
225 </Button>
226  
227 <Button name="Tetris_OF_b_exit" inherits="GameMenuButtonTemplate" text="OF_b_exit">
228 <Size>
229 <AbsDimension x="90" y="30"/>
230 </Size>
231 <Anchors>
232 <Anchor point="BOTTOM">
233 <Offset>
234 <AbsDimension x="-48" y="15"/>
235 </Offset>
236 </Anchor>
237 </Anchors>
238 <Scripts>
239 <OnClick>
240 Tetris_OF_Button_Click ();
241 </OnClick>
242 </Scripts>
243 </Button>
244  
245 <Frame name="Tetris_OF_Titel" toplevel="true" hidden="false" movable="false">
246 <Size>
247 <AbsDimension x="140" y="40" />
248 </Size>
249 <Anchors>
250 <Anchor point="TOP">
251 <Offset>
252 <AbsDimension x="0" y="12"/>
253 </Offset>
254 </Anchor>
255 </Anchors>
256 <Backdrop bgFile="Interface\AddOns\MinigamesPack\texturen\schwarz" edgeFile="Interface\Tooltips\UI-Tooltip-Border" tile="true">
257 <BackgroundInsets>
258 <AbsInset left="8" right="8" top="7" bottom="7" />
259 </BackgroundInsets>
260 <TileSize>
261 <AbsValue val="32" />
262 </TileSize>
263 <EdgeSize>
264 <AbsValue val="32" />
265 </EdgeSize>
266 </Backdrop>
267 <Layers>
268 <Layer level="ARTWORK">
269 <FontString name="Tetris_OF_Titeltext" text="OF_Titeltext" inherits="GameFontNormal">
270 <Anchors>
271 <Anchor point="CENTER">
272 <Offset>
273 <AbsDimension x="0" y="0"/>
274 </Offset>
275 </Anchor>
276 </Anchors>
277 </FontString>
278 </Layer>
279 </Layers>
280 </Frame>
281  
282 </Frames>
283  
284 <Scripts>
285  
286 <OnMouseDown>
287 if ( arg1 == "LeftButton" ) then
288 this:StartMoving();
289 end
290 </OnMouseDown>
291 <OnMouseUp>
292 if ( arg1 == "LeftButton" ) then
293 this:StopMovingOrSizing();
294 end
295 </OnMouseUp>
296 <OnLoad>
297 </OnLoad>
298 <OnEvent>
299 </OnEvent>
300 <OnShow>
301 </OnShow>
302 </Scripts>
303 </Frame>
304 </Ui>