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 <Frame name="ISync_OptionsCleanFrame_Tab" toplevel="true" enableMouse="true" hidden="true" parent="ISync_OptionsFrame">
5 <Size>
6 <AbsDimension x="360" y="450"/>
7 </Size>
8 <Anchors>
9 <Anchor point="CENTER" relativeTo="ISync_OptionsFrame" relativePoint="CENTER">
10 <Offset>
11 <AbsDimension x="0" y="0"/>
12 </Offset>
13 </Anchor>
14 </Anchors>
15 <Frames>
16  
17 <Frame name="ISYNC_Options_Clean_Optimize" inherits="OptionFrameBoxTemplate">
18 <Size>
19 <AbsDimension x="335" y="40"/>
20 </Size>
21 <Anchors>
22 <Anchor point="TOPLEFT" relativeTo="ISync_OptionsCleanFrame_Tab" relativePoint="BOTTOMLEFT">
23 <Offset>
24 <AbsDimension x="13" y="410"/>
25 </Offset>
26 </Anchor>
27 </Anchors>
28 <Layers>
29 <Layer level="BACKGROUND">
30  
31 </Layer>
32 </Layers>
33  
34 <Frames>
35  
36 <Button name="ISync_OptionsOptimizeButton" inherits="UIPanelButtonTemplate" text="ISYNC_OPTIONS_OPTIMIZE">
37 <Size>
38 <AbsDimension x="90" y="21"/>
39 </Size>
40 <Anchors>
41 <Anchor point="CENTER" relativePoint="CENTER">
42 <Offset>
43 <AbsDimension x="0" y="0"/>
44 </Offset>
45 </Anchor>
46 </Anchors>
47 <Scripts>
48 <OnClick>
49  
50 StaticPopup_Show("ISYNC_OPTIMIZE_CONFIRM");
51 </OnClick>
52 </Scripts>
53 </Button>
54  
55 <Button name="ISync_Options_Regular_Help9" virtual="true" hidden="false">
56 <Size>
57 <AbsDimension x="18" y="16"/>
58 </Size>
59 <Anchors>
60 <Anchor point="TOPRIGHT" relativePoint="TOPRIGHT">
61 <Offset>
62 <AbsDimension x="-8" y="-8"/>
63 </Offset>
64 </Anchor>
65 </Anchors>
66 <Layers>
67 <Layer level="OVERLAY">
68 <FontString name="$parentText" inherits="GameFontNormal" justifyH="RIGHT" text="[?]">
69 <Anchors>
70 <Anchor point="RIGHT">
71 <Offset>
72 <AbsDimension x="0" y="0"/>
73 </Offset>
74 </Anchor>
75 </Anchors>
76 </FontString>
77 </Layer>
78 </Layers>
79 <Scripts>
80 <OnEnter>
81 getglobal(this:GetName() .. "Text"):SetTextColor(1, 1, 0);
82 GameTooltip:SetOwner(this, "ANCHOR_LEFT");
83 GameTooltip:SetText(ISYNC_HELP_SUB9, 1, 0.72, 0, nil, 1);
84 GameTooltip:Show();
85 </OnEnter>
86 <OnLeave>
87 getglobal(this:GetName() .. "Text"):SetTextColor(1, 0.82, 0);
88 GameTooltip:Hide();
89 </OnLeave>
90 </Scripts>
91 </Button>
92  
93 </Frames>
94  
95 <Scripts>
96 <OnLoad>
97 this:SetBackdropBorderColor(0.4, 0.4, 0.4);
98 this:SetBackdropColor(0.15, 0.15, 0.15);
99 getglobal(this:GetName().."Title"):SetText(ISYNC_OPTIONS_HEADER4);
100 </OnLoad>
101 </Scripts>
102 </Frame>
103  
104  
105  
106  
107  
108 <Frame name="ISYNC_Options_PurgeDB_CleanFrame" inherits="OptionFrameBoxTemplate">
109 <Size>
110 <AbsDimension x="335" y="40"/>
111 </Size>
112 <Anchors>
113 <Anchor point="TOPLEFT" relativeTo="ISync_OptionsCleanFrame_Tab" relativePoint="BOTTOMLEFT">
114 <Offset>
115 <AbsDimension x="13" y="345"/>
116 </Offset>
117 </Anchor>
118 </Anchors>
119 <Layers>
120 <Layer level="BACKGROUND">
121  
122 </Layer>
123 </Layers>
124  
125 <Frames>
126 <Button name="ISYNC_Options_Clean_PurgeDBButton" inherits="UIPanelButtonTemplate" text="ISYNC_PURGEDB">
127 <Size>
128 <AbsDimension x="140" y="21"/>
129 </Size>
130 <Anchors>
131 <Anchor point="CENTER" relativePoint="CENTER">
132 <Offset>
133 <AbsDimension x="0" y="0"/>
134 </Offset>
135 </Anchor>
136 </Anchors>
137 <Scripts>
138 <OnClick>
139  
140 StaticPopup_Show("ISYNC_PURGE1_CONFIRM");
141  
142 </OnClick>
143 </Scripts>
144 </Button>
145  
146 <Button name="ISync_Options_Regular_Help_PurgeDB" virtual="true" hidden="false">
147 <Size>
148 <AbsDimension x="18" y="16"/>
149 </Size>
150 <Anchors>
151 <Anchor point="TOPRIGHT" relativePoint="TOPRIGHT">
152 <Offset>
153 <AbsDimension x="-8" y="-8"/>
154 </Offset>
155 </Anchor>
156 </Anchors>
157 <Layers>
158 <Layer level="OVERLAY">
159 <FontString name="$parentText" inherits="GameFontNormal" justifyH="RIGHT" text="[?]">
160 <Anchors>
161 <Anchor point="RIGHT">
162 <Offset>
163 <AbsDimension x="0" y="0"/>
164 </Offset>
165 </Anchor>
166 </Anchors>
167 </FontString>
168 </Layer>
169 </Layers>
170 <Scripts>
171 <OnEnter>
172 getglobal(this:GetName() .. "Text"):SetTextColor(1, 1, 0);
173 GameTooltip:SetOwner(this, "ANCHOR_LEFT");
174 GameTooltip:SetText(ISYNC_PURGEDB_TOOLTIP, 1, 0.72, 0, nil, 1);
175 GameTooltip:Show();
176 </OnEnter>
177 <OnLeave>
178 getglobal(this:GetName() .. "Text"):SetTextColor(1, 0.82, 0);
179 GameTooltip:Hide();
180 </OnLeave>
181 </Scripts>
182 </Button>
183  
184 </Frames>
185  
186 <Scripts>
187 <OnLoad>
188 this:SetBackdropBorderColor(0.4, 0.4, 0.4);
189 this:SetBackdropColor(0.15, 0.15, 0.15);
190 getglobal(this:GetName().."Title"):SetText(ISYNC_PURGEDB_HEADER);
191 </OnLoad>
192 </Scripts>
193 </Frame>
194  
195  
196  
197  
198  
199  
200 <Frame name="ISYNC_Options_Cleaner_CleanFrame" inherits="OptionFrameBoxTemplate">
201 <Size>
202 <AbsDimension x="335" y="40"/>
203 </Size>
204 <Anchors>
205 <Anchor point="TOPLEFT" relativeTo="ISync_OptionsCleanFrame_Tab" relativePoint="BOTTOMLEFT">
206 <Offset>
207 <AbsDimension x="13" y="55"/>
208 </Offset>
209 </Anchor>
210 </Anchors>
211 <Layers>
212 <Layer level="BACKGROUND">
213  
214 </Layer>
215 </Layers>
216  
217 <Frames>
218 <Button name="ISYNC_Options_CleanerButton" inherits="UIPanelButtonTemplate" text="ISYNC_CLEANER_BUTTON">
219 <Size>
220 <AbsDimension x="140" y="21"/>
221 </Size>
222 <Anchors>
223 <Anchor point="CENTER" relativePoint="CENTER">
224 <Offset>
225 <AbsDimension x="0" y="0"/>
226 </Offset>
227 </Anchor>
228 </Anchors>
229 <Scripts>
230 <OnClick>
231  
232 StaticPopup_Show("ISYNC_CLEANER_CONFIRM");
233  
234 </OnClick>
235 </Scripts>
236 </Button>
237  
238 <Button name="ISync_Options_Regular_Help_Cleaner" virtual="true" hidden="false">
239 <Size>
240 <AbsDimension x="18" y="16"/>
241 </Size>
242 <Anchors>
243 <Anchor point="TOPRIGHT" relativePoint="TOPRIGHT">
244 <Offset>
245 <AbsDimension x="-8" y="-8"/>
246 </Offset>
247 </Anchor>
248 </Anchors>
249 <Layers>
250 <Layer level="OVERLAY">
251 <FontString name="$parentText" inherits="GameFontNormal" justifyH="RIGHT" text="[?]">
252 <Anchors>
253 <Anchor point="RIGHT">
254 <Offset>
255 <AbsDimension x="0" y="0"/>
256 </Offset>
257 </Anchor>
258 </Anchors>
259 </FontString>
260 </Layer>
261 </Layers>
262 <Scripts>
263 <OnEnter>
264 getglobal(this:GetName() .. "Text"):SetTextColor(1, 1, 0);
265 GameTooltip:SetOwner(this, "ANCHOR_LEFT");
266 GameTooltip:SetText(ISYNC_CLEANER_TOOLTIP, 1, 0.72, 0, nil, 1);
267 GameTooltip:Show();
268 </OnEnter>
269 <OnLeave>
270 getglobal(this:GetName() .. "Text"):SetTextColor(1, 0.82, 0);
271 GameTooltip:Hide();
272 </OnLeave>
273 </Scripts>
274 </Button>
275  
276 </Frames>
277  
278 <Scripts>
279 <OnLoad>
280 this:SetBackdropBorderColor(0.4, 0.4, 0.4);
281 this:SetBackdropColor(0.15, 0.15, 0.15);
282 getglobal(this:GetName().."Title"):SetText(string.upper(ISYNC_CLEANER_HEADER));
283 </OnLoad>
284 </Scripts>
285 </Frame>
286 </Frames>
287  
288 <Scripts>
289 <OnMouseDown> ISync_OptionsFrame:StartMoving(); </OnMouseDown>
290 <OnMouseUp> ISync_OptionsFrame:StopMovingOrSizing(); </OnMouseUp>
291 <OnDragStop> ISync_OptionsFrame:StopMovingOrSizing(); </OnDragStop>
292 <OnShow>PlaySound("igMainMenuOptionCheckBoxOn"); </OnShow>
293 </Scripts>
294 </Frame>
295  
296  
297 </Ui>