?? stumanagedlg.h
字號:
// StuManageDlg.h : header file
//
//{{AFX_INCLUDES()
#include "datagrid.h"
//}}AFX_INCLUDES
#if !defined(AFX_STUMANAGEDLG_H__1AA7E66A_3ACB_4C8E_93DE_8ED237367772__INCLUDED_)
#define AFX_STUMANAGEDLG_H__1AA7E66A_3ACB_4C8E_93DE_8ED237367772__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
/////////////////////////////////////////////////////////////////////////////
// CStuManageDlg dialog
#include "CourseDlg.h"
#include "DepartmentDlg.h"
#include "EncPunDlg.h"
#include "ScoreDlg.h"
#include "StatusDlg.h"
#include "StudentDlg.h"
#include "LoginDlg.h"
#include "PhotoDlg.h"
#include "ExperienceDlg.h"
#include "UserDlg.h"
class CStuManageDlg : public CDialog
{
// Construction
public:
CStuManageDlg(CWnd* pParent = NULL); // standard constructor
_RecordsetPtr m_pRecordset;
CCourseDlg *m_CourseDlg;
CDepartmentDlg *m_DepartmentDlg;
CEncPunDlg *m_EncPunDlg;
CScoreDlg *m_ScoreDlg;
CStatusDlg *m_StatusDlg;
CStudentDlg *m_StudentDlg;
CLoginDlg *m_LoginDlg;
CPhotoDlg *m_PhotoDlg;
CExperienceDlg *m_ExperienceDlg;
CUserDlg *m_UserDlg;
BOOL status[10];
void SetDlgStatus();
CBrush m_brBk;
// Dialog Data
//{{AFX_DATA(CStuManageDlg)
enum { IDD = IDD_STUMANAGE_DIALOG };
//}}AFX_DATA
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CStuManageDlg)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
HICON m_hIcon;
// Generated message map functions
//{{AFX_MSG(CStuManageDlg)
virtual BOOL OnInitDialog();
afx_msg void OnSysCommand(UINT nID, LPARAM lParam);
afx_msg void OnPaint();
afx_msg HCURSOR OnQueryDragIcon();
afx_msg void OnStudentMenu();
afx_msg void OnDepartmentMenu();
afx_msg void OnCourseMenu();
afx_msg void OnScoreMenu();
afx_msg void OnStatusMenu();
afx_msg void OnEncPunMenu();
afx_msg void OnLoginMenu();
afx_msg void OnLogoutMenu();
afx_msg void OnExitMenu();
afx_msg void OnPhotoMenu();
afx_msg void OnExperienceMenu();
afx_msg void OnUserMenu();
afx_msg HBRUSH OnCtlColor(CDC* pDC, CWnd* pWnd, UINT nCtlColor);
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_STUMANAGEDLG_H__1AA7E66A_3ACB_4C8E_93DE_8ED237367772__INCLUDED_)
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -