First commit 19/07/1998
This commit is contained in:
19
TCalendario.h
Normal file
19
TCalendario.h
Normal file
@ -0,0 +1,19 @@
|
||||
//---------------------------------------------------------------------------
|
||||
#ifndef TCalendarioH
|
||||
#define TCalendarioH
|
||||
//---------------------------------------------------------------------------
|
||||
#include <vcl\SysUtils.hpp>
|
||||
#include <vcl\Controls.hpp>
|
||||
#include <vcl\Classes.hpp>
|
||||
#include <vcl\Forms.hpp>
|
||||
//---------------------------------------------------------------------------
|
||||
class Calendario : public TWinControl
|
||||
{
|
||||
private:
|
||||
protected:
|
||||
public:
|
||||
__fastcall Calendario(TComponent* Owner);
|
||||
__published:
|
||||
};
|
||||
//---------------------------------------------------------------------------
|
||||
#endif
|
Reference in New Issue
Block a user