home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 February / Chip_2004-02_cd1.bin / program / delphi / navody / d56 / ec1vr2.exe / #setuppath# / CB6 / 2DTable / dm.cpp < prev    next >
Encoding:
C/C++ Source or Header  |  2003-12-09  |  531 b   |  16 lines

  1. //---------------------------------------------------------------------------
  2. #include <vcl.h>
  3. #pragma hdrstop
  4.  
  5. #include "dm.h"
  6. //---------------------------------------------------------------------------
  7. #pragma package(smart_init)
  8. #pragma resource "*.dfm"
  9. TDModule *DModule;
  10. //---------------------------------------------------------------------------
  11. __fastcall TDModule::TDModule(TComponent* Owner)
  12.         : TDataModule(Owner)
  13. {
  14. }
  15. //---------------------------------------------------------------------------
  16.