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

📄 filldrink.h

📁 饮料自动售货机
💻 H
字号:
#if !defined(AFX_FILLDRINK_H__50BB6C69_59F4_4113_BBBA_CC206287BB45__INCLUDED_)
#define AFX_FILLDRINK_H__50BB6C69_59F4_4113_BBBA_CC206287BB45__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// FillDrink.h : header file
//
#include "DrinkStorage.h"

/////////////////////////////////////////////////////////////////////////////
// CFillDrink dialog

class CFillDrink : public CDialog
{
// Construction
public:
	CFillDrink(CDrinkStorage* DrinkStorage[5],CWnd* pParent = NULL);   // standard constructor
	CDrinkStorage* m_drinkStorage;
// Dialog Data
	//{{AFX_DATA(CFillDrink)
	enum { IDD = IDD_DLG_FILL_DRINK };
	CString	m_nameFifth;
	CString	m_nameFirst;
	CString	m_nameFourth;
	CString	m_nameSecord;
	CString	m_nameThird;

	int	m_numFirst;
	int	m_numSecord;
	int	m_numThird;
	int	m_numFourth;
	int	m_numFifth;

	double	m_priceFifth;
	double	m_priceFirst;
	double	m_priceFourth;
	double	m_priceSecord;
	double	m_priceThird;
	//}}AFX_DATA


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

// Implementation
protected:

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

⌨️ 快捷键说明

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