AddNewMerchandiseDlg.h
上传用户:tyjx315
上传日期:2015-01-18
资源大小:1685k
文件大小:1k
源码类别:

百货/超市行业

开发平台:

Visual C++

  1. #if !defined(AFX_ADDNEWMERCHANDISEDLG_H__D1161672_F4A6_4394_A713_C57C67B3BE08__INCLUDED_)
  2. #define AFX_ADDNEWMERCHANDISEDLG_H__D1161672_F4A6_4394_A713_C57C67B3BE08__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // AddNewMerchandiseDlg.h : header file
  7. //
  8. /////////////////////////////////////////////////////////////////////////////
  9. // CAddNewMerchandiseDlg dialog
  10. class CAddNewMerchandiseDlg : public CDialog
  11. {
  12. // Construction
  13. public:
  14. CAddNewMerchandiseDlg(CWnd* pParent = NULL);   // standard constructor
  15. // Dialog Data
  16. //{{AFX_DATA(CAddNewMerchandiseDlg)
  17. enum { IDD = IDD_ADD_NEWMERCHANDISE };
  18. CString m_number;
  19. CString m_name;
  20. float m_price;
  21. int m_count;
  22. CString m_producing_area;
  23. //}}AFX_DATA
  24. // Overrides
  25. // ClassWizard generated virtual function overrides
  26. //{{AFX_VIRTUAL(CAddNewMerchandiseDlg)
  27. protected:
  28. virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
  29. //}}AFX_VIRTUAL
  30. // Implementation
  31. protected:
  32. // Generated message map functions
  33. //{{AFX_MSG(CAddNewMerchandiseDlg)
  34. virtual void OnOK();
  35. //}}AFX_MSG
  36. DECLARE_MESSAGE_MAP()
  37. };
  38. //{{AFX_INSERT_LOCATION}}
  39. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  40. #endif // !defined(AFX_ADDNEWMERCHANDISEDLG_H__D1161672_F4A6_4394_A713_C57C67B3BE08__INCLUDED_)