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

📄 opponentproductform.h

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

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

/////////////////////////////////////////////////////////////////////////////
// COpponentProductForm dialog

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

// Dialog Data
	//{{AFX_DATA(COpponentProductForm)
	enum { IDD = IDD_OPPONENTPRODUCTFORM_DIALOG };
	CListCtrl	m_productList;
	CListCtrl	m_opponentList;
	CString	m_opponentID;
	COleDateTime	m_issueDate;
	CString	m_productID;
	CString	m_productName;
	CString	m_productShortenedName;
	CString	m_standard;
	float		m_price;
	CString	m_model;
	CString	m_marketQuota;
	CString	m_marketFlection;
	CString	m_marketProspect;
	CString	m_function;
	CWnd*	tx_issueDate;
	CWnd*	tx_productID;
	CWnd*	tx_productName;
	CWnd*	tx_productShortenedName;
	CWnd*	tx_standard;
	CWnd*	tx_price;
	CWnd*	tx_model;
	CWnd*	tx_marketQuota;
	CWnd*	tx_marketFlection;
	CWnd*	tx_marketProspect;
	CWnd*	tx_function;
	CWnd*	bt_add;
	CWnd*	bt_modify;
	CWnd*	bt_delete;
	CWnd*	bt_save;
	CWnd*	bt_cancelation;

	int flag;
	//}}AFX_DATA

public:
	void Refresh();


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

// Implementation
protected:

	// Generated message map functions
	//{{AFX_MSG(COpponentProductForm)
	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 OneExit();
	afx_msg void OnClickList1(NMHDR* pNMHDR, LRESULT* pResult);
	afx_msg void OnClickList2(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_OPPONENTPRODUCTFORM_H__73201925_54DB_439A_B981_FA21AEA7EA3A__INCLUDED_)

⌨️ 快捷键说明

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