ultimatepp/upptst/TestChStyle/TestChStyle.h
cxl 0db1b4237b .upptst
git-svn-id: svn://ultimatepp.org/upp/trunk@9547 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2016-02-29 17:29:31 +00:00

17 lines
345 B
C++

#ifndef _TestChStyle_TestChStyle_h
#define _TestChStyle_TestChStyle_h
#include <CtrlLib/CtrlLib.h>
using namespace Upp;
#define LAYOUTFILE <TestChStyle/TestChStyle.lay>
#include <CtrlCore/lay.h>
class TestChStyle : public WithTestChStyleLayout<TopWindow> {
public:
typedef TestChStyle CLASSNAME;
TestChStyle();
};
#endif