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

📄 selectcommidity.h

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

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

/////////////////////////////////////////////////////////////////////////////
// CSelectCommidity dialog

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

// Dialog Data
	//{{AFX_DATA(CSelectCommidity)
	enum { IDD = IDD_SELECTCOMMIDITY_DIALOG };
	CListCtrl	m_commidityList;
	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;


	CString commidityID;
	CString commidityName;
	CString model;
	CString unit;
	//}}AFX_DATA


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

// Implementation
protected:

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

⌨️ 快捷键说明

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