📄 staffinformation.h
字号:
#if !defined(AFX_STAFFINFORMATION_H__E38A3A0D_9477_47F2_878C_D89A7EFBD001__INCLUDED_)
#define AFX_STAFFINFORMATION_H__E38A3A0D_9477_47F2_878C_D89A7EFBD001__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// StaffInformation.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CStaffInformation dialog
class CStaffInformation : public CDialog
{
// Construction
public:
CStaffInformation(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CStaffInformation)
enum { IDD = IDD_STAFFINFORMATION_DIALOG };
CComboBox m_departmentCombo;
CComboBox m_dutyCombo;
CListCtrl m_staffList;
CString m_department;
CString m_address;
COleDateTime m_birthday;
CString m_postcode;
CString m_marriageCondition;
CString m_staffID;
CString m_duty;
CString m_sex;
CString m_telephone;
CString m_nationality;
CString m_eMail;
CString m_educationDegree;
CString m_qqID;
CString m_graduateSchool;
CString m_major;
CString m_identity;
CString m_mobile;
CString m_remark;
int flag;
CWnd* bt_add;
CWnd* bt_save;
CWnd* bt_modify;
CWnd* bt_delete;
CWnd* tx_department;
CWnd* tx_address;
CWnd* tx_birthday;
CWnd* tx_postcode;
CWnd* tx_marriageCondition;
CWnd* tx_staffID;
CWnd* tx_duty;
CWnd* tx_name;
CWnd* tx_sex;
CWnd* tx_telephone;
CWnd* tx_nationality;
CWnd* tx_eMail;
CWnd* tx_educationDegree;
CWnd* tx_qqID;
CWnd* tx_graduateSchool;
CWnd* tx_major;
CWnd* tx_identity;
CWnd* tx_mobile;
CWnd* tx_remark;
CWnd* tx_workType;
CString m_workType;
CString m_name;
//}}AFX_DATA
public:
void Refresh();
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CStaffInformation)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CStaffInformation)
afx_msg void OnAdd();
afx_msg void OnDelete();
afx_msg void OnModify();
afx_msg void OnSave();
afx_msg void OnExit();
virtual BOOL OnInitDialog();
afx_msg void OnClickStaffList(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_STAFFINFORMATION_H__E38A3A0D_9477_47F2_878C_D89A7EFBD001__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -