TPVwin/TPV_SATprint.cpp
2021-09-12 22:19:30 +02:00

17 lines
513 B
C++

//---------------------------------------------------------------------------
#include <vcl.h>
#pragma hdrstop
#include "TPV_SATprint.h"
//---------------------------------------------------------------------------
#pragma package(smart_init)
#pragma resource "*.dfm"
TForm3 *Form3;
//---------------------------------------------------------------------------
__fastcall TForm3::TForm3(TComponent* Owner)
: TForm(Owner)
{
}
//---------------------------------------------------------------------------