📄 inactiveserinfodlg.h
字号:
#if !defined(AFX_INACTIVESERINFODLG_H__6A742D09_067E_4283_BBD4_01BE66D15EFF__INCLUDED_)
#define AFX_INACTIVESERINFODLG_H__6A742D09_067E_4283_BBD4_01BE66D15EFF__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// InActiveSerInfoDlg.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// InActiveSerInfoDlg dialog
class InActiveSerInfoDlg : public CDialog
{
// Construction
public:
InActiveSerInfoDlg(CWnd* pParent = NULL);
// Dialog Data
//{{AFX_DATA(InActiveSerInfoDlg)
enum { IDD = IDD_INACTIVESERINFO };
CComboBox m_Cmb_IAS_Depart;
CComboBox m_Cmb_IAS_Company;
CButton m_CtrlCheck;
//}}AFX_DATA
// Overrides
// ClassWizard generate virtual function overrides
//{{AFX_VIRTUAL(InActiveSerInfoDlg)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
void GetLeftContractT(int nKeyID, CString strKeyIDCard);
void GetWorkYears(int nKeyID, CString strKeyIDCard);
BOOL m_bFixContract;
CString m_strFixContract;
CString m_In_Company;
CString m_In_Department;
CString m_In_Duty;
CString m_In_DutyLevel;
CString m_In_Address;
CString m_In_NewProperty;
CString m_In_EmployType;
CString m_In_InDueFormT;
CString m_In_EmployPro;
CString m_In_WorkAge;
CString m_In_ContractBegT;
CString m_In_ContractEndT;
CString m_In_ContractRemT;
CString m_In_Remark;
CString m_Sp_JoinTime1;
CString m_Sp_LeaveTime1;
CString m_Sp_Address1;
CString m_Sp_Position1;
CString m_Sp_JoinTime2;
CString m_Sp_LeaveTime2;
CString m_Sp_Address2;
CString m_Sp_Position2;
CString m_Sp_JoinTime3;
CString m_Sp_LeaveTime3;
CString m_Sp_Address3;
CString m_Sp_Position3;
BOOL CheckAllInfo_InAS(void);
BOOL IasSave(int nKeyID, CString strKeyIDCard);
BOOL IasModify(int nKeyID, CString strKeyIDCard) ;
void InitReadyDepart(CComboBox *pCombox);
void InitReadyCompany(CComboBox *pDept);
void GetInActSerInfoFromDB(void);
void CtrlStatus_InActiveSer(BOOL bStatus, BOOL bMore);
void IniAllTimePicker(void);
// Generated message map functions
//{{AFX_MSG(InActiveSerInfoDlg)
afx_msg void OnButtonIasSave();
afx_msg void OnButtonIasModify();
virtual BOOL OnInitDialog();
afx_msg void OnCheckIas();
afx_msg void OnSelchangeComboIasCompany();
afx_msg void OnRadioIasHave();
afx_msg void OnRadioIasNothave();
afx_msg void OnSelchangeComboIasNewproperty();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
private:
BOOL m_bSaveNotModify_InActiveSer;
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_INACTIVESERINFODLG_H__6A742D09_067E_4283_BBD4_01BE66D15EFF__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -