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

📄 selectclient.h

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

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

/////////////////////////////////////////////////////////////////////////////
// CSelectClient dialog

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

// Dialog Data
	//{{AFX_DATA(CSelectClient)
	enum { IDD = IDD_SELECTCLIENT_DIALOG };
	CListCtrl	m_clientList;
	CString clientID;
	CString clientName;
	float	m_yearPlan;
	float	m_yearRatio;
	float	m_JanPlan;
	float	m_JanRatio;
	float	m_FebPlan;
	float	m_FebRatio;
	float	m_MarPlan;
	float	m_MarRatio;
	float	m_AprPlan;
	float	m_AprRatio;
	float	m_MayPlan;
	float	m_MayRatio;
	float	m_JunPlan;
	float	m_JunRatio;
	float	m_JulPlan;
	float	m_JulRatio;
	float	m_AugPlan;
	float	m_AugRatio;
	float	m_SepPlan;
	float	m_SepRatio;
	float	m_OctPlan;
	float	m_OctRatio;
	float	m_NovPlan;
	float	m_NovRatio;
	float	m_DecPlan;
	float	m_DecRatio;
	//}}AFX_DATA


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

// Implementation
protected:

	// Generated message map functions
	//{{AFX_MSG(CSelectClient)
	afx_msg void OnClickClientList(NMHDR* pNMHDR, LRESULT* pResult);
	virtual BOOL OnInitDialog();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.

#endif // !defined(AFX_SELECTCLIENT_H__4F267367_FC2A_4326_B962_D4ECF3CB24A8__INCLUDED_)

⌨️ 快捷键说明

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