mdlProject.h 803 B

12345678910111213141516
  1. #ifndef MDL_PROJECT_H
  2. #define MDL_PROJECT_H
  3. #include "stdafx.h"
  4. #include "newclientDlg.h"
  5. #include "StoneU_HC_OCXCtrl.h"
  6. extern CNewclientDlg * g_pDlgMain;
  7. extern CStoneU_HC_OCXCtrl * g_pOCXCtrl;
  8. //-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  9. void _CreateDialog(CWnd *pCreaterWnd);
  10. //-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  11. void _DestoryDialog();
  12. //-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  13. #endif