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

📄 auctionframesearch.xml

📁 时间太紧了
💻 XML
📖 第 1 页 / 共 3 页
字号:
<Ui xsi:schemaLocation="http://www.blizzard.com/wow/ui/"><!--	Version: 3.5.0.0917 (Platypus)	Revision: $Id: AuctionFrameSearch.xml 782 2006-04-01 05:30:22Z 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="AuctionFrameSearch.lua"/>	<Frame name="SearchParametersTemplate" virtual="true">		<Anchors>			<Anchor point="TOPLEFT">				<Offset>					<AbsDimension x="27" y="-150"/>				</Offset>			</Anchor>		</Anchors>		<Size>			<AbsDimension x="155" y="265"/>		</Size>	</Frame>	<Button name="SearchListItemTemplate" inherits="ListItemTemplate" virtual="true">		<Scripts>			--Thanks to Miravlix (from irc://irc.datavertex.com/cosmostesters) for adding cursor support.			local scrollFrame = nil			local index = nil;			<OnEnter>				scrollFrame = getglobal(this:GetParent():GetName().."ScrollFrame");				index = this:GetID() + FauxScrollFrame_GetOffset(scrollFrame);				AuctionFrameSearch_ListItem_OnEnter(index);			</OnEnter>			<OnLeave>				GameTooltip:Hide();				ResetCursor();				scrollFrame = nil;				index = nil;			</OnLeave>			<OnClick>				AuctionFrameSearch_ListItem_OnClick(index);			</OnClick>			<OnUpdate>				if (index) then					if (IsControlKeyDown()) then						ShowInspectCursor()					elseif (IsShiftKeyDown() and IsAltKeyDown()) then						SetCursor("BUY_CURSOR")					else						ResetCursor()					end				end			</OnUpdate>		</Scripts>		<HighlightTexture name="$parentHighlight" file="Interface\HelpFrame\HelpFrameButton-Highlight" alphaMode="ADD">			<Anchors>				<Anchor point="TOPLEFT">					<Offset>						<AbsDimension x="0" y="0"/>					</Offset>				</Anchor>				<Anchor point="BOTTOMRIGHT" relativePoint="BOTTOMRIGHT">					<Offset>						<AbsDimension x="0" y="0"/>					</Offset>				</Anchor>			</Anchors>			<TexCoords left="0" right="1.0" top="0" bottom="0.578125"/>		</HighlightTexture>	</Button>	<Frame name="AuctionFrameSearch" 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>				<FontString name="$parentSearchText" inherits="GameFontHighlightSmall">					<Anchors>						<Anchor point="TOPLEFT">							<Offset>								<AbsDimension x="27" y="-107"/>							</Offset>						</Anchor>					</Anchors>				</FontString>				<FontString name="$parentSavedSearchText" inherits="GameFontHighlightSmall">					<Anchors>						<Anchor point="TOPLEFT">							<Offset>								<AbsDimension x="190" y="-52"/>							</Offset>						</Anchor>					</Anchors>				</FontString>				<FontString name="$parentPendingBidStatusText" inherits="GameFontHighlightSmall">					<Anchors>						<Anchor point="BOTTOMLEFT">							<Offset>								<AbsDimension x="200" y="22"/>							</Offset>						</Anchor>					</Anchors>				</FontString>			</Layer>		</Layers>		<Frames>			<EditBox name="$parentSaveSearchEdit" autoFocus="false" inherits="InputBoxTemplate">				<Size>					<AbsDimension x="150" y="16"/>				</Size>				<Anchors>					<Anchor point="LEFT" relativeTo="$parentSavedSearchText" relativePoint="RIGHT">						<Offset>							<AbsDimension x="10" y="-1"/>						</Offset>					</Anchor>				</Anchors>				<Scripts>					<OnTabPressed>						getglobal(this:GetParent():GetName().."BidMinProfitGold"):SetFocus();					</OnTabPressed>					<OnEnterPressed>						AuctionFrameSearch_SaveSearchButton_OnClick(this);					</OnEnterPressed>				</Scripts>			</EditBox>			<Frame name="$parentSavedSearchDropDown" inherits="UIDropDownMenuTemplate">				<Anchors>					<Anchor point="LEFT" relativeTo="$parentSaveSearchEdit" relativePoint="LEFT">						<Offset>							<AbsDimension x="-13" y="-3"/>						</Offset>					</Anchor>				</Anchors>				<Scripts>					<OnLoad>						getglobal(this:GetName().."Left"):Hide();						getglobal(this:GetName().."Middle"):Hide();						getglobal(this:GetName().."Right"):Hide();						getglobal(this:GetName().."Text"):Hide();						UIDropDownMenu_SetWidth(getglobal(this:GetParent():GetName().."SaveSearchEdit"):GetWidth());						AuctioneerDropDownMenu_Initialize(this, AuctionFrameSearch_SavedSearchDropDown_Initialize);						AuctioneerDropDownMenu_SetSelectedID(this, 1);					</OnLoad>				</Scripts>			</Frame>			<Button name="$parentSaveSearchButton" inherits="UIPanelButtonTemplate">				<Size>					<AbsDimension x="80" y="22"/>				</Size>				<Anchors>					<Anchor point="LEFT" relativeTo="$parentSaveSearchEdit" relativePoint="RIGHT">						<Offset>							<AbsDimension x="24" y="0"/>						</Offset>					</Anchor>				</Anchors>				<Scripts>					<OnClick>						AuctionFrameSearch_SaveSearchButton_OnClick(this);					</OnClick>				</Scripts>			</Button>			<Button name="$parentRemoveSearchButton" inherits="UIPanelButtonTemplate">				<Size>					<AbsDimension x="80" y="22"/>				</Size>				<Anchors>					<Anchor point="LEFT" relativeTo="$parentSaveSearchButton" relativePoint="RIGHT">						<Offset>							<AbsDimension x="2" y="0"/>						</Offset>					</Anchor>				</Anchors>				<Scripts>					<OnClick>						AuctionFrameSearch_RemoveSearchButton_OnClick(this);					</OnClick>				</Scripts>			</Button>			<Frame name="$parentSearchDropDown" inherits="UIDropDownMenuTemplate">				<Anchors>					<Anchor point="TOPLEFT" relativeTo="$parentSearchText" relativePoint="BOTTOMLEFT">						<Offset>							<AbsDimension x="-20" y="-4"/>						</Offset>					</Anchor>				</Anchors>				<Scripts>					<OnLoad>						UIDropDownMenu_SetWidth(130);						getglobal(this:GetName().."Text"):SetJustifyH("LEFT");					</OnLoad>				</Scripts>			</Frame>			<!-- Bid Search Frame -->			<Frame name="$parentBid" inherits="SearchParametersTemplate">				<Layers>					<Layer level="ARTWORK">						<FontString name="$parentMinProfitText" inherits="GameFontHighlightSmall">							<Anchors>								<Anchor point="TOPLEFT">									<Offset>										<AbsDimension x="0" y="0"/>									</Offset>								</Anchor>							</Anchors>						</FontString>						<FontString name="$parentMinPercentLessText" inherits="GameFontHighlightSmall">							<Anchors>								<Anchor point="TOPLEFT" relativeTo="$parentMinProfitText">									<Offset>										<AbsDimension x="0" y="-38"/>									</Offset>								</Anchor>							</Anchors>						</FontString>						<FontString name="$parentTimeLeftText" inherits="GameFontHighlightSmall">							<Anchors>								<Anchor point="TOPLEFT" relativeTo="$parentMinPercentLessText">									<Offset>										<AbsDimension x="0" y="-38"/>									</Offset>								</Anchor>							</Anchors>						</FontString>						<FontString name="$parentCategoryText" inherits="GameFontHighlightSmall">							<Anchors>								<Anchor point="TOPLEFT" relativeTo="$parentTimeLeftText">									<Offset>										<AbsDimension x="0" y="-42"/>									</Offset>								</Anchor>							</Anchors>						</FontString>						<FontString name="$parentMinQualityText" inherits="GameFontHighlightSmall">							<Anchors>								<Anchor point="TOPLEFT" relativeTo="$parentCategoryText">									<Offset>										<AbsDimension x="0" y="-42"/>									</Offset>								</Anchor>							</Anchors>						</FontString>						<FontString name="$parentSearchText" inherits="GameFontHighlightSmall">							<Anchors>								<Anchor point="TOPLEFT" relativeTo="$parentMinQualityText">									<Offset>										<AbsDimension x="0" y="-42"/>									</Offset>								</Anchor>							</Anchors>						</FontString>					</Layer>				</Layers>				<Frames>					<Frame name="$parentMinProfit" inherits="AuctioneerMoneyInputFrameTemplate">						<Anchors>							<Anchor point="TOPLEFT" relativeTo="$parentMinProfitText" relativePoint="BOTTOMLEFT">								<Offset>									<AbsDimension x="3" y="-2"/>								</Offset>							</Anchor>						</Anchors>						<Scripts>							<OnLoad>								MoneyInputFrame_SetCopper(this, 5000);							</OnLoad>						</Scripts>					</Frame>					<EditBox name="$parentMinPercentLessEdit" letters="5" autoFocus="false" inherits="InputBoxTemplate">						<Size>							<AbsDimension x="40" y="16"/>						</Size>						<Anchors>							<Anchor point="TOPLEFT" relativeTo="$parentMinPercentLessText" relativePoint="BOTTOMLEFT">								<Offset>									<AbsDimension x="3" y="-4"/>								</Offset>							</Anchor>						</Anchors>						<Scripts>							<OnLoad>								this:SetNumber(30);							</OnLoad>							<OnEditFocusLost>								this:HighlightText(0, 0);							</OnEditFocusLost>							<OnEditFocusGained>								this:HighlightText();							</OnEditFocusGained>						</Scripts>					</EditBox>					<Frame name="$parentTimeLeftDropDown" inherits="UIDropDownMenuTemplate">						<Anchors>							<Anchor point="TOPLEFT" relativeTo="$parentTimeLeftText" relativePoint="BOTTOMLEFT">								<Offset>									<AbsDimension x="-20" y="-2"/>								</Offset>							</Anchor>						</Anchors>						<Scripts>							<OnLoad>								UIDropDownMenu_SetWidth(130);								getglobal(this:GetName().."Text"):SetJustifyH("LEFT");								AuctioneerDropDownMenu_Initialize(this, AuctionFrameSearch_TimeLeftDropDown_Initialize);								AuctioneerDropDownMenu_SetSelectedID(this, 2);							</OnLoad>						</Scripts>					</Frame>					<Frame name="$parentCategoryDropDown" inherits="UIDropDownMenuTemplate">						<Anchors>							<Anchor point="TOPLEFT" relativeTo="$parentCategoryText" relativePoint="BOTTOMLEFT">								<Offset>

⌨️ 快捷键说明

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