⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 drawchipdoc.h

📁 电子元器件绘制系统
💻 H
字号:
// DrawChipDoc.h : interface of the CDrawChipDoc class
//
/////////////////////////////////////////////////////////////////////////////

#if !defined(AFX_DRAWCHIPDOC_H__78C384E6_D409_4503_A332_E828F2545B11__INCLUDED_)
#define AFX_DRAWCHIPDOC_H__78C384E6_D409_4503_A332_E828F2545B11__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000


//##ModelId=3E18E0E4005A
class CDrawChipDoc : public CDocument
{
protected: // create from serialization only
	//##ModelId=3E18E0E40097
	CDrawChipDoc();
	DECLARE_DYNCREATE(CDrawChipDoc)
	//DECLARE_SERIAL(CDrawChipDoc)

// Attributes
public:

// Operations
public:

// Overrides
	// ClassWizard generated virtual function overrides
	//{{AFX_VIRTUAL(CDrawChipDoc)
	public:
	//##ModelId=3E18E0E40098
	virtual BOOL OnNewDocument();
	//##ModelId=3E18E0E4009A
	virtual void Serialize(CArchive& ar);
	//##ModelId=3E18E0E4009D
	virtual void DeleteContents();
	//##ModelId=3E18E0E400C8
	virtual BOOL OnOpenDocument(LPCTSTR lpszPathName);
	//}}AFX_VIRTUAL

// Implementation
public:
	//##ModelId=3E18E0E400CC
	CObList m_ChipObList;
	//##ModelId=3E18E0E40104
	virtual ~CDrawChipDoc();
#ifdef _DEBUG
	//##ModelId=3E18E0E40106
	virtual void AssertValid() const;
	//##ModelId=3E18E0E40108
	virtual void Dump(CDumpContext& dc) const;
#endif

protected:

// Generated message map functions
protected:
	//{{AFX_MSG(CDrawChipDoc)
		// NOTE - the ClassWizard will add and remove member functions here.
		//    DO NOT EDIT what you see in these blocks of generated code !
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

/////////////////////////////////////////////////////////////////////////////

//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.

#endif // !defined(AFX_DRAWCHIPDOC_H__78C384E6_D409_4503_A332_E828F2545B11__INCLUDED_)

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -