- //---------------------------------------------------------------------------
- #include <vcl.h>
- #pragma hdrstop
- #include "DMMainF.h"
- //---------------------------------------------------------------------------
- #pragma package(smart_init)
- #pragma resource "*.dfm"
- TDMMain *DMMain;
- //---------------------------------------------------------------------------
- __fastcall TDMMain::TDMMain(TComponent* Owner)
- : TDataModule(Owner)
- {
- }
- //---------------------------------------------------------------------------
|