ProEditDlg.h
资源名称:SQLVC.rar [点击查看]
上传用户:biney012
上传日期:2022-05-09
资源大小:4592k
文件大小:1k
源码类别:
数据库系统
开发平台:
Visual C++
- #if !defined(AFX_PROEDITDLG_H__020FA202_0CE4_40D6_8EC0_F448C53068C7__INCLUDED_)
- #define AFX_PROEDITDLG_H__020FA202_0CE4_40D6_8EC0_F448C53068C7__INCLUDED_
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- // ProEditDlg.h : header file
- //
- /////////////////////////////////////////////////////////////////////////////
- // CProEditDlg dialog
- class CProEditDlg : public CDialog
- {
- public:
- CString cPid; //用于保存当前的产品编号,如果为"",则表示插入记录
- CString cPname; //用于保存当前产品的名称
- int iTypeId; //用于保存当前产品的类型编号
- // Construction
- public:
- CProEditDlg(CWnd* pParent = NULL); // standard constructor
- // Dialog Data
- //{{AFX_DATA(CProEditDlg)
- enum { IDD = IDD_PROEDIT_DIALOG };
- int m_Alarm;
- int m_Phigh;
- int m_Plow;
- CString m_Pname;
- float m_Pprice;
- CString m_Pstyle;
- CString m_Ptype;
- CString m_Punit;
- int m_Valid;
- //}}AFX_DATA
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CProEditDlg)
- protected:
- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
- //}}AFX_VIRTUAL
- // Implementation
- protected:
- // Generated message map functions
- //{{AFX_MSG(CProEditDlg)
- 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_PROEDITDLG_H__020FA202_0CE4_40D6_8EC0_F448C53068C7__INCLUDED_)