chengji.h

来自「数据库学生成绩管理系统 VC源码 ①输出: a 学生分类查询课程成绩」· C头文件 代码 · 共 66 行

H
66
字号
#if !defined(AFX_CHENGJI_H__3CA81B38_04DF_4EC8_99AB_B9B84FF93EA7__INCLUDED_)
#define AFX_CHENGJI_H__3CA81B38_04DF_4EC8_99AB_B9B84FF93EA7__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// chengji.h : header file
//

/////////////////////////////////////////////////////////////////////////////
// Cchengji form view

#ifndef __AFXEXT_H__
#include <afxext.h>
#endif

class Cchengji : public CFormView
{
protected:
	Cchengji();           // protected constructor used by dynamic creation
	DECLARE_DYNCREATE(Cchengji)

// Form Data
public:
	//{{AFX_DATA(Cchengji)
	enum { IDD = IDD_DIALOG8 };
		// NOTE: the ClassWizard will add data members here
	//}}AFX_DATA

// Attributes
public:

// Operations
public:

// Overrides
	// ClassWizard generated virtual function overrides
	//{{AFX_VIRTUAL(Cchengji)
	protected:
	virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
	//}}AFX_VIRTUAL

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

	// Generated message map functions
	//{{AFX_MSG(Cchengji)
	afx_msg void OnButton1();
	afx_msg void OnSelchangeCombo1();
	afx_msg void OnButton2();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

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

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

#endif // !defined(AFX_CHENGJI_H__3CA81B38_04DF_4EC8_99AB_B9B84FF93EA7__INCLUDED_)

⌨️ 快捷键说明

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