ultimatepp/uppdev/Prompt/main.cpp
cxl c1482b6522 Syncing uppdev
git-svn-id: svn://ultimatepp.org/upp/trunk@1389 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2009-07-09 13:21:44 +00:00

11 lines
293 B
C++

#include <CtrlLib/CtrlLib.h>
using namespace Upp;
GUI_APP_MAIN
{
// CtrlImg::Set(CtrlImg::I_information, Win32Icon(IDI_INFORMATION));
PromptOK("[* \1test\1][A Arial][R Roman][* xxx]Test 自由的百科全书,可以由用户编辑");
// CtrlImg::Reset();
// PromptOK("Test");
}