//--------------------------------------------------------------------------- #ifndef bdiarioH #define bdiarioH //--------------------------------------------------------------------------- #include #include #include #include #include #include #include #include #include //--------------------------------------------------------------------------- class TForm7 : public TForm { __published: // IDE-managed Components TPanel *Panel1; TLabel *Label1; TDBMemo *DBMemo1; TDBEdit *DBEdit1; TDataSource *DataSource1; TTable *Table1; TEdit *Edit1; void __fastcall FormKeyPress(TObject *Sender, char &Key); void __fastcall FormActivate(TObject *Sender); void __fastcall Edit1KeyPress(TObject *Sender, char &Key); private: // User declarations public: // User declarations __fastcall TForm7(TComponent* Owner); }; //--------------------------------------------------------------------------- extern TForm7 *Form7; //--------------------------------------------------------------------------- #endif