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

📄 experiencedlg.h

📁 可以完成学生信息的管理
💻 H
字号:
//{{AFX_INCLUDES()
#include "datagrid.h"
//}}AFX_INCLUDES
#if !defined(AFX_EXPERIENCEDLG_H__C2943BD2_FD8F_4BBB_864F_41C3F61FD357__INCLUDED_)
#define AFX_EXPERIENCEDLG_H__C2943BD2_FD8F_4BBB_864F_41C3F61FD357__INCLUDED_

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

/////////////////////////////////////////////////////////////////////////////
// CExperienceDlg dialog

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

	int action;
	int SelectType;
// Dialog Data
	//{{AFX_DATA(CExperienceDlg)
	enum { IDD = IDD_EXPERIENCE_DLG };
	CEdit	m_ID;
	CDateTimeCtrl	m_timectrlSenStart;
	CDateTimeCtrl	m_timectrlJunStart;
	CDateTimeCtrl	m_timectrlEleStart;
	CDateTimeCtrl	m_timectrlJunEnd;
	CDateTimeCtrl	m_timectrlEleEnd;
	CDateTimeCtrl	m_timectrlSenEnd;
	CDataGrid	m_dgExperience;
	CString	m_strEleSchool;
	CString	m_strId;
	CString	m_strName;
	CString	m_strJunSchool;
	CString	m_strSenSchool;
	CTime	m_timeEleEnd;
	CTime	m_timeJunEnd;
	CTime	m_timeSenEnd;
	CTime	m_timeEleStart;
	CTime	m_timeJunStart;
	CTime	m_timeSenStart;
	//}}AFX_DATA


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

// Implementation
protected:

	// Generated message map functions
	//{{AFX_MSG(CExperienceDlg)
	virtual BOOL OnInitDialog();
	afx_msg void OnAddExperienceBtn();
	afx_msg void OnDeleteExperienceBtn();
	afx_msg void OnModifyExperienceBtn();
	afx_msg void OnSaveExperienceBtn();
	afx_msg void OnLookforExperienceBtn();
	afx_msg void OnKillfocusEditExpId();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.

#endif // !defined(AFX_EXPERIENCEDLG_H__C2943BD2_FD8F_4BBB_864F_41C3F61FD357__INCLUDED_)

⌨️ 快捷键说明

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