📄 stumoddlg.h
字号:
#if !defined(AFX_STUMODDLG_H__13DCF7EA_CDD6_430E_98C6_6FD972AE3AD3__INCLUDED_)
#define AFX_STUMODDLG_H__13DCF7EA_CDD6_430E_98C6_6FD972AE3AD3__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// StuModDlg.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CStuModDlg dialog
//#include <afxdb.h>
class CStuModDlg : public CDialog
{
// Construction
public:
int type;
CStuModDlg(CWnd* pParent = NULL); // standard constructor
// void RefreshData();
CDatabase db;
void Init();
BOOL Exist;
// int i;
// Dialog Data
//{{AFX_DATA(CStuModDlg)
enum { IDD = IDD_STUMOD };
CButton m_stumod;
CButton m_studel;
CButton m_stuadd;
CListCtrl m_stuinfo;
CString m_sex;
CTime m_birth;
CString m_stuid;
CString m_name;
CString m_native;
CString m_homeaddr;
CString m_hometel;
CString m_awardpunish;
CString m_talent;
CString m_spec;
CString m_pswd;
CString m_polity;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CStuModDlg)
public:
virtual int DoModal();
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CStuModDlg)
virtual void OnCancel();
afx_msg void OnAdd();
afx_msg void OnDelete();
afx_msg void OnModify();
afx_msg void OnQuery();
virtual BOOL OnInitDialog();
afx_msg void OnButton1();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_STUMODDLG_H__13DCF7EA_CDD6_430E_98C6_6FD972AE3AD3__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -