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

options.xml

时间太紧了
XML
第 1 页 / 共 3 页
字号:
					</Frame>										
					
					<Frame name="SHOWSPELL" inherits="DSCTEventOptionTemplate">
						<Anchors>
							<Anchor point="LEFT" relativeTo="SHOWHIT" relativePoint="LEFT">
								<Offset>
									<AbsDimension x="150" y="0" />
								</Offset>
							</Anchor>
						</Anchors>
					</Frame>
					<Frame name="SHOWHEAL" inherits="DSCTEventOptionTemplate">
						<Anchors>
							<Anchor point="LEFT" relativeTo="SHOWSPELL" relativePoint="LEFT">
								<Offset>
									<AbsDimension x="0" y="-30" />
								</Offset>
							</Anchor>
						</Anchors>
					</Frame>
					<Frame name="SHOWDEBUFF" inherits="DSCTEventOptionTemplate">
						<Anchors>
							<Anchor point="LEFT" relativeTo="SHOWHEAL" relativePoint="LEFT">
								<Offset>
									<AbsDimension x="0" y="-30" />
								</Offset>
							</Anchor>
						</Anchors>
					</Frame>
					<Frame name="SHOWBUFF" inherits="DSCTEventOptionTemplate">
						<Anchors>
							<Anchor point="LEFT" relativeTo="SHOWDEBUFF" relativePoint="LEFT">
								<Offset>
									<AbsDimension x="0" y="-30" />
								</Offset>
							</Anchor>
						</Anchors>
					</Frame>
					<Frame name="SHOWFADE" inherits="DSCTEventOptionTemplate">
						<Anchors>
							<Anchor point="LEFT" relativeTo="SHOWBUFF" relativePoint="LEFT">
								<Offset>
									<AbsDimension x="0" y="-30" />
								</Offset>
							</Anchor>
						</Anchors>
					</Frame>
					<Frame name="SHOWPOWER" inherits="DSCTEventOptionTemplate">
						<Anchors>
							<Anchor point="LEFT" relativeTo="SHOWFADE" relativePoint="LEFT">
								<Offset>
									<AbsDimension x="0" y="-30" />
								</Offset>
							</Anchor>
						</Anchors>
					</Frame>
					<Frame name="SHOWCOMBOPOINTS" inherits="DSCTEventOptionTemplate">
						<Anchors>
							<Anchor point="LEFT" relativeTo="SHOWPOWER" relativePoint="LEFT">
								<Offset>
									<AbsDimension x="0" y="-30" />
								</Offset>
							</Anchor>
						</Anchors>
					</Frame>
					<Frame name="SHOWHONOR_DSCT" inherits="DSCTEventOptionTemplate">
						<Anchors>
							<Anchor point="LEFT" relativeTo="SHOWCOMBOPOINTS" relativePoint="LEFT">
								<Offset>
									<AbsDimension x="0" y="-30" />
								</Offset>
							</Anchor>
						</Anchors>
					</Frame>					
					<Frame name="SHOWDMGCRIT" inherits="DSCTEventOptionTemplate">
						<Anchors>
							<Anchor point="LEFT" relativeTo="SHOWHONOR_DSCT" relativePoint="LEFT">
								<Offset>
									<AbsDimension x="0" y="-30" />
								</Offset>
							</Anchor>
						</Anchors>
					</Frame>	
				</Frames>	
			</Frame>			
			
			
			<!-- MISC FLAG OPTION FRAME -->
			<Frame name="DSCTOptions_MiscFrame" inherits="OptionFrameBoxTemplate">
				<Size>
					<AbsDimension x="160" y="170"/>
				</Size>
				<Anchors>
					<Anchor point="TOPLEFT">
						<Offset>
							<AbsDimension x="180" y="-50"/>
						</Offset>
					</Anchor>
				</Anchors>
				<Scripts>
					<OnLoad>
						this:SetBackdropBorderColor(0.4, 0.4, 0.4);
						this:SetBackdropColor(0.15, 0.15, 0.15);
					</OnLoad>
				</Scripts>
				<Frames>				
					<Frame name="DSCTOptions_MiscFrameTitle">
						<Size>
							<AbsDimension x="140" y="20"/>
						</Size>
						<Anchors>
							<Anchor point="TOPLEFT">
								<Offset>
									<AbsDimension x="100" y="20"/>
								</Offset>
							</Anchor>
						</Anchors>			
						<Backdrop bgFile="Interface\Tooltips\UI-Tooltip-Background" edgeFile="Interface\Tooltips\UI-Tooltip-Border" tile="true">
							<EdgeSize>
								<AbsValue val="8"/>
							</EdgeSize>
							<TileSize>
								<AbsValue val="8"/>
							</TileSize>
							<BackgroundInsets>
								<AbsInset left="2" right="2" top="2" bottom="2"/>
							</BackgroundInsets>
						</Backdrop>
						<Layers>
							<Layer>
								<FontString inherits="GameFontHighlight" text="DSCT_MISC_OPTION">
									<Anchors>
										<Anchor point="CENTER">
											<Offset>
												<AbsDimension x="0" y="0"/>
											</Offset>
										</Anchor>
									</Anchors>
								</FontString>
							</Layer>
						</Layers>
						<Scripts>
							<OnLoad>
								this:SetBackdropBorderColor(0.4, 0.4, 0.4);
								this:SetBackdropColor(0.15, 0.15, 0.15);
							</OnLoad>
						</Scripts>
					</Frame>
		
					<CheckButton name="SHOWSELF" inherits="DSCTCheckTemplate">
						<Anchors>
							<Anchor point="TOPLEFT" relativeTo="DSCTOptions_MiscFrame" relativePoint="TOPLEFT">
								<Offset>
									<AbsDimension x="10" y="-10" />
								</Offset>
							</Anchor>
						</Anchors>
					</CheckButton>					
					<CheckButton name="DAMAGETYPE" inherits="DSCTCheckTemplate">
						<Anchors>
							<Anchor point="LEFT" relativeTo="SHOWSELF" relativePoint="LEFT">
								<Offset>
									<AbsDimension x="0" y="-30" />
								</Offset>
							</Anchor>
						</Anchors>
					</CheckButton>
					<CheckButton name="HEALERNAME" inherits="DSCTCheckTemplate">
						<Anchors>
							<Anchor point="LEFT" relativeTo="DAMAGETYPE" relativePoint="LEFT">
								<Offset>
									<AbsDimension x="0" y="-30" />
								</Offset>
							</Anchor>
						</Anchors>
					</CheckButton>
					<CheckButton name="CUSTOMEVENT" inherits="DSCTCheckTemplate">
						<Anchors>
							<Anchor point="LEFT" relativeTo="HEALERNAME" relativePoint="LEFT">
								<Offset>
									<AbsDimension x="0" y="-30" />
								</Offset>
							</Anchor>
						</Anchors>
					</CheckButton>
					<CheckButton name="ENTEXT" inherits="DSCTCheckTemplate">
						<Anchors>
							<Anchor point="LEFT" relativeTo="CUSTOMEVENT" relativePoint="LEFT">
								<Offset>
									<AbsDimension x="0" y="-30" />
								</Offset>
							</Anchor>
						</Anchors>
					</CheckButton>
				</Frames>
			</Frame>
	
			<!-- MSGTEXT OPTION FRAME -->
			<Frame name="DSCTOptions_MSGTextFrame" inherits="OptionFrameBoxTemplate">
				<Size>
					<AbsDimension x="160" y="170"/>
				</Size>
				<Anchors>
					<Anchor point="TOPLEFT">
						<Offset>
							<AbsDimension x="180" y="-50"/>
						</Offset>
					</Anchor>
				</Anchors>
				<Scripts>
					<OnLoad>
						this:SetBackdropBorderColor(0.4, 0.4, 0.4);
						this:SetBackdropColor(0.15, 0.15, 0.15);
					</OnLoad>
				</Scripts>
				<Frames>
					<Frame name="DSCTOptions_MSGTextFrame_BG1" inherits="OptionFrameBoxTemplate">						
						<Size>
							<AbsDimension x="160" y="170"/>
						</Size>
						<Anchors>
							<Anchor point="TOPLEFT">
								<Offset>
									<AbsDimension x="0" y="-180"/>
								</Offset>
							</Anchor>
						</Anchors>
						<Scripts>
							<OnLoad>
								this:SetBackdropBorderColor(0.4, 0.4, 0.4);
								this:SetBackdropColor(0.2, 0.2, 0.2);
							</OnLoad>
						</Scripts>
					</Frame>					
					<Frame name="DSCTOptions_TextFrameTitle">
						<Size>
							<AbsDimension x="140" y="20"/>
						</Size>
						<Anchors>
							<Anchor point="TOPLEFT">
								<Offset>
									<AbsDimension x="100" y="20"/>
								</Offset>
							</Anchor>
						</Anchors>			
						<Backdrop bgFile="Interface\Tooltips\UI-Tooltip-Background" edgeFile="Interface\Tooltips\UI-Tooltip-Border" tile="true">
							<EdgeSize>
								<AbsValue val="8"/>
							</EdgeSize>
							<TileSize>
								<AbsValue val="8"/>
							</TileSize>
							<BackgroundInsets>
								<AbsInset left="2" right="2" top="2" bottom="2"/>
							</BackgroundInsets>
						</Backdrop>
						<Layers>
							<Layer>
								<FontString inherits="GameFontHighlight" text="DSCT_MSGTEXT_OPTION">
									<Anchors>
										<Anchor point="CENTER">
											<Offset>
												<AbsDimension x="0" y="0"/>
											</Offset>
										</Anchor>
									</Anchors>
								</FontString>
							</Layer>							
						</Layers>
						<Scripts>
							<OnLoad>
								this:SetBackdropBorderColor(0.4, 0.4, 0.4);
								this:SetBackdropColor(0.15, 0.15, 0.15);
							</OnLoad>
						</Scripts>
					</Frame>					
					<Frame name="MESSAGEFONT" inherits="DSCTListTemplate">
						<Anchors>
							<Anchor point="TOPLEFT" relativeTo="DSCTOptions_MSGTextFrame" relativePoint="TOPLEFT">
								<Offset>
									<AbsDimension x="10" y="-10" />
								</Offset>
							</Anchor>
						</Anchors>
					</Frame>					
					<Frame name="MESSFONTOUTLINE" inherits="DSCTListTemplate">
						<Anchors>
							<Anchor point="TOPLEFT" relativeTo="MESSAGEFONT" relativePoint="TOPLEFT">
								<Offset>
									<AbsDimension x="0" y="-50" />
								</Offset>
							</Anchor>
						</Anchors>
					</Frame>
					<Slider name="MESSAGESIZE" inherits="DSCTSliderTemplate">
						<Anchors>
							<Anchor point="TOPLEFT" relativeTo="MESSFONTOUTLINE" relativePoint="TOPLEFT">
								<Offset>
									<AbsDimension x="5" y="-60" />
								</Offset>
							</Anchor>
						</Anchors>
					</Slider>
					
					<Slider name="MESSAGEALPHA" inherits="DSCTSliderTemplate">
						<Anchors>
							<Anchor point="TOPLEFT" relativeTo="DSCTOptions_MSGTextFrame_BG1" relativePoint="TOPLEFT">
								<Offset>
									<AbsDimension x="15" y="-30" />
								</Offset>
							</Anchor>
						</Anchors>
					</Slider>				
					<Slider name="MESSAGETIMER" inherits="DSCTSliderTemplate">
						<Anchors>
							<Anchor point="TOPLEFT" relativeTo="MESSAGEALPHA" relativePoint="TOPLEFT">
								<Offset>
									<AbsDimension x="0" y="-50" />
								</Offset>
							</Anchor>
						</Anchors>
					</Slider>
					<Slider name="MESSAGEFADETIMER" inherits="DSCTSliderTemplate">
						<Anchors>
							<Anchor point="TOPLEFT" relativeTo="MESSAGETIMER" relativePoint="TOPLEFT">
								<Offset>
									<AbsDimension x="0" y="-50" />
								</Offset>
							</Anchor>
						</Anchors>
					</Slider>				
				</Frames>
			</Frame>
			
			<!-- TEXT OPTION FRAME -->
			<Frame name="DSCTOptions_TextFrame" inherits="OptionFrameBoxTemplate">
				<Size>
					<AbsDimension x="160" y="170"/>
				</Size>
				<Anchors>
					<Anchor point="TOPLEFT">
						<Offset>
							<AbsDimension x="180" y="-50"/>
						</Offset>
					</Anchor>
				</Anchors>
				<Scripts>
					<OnLoad>
						this:SetBackdropBorderColor(0.4, 0.4, 0.4);
						this:SetBackdropColor(0.2, 0.2, 0.2);
					</OnLoad>
				</Scripts>
				<Frames>
					<Frame name="DSCTOptions_TextFrame_BG1" inherits="OptionFrameBoxTemplate">						
						<Size>
							<AbsDimension x="160" y="170"/>
						</Size>
						<Anchors>
							<Anchor point="TOPLEFT">
								<Offset>
									<AbsDimension x="0" y="-180"/>
								</Offset>
							</Anchor>
						</Anchors>
						<Scripts>
							<OnLoad>
								this:SetBackdropBorderColor(0.4, 0.4, 0.4);
								this:SetBackdropColor(0.2, 0.2, 0.2);
							</OnLoad>
						</Scripts>
					</Frame>
					<Frame name="DSCTOptions_TextFrame_BG2" inherits="OptionFrameBoxTemplate">						
						<Size>
							<AbsDimension x="160" y="170"/>
						</Size>
						<Anchors>
							<Anchor point="TOPLEFT">
								<Offset>
									<AbsDimension x="180" y=""/>
								</Offset>
							</Anchor>
						</Anchors>
						<Scripts>
							<OnLoad>
								this:SetBackdropBorderColor(0.4, 0.4, 0.4);
								this:SetBackdropColor(0.2, 0.2, 0.2);
							</OnLoad>
						</Scripts>
					</Frame>
					<Frame name="DSCTOptions_TextFrameTitle">
						<Size>
							<AbsDimension x="140" y="20"/>
						</Size>
						<Anchors>
							<Anchor point="TOPLEFT">
								<Offset>
									<AbsDimension x="100" y="20"/>
								</Offset>
							</Anchor>
						</Anchors>
						<Backdrop bgFile="Interface\Tooltips\UI-Tooltip-Background" edgeFile="Interface\Tooltips\UI-Tooltip-Border" tile="true">
							<EdgeSize>
								<AbsValue val="8"/>
							</EdgeSize>
							<TileSize>
								<AbsValue val="8"/>
							</TileSize>
							<BackgroundInsets>
								<AbsInset left="2" right="2" top="2" bottom="2"/>
							</BackgroundInsets>
						</Backdrop>
						<Layers>
							<Layer>
								<FontString inherits="GameFontHighlight" text="DSCT_TEXT_OPTION">
									<Anchors>
										<Anchor point="CENTER">
											<Offset>
												<AbsDimension x="0" y="0"/>
											</Offset>
										</Anchor>
									</Anchors>
								</FontString>
							</Layer>
						</Layers>
						
						<Scripts>
							<OnLoad>
								this:SetBackdropBorderColor(0.4, 0.4, 0.4);
								this:SetBackdropColor(0.15, 0.15, 0.15);
							</OnLoad>
						</Scripts>
					</Frame>					
		
					<Slider name="ANIMATIONSPEED" inherits="DSCTSliderTemplate">
						<Anchors>
							<Anchor point="TOPLEFT" relativeTo="DSCTOptions_TextFrame" relativePoint="TOPLEFT">
								<Offset>
									<AbsDimension x="15" y="-30" />
								</Offset>
							</Anchor>

⌨️ 快捷键说明

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