Componentes.Terceros.DevExp.../internal/x.36/1/ExpressPrinting System/Demos/CBuilder/EQGridRL/preview.cpp

16 lines
542 B
C++
Raw Normal View History

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