#ifndef _SysExecTest_SysExecTest_h #define _SysExecTest_SysExecTest_h #include using namespace Upp; #define LAYOUTFILE #include class SysExecTest : public WithSysExecTestLayout { private: StatusBar status; void btnCb(int n); public: typedef SysExecTest CLASSNAME; SysExecTest(); }; #endif