mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-17 14:16:10 -06:00
11 lines
293 B
C++
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");
|
|
}
|