cjdlg.h

来自「(1) 通过键盘输入某位学生某次作业的分数; (2) 给定学号」· C头文件 代码 · 共 66 行

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

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

/////////////////////////////////////////////////////////////////////////////
// CCjDlg dialog

class CCjDlg : public CDialog
{
// Construction
public:
	CCjDlg(CWnd* pParent = NULL);   // standard constructor

// Dialog Data
	//{{AFX_DATA(CCjDlg)
	enum { IDD = IDD_CJ_DLG };
	CButton	m_xiugai;
	CString	m_ave1;
	CString	m_name1;
	CString	m_score11;
	int		m_score12;
	CString	m_score21;
	int		m_score22;
	CString	m_score31;
	int		m_score32;
	CString	m_score41;
	int		m_score42;
	float	m_ave2;
	CString	m_score51;
	CString	m_score61;
	CString	m_score71;
	CString	m_score81;
	int		m_score52;
	int		m_score62;
	int		m_score72;
	int		m_score82;
	//}}AFX_DATA


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

// Implementation
protected:

	// Generated message map functions
	//{{AFX_MSG(CCjDlg)
	virtual BOOL OnInitDialog();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

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

#endif // !defined(AFX_CJDLG_H__D59EEC06_5B2F_45E9_93AF_1D93E77BEE32__INCLUDED_)

⌨️ 快捷键说明

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