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

📄 opponentinfoform.h

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

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

/////////////////////////////////////////////////////////////////////////////
// COpponentInfoForm dialog

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

// Dialog Data
	//{{AFX_DATA(COpponentInfoForm)
	enum { IDD = IDD_OPPONENTINFOFORM_DIALOG };
	CComboBox	m_areaCombo;
	CListCtrl	m_list;
	CString	m_opponentID;
	CString	m_opponentName;
	COleDateTime	m_bookinDate;
	CString	m_opponentLevel;
	CString	m_legalPerson;
	CString	m_area;
	CString	m_address;
	CString	m_postCode;
	CString	m_telephone;
	CString	m_fax;
	CString	m_webSite;
	CString	m_manageRange;
	CString	m_industryCharacter;
	float	m_allFunds;
	CString	m_scale;
	CString	m_managePolicy;
	CString	m_goalMarket;
	CString	m_resourceCondition;
	CString	m_developTend;
	CString	m_assess;
	CWnd*	tx_opponentID;
	CWnd*	tx_opponentName;
	CWnd*	tx_bookinDate;
	CWnd*	tx_opponentLevel;
	CWnd*	tx_legalPerson;
	CWnd*	tx_area;
	CWnd*	tx_address;
	CWnd*	tx_postCode;
	CWnd*	tx_telephone;
	CWnd*	tx_fax;
	CWnd*	tx_webSite;
	CWnd*	tx_manageRange;
	CWnd*	tx_industryCharacter;
	CWnd*	tx_allFunds;
	CWnd*	tx_scale;
	CWnd*	tx_managePolicy;
	CWnd*	tx_goalMarket;
	CWnd*	tx_resourceCondition;
	CWnd*	tx_developTend;
	CWnd*	tx_assess;
	CWnd*	bt_add;
	CWnd*	bt_delete;
	CWnd*	bt_modify;
	CWnd*	bt_cancelation;
	CWnd*	bt_save;
	int flag;
	int is_search;
	//}}AFX_DATA

public:
	void Refresh();


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

// Implementation
protected:

	// Generated message map functions
	//{{AFX_MSG(COpponentInfoForm)
	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 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_OPPONENTINFOFORM_H__3E175139_F9F1_4BC2_BE1F_C67E62020983__INCLUDED_)

⌨️ 快捷键说明

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