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  
4  
5 <Frame name="FAS_HandlerFrame">
6 <Scripts>
7 <OnLoad>
8 FAS_OnLoad();
9 </OnLoad>
10 <OnEvent>
11 FAS_OnEvent(event, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9);
12 </OnEvent>
13 </Scripts>
14 </Frame>
15  
16 <CheckButton name="FAS_OptionsButtonTemplate" inherits="OptionsCheckButtonTemplate" virtual="true">
17 <Size>
18 <AbsDimension x="26" y="26"/>
19 </Size>
20 <Scripts>
21 <OnClick>
22 FAS_OptionsClick();
23 </OnClick>
24 </Scripts>
25 </CheckButton>
26 <Frame name="FAS_OptionsFrame" toplevel="true" frameStrata="DIALOG" movable="true" enableMouse="true" hidden="true" parent="UIParent">
27 <Size>
28 <AbsDimension x="360" y="320"/>
29 </Size>
30 <Anchors>
31 <Anchor point="CENTER" relativeTo="UIParent" relativePoint="CENTER">
32 <Offset>
33 <AbsDimension x="0" y="0"/>
34 </Offset>
35 </Anchor>
36 </Anchors>
37 <Backdrop bgFile="Interface\DialogFrame\UI-DialogBox-Background" edgeFile="Interface\DialogFrame\UI-DialogBox-Border" tile="true">
38 <BackgroundInsets>
39 <AbsInset left="11" right="12" top="12" bottom="11"/>
40 </BackgroundInsets>
41 <TileSize>
42 <AbsValue val="32"/>
43 </TileSize>
44 <EdgeSize>
45 <AbsValue val="32"/>
46 </EdgeSize>
47 </Backdrop>
48  
49 <Layers>
50 <Layer level="ARTWORK">
51 <Texture name="FAS_OptionsFrameHeader" file="Interface\DialogFrame\UI-DialogBox-Header">
52 <Size>
53 <AbsDimension x="310" y="64"/>
54 </Size>
55 <Anchors>
56 <Anchor point="TOP">
57 <Offset>
58 <AbsDimension x="0" y="12"/>
59 </Offset>
60 </Anchor>
61 </Anchors>
62 </Texture>
63 <FontString inherits="GameFontNormal" text="FAS_OPTIONS">
64 <Anchors>
65 <Anchor point="TOP">
66 <Offset>
67 <AbsDimension x="0" y="0"/>
68 </Offset>
69 </Anchor>
70 </Anchors>
71 </FontString>
72 <FontString name="FAS_VersionText" inherits="GameFontDisableSmall">
73 <Anchors>
74 <Anchor point="TOPLEFT">
75 <Offset>
76 <AbsDimension x="15" y="-15"/>
77 </Offset>
78 </Anchor>
79 </Anchors>
80 </FontString>
81 </Layer>
82 <Layer level="OVERLAY">
83 <Texture name="$parentCorner" file="Interface\DialogFrame\UI-DialogBox-Corner">
84 <Size>
85 <AbsDimension x="32" y="32"/>
86 </Size>
87 <Anchors>
88 <Anchor point="TOPRIGHT">
89 <Offset>
90 <AbsDimension x="-6" y="-7"/>
91 </Offset>
92 </Anchor>
93 </Anchors>
94 </Texture>
95 </Layer>
96 </Layers>
97  
98 <Frames>
99  
100 <Frame name="FAS_Options_General" inherits="OptionFrameBoxTemplate">
101 <Size>
102 <AbsDimension x="335" y="140"/>
103 </Size>
104 <Anchors>
105 <Anchor point="TOPLEFT">
106 <Offset>
107 <AbsDimension x="13" y="-40"/>
108 </Offset>
109 </Anchor>
110 </Anchors>
111 <Frames>
112 <CheckButton name="FAS_OptionsButton_Recipes" inherits="FAS_OptionsButtonTemplate">
113 <Anchors>
114 <Anchor point="TOPLEFT">
115 <Offset>
116 <AbsDimension x="5" y="-5"/>
117 </Offset>
118 </Anchor>
119 </Anchors>
120 </CheckButton>
121 <CheckButton name="FAS_OptionsButton_ShowCost" inherits="FAS_OptionsButtonTemplate">
122 <Anchors>
123 <Anchor point="TOP" relativeTo="FAS_OptionsButton_Recipes" relativePoint="BOTTOM">
124 <Offset>
125 <AbsDimension x="0" y="0"/>
126 </Offset>
127 </Anchor>
128 </Anchors>
129 </CheckButton>
130 <CheckButton name="FAS_OptionsButton_Librams" inherits="FAS_OptionsButtonTemplate">
131 <Anchors>
132 <Anchor point="TOP" relativeTo="FAS_OptionsButton_ShowCost" relativePoint="BOTTOM">
133 <Offset>
134 <AbsDimension x="0" y="0"/>
135 </Offset>
136 </Anchor>
137 </Anchors>
138 </CheckButton>
139 <CheckButton name="FAS_OptionsButton_Darkmoon" inherits="FAS_OptionsButtonTemplate">
140 <Anchors>
141 <Anchor point="TOP" relativeTo="FAS_OptionsButton_Librams" relativePoint="BOTTOM">
142 <Offset>
143 <AbsDimension x="0" y="0"/>
144 </Offset>
145 </Anchor>
146 </Anchors>
147 </CheckButton>
148 <CheckButton name="FAS_OptionsButton_AD" inherits="FAS_OptionsButtonTemplate">
149 <Anchors>
150 <Anchor point="TOP" relativeTo="FAS_OptionsButton_Darkmoon" relativePoint="BOTTOM">
151 <Offset>
152 <AbsDimension x="0" y="0"/>
153 </Offset>
154 </Anchor>
155 </Anchors>
156 </CheckButton>
157 </Frames>
158 <Scripts>
159 <OnLoad>
160 this:SetBackdropBorderColor(0.4, 0.4, 0.4);
161 this:SetBackdropColor(0.15, 0.15, 0.15);
162 getglobal(this:GetName().."Title"):SetText(FAS_OPTIONS_GENERAL);
163 </OnLoad>
164 </Scripts>
165 </Frame>
166  
167 <Frame name="FAS_Options_Raid" inherits="OptionFrameBoxTemplate">
168 <Size>
169 <AbsDimension x="335" y="112"/>
170 </Size>
171 <Anchors>
172 <Anchor point="TOPLEFT" relativeTo="FAS_Options_General" relativePoint="BOTTOMLEFT">
173 <Offset>
174 <AbsDimension x="0" y="-15"/>
175 </Offset>
176 </Anchor>
177 </Anchors>
178 <Frames>
179 <CheckButton name="FAS_OptionsButton_ZG" inherits="FAS_OptionsButtonTemplate" id="1">
180 <Anchors>
181 <Anchor point="TOPLEFT">
182 <Offset>
183 <AbsDimension x="5" y="-5"/>
184 </Offset>
185 </Anchor>
186 </Anchors>
187 </CheckButton>
188 <CheckButton name="FAS_OptionsButton_AQ20" inherits="FAS_OptionsButtonTemplate" id="3">
189 <Anchors>
190 <Anchor point="TOP" relativeTo="FAS_OptionsButton_ZG" relativePoint="BOTTOM">
191 <Offset>
192 <AbsDimension x="0" y="0"/>
193 </Offset>
194 </Anchor>
195 </Anchors>
196 </CheckButton>
197 <CheckButton name="FAS_OptionsButton_AQ40" inherits="FAS_OptionsButtonTemplate" id="4">
198 <Anchors>
199 <Anchor point="TOP" relativeTo="FAS_OptionsButton_AQ20" relativePoint="BOTTOM">
200 <Offset>
201 <AbsDimension x="0" y="0"/>
202 </Offset>
203 </Anchor>
204 </Anchors>
205 </CheckButton>
206 <CheckButton name="FAS_OptionsButton_PostToRaid" inherits="FAS_OptionsButtonTemplate" id="5">
207 <Anchors>
208 <Anchor point="TOP" relativeTo="FAS_OptionsButton_AQ40" relativePoint="BOTTOM">
209 <Offset>
210 <AbsDimension x="0" y="0"/>
211 </Offset>
212 </Anchor>
213 </Anchors>
214 </CheckButton>
215 </Frames>
216 <Scripts>
217 <OnLoad>
218 this:SetBackdropBorderColor(0.4, 0.4, 0.4);
219 this:SetBackdropColor(0.15, 0.15, 0.15);
220 getglobal(this:GetName().."Title"):SetText(FAS_OPTIONS_RAID);
221 </OnLoad>
222 </Scripts>
223 </Frame>
224  
225 <Button inherits="UIPanelCloseButton">
226 <Anchors>
227 <Anchor point="TOPRIGHT" relativeTo="$parentCorner" relativePoint="TOPRIGHT">
228 <Offset>
229 <AbsDimension x="5" y="5"/>
230 </Offset>
231 </Anchor>
232 </Anchors>
233 </Button>
234  
235 </Frames>
236  
237 <Scripts>
238 <OnShow>
239 FAS_OptionsShow();
240 </OnShow>
241 </Scripts>
242  
243 </Frame>
244  
245 </Ui>