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  
3 <Frame name="GB_AnnounceOptions" parent="GB_Options" inherits="GB_BGTemplate" hidden="true">
4 <Size><AbsDimension x="545" y="540"/></Size>
5 <Anchors>
6 <Anchor point="TOPLEFT" relativeTo="GB_OptionsTitle" relativePoint="BOTTOMLEFT"/>
7 </Anchors>
8 <Frames>
9 <EditBox name="$parent_Text1" inherits="GB_EditBoxTemplate" letters="1000" autoFocus="false" id="1">
10 <Scripts>
11 <OnLoad>
12 GB_Set_Label(GB_TEXT.AnnounceText..this:GetID());
13 GB_Set_Anchor("", 10, 470);
14 </OnLoad>
15 </Scripts>
16 </EditBox>
17 <EditBox name="$parent_Text2" inherits="GB_EditBoxTemplate" letters="1000" autoFocus="false" id="2">
18 <Scripts>
19 <OnLoad>
20 GB_Set_Label(GB_TEXT.AnnounceText..this:GetID());
21 GB_Set_Anchor("", 10, 445);
22 </OnLoad>
23 </Scripts>
24 </EditBox>
25 <EditBox name="$parent_Text3" inherits="GB_EditBoxTemplate" letters="1000" autoFocus="false" id="3">
26 <Scripts>
27 <OnLoad>
28 GB_Set_Label(GB_TEXT.AnnounceText..this:GetID());
29 GB_Set_Anchor("", 10, 420);
30 </OnLoad>
31 </Scripts>
32 </EditBox>
33 <EditBox name="$parent_Text4" inherits="GB_EditBoxTemplate" letters="1000" autoFocus="false" id="4">
34 <Scripts>
35 <OnLoad>
36 GB_Set_Label(GB_TEXT.AnnounceText..this:GetID());
37 GB_Set_Anchor("", 10, 395);
38 </OnLoad>
39 </Scripts>
40 </EditBox>
41 <EditBox name="$parent_Text5" inherits="GB_EditBoxTemplate" letters="1000" autoFocus="false" id="5">
42 <Scripts>
43 <OnLoad>
44 GB_Set_Label(GB_TEXT.AnnounceText..this:GetID());
45 GB_Set_Anchor("", 10, 370);
46 </OnLoad>
47 </Scripts>
48 </EditBox>
49 <EditBox name="$parent_FailedText" inherits="GB_EditBoxTemplate" letters="1000" autoFocus="false" id="99">
50 <Scripts>
51 <OnLoad>
52 this.index = "failedText";
53 GB_Set_Label(GB_TEXT.FailedText);
54 GB_Set_Anchor("", 10, 345);
55 </OnLoad>
56 </Scripts>
57 </EditBox>
58 <EditBox name="$parent_InterruptedText" inherits="GB_EditBoxTemplate" letters="1000" autoFocus="false" id="99">
59 <Scripts>
60 <OnLoad>
61 this.index = "interruptedText";
62 GB_Set_Label(GB_TEXT.InterruptedText);
63 GB_Set_Anchor("", 10, 320);
64 </OnLoad>
65 </Scripts>
66 </EditBox>
67 <CheckButton name="$parent_AnnounceInterrupts" inherits="GB_CheckboxTemplate">
68 <Anchors>
69 <Anchor point="TOPLEFT">
70 <Offset><AbsDimension x="10" y="-245"/></Offset>
71 </Anchor>
72 </Anchors>
73 <Scripts>
74 <OnLoad>
75 this.index = "announceInterrupted";
76 GB_Set_Label(GB_TEXT.AnnounceInterrupts);
77 </OnLoad>
78 </Scripts>
79 </CheckButton>
80 <CheckButton name="$parent_AnnounceFailures" inherits="GB_CheckboxTemplate">
81 <Anchors>
82 <Anchor point="TOP" relativeTo="$parent_AnnounceInterrupts" relativePoint="BOTTOM"/>
83 </Anchors>
84 <Scripts>
85 <OnLoad>
86 this.index = "announceFailed";
87 GB_Set_Label(GB_TEXT.AnnounceFailures);
88 </OnLoad>
89 </Scripts>
90 </CheckButton>
91 <CheckButton name="$parent_DoNotUseSay" inherits="GB_CheckboxTemplate">
92 <Anchors>
93 <Anchor point="TOP" relativeTo="$parent_AnnounceFailures" relativePoint="BOTTOM"/>
94 </Anchors>
95 <Scripts>
96 <OnLoad>
97 this.index = "doNotUseSay";
98 GB_Set_Label(GB_TEXT.DoNotUseSay);
99 </OnLoad>
100 </Scripts>
101 </CheckButton>
102 <CheckButton name="$parent_DoNotUseParty" inherits="GB_CheckboxTemplate">
103 <Anchors>
104 <Anchor point="TOP" relativeTo="$parent_DoNotUseSay" relativePoint="BOTTOM"/>
105 </Anchors>
106 <Scripts>
107 <OnLoad>
108 this.index = "doNotUseParty";
109 GB_Set_Label(GB_TEXT.DoNotUseParty);
110 </OnLoad>
111 </Scripts>
112 </CheckButton>
113 <CheckButton name="$parent_DoNotUseRaid" inherits="GB_CheckboxTemplate">
114 <Anchors>
115 <Anchor point="TOP" relativeTo="$parent_DoNotUseParty" relativePoint="BOTTOM"/>
116 </Anchors>
117 <Scripts>
118 <OnLoad>
119 this.index = "doNotUseRaid";
120 GB_Set_Label(GB_TEXT.DoNotUseRaid);
121 </OnLoad>
122 </Scripts>
123 </CheckButton>
124 <CheckButton name="$parent_DoNotAnnounceSolo" inherits="GB_CheckboxTemplate">
125 <Anchors>
126 <Anchor point="TOP" relativeTo="$parent_DoNotUseRaid" relativePoint="BOTTOM"/>
127 </Anchors>
128 <Scripts>
129 <OnLoad>
130 this.index = "doNotAnnounceSolo";
131 GB_Set_Label(GB_TEXT.DoNotAnnounceSolo);
132 </OnLoad>
133 </Scripts>
134 </CheckButton>
135 <CheckButton name="$parent_TurnOffAllAnnouncements" inherits="GB_CheckboxTemplate">
136 <Anchors>
137 <Anchor point="TOP" relativeTo="$parent_DoNotAnnounceSolo" relativePoint="BOTTOM"/>
138 </Anchors>
139 <Scripts>
140 <OnLoad>
141 this.index = "announceDisabled";
142 GB_Set_Label(GB_TEXT.TurnOffAllAnnouncements);
143 </OnLoad>
144 </Scripts>
145 </CheckButton>
146 <CheckButton name="$parent_SendToChannel" inherits="GB_CheckboxTemplate">
147 <Anchors>
148 <Anchor point="TOP" relativeTo="$parent_TurnOffAllAnnouncements" relativePoint="BOTTOM"/>
149 </Anchors>
150 <Scripts>
151 <OnLoad>
152 this.index = "sendToChannel";
153 </OnLoad>
154 </Scripts>
155 </CheckButton>
156 <EditBox name="$parent_AnnounceChannel" inherits="GB_EditBoxTemplate" letters="1000" autoFocus="false" id="99">
157 <Size><AbsDimension x="100" y="16"/></Size>
158 <Scripts>
159 <OnLoad>
160 this.index = "announceChannel";
161 GB_Set_Label(GB_TEXT.SendToChannel);
162 GB_Set_Anchor("_SendToChannel", 24, 24);
163 </OnLoad>
164 </Scripts>
165 </EditBox>
166 </Frames>
167 <Layers>
168 <Layer level="BACKGROUND">
169 <FontString name="$parent_Text" inherits="GameFontNormal" text="GB_ANNOUNCE_HELP_TEXT">
170 <Color r="1" g="1" b="1"/>
171 <Anchors>
172 <Anchor point="TOP">
173 <Offset><AbsDimension x="0" y="-15"/></Offset>
174 </Anchor>
175 </Anchors>
176 </FontString>
177 </Layer>
178 </Layers>
179 <Scripts>
180 <OnLoad>
181 this:SetBackdropColor(.2, .2, .2);
182 </OnLoad>
183 </Scripts>
184 </Frame>
185  
186 </Ui>