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

📄 exam7_3doc.h

📁 This is Visual C++ basis operation. Using that you can fast go in study.
💻 H
字号:
// exam7_3Doc.h : interface of the CExam7_3Doc class
//
/////////////////////////////////////////////////////////////////////////////

#if !defined(AFX_EXAM7_3DOC_H__22247D33_77D6_48F5_944B_C494DB4C9587__INCLUDED_)
#define AFX_EXAM7_3DOC_H__22247D33_77D6_48F5_944B_C494DB4C9587__INCLUDED_

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


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

// Attributes
public:

// Operations
public:

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

// Implementation
public:
    int m_index;
	int m_selItem[20];
	int m_selCount;
	CString m_strMultiList;
	CString m_strList;
	int m_radsel;
	BOOL m_check1,m_check2,m_check3;
	virtual ~CExam7_3Doc();
#ifdef _DEBUG
	virtual void AssertValid() const;
	virtual void Dump(CDumpContext& dc) const;
#endif

protected:

// Generated message map functions
protected:
	//{{AFX_MSG(CExam7_3Doc)
	afx_msg void OnViewCheckbutton();
	afx_msg void OnViewRadiobutton();
	afx_msg void OnViewSglistbox();
	afx_msg void OnViewMultlistbox();
	afx_msg void OnViewCombobox();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

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

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

#endif // !defined(AFX_EXAM7_3DOC_H__22247D33_77D6_48F5_944B_C494DB4C9587__INCLUDED_)

⌨️ 快捷键说明

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