#include using namespace Upp; #define LAYOUTFILE #include GUI_APP_MAIN { WithTestLayout dlg; CtrlLayoutOKCancel(dlg, "Test"); dlg.Execute(); }