?? proeditdlg.h
字號:
#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_)
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -