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.

109 lines
5.5 KiB

4 years ago
<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">
<Frame name="BestInSlotTutorialFrame" frameStrata="FULLSCREEN_DIALOG" enableMouse="true">
<Layers>
<Layer level="BACKGROUND">
<Texture setAllPoints="true">
<Color r="0" g="0" b="0" a="0.5"/>
</Texture>
</Layer>
</Layers>
<Frames>
<Frame name="BestInSlotTutorialFrameHelpBox" parentKey="GlowBox" inherits="GlowBoxTemplate">
<Size x="190" y="220"/>
<Layers>
<Layer level="ARTWORK">
<FontString parentKey="BigText" inherits="GameFontHighlight">
<Size x="176" y="0"/>
<Anchors>
<Anchor point="TOP" x="0" y="-12"/>
</Anchors>
</FontString>
<FontString parentKey="SmallText" inherits="GameFontHighlightSmall">
<Size x="176" y="0"/>
<Anchors>
<Anchor point="TOP" relativeKey="$parent.BigText" relativePoint="BOTTOM" x="0" y="-12"/>
</Anchors>
</FontString>
<Texture parentKey="ArrowUp" inherits="HelpPlateArrowUP">
<Size x="53" y="21"/>
<Anchors>
<Anchor point="BOTTOM" relativePoint="TOP" x="0" y="-1"/>
</Anchors>
</Texture>
<Texture parentKey="ArrowDown" inherits="HelpPlateArrowDOWN">
<Size x="53" y="21"/>
<Anchors>
<Anchor point="TOP" relativePoint="BOTTOM" x="0" y="1"/>
</Anchors>
</Texture>
</Layer>
<Layer level="BORDER">
<Texture parentKey="ArrowGlowDown" inherits="HelpPlateArrow-GlowDOWN" alphaMode="ADD" alpha="0.5">
<Size x="53" y="21"/>
<Anchors>
<Anchor point="TOP" relativePoint="BOTTOM" x="0" y="1"/>
</Anchors>
</Texture>
<Texture parentKey="ArrowGlowUp" inherits="HelpPlateArrow-GlowUP" alphaMode="ADD" alpha="0.5">
<Size x="53" y="21"/>
<Anchors>
<Anchor point="BOTTOM" relativePoint="TOP" x="0" y="-1"/>
</Anchors>
</Texture>
</Layer>
</Layers>
<Frames>
<Button parentKey="Button" name="$parentButton" inherits="UIPanelButtonTemplate" text="NEXT">
<Size x="110" y="22"/>
<Anchors>
<Anchor point="BOTTOM" x="0" y="12"/>
</Anchors>
<Scripts>
<OnClick>
PlaySound(SOUNDKIT.IG_MAINMENU_OPTION_CHECKBOX_ON);
BestInSlot_TutorialNext();
</OnClick>
</Scripts>
</Button>
<CheckButton parentKey="CheckBox" name="$parentButton">
<Size>
<AbsDimension x="20" y="20"/>
</Size>
<Anchors>
<Anchor point="BOTTOMLEFT">
<Offset>
<AbsDimension x="0" y="0"/>
</Offset>
</Anchor>
</Anchors>
<Layers>
<Layer level="ARTWORK">
<FontString inherits="GameFontHighlightSmall" text="DISABLE">
<Anchors>
<Anchor point="LEFT" relativePoint="RIGHT">
<Offset>
<AbsDimension x="0" y="0"/>
</Offset>
</Anchor>
</Anchors>
</FontString>
</Layer>
</Layers>
<Scripts>
<OnClick>
</OnClick>
</Scripts>
<NormalTexture file="Interface\Buttons\UI-CheckBox-Up"/>
<PushedTexture file="Interface\Buttons\UI-CheckBox-Down"/>
<HighlightTexture file="Interface\Buttons\UI-CheckBox-Highlight" alphaMode="ADD"/>
<CheckedTexture file="Interface\Buttons\UI-CheckBox-Check"/>
<DisabledCheckedTexture file="Interface\Buttons\UI-CheckBox-Check-Disabled"/>
</CheckButton>
</Frames>
</Frame>
</Frames>
</Frame>
</Ui>