ultimatepp/upptst/LabelBox/LabelBox.h
cxl c6987045f8 .upptst
git-svn-id: svn://ultimatepp.org/upp/trunk@12316 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2018-09-27 21:05:25 +00:00

17 lines
306 B
C++

#ifndef _LabelBox_LabelBox_h
#define _LabelBox_LabelBox_h
#include <CtrlLib/CtrlLib.h>
using namespace Upp;
#define LAYOUTFILE <LabelBox/LabelBox.lay>
#include <CtrlCore/lay.h>
class MyApp : public WithLabelBoxLayout<TopWindow> {
public:
typedef MyApp CLASSNAME;
MyApp();
};
#endif