Componentes.Terceros.DevExp.../official/x.26/ExpressPrinting System/Demos/CBuilder/EQGridRL/preview.cpp
2007-09-09 11:27:27 +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)
{
}
//---------------------------------------------------------------------------