ultimatepp/uppdev/CtrlTest2/CtrlTest2.h
cxl f6ab7b59ac Syncing uppdev
git-svn-id: svn://ultimatepp.org/upp/trunk@1681 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2009-11-07 07:10:52 +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