ultimatepp/uppdev/DateFmtCtrl/DateFmtCtrl.h
cxl bc369fae03 Developing new Draw (in uppdev)
git-svn-id: svn://ultimatepp.org/upp/trunk@1128 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2009-05-07 16:38:32 +00:00

20 lines
382 B
C++

#ifndef _DateFmtCtrl_DateFmtCtrl_h
#define _DateFmtCtrl_DateFmtCtrl_h
#include <CtrlLib/CtrlLib.h>
using namespace Upp;
#define LAYOUTFILE <DateFmtCtrl/DateFmtCtrl.lay>
#include <CtrlCore/lay.h>
class DateFmtCtrl : public WithDateFmtCtrlLayout<TopWindow> {
public:
void Print();
void Language();
typedef DateFmtCtrl CLASSNAME;
DateFmtCtrl();
};
#endif