⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 ct_rabossmods.xml

📁 时间太紧了
💻 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/
C:\Projects\WoW\Bin\Interface\FrameXML\UI.xsd">
	<Script file="CT_RABossMods.lua"/>
	<Frame name="CT_RAMenuBossModTemplate" virtual="true" hidden="false">
		<Size>
			<AbsDimension x="515" y="25"/>
		</Size>
		<Layers>
			<Layer level="ARTWORK">
				<FontString name="$parentShowHide" justifyH="CENTER" justifyV="CENTER" hidden="true" font="Fonts\ARIALN.TTF">
					<Size>
						<AbsDimension x="12" y="20"/>
					</Size>
					<FontHeight>
						<AbsValue val="20"/>
					</FontHeight>
					<Color r="1.0" g="0.82" b="0"/>
					<Shadow>
						<Offset>
							<AbsDimension x="1" y="-1"/>
						</Offset>
						<Color r="0" g="0" b="0"/>
					</Shadow>
					<Anchors>
						<Anchor point="LEFT"/>
					</Anchors>
				</FontString>
				<FontString name="$parentName" inherits="ChatFontNormal" hidden="false">
					<Anchors>
						<Anchor point="TOPLEFT"/>
					</Anchors>
				</FontString>
				<FontString name="$parentDescript" justifyH="LEFT" inherits="GameFontNormalSmall" hidden="false">
					<Size>
						<AbsDimension x="480" y="12"/>
					</Size>
					<Anchors>
						<Anchor point="BOTTOMLEFT">
							<Offset>
								<AbsDimension x="45" y="0"/>
							</Offset>
						</Anchor>
					</Anchors>
				</FontString>
				<FontString name="$parentStatus" inherits="ChatFontNormal" hidden="false">
					<Anchors>
						<Anchor point="TOPRIGHT"/>
					</Anchors>
				</FontString>
				<Texture name="$parentLine" file="Interface\Tooltips\UI-Tooltip-Background" hidden="false">
					<Size>
						<AbsDimension x="525" y="1"/>
					</Size>
					<Anchors>
						<Anchor point="BOTTOM">
							<Offset>
								<AbsDimension x="0" y="-5"/>
							</Offset>
						</Anchor>
					</Anchors>
				</Texture>
			</Layer>
		</Layers>
		<Frames>
			<Frame name="$parentMenu" inherits="UIDropDownMenuTemplate" hidden="true">
				<Size>
					<AbsDimension x="128" y="16"/>
				</Size>
				<Anchors>
					<Anchor point="RIGHT">
						<Offset>
							<AbsDimension x="-10" y="-3"/>
						</Offset>
					</Anchor>
				</Anchors>
			</Frame>
		</Frames>
		<Scripts>
			<OnMouseUp>
				if ( this.header ) then
					CT_RAMenuBoss_ToggleHeader(this.headername);
					CloseMenus();
				else
					ToggleDropDownMenu(1, nil, getglobal(this:GetName() .. "Menu"), "cursor");
				end
			</OnMouseUp>
			<OnEnter>
				this.mouseIsOver = 1;
				GameTooltip:SetOwner(this, "ANCHOR_RIGHT");
				if ( this.header and not this.expanded ) then
					GameTooltip:SetText(CT_RABOSS_CLICK_EXPAND);
				elseif ( this.header ) then
					GameTooltip:SetText(CT_RABOSS_CLICK_CONTRACT);
				elseif ( not this.header ) then
					GameTooltip:SetText(CT_RABOSS_CLICK_OPTIONS);
				end
			</OnEnter>
			<OnLeave>
				this.mouseIsOver = nil;
				GameTooltip:Hide();
			</OnLeave>
		</Scripts>
	</Frame>
	<Button name="CT_RAMenuFrameHomeButton7" id="7" parent="CT_RAMenuFrameHome" inherits="CT_RAMenuFrameButtonTemplate">
		<Anchors>
			<Anchor point="TOPLEFT" relativeTo="$parentButton6" relativePoint="BOTTOMLEFT">
				<Offset>
					<AbsDimension x="0" y="0"/>
				</Offset>
			</Anchor>
		</Anchors>
		<Scripts>
			<OnClick>
				CT_RABoss_OnClick();
			</OnClick>
		</Scripts>
	</Button>
	<Frame name="CT_RABossModsFrame" parent="UIParent">
		<Scripts>
			<OnLoad>
				CT_RABoss_OnLoad();
			</OnLoad>
			<OnEvent>
				CT_RABoss_OnEvent(event);
			</OnEvent>
			<OnUpdate>
				CT_RABoss_OnUpdate(arg1);
			</OnUpdate>
		</Scripts>
	</Frame>
	<Frame name="CT_RAMenuFrameBoss" setAllPoints="true" parent="CT_RAMenuFrame" hidden="true">
		<Layers>
			<Layer level="BACKGROUND">
				<FontString name="$parentTitle" inherits="GameFontHighlightSmall" text="CT_RABOSS_BOSS_MODS">
					<Anchors>
						<Anchor point="TOP">
							<Offset>
								<AbsDimension x="0" y="-60"/>
							</Offset>
						</Anchor>
					</Anchors>
				</FontString>
				<FontString name="$parentInfo" inherits="GameFontNormal" text="CT_RAMENU_BOSSMODS" justifyH="LEFT" justifyV="TOP">
					<Size>
						<AbsDimension x="545" y="65"/>
					</Size>
					<Anchors>
						<Anchor point="TOPLEFT">
							<Offset>
								<AbsDimension x="25" y="-75"/>
							</Offset>
						</Anchor>
					</Anchors>
				</FontString>
			</Layer>
		</Layers>
		<Frames>
			<Frame name="$parentMod1" id="1" inherits="CT_RAMenuBossModTemplate" hidden="false">
				<Anchors>
					<Anchor point="TOPLEFT">
						<Offset>
							<AbsDimension x="30" y="-131"/>
						</Offset>
					</Anchor>
				</Anchors>
			</Frame>
			<Frame name="$parentMod2" id="2" inherits="CT_RAMenuBossModTemplate" hidden="false">
				<Anchors>
					<Anchor point="TOP" relativePoint="BOTTOM" relativeTo="$parentMod1">
						<Offset>
							<AbsDimension x="0" y="-8"/>
						</Offset>
					</Anchor>
				</Anchors>
			</Frame>
			<Frame name="$parentMod3" id="3" inherits="CT_RAMenuBossModTemplate" hidden="false">
				<Anchors>
					<Anchor point="TOP" relativePoint="BOTTOM" relativeTo="$parentMod2">
						<Offset>
							<AbsDimension x="0" y="-8"/>
						</Offset>
					</Anchor>
				</Anchors>
			</Frame>
			<Frame name="$parentMod4" id="4" inherits="CT_RAMenuBossModTemplate" hidden="false">
				<Anchors>
					<Anchor point="TOP" relativePoint="BOTTOM" relativeTo="$parentMod3">
						<Offset>
							<AbsDimension x="0" y="-8"/>
						</Offset>
					</Anchor>
				</Anchors>
			</Frame>
			<Frame name="$parentMod5" id="5" inherits="CT_RAMenuBossModTemplate" hidden="false">
				<Anchors>
					<Anchor point="TOP" relativePoint="BOTTOM" relativeTo="$parentMod4">
						<Offset>
							<AbsDimension x="0" y="-8"/>
						</Offset>
					</Anchor>
				</Anchors>
			</Frame>
			<Frame name="$parentMod6" id="6" inherits="CT_RAMenuBossModTemplate" hidden="false">
				<Anchors>
					<Anchor point="TOP" relativePoint="BOTTOM" relativeTo="$parentMod5">
						<Offset>
							<AbsDimension x="0" y="-8"/>
						</Offset>
					</Anchor>
				</Anchors>
			</Frame>
			<Frame name="$parentMod7" id="7" inherits="CT_RAMenuBossModTemplate" hidden="false">
				<Anchors>
					<Anchor point="TOP" relativePoint="BOTTOM" relativeTo="$parentMod6">
						<Offset>
							<AbsDimension x="0" y="-8"/>
						</Offset>
					</Anchor>
				</Anchors>
			</Frame>
			<Frame name="$parentMod8" id="8" inherits="CT_RAMenuBossModTemplate" hidden="false">
				<Anchors>
					<Anchor point="TOP" relativePoint="BOTTOM" relativeTo="$parentMod7">
						<Offset>
							<AbsDimension x="0" y="-8"/>
						</Offset>
					</Anchor>
				</Anchors>
			</Frame>
			<Frame name="$parentMod9" id="9" inherits="CT_RAMenuBossModTemplate" hidden="false">
				<Anchors>
					<Anchor point="TOP" relativePoint="BOTTOM" relativeTo="$parentMod8">
						<Offset>
							<AbsDimension x="0" y="-8"/>
						</Offset>
					</Anchor>
				</Anchors>
			</Frame>
			<Frame name="$parentMod10" id="10" inherits="CT_RAMenuBossModTemplate" hidden="false">
				<Anchors>
					<Anchor point="TOP" relativePoint="BOTTOM" relativeTo="$parentMod9">
						<Offset>
							<AbsDimension x="0" y="-8"/>
						</Offset>
					</Anchor>
				</Anchors>
			</Frame>
			<ScrollFrame name="$parentScrollFrame" inherits="FauxScrollFrameTemplate">
				<Size>
					<AbsDimension x="500" y="330"/>
				</Size>
				<Anchors>
					<Anchor point="TOPLEFT">
						<Offset>
							<AbsDimension x="50" y="-130"/>
						</Offset>
					</Anchor>
				</Anchors>
				<Scripts>
					<OnVerticalScroll>
						FauxScrollFrame_OnVerticalScroll(25, CT_RAMenuBoss_Update);
					</OnVerticalScroll>
				</Scripts>
			</ScrollFrame>
			<Button name="$parentCancel" inherits="GameMenuButtonTemplate" text="CT_RABOSS_CLOSE">
				<Anchors>
					<Anchor point="BOTTOMRIGHT">
						<Offset>
							<AbsDimension x="-53" y="21"/>
						</Offset>
					</Anchor>

				</Anchors>
				<Scripts>
					<OnClick>
						HideUIPanel(CT_RAMenuFrame);
					</OnClick>
				</Scripts>
			</Button>
			<Button name="$parentBack" inherits="GameMenuButtonTemplate" text="CT_RABOSS_BACK">
				<Anchors>
					<Anchor point="RIGHT" relativeTo="$parentCancel" relativePoint="LEFT">
						<Offset>
							<AbsDimension x="-5" y="0"/>
						</Offset>
					</Anchor>
				</Anchors>
				<Scripts>
					<OnClick>
						CT_RAMenu_ShowHome();
					</OnClick>
				</Scripts>
			</Button>
			<Button name="parentOptions" inherits="GameMenuButtonTemplate" text="CT_RABOSS_OPTIONS">
				<Anchors>
					<Anchor point="RIGHT" relativeTo="$parentBack" relativePoint="LEFT">
						<Offset>
							<AbsDimension x="-137" y="0"/>
						</Offset>
					</Anchor>
				</Anchors>
				<Scripts>
					<OnClick>
						CT_RABossOptions_Toggle();
					</OnClick>
				</Scripts>
			</Button>
		</Frames>
		<Scripts>
			<OnShow>
				CT_RAMenuBoss_Update();
			</OnShow>
		</Scripts>
	</Frame>
</Ui>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -