📄 instrumentinit.h
字号:
#if !defined(AFX_INSTRUMENTINIT_H__3EB36012_FD25_4534_BF38_052CC64BCE44__INCLUDED_)
#define AFX_INSTRUMENTINIT_H__3EB36012_FD25_4534_BF38_052CC64BCE44__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// InstrumentInit.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CInstrumentInit dialog
class CInstrumentInit : public CDialog
{
// Construction
public:
CInstrumentInit(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CInstrumentInit)
enum { IDD = IDD_INS_INIT };
CEdit m_EngU;
CEdit m_EngName;
CEdit m_EngLow;
CEdit m_EngHigh;
CStatic m_pYqNo;
CStatic m_pSer;
CEdit m_pMeaMax;
CEdit m_pMeaU;
CEdit m_pMeaName;
CEdit m_pMeaMin;
CStatic m_pYqName;
CString m_pOper;
// int m_pSample;
CString m_pTeam;
CString m_pMName;
CString m_pMMin;
CString m_pMMax;
CString m_pMU;
CString m_EHigh;
CString m_ELow;
CString m_EName;
CString m_EU;
char hi[4][10];
char low[4][10];
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CInstrumentInit)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CInstrumentInit)
virtual BOOL OnInitDialog();
virtual BOOL InitDisplay();
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_INSTRUMENTINIT_H__3EB36012_FD25_4534_BF38_052CC64BCE44__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -