ultimatepp/bazaar/SysExecTest/SysExecTest.h
micio 0396e6d88b Bazaar/SysExecTest : Test app for SysExec package
git-svn-id: svn://ultimatepp.org/upp/trunk@3047 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-01-20 12:12:14 +00:00

25 lines
392 B
C++

#ifndef _SysExecTest_SysExecTest_h
#define _SysExecTest_SysExecTest_h
#include <CtrlLib/CtrlLib.h>
using namespace Upp;
#define LAYOUTFILE <SysExecTest/SysExecTest.lay>
#include <CtrlCore/lay.h>
class SysExecTest : public WithSysExecTestLayout<TopWindow>
{
private:
StatusBar status;
void btnCb(int n);
public:
typedef SysExecTest CLASSNAME;
SysExecTest();
};
#endif