//--------------------------------------------------------------------------- #ifndef Unit2H #define Unit2H //--------------------------------------------------------------------------- #include #include #include #include #include #include #include //--------------------------------------------------------------------------- class TForm2 : public TForm { __published: // IDE-managed Components TTimer *Timer1; TTable *TbPrecios; TTable *TbHistorial; TLabel *Label1; void __fastcall Timer1Timer(TObject *Sender); void __fastcall TbHistorialAfterOpen(TDataSet *DataSet); private: // User declarations public: // User declarations __fastcall TForm2(TComponent* Owner); }; //--------------------------------------------------------------------------- extern PACKAGE TForm2 *Form2; //--------------------------------------------------------------------------- #endif