first commit (2002-04-24)
This commit is contained in:
46
cap_gestion/capg_tabonados.h
Normal file
46
cap_gestion/capg_tabonados.h
Normal file
@ -0,0 +1,46 @@
|
||||
//---------------------------------------------------------------------------
|
||||
|
||||
#ifndef capg_tabonadosH
|
||||
#define capg_tabonadosH
|
||||
//---------------------------------------------------------------------------
|
||||
#include <Classes.hpp>
|
||||
#include <Controls.hpp>
|
||||
#include <StdCtrls.hpp>
|
||||
#include <Forms.hpp>
|
||||
#include <ComCtrls.hpp>
|
||||
#include <ExtCtrls.hpp>
|
||||
#include <Db.hpp>
|
||||
#include <DBTables.hpp>
|
||||
#include <DBCGrids.hpp>
|
||||
#include <DBCtrls.hpp>
|
||||
#include <Mask.hpp>
|
||||
#include <DB.hpp>
|
||||
#include <dbcgrids.hpp>
|
||||
//---------------------------------------------------------------------------
|
||||
class TForm2 : public TForm
|
||||
{
|
||||
__published: // IDE-managed Components
|
||||
TStatusBar *StatusBar1;
|
||||
TPanel *Panel1;
|
||||
TLabel *Label1;
|
||||
TBevel *Bevel1;
|
||||
TDataSource *DsTAbonados;
|
||||
TTable *TbTAbonados;
|
||||
TDBCtrlGrid *DBCtrlGrid1;
|
||||
TLabel *Label2;
|
||||
TLabel *Label3;
|
||||
TDBCheckBox *DBCheckBox1;
|
||||
TDBEdit *DBEdit1;
|
||||
TDBEdit *DBEdit2;
|
||||
TLabel *Label4;
|
||||
TDBEdit *DBEdit3;
|
||||
TBevel *Bevel3;
|
||||
void __fastcall TbTAbonadosBeforeOpen(TDataSet *DataSet);
|
||||
private: // User declarations
|
||||
public: // User declarations
|
||||
__fastcall TForm2(TComponent* Owner);
|
||||
};
|
||||
//---------------------------------------------------------------------------
|
||||
extern PACKAGE TForm2 *Form2;
|
||||
//---------------------------------------------------------------------------
|
||||
#endif
|
Reference in New Issue
Block a user