www.pudn.com > LoadMachineCode111.rar > SetParameter.h


#if !defined(AFX_SETPARAMETER_H__3E87DC7E_BE92_4608_AF68_788929B2A254__INCLUDED_) 
#define AFX_SETPARAMETER_H__3E87DC7E_BE92_4608_AF68_788929B2A254__INCLUDED_ 
 
#if _MSC_VER > 1000 
#pragma once 
#endif // _MSC_VER > 1000 
// SetParameter.h : header file 
// 
 
///////////////////////////////////////////////////////////////////////////// 
// CSetParameter dialog 
const MAXSIZE=13; 
class CSetParameter : public CDialog 
{ 
// Construction 
public: 
	CSetParameter(CWnd* pParent = NULL);   // standard constructor 
 
// Dialog Data 
	//{{AFX_DATA(CSetParameter) 
	enum { IDD = IDD_SETPARAMETER }; 
	CComboBox	m_comportctl; 
	CString	m_comport; 
	CString	m_hardware; 
	CString	m_software; 
	CString	m_model; 
	int		m_extend; 
	CString	m_operatorname; 
	CString	m_machcode; 
	CString	m_producecode; 
	CString	m_operatorcode; 
	//}}AFX_DATA 
 
	int m_number; 
 
// Overrides 
	// ClassWizard generated virtual function overrides 
	//{{AFX_VIRTUAL(CSetParameter) 
	protected: 
	virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support 
	//}}AFX_VIRTUAL 
 
// Implementation 
protected: 
 
	// Generated message map functions 
	//{{AFX_MSG(CSetParameter) 
	virtual BOOL OnInitDialog(); 
	afx_msg void OnSet(); 
	//}}AFX_MSG 
	DECLARE_MESSAGE_MAP() 
}; 
 
//{{AFX_INSERT_LOCATION}} 
// Microsoft Visual C++ will insert additional declarations immediately before the previous line. 
 
#endif // !defined(AFX_SETPARAMETER_H__3E87DC7E_BE92_4608_AF68_788929B2A254__INCLUDED_)