📄 deviceinfoview.h
字号:
#if !defined(AFX_DEVICEINFOVIEW_H__3B6C9DDB_CF6B_467A_A348_795F02B0EA95__INCLUDED_)
#define AFX_DEVICEINFOVIEW_H__3B6C9DDB_CF6B_467A_A348_795F02B0EA95__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// DeviceInfoView.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CDeviceInfoView form view
#ifndef __AFXEXT_H__
#include <afxext.h>
#endif
#include "MbpcDoc.h"
class CDeviceInfoView : public CFormView
{
protected:
CDeviceInfoView(); // protected constructor used by dynamic creation
DECLARE_DYNCREATE(CDeviceInfoView)
// Form Data
public:
//{{AFX_DATA(CDeviceInfoView)
enum { IDD = IDD_DEVICEINFOVIEW };
CEdit m_szTimeMode;
CEdit m_szAlarmCntr;
CEdit m_szActCntr;
CEdit m_EditUsedSecCntr;
CEdit m_szDeviceName;
CEdit m_szStationName;
CEdit m_szDeviceType;
CEdit m_szDesigner;
CEdit m_szDeviceTypeId;
CEdit m_szDeviceAddr;
CEdit m_szRevision;
CEdit m_szRevDate;
CEdit m_szAnalogCntr;
CEdit m_szEnergyCntr;
CEdit m_szDiCntr;
CEdit m_szEnableCntr;
CEdit m_szDoCntr;
CEdit m_szSetSecCntr;
CEdit m_szCurrentSec;
CEdit m_szItemInSec;
CEdit m_szMMIRev;
//}}AFX_DATA
// Attributes
public:
// Operations
public:
CMbpcDoc* GetDocument();
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CDeviceInfoView)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
virtual void OnActivateView(BOOL bActivate, CView* pActivateView, CView* pDeactiveView);
//}}AFX_VIRTUAL
// Implementation
protected:
virtual ~CDeviceInfoView();
#ifdef _DEBUG
virtual void AssertValid() const;
virtual void Dump(CDumpContext& dc) const;
#endif
// Generated message map functions
//{{AFX_MSG(CDeviceInfoView)
afx_msg int OnCreate(LPCREATESTRUCT lpCreateStruct);
afx_msg void OnTimer(UINT nIDEvent);
afx_msg void OnDestroy();
afx_msg void OnTest();
afx_msg void OnTest2();
//}}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_DEVICEINFOVIEW_H__3B6C9DDB_CF6B_467A_A348_795F02B0EA95__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -