source: client_files/_czwow/Interface/AddOns/CzWoW/OptionsFrame.xml

Last change on this file was 1, checked in by george, 17 years ago

Import z původního repozitáře http://game/svn/wow/quests/

File size: 2.2 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="OptionsFrame" parent="OptionsFrame">
4 <Layers>
5 <Layer level="ARTWORK">
6 <Texture name="OptionsFrameHeader" file="Interface\DialogFrame\UI-DialogBox-Header">
7 <Size>
8 <AbsDimension x="256" y="64"/>
9 </Size>
10 <Anchors>
11 <Anchor point="TOP" relativeTo="OptionsFrame">
12 <Offset>
13 <AbsDimension x="0" y="12"/>
14 </Offset>
15 </Anchor>
16 </Anchors>
17 </Texture>
18 <FontString name="CzWoW_VIDEOOPTIONS_MENU" inherits="GameFontNormal" text="VIDEOOPTIONS_MENU">
19 <Anchors>
20 <Anchor point="TOP" relativeTo="OptionsFrameHeader">
21 <Offset>
22 <AbsDimension x="0" y="-14"/>
23 </Offset>
24 </Anchor>
25 </Anchors>
26 </FontString>
27 </Layer>
28 </Layers>
29 <!--Frames>
30 <Frame name="OptionsFrameResolutionDropDown" inherits="UIDropDownMenuTemplate" enableMouse="true" >
31 <Anchors>
32 <Anchor point="TOPLEFT" relativeTo="OptionsFrame">
33 <Offset>
34 <AbsDimension x="-8" y="-70"/>
35 </Offset>
36 </Anchor>
37 </Anchors>
38 <Layers>
39 <Layer level="ARTWORK">
40 <Texture name="OptionsFrameHeader" file="Interface\DialogFrame\UI-DialogBox-Header">
41 <Size>
42 <AbsDimension x="256" y="64"/>
43 </Size>
44 <Anchors>
45 <Anchor point="TOP" relativeTo="OptionsFrameResolutionDropDown">
46 <Offset>
47 <AbsDimension x="0" y="0"/>
48 </Offset>
49 </Anchor>
50 </Anchors>
51 </Texture>
52 </Layer>
53 </Layers>
54
55 <Scripts>
56 <OnEnter>DEFAULT_CHAT_FRAME:AddMessage("dfgdfgdfg");</OnEnter>
57 <OnShow>DEFAULT_CHAT_FRAME:AddMessage("dfgdfgdfg");</OnShow>
58 <OnClick>DEFAULT_CHAT_FRAME:AddMessage("dfgdfgdfg");</OnClick>
59 <OnEvent>DEFAULT_CHAT_FRAME:AddMessage("event");</OnEvent>
60 </Scripts>
61 </Frame>
62 </Frames-->
63 </Frame>
64</Ui>
Note: See TracBrowser for help on using the repository browser.