gas.h

来自「《蓄热式陶瓷球燃烧器设计系统(版本:1.01aFinal)》为自由软件」· C头文件 代码 · 共 67 行

H
67
字号
#if !defined(AFX_GAS_H__6F2CB58E_AEC3_4E9A_8EF6_18CBCA63F1CE__INCLUDED_)
#define AFX_GAS_H__6F2CB58E_AEC3_4E9A_8EF6_18CBCA63F1CE__INCLUDED_

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


/////////////////////////////////////////////////////////////////////////////
// CGas dialog

class CGas : public CDialog
{
// Construction
public:
	CGas(CWnd* pParent = NULL);   // standard constructor
   
    float m_fume_co2,m_fume_o2,m_fume_so2,m_fume_h2o,m_fume_n2; 
// Dialog Data
	//{{AFX_DATA(CGas)
	enum { IDD = IDD_GAS };
	CListBox	m_list1;
	float	m_airdemand;
	float	m_airfactor;
	float	m_C2H4;
	float	m_CH4;
	float	m_CO;
	float	m_CO2;
	float	m_consumption;
	float	m_fume;
	float	m_H2;
	float	m_N2;
	float	m_O2;
	float	m_ratio;
	float	m_tem;
	float	m_heatvalue;
	float	m_BurnerP;
	//}}AFX_DATA


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

// Implementation
protected:

	// Generated message map functions
	//{{AFX_MSG(CGas)
	afx_msg void OnCompute();
	afx_msg void OnFileOpen();
	afx_msg void OnFileSaveAs();
	virtual void OnOK();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

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

#endif // !defined(AFX_GAS_H__6F2CB58E_AEC3_4E9A_8EF6_18CBCA63F1CE__INCLUDED_)

⌨️ 快捷键说明

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