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">
2 <!--Autogenerated by wowuides, Version=1.0.200.0, Culture=neutral, PublicKeyToken=null-->
3 <Frame name="solHyperlinkerForm" hidden="true" toplevel="true" movable="true">
4 <!--<FrameSkin skinid="f15d4970-d66d-444e-bb2d-1ad102c87fed" frameid="f15d4971-d66d-444e-bb2d-1ad102c87fed" />-->
5 <Size>
6 <AbsDimension x="327" y="21" />
7 </Size>
8 <Anchors>
9 <Anchor point="CENTER" relativeTo="UIParent">
10 <Offset>
11 <AbsDimension x="0" y="0" />
12 </Offset>
13 </Anchor>
14 </Anchors>
15 <Backdrop bgFile="Interface\TutorialFrame\TutorialFrameBackground" edgeFile="Interface\Tooltips\UI-Tooltip-Border" tile="true">
16 <BackgroundInsets>
17 <AbsInset left="3" right="5" top="3" bottom="5" />
18 </BackgroundInsets>
19 <TileSize>
20 <AbsValue val="16" />
21 </TileSize>
22 <EdgeSize>
23 <AbsValue val="16" />
24 </EdgeSize>
25 </Backdrop>
26 <Frames>
27 <Button name="$parentButton1" text="x">
28 <!--<FrameSkin skinid="f15d4970-d66d-444e-bb2d-1ad102c87fed" frameid="f15d4973-d66d-444e-bb2d-1ad102c87fed" />-->
29 <Size>
30 <AbsDimension x="18" y="17" />
31 </Size>
32 <Anchors>
33 <Anchor point="TOPLEFT">
34 <Offset>
35 <AbsDimension x="326" y="-2" />
36 </Offset>
37 </Anchor>
38 </Anchors>
39 <Scripts>
40 <OnMouseUp>solHyperlinkerForm:Hide();</OnMouseUp>
41 </Scripts>
42 <NormalTexture file="Interface\Buttons\UI-Panel-Button-Up">
43 <TexCoords left="0" right="0.625" top="0" bottom="0.6875" />
44 </NormalTexture>
45 <PushedTexture file="Interface\Buttons\UI-Panel-Button-Down">
46 <TexCoords left="0" right="0.625" top="0" bottom="0.6875" />
47 </PushedTexture>
48 <DisabledTexture file="Interface\Buttons\UI-Panel-Button-Disabled">
49 <TexCoords left="0" right="0.625" top="0" bottom="0.6875" />
50 </DisabledTexture>
51 <HighlightTexture file="Interface\Buttons\UI-Panel-Button-Highlight" alphaMode="ADD">
52 <TexCoords left="0" right="0.625" top="0" bottom="0.6875" />
53 </HighlightTexture>
54 <NormalText name="$parentText" font="Fonts\FRIZQT__.TTF">
55 <FontHeight>
56 <AbsValue val="12" />
57 </FontHeight>
58 <Color r="1" g="0.8196079" b="0" />
59 <Shadow>
60 <Color r="0" g="0" b="0" />
61 <Offset>
62 <AbsDimension x="1" y="-1" />
63 </Offset>
64 </Shadow>
65 </NormalText>
66 <HighlightText font="Fonts\FRIZQT__.TTF">
67 <FontHeight>
68 <AbsValue val="12" />
69 </FontHeight>
70 <Color r="1" g="1" b="1" />
71 <Shadow>
72 <Color r="0" g="0" b="0" />
73 <Offset>
74 <AbsDimension x="1" y="-1" />
75 </Offset>
76 </Shadow>
77 </HighlightText>
78 <DisabledText font="Fonts\FRIZQT__.TTF">
79 <FontHeight>
80 <AbsValue val="12" />
81 </FontHeight>
82 <Color r="0.4980392" g="0.4980392" b="0.4980392" />
83 <Shadow>
84 <Color r="0" g="0" b="0" />
85 <Offset>
86 <AbsDimension x="1" y="-1" />
87 </Offset>
88 </Shadow>
89 </DisabledText>
90 <PushedTextOffset x="0" y="0" />
91 </Button>
92 <EditBox name="solHyperlinkerEditBox" movable="true" frameStrata="DIALOG" enableMouse="true">
93 <!--<FrameSkin skinid="f15d4970-d66d-444e-bb2d-1ad102c87fed" frameid="f15d4975-d66d-444e-bb2d-1ad102c87fed" />-->
94 <Size>
95 <AbsDimension x="305" y="14" />
96 </Size>
97 <Anchors>
98 <Anchor point="TOPLEFT">
99 <Offset>
100 <AbsDimension x="13" y="-3" />
101 </Offset>
102 </Anchor>
103 </Anchors>
104 <Scripts>
105 <OnClick>this:HighlightText(0);</OnClick>
106 <OnEscapePressed>solHyperlinkerForm:Hide();</OnEscapePressed>
107 <OnEditFocusGained>this:HighlightText(0);</OnEditFocusGained>
108 </Scripts>
109 <FontString font="Fonts\ARIALN.TTF" nonspacewrap="true" justifyH="LEFT">
110 <FontHeight>
111 <AbsValue val="10" />
112 </FontHeight>
113 <Color r="1" g="1" b="1" />
114 <Shadow>
115 <Color r="0" g="0" b="0" />
116 <Offset>
117 <AbsDimension x="1" y="-1" />
118 </Offset>
119 </Shadow>
120 </FontString>
121 <HighlightColor r="0.827451" g="0.827451" b="0.827451" />
122 <TextInsets>
123 <AbsInset left="0" right="0" top="0" bottom="0" />
124 </TextInsets>
125 </EditBox>
126 </Frames>
127 <Scripts>
128 <OnEscapePressed>solHyperlinkerForm:Hide();</OnEscapePressed>
129 </Scripts>
130 </Frame>
131 </Ui>