First commit 14/02/1999
This commit is contained in:
35
TpvVntEmpl.h
Normal file
35
TpvVntEmpl.h
Normal file
@ -0,0 +1,35 @@
|
||||
//---------------------------------------------------------------------------
|
||||
|
||||
#ifndef TpvVntEmplH
|
||||
#define TpvVntEmplH
|
||||
//---------------------------------------------------------------------------
|
||||
#include <Classes.hpp>
|
||||
#include <Controls.hpp>
|
||||
#include <StdCtrls.hpp>
|
||||
#include <Forms.hpp>
|
||||
#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 "ElastFrm.hpp"
|
||||
#include "TpvVntGeneral.h"
|
||||
//---------------------------------------------------------------------------
|
||||
class TVntEmpl : public TVntGeneral
|
||||
{
|
||||
__published: // IDE-managed Components
|
||||
TIntegerField *TbVentasCCodFactura;
|
||||
TBooleanField *TbVentasCImprimirNotas;
|
||||
TMemoField *TbVentasCNotasFactura;
|
||||
void __fastcall SpeedButton7Click(TObject *Sender);
|
||||
private: // User declarations
|
||||
public: // User declarations
|
||||
__fastcall TVntEmpl(TComponent* Owner);
|
||||
};
|
||||
//---------------------------------------------------------------------------
|
||||
extern PACKAGE TVntEmpl *VntEmpl;
|
||||
//---------------------------------------------------------------------------
|
||||
#endif
|
Reference in New Issue
Block a user