sell.h

来自「基于UML的饮料自动售货机系统设计该设计模拟自动售货机的工作原理和方式」· C头文件 代码 · 共 69 行

H
69
字号
#if !defined(AFX_SELL_H__5456AB4E_2B65_4AE8_A455_62F6B992634D__INCLUDED_)
#define AFX_SELL_H__5456AB4E_2B65_4AE8_A455_62F6B992634D__INCLUDED_

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

/////////////////////////////////////////////////////////////////////////////
// CSell dialog

class CSell : public CDialog
{
// Construction
public:


	CSell(CWnd* pParent = NULL);   // standard constructor

// Dialog Data
	//{{AFX_DATA(CSell)
	enum { IDD = IDD_DLG_SELL };
	CListBox	m_list_money;
	CListBox	m_list;
	BOOL	m_baishi;
	BOOL	m_kekou;
	BOOL	m_xue;
	BOOL	m_lvcha;
	BOOL	m_10yuan;
	BOOL	m_5yuan;
	BOOL	m_1yuan;
	BOOL	m_05yuan;
	CString	m_pesi;
	CString	m_cola;
	CString	m_xuebi;
	CString	m_tea;
	CString	m_10;
	CString	m_5;
	CString	m_1;
	CString	m_05;
	int		m_money;
	//}}AFX_DATA


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

// Implementation
protected:

	// Generated message map functions
	//{{AFX_MSG(CSell)
	virtual void OnOK();
	afx_msg void OnBtnCheck();
	afx_msg void OnBtnMoney();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

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

#endif // !defined(AFX_SELL_H__5456AB4E_2B65_4AE8_A455_62F6B992634D__INCLUDED_)

⌨️ 快捷键说明

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