📄 update.h
字号:
#if !defined(AFX_UPDATE_H__49606680_D7F3_4200_9A56_C5633305753B__INCLUDED_)
#define AFX_UPDATE_H__49606680_D7F3_4200_9A56_C5633305753B__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// Update.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CUpdate dialog
class CUpdate : public CDialog
{
// Construction
public:
CUpdate(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CUpdate)
enum { IDD = IDD_UPDA_DIG };
CButton m_commit;
CButton m_cancel;
CString m_dept;
CString m_name;
CString m_sex;
COleDateTime m_ctime;
COleDateTime m_stime;
CString m_id;
CString m_cinfo;
CString m_sinfo;
int m_subsidy;
int m_salary;
//}}AFX_DATA
//CString m_id;
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CUpdate)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CUpdate)
afx_msg void OnCommit();
afx_msg void OnCancel();
virtual BOOL OnInitDialog();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_UPDATE_H__49606680_D7F3_4200_9A56_C5633305753B__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -