⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 clientstaffform.h

📁 关于客户关系管理系统的源码
💻 H
字号:
#if !defined(AFX_CLIENTSTAFFFORM_H__C6710701_4C2F_445F_B713_97A4FEDAD957__INCLUDED_)
#define AFX_CLIENTSTAFFFORM_H__C6710701_4C2F_445F_B713_97A4FEDAD957__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// ClientStaffForm.h : header file
//

/////////////////////////////////////////////////////////////////////////////
// CClientStaffForm dialog

class CClientStaffForm : public CDialog
{
// Construction
public:
	CClientStaffForm(CWnd* pParent = NULL);   // standard constructor

// Dialog Data
	//{{AFX_DATA(CClientStaffForm)
	enum { IDD = IDD_CLIENTSTAFFFORM_DIALOG };
	CListCtrl	m_staffList;
	CComboBox	m_departmentCombo;
	CListCtrl	m_clientList;
	CString	m_clientID;
	CString	m_staffID;
	CString	m_staffName;
	CString	m_sex;
	COleDateTime	m_birthday;
	CString	m_nationality;
	CString	m_marriageCondition;
	CString	m_partyFeature;
	CString	m_educationLevel;
	CString	m_graduateSchool;
	CString	m_telephone;
	CString	m_postCode;
	CString	m_mobile;
	CString	m_QQ;
	CString	m_eMail;
	CString	m_department;
	CString	m_positionTitle;
	CString	m_duty;
	CString	m_address;
	CString	m_favourit;
	CString	m_remark;
	
	CWnd*	tx_staffID;
	CWnd*	tx_staffName;
	CWnd*	tx_sex;
	CWnd*	tx_birthday;
	CWnd*	tx_nationality;
	CWnd*	tx_marriageCondition;
	CWnd*	tx_partyFeature;
	CWnd*	tx_educationLevel;
	CWnd*	tx_graduateSchool;
	CWnd*	tx_telephone;
	CWnd*	tx_postCode;
	CWnd*	tx_mobile;
	CWnd*	tx_QQ;
	CWnd*	tx_eMail;
	CWnd*	tx_department;
	CWnd*	tx_positionTitle;
	CWnd*	tx_duty;
	CWnd*	tx_address;
	CWnd*	tx_favourit;
	CWnd*	tx_remark;

	CWnd*	bt_add;
	CWnd*	bt_delete;
	CWnd*	bt_modify;
	CWnd*	bt_cancelation;
	CWnd*	bt_save;

	int	flag;
	//}}AFX_DATA

public:
	void Refresh();


// Overrides
	// ClassWizard generated virtual function overrides
	//{{AFX_VIRTUAL(CClientStaffForm)
	protected:
	virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
	//}}AFX_VIRTUAL

// Implementation
protected:

	// Generated message map functions
	//{{AFX_MSG(CClientStaffForm)
	virtual BOOL OnInitDialog();
	afx_msg void OnAdd();
	afx_msg void OnDelete();
	afx_msg void OnModify();
	afx_msg void OnSave();
	afx_msg void OnCancelation();
	afx_msg void OnExit();
	afx_msg void OnClickList1(NMHDR* pNMHDR, LRESULT* pResult);
	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_CLIENTSTAFFFORM_H__C6710701_4C2F_445F_B713_97A4FEDAD957__INCLUDED_)

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -