First commit 14/02/1999
This commit is contained in:
16
TpvVntProdQR.cpp
Normal file
16
TpvVntProdQR.cpp
Normal file
@ -0,0 +1,16 @@
|
||||
//---------------------------------------------------------------------
|
||||
#include <vcl.h>
|
||||
#pragma hdrstop
|
||||
|
||||
#include "TpvVntProdQR.h"
|
||||
#include "TpvVntProd.h"
|
||||
//---------------------------------------------------------------------
|
||||
#pragma resource "*.dfm"
|
||||
TQRVntProd *QRVntProd;
|
||||
//---------------------------------------------------------------------
|
||||
__fastcall TQRVntProd::TQRVntProd(TComponent* AOwner)
|
||||
: TForm(AOwner)
|
||||
{
|
||||
}
|
||||
//---------------------------------------------------------------------
|
||||
|
Reference in New Issue
Block a user