📄 alphamap.xml
字号:
</Layer>
</Layers>
<Scripts>
<OnLoad>
this:SetFrameLevel( this:GetFrameLevel() + 1);
</OnLoad>
<OnEnter>
if( AlphaMapConfig.mntips == true ) then
AlphaMapNotes_OnEnter( this:GetID() );
end
</OnEnter>
<OnLeave>
AlphaMapNotes_OnLeave( this:GetID() );
</OnLeave>
</Scripts>
</Frame>
<Frame name="AlphaGatherTemplate" hidden="true" virtual="true">
<Size>
<AbsDimension x="16" y="16"/>
</Size>
<Anchors>
<Anchor point="CENTER"/>
</Anchors>
<Layers>
<Layer level="BACKGROUND">
<Texture name="$parentTexture" file="Interface\AddOns\Gatherer\IconGatherTest">
<Size>
<AbsDimension x="16" y="16"/>
</Size>
<Anchors>
<Anchor point="CENTER"/>
</Anchors>
</Texture>
</Layer>
</Layers>
<Scripts>
<OnEnter>
if( AlphaMapConfig.gtips == true ) then
local x, y = this:GetCenter();
local parentX, parentY = this:GetParent():GetCenter();
if ( x > parentX ) then
AlphaMapTooltip:SetOwner(this, "ANCHOR_LEFT");
else
AlphaMapTooltip:SetOwner(this, "ANCHOR_RIGHT");
end
AlphaMapTooltip:SetText( this.toolTip );
AlphaMapTooltip:Show();
end
</OnEnter>
<OnLeave>
AlphaMapTooltip:Hide();
</OnLeave>
<OnLoad>
this:SetFrameLevel( this:GetFrameLevel() + 1);
</OnLoad>
</Scripts>
</Frame>
<Frame name="AlphaMapFrame" hidden="true" setAllPoints="true" frameStrata="LOW"
toplevel="false" enableMouse="false" movable="true" resizable="false" parent="UIParent">
<Size>
<AbsDimension x="1002" y="668"/>
</Size>
<Frames>
<Frame name="MovementFrame" hidden="false" enableMouse="true">
<Size>
<AbsDimension x="1002" y="16"/>
</Size>
<Anchors>
<Anchor point="TOPLEFT" relativePoint="TOPLEFT"/>
<Anchor point="TOPRIGHT" relativePoint="TOPRIGHT"/>
</Anchors>
<Scripts>
<OnMouseDown>
if( not AlphaMapConfig.lock or AlphaMapConfig.lock == false ) then
this:GetParent():StartMoving();
this:GetParent().isMoving = true;
end
</OnMouseDown>
<OnMouseUp>
this:GetParent():StopMovingOrSizing();
this:GetParent().isMoving = false;
</OnMouseUp>
<OnHide>
this:GetParent():StopMovingOrSizing();
this:GetParent().isMoving = false;
</OnHide>
</Scripts>
</Frame>
<!--
<Frame name="ResizeFrame" hidden="false" enableMouse="true">
<Size>
<AbsDimension x="16" y="16"/>
</Size>
<Anchors>
<Anchor point="BOTTOMRIGHT" relativePoint="BOTTOMRIGHT"/>
</Anchors>
<Scripts> <OnMouseDown> this:GetParent().resizing = true; this:GetParent():StartSizing( "BOTTOMRIGHT" ); </OnMouseDown> <OnMouseUp> this:GetParent():StopMovingOrSizing(); this:GetParent().resizing = false; </OnMouseUp> <OnHide> this:GetParent():StopMovingOrSizing(); this:GetParent().resizing = false; </OnHide> </Scripts>
</Frame>
-->
<Frame name="BorderFrame" hidden="false" alpha="1.0">
<Size>
<AbsDimension x="1002" y="668"/>
</Size>
<Anchors>
<Anchor point="TOPLEFT" relativePoint="TOP">
<Offset>
<AbsDimension x="-502" y="0"/>
</Offset>
</Anchor>
</Anchors>
</Frame>
<Frame name="AlphaMapDetailFrame" hidden="false" alpha="0.3">
<Size>
<AbsDimension x="1002" y="668"/>
</Size>
<Backdrop edgeFile="Interface\DialogFrame\UI-DialogBox-Border" tile="true">
<BackgroundInsets>
<AbsInset left="11" right="12" top="0" bottom="11"/>
</BackgroundInsets>
<TileSize>
<AbsValue val="32"/>
</TileSize>
<EdgeSize>
<AbsValue val="32"/>
</EdgeSize>
</Backdrop>
<Anchors>
<Anchor point="TOPLEFT" relativePoint="TOP">
<Offset>
<AbsDimension x="-502" y="0"/>
</Offset>
</Anchor>
</Anchors>
<Layers>
<Layer level="BACKGROUND">
<Texture name="AlphaMapDetailTile1" file="">
<Size>
<AbsDimension x="256" y="256"/>
</Size>
<Anchors>
<Anchor point="TOPLEFT"/>
</Anchors>
</Texture>
<Texture name="AlphaMapDetailTile2" file="">
<Size>
<AbsDimension x="256" y="256"/>
</Size>
<Anchors>
<Anchor point="TOPLEFT" relativeTo="AlphaMapDetailTile1" relativePoint="TOPRIGHT"/>
</Anchors>
</Texture>
<Texture name="AlphaMapDetailTile3" file="">
<Size>
<AbsDimension x="256" y="256"/>
</Size>
<Anchors>
<Anchor point="TOPLEFT" relativeTo="AlphaMapDetailTile2" relativePoint="TOPRIGHT"/>
</Anchors>
</Texture>
<Texture name="AlphaMapDetailTile4" file="">
<Size>
<AbsDimension x="256" y="256"/>
</Size>
<Anchors>
<Anchor point="TOPLEFT" relativeTo="AlphaMapDetailTile3" relativePoint="TOPRIGHT"/>
</Anchors>
</Texture>
<Texture name="AlphaMapDetailTile5" file="">
<Size>
<AbsDimension x="256" y="256"/>
</Size>
<Anchors>
<Anchor point="TOPLEFT" relativeTo="AlphaMapDetailTile1" relativePoint="BOTTOMLEFT"/>
</Anchors>
</Texture>
<Texture name="AlphaMapDetailTile6" file="">
<Size>
<AbsDimension x="256" y="256"/>
</Size>
<Anchors>
<Anchor point="TOPLEFT" relativeTo="AlphaMapDetailTile5" relativePoint="TOPRIGHT"/>
</Anchors>
</Texture>
<Texture name="AlphaMapDetailTile7" file="">
<Size>
<AbsDimension x="256" y="256"/>
</Size>
<Anchors>
<Anchor point="TOPLEFT" relativeTo="AlphaMapDetailTile6" relativePoint="TOPRIGHT"/>
</Anchors>
</Texture>
<Texture name="AlphaMapDetailTile8" file="">
<Size>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -