first commit (2002-04-24)
This commit is contained in:
36
cap_gestion/capg_tarifas.h
Normal file
36
cap_gestion/capg_tarifas.h
Normal file
@ -0,0 +1,36 @@
|
||||
//---------------------------------------------------------------------------
|
||||
|
||||
#ifndef capg_tarifasH
|
||||
#define capg_tarifasH
|
||||
//---------------------------------------------------------------------------
|
||||
#include <Classes.hpp>
|
||||
#include <Controls.hpp>
|
||||
#include <StdCtrls.hpp>
|
||||
#include <Forms.hpp>
|
||||
#include <Db.hpp>
|
||||
#include <DBTables.hpp>
|
||||
#include <DBGrids.hpp>
|
||||
#include <ExtCtrls.hpp>
|
||||
#include <Graphics.hpp>
|
||||
#include <Grids.hpp>
|
||||
#include <DB.hpp>
|
||||
//---------------------------------------------------------------------------
|
||||
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
|
Reference in New Issue
Block a user