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/..\FrameXML\UI.xsd">
2  
3 <Frame name="NecrosisTimerMenu" frameStrata="DIALOG" movable="false" enableMouse="true" parent="NecrosisGeneralFrame">
4 <Size>
5 <AbsDimension x="350" y="452"/>
6 </Size>
7 <Anchors>
8 <Anchor point="BOTTOMLEFT" relativeTo="NecrosisGeneralFrame"/>
9 </Anchors>
10 <HitRectInsets>
11 <AbsInset left="0" right="35" top="0" bottom="75"/>
12 </HitRectInsets>
13 <Layers>
14 <Layer level="ARTWORK">
15 <FontString name="NecrosisShowSpellTimers_Option" inherits="GameFontNormalSmall">
16 <Color r="1.0" g="1.0" b="1.0" a="1"/>
17 <Anchors>
18 <Anchor point="TOPLEFT" relativeTo="NecrosisTimerMenu" relativeFrom="TOPLEFT">
19 <Offset>
20 <AbsDimension x="60" y="-40"/>
21 </Offset>
22 </Anchor>
23 </Anchors>
24 </FontString>
25 <FontString name="NecrosisSTimer_Option" inherits="GameFontNormalSmall">
26 <Color r="1.0" g="1.0" b="1.0" a="1"/>
27 <Anchors>
28 <Anchor point="TOPLEFT" relativeTo="NecrosisTimerMenu" relativeFrom="TOPLEFT">
29 <Offset>
30 <AbsDimension x="60" y="-60"/>
31 </Offset>
32 </Anchor>
33 </Anchors>
34 </FontString>
35 <FontString name="NecrosisGraphicalTimer_Section" inherits="GameFontNormalSmall">
36 <Color r="1.0" g="0.5" b="1.0" a="1"/>
37 <Anchors>
38 <Anchor point="TOPLEFT" relativeTo="NecrosisTimerMenu" relativeFrom="TOPLEFT">
39 <Offset>
40 <AbsDimension x="30" y="-95"/>
41 </Offset>
42 </Anchor>
43 </Anchors>
44 </FontString>
45 <FontString name="NecrosisGraphicalTimer_Option" inherits="GameFontNormalSmall">
46 <Color r="1.0" g="1.0" b="1.0" a="1"/>
47 <Anchors>
48 <Anchor point="TOPLEFT" relativeTo="NecrosisTimerMenu" relativeFrom="TOPLEFT">
49 <Offset>
50 <AbsDimension x="60" y="-115"/>
51 </Offset>
52 </Anchor>
53 </Anchors>
54 </FontString>
55 <FontString name="NecrosisTimerColor_Option" inherits="GameFontNormalSmall">
56 <Color r="1.0" g="1.0" b="1.0" a="1"/>
57 <Anchors>
58 <Anchor point="TOPLEFT" relativeTo="NecrosisTimerMenu" relativeFrom="TOPLEFT">
59 <Offset>
60 <AbsDimension x="60" y="-135"/>
61 </Offset>
62 </Anchor>
63 </Anchors>
64 </FontString>
65 <FontString name="NecrosisTimerDirection_Option" inherits="GameFontNormalSmall">
66 <Color r="1.0" g="1.0" b="1.0" a="1"/>
67 <Anchors>
68 <Anchor point="TOPLEFT" relativeTo="NecrosisTimerMenu" relativeFrom="TOPLEFT">
69 <Offset>
70 <AbsDimension x="60" y="-155"/>
71 </Offset>
72 </Anchor>
73 </Anchors>
74 </FontString>
75 </Layer>
76 </Layers>
77 <Frames>
78 <CheckButton name="NecrosisShowSpellTimers_Button" enableMouse="true" inherits="UICheckButtonTemplate" checked="false">
79 <Size>
80 <AbsDimension x="24" y="24"/>
81 </Size>
82 <Anchors>
83 <Anchor point="TOPLEFT" relativeTo="NecrosisTimerMenu" relativeFrom="TOPLEFT">
84 <Offset>
85 <AbsDimension x="30" y="-35"/>
86 </Offset>
87 </Anchor>
88 </Anchors>
89 <Scripts>
90 <OnClick>
91 if (this:GetChecked()) then
92 NecrosisConfig.ShowSpellTimers = true;
93 else
94 NecrosisConfig.ShowSpellTimers = false;
95 end
96 </OnClick>
97 </Scripts>
98 </CheckButton>
99 <CheckButton name="NecrosisSTimer_Button" enableMouse="true" inherits="UICheckButtonTemplate" checked="false">
100 <Size>
101 <AbsDimension x="24" y="24"/>
102 </Size>
103 <Anchors>
104 <Anchor point="TOPLEFT" relativeTo="NecrosisTimerMenu" relativeFrom="TOPLEFT">
105 <Offset>
106 <AbsDimension x="30" y="-55"/>
107 </Offset>
108 </Anchor>
109 </Anchors>
110 <Scripts>
111 <OnClick>
112 if (this:GetChecked()) then
113 NecrosisConfig.SpellTimerPos = -1;
114 NecrosisConfig.SpellTimerJust = "RIGHT";
115 AnchorSpellTimerTooltip = "ANCHOR_LEFT"
116 else
117 NecrosisConfig.SpellTimerPos = 1;
118 NecrosisConfig.SpellTimerJust = "LEFT";
119 AnchorSpellTimerTooltip = "ANCHOR_RIGHT";
120 end
121 NecrosisListSpells:ClearAllPoints();
122 NecrosisListSpells:SetJustifyH(NecrosisConfig.SpellTimerJust);
123 NecrosisListSpells:SetPoint("TOP"..NecrosisConfig.SpellTimerJust, "NecrosisSpellTimerButton", "CENTER", NecrosisConfig.SpellTimerPos * 23, 10);
124 </OnClick>
125 </Scripts>
126 </CheckButton>
127 <CheckButton name="NecrosisGraphicalTimer_Button" enableMouse="true" inherits="UICheckButtonTemplate" checked="false">
128 <Size>
129 <AbsDimension x="24" y="24"/>
130 </Size>
131 <Anchors>
132 <Anchor point="TOPLEFT" relativeTo="NecrosisTimerMenu" relativeFrom="TOPLEFT">
133 <Offset>
134 <AbsDimension x="30" y="-110"/>
135 </Offset>
136 </Anchor>
137 </Anchors>
138 <Scripts>
139 <OnClick>
140 NecrosisConfig.Graphical = this:GetChecked();
141 Necrosis_HideGraphTimer();
142 </OnClick>
143 </Scripts>
144 </CheckButton>
145 <CheckButton name="NecrosisTimerColor_Button" enableMouse="true" inherits="UICheckButtonTemplate" checked="false">
146 <Size>
147 <AbsDimension x="24" y="24"/>
148 </Size>
149 <Anchors>
150 <Anchor point="TOPLEFT" relativeTo="NecrosisTimerMenu" relativeFrom="TOPLEFT">
151 <Offset>
152 <AbsDimension x="30" y="-130"/>
153 </Offset>
154 </Anchor>
155 </Anchors>
156 <Scripts>
157 <OnClick>
158 NecrosisConfig.Yellow = not this:GetChecked();
159 </OnClick>
160 </Scripts>
161 </CheckButton>
162 <CheckButton name="NecrosisTimerDirection_Button" enableMouse="true" inherits="UICheckButtonTemplate" checked="false">
163 <Size>
164 <AbsDimension x="24" y="24"/>
165 </Size>
166 <Anchors>
167 <Anchor point="TOPLEFT" relativeTo="NecrosisTimerMenu" relativeFrom="TOPLEFT">
168 <Offset>
169 <AbsDimension x="30" y="-150"/>
170 </Offset>
171 </Anchor>
172 </Anchors>
173 <Scripts>
174 <OnClick>
175 if (this:GetChecked()) then
176 NecrosisConfig.SensListe = -1;
177 else
178 NecrosisConfig.SensListe = 1;
179 end
180 </OnClick>
181 </Scripts>
182 </CheckButton>
183 </Frames>
184 <Scripts>
185 <OnLoad>
186 HideUIPanel(NecrosisTimerMenu);
187 </OnLoad>
188 </Scripts>
189 </Frame>
190 </Ui>