//---------------------------------------------------------------------------
#ifndef ApagarH
#define ApagarH
//---------------------------------------------------------------------------
#include <Classes.hpp>
#include <Controls.hpp>
#include <StdCtrls.hpp>
#include <Forms.hpp>
#include <ComCtrls.hpp>
#include <ExtCtrls.hpp>
//---------------------------------------------------------------------------
class TForm1 : public TForm
{
__published:	// IDE-managed Components
    TCheckBox *CheckBox1;
    TTimer *Timer1;
        TComboBox *Edit2;
        TComboBox *Edit1;
        TShape *Shape3;
        TShape *Shape4;
    void __fastcall Timer1Timer(TObject *Sender);
        void __fastcall Edit2Change(TObject *Sender);
        void __fastcall Edit1Change(TObject *Sender);
private:	// User declarations
public:		// User declarations
    __fastcall TForm1(TComponent* Owner);
};
//---------------------------------------------------------------------------
extern PACKAGE TForm1 *Form1;
//---------------------------------------------------------------------------
#endif