ProTypeEditDlg.h
上传用户:biney012
上传日期:2022-05-09
资源大小:4592k
文件大小:1k
源码类别:

数据库系统

开发平台:

Visual C++

  1. #if !defined(AFX_PROTYPEEDITDLG_H__76BB8380_A394_4B20_8605_87C204FC5B95__INCLUDED_)
  2. #define AFX_PROTYPEEDITDLG_H__76BB8380_A394_4B20_8605_87C204FC5B95__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // ProTypeEditDlg.h : header file
  7. //
  8. /////////////////////////////////////////////////////////////////////////////
  9. // CProTypeEditDlg dialog
  10. class CProTypeEditDlg : public CDialog
  11. {
  12. public:
  13. CString cTypeId;  //用于保存当前产品类型的编号
  14. CString cTypeName;  //用于保存当前编辑的产品类型名称
  15. int iUpperId;  //用于保存当前编辑产品类型的上级类型编号
  16. // Construction
  17. public:
  18. CProTypeEditDlg(CWnd* pParent = NULL);   // standard constructor
  19. // Dialog Data
  20. //{{AFX_DATA(CProTypeEditDlg)
  21. enum { IDD = IDD_PROTYPEEDIT_DIALOG };
  22. CString m_TypeName;
  23. CString m_Upper;
  24. //}}AFX_DATA
  25. // Overrides
  26. // ClassWizard generated virtual function overrides
  27. //{{AFX_VIRTUAL(CProTypeEditDlg)
  28. protected:
  29. virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
  30. //}}AFX_VIRTUAL
  31. // Implementation
  32. protected:
  33. // Generated message map functions
  34. //{{AFX_MSG(CProTypeEditDlg)
  35. virtual void OnOK();
  36. //}}AFX_MSG
  37. DECLARE_MESSAGE_MAP()
  38. };
  39. //{{AFX_INSERT_LOCATION}}
  40. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  41. #endif // !defined(AFX_PROTYPEEDITDLG_H__76BB8380_A394_4B20_8605_87C204FC5B95__INCLUDED_)