mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-16 22:02:58 -06:00
22 lines
430 B
C++
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
|
|
|