dialog_editmaterial.h

来自「UG调用的动态链接数据库」· C头文件 代码 · 共 57 行

H
57
字号
#if !defined(AFX_DIALOG_EDITMATERIAL_H__46E1D080_4B01_47A0_810A_AA3A7BADB83F__INCLUDED_)
#define AFX_DIALOG_EDITMATERIAL_H__46E1D080_4B01_47A0_810A_AA3A7BADB83F__INCLUDED_

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

/////////////////////////////////////////////////////////////////////////////
// CDialog_EditMaterial dialog

class CDialog_EditMaterial : public CDialog
{
// Construction
public:
	CDialog_EditMaterial(CWnd* pParent = NULL);   // standard constructor
	void ShowCombox();
// Dialog Data
	//{{AFX_DATA(CDialog_EditMaterial)
	enum { IDD = IDD_EDIT_MATERIAL };
	CComboBox	m_com_material;
	CString	m_comment;
	float	m_conductance;
	float	m_density;
	float	m_elastic;
	float	m_expand;
	float	m_hardness;
	float	m_possion;
	float	m_thermalconpacitance;
	//}}AFX_DATA


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

// Implementation
protected:

	// Generated message map functions
	//{{AFX_MSG(CDialog_EditMaterial)
	virtual BOOL OnInitDialog();
	afx_msg void OnSelchange();
	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_DIALOG_EDITMATERIAL_H__46E1D080_4B01_47A0_810A_AA3A7BADB83F__INCLUDED_)

⌨️ 快捷键说明

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