ultimatepp/uppdev/Prompt/main.cpp
cxl 39bcf6be6e Developing new draw
git-svn-id: svn://ultimatepp.org/upp/trunk@1365 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2009-07-06 11:45:12 +00:00

11 lines
245 B
C++

#include <CtrlLib/CtrlLib.h>
using namespace Upp;
GUI_APP_MAIN
{
// CtrlImg::Set(CtrlImg::I_information, Win32Icon(IDI_INFORMATION));
PromptOK("Test 自由的百科全书,可以由用户编辑");
// CtrlImg::Reset();
// PromptOK("Test");
}