📄 resume2page.h
字号:
#if !defined(AFX_RESUME2PAGE_H__EE7D5C19_9DB5_4DA4_BF0D_AF9C606090FE__INCLUDED_)
#define AFX_RESUME2PAGE_H__EE7D5C19_9DB5_4DA4_BF0D_AF9C606090FE__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// Resume2Page.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CResume2Page dialog
class CResume2Page : public CPropertyPage
{
DECLARE_DYNCREATE(CResume2Page)
// Construction
public:
public:
CString ToString(COleDateTime t);
CResume2Page();
~CResume2Page();
// Dialog Data
//{{AFX_DATA(CResume2Page)
enum { IDD = IDD_RESUME2PAGE };
CString m_formerCompanyname1;
CString m_formerCompanyname2;
CString m_jobDescribe1;
CString m_jobDescribe2;
CString m_jobPlace;
CString m_plannedJob1;
CString m_plannedJob2;
CString m_plannedJob3;
CString m_plannedSalary;
CString m_role1;
CString m_role2;
CString m_whatToDo;
COleDateTime m_workExperiencedateBegin1;
COleDateTime m_workExperiencedateBegin2;
COleDateTime m_workExperiencedateEnd1;
COleDateTime m_workExperiencedateEnd2;
CString path;
CString name;
//}}AFX_DATA
// Overrides
// ClassWizard generate virtual function overrides
//{{AFX_VIRTUAL(CResume2Page)
public:
virtual BOOL OnSetActive();
virtual BOOL OnWizardFinish();
virtual LRESULT OnWizardNext();
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CResume2Page)
afx_msg void OnFinddoc();
afx_msg void OnDownload();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_RESUME2PAGE_H__EE7D5C19_9DB5_4DA4_BF0D_AF9C606090FE__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -