instrumentinit.h

来自「测井软件刻度的框价程序,对测井软件的开发有价值.」· C头文件 代码 · 共 73 行

H
73
字号
#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 + =
减小字号Ctrl + -
显示快捷键?