insertbumen.h
上传用户:xz12345
上传日期:2007-09-12
资源大小:7437k
文件大小:1k
- #if !defined(AFX_INSERTBUMEN_H__28FBEA33_191E_497F_8784_A9A08BE9B7C1__INCLUDED_)
- #define AFX_INSERTBUMEN_H__28FBEA33_191E_497F_8784_A9A08BE9B7C1__INCLUDED_
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- // insertbumen.h : header file
- //
- /////////////////////////////////////////////////////////////////////////////
- // insertbumen dialog
- class insertbumen : public CDialog
- {
- // Construction
- public:
- insertbumen(CWnd* pParent = NULL); // standard constructor
- // Dialog Data
- //{{AFX_DATA(insertbumen)
- enum { IDD = IDD_insertbumen };
- CString m_bmid;
- CString m_bmname;
- CString m_bmjintie;
- //}}AFX_DATA
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(insertbumen)
- protected:
- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
- //}}AFX_VIRTUAL
- // Implementation
- protected:
- // Generated message map functions
- //{{AFX_MSG(insertbumen)
- afx_msg void OnButton2();
- afx_msg void OnButton3();
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
- #endif // !defined(AFX_INSERTBUMEN_H__28FBEA33_191E_497F_8784_A9A08BE9B7C1__INCLUDED_)