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

📄 beancounter.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/ ..\FrameXML\UI.xsd"><!--	Version: 3.5.0.0914 (Platypus)	Revision: $Id: BeanCounter.xml 830 2006-04-21 03:55:05Z 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="Babylonian.lua"/>	<Script file="BeanCounterStrings.lua"/>	<Script file="BeanCounterLocale.lua"/>	<Script file="BeanCounter.lua"/>	<Script file="MailMonitor.lua"/>	<Script file="BidMonitor.lua"/>	<Script file="PostMonitor.lua"/>	<Script file="BeanCounterDB.lua"/>	<Script file="PurchasesDB.lua"/>	<Script file="SalesDB.lua"/>	<Frame name="BeanCounterFrame" hidden="true">		<Scripts>			<OnLoad>				BeanCounter_OnLoad();			</OnLoad>			<OnEvent>				BeanCounter_OnEvent(event, arg1);			</OnEvent>			<OnUpdate>				BeanCounter_OnUpdate();			</OnUpdate>		</Scripts>	</Frame></Ui>

⌨️ 快捷键说明

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