jlsj.h

来自「以班级为单位对每门课程的考试成绩进行评价。」· C头文件 代码 · 共 85 行

H
85
字号
#if !defined(AFX_JLSJ_H__FA51A297_B2BF_4503_826B_162021777D8A__INCLUDED_)
#define AFX_JLSJ_H__FA51A297_B2BF_4503_826B_162021777D8A__INCLUDED_

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

/////////////////////////////////////////////////////////////////////////////
// CJlsj dialog

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

// Dialog Data
	//{{AFX_DATA(CJlsj)
	enum { IDD = IDD_SJFX_JLSJ };
	CStatic	m_s9;
	CStatic	m_s7;
	CStatic	m_s8;
	CStatic	m_s6;
	CStatic	m_s5;
	CStatic	m_s4;
	CStatic	m_s3;
	CStatic	m_s2;
	CStatic	m_s10;
	CStatic	m_s1;
	CEdit	m_cFs1;
	CEdit	m_cFs10;
	CEdit	m_cFs2;
	CEdit	m_cFs3;
	CEdit	m_cFs4;
	CEdit	m_cFs5;
	CEdit	m_cFs6;
	CEdit	m_cFs7;
	CEdit	m_cFs8;
	CEdit	m_cFs9;
	CButton	m_cMtmf;
	CString	m_Bj;
	int		m_Fs1;
	int		m_Fs10;
	int		m_Fs2;
	int		m_Fs3;
	int		m_Fs4;
	int		m_Fs5;
	int		m_Fs6;
	int		m_Fs7;
	int		m_Fs8;
	int		m_Fs9;
	CString	m_Kc;
	int		m_Zts;
	CString	m_Zy;
	CString	m_Js;
	//}}AFX_DATA


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

// Implementation
protected:
	void HideCtrl();

	// Generated message map functions
	//{{AFX_MSG(CJlsj)
	virtual BOOL OnInitDialog();
	virtual void OnOK();
	afx_msg void OnSelchangeZts();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

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

#endif // !defined(AFX_JLSJ_H__FA51A297_B2BF_4503_826B_162021777D8A__INCLUDED_)

⌨️ 快捷键说明

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