//--------------------------------------------------------------------------- #ifndef TPV_SATprintH #define TPV_SATprintH //--------------------------------------------------------------------------- #include #include #include #include #include #include #include #include //--------------------------------------------------------------------------- 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