📄 samdlg.h
字号:
#if !defined(AFX_SAMDLG_H__572A93A8_E59B_4482_BCE7_F85F455A8220__INCLUDED_)
#define AFX_SAMDLG_H__572A93A8_E59B_4482_BCE7_F85F455A8220__INCLUDED_
#include "SAMBTN.h" // Added by ClassView
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// SAMDLG.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CSAMDLG dialog
class CSAMDLG : public CDialog
{
// Construction
public:
CSAMDLG(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CSAMDLG)
enum { IDD = IDD_MainDlg };
CEdit m_EDIT_MAJOR;
CComboBox m_Combo_STATE;
CComboBox m_Combo_JOB;
CComboBox m_Combo_EDUlevel;
CComboBox m_Combo_DEPARTMENT;
CString m_DEPARTMENT;
CString m_EDUlevel;
CString m_JOB;
CString m_SEX;
CString m_STATE;
COleDateTime m_BIRTHDAY;
COleDateTime m_LYRQ;
CString m_ADDRESS;
CString m_MAJOR;
CString m_NAME;
CString m__PERSONID;
CString m_TEL;
CString m_ID;
CString BIRTHDAY,LYRQ;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CSAMDLG)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
virtual BOOL OnCommand(WPARAM wParam, LPARAM lParam);
//}}AFX_VIRTUAL
// Implementation
public:
CSAMBTN m_btn_QUEDING;
CSAMBTN m_btn_QUXIAO;
CDatabase db;
CRecordset rs;
// Generated message map functions
//{{AFX_MSG(CSAMDLG)
afx_msg void OnPaint();
afx_msg void OnNcMouseMove(UINT nHitTest, CPoint point);
afx_msg void OnNcLButtonDown(UINT nHitTest, CPoint point);
afx_msg HBRUSH OnCtlColor(CDC* pDC, CWnd* pWnd, UINT nCtlColor);
virtual BOOL OnInitDialog();
virtual void OnOK();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_SAMDLG_H__572A93A8_E59B_4482_BCE7_F85F455A8220__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -