First commit 14/02/1999
This commit is contained in:
68
TPV_SATprint.h
Normal file
68
TPV_SATprint.h
Normal file
@ -0,0 +1,68 @@
|
||||
//---------------------------------------------------------------------------
|
||||
|
||||
#ifndef TPV_SATprintH
|
||||
#define TPV_SATprintH
|
||||
//---------------------------------------------------------------------------
|
||||
#include <Classes.hpp>
|
||||
#include <Controls.hpp>
|
||||
#include <StdCtrls.hpp>
|
||||
#include <Forms.hpp>
|
||||
#include <ExtCtrls.hpp>
|
||||
#include <jpeg.hpp>
|
||||
#include <Qrctrls.hpp>
|
||||
#include <QuickRpt.hpp>
|
||||
//---------------------------------------------------------------------------
|
||||
class TForm3 : public TForm
|
||||
{
|
||||
__published: // IDE-managed Components
|
||||
TQuickRep *QuickRep1;
|
||||
TQRBand *QRBand1;
|
||||
TQRShape *QRShape1;
|
||||
TQRImage *QRImage1;
|
||||
TQRLabel *QRLabel1;
|
||||
TQRImage *QRImage2;
|
||||
TQRLabel *QRLabel2;
|
||||
TQRLabel *QRLabel3;
|
||||
TQRLabel *QRLabel4;
|
||||
TQRLabel *QRLabel5;
|
||||
TQRShape *QRShape2;
|
||||
TQRShape *QRShape3;
|
||||
TQRShape *QRShape4;
|
||||
TQRShape *QRShape5;
|
||||
TQRShape *QRShape6;
|
||||
TQRShape *QRShape7;
|
||||
TQRImage *QRImage3;
|
||||
TQRShape *QRShape8;
|
||||
TQRShape *QRShape9;
|
||||
TQRLabel *Nombre;
|
||||
TQRLabel *Dir1;
|
||||
TQRLabel *Dir2;
|
||||
TQRLabel *Fecha;
|
||||
TQRLabel *Telefono;
|
||||
TQRLabel *email;
|
||||
TQRMemo *QRMemo1;
|
||||
TQRLabel *CPU;
|
||||
TQRLabel *RAM;
|
||||
TQRLabel *HD;
|
||||
TQRLabel *VIDEO;
|
||||
TQRLabel *QRLabel6;
|
||||
TQRShape *QRShape10;
|
||||
TQRLabel *CD;
|
||||
TQRLabel *TSonido;
|
||||
TQRLabel *TTV;
|
||||
TQRLabel *TRED;
|
||||
TQRShape *QRShape11;
|
||||
TQRImage *QRImage4;
|
||||
TQRImage *QRImage5;
|
||||
TQRLabel *QRLabel7;
|
||||
TQRLabel *QRLabel8;
|
||||
TQRLabel *QRLabel9;
|
||||
TQRLabel *QRLabel10;
|
||||
private: // User declarations
|
||||
public: // User declarations
|
||||
__fastcall TForm3(TComponent* Owner);
|
||||
};
|
||||
//---------------------------------------------------------------------------
|
||||
extern PACKAGE TForm3 *Form3;
|
||||
//---------------------------------------------------------------------------
|
||||
#endif
|
Reference in New Issue
Block a user