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

📄 aboutframe.cpp

📁 wowmodelview魔兽世界的模型查看工具。下了看看吧
💻 CPP
字号:

#include "aboutframe.h"


enum {
	ID_ABOUTEXIT = 3100
};

IMPLEMENT_CLASS(AboutFrame, wxDialog)

BEGIN_EVENT_TABLE(AboutFrame, wxDialog)
	EVT_BUTTON(ID_ABOUTEXIT, AboutFrame::OnButton)
END_EVENT_TABLE()

AboutFrame::AboutFrame(wxWindow* parent, wxWindowID id, const wxPoint& pos, const wxSize& size) 
	:wxDialog(parent, id, _T("About: WoW Model Viewer"), pos, size, wxCAPTION)
{
	wxStaticText *text = new wxStaticText(this, -1, _T("\
Developers:\n\
UfoZ,  Darjk\n\n\
Pioneers:\nUfoZ,  Linghuye,  nSzAbolcs\n\n\
Translators:\nCulhag (French), Die_Backe (Deutsch)\n\n\
Developed Using:\nwxWidgets(2.6.1), wxIFM(1.0.5), OpenGL,\n\
zlib, CxImage(5.99c), MPQLib, DDSLib\n\n\
Build Info:\nVersion 0.47 compiled using Visual C++ 7.1 for\n\
Windows 98\\ME\\2000\\XP on 24th January 2006\n\n\
http://www.curse-gaming.com/mod.php?addid=2090\n\
http://wowmapview.sourceforge.net/wiki/index.php\n\
http://wowmapview.sourceforge.net/wowmodelview/\n\
http://www.pyoro.com/wowmapview.html\n\n\n\
World of Warcraft

⌨️ 快捷键说明

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