?? experiencedlg.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 + -