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

25 lines
452 B
C++

#ifndef _TEST_H_
#define _TEST_H_
#include <CtrlLib/CtrlLib.h>
using namespace Upp;
#define LAYOUTFILE <TestArrayCtrl/Test.lay>
#include <CtrlCore/lay.h>
#include "TestArrayCtrl.h"
class TestTabCtrl : public WithTestTabCtrlLayout<TopWindow>{
typedef _TestArrayCtrl< WithTestArrayCtrlLayout<ParentCtrl> > TestArrayCtrl;
public:
TestArrayCtrl _testArrayCtrl;
TestTabCtrl();
typedef TestTabCtrl CLASSNAME;
};
#endif