📄 joinnotindutyformdlg.h
字号:
#if !defined(AFX_JOINNOTINDUTYFORMDLG_H__46032FE2_37D5_484C_AD21_EB06BBE92DBC__INCLUDED_)
#define AFX_JOINNOTINDUTYFORMDLG_H__46032FE2_37D5_484C_AD21_EB06BBE92DBC__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// JoinNotInDutyFormDlg.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// JoinNotInDutyFormDlg dialog
class JoinNotInDutyFormDlg : public CDialog
{
// Construction
public:
JoinNotInDutyFormDlg(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(JoinNotInDutyFormDlg)
enum { IDD = IDD_JOIN_NOINDUTYFORM };
CListCtrl m_JoinNIDF_CList5;
CListCtrl m_JoinNIDF_CList10;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(JoinNotInDutyFormDlg)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
void MakeWordDocment(void);
CString m_strSPath;
int m_nID;
CString m_strIDCard;
CString m_strName;
CString m_strCompany;
CString m_strDepart;
CString m_strDuty;
CString m_strDiploma;
CString m_strSpecial;
CString m_strTechPost;
CString m_strJoinTime;
void InitSavePath(void);
void CheckIsThereNone(void);
void ShowRemainTenDays(void);
void ShowRemainFiveDays(void);
// Generated message map functions
//{{AFX_MSG(JoinNotInDutyFormDlg)
virtual BOOL OnInitDialog();
afx_msg void OnJoinnidfBtnCheck();
afx_msg void OnJoinnidfBtnSetpath();
afx_msg void OnJoinnidfBtnType();
afx_msg void OnClickJoinnidfList10(NMHDR* pNMHDR, LRESULT* pResult);
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_JOINNOTINDUTYFORMDLG_H__46032FE2_37D5_484C_AD21_EB06BBE92DBC__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -