StdArx.h
资源名称:toolbar.rar [点击查看]
上传用户:rundaa
上传日期:2009-05-24
资源大小:44k
文件大小:1k
源码类别:
CAD
开发平台:
Visual C++
- //
- // StdArx.h : include file for ObjectARX/DBX include files
- // this file is only included once by your stdafx.h
- #if !defined(AFX_STDARX_H__D541AE2E_28C4_11D3_A7F6_000000000000__INCLUDED_)
- #define AFX_STDARX_H__D541AE2E_28C4_11D3_A7F6_000000000000__INCLUDED_
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- //{{AFX_ARX_INC_SELECTED
- //}}AFX_ARX_INC_SELECTED
- //{{AFX_ARX_INC_OTHERS
- //}}AFX_ARX_INC_OTHERS
- #include "AdskDMgr.h" // Utility class for document data
- #include "docdata.h" // Your document specific data
- #include "geassign.h"
- #include "WindoTypeDlg.h" // CWindoTypeDlg class
- #include "TBGenWnd.h" // CTBGenWnd class
- #include "AcToolBar.h" // CAcToolBar class
- // Declare it as an extern here so that it
- // becomes available in all modules
- extern AsdkDataManager<CDocData> DocVars;
- #define windInfo DocVars.docData()
- void drawWindo();
- //{{AFX_ARX_FUNC
- //}}AFX_ARX_FUNC
- void windo();
- // TODO: Here you can add your own includes / declarations
- #endif