aboutframe.cpp
来自「wowmodelview魔兽世界的模型查看工具。下了看看吧」· C++ 代码 · 共 31 行
CPP
31 行
#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 + =
减小字号Ctrl + -
显示快捷键?