First commit 14/02/1999
This commit is contained in:
37
TpvVntClt.h
Normal file
37
TpvVntClt.h
Normal file
@ -0,0 +1,37 @@
|
||||
//---------------------------------------------------------------------------
|
||||
|
||||
#ifndef TpvVntCltH
|
||||
#define TpvVntCltH
|
||||
//---------------------------------------------------------------------------
|
||||
#include <Classes.hpp>
|
||||
#include <Controls.hpp>
|
||||
#include <StdCtrls.hpp>
|
||||
#include <Forms.hpp>
|
||||
#include "ElastFrm.hpp"
|
||||
#include "TpvVntClt.h"
|
||||
#include <Buttons.hpp>
|
||||
#include <ComCtrls.hpp>
|
||||
#include <Db.hpp>
|
||||
#include <DBCtrls.hpp>
|
||||
#include <DBGrids.hpp>
|
||||
#include <DBTables.hpp>
|
||||
#include <ExtCtrls.hpp>
|
||||
#include <Grids.hpp>
|
||||
#include "TpvVntGeneral.h"
|
||||
//---------------------------------------------------------------------------
|
||||
class TVntClt : public TVntGeneral
|
||||
{
|
||||
__published: // IDE-managed Components
|
||||
TIntegerField *TbVentasCCodFactura;
|
||||
TBooleanField *TbVentasCImprimirNotas;
|
||||
TMemoField *TbVentasCNotasFactura;
|
||||
TIntegerField *TbVentasCCodCliente;
|
||||
void __fastcall SpeedButton7Click(TObject *Sender);
|
||||
private: // User declarations
|
||||
public: // User declarations
|
||||
__fastcall TVntClt(TComponent* Owner);
|
||||
};
|
||||
//---------------------------------------------------------------------------
|
||||
extern PACKAGE TVntClt *VntClt;
|
||||
//---------------------------------------------------------------------------
|
||||
#endif
|
Reference in New Issue
Block a user