_utils.h
资源名称:propgrid.zip [点击查看]
上传用户:yangzi5763
上传日期:2007-01-02
资源大小:239k
文件大小:0k
源码类别:
ActiveX/DCOM/ATL
开发平台:
Visual C++
- #ifndef _UTILS
- #define _UTILS
- #include <afxtempl.h>
- // Why I choose this definitions of map. Because, I have to make this classes be independedt!
- // When I will remove a page, it didn't need to remove from this map;
- typedef CMap<long, long, CControlsWnd*, CControlsWnd*> TMapIdx2Ctrl;
- typedef CMap<CPageListCtrl*, CPageListCtrl*, TMapIdx2Ctrl*, TMapIdx2Ctrl*> TMapPg2TMapIdx2Ctrl;
- typedef CArray<int, int> TArrayIDItem;
- #endif // _UTILS