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

数据库系统

开发平台:

Visual C++

  1. #if !defined(AFX_PROEDITDLG_H__020FA202_0CE4_40D6_8EC0_F448C53068C7__INCLUDED_)
  2. #define AFX_PROEDITDLG_H__020FA202_0CE4_40D6_8EC0_F448C53068C7__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // ProEditDlg.h : header file
  7. //
  8. /////////////////////////////////////////////////////////////////////////////
  9. // CProEditDlg dialog
  10. class CProEditDlg : public CDialog
  11. {
  12. public:
  13. CString cPid;  //用于保存当前的产品编号,如果为"",则表示插入记录
  14. CString cPname;  //用于保存当前产品的名称
  15. int iTypeId; //用于保存当前产品的类型编号
  16. // Construction
  17. public:
  18. CProEditDlg(CWnd* pParent = NULL);   // standard constructor
  19. // Dialog Data
  20. //{{AFX_DATA(CProEditDlg)
  21. enum { IDD = IDD_PROEDIT_DIALOG };
  22. int m_Alarm;
  23. int m_Phigh;
  24. int m_Plow;
  25. CString m_Pname;
  26. float m_Pprice;
  27. CString m_Pstyle;
  28. CString m_Ptype;
  29. CString m_Punit;
  30. int m_Valid;
  31. //}}AFX_DATA
  32. // Overrides
  33. // ClassWizard generated virtual function overrides
  34. //{{AFX_VIRTUAL(CProEditDlg)
  35. protected:
  36. virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
  37. //}}AFX_VIRTUAL
  38. // Implementation
  39. protected:
  40. // Generated message map functions
  41. //{{AFX_MSG(CProEditDlg)
  42. virtual void OnOK();
  43. //}}AFX_MSG
  44. DECLARE_MESSAGE_MAP()
  45. };
  46. //{{AFX_INSERT_LOCATION}}
  47. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  48. #endif // !defined(AFX_PROEDITDLG_H__020FA202_0CE4_40D6_8EC0_F448C53068C7__INCLUDED_)