📄 analoginfoview.h
字号:
#if !defined(AFX_ANALOGINFOVIEW_H__41994124_037A_403D_BB31_97A7D7209842__INCLUDED_)
#define AFX_ANALOGINFOVIEW_H__41994124_037A_403D_BB31_97A7D7209842__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// AnalogInfoView.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CAnalogInfoView form view
#ifndef __AFXEXT_H__
#include <afxext.h>
#endif
#include "MbpcDoc.h"
class CAnalogInfoView : public CFormView
{
protected:
CAnalogInfoView(); // protected constructor used by dynamic creation
DECLARE_DYNCREATE(CAnalogInfoView)
// Form Data
public:
//{{AFX_DATA(CAnalogInfoView)
enum { IDD = IDD_ANALOGINFOVIEW };
CEdit m_EditRecordName;
CEdit m_EditRecordId;
CComboBox m_CombRecordId;
CEdit m_EditAlarmName;
CEdit m_EditAlarmId;
CComboBox m_CombAlarmId;
CEdit m_SetUpper;
CEdit m_SetUnit;
CEdit m_SetName;
CEdit m_SetLower;
CEdit m_SetNum;
CEdit m_SetDatetype;
CComboBox m_CombSetId;
CEdit m_EnergySunit;
CEdit m_EnergySratio;
CEdit m_EnergyPunit;
CEdit m_EnergyPratio;
CEdit m_EnergyName;
CEdit m_EnergyNum;
CComboBox m_CombEnergyId;
CEdit m_EnableOnname;
CEdit m_EnableOffname;
CEdit m_EnableName;
CEdit m_EnableNum;
CComboBox m_CombEnableId;
CEdit m_DoOnname;
CEdit m_DoOffName;
CEdit m_DoName;
CEdit m_DoIdNum;
CComboBox m_CombDoId;
CEdit m_DiOnname;
CEdit m_DiOffname;
CEdit m_DiName;
CEdit m_DiNum;
CComboBox m_CombDiId;
CEdit m_EditZeroDev;
CEdit m_EditSunit;
CEdit m_EditSratio;
CEdit m_EditPunit;
CEdit m_EditPratio;
CEdit m_EditName;
CEdit m_EditIdNum;
CComboBox m_CombAnaId;
int m_nAnalogId;
int m_nDiId;
int m_nDoId;
int m_nEnableId;
int m_nEnergyId;
int m_nSetId;
int m_nAlarmId;
int m_nRecordId;
//}}AFX_DATA
// Attributes
public:
// Operations
public:
CMbpcDoc* GetDocument();
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CAnalogInfoView)
public:
virtual void OnInitialUpdate();
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
virtual void OnActivateView(BOOL bActivate, CView* pActivateView, CView* pDeactiveView);
//}}AFX_VIRTUAL
// Implementation
protected:
virtual ~CAnalogInfoView();
#ifdef _DEBUG
virtual void AssertValid() const;
virtual void Dump(CDumpContext& dc) const;
#endif
// Generated message map functions
//{{AFX_MSG(CAnalogInfoView)
afx_msg int OnCreate(LPCREATESTRUCT lpCreateStruct);
afx_msg void OnTimer(UINT nIDEvent);
afx_msg void OnDestroy();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
private:
UINT m_nTimerFlag;
};
/////////////////////////////////////////////////////////////////////////////
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_ANALOGINFOVIEW_H__41994124_037A_403D_BB31_97A7D7209842__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -