//--------------------------------------------------------------------------- #ifndef capg_tarifasH #define capg_tarifasH //--------------------------------------------------------------------------- #include #include #include #include #include #include #include #include #include #include #include //--------------------------------------------------------------------------- class TfTarifas : public TForm { __published: // IDE-managed Components TDataSource *DsPrecios; TTable *TbPrecios; TPanel *Panel1; TLabel *Label1; TBevel *Bevel1; TImage *CardOK; TDBGrid *DBGrid1; void __fastcall TbPreciosBeforeOpen(TDataSet *DataSet); private: // User declarations public: // User declarations __fastcall TfTarifas(TComponent* Owner); }; //--------------------------------------------------------------------------- extern PACKAGE TfTarifas *fTarifas; //--------------------------------------------------------------------------- #endif