⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 resume2dlg.h

📁 是老板让做的一个招聘网站后台简历录入系统。可以支持照片上传
💻 H
字号:
#if !defined(AFX_RESUME2DLG_H__E3C1DE26_4793_4690_A8FE_DCA5EFA82A57__INCLUDED_)
#define AFX_RESUME2DLG_H__E3C1DE26_4793_4690_A8FE_DCA5EFA82A57__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// Resume2Dlg.h : header file
//

/////////////////////////////////////////////////////////////////////////////
// CResume2Dlg dialog

class CResume2Dlg : public CDialog
{
// Construction
public:
	CResume2Dlg(CWnd* pParent = NULL);   // standard constructor

// Dialog Data
	//{{AFX_DATA(CResume2Dlg)
	enum { IDD = IDD_RESUMEINFO2 };
	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;
	//}}AFX_DATA


// Overrides
	// ClassWizard generated virtual function overrides
	//{{AFX_VIRTUAL(CResume2Dlg)
	protected:
	virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
	//}}AFX_VIRTUAL

// Implementation
protected:

	// Generated message map functions
	//{{AFX_MSG(CResume2Dlg)
	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_RESUME2DLG_H__E3C1DE26_4793_4690_A8FE_DCA5EFA82A57__INCLUDED_)

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -