AddNewMerchandiseDlg.h
上传用户:tyjx315
上传日期:2015-01-18
资源大小:1685k
文件大小:1k
- #if !defined(AFX_ADDNEWMERCHANDISEDLG_H__D1161672_F4A6_4394_A713_C57C67B3BE08__INCLUDED_)
- #define AFX_ADDNEWMERCHANDISEDLG_H__D1161672_F4A6_4394_A713_C57C67B3BE08__INCLUDED_
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- // AddNewMerchandiseDlg.h : header file
- //
- /////////////////////////////////////////////////////////////////////////////
- // CAddNewMerchandiseDlg dialog
- class CAddNewMerchandiseDlg : public CDialog
- {
- // Construction
- public:
- CAddNewMerchandiseDlg(CWnd* pParent = NULL); // standard constructor
- // Dialog Data
- //{{AFX_DATA(CAddNewMerchandiseDlg)
- enum { IDD = IDD_ADD_NEWMERCHANDISE };
- CString m_number;
- CString m_name;
- float m_price;
- int m_count;
- CString m_producing_area;
- //}}AFX_DATA
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CAddNewMerchandiseDlg)
- protected:
- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
- //}}AFX_VIRTUAL
- // Implementation
- protected:
- // Generated message map functions
- //{{AFX_MSG(CAddNewMerchandiseDlg)
- 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_ADDNEWMERCHANDISEDLG_H__D1161672_F4A6_4394_A713_C57C67B3BE08__INCLUDED_)