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