- #ifndef MDL_PROJECT_H
- #define MDL_PROJECT_H
- #include "stdafx.h"
- #include "newclientDlg.h"
- #include "StoneU_HC_OCXCtrl.h"
- extern CNewclientDlg * g_pDlgMain;
- extern CStoneU_HC_OCXCtrl * g_pOCXCtrl;
- //-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------
- void _CreateDialog(CWnd *pCreaterWnd);
- //-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------
- void _DestoryDialog();
- //-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------
- #endif
|