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

📄 clientinfor.h

📁 基于VC+SQL SERVER环境开发的企业商品销售系统.完整的数据库和原代码
💻 H
字号:
#if !defined(AFX_CLIENTINFOR_H__3F66F1C7_2725_4B57_88CF_8EA49AD8F8CA__INCLUDED_)
#define AFX_CLIENTINFOR_H__3F66F1C7_2725_4B57_88CF_8EA49AD8F8CA__INCLUDED_

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

/////////////////////////////////////////////////////////////////////////////
// CClientInfor dialog

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

// Dialog Data
	//{{AFX_DATA(CClientInfor)
	enum { IDD = IDD_CLIENTINFOR_DIALOG };
	CComboBox	m_areaCombo;
	CComboBox	m_clientTypeCombo;
	CComboBox	m_clientLevelCombo;
	CListCtrl	m_clientList;
	COleDateTime	m_bookinDate;
	CString	m_clientID;
	CString	m_clientLevel;
	CString	m_clientType;
	CString	m_company;
	CString	m_contactPerson;
	CString	m_area;
	CString	m_address;
	CString	m_postcode;
	CString	m_telephone;
	CString	m_fax;
	CString	m_eMail;
	CString	m_remark;
	CString	m_manageRange;
	CString	m_manageProduct;
	CString	m_accountBank;
	CString	m_acount;
	CString	m_taxNO;
	COleDateTime	m_registerDate;
	double	m_registerFund;
	CString	m_scale;
	CString	m_industryCharacter;
	double	m_allFunds;
	CString	m_clientCharacter;
	int flag;
	CWnd*	tx_bookinDate;
	CWnd*	tx_clientID;
	CWnd*	tx_clientLevel;
	CWnd*	tx_clientType;
	CWnd*	tx_company;
	CWnd*	tx_contactPerson;
	CWnd*	tx_area;
	CWnd*	tx_address;
	CWnd*	tx_postcode;
	CWnd*	tx_telephone;
	CWnd*	tx_fax;
	CWnd*	tx_eMail;
	CWnd*	tx_remark;
	CWnd*	tx_manageRange;
	CWnd*	tx_manageProduct;
	CWnd*	tx_accountBank;
	CWnd*	tx_acount;
	CWnd*	tx_taxNO;
	CWnd*	tx_registerDate;
	CWnd*	tx_registerFund;
	CWnd*	tx_scale;
	CWnd*	tx_industryCharacter;
	CWnd*	tx_allFunds;
	CWnd*	tx_clientCharacter;
	CWnd* bt_add;
	CWnd* bt_save;
	CWnd* bt_modify;
	CWnd* bt_delete;
	//}}AFX_DATA

public:
	void Refresh();


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

// Implementation
protected:

	// Generated message map functions
	//{{AFX_MSG(CClientInfor)
	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 OnClickClientList(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_CLIENTINFOR_H__3F66F1C7_2725_4B57_88CF_8EA49AD8F8CA__INCLUDED_)

⌨️ 快捷键说明

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