first commit (2005-12-25)

This commit is contained in:
2021-09-01 18:26:41 +02:00
commit a86196a6a9
439 changed files with 402271 additions and 0 deletions

View File

@ -0,0 +1,37 @@
//---------------------------------------------------------------------------
#ifndef TComprobadorActividadH
#define TComprobadorActividadH
//---------------------------------------------------------------------------
#include <Classes.hpp>
#include <Controls.hpp>
#include <StdCtrls.hpp>
#include <Forms.hpp>
#include <ComCtrls.hpp>
#include <ExtCtrls.hpp>
#include <Grids.hpp>
//---------------------------------------------------------------------------
class TcomprobadorActividad : public TForm
{
__published: // IDE-managed Components
TStringGrid *StringGrid1;
TEdit *Edit1;
TPaintBox *PaintBox1;
TRichEdit *RichEdit1;
TLabel *Label2;
TEdit *edMin;
TUpDown *UpDown1;
TCheckBox *CheckBox1;
TLabel *Label3;
TEdit *edMax;
TUpDown *UpDown2;
TPanel *Panel1;
TLabel *Label4;
private: // User declarations
public: // User declarations
__fastcall TcomprobadorActividad(TComponent* Owner);
};
//---------------------------------------------------------------------------
extern PACKAGE TcomprobadorActividad *comprobadorActividad;
//---------------------------------------------------------------------------
#endif