- #ifndef MDL_PROJECT_H
- #define MDL_PROJECT_H
- #include "stdafx.h"
- #include "StoneU_HW_OCXCtrl.h"
- #include "Global.h"
- extern CStoneU_HW_OCXCtrl * g_pOCXCtrl[OCX_NUM_MAX];
- //-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------
- void _CreateDialog(CWnd *pCreaterWnd);
- //-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------
- void _DestoryDialog();
- //-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------
- #endif
|