htacballdoc.h

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

H
66
字号
// HtacBallDoc.h : interface of the CHtacBallDoc class
//
/////////////////////////////////////////////////////////////////////////////

#if !defined(AFX_HTACBALLDOC_H__FED99B1C_E7AF_46F5_888A_FAFE0E91E68D__INCLUDED_)
#define AFX_HTACBALLDOC_H__FED99B1C_E7AF_46F5_888A_FAFE0E91E68D__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000


class CHtacBallDoc : public COleDocument
{
protected: // create from serialization only
	CHtacBallDoc();
	DECLARE_DYNCREATE(CHtacBallDoc)

// Attributes
public:

// Operations
public:

// Overrides
	// ClassWizard generated virtual function overrides
	//{{AFX_VIRTUAL(CHtacBallDoc)
	public:
	virtual BOOL OnNewDocument();
	virtual void Serialize(CArchive& ar);
	//}}AFX_VIRTUAL

// Implementation
public:
	CString m_gas_str[10],m_regenator_str[10],
		    m_burner_str[10],m_heatbalance_str[10],
			m_nowel_str[10],m_regeadjust_str[10],
			m_welcome_str[10];
	virtual ~CHtacBallDoc();
#ifdef _DEBUG
	virtual void AssertValid() const;
	virtual void Dump(CDumpContext& dc) const;
#endif

protected:

// Generated message map functions
protected:
	//{{AFX_MSG(CHtacBallDoc)
	afx_msg void OnDesignGas();
	afx_msg void OnAdjustBurner();
	afx_msg void OnAdjustNowel();
	afx_msg void OnAdjustHeatbal();
	afx_msg void OnAdjustRege();
	afx_msg void OnDesignRege();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

/////////////////////////////////////////////////////////////////////////////

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

#endif // !defined(AFX_HTACBALLDOC_H__FED99B1C_E7AF_46F5_888A_FAFE0E91E68D__INCLUDED_)

⌨️ 快捷键说明

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