📄 experience.h
字号:
#if !defined(AFX_EXPERIENCE_H__9CC55750_0CC6_4F43_BAAC_F39AA2A27A24__INCLUDED_)
#define AFX_EXPERIENCE_H__9CC55750_0CC6_4F43_BAAC_F39AA2A27A24__INCLUDED_
#include "ADOConn.h" // Added by ClassView
#include "Public.h" // Added by ClassView
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
/**************************************
文件名:Experience.h
文件类型:header file
功能描述:对个人经历的信息进行录入
创建人:张国
版本号:1.0
**************************************/
/////////////////////////////////////////////////////////////////////////////
// CExperience dialog
class CExperience : public CDialog
{
// Construction
public:
~CExperience();
void LoadData();
CExperience(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CExperience)
enum { IDD = IDD_EXPERIENCE };
CListCtrl m_experience;
COleDateTime m_dateFrom;
COleDateTime m_dateTo;
CString m_position;
CString m_prover;
CString m_remark;
CString m_unit;
CString m_nID;
CString m_name;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CExperience)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CExperience)
virtual BOOL OnInitDialog();
afx_msg void OnAddinfo();
virtual void OnCancel();
afx_msg void OnItemchangedList(NMHDR* pNMHDR, LRESULT* pResult);
afx_msg void OnDelete();
afx_msg void OnClickList(NMHDR* pNMHDR, LRESULT* pResult);
afx_msg void OnShowWindow(BOOL bShow, UINT nStatus);
afx_msg void OnKillfocusStaffid();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
private:
CPublic m_personInfo;
int m_CurrentSelect;
int m_item;
ADOConn m_adoConn;
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_EXPERIENCE_H__9CC55750_0CC6_4F43_BAAC_F39AA2A27A24__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -