ultimatepp/upptst/ArrayCtrlSel/ArrayCtrlSel.h
cxl d7050693a6 .uppstst
git-svn-id: svn://ultimatepp.org/upp/trunk@13362 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2019-06-07 08:38:28 +00:00

19 lines
375 B
C++

#ifndef _ArrayCtrlSel_ArrayCtrlSel_h
#define _ArrayCtrlSel_ArrayCtrlSel_h
#include <CtrlLib/CtrlLib.h>
using namespace Upp;
#define LAYOUTFILE <ArrayCtrlSel/ArrayCtrlSel.lay>
#include <CtrlCore/lay.h>
class ArrayCtrlSel : public WithArrayCtrlSelLayout<TopWindow> {
public:
int serial = 0;
typedef ArrayCtrlSel CLASSNAME;
ArrayCtrlSel();
};
#endif