zengqingdlg.h

来自「用VC编的学生成绩管理系统,包括成绩录入和分数的计算等功能.」· C头文件 代码 · 共 76 行

H
76
字号
// ZengQingDlg.h : header file
//

#if !defined(AFX_ZENGQINGDLG_H__E2CCAFEE_7FC6_405D_8713_78CC43C1B78A__INCLUDED_)
#define AFX_ZENGQINGDLG_H__E2CCAFEE_7FC6_405D_8713_78CC43C1B78A__INCLUDED_

#include "question.h"

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

/////////////////////////////////////////////////////////////////////////////
// CZengQingDlg dialog

class CZengQingDlg : public CDialog
{
// Construction
public:
	CZengQingDlg(CWnd* pParent = NULL);	// standard constructor
	QuestionSel quesel[100];
	QuestionFil quefil[100];
	QuestionWri quewri[100];

// Dialog Data
	//{{AFX_DATA(CZengQingDlg)
	enum { IDD = IDD_ZENGQING_DIALOG };
	CListBox	m_qnamelist;
	CStatic	m_title;
	CString	m_qnum;
	CString	m_qtext;
	CString	m_qans;
	CString	m_qdif;
	CString	m_qstyle;
	CString	m_qsortlist;
	float	m_A;
	float	m_B;
	float	m_C;
	CString	m_AB;
	CString	m_D;
	//}}AFX_DATA

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

// Implementation
protected:
	HICON m_hIcon;

	// Generated message map functions
	//{{AFX_MSG(CZengQingDlg)
	virtual BOOL OnInitDialog();
	afx_msg void OnPaint();
	afx_msg HCURSOR OnQueryDragIcon();
	afx_msg void OnButton3();
	afx_msg void OnSelchangeListQname();
	afx_msg void OnButton5();
	afx_msg void OnSelchangeCombo1Qsort();
	afx_msg void OnChangeEditMul1();
	afx_msg void OnChangeEditMul2();
	afx_msg void OnChangeEditMul3();
	afx_msg void OnButton1();
	afx_msg void OnChangeEditResult2();
	afx_msg void OnButton6();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

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

#endif // !defined(AFX_ZENGQINGDLG_H__E2CCAFEE_7FC6_405D_8713_78CC43C1B78A__INCLUDED_)

⌨️ 快捷键说明

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