source: trunk/Modules/Export/files/3.3.0/CzWoW/OptionsFrame.xml

Last change on this file was 325, checked in by maron, 15 years ago

Addon 3.3.0 s podporou vypínání překladu interface

File size: 3.0 KB
Line 
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 <Frame name="SoundOptionsFrame" parent="AudioOptionsFrame">
4 <Anchors>
5 <Anchor point="CENTER"/>
6 </Anchors>
7 <Layers>
8 <Layer level="ARTWORK">
9 <Texture name="SoundOptionsFrameHeader" file="Interface\DialogFrame\UI-DialogBox-Header">
10 <Size>
11 <AbsDimension x="256" y="64"/>
12 </Size>
13 <Anchors>
14 <Anchor point="TOP" relativeTo="AudioOptionsFrameHeader">
15 <Offset>
16 <AbsDimension x="0" y="0"/>
17 </Offset>
18 </Anchor>
19 </Anchors>
20 </Texture>
21 <FontString name="CzWoW_SOUND_OPTIONS" inherits="GameFontNormal" text="SOUND_OPTIONS">
22 <Anchors>
23 <Anchor point="TOP" relativeTo="AudioOptionsFrameHeader">
24 <Offset>
25 <AbsDimension x="0" y="-14"/>
26 </Offset>
27 </Anchor>
28 </Anchors>
29 </FontString>
30 </Layer>
31 </Layers>
32 </Frame>
33 <Frame name="OptionsFrame" parent="OptionsFrame">
34 <Layers>
35 <Layer level="ARTWORK">
36 <Texture name="OptionsFrameHeader" file="Interface\DialogFrame\UI-DialogBox-Header">
37 <Size>
38 <AbsDimension x="256" y="64"/>
39 </Size>
40 <Anchors>
41 <Anchor point="TOP" relativeTo="OptionsFrame">
42 <Offset>
43 <AbsDimension x="0" y="12"/>
44 </Offset>
45 </Anchor>
46 </Anchors>
47 </Texture>
48 <FontString name="CzWoW_VIDEOOPTIONS_MENU" inherits="GameFontNormal" text="VIDEOOPTIONS_MENU">
49 <Anchors>
50 <Anchor point="TOP" relativeTo="OptionsFrameHeader">
51 <Offset>
52 <AbsDimension x="0" y="-14"/>
53 </Offset>
54 </Anchor>
55 </Anchors>
56 </FontString>
57 </Layer>
58 </Layers>
59 <!--Frames>
60 <Frame name="OptionsFrameResolutionDropDown" inherits="UIDropDownMenuTemplate" enableMouse="true" >
61 <Anchors>
62 <Anchor point="TOPLEFT" relativeTo="OptionsFrame">
63 <Offset>
64 <AbsDimension x="-8" y="-70"/>
65 </Offset>
66 </Anchor>
67 </Anchors>
68 <Layers>
69 <Layer level="ARTWORK">
70 <Texture name="OptionsFrameHeader" file="Interface\DialogFrame\UI-DialogBox-Header">
71 <Size>
72 <AbsDimension x="256" y="64"/>
73 </Size>
74 <Anchors>
75 <Anchor point="TOP" relativeTo="OptionsFrameResolutionDropDown">
76 <Offset>
77 <AbsDimension x="0" y="0"/>
78 </Offset>
79 </Anchor>
80 </Anchors>
81 </Texture>
82 </Layer>
83 </Layers>
84
85 <Scripts>
86 <OnEnter>DEFAULT_CHAT_FRAME:AddMessage("dfgdfgdfg");</OnEnter>
87 <OnShow>DEFAULT_CHAT_FRAME:AddMessage("dfgdfgdfg");</OnShow>
88 <OnClick>DEFAULT_CHAT_FRAME:AddMessage("dfgdfgdfg");</OnClick>
89 <OnEvent>DEFAULT_CHAT_FRAME:AddMessage("event");</OnEvent>
90 </Scripts>
91 </Frame>
92 </Frames-->
93 </Frame>
94</Ui>
Note: See TracBrowser for help on using the repository browser.