vanilla-wow-addons – Blame information for rev 1

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 office 1 <Ui>
2  
3 <Frame name="Tetris_CF" toplevel="true" hidden="true" movable="true" parent="UIParent">
4  
5 <Size>
6 <AbsDimension x="225" y="350" />
7 </Size>
8 <Anchors>
9 <Anchor point="CENTER"></Anchor>
10 </Anchors>
11  
12 <Backdrop bgFile="Interface\DialogFrame\UI-DialogBox-Background" edgeFile="Interface\Tooltips\UI-Tooltip-Border" tile="true">
13 <BackgroundInsets>
14 <AbsInset left="8" right="8" top="7" bottom="7" />
15 </BackgroundInsets>
16 <TileSize>
17 <AbsValue val="32" />
18 </TileSize>
19 <EdgeSize>
20 <AbsValue val="32" />
21 </EdgeSize>
22 </Backdrop>
23  
24 <Layers>
25 <Layer level="ARTWORK">
26  
27 <FontString name="Tetris_CF_s_Text_hohe" text="CF_s_Text_hohe" inherits="ChatFontNormal">
28 <Anchors>
29 <Anchor point="TOP">
30 <Offset>
31 <AbsDimension x="0" y="-30"/>
32 </Offset>
33 </Anchor>
34 </Anchors>
35 </FontString>
36  
37 <FontString name="Tetris_CF_s_Text_breite" text="CF_s_Text_breite" inherits="ChatFontNormal">
38 <Anchors>
39 <Anchor point="TOP">
40 <Offset>
41 <AbsDimension x="0" y="-90"/>
42 </Offset>
43 </Anchor>
44 </Anchors>
45 </FontString>
46  
47 <FontString name="Tetris_CF_s_Text_r_lines" text="CF_s_Text_r_lines" inherits="ChatFontNormal">
48 <Anchors>
49 <Anchor point="TOP">
50 <Offset>
51 <AbsDimension x="0" y="-150"/>
52 </Offset>
53 </Anchor>
54 </Anchors>
55 </FontString>
56  
57 <FontString name="Tetris_CF_Text_dropdown" text="CF_Text_dropdown" inherits="ChatFontNormal">
58 <Anchors>
59 <Anchor point="TOP">
60 <Offset>
61 <AbsDimension x="0" y="-210"/>
62 </Offset>
63 </Anchor>
64 </Anchors>
65 </FontString>
66  
67 </Layer>
68 </Layers>
69  
70 <Frames>
71 <Button name="Tetris_CF_b_Ok" inherits="GameMenuButtonTemplate" text="CF_b_Ok">
72 <Size>
73 <AbsDimension x="100" y="25"/>
74 </Size>
75 <Anchors>
76 <Anchor point="BOTTOMRIGHT">
77 <Offset>
78 <AbsDimension x="-10" y="10"/>
79 </Offset>
80 </Anchor>
81 </Anchors>
82 <Scripts>
83 <OnClick>
84 Tetris_CF_b_Click();
85 </OnClick>
86 </Scripts>
87 </Button>
88  
89 <Button name="Tetris_CF_b_Exit" inherits="GameMenuButtonTemplate" text="CF_b_Exit">
90 <Size>
91 <AbsDimension x="100" y="25"/>
92 </Size>
93 <Anchors>
94 <Anchor point="BOTTOMLEFT">
95 <Offset>
96 <AbsDimension x="10" y="10"/>
97 </Offset>
98 </Anchor>
99 </Anchors>
100 <Scripts>
101 <OnClick>
102 Tetris_CF_b_Click();
103 </OnClick>
104 </Scripts>
105 </Button>
106  
107 <Button name="Tetris_CF_dropdown" inherits="UIDropDownMenuTemplate">
108 <Anchors>
109 <Anchor point="TOP">
110 <Offset>
111 <AbsDimension x="0" y="-230"/>
112 </Offset>
113 </Anchor>
114 </Anchors>
115 <Scripts>
116 <OnLoad>
117 </OnLoad>
118 <OnEvent>
119 </OnEvent>
120 <OnClick>
121 </OnClick>
122 </Scripts>
123 </Button>
124  
125 <Button name="Tetris_CF_b_StoneSetup" inherits="GameMenuButtonTemplate" text="CF_b_StoneSetup">
126 <Size>
127 <AbsDimension x="180" y="30"/>
128 </Size>
129 <Anchors>
130 <Anchor point="TOP">
131 <Offset>
132 <AbsDimension x="0" y="-270"/>
133 </Offset>
134 </Anchor>
135 </Anchors>
136 <Scripts>
137 <OnClick>
138 Tetris_CF_b_Click();
139 </OnClick>
140 </Scripts>
141 </Button>
142  
143 <Slider name="Tetris_CF_s_hohe" inherits="OptionsSliderTemplate">
144 <Size>
145 <AbsDimension x="180" y="17"/>
146 </Size>
147 <Anchors>
148 <Anchor point="TOP">
149 <Offset>
150 <AbsDimension x="0" y="-50"/>
151 </Offset>
152 </Anchor>
153 </Anchors>
154 <Scripts>
155 <OnValueChanged>
156 Tetris_CF_Update();
157 </OnValueChanged>
158 </Scripts>
159 </Slider>
160  
161 <Slider name="Tetris_CF_s_breite" inherits="OptionsSliderTemplate">
162 <Size>
163 <AbsDimension x="180" y="17"/>
164 </Size>
165 <Anchors>
166 <Anchor point="TOP">
167 <Offset>
168 <AbsDimension x="0" y="-110"/>
169 </Offset>
170 </Anchor>
171 </Anchors>
172 <Scripts>
173 <OnValueChanged>
174 Tetris_CF_Update();
175 </OnValueChanged>
176 </Scripts>
177 </Slider>
178  
179 <Slider name="Tetris_CF_s_r_lines" inherits="OptionsSliderTemplate">
180 <Size>
181 <AbsDimension x="150" y="17"/>
182 </Size>
183 <Anchors>
184 <Anchor point="TOP">
185 <Offset>
186 <AbsDimension x="15" y="-170"/>
187 </Offset>
188 </Anchor>
189 </Anchors>
190 <Scripts>
191 <OnValueChanged>
192 Tetris_CF_Update();
193 </OnValueChanged>
194 </Scripts>
195 </Slider>
196  
197 <CheckButton name="Tetris_CF_c_r_lines" inherits="OptionsCheckButtonTemplate">
198 <Anchors>
199 <Anchor point="TOP">
200 <Offset>
201 <AbsDimension x="-80" y="-165"/>
202 </Offset>
203 </Anchor>
204 </Anchors>
205 <Scripts>
206 <OnClick>
207 Tetris_CF_Update();
208 </OnClick>
209 </Scripts>
210 </CheckButton>
211  
212 <Frame name="Tetris_CF_Titel" toplevel="true" hidden="false" movable="false">
213 <Size>
214 <AbsDimension x="160" y="40" />
215 </Size>
216 <Anchors>
217 <Anchor point="TOP">
218 <Offset>
219 <AbsDimension x="0" y="12"/>
220 </Offset>
221 </Anchor>
222 </Anchors>
223 <Backdrop bgFile="Interface\AddOns\TicTacToe\texturen\schwarz" edgeFile="Interface\Tooltips\UI-Tooltip-Border" tile="true">
224 <BackgroundInsets>
225 <AbsInset left="8" right="8" top="7" bottom="7" />
226 </BackgroundInsets>
227 <TileSize>
228 <AbsValue val="32" />
229 </TileSize>
230 <EdgeSize>
231 <AbsValue val="32" />
232 </EdgeSize>
233 </Backdrop>
234 <Layers>
235 <Layer level="ARTWORK">
236 <FontString name="Tetris_CF_Titeltext" text="CF_Titeltext" inherits="GameFontNormal">
237 <Anchors>
238 <Anchor point="CENTER">
239 <Offset>
240 <AbsDimension x="0" y="0"/>
241 </Offset>
242 </Anchor>
243 </Anchors>
244 </FontString>
245 </Layer>
246 </Layers>
247 </Frame>
248  
249 </Frames>
250  
251 <Scripts>
252 <OnMouseDown>
253 if ( arg1 == "LeftButton" ) then
254 this:StartMoving();
255 end
256 </OnMouseDown>
257 <OnMouseUp>
258 if ( arg1 == "LeftButton" ) then
259 this:StopMovingOrSizing();
260 end
261 </OnMouseUp>
262 <OnLoad>
263 </OnLoad>
264 <OnEvent>
265 </OnEvent>
266  
267 </Scripts>
268 </Frame>
269 </Ui>