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 <Script file="localization.lua" />
4 <Script file="localization.de.lua" />
5 <Script file="ChatBox.lua" />
6 <Script file="ChatBoxConfig.lua" />
7 <Script file="ChatBoxTimeStamp.lua" />
8  
9 <Frame name="ChatFrameScrollBoxTemplate" movable="true" setAllPoints="true" virtual="true">
10 <Scripts>
11 <OnUpdate>
12 ChatBoxFrame_OnUpdate();
13 </OnUpdate>
14 <OnEvent>
15 ChatBox_OnEvent(event);
16 </OnEvent>
17 <OnLoad>
18 ChatBoxFrame_OnLoad();
19 </OnLoad>
20 <OnShow>
21 if (this:GetParent():GetFrameLevel() > 2) then
22 this:SetFrameLevel(this:GetParent():GetFrameLevel()-1);
23 end
24 </OnShow>
25 <OnMouseWheel>
26 ChatBoxFrame_OnMouseWheel(this:GetParent(), arg1);
27 </OnMouseWheel>
28 </Scripts>
29 </Frame>
30 <Frame name="$parentScrollBox" inherits="ChatFrameScrollBoxTemplate" parent="ChatFrame1" />
31 <Frame name="$parentScrollBox" inherits="ChatFrameScrollBoxTemplate" parent="ChatFrame2" />
32 <Frame name="$parentScrollBox" inherits="ChatFrameScrollBoxTemplate" parent="ChatFrame3" />
33 <Frame name="$parentScrollBox" inherits="ChatFrameScrollBoxTemplate" parent="ChatFrame4" />
34 <Frame name="$parentScrollBox" inherits="ChatFrameScrollBoxTemplate" parent="ChatFrame5" />
35 <Frame name="$parentScrollBox" inherits="ChatFrameScrollBoxTemplate" parent="ChatFrame6" />
36 <Frame name="$parentScrollBox" inherits="ChatFrameScrollBoxTemplate" parent="ChatFrame7" />
37  
38 <Frame name="ChatBoxHyperlinkerForm" hidden="true" toplevel="true" movable="true">
39 <Size>
40 <AbsDimension x="327" y="21" />
41 </Size>
42 <Anchors>
43 <Anchor point="CENTER" relativeTo="UIParent">
44 <Offset>
45 <AbsDimension x="0" y="0" />
46 </Offset>
47 </Anchor>
48 </Anchors>
49 <Backdrop bgFile="Interface\TutorialFrame\TutorialFrameBackground" edgeFile="Interface\Tooltips\UI-Tooltip-Border" tile="true">
50 <BackgroundInsets>
51 <AbsInset left="3" right="5" top="3" bottom="5" />
52 </BackgroundInsets>
53 <TileSize>
54 <AbsValue val="16" />
55 </TileSize>
56 <EdgeSize>
57 <AbsValue val="16" />
58 </EdgeSize>
59 </Backdrop>
60 <Frames>
61 <Button name="$parentButton1" text="x">
62 <Size>
63 <AbsDimension x="14" y="14" />
64 </Size>
65 <Anchors>
66 <Anchor point="BOTTOMRIGHT" relativeTo="$parent" relativePoint="TOPLEFT">
67 <Offset>
68 <AbsDimension x="5" y="-5" />
69 </Offset>
70 </Anchor>
71 </Anchors>
72 <Scripts>
73 <OnMouseUp>
74 ChatBoxHyperlinkerForm:Hide();
75 </OnMouseUp>
76 </Scripts>
77 <NormalText name="$parentText" font="Fonts\FRIZQT__.TTF">
78 <FontHeight>
79 <AbsValue val="12" />
80 </FontHeight>
81 <Color r="1" g="0.8196079" b="0" />
82 <Shadow>
83 <Color r="0" g="0" b="0" />
84 <Offset>
85 <AbsDimension x="1" y="-1" />
86 </Offset>
87 </Shadow>
88 </NormalText>
89 <HighlightText font="Fonts\FRIZQT__.TTF">
90 <FontHeight>
91 <AbsValue val="12" />
92 </FontHeight>
93 <Color r="1" g="1" b="1" />
94 <Shadow>
95 <Color r="0" g="0" b="0" />
96 <Offset>
97 <AbsDimension x="1" y="-1" />
98 </Offset>
99 </Shadow>
100 </HighlightText>
101 <DisabledText font="Fonts\FRIZQT__.TTF">
102 <FontHeight>
103 <AbsValue val="12" />
104 </FontHeight>
105 <Color r="0.4980392" g="0.4980392" b="0.4980392" />
106 <Shadow>
107 <Color r="0" g="0" b="0" />
108 <Offset>
109 <AbsDimension x="1" y="-1" />
110 </Offset>
111 </Shadow>
112 </DisabledText>
113 <PushedTextOffset x="0" y="0" />
114 </Button>
115 <EditBox name="ChatBoxHyperlinkerFormEditBox" movable="true" frameStrata="DIALOG" enableMouse="true">
116 <Size>
117 <AbsDimension x="305" y="14" />
118 </Size>
119 <Anchors>
120 <Anchor point="TOPLEFT">
121 <Offset>
122 <AbsDimension x="13" y="-3" />
123 </Offset>
124 </Anchor>
125 </Anchors>
126 <Scripts>
127 <OnEscapePressed>
128 ChatBoxHyperlinkerForm:Hide();
129 </OnEscapePressed>
130 <OnEditFocusGained>
131 this:HighlightText(0);
132 </OnEditFocusGained>
133 </Scripts>
134 <FontString font="Fonts\ARIALN.TTF" nonspacewrap="true" justifyH="LEFT">
135 <FontHeight>
136 <AbsValue val="10" />
137 </FontHeight>
138 <Color r="1" g="1" b="1" />
139 <Shadow>
140 <Color r="0" g="0" b="0" />
141 <Offset>
142 <AbsDimension x="1" y="-1" />
143 </Offset>
144 </Shadow>
145 </FontString>
146 <HighlightColor r="0.827451" g="0.827451" b="0.827451" />
147 <TextInsets>
148 <AbsInset left="0" right="0" top="0" bottom="0" />
149 </TextInsets>
150 </EditBox>
151 </Frames>
152 </Frame>
153 </Ui>