www.pudn.com > LoadMachineCode111.rar > Loadmachcode.h
#if !defined(AFX_LOADMACHCODE_H__6FA0B9D8_4497_4FC5_A949_60828E2BA6EF__INCLUDED_)
#define AFX_LOADMACHCODE_H__6FA0B9D8_4497_4FC5_A949_60828E2BA6EF__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// Loadmachcode.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CLoadmachcode dialog
class CLoadmachcode : public CDialog
{
private:
CView *m_pView;
public:
CLoadmachcode(CView * pView);
BOOL Create();
// Construction
public:
CLoadmachcode(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CLoadmachcode)
enum { IDD = IDD_LOADMACHINECODE };
CListCtrl m_listMachcode;
CString m_fullcode;
CString m_machinecode;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CLoadmachcode)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CLoadmachcode)
virtual void OnCancel();
virtual BOOL OnInitDialog();
afx_msg void OnLoadmachinecode();
afx_msg void OnSetparameter();
afx_msg void OnDelrecord();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_LOADMACHCODE_H__6FA0B9D8_4497_4FC5_A949_60828E2BA6EF__INCLUDED_)