You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
113 lines
3.5 KiB
113 lines
3.5 KiB
<Ui xmlns="http://www.blizzard.com/wow/ui" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
|
|
|
<Frame name="VuhDoNewOptionsBuffsTemplate" virtual="true">
|
|
<Frames>
|
|
|
|
<Frame name="$parentRadioPanel">
|
|
<Size>
|
|
<AbsDimension x="115" y="231" />
|
|
</Size>
|
|
<Anchors>
|
|
<Anchor point="TOPRIGHT" relativePoint="TOPRIGHT">
|
|
<Offset>
|
|
<AbsDimension x="0" y="-10" />
|
|
</Offset>
|
|
</Anchor>
|
|
</Anchors>
|
|
<Frames>
|
|
|
|
<CheckButton name="$parentConfigRadioButton" checked="true" text="VUHDO_I18N_CONFIG" inherits="VuhDoTabRadioButtonTemplate">
|
|
<Anchors>
|
|
<Anchor point="TOPLEFT">
|
|
<Offset>
|
|
<AbsDimension x="3" y="-3" />
|
|
</Offset>
|
|
</Anchor>
|
|
</Anchors>
|
|
<Scripts>
|
|
<OnLoad>
|
|
self.tabPanel = "VuhDoNewOptionsBuffsGeneric";
|
|
VUHDO_lnfCheckButtonOnLoad(self);
|
|
VUHDO_lnfSetTooltip(self, VUHDO_I18N_TT.K001);
|
|
</OnLoad>
|
|
</Scripts>
|
|
</CheckButton>
|
|
|
|
<CheckButton name="$parentOptionsGeneralRadioButton" text="VUHDO_I18N_GENERAL" inherits="VuhDoTabRadioButtonTemplate">
|
|
<Anchors>
|
|
<Anchor point="TOPLEFT">
|
|
<Offset>
|
|
<AbsDimension x="3" y="-41" />
|
|
</Offset>
|
|
</Anchor>
|
|
</Anchors>
|
|
<Scripts>
|
|
<OnLoad>
|
|
self.tabPanel = "VuhDoNewOptionsBuffsAppearance";
|
|
VUHDO_lnfCheckButtonOnLoad(self);
|
|
VUHDO_lnfSetTooltip(self, VUHDO_I18N_TT.K002);
|
|
</OnLoad>
|
|
</Scripts>
|
|
</CheckButton>
|
|
|
|
<CheckButton name="$parentOptionsColorsRadioButton" text="VUHDO_I18N_COLORS" inherits="VuhDoTabRadioButtonTemplate">
|
|
<Anchors>
|
|
<Anchor point="TOPLEFT">
|
|
<Offset>
|
|
<AbsDimension x="3" y="-79" />
|
|
</Offset>
|
|
</Anchor>
|
|
</Anchors>
|
|
<Scripts>
|
|
<OnLoad>
|
|
self.tabPanel = "VuhDoNewOptionsBuffsColors";
|
|
VUHDO_lnfCheckButtonOnLoad(self);
|
|
VUHDO_lnfSetTooltip(self, VUHDO_I18N_TT.K003);
|
|
</OnLoad>
|
|
</Scripts>
|
|
</CheckButton>
|
|
|
|
<CheckButton name="$parentOptionsRebuffRadioButton" text="VUHDO_I18N_REBUFF" inherits="VuhDoTabRadioButtonTemplate">
|
|
<Anchors>
|
|
<Anchor point="TOPLEFT">
|
|
<Offset>
|
|
<AbsDimension x="3" y="-117" />
|
|
</Offset>
|
|
</Anchor>
|
|
</Anchors>
|
|
<Scripts>
|
|
<OnLoad>
|
|
self.tabPanel = "VuhDoNewOptionsBuffsRebuff";
|
|
VUHDO_lnfCheckButtonOnLoad(self);
|
|
VUHDO_lnfSetTooltip(self, VUHDO_I18N_TT.K004);
|
|
</OnLoad>
|
|
</Scripts>
|
|
</CheckButton>
|
|
</Frames>
|
|
</Frame>
|
|
|
|
<Frame name="$parentContentPanel">
|
|
<Size>
|
|
<AbsDimension x="428" y="345" />
|
|
</Size>
|
|
<Anchors>
|
|
<Anchor point="TOPLEFT">
|
|
<Offset>
|
|
<AbsDimension x="0" y="0" />
|
|
</Offset>
|
|
</Anchor>
|
|
</Anchors>
|
|
<Frames>
|
|
<Frame name="VuhDoNewOptionsBuffsGeneric" setAllPoints="true" inherits="VuhDoNewOptionsBuffsGenericTemplate">
|
|
</Frame>
|
|
<Frame name="VuhDoNewOptionsBuffsAppearance" hidden="true" setAllPoints="true" inherits="VuhDoNewOptionsBuffsAppearanceTemplate">
|
|
</Frame>
|
|
<Frame name="VuhDoNewOptionsBuffsColors" hidden="true" setAllPoints="true" inherits="VuhDoNewOptionsBuffsColorsTemplate">
|
|
</Frame>
|
|
<Frame name="VuhDoNewOptionsBuffsRebuff" hidden="true" setAllPoints="true" inherits="VuhDoNewOptionsBuffsRebuffTemplate">
|
|
</Frame>
|
|
</Frames>
|
|
</Frame>
|
|
</Frames>
|
|
</Frame>
|
|
</Ui>
|
|
|