38 lines
1.2 KiB
C++
38 lines
1.2 KiB
C++
//---------------------------------------------------------------------------
|
|
|
|
#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
|