Componentes.Terceros.DevExp.../official/x.38/ExpressPrinting System/Demos/CBuilder/EQGridRL/preview.cpp
2008-08-27 11:56:15 +00:00

16 lines
542 B
C++

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