📄 departidlg.h
字号:
#if !defined(AFX_DEPARTIDLG_H__07B5E338_90AB_4043_869B_A6DA109542A5__INCLUDED_)
#define AFX_DEPARTIDLG_H__07B5E338_90AB_4043_869B_A6DA109542A5__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// DepartIdlg.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CDepartIdlg dialog
class CDepartIdlg : public CDialog
{
// Construction
public:
CDepartIdlg(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CDepartIdlg)
enum { IDD = IDD_DLG_DEPARTI };
CString m_depart_no;
CString m_depart_header;
CString m_help;
CString m_introduction;
CString m_name;
CString m_phone;
CString m_college_no;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CDepartIdlg)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CDepartIdlg)
virtual BOOL OnInitDialog();
virtual void OnCancel();
afx_msg void OnBtnOk();
afx_msg void OnSetfocusEditIntrodc();
afx_msg void OnSetfocusEditPhone();
afx_msg void OnSetfocusEditName();
afx_msg void OnSetfocusEditHeader();
afx_msg void OnSetfocusEditCollNo();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
public:
void GenHelp(CString tCategory);
//CString KillFocus(CString strCategory,CString &strCode,int len);
BOOL UpdateDB();
void GenNext();
CString GetNextNo();
CDatabase* m_pDB;
CString m_CollegeNo;
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_DEPARTIDLG_H__07B5E338_90AB_4043_869B_A6DA109542A5__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -