resume2page.h

来自「是老板让做的一个招聘网站后台简历录入系统。可以支持照片上传」· C头文件 代码 · 共 74 行

H
74
字号
#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 + =
减小字号Ctrl + -
显示快捷键?