dlgpowerpro.h
来自「电子元器件绘制系统」· C头文件 代码 · 共 61 行
H
61 行
#if !defined(AFX_DLGPOWERPRO_H__C4399B08_0E4F_4F06_ACFD_1998501EC11A__INCLUDED_)
#define AFX_DLGPOWERPRO_H__C4399B08_0E4F_4F06_ACFD_1998501EC11A__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// dlgPowerPro.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CdlgPowerPro dialog
//##ModelId=3E18E0E5008C
class CdlgPowerPro : public CDialog
{
// Construction
public:
//##ModelId=3E18E0E5008E
CdlgPowerPro(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CdlgPowerPro)
enum { IDD = IDD_THREEPOWER };
//##ModelId=3E18E0E50090
CString m_strFirPressure;
//##ModelId=3E18E0E500BE
CString m_strName;
//##ModelId=3E18E0E500BF
CString m_strOutPressure;
//##ModelId=3E18E0E500C0
CString m_strSecPressure;
//##ModelId=3E18E0E500F0
CString m_strThrPressure;
//##ModelId=3E18E0E500F1
CString m_strWorkPressure;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CdlgPowerPro)
protected:
//##ModelId=3E18E0E500F2
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CdlgPowerPro)
// NOTE: the ClassWizard will add member functions here
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_DLGPOWERPRO_H__C4399B08_0E4F_4F06_ACFD_1998501EC11A__INCLUDED_)
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?