opponentstaffform.h

来自「关于客户关系管理系统的源码」· C头文件 代码 · 共 107 行

H
107
字号
#if !defined(AFX_OPPONENTSTAFFFORM_H__2BE1A29A_6957_4C3E_808C_9E4543AA6562__INCLUDED_)
#define AFX_OPPONENTSTAFFFORM_H__2BE1A29A_6957_4C3E_808C_9E4543AA6562__INCLUDED_

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

/////////////////////////////////////////////////////////////////////////////
// COpponentStaffForm dialog

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

// Dialog Data
	//{{AFX_DATA(COpponentStaffForm)
	enum { IDD = IDD_OPPONENTSTAFFFORM_DIALOG };
	CComboBox	m_departmentCombo;
	CListCtrl	m_staffList;
	CListCtrl	m_opponentList;
	CString m_opponentID;
	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_favourite;
	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_favourite;
	CWnd*	tx_remark;
	CWnd*	bt_add;
	CWnd*	bt_delete;
	CWnd*	bt_modify;
	CWnd*	bt_save;
	CWnd*	bt_cancelation;
	int flag;
	//}}AFX_DATA

public:
	void Refresh();


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

// Implementation
protected:

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

⌨️ 快捷键说明

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