mainwindow.h

来自「数据库课程设计==教学管理系统== aceess」· C头文件 代码 · 共 81 行

H
81
字号
#if !defined(AFX_MAINWINDOW_H__480EFBA7_8D12_4BE2_8449_9D53E2A24841__INCLUDED_)
#define AFX_MAINWINDOW_H__480EFBA7_8D12_4BE2_8449_9D53E2A24841__INCLUDED_

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

/////////////////////////////////////////////////////////////////////////////
// MainWindow dialog
#include "StuInfoMana.h"
#include "SdeptInfoMana.h"
#include "CouInfoMana.h"
#include "TeaInfoMana.h"
#include "SELECOUMANA.h"
#include "GradeMana.h"
#include "TeachMana.h"
#include "Statics.h"
class MainWindow : public CDialog
{
// Construction
public:
	MainWindow(CWnd* pParent = NULL);   // standard constructor

// Dialog Data
	//{{AFX_DATA(MainWindow)
	enum { IDD = IDD_MAIN_WINDOW };
	CBitmapButton	m_cancel;
	CBitmapButton	m_total;
	CBitmapButton	m_teaMana;
	CBitmapButton	m_teaInfo;
	CBitmapButton	m_scoreMa;
	CBitmapButton	m_deptInfo;
	CBitmapButton	m_csMana;
	CBitmapButton	m_couInfo;
	CBitmapButton	m_stuInfo;
	//}}AFX_DATA


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

// Implementation
protected:

	// Generated message map functions
	//{{AFX_MSG(MainWindow)
	virtual BOOL OnInitDialog();
	virtual void OnCancel();
	afx_msg void OnButtonStuinfo();
	afx_msg void OnButtonDeptinfo();
	afx_msg void OnButtonCouinfo();
	afx_msg void OnButtonTeainfo();
	afx_msg void OnButtonCsmana();
	afx_msg void OnButtonScorema();
	afx_msg void OnButtonTeamana();
	afx_msg void OnButtonTotal();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
public:
	CString ID;
	StuInfoMana StuDlg;
	SdeptInfoMana SdeDlg;
	CCouInfoMana CouDlg;
	TeaInfoMana TeaDlg;
	SELECOUMANA SelDlg;
	GradeMana GraDlg;
	TeachMana TeaCouDlg;
	Statics StaDlg;
};

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

#endif // !defined(AFX_MAINWINDOW_H__480EFBA7_8D12_4BE2_8449_9D53E2A24841__INCLUDED_)

⌨️ 快捷键说明

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