vanilla-wow-addons – Blame information for rev 1

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 office 1 <Ui>
2 <Frame name="Tetris_AF" toplevel="true" hidden="true" movable="true" parent="UIParent">
3  
4 <Size>
5 <AbsDimension x="300" y="100" />
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 level="ARTWORK">
25  
26 <FontString name="Tetris_AF_Text" text="AufgebenFrame_text" inherits="ChatFontNormal">
27 <Anchors>
28 <Anchor point="TOP">
29 <Offset>
30 <AbsDimension x="0" y="-30"/>
31 </Offset>
32 </Anchor>
33 </Anchors>
34 </FontString>
35  
36 </Layer>
37 </Layers>
38  
39 <Frames>
40 <Button name="Tetris_AF_b_ja" inherits="GameMenuButtonTemplate" text="Tetris_AF_b_ja">
41 <Size>
42 <AbsDimension x="100" y="25"/>
43 </Size>
44 <Anchors>
45 <Anchor point="BOTTOMRIGHT">
46 <Offset>
47 <AbsDimension x="-10" y="10"/>
48 </Offset>
49 </Anchor>
50 </Anchors>
51 <Scripts>
52 <OnClick>
53 Tetris_AF_b_click ();
54 </OnClick>
55 </Scripts>
56 </Button>
57  
58 <Button name="Tetris_AF_b_nein" inherits="GameMenuButtonTemplate" text="AF_b_nein">
59 <Size>
60 <AbsDimension x="100" y="25"/>
61 </Size>
62 <Anchors>
63 <Anchor point="BOTTOMLEFT">
64 <Offset>
65 <AbsDimension x="10" y="10"/>
66 </Offset>
67 </Anchor>
68 </Anchors>
69 <Scripts>
70 <OnClick>
71 Tetris_AF_b_click ();
72 </OnClick>
73 </Scripts>
74 </Button>
75  
76 <Frame name="Tetris_AF_Titel" toplevel="true" hidden="false" movable="false">
77  
78 <Size>
79 <AbsDimension x="200" y="40" />
80 </Size>
81 <Anchors>
82 <Anchor point="TOP">
83 <Offset>
84 <AbsDimension x="0" y="12"/>
85 </Offset>
86 </Anchor>
87 </Anchors>
88  
89 <Backdrop bgFile="Interface\AddOns\TicTacToe\texturen\schwarz" edgeFile="Interface\Tooltips\UI-Tooltip-Border" tile="true">
90 <BackgroundInsets>
91 <AbsInset left="8" right="8" top="7" bottom="7" />
92 </BackgroundInsets>
93 <TileSize>
94 <AbsValue val="32" />
95 </TileSize>
96 <EdgeSize>
97 <AbsValue val="32" />
98 </EdgeSize>
99 </Backdrop>
100  
101 <Layers>
102 <Layer level="ARTWORK">
103 <FontString name="Tetris_AF_Titeltext" text="AF_Titeltext" inherits="GameFontNormal">
104 <Anchors>
105 <Anchor point="CENTER">
106 <Offset>
107 <AbsDimension x="0" y="0"/>
108 </Offset>
109 </Anchor>
110 </Anchors>
111 </FontString>
112 </Layer>
113 </Layers>
114  
115 </Frame>
116  
117 </Frames>
118  
119 <Scripts>
120  
121 <OnMouseDown>
122 if ( arg1 == "LeftButton" ) then
123 this:StartMoving();
124 end
125 </OnMouseDown>
126 <OnMouseUp>
127 if ( arg1 == "LeftButton" ) then
128 this:StopMovingOrSizing();
129 end
130 </OnMouseUp>
131  
132 <OnLoad>
133 </OnLoad>
134 <OnEvent>
135 </OnEvent>
136  
137 </Scripts>
138 </Frame>
139 </Ui>