scoreprintdlg.h

来自「课程设计的简单Access学生数据库系统」· C头文件 代码 · 共 69 行

H
69
字号
#if !defined(AFX_SCOREPRINTDLG_H__F53920CC_06FB_4244_8362_08F4DF1FDB82__INCLUDED_)
#define AFX_SCOREPRINTDLG_H__F53920CC_06FB_4244_8362_08F4DF1FDB82__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// ScorePrintDlg.h : header file
//
#include "PrintRemark.h"
#include "PreviewDlg.h"
/////////////////////////////////////////////////////////////////////////////
// CScorePrintDlg dialog
class ScoreList;
//##ModelId=40A481F4030D
class CScorePrintDlg : public CDialog
{
// Construction
public:
	//##ModelId=40A481F4030F
	CString * pTeacher;
	//##ModelId=40A481F4031C
	CString * pClass;
	//##ModelId=40A481F4031D
	CString StrUnit;
	//##ModelId=40A481F4032C
	void PreView();
	//##ModelId=40A481F4032D
	CScorePrintDlg(ScoreList *plist, CString *class_title, CString *teacher, CWnd* pParent = NULL);   // standard constructor
	//##ModelId=40A481F40340
	ScoreList * pList;
	//##ModelId=40A481F4034B
	CString Remark;
	//##ModelId=40A481F4034D
	CPreviewDlg PreViewDlg;
// Dialog Data
	//{{AFX_DATA(CScorePrintDlg)
	enum { IDD = IDD_DIALOG_PRINT };
		// NOTE: the ClassWizard will add data members here
	//}}AFX_DATA


// Overrides
	// ClassWizard generated virtual function overrides
	//{{AFX_VIRTUAL(CScorePrintDlg)
	protected:
	//##ModelId=40A481F4035E
	virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
	//}}AFX_VIRTUAL

// Implementation
protected:

	// Generated message map functions
	//{{AFX_MSG(CScorePrintDlg)
	//##ModelId=40A481F4036C
	virtual BOOL OnInitDialog();
	//##ModelId=40A481F4036E
	virtual void OnOK();
	//##ModelId=40A481F4037B
	afx_msg void OnButtonRemark();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

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

#endif // !defined(AFX_SCOREPRINTDLG_H__F53920CC_06FB_4244_8362_08F4DF1FDB82__INCLUDED_)

⌨️ 快捷键说明

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