www.pudn.com > vod2007.rar > Unit_DM.cpp
//--------------------------------------------------------------------------- #include#pragma hdrstop #include "Unit_DM.h" //--------------------------------------------------------------------------- #pragma package(smart_init) #pragma resource "*.dfm" TDm *Dm; //--------------------------------------------------------------------------- __fastcall TDm::TDm(TComponent* Owner) : TDataModule(Owner) { } //---------------------------------------------------------------------------