First commit 19/07/1998

This commit is contained in:
2021-09-12 21:54:38 +02:00
commit b0116562cd
106 changed files with 16717 additions and 0 deletions

19
TCalendario.h Normal file
View 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