ultimatepp/uppdev/CtrlTest2/CtrlTest2.h
cxl 3cd394812c Merge continued
git-svn-id: svn://ultimatepp.org/upp/trunk@10263 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2016-10-04 08:34:39 +00:00

22 lines
430 B
C++

#ifndef _CtrlTest2_CtrlTest2_h
#define _CtrlTest2_CtrlTest2_h
#include <CtrlLib/CtrlLib.h>
using namespace Upp;
#define LAYOUTFILE <CtrlTest2/CtrlTest2.lay>
#include <CtrlCore/lay.h>
#define IMAGECLASS MyImg
#define IMAGEFILE <CtrlTest2/CtrlTest2.iml>
#include <Draw/iml_header.h>
class CtrlTest2 : public WithCtrlTest2Layout<TopWindow> {
public:
typedef CtrlTest2 CLASSNAME;
CtrlTest2();
};
#endif