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

📄 commodityinfor.h

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

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

/////////////////////////////////////////////////////////////////////////////
// CCommodityInfor dialog

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

// Dialog Data
	//{{AFX_DATA(CCommodityInfor)
	enum { IDD = IDD_COMMODITYINFOR_DIALOG };
	CComboBox	m_storeHouseCombo;
	CComboBox	m_commidityTypeCombo;
	CListCtrl	m_commodityList;
	CString	m_commodityID;
	CString	m_commodityName;
	CString	m_standard;
	CString	m_model;
	float	m_price;
	int		m_qualityGuarantee;
	CString	m_unit;
	CString	m_colorType;
	CString	m_qualityLevel;
	int		m_finishedProductRate;
	CString	m_storedHouse;
	int		m_taxRate;
	CString	m_commodityType;
	CString	m_remark;
	int flag;
	CWnd*	tx_commodityID;
	CWnd*	tx_commodityName;
	CWnd*	tx_standard;
	CWnd*	tx_model;
	CWnd*	tx_price;
	CWnd*	tx_qualityGuarantee;
	CWnd*	tx_maintenance;
	CWnd*	tx_unit;
	CWnd*	tx_colorType;
	CWnd*	tx_qualityLevel;
	CWnd*	tx_finishedProductRate;
	CWnd*	tx_storedHouse;
	CWnd*	tx_taxRate;
	CWnd*	tx_commodityType;
	CWnd*	tx_remark;
	CWnd*	bt_delete;
	CWnd*	bt_add;
	CWnd*	bt_save;
	CWnd*	bt_modify;
	CString	m_maintenance;
	//}}AFX_DATA


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

// Implementation

	public:
		void Refresh();
protected:

	// Generated message map functions
	//{{AFX_MSG(CCommodityInfor)
	afx_msg void OnExit();
	afx_msg void OnClickCommodityLIST(NMHDR* pNMHDR, LRESULT* pResult);
	virtual BOOL OnInitDialog();
	afx_msg void OnAdd();
	afx_msg void OnDelete();
	afx_msg void OnModify();
	afx_msg void OnSave();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

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

#endif // !defined(AFX_COMMODITYINFOR_H__DD96086E_9BC1_487F_BC04_0A27BB683F6D__INCLUDED_)

⌨️ 快捷键说明

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