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="Perl_Config_ThirdParty.lua"/>
4  
5  
6 <Frame name="Perl_Config_ThirdParty_Frame" frameStrata="DIALOG" hidden="true" enableMouse="true">
7 <Size>
8 <AbsDimension x="600" y="380"/>
9 </Size>
10 <Anchors>
11 <Anchor point="TOPLEFT" relativePoint="TOPLEFT" relativeTo="Perl_Config_Frame">
12 <Offset>
13 <AbsDimension x="0" y="-120"/>
14 </Offset>
15 </Anchor>
16 </Anchors>
17 <Layers>
18 <Layer level="ARTWORK">
19 <Texture name="Perl_Config_ThirdParty_Header" file="Interface\DialogFrame\UI-DialogBox-Header">
20 <Size>
21 <AbsDimension x="256" y="64"/>
22 </Size>
23 <Anchors>
24 <Anchor point="TOP">
25 <Offset>
26 <AbsDimension x="0" y="12"/>
27 </Offset>
28 </Anchor>
29 </Anchors>
30 </Texture>
31 <FontString inherits="GameFontNormal" text="PERL_LOCALIZED_CONFIG_THIRDPARTY">
32 <Anchors>
33 <Anchor point="TOP" relativeTo="Perl_Config_ThirdParty_Header">
34 <Offset>
35 <AbsDimension x="0" y="-14"/>
36 </Offset>
37 </Anchor>
38 </Anchors>
39 </FontString>
40 </Layer>
41 </Layers>
42  
43 <Frames>
44 <Button name="$parent_Button1" inherits="UIPanelButtonTemplate" text="Perl_ColorChange">
45 <Size>
46 <AbsDimension x="120" y="22"/>
47 </Size>
48 <Anchors>
49 <Anchor point="LEFT" relativePoint="TOPLEFT">
50 <Offset>
51 <AbsDimension x="40" y="-100"/>
52 </Offset>
53 </Anchor>
54 </Anchors>
55 <Scripts>
56 <OnClick>
57 Perl_Config_ThirdParty_DisplayOptions_Perl_ColorChange();
58 </OnClick>
59 </Scripts>
60 </Button>
61 </Frames>
62 </Frame>
63  
64 </Ui>