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

📄 auctionframetransactions.xml

📁 时间太紧了
💻 XML
📖 第 1 页 / 共 2 页
字号:
<Ui xsi:schemaLocation="http://www.blizzard.com/wow/ui/"><!--	Version: 3.5.0.0914 (Platypus)	Revision: $Id: AuctionFrameTransactions.xml 819 2006-04-14 06:32:43Z vindicator $	License:		This program is free software; you can redistribute it and/or		modify it under the terms of the GNU General Public License		as published by the Free Software Foundation; either version 2		of the License, or (at your option) any later version.		This program is distributed in the hope that it will be useful,		but WITHOUT ANY WARRANTY; without even the implied warranty of		MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the		GNU General Public License for more details.		You should have received a copy of the GNU General Public License		along with this program(see GPL.txt); if not, write to the Free Software		Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.-->	<Script file="AuctionFrameTransactions.lua"/>	<Frame name="TransactionsSearchTemplate" virtual="true">		<Anchors>			<Anchor point="TOPLEFT">				<Offset>					<AbsDimension x="27" y="-150"/>				</Offset>			</Anchor>		</Anchors>		<Size>			<AbsDimension x="155" y="265"/>		</Size>	</Frame>	<Frame name="AuctionFrameTransactions" inherits="AuctionFrameTemplate" hidden="true">		<Layers>			<Layer level="BACKGROUND">				<FontString name="$parentTitle" inherits="GameFontNormal">					<Anchors>						<Anchor point="TOP">							<Offset>								<AbsDimension x="0" y="-18"/>							</Offset>						</Anchor>					</Anchors>				</FontString>			</Layer>			<Layer level="ARTWORK">				<FontString name="$parentTabText" inherits="GameFontHighlightSmall">					<Anchors>						<Anchor point="TOP" relativePoint="TOPLEFT">							<Offset>								<AbsDimension x="85" y="-85"/>							</Offset>						</Anchor>					</Anchors>				</FontString>			</Layer>		</Layers>		<Frames>			<!-- Transaction Search Frame -->			<Frame name="$parentTransactions" inherits="TransactionsSearchTemplate">				<Layers>					<Layer level="ARTWORK">						<FontString name="$parentSearchText" inherits="GameFontHighlightSmall">							<Anchors>								<Anchor point="TOPLEFT">									<Offset>										<AbsDimension x="0" y="0"/>									</Offset>								</Anchor>							</Anchors>						</FontString>						<FontString name="$parentExactSearchText" inherits="GameFontNormalSmall">							<Anchors>								<Anchor point="TOPLEFT" relativeTo="$parentSearchText">									<Offset>										<AbsDimension x="25" y="-34"/>									</Offset>								</Anchor>							</Anchors>						</FontString>						<FontString name="$parentTransactionsText" inherits="GameFontHighlightSmall">							<Anchors>								<Anchor point="TOPLEFT" relativeTo="$parentSearchText">									<Offset>										<AbsDimension x="0" y="-55"/>									</Offset>								</Anchor>							</Anchors>						</FontString>						<FontString name="$parentBidText" inherits="GameFontNormalSmall">							<Anchors>								<Anchor point="TOPLEFT" relativeTo="$parentTransactionsText">									<Offset>										<AbsDimension x="20" y="-16"/>									</Offset>								</Anchor>							</Anchors>						</FontString>						<FontString name="$parentBuyText" inherits="GameFontNormalSmall">							<Anchors>								<Anchor point="TOPLEFT" relativeTo="$parentBidText">									<Offset>										<AbsDimension x="0" y="-16"/>									</Offset>								</Anchor>							</Anchors>						</FontString>						<FontString name="$parentAuctionText" inherits="GameFontNormalSmall">							<Anchors>								<Anchor point="TOPLEFT" relativeTo="$parentBuyText">									<Offset>										<AbsDimension x="0" y="-16"/>									</Offset>								</Anchor>							</Anchors>						</FontString>						<FontString name="$parentSellText" inherits="GameFontNormalSmall">							<Anchors>								<Anchor point="TOPLEFT" relativeTo="$parentAuctionText">									<Offset>										<AbsDimension x="0" y="-16"/>									</Offset>								</Anchor>							</Anchors>						</FontString>					</Layer>				</Layers>				<Frames>					<EditBox name="$parentSearchEdit" autoFocus="false" inherits="InputBoxTemplate">						<Size>							<AbsDimension x="140" y="16"/>						</Size>						<Anchors>							<Anchor point="TOPLEFT" relativeTo="$parentSearchText" relativePoint="BOTTOMLEFT">								<Offset>									<AbsDimension x="5" y="-4"/>								</Offset>							</Anchor>						</Anchors>						<Scripts>							<OnTabPressed>							</OnTabPressed>							<OnEnterPressed>								AuctionFrameSearchTransactions_SearchButton_OnClick(this);							</OnEnterPressed>						</Scripts>					</EditBox>					<CheckButton name="$parentExactSearchCheckBox">						<Size>							<AbsDimension x="20" y="20"/>						</Size>						<Anchors>							<Anchor point="TOPRIGHT" relativeTo="$parentExactSearchText" relativePoint="TOPLEFT">								<Offset>									<AbsDimension x="0" y="3"/>								</Offset>							</Anchor>						</Anchors>						<NormalTexture file="Interface\Buttons\UI-CheckBox-Up"/>						<PushedTexture file="Interface\Buttons\UI-CheckBox-Down"/>						<HighlightTexture file="Interface\Buttons\UI-CheckBox-Highlight" alphaMode="ADD"/>						<CheckedTexture file="Interface\Buttons\UI-CheckBox-Check"/>						<DisabledCheckedTexture file="Interface\Buttons\UI-CheckBox-Check-Disabled"/>					</CheckButton>					<CheckButton name="$parentBidCheckBox" checked="true">						<Size>							<AbsDimension x="20" y="20"/>						</Size>						<Anchors>							<Anchor point="TOPRIGHT" relativeTo="$parentBidText" relativePoint="TOPLEFT">								<Offset>									<AbsDimension x="0" y="3"/>								</Offset>							</Anchor>						</Anchors>						<NormalTexture file="Interface\Buttons\UI-CheckBox-Up"/>						<PushedTexture file="Interface\Buttons\UI-CheckBox-Down"/>						<HighlightTexture file="Interface\Buttons\UI-CheckBox-Highlight" alphaMode="ADD"/>						<CheckedTexture file="Interface\Buttons\UI-CheckBox-Check"/>						<DisabledCheckedTexture file="Interface\Buttons\UI-CheckBox-Check-Disabled"/>					</CheckButton>					<CheckButton name="$parentBuyCheckBox" checked="true">						<Size>							<AbsDimension x="20" y="20"/>						</Size>						<Anchors>							<Anchor point="TOPRIGHT" relativeTo="$parentBuyText" relativePoint="TOPLEFT">								<Offset>									<AbsDimension x="0" y="3"/>								</Offset>							</Anchor>						</Anchors>						<NormalTexture file="Interface\Buttons\UI-CheckBox-Up"/>						<PushedTexture file="Interface\Buttons\UI-CheckBox-Down"/>						<HighlightTexture file="Interface\Buttons\UI-CheckBox-Highlight" alphaMode="ADD"/>						<CheckedTexture file="Interface\Buttons\UI-CheckBox-Check"/>						<DisabledCheckedTexture file="Interface\Buttons\UI-CheckBox-Check-Disabled"/>					</CheckButton>					<CheckButton name="$parentAuctionCheckBox" checked="true">						<Size>							<AbsDimension x="20" y="20"/>						</Size>						<Anchors>							<Anchor point="TOPRIGHT" relativeTo="$parentAuctionText" relativePoint="TOPLEFT">								<Offset>									<AbsDimension x="0" y="3"/>								</Offset>							</Anchor>						</Anchors>						<NormalTexture file="Interface\Buttons\UI-CheckBox-Up"/>						<PushedTexture file="Interface\Buttons\UI-CheckBox-Down"/>						<HighlightTexture file="Interface\Buttons\UI-CheckBox-Highlight" alphaMode="ADD"/>						<CheckedTexture file="Interface\Buttons\UI-CheckBox-Check"/>						<DisabledCheckedTexture file="Interface\Buttons\UI-CheckBox-Check-Disabled"/>					</CheckButton>					<CheckButton name="$parentSellCheckBox" checked="true">						<Size>							<AbsDimension x="20" y="20"/>						</Size>						<Anchors>							<Anchor point="TOPRIGHT" relativeTo="$parentSellText" relativePoint="TOPLEFT">								<Offset>									<AbsDimension x="0" y="3"/>								</Offset>							</Anchor>						</Anchors>						<NormalTexture file="Interface\Buttons\UI-CheckBox-Up"/>						<PushedTexture file="Interface\Buttons\UI-CheckBox-Down"/>						<HighlightTexture file="Interface\Buttons\UI-CheckBox-Highlight" alphaMode="ADD"/>						<CheckedTexture file="Interface\Buttons\UI-CheckBox-Check"/>						<DisabledCheckedTexture file="Interface\Buttons\UI-CheckBox-Check-Disabled"/>					</CheckButton>					<Button name="$parentSearchButton" inherits="UIPanelButtonTemplate">

⌨️ 快捷键说明

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