📄 alphamaptitantrans.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">
<Script file="AlphaMapTitanTrans.lua"/>
<Frame parent="UIParent">
<Frames>
<Button name="TitanPanelAlphaMapTransButton" inherits="TitanPanelIconTemplate" frameStrata="FULLSCREEN" toplevel="true">
<Scripts>
<OnLoad>
if (TitanPanelBarButton~=nil) then
AlphaMapTPTransButton_OnLoad();
TitanPanelButton_OnLoad();
end
</OnLoad>
</Scripts>
</Button>
<Frame name="TitanPanelAlphaMapTransControlFrame" frameStrata="FULLSCREEN" toplevel="true" hidden="true">
<Size>
<AbsDimension x="90" y="170" />
</Size>
<Backdrop bgFile="Interface\Tooltips\UI-Tooltip-Background" edgeFile="Interface\Tooltips\UI-Tooltip-Border" tile="true">
<EdgeSize>
<AbsValue val="16"/>
</EdgeSize>
<TileSize>
<AbsValue val="16"/>
</TileSize>
<BackgroundInsets>
<AbsInset left="5" right="5" top="5" bottom="5"/>
</BackgroundInsets>
</Backdrop>
<Layers>
<Layer>
<FontString name="$parentTitle" inherits="GameFontNormalSmall">
<Anchors>
<Anchor point="TOP">
<Offset>
<AbsDimension x="0" y="-10" />
</Offset>
</Anchor>
</Anchors>
</FontString>
</Layer>
</Layers>
<Frames>
<Slider name="TitanPanelAlphaMapTransControlSlider" inherits="TitanOptionsSliderTemplate">
<Anchors>
<Anchor point="TOP">
<Offset>
<AbsDimension x="0" y="-40"/>
</Offset>
</Anchor>
</Anchors>
<Scripts>
<OnShow>
AlphaMapTPTransControlSlider_OnShow();
</OnShow>
<OnValueChanged>
AlphaMapTPTransControlSlider_OnValueChanged();
</OnValueChanged>
<OnEnter>
AlphaMapTPTransControlSlider_OnEnter();
</OnEnter>
<OnLeave>
AlphaMapTPTransControlSlider_OnLeave()
</OnLeave>
</Scripts>
</Slider>
</Frames>
<Scripts>
<OnLoad>
AlphaMapTPTransControlFrame_OnLoad();
</OnLoad>
<OnEnter>
TitanUtils_StopFrameCounting(this);
</OnEnter>
<OnLeave>
TitanUtils_StartFrameCounting(this, TITAN_TRANS_FRAME_SHOW_TIME);
</OnLeave>
<OnUpdate>
if(TitanPanelBarButton~=nil) then
AlphaMapTPTransControlFrame_OnUpdate(arg1);
end
</OnUpdate>
</Scripts>
</Frame>
</Frames>
</Frame>
</Ui>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -