class_subjectinfodlg.h

来自「用VC++做的学生管理系统」· C头文件 代码 · 共 63 行

H
63
字号
#if !defined(AFX_CLASS_SUBJECTINFODLG_H__58563BFC_9E20_45AD_8FC1_84B5744AC30C__INCLUDED_)
#define AFX_CLASS_SUBJECTINFODLG_H__58563BFC_9E20_45AD_8FC1_84B5744AC30C__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// Class_subjectinfodlg.h : header file
//
#include "Class_subjectset.h"
/////////////////////////////////////////////////////////////////////////////
// CClass_subjectinfodlg dialog

class CClass_subjectinfodlg : public CDialog
{
// Construction
public:
	virtual void OnOK();
	CClass_subjectinfodlg(CWnd* pParent = NULL);   // standard constructor

	bool DisplayRecord();
	CClass_subjectset myclass_subjectinfoset;
    CClass_subjectset myclass_subjectinfoset_find;
	bool m_bAdd;

	CToolBar m_ToolBar;
// Dialog Data
	//{{AFX_DATA(CClass_subjectinfodlg)
	enum { IDD = IDD_DIgclass_subject };
	CString	m_classid;
	CString	m_classname;
	//}}AFX_DATA


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

// Implementation
protected:

	// Generated message map functions
	//{{AFX_MSG(CClass_subjectinfodlg)
	virtual BOOL OnInitDialog();
	afx_msg void Onclasssubjectinfotoolbaradd();
	afx_msg void Onclasssubjectinfotoolbardel();
	afx_msg void Onclasssubjectinfotoolbarfirst();
	afx_msg void Onclasssubjectinfotoolbarlast();
	afx_msg void Onclasssubjectinfotoolbarnext();
	afx_msg void Onclasssubjectinfotoolbarpre();
	afx_msg void Onclasssubjectinfotoolbarsave();
	afx_msg void OnClose();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

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

#endif // !defined(AFX_CLASS_SUBJECTINFODLG_H__58563BFC_9E20_45AD_8FC1_84B5744AC30C__INCLUDED_)

⌨️ 快捷键说明

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