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

📄 ex_odbcdoc.h

📁 一个课程设计的题目,C++的,是学生学籍管理系统.对大都学习 C++的人会有很大帮助.格式等都没问题啦.
💻 H
字号:
// Ex_ODBCDoc.h : interface of the CEx_ODBCDoc class
//
/////////////////////////////////////////////////////////////////////////////

#if !defined(AFX_EX_ODBCDOC_H__1DB22278_9DE7_434A_B560_BF0E58AB7744__INCLUDED_)
#define AFX_EX_ODBCDOC_H__1DB22278_9DE7_434A_B560_BF0E58AB7744__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
#include "Ex_ODBCSet.h"


class CEx_ODBCDoc : public CDocument
{
protected: // create from serialization only
	CEx_ODBCDoc();
	DECLARE_DYNCREATE(CEx_ODBCDoc)

// Attributes
public:
	CEx_ODBCSet m_ex_ODBCSet;

// Operations
public:

// Overrides
	// ClassWizard generated virtual function overrides
	//{{AFX_VIRTUAL(CEx_ODBCDoc)
	public:
	virtual BOOL OnNewDocument();
	virtual void Serialize(CArchive& ar);
	//}}AFX_VIRTUAL

// Implementation
public:
	virtual ~CEx_ODBCDoc();
#ifdef _DEBUG
	virtual void AssertValid() const;
	virtual void Dump(CDumpContext& dc) const;
#endif

protected:

// Generated message map functions
protected:
	//{{AFX_MSG(CEx_ODBCDoc)
		// 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_EX_ODBCDOC_H__1DB22278_9DE7_434A_B560_BF0E58AB7744__INCLUDED_)

⌨️ 快捷键说明

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