mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-17 06:06:00 -06:00
20 lines
382 B
C++
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
|