Componentes.Terceros.DevExp.../internal/x.36/1/ExpressPrinting System/Demos/CBuilder/InspectorRL/Unit2.cpp

16 lines
478 B
C++
Raw Normal View History

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