vanilla-wow-addons – Blame information for rev 1
?pathlinks?
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 parent="UIParent"> |
||
5 | <Frames> |
||
6 | <Button name="TitanPanelTitanBGButton" inherits="TitanPanelComboTemplate" frameStrata="FULLSCREEN" toplevel="true"> |
||
7 | <Scripts> |
||
8 | <OnLoad> |
||
9 | TitanPanelTitanBGButton_OnLoad(); |
||
10 | TitanPanelButton_OnLoad(); |
||
11 | </OnLoad> |
||
12 | <OnEvent> |
||
13 | TitanPanelTitanBGButton_OnEvent(event, arg1, arg2); |
||
14 | </OnEvent> |
||
15 | <OnClick> |
||
16 | TitanPanelTitanBGButton_OnClick(arg1); |
||
17 | TitanPanelButton_OnClick(arg1); |
||
18 | </OnClick> |
||
19 | </Scripts> |
||
20 | </Button> |
||
21 | </Frames> |
||
22 | </Frame> |
||
23 | |||
24 | <Frame name="TitanPanelTitanBG_Scripts" parent="UIParent"> |
||
25 | <Scripts> |
||
26 | <OnUpdate> |
||
27 | if (_addon_loaded) then |
||
28 | TitanPanelTitanBG_OnUpdate(); |
||
29 | end |
||
30 | </OnUpdate> |
||
31 | </Scripts> |
||
32 | </Frame> |
||
33 | |||
34 | <Frame name="TitanPanelTitanBG_Message" inherits="DialogBoxFrame"> |
||
35 | <Size><AbsDimension x="384" y="128"/></Size> |
||
36 | |||
37 | <Layers> |
||
38 | <Layer level="ARTWORK"> |
||
39 | <FontString name="TitanPanelTitanBG_Message_Text" inherits="GameFontRed" justifyH="CENTER" justifyV="TOP" nonspacewrap="true"> |
||
40 | <Size><AbsDimension x="360" y="0"/></Size> |
||
41 | |||
42 | <Anchors> |
||
43 | <Anchor point="TOP"> |
||
44 | <Offset><AbsDimension x="0" y="-16"/></Offset> |
||
45 | </Anchor> |
||
46 | </Anchors> |
||
47 | </FontString> |
||
48 | </Layer> |
||
49 | </Layers> |
||
50 | </Frame> |
||
51 | |||
52 | <Frame name="TitanPanelTitanBG_Template_Frame_CaptureTimers" parent="UIParent" frameStrata="LOW" toplevel="false" enableMouse="false" movable="true" virtual="true"> |
||
53 | <Size><AbsDimension x="1" y="20"/></Size> |
||
54 | |||
55 | <Anchors> |
||
56 | <Anchor point="TOPLEFT" relativePoint="TOPLEFT" relativeTo="TitanPanelTitanBG_Display_Capture"> |
||
57 | <Offset> |
||
58 | <AbsDimension x="0" y="0"/> |
||
59 | </Offset> |
||
60 | </Anchor> |
||
61 | </Anchors> |
||
62 | |||
63 | <HitRectInsets><AbsInset left="0" right="0" top="0" bottom="0"/></HitRectInsets> |
||
64 | |||
65 | <Layers> |
||
66 | <Layer level="ARTWORK"> |
||
67 | <Texture name="$parent_Icon" file="Interface\Minimap\POIIcons" setAllPoints="true"> |
||
68 | <Size><AbsDimension x="16" y="16"/></Size> |
||
69 | |||
70 | <Anchors><Anchor point="TOPLEFT"> |
||
71 | <Offset><AbsDimension x="0" y="0"/></Offset> |
||
72 | </Anchor></Anchors> |
||
73 | |||
74 | <TexCoords left="0.75" right="0.875" top="0.125" bottom="0.25"/> |
||
75 | </Texture> |
||
76 | </Layer> |
||
77 | |||
78 | <Layer level="OVERLAY"> |
||
79 | <FontString name="$parent_Point" inherits="GameFontNormal" justifyH="LEFT"> |
||
80 | <Size><AbsDimension x="162" y="20"/></Size> |
||
81 | |||
82 | <Anchors> |
||
83 | <Anchor point="TOPLEFT" relativePoint="TOPRIGHT" relativeTo="$parent_Icon"> |
||
84 | <Offset><AbsDimension x="3" y="3"/></Offset> |
||
85 | </Anchor> |
||
86 | </Anchors> |
||
87 | </FontString> |
||
88 | |||
89 | <FontString name="$parent_Time" inherits="GameFontHighlight" justifyH="RIGHT"> |
||
90 | <Size><AbsDimension x="110" y="20"/></Size> |
||
91 | |||
92 | <Anchors> |
||
93 | <Anchor point="TOPLEFT" relativePoint="TOPRIGHT" relativeTo="$parent_Point"> |
||
94 | <Offset><AbsDimension x="0" y="0"/></Offset> |
||
95 | </Anchor> |
||
96 | </Anchors> |
||
97 | </FontString> |
||
98 | </Layer> |
||
99 | </Layers> |
||
100 | </Frame> |
||
101 | |||
102 | <Frame name="TitanPanelTitanBG_Template_Frame_FlagTracker" parent="UIParent" frameStrata="LOW" movable="true" toplevel="false" enableMouse="true" virtual="true"> |
||
103 | <Size><AbsDimension x="1" y="22"/></Size> |
||
104 | |||
105 | <Anchors> |
||
106 | <Anchor point="TOPLEFT" relativePoint="TOPLEFT" relativeTo="TitanPanelTitanBG_Display_Capture"> |
||
107 | <Offset> |
||
108 | <AbsDimension x="0" y="0"/> |
||
109 | </Offset> |
||
110 | </Anchor> |
||
111 | </Anchors> |
||
112 | |||
113 | <HitRectInsets><AbsInset left="0" right="0" top="0" bottom="0"/></HitRectInsets> |
||
114 | |||
115 | <Frames> |
||
116 | <Button name="$parent_Button"> |
||
117 | <Size><AbsDimension x="150" y="20"/></Size> |
||
118 | |||
119 | <ButtonText name="$parentText"/> |
||
120 | <NormalFont inherits="GameFontNormal"/> |
||
121 | <HighlightFont inherits="GameFontNormal"/> |
||
122 | <DisabledFont inherits="GameFontDisable"/> |
||
123 | |||
124 | <Anchors> |
||
125 | <Anchor point="TOPLEFT" relativePoint="TOPRIGHT" relativeTo="$parent_Icon"> |
||
126 | <Offset><AbsDimension x="0" y="-2"/></Offset> |
||
127 | </Anchor> |
||
128 | </Anchors> |
||
129 | </Button> |
||
130 | </Frames> |
||
131 | |||
132 | <Layers> |
||
133 | <Layer level="ARTWORK"> |
||
134 | <Texture name="$parent_Icon" file="Interface\WorldStateFrame\AllianceFlag" setAllPoints="true"> |
||
135 | <Size><AbsDimension x="28" y="28"/></Size> |
||
136 | |||
137 | <Anchors><Anchor point="TOPLEFT" anchorPoint="TOPLEFT" anchorTo="$parent"> |
||
138 | <Offset><AbsDimension x="0" y="0"/></Offset> |
||
139 | </Anchor></Anchors> |
||
140 | </Texture> |
||
141 | </Layer> |
||
142 | </Layers> |
||
143 | </Frame> |
||
144 | |||
145 | <Frame name="TitanPanelTitanBG_Display_Capture" movable="true" enableMouse="true" frameStrata="TOOLTIP" parent="UIParent" hidden="true"> |
||
146 | <Size><AbsDimension x="292" y="100"/></Size> |
||
147 | |||
148 | <Anchors> |
||
149 | <Anchor point="CENTER" relativePoint="CENTER" relativeTo="UIParent"> |
||
150 | <Offset><AbsDimension x="0" y="0"/></Offset> |
||
151 | </Anchor> |
||
152 | </Anchors> |
||
153 | |||
154 | <Backdrop bgFile="Interface\Tooltips\UI-Tooltip-Background" edgeFile="Interface\Tooltips\UI-Tooltip-Border" tile="true"> |
||
155 | <EdgeSize><AbsValue val="16"/></EdgeSize> |
||
156 | <TileSize><AbsValue val="16"/></TileSize> |
||
157 | |||
158 | <BackgroundInsets><AbsInset left="5" right="5" top="5" bottom="5"/></BackgroundInsets> |
||
159 | </Backdrop> |
||
160 | |||
161 | <Layers> |
||
162 | <Layer level="OVERLAY"> |
||
163 | <FontString name="TitanPanelTitanBG_Display_Capture_Description" inherits="GameFontNormal" justifyH="CENTER"> |
||
164 | <Size><AbsDimension x="292" /></Size> |
||
165 | |||
166 | <Anchors> |
||
167 | <Anchor point="TOP" relativePoint="TOP" relativeTo="TitanPanelTitanBG_Display_Capture"> |
||
168 | <Offset><AbsDimension x="0" y="-10"/></Offset> |
||
169 | </Anchor> |
||
170 | </Anchors> |
||
171 | </FontString> |
||
172 | |||
173 | <FontString name="TitanPanelTitanBG_Display_Capture_Instructions" inherits="GameFontHighlight" justifyH="CENTER"> |
||
174 | <Size><AbsDimension x="292" /></Size> |
||
175 | |||
176 | <Anchors> |
||
177 | <Anchor point="BOTTOM" relativePoint="BOTTOM" relativeTo="TitanPanelTitanBG_Display_Capture"> |
||
178 | <Offset><AbsDimension x="0" y="10"/></Offset> |
||
179 | </Anchor> |
||
180 | </Anchors> |
||
181 | </FontString> |
||
182 | </Layer> |
||
183 | </Layers> |
||
184 | |||
185 | <Scripts> |
||
186 | <OnLoad> |
||
187 | this:RegisterForDrag("LeftButton"); |
||
188 | TitanPanelTitanBG_Display_Capture_Description:SetText(TITANBG_DRAGGABLE_OS_CAP); |
||
189 | TitanPanelTitanBG_Display_Capture_Instructions:SetText(TITANBG_DRAGGABLE_OS_CAPINSTRUCT); |
||
190 | </OnLoad> |
||
191 | <OnDragStart> |
||
192 | this:StartMoving(); |
||
193 | this.isMoving = true; |
||
194 | </OnDragStart> |
||
195 | <OnDragStop> |
||
196 | this:StopMovingOrSizing(); |
||
197 | this.isMoving = false; |
||
198 | </OnDragStop> |
||
199 | </Scripts> |
||
200 | </Frame> |
||
201 | |||
202 | <Frame name="TitanPanelTitanBG_Display_Capture_1" inherits="TitanPanelTitanBG_Template_Frame_CaptureTimers" hidden="true"></Frame> |
||
203 | |||
204 | <Frame name="TitanPanelTitanBG_Display_Capture_2" inherits="TitanPanelTitanBG_Template_Frame_CaptureTimers" hidden="true"> |
||
205 | <Anchors> |
||
206 | <Anchor point="TOPLEFT" relativePoint="BOTTOMLEFT" relativeTo="TitanPanelTitanBG_Display_Capture_1"></Anchor> |
||
207 | </Anchors> |
||
208 | </Frame> |
||
209 | |||
210 | <Frame name="TitanPanelTitanBG_Display_Capture_3" inherits="TitanPanelTitanBG_Template_Frame_CaptureTimers" hidden="true"> |
||
211 | <Anchors> |
||
212 | <Anchor point="TOPLEFT" relativePoint="BOTTOMLEFT" relativeTo="TitanPanelTitanBG_Display_Capture_2"></Anchor> |
||
213 | </Anchors> |
||
214 | </Frame> |
||
215 | |||
216 | <Frame name="TitanPanelTitanBG_Display_Capture_4" inherits="TitanPanelTitanBG_Template_Frame_CaptureTimers" hidden="true"> |
||
217 | <Anchors> |
||
218 | <Anchor point="TOPLEFT" relativePoint="BOTTOMLEFT" relativeTo="TitanPanelTitanBG_Display_Capture_3"></Anchor> |
||
219 | </Anchors> |
||
220 | </Frame> |
||
221 | |||
222 | <Frame name="TitanPanelTitanBG_Display_Capture_5" inherits="TitanPanelTitanBG_Template_Frame_CaptureTimers" hidden="true"> |
||
223 | <Anchors> |
||
224 | <Anchor point="TOPLEFT" relativePoint="BOTTOMLEFT" relativeTo="TitanPanelTitanBG_Display_Capture_4"></Anchor> |
||
225 | </Anchors> |
||
226 | </Frame> |
||
227 | |||
228 | <Frame name="TitanPanelTitanBG_Display_Flag_1" inherits="TitanPanelTitanBG_Template_Frame_FlagTracker" hidden="true"></Frame> |
||
229 | |||
230 | <Frame name="TitanPanelTitanBG_Display_Flag_2" inherits="TitanPanelTitanBG_Template_Frame_FlagTracker" hidden="true"> |
||
231 | <Anchors> |
||
232 | <Anchor point="TOPLEFT" relativePoint="BOTTOMLEFT" relativeTo="TitanPanelTitanBG_Display_Flag_1"></Anchor> |
||
233 | </Anchors> |
||
234 | </Frame> |
||
235 | </Ui> |