📄 earthbooktemplate.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/ ..\FrameXML\UI.xsd">
<Frame name="EarthBookTemplate" inherits="EarthObjectTemplate" virtual="true" movable="true" toplevel="true">
<!-- Basic Graphics -->
<HitRectInsets>
<AbsInset left="0" right="35" top="0" bottom="75"/>
</HitRectInsets>
<Layers>
<Layer level="BACKGROUND">
<Texture name="$parentMainIcon" file="Interface\LootFrame\LootPanel-Icon.tga">
<Size>
<AbsDimension x="64" y="64"/>
</Size>
<Anchors>
<Anchor point="TOPLEFT">
<Offset>
<AbsDimension x="4" y="-4"/>
</Offset>
</Anchor>
</Anchors>
</Texture>
</Layer>
<Layer level="ARTWORK">
<Texture name="$parentTopLeft" file="Interface\QuestFrame\UI-QuestGreeting-TopLeft">
<Size>
<AbsDimension x="256" y="256"/>
</Size>
<Anchors>
<Anchor point="TOPLEFT"/>
</Anchors>
</Texture>
<Texture name="$parentTopRight" file="Interface\QuestFrame\UI-QuestGreeting-TopRight">
<Size>
<AbsDimension x="128" y="256"/>
</Size>
<Anchors>
<Anchor point="TOPRIGHT"/>
</Anchors>
</Texture>
<Texture name="$parentBotLeft" file="Interface\QuestFrame\UI-QuestGreeting-BotLeft">
<Size>
<AbsDimension x="256" y="256"/>
</Size>
<Anchors>
<Anchor point="BOTTOMLEFT"/>
</Anchors>
</Texture>
<Texture name="$parentBotRight" file="Interface\QuestFrame\UI-QuestGreeting-BotRight">
<Size>
<AbsDimension x="128" y="256"/>
</Size>
<Anchors>
<Anchor point="BOTTOMRIGHT"/>
</Anchors>
</Texture>
<FontString name="$parentTitleText" inherits="GameFontHighlight" text="SOME_TITLE">
<Size>
<AbsDimension x="300" y="14"/>
</Size>
<Anchors>
<Anchor point="TOP" relativePoint="TOP">
<Offset>
<AbsDimension x="0" y="-24"/>
</Offset>
</Anchor>
</Anchors>
</FontString>
</Layer>
</Layers>
<Frames>
<Button name="$parentCloseButton" inherits="UIPanelCloseButton">
<Anchors>
<Anchor point="TOPRIGHT" relativeTo="$parent" relativePoint="TOPRIGHT">
<Offset>
<AbsDimension x="-26" y="-16"/>
</Offset>
</Anchor>
</Anchors>
</Button>
<Button name="$parentExitButton" inherits="UIPanelButtonTemplate" text="GLOBAL_EXIT_TAG_C">
<Size>
<AbsDimension x="80" y="22"/>
</Size>
<Anchors>
<Anchor point="BOTTOMRIGHT" relativeTo="$parent" relativePoint="BOTTOMRIGHT">
<Offset>
<AbsDimension x="-38" y="74"/>
</Offset>
</Anchor>
</Anchors>
<Scripts>
<OnClick>
if ( not this.onClick ) then
HideUIPanel(this:GetParent());
else
this.onClick();
end
</OnClick>
</Scripts>
</Button>
<Frame name="$parentVersion">
<Size>
<AbsDimension x="70" y="22"/>
</Size>
<Anchors>
<Anchor point="CENTER" relativeTo="$parent" relativePoint="TOPLEFT">
<Offset>
<AbsDimension x="63" y="-420"/>
</Offset>
</Anchor>
</Anchors>
<Layers>
<Layer level="BACKGROUND">
<FontString name="$parentLabel" inherits="GameFontNormalSmall" justifyH="LEFT"/>
<FontString name="$parentText" inherits="GameFontHighlightSmall" justifyH="RIGHT"/>
</Layer>
</Layers>
</Frame>
</Frames>
</Frame>
</Ui>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -