mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-15 22:02:49 -06:00
17 lines
304 B
C++
17 lines
304 B
C++
#ifndef _LabelBox_LabelBox_h
|
|
#define _LabelBox_LabelBox_h
|
|
|
|
#include <CtrlLib/CtrlLib.h>
|
|
|
|
#define LAYOUTFILE <LabelBox/LabelBox.lay>
|
|
#include <CtrlCore/lay.h>
|
|
|
|
|
|
|
|
class LabelBoxDlg : public WithLabelBoxLayout<TopWindow> {
|
|
public:
|
|
typedef LabelBoxDlg CLASSNAME;
|
|
LabelBoxDlg();
|
|
};
|
|
|
|
#endif
|