📄 atlasloot.xml
字号:
<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/">
<Script file="TextParsing.lua"/>
<Script file="Sets.lua"/>
<Script file="LootButtons.lua"/>
<Script file="Options.lua"/>
<Script file="AtlasLoot.lua"/>
<GameTooltip name="AtlasLootTooltip" inherits="GameTooltipTemplate" parent="UIParent" hidden="true"/>
<Button name="AtlasLootBossLineTemplate" virtual="true" hidden="false">
<Size>
<AbsDimension x="256" y="15"/>
</Size>
<HighlightTexture file="Interface\QuestFrame\UI-QuestTitleHighlight" alphaMode="ADD"/>
<Layers>
<Layer level="OVERLAY">
<FontString name="$parent_Text" inherits="GameFontNormal">
<Anchors>
<Anchor point="LEFT" relativeTo="$parent" relativePoint="LEFT"/>
</Anchors>
</FontString>
<Texture name="$parent_Loot" file="Interface\AddOns\AtlasLoot\Images\AtlasIcon">
<Size>
<AbsDimension x="16" y="16"/>
</Size>
<Anchors>
<Anchor point="LEFT" relativeTo="$parent" relativePoint="RIGHT"/>
</Anchors>
</Texture>
<Texture name="$parent_Selected" file="Interface\MoneyFrame\UI-MoneyIcons">
<Size>
<AbsDimension x="16" y="16"/>
</Size>
<Anchors>
<Anchor point="LEFT" relativeTo="$parent" relativePoint="RIGHT"/>
</Anchors>
<TexCoords left="0" right="0.25" top="0" bottom="1"/>
</Texture>
</Layer>
</Layers>
<Scripts>
<OnClick>
AtlasLootBoss_OnClick(this:GetID());
</OnClick>
</Scripts>
</Button>
<Button name="AtlasLootNextButtonTemplate" virtual="true" hidden="true">
<Size>
<AbsDimension x="32" y="32" />
</Size>
<Layers>
<Layer level="BACKGROUND">
<Texture file="Interface\Buttons\UI-PageButton-Background">
<Size>
<AbsDimension x="32" y="32"/>
</Size>
<Anchors>
<Anchor point="CENTER">
<Offset>
<AbsDimension x="0" y="1"/>
</Offset>
</Anchor>
</Anchors>
</Texture>
</Layer>
</Layers>
<Scripts>
<OnClick>
AtlasLoot_Set();
</OnClick>
<OnShow>
this:SetFrameLevel( (this:GetParent()):GetFrameLevel() + 1 );
</OnShow>
</Scripts>
<NormalTexture file="Interface\Buttons\UI-SpellbookIcon-NextPage-Up"/>
<PushedTexture file="Interface\Buttons\UI-SpellbookIcon-NextPage-Down"/>
<DisabledTexture file="Interface\Buttons\UI-SpellbookIcon-NextPage-Disabled"/>
<HighlightTexture file="Interface\Buttons\UI-Common-MouseHilight" alphaMode="ADD"/>
</Button>
<Button name="AtlasLootPrevButtonTemplate" virtual="true" hidden="true">
<Size>
<AbsDimension x="32" y="32" />
</Size>
<Layers>
<Layer level="BACKGROUND">
<Texture file="Interface\Buttons\UI-PageButton-Background">
<Size>
<AbsDimension x="32" y="32"/>
</Size>
<Anchors>
<Anchor point="CENTER">
<Offset>
<AbsDimension x="0" y="1"/>
</Offset>
</Anchor>
</Anchors>
</Texture>
</Layer>
</Layers>
<Scripts>
<OnClick>
AtlasLoot_Set();
</OnClick>
<OnShow>
this:SetFrameLevel( (this:GetParent()):GetFrameLevel() + 1 );
</OnShow>
</Scripts>
<NormalTexture file="Interface\Buttons\UI-SpellbookIcon-PrevPage-Up"/>
<PushedTexture file="Interface\Buttons\UI-SpellbookIcon-PrevPage-Down"/>
<DisabledTexture file="Interface\Buttons\UI-SpellbookIcon-PrevPage-Disabled"/>
<HighlightTexture file="Interface\Buttons\UI-Common-MouseHilight" alphaMode="ADD"/>
</Button>
<Button name="AtlasLootClassButtonTemplate" inherits="OptionsButtonTemplate" virtual="true" hidden="true">
<Size>
<AbsDimension x="120" y="25"/>
</Size>
<Scripts>
<OnClick>
AtlasLoot_Set();
</OnClick>
<OnShow>
this:SetFrameLevel( (this:GetParent()):GetFrameLevel() + 1 );
</OnShow>
</Scripts>
</Button>
<Frame name="AtlasLootBossLinesFrame" toplevel="true" enableMouse="true" parent="UIParent" hidden="false">
<Anchors>
<Anchor point="CENTER" />
</Anchors>
<Frames>
<Button name="AtlasBossLine_1" inherits="AtlasLootBossLineTemplate" id="1"/>
<Button name="AtlasBossLine_2" inherits="AtlasLootBossLineTemplate" id="2"/>
<Button name="AtlasBossLine_3" inherits="AtlasLootBossLineTemplate" id="3"/>
<Button name="AtlasBossLine_4" inherits="AtlasLootBossLineTemplate" id="4"/>
<Button name="AtlasBossLine_5" inherits="AtlasLootBossLineTemplate" id="5"/>
<Button name="AtlasBossLine_6" inherits="AtlasLootBossLineTemplate" id="6"/>
<Button name="AtlasBossLine_7" inherits="AtlasLootBossLineTemplate" id="7"/>
<Button name="AtlasBossLine_8" inherits="AtlasLootBossLineTemplate" id="8"/>
<Button name="AtlasBossLine_9" inherits="AtlasLootBossLineTemplate" id="9"/>
<Button name="AtlasBossLine_10" inherits="AtlasLootBossLineTemplate" id="10"/>
<Button name="AtlasBossLine_11" inherits="AtlasLootBossLineTemplate" id="11"/>
<Button name="AtlasBossLine_12" inherits="AtlasLootBossLineTemplate" id="12"/>
<Button name="AtlasBossLine_13" inherits="AtlasLootBossLineTemplate" id="13"/>
<Button name="AtlasBossLine_14" inherits="AtlasLootBossLineTemplate" id="14"/>
<Button name="AtlasBossLine_15" inherits="AtlasLootBossLineTemplate" id="15"/>
<Button name="AtlasBossLine_16" inherits="AtlasLootBossLineTemplate" id="16"/>
<Button name="AtlasBossLine_17" inherits="AtlasLootBossLineTemplate" id="17"/>
<Button name="AtlasBossLine_18" inherits="AtlasLootBossLineTemplate" id="18"/>
<Button name="AtlasBossLine_19" inherits="AtlasLootBossLineTemplate" id="19"/>
<Button name="AtlasBossLine_20" inherits="AtlasLootBossLineTemplate" id="20"/>
<Button name="AtlasBossLine_21" inherits="AtlasLootBossLineTemplate" id="21"/>
<Button name="AtlasBossLine_22" inherits="AtlasLootBossLineTemplate" id="22"/>
<Button name="AtlasBossLine_23" inherits="AtlasLootBossLineTemplate" id="23"/>
<Button name="AtlasBossLine_24" inherits="AtlasLootBossLineTemplate" id="24"/>
<Button name="AtlasBossLine_25" inherits="AtlasLootBossLineTemplate" id="25"/>
<Button name="AtlasBossLine_26" inherits="AtlasLootBossLineTemplate" id="26"/>
<Button name="AtlasBossLine_27" inherits="AtlasLootBossLineTemplate" id="27"/>
</Frames>
</Frame>
<Button name="AtlasLootItem_ParentTemplate" virtual="true" hidden="false">
<Size>
<AbsDimension x="236" y="30"/>
</Size>
<HighlightTexture file="Interface\QuestFrame\UI-QuestTitleHighlight" alphaMode="ADD"/>
<Layers>
<Layer level="ARTWORK">
<Texture name="$parent_Icon">
<Size>
<AbsDimension x="24" y="24"/>
</Size>
<Anchors>
<Anchor point="TOPLEFT" relativeTo="$parent" relativePoint="TOPLEFT"/>
</Anchors>
</Texture>
<FontString name="$parent_Name" inherits="GameFontNormal" justifyH="LEFT">
<Size>
<AbsDimension x="205" y="12"/>
</Size>
<Anchors>
<Anchor point="TOPLEFT" relativeTo="$parent_Icon" relativePoint="TOPRIGHT">
<Offset>
<AbsDimension x="3" y="0"/>
</Offset>
</Anchor>
</Anchors>
</FontString>
<FontString name="$parent_Extra" inherits="GameFontNormalSmall" justifyH="LEFT">
<Size>
<AbsDimension x="205" y="10"/>
</Size>
<Anchors>
<Anchor point="TOPLEFT" relativeTo="$parent_Name" relativePoint="BOTTOMLEFT"/>
</Anchors>
</FontString>
</Layer>
</Layers>
</Button>
<Button name="AtlasLootItem_Template" inherits="AtlasLootItem_ParentTemplate" virtual="true" hidden="false">
<Scripts>
<OnLoad>
this:RegisterForClicks("LeftButtonDown", "RightButtonDown");
</OnLoad>
<OnEnter>
AtlasLootItem_OnEnter();
</OnEnter>
<OnLeave>
AtlasLootItem_OnLeave();
</OnLeave>
<OnClick>
AtlasLootItem_OnClick(arg1);
</OnClick>
<OnShow>
this:SetFrameLevel( (this:GetParent()):GetFrameLevel() + 1 );
</OnShow>
</Scripts>
</Button>
<Frame name="AtlasLootInfo" hidden="false">
<Size>
<AbsDimension x="128" y="25"/>
</Size>
<Layers>
<Layer level="OVERLAY">
<FontString name="$parent_Text1" inherits="GameFontNormalSmall" text="ATLASLOOT_BANNER_TEXT" justifyH="LEFT">
<Size>
<AbsDimension x="150" y="25"/>
</Size>
<Anchors>
<Anchor point="TOPLEFT" relativeTo="$parent" relativePoint="TOPLEFT"/>
</Anchors>
</FontString>
<FontString name="$parent_Text2" inherits="GameFontNormalSmall" text="ATLASLOOT_VERSION" justifyH="LEFT">
<Size>
<AbsDimension x="180" y="25"/>
</Size>
<Anchors>
<Anchor point="TOPLEFT" relativeTo="$parent" relativePoint="TOPLEFT">
<Offset>
<AbsDimension x="0" y="18"/>
</Offset>
</Anchor>
</Anchors>
</FontString>
</Layer>
</Layers>
</Frame>
<Frame name="AtlasLootItemsFrame" parent="UIParent" hidden="false">
<Size>
<AbsDimension x="510" y="510"/>
</Size>
<Anchors>
<Anchor point="CENTER"/>
</Anchors>
<Frames>
<Button name="AtlasLootItem_1" inherits="AtlasLootItem_Template" id="1">
<Anchors>
<Anchor point="TOPLEFT" relativeTo="$parent" relativePoint="TOPLEFT">
<Offset>
<AbsDimension x="20" y="-50"/>
</Offset>
</Anchor>
</Anchors>
</Button>
<Button name="AtlasLootItem_2" inherits="AtlasLootItem_Template" id="2">
<Anchors><Anchor point="TOPLEFT" relativeTo="AtlasLootItem_1" relativePoint="BOTTOMLEFT"/></Anchors>
</Button>
<Button name="AtlasLootItem_3" inherits="AtlasLootItem_Template" id="3">
<Anchors><Anchor point="TOPLEFT" relativeTo="AtlasLootItem_2" relativePoint="BOTTOMLEFT"/></Anchors>
</Button>
<Button name="AtlasLootItem_4" inherits="AtlasLootItem_Template" id="4">
<Anchors><Anchor point="TOPLEFT" relativeTo="AtlasLootItem_3" relativePoint="BOTTOMLEFT"/></Anchors>
</Button>
<Button name="AtlasLootItem_5" inherits="AtlasLootItem_Template" id="5">
<Anchors><Anchor point="TOPLEFT" relativeTo="AtlasLootItem_4" relativePoint="BOTTOMLEFT"/></Anchors>
</Button>
<Button name="AtlasLootItem_6" inherits="AtlasLootItem_Template" id="6">
<Anchors><Anchor point="TOPLEFT" relativeTo="AtlasLootItem_5" relativePoint="BOTTOMLEFT"/></Anchors>
</Button>
<Button name="AtlasLootItem_7" inherits="AtlasLootItem_Template" id="7">
<Anchors><Anchor point="TOPLEFT" relativeTo="AtlasLootItem_6" relativePoint="BOTTOMLEFT"/></Anchors>
</Button>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -