⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 ugmsdlg.h

📁 一个简单的本科生信息管理系统
💻 H
字号:
// UGMSDlg.h : header file
//

#if !defined(AFX_UGMSDLG_H__046BE1EB_3AF6_4F8C_89E1_770A7EFD7E18__INCLUDED_)
#define AFX_UGMSDLG_H__046BE1EB_3AF6_4F8C_89E1_770A7EFD7E18__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
#include "PageCho.h"
#include "PageCou.h"
#include "PageStat.h"
#include "PageStu.h"
#include "PageWelcome.h"

/////////////////////////////////////////////////////////////////////////////
// CUGMSDlg dialog

class CUGMSDlg : public CDialog
{
// Construction
public:
	CUGMSDlg(CWnd* pParent = NULL);	// standard constructor
	CPageStu		m_PageStu;
	CPageCou		m_PageCou;
	CPageCho		m_PageCho;
	CPageStat		m_PageStat;
	CPageWelcome	m_PageWelcome;

// Dialog Data
	//{{AFX_DATA(CUGMSDlg)
	enum { IDD = IDD_UGMS_DIALOG };
	CListCtrl	m_OutlookBar;
	//}}AFX_DATA

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

// Implementation
protected:
	HICON m_hIcon;

	// Generated message map functions
	//{{AFX_MSG(CUGMSDlg)
	virtual BOOL OnInitDialog();
	afx_msg void OnSysCommand(UINT nID, LPARAM lParam);
	afx_msg void OnPaint();
	afx_msg HCURSOR OnQueryDragIcon();
	afx_msg void OnClickOutlookbar(NMHDR* pNMHDR, LRESULT* pResult);
	afx_msg void OnKeydownOutlookbar(NMHDR* pNMHDR, LRESULT* pResult);
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
private:
	void MoveChilds();
	CImageList m_ImageList;
	void ActivatePage(int nIndex);
	void UpdateOutlookBar();
};

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

#endif // !defined(AFX_UGMSDLG_H__046BE1EB_3AF6_4F8C_89E1_770A7EFD7E18__INCLUDED_)

⌨️ 快捷键说明

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