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="DART_ScriptOptions" parent="DART_BaseOptions" frameStrata="HIGH" hidden="true">
4 <Size><AbsDimension x="10" y="10"/></Size>
5 <Anchors>
6 <Anchor point="TOPLEFT">
7 <Offset><AbsDimension x="0" y="-22"/></Offset>
8 </Anchor>
9 <Anchor point="BOTTOMRIGHT"/>
10 </Anchors>
11 <Frames>
12 <Button name="$parent_KeybindingDown" inherits="DART_MainMenuButton2" text="KeybindingDown">
13 <Anchors>
14 <Anchor point="TOPLEFT">
15 <Offset><AbsDimension x="10" y="-60"/></Offset>
16 </Anchor>
17 </Anchors>
18 <Scripts>
19 <OnClick>
20 DART_Show_Script(10);
21 </OnClick>
22 </Scripts>
23 </Button>
24 <Button name="$parent_KeybindingUp" inherits="DART_MainMenuButton2" text="KeybindingUp">
25 <Anchors>
26 <Anchor point="TOP" relativeTo="$parent_KeybindingDown" relativePoint="BOTTOM"/>
27 </Anchors>
28 <Scripts>
29 <OnClick>
30 DART_Show_Script(11);
31 </OnClick>
32 </Scripts>
33 </Button>
34 <Button name="$parent_OnClick" inherits="DART_MainMenuButton2" text="OnClick">
35 <Anchors>
36 <Anchor point="TOP" relativeTo="$parent_KeybindingUp" relativePoint="BOTTOM"/>
37 </Anchors>
38 <Scripts>
39 <OnClick>
40 DART_Show_Script(7);
41 </OnClick>
42 </Scripts>
43 </Button>
44 <Button name="$parent_OnEnter" inherits="DART_MainMenuButton2" text="OnEnter">
45 <Anchors>
46 <Anchor point="TOP" relativeTo="$parent_OnClick" relativePoint="BOTTOM"/>
47 </Anchors>
48 <Scripts>
49 <OnClick>
50 DART_Show_Script(3);
51 </OnClick>
52 </Scripts>
53 </Button>
54 <Button name="$parent_OnEvent" inherits="DART_MainMenuButton2" text="OnEvent">
55 <Anchors>
56 <Anchor point="TOP" relativeTo="$parent_OnEnter" relativePoint="BOTTOM"/>
57 </Anchors>
58 <Scripts>
59 <OnClick>
60 DART_Show_Script(2);
61 </OnClick>
62 </Scripts>
63 </Button>
64 <Button name="$parent_OnHide" inherits="DART_MainMenuButton2" text="OnHide">
65 <Anchors>
66 <Anchor point="TOP" relativeTo="$parent_OnEvent" relativePoint="BOTTOM"/>
67 </Anchors>
68 <Scripts>
69 <OnClick>
70 DART_Show_Script(6);
71 </OnClick>
72 </Scripts>
73 </Button>
74 <Button name="$parent_OnLeave" inherits="DART_MainMenuButton2" text="OnLeave">
75 <Anchors>
76 <Anchor point="TOP" relativeTo="$parent_OnHide" relativePoint="BOTTOM"/>
77 </Anchors>
78 <Scripts>
79 <OnClick>
80 DART_Show_Script(4);
81 </OnClick>
82 </Scripts>
83 </Button>
84 <Button name="$parent_OnLoad" inherits="DART_MainMenuButton2" text="OnLoad">
85 <Anchors>
86 <Anchor point="TOP" relativeTo="$parent_OnLeave" relativePoint="BOTTOM"/>
87 </Anchors>
88 <Scripts>
89 <OnClick>
90 DART_Show_Script(14);
91 </OnClick>
92 </Scripts>
93 </Button>
94 <Button name="$parent_OnMouseDown" inherits="DART_MainMenuButton2" text="OnMouseDown">
95 <Anchors>
96 <Anchor point="TOP" relativeTo="$parent_OnLoad" relativePoint="BOTTOM"/>
97 </Anchors>
98 <Scripts>
99 <OnClick>
100 DART_Show_Script(9);
101 </OnClick>
102 </Scripts>
103 </Button>
104 <Button name="$parent_OnMouseUp" inherits="DART_MainMenuButton2" text="OnMouseUp">
105 <Anchors>
106 <Anchor point="TOP" relativeTo="$parent_OnMouseDown" relativePoint="BOTTOM"/>
107 </Anchors>
108 <Scripts>
109 <OnClick>
110 DART_Show_Script(8);
111 </OnClick>
112 </Scripts>
113 </Button>
114 <Button name="$parent_OnMouseWheel" inherits="DART_MainMenuButton2" text="OnMouseWheel">
115 <Anchors>
116 <Anchor point="TOP" relativeTo="$parent_OnMouseUp" relativePoint="BOTTOM"/>
117 </Anchors>
118 <Scripts>
119 <OnClick>
120 DART_Show_Script(12);
121 </OnClick>
122 </Scripts>
123 </Button>
124 <Button name="$parent_OnReceiveDrag" inherits="DART_MainMenuButton2" text="OnReceiveDrag">
125 <Anchors>
126 <Anchor point="TOP" relativeTo="$parent_OnMouseWheel" relativePoint="BOTTOM"/>
127 </Anchors>
128 <Scripts>
129 <OnClick>
130 DART_Show_Script(13);
131 </OnClick>
132 </Scripts>
133 </Button>
134 <Button name="$parent_OnShow" inherits="DART_MainMenuButton2" text="OnShow">
135 <Anchors>
136 <Anchor point="TOP" relativeTo="$parent_OnReceiveDrag" relativePoint="BOTTOM"/>
137 </Anchors>
138 <Scripts>
139 <OnClick>
140 DART_Show_Script(5);
141 </OnClick>
142 </Scripts>
143 </Button>
144 <Button name="$parent_OnUpdate" inherits="DART_MainMenuButton2" text="OnUpdate">
145 <Anchors>
146 <Anchor point="TOP" relativeTo="$parent_OnShow" relativePoint="BOTTOM"/>
147 </Anchors>
148 <Scripts>
149 <OnClick>
150 DART_Show_Script(1);
151 </OnClick>
152 </Scripts>
153 </Button>
154  
155 <ScrollFrame name="$parent_ScrollFrame" inherits="UIPanelScrollFrameTemplate" frameStrata="HIGH">
156 <Size><AbsDimension x="360" y="450"/></Size>
157 <Anchors>
158 <Anchor point="TOPLEFT">
159 <Offset><AbsDimension x="160" y="-80"/></Offset>
160 </Anchor>
161 </Anchors>
162 <ScrollChild>
163 <EditBox name="$parent_Text" multiLine="true" letters="50000" autoFocus="false">
164 <Size><AbsDimension x="360" y="440"/></Size>
165 <Scripts>
166 <OnTextChanged>
167 DART_Update_Script();
168 </OnTextChanged>
169 <OnEscapePressed>
170 this:ClearFocus();
171 </OnEscapePressed>
172 <OnHide>
173 DART_Compile_Scripts();
174 </OnHide>
175 </Scripts>
176 <FontString inherits="GameFontHighlightSmall"/>
177 </EditBox>
178 </ScrollChild>
179 </ScrollFrame>
180 <Button name="$parent_TextButton" frameStrata="HIGH">
181 <Size><AbsDimension x="360" y="450"/></Size>
182 <Anchors>
183 <Anchor point="TOPLEFT" relativeTo="DART_ScriptOptions_ScrollFrame_Text"/>
184 </Anchors>
185 <Scripts>
186 <OnClick>
187 DART_ScriptOptions_ScrollFrame_Text:SetFocus();
188 </OnClick>
189 </Scripts>
190 </Button>
191 <Frame name="$parent_ScrollFrameBackground" inherits="DiscordLib_TooltipBackdropTemplate" frameStrata="MEDIUM">
192 <Size><AbsDimension x="400" y="462"/></Size>
193 <Anchors>
194 <Anchor point="TOPLEFT" relativeTo="$parent_ScrollFrame">
195 <Offset><AbsDimension x="-10" y="7"/></Offset>
196 </Anchor>
197 </Anchors>
198 <Scripts>
199 <OnLoad>
200 this:SetBackdropColor(0,0,0,0);
201 </OnLoad>
202 </Scripts>
203 </Frame>
204 </Frames>
205 <Layers>
206 <Layer level="OVERLAY">
207 <FontString name="$parent_Label" inherits="GameFontNormal" justifyH="CENTER" justifyV="CENTER">
208 <Color r="1.0" g="1.0" b="1.0"/>
209 <Anchors>
210 <Anchor point="TOP">
211 <Offset><AbsDimension x="60" y="-60"/></Offset>
212 </Anchor>
213 </Anchors>
214 </FontString>
215 </Layer>
216 </Layers>
217 </Frame>
218  
219 </Ui>