#ifndef _DateFmtCtrl_DateFmtCtrl_h #define _DateFmtCtrl_DateFmtCtrl_h #include using namespace Upp; #define LAYOUTFILE #include class DateFmtCtrl : public WithDateFmtCtrlLayout { public: void Print(); void Language(); typedef DateFmtCtrl CLASSNAME; DateFmtCtrl(); }; #endif