欢迎来到虫虫下载站 | 资源下载 资源专辑 关于我们
虫虫下载站

ct_ramenu.xml

时间太紧了
XML
第 1 页 / 共 5 页
字号:
							</Anchors>
						</FontString>
					</Layer>
				</Layers>
				<Frames>
					<Button name="$parentCancel" inherits="GameMenuButtonTemplate" text="关闭">
						<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="返回">
						<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>
					<Slider name="$parentSetsSlider" inherits="OptionsSliderTemplate">
						<Size>
							<AbsDimension x="290" y="17"/>
						</Size>
						<Anchors>
							<Anchor point="TOP" relativePoint="TOP">
								<Offset>
									<AbsDimension x="0" y="-100"/>
								</Offset>
							</Anchor>
						</Anchors>
						<Scripts>
							<OnLoad>
								getglobal(this:GetName().."Text"):SetText("选项配置按钮配置");
								getglobal(this:GetName().."High"):SetText();
								getglobal(this:GetName().."Low"):SetText();
								this:SetMinMaxValues(0, 360);
								this:SetValueStep(1);
								this.tooltipText = "拖动进度条来改变选项配置按钮的位置";
							</OnLoad>
							<OnShow>
								if (CT_RASets_ButtonPosition) then
									this:SetValue(CT_RASets_ButtonPosition);
								end
							</OnShow>
							<OnValueChanged>
								CT_RASets_ButtonPosition = this:GetValue();
								getglobal(this:GetName().."Text"):SetText("选项配置按钮配置 - "..this:GetValue().."\194\176");
								CT_RASets_Button:SetPoint("TOPLEFT", "Minimap", "TOPLEFT", 52 - (80 * cos(this:GetValue())), (80 * sin(this:GetValue())) - 52);
							</OnValueChanged>
						</Scripts>
					</Slider>
					<Frame name="$parentNotifications">
						<Size>
							<AbsDimension x="550" y="120"/>
						</Size>
						<Anchors>
							<Anchor point="TOP">
								<Offset>
									<AbsDimension x="-15" y="-130"/>
								</Offset>
							</Anchor>
						</Anchors>
						<Backdrop 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 level="ARTWORK">
								<FontString name="$parentName" inherits="GameFontNormal" text="通知">
									<Anchors>
										<Anchor point="BOTTOMLEFT" relativePoint="TOPLEFT">
											<Offset>
												<AbsDimension x="15" y="0"/>
											</Offset>
										</Anchor>
									</Anchors>
								</FontString>
								<FontString name="$parentShowTankDeath" inherits="ChatFontNormal" text="主坦克死亡通告">
									<Anchors>
										<Anchor point="TOPLEFT">
											<Offset>
												<AbsDimension x="35" y="-15"/>
											</Offset>
										</Anchor>
									</Anchors>
								</FontString>
								<FontString name="$parentSendRARS" inherits="ChatFontNormal" text="发送/RS消息的同时也发送/RA">
									<Anchors>
										<Anchor point="TOPLEFT">
											<Offset>
												<AbsDimension x="35" y="-40"/>
											</Offset>
										</Anchor>
									</Anchors>
								</FontString>
								<FontString name="$parentPlayRSSoundText" inherits="ChatFontNormal" text="收到/rs消息时发出声音">
									<Anchors>
										<Anchor point="TOPLEFT">
											<Offset>
												<AbsDimension x="35" y="-65"/>
											</Offset>
										</Anchor>
									</Anchors>
								</FontString>
								<FontString name="$parentDisableQuery" inherits="ChatFontNormal" text="禁止物品/抗性检查请求">
									<Anchors>
										<Anchor point="TOPLEFT">
											<Offset>
												<AbsDimension x="35" y="-90"/>
											</Offset>
										</Anchor>
									</Anchors>
								</FontString>
								<FontString name="$parentAggroNotifier" inherits="ChatFontNormal" text="OT的时候通知">
									<Anchors>
										<Anchor point="TOPLEFT">
											<Offset>
												<AbsDimension x="285" y="-15"/>
											</Offset>
										</Anchor>
									</Anchors>
								</FontString>
								<FontString name="$parentAggroNotifierSound" inherits="ChatFontNormal" text="声音提示">
									<Anchors>
										<Anchor point="TOPLEFT">
											<Offset>
												<AbsDimension x="315" y="-40"/>
											</Offset>
										</Anchor>
									</Anchors>
								</FontString>
								<FontString name="$parentNotifyGroupChange" inherits="ChatFontNormal" text="提示小队改变">
									<Anchors>
										<Anchor point="TOPLEFT">
											<Offset>
												<AbsDimension x="285" y="-65"/>
											</Offset>
										</Anchor>
									</Anchors>
								</FontString>
								<FontString name="$parentNotifyGroupChangeSound" inherits="ChatFontNormal" text="声音提示">
									<Anchors>
										<Anchor point="TOPLEFT">
											<Offset>
												<AbsDimension x="315" y="-90"/>
											</Offset>
										</Anchor>
									</Anchors>
								</FontString>
							</Layer>
						</Layers>
						<Frames>
							<CheckButton name="$parentPlayRSSoundCB" hidden="false" id="4" inherits="OptionsCheckButtonTemplate">
								<Anchors>
									<Anchor point="RIGHT" relativePoint="LEFT" relativeTo="$parentPlayRSSoundText">
										<Offset>
											<AbsDimension x="0" y="0"/>
										</Offset>
									</Anchor>
								</Anchors>
								<HitRectInsets>
									<AbsInset left="0" right="0" top="0" bottom="0"/>
								</HitRectInsets>
								<Size>
									<AbsDimension x="24" y="24"/>
								</Size>
								<Scripts>
									<OnClick>
										CT_RAMenu_Misc_PlaySound();
									</OnClick>
								</Scripts>
							</CheckButton>
							<CheckButton name="$parentShowTankDeathCB" hidden="false" id="4" inherits="OptionsCheckButtonTemplate">
								<Anchors>
									<Anchor point="RIGHT" relativePoint="LEFT" relativeTo="$parentShowTankDeath">
										<Offset>
											<AbsDimension x="0" y="0"/>
										</Offset>
									</Anchor>
								</Anchors>
								<HitRectInsets>
									<AbsInset left="0" right="0" top="0" bottom="0"/>
								</HitRectInsets>
								<Size>
									<AbsDimension x="24" y="24"/>
								</Size>
								<Scripts>
									<OnClick>
										CT_RAMenu_Misc_ShowTankDeath();
									</OnClick>
								</Scripts>
							</CheckButton>
							<CheckButton name="$parentSendRARSCB" hidden="false" id="4" inherits="OptionsCheckButtonTemplate">
								<Anchors>
									<Anchor point="RIGHT" relativePoint="LEFT" relativeTo="$parentSendRARS">
										<Offset>
											<AbsDimension x="0" y="0"/>
										</Offset>
									</Anchor>
								</Anchors>
								<HitRectInsets>
									<AbsInset left="0" right="0" top="0" bottom="0"/>
								</HitRectInsets>
								<Size>
									<AbsDimension x="24" y="24"/>
								</Size>
								<Scripts>
									<OnClick>
										CT_RAMenu_Misc_SendRARS();
									</OnClick>
								</Scripts>
							</CheckButton>
							<CheckButton name="$parentNotifyGroupChangeCB" hidden="false" id="4" inherits="OptionsCheckButtonTemplate">
								<Anchors>
									<Anchor point="RIGHT" relativePoint="LEFT" relativeTo="$parentNotifyGroupChange">
										<Offset>
											<AbsDimension x="0" y="0"/>
										</Offset>
									</Anchor>
								</Anchors>
								<HitRectInsets>
									<AbsInset left="0" right="0" top="0" bottom="0"/>
								</HitRectInsets>
								<Size>
									<AbsDimension x="24" y="24"/>
								</Size>
								<Scripts>
									<OnClick>
										CT_RAMenu_Misc_NotifyGroupChange();
									</OnClick>
								</Scripts>
							</CheckButton>
							<CheckButton name="$parentNotifyGroupChangeCBSound" hidden="false" id="4" inherits="OptionsCheckButtonTemplate">
								<Anchors>
									<Anchor point="RIGHT" relativePoint="LEFT" relativeTo="$parentNotifyGroupChangeSound">
										<Offset>
											<AbsDimension x="0" y="0"/>
										</Offset>
									</Anchor>
								</Anchors>
								<HitRectInsets>
									<AbsInset left="0" right="0" top="0" bottom="0"/>
								</HitRectInsets>
								<Size>
									<AbsDimension x="24" y="24"/>
								</Size>
								<Scripts>
									<OnClick>
										CT_RAMenu_Misc_NotifyGroupChangeSound();
									</OnClick>
								</Scripts>
							</CheckButton>
							<CheckButton name="$parentDisableQueryCB" hidden="false" id="4" inherits="OptionsCheckButtonTemplate">
								<Anchors>
									<Anchor point="RIGHT" relativePoint="LEFT" relativeTo="$parentDisableQuery">
										<Offset>
											<AbsDimension x="0" y="0"/>
										</Offset>
									</Anchor>
								</Anchors>
								<HitRectInsets>
									<AbsInset left="0" right="0" top="0" bottom="0"/>
								</HitRectInsets>
								<Size>
									<AbsDimension x="24" y="24"/>
								</Size>
								<Scripts>
									<OnClick>
										CT_RAMenu_Misc_DisableQuery();
									</OnClick>
								</Scripts>
							</CheckButton>
							<CheckButton name="$parentAggroNotifierCB" hidden="false" id="4" inherits="OptionsCheckButtonTemplate">
								<Anchors>
									<Anchor point="RIGHT" relativePoint="LEFT" relativeTo="$parentAggroNotifier">
										<Offset>
											<AbsDimension x="0" y="0"/>
										</Offset>
									</Anchor>
								</Anchors>
								<HitRectInsets>
									<AbsInset left="0" right="0" top="0" bottom="0"/>
								</HitRectInsets>
								<Size>
									<AbsDimension x="24" y="24"/>
								</Size>
								<Scripts>
									<OnClick>
										CT_RAMenu_Misc_AggroNotifier();
									</OnClick>
								</Scripts>
							</CheckButton>
							<CheckButton name="$parentAggroNotifierSoundCB" hidden="false" id="4" inherits="OptionsCheckButtonTemplate">
								<Anchors>
									<Anchor point="RIGHT" relativePoint="LEFT" relativeTo="$parentAggroNotifierSound">
										<Offset>
											<AbsDimension x="0" y="0"/>
										</Offset>
									</Anchor>
								</Anchors>
								<HitRectInsets>
									<AbsInset left="0" right="0" top="0" bottom="0"/>
								</HitRectInsets>
								<Size>
									<AbsDimension x="24" y="24"/>
								</Size>
								<Scripts>
									<OnClick>
										CT_RAMenu_Misc_AggroNotifierSound();
									</OnClick>
								</Scripts>
							</CheckButton>
						</Frames>
					</Frame>
					<Frame name="$parentDisplay">
						<Size>
							<AbsDimension x="550" y="120"/>
						</Size>
						<Anchors>
							<Anchor point="TOP">
								<Offset>
									<AbsDimension x="-15" y="-270"/>
								</Offset>
							</Anchor>
						</Anchors>
						<Backdrop 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 level="ARTWORK">
								<FontString name="$parentName" inherits="GameFontNormal" text="显示">
									<Anchors>
										<Anchor point="BOTTOMLEFT" relativePoint="TOPLEFT">
											<Offset>
												<AbsDimension x="15" y="0"/>
											</Offset>
										</Anchor>
									</Anchors>
								</FontString>
								<FontString name="$parentShowTooltipText" inherits="ChatFontNormal" text="显示团队提示">
									<Anchors>
										<Anchor point="TOPLEFT">
											<Offset>
												<AbsDimension x="35" y="-15"/>
											</Offset>
										</Anchor>
									</Anchors>
								</FontString>
								<FontString name="$parentShowAFKText" inherits="ChatFontNormal" text="显示暂离状态">
									<Anchors>
										<Anchor point="TOPLEFT">
											<Offset>
												<AbsDimension x="35" y="-40"/>
											</Offset>
										</Anchor>
									</Anchors>
								</FontString>
								<FontString name="$parentShowResMonitor" inherits="ChatFontNormal" text="显示复活监视器">
									<Anchors>
										<Anchor point="TOPLEFT">
											<Offset>
												<AbsDimension x="35" y="-65"/>
											</Offset>
										</Anchor>
									</Anchors>
								</FontString>
								<FontString name="$parentColorLeader" inherits="ChatFontNormal" text="聊天信息中彩色显示团长名字">
									<Anchors>
										<Anchor point="TOPLEFT">
											<Offset>
												<AbsDimension x="35" y="-90"/>
											</Offset>
										</Anchor>
									</Anchors>
								</FontString>
								<FontString name="$parentHideButton" inherits="ChatFontNormal" text="隐藏小地图按钮">
									<Anchors>
										<Anchor point="TOPLEFT">
											<Offset>
												<AbsDimension x="285" y="-15"/>
											</Offset>
										</Anchor>
									</Anchors>
								</FontString>
								<FontString name="$parentShowPTT" inherits="ChatFontNormal" text="显示玩家目标的目标">
									<Anchors>
										<Anchor point="TOPLEFT">
											<Offset>
												<AbsDimension x="285" y="-40"/>
											</Offset>
										</Anchor>
									</Anchors>
								</FontString>
								<FontString name="$parentShowMTTT" inherits="ChatFontNormal" text="显示主坦克目标的目标">
									<Anchors>
										<Anchor point="TOPLE

⌨️ 快捷键说明

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