ultimatepp/upptst/LayoutMods/main.cpp
cxl 96c79e324a .upptst
git-svn-id: svn://ultimatepp.org/upp/trunk@15694 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2021-01-23 08:54:12 +00:00

13 lines
234 B
C++

#include <CtrlLib/CtrlLib.h>
using namespace Upp;
#define LAYOUTFILE <LayoutMods/Layout.lay>
#include <CtrlCore/lay.h>
GUI_APP_MAIN
{
WithTestLayout<TopWindow> dlg;
CtrlLayoutOKCancel(dlg, "Test");
dlg.Execute();
}