📄 workexpeinfodlg.h
字号:
#if !defined(AFX_WORKEXPEINFODLG_H__82BFEEB3_5A89_4BC4_8226_61BA090152D8__INCLUDED_)
#define AFX_WORKEXPEINFODLG_H__82BFEEB3_5A89_4BC4_8226_61BA090152D8__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// WorkExpeInfoDlg.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// WorkExpeInfoDlg dialog
class WorkExpeInfoDlg : public CDialog
{
// Construction
public:
WorkExpeInfoDlg(CWnd* pParent = NULL);
// Dialog Data
//{{AFX_DATA(WorkExpeInfoDlg)
enum { IDD = IDD_WORKEXPEINFO };
// NOTE - ClassWizard will add data members here.
// DO NOT EDIT what you see in these blocks of generated code !
//}}AFX_DATA
// Overrides
// ClassWizard generate virtual function overrides
//{{AFX_VIRTUAL(WorkExpeInfoDlg)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
CString Work_JoinTime1;
CString Work_JoinTime2;
CString Work_JoinTime3;
CString Work_JoinTime4;
CString Work_JoinTime5;
CString Work_DimissionTime1;
CString Work_DimissionTime2;
CString Work_DimissionTime3;
CString Work_DimissionTime4;
CString Work_DimissionTime5;
CString Work_DutyInCompany1;
CString Work_DutyInCompany2;
CString Work_DutyInCompany3;
CString Work_DutyInCompany4;
CString Work_DutyInCompany5;
CString Work_ServiceCompany1;
CString Work_ServiceCompany2;
CString Work_ServiceCompany3;
CString Work_ServiceCompany4;
CString Work_ServiceCompany5;
CString Work_CompanyAddress1;
CString Work_CompanyAddress2;
CString Work_CompanyAddress3;
CString Work_CompanyAddress4;
CString Work_CompanyAddress5;
BOOL CheckAllInfo_WorkE(void);
BOOL WeSave(int nKeyID, CString strKeyIDCard);
BOOL WeModify(int nKeyID, CString strKeyIDCard);
void GetWorkEInfoFromDB(void);
void CtrlStatus_WorkE(BOOL bStatus, BOOL bMore);
void IniAllTimePicker(void);
// Generated message map functions
//{{AFX_MSG(WorkExpeInfoDlg)
afx_msg void OnButtonWeSave();
afx_msg void OnButtonWeModify();
afx_msg void OnButtonWeMoreinfo();
virtual BOOL OnInitDialog();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
private:
BOOL m_bSaveNotModify_WE;
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_WORKEXPEINFODLG_H__82BFEEB3_5A89_4BC4_8226_61BA090152D8__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -