Componentes.Terceros.DevExp.../internal/x.36/1/ExpressPrinting System/Demos/CBuilder/InspectorRL/Unit2.cpp
2008-09-04 11:31:51 +00:00

16 lines
478 B
C++

//---------------------------------------------------------------------
#include <vcl.h>
#pragma hdrstop
#include "Unit2.h"
//---------------------------------------------------------------------
#pragma resource "*.dfm"
TfmDialog *fmDialog;
//---------------------------------------------------------------------
__fastcall TfmDialog::TfmDialog(TComponent* AOwner)
: TForm(AOwner)
{
}
//---------------------------------------------------------------------