-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathF_DM.cpp
More file actions
30 lines (25 loc) · 755 Bytes
/
F_DM.cpp
File metadata and controls
30 lines (25 loc) · 755 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
//---------------------------------------------------------------------------
#pragma hdrstop
#include "F_DM.h"
#include "FTASK.h"
#include "FAUTHENTIFICATION.h"
#include "fRECEPETION.h"
#include "FTEAMS.h"
#include "Unit1.h"
#include "FACC.h"
#include "FDEP.h"
#include "FFUN.h"
#include "FP_T.h"
//---------------------------------------------------------------------------
#pragma package(smart_init)
#pragma classgroup "Vcl.Controls.TControl"
#pragma link "frxClass"
#pragma link "frxDBSet"
#pragma resource "*.dfm"
TDM *DM;
//---------------------------------------------------------------------------
__fastcall TDM::TDM(TComponent* Owner)
: TDataModule(Owner)
{
}
//---------------------------------------------------------------------------