first commit (2005-12-25)
This commit is contained in:
37
scr/TComprobadorActividad.h
Normal file
37
scr/TComprobadorActividad.h
Normal 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
|
||||
Reference in New Issue
Block a user