📄 mhdialog.h
字号:
//{{AFX_INCLUDES()
#include "adodc.h"
#include "datagrid.h"
//}}AFX_INCLUDES
#if !defined(AFX_MHDIALOG_H__90228117_D1D8_4530_98D8_954A24A3335C__INCLUDED_)
#define AFX_MHDIALOG_H__90228117_D1D8_4530_98D8_954A24A3335C__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// MHDialog.h : header file
//
class CRuleDefineView;
class CNodeTreeView;
/////////////////////////////////////////////////////////////////////////////
// CMHDialog dialog
class CMHDialog : public CDialog
{
// Construction
public:
CMHDialog(CWnd* pParent = NULL); // CWnd standard constructor
CView* GetView(CRuntimeClass* pClass);
// CMHDialog(CRuleDefineView* pParent );
// Dialog Data
//{{AFX_DATA(CMHDialog)
enum { IDD = IDD_DIALOG_mhhs };
CEdit m_sensorw;
CEdit m_edit_sensorsn;
CComboBox m_combo_sensortp;
CEdit m_edit_FR_id;
CAdodc m_adodc_cgqqk;
CDataGrid m_datagrid_cgqqk;
//}}AFX_DATA
private:
CNodeTreeView *m_pNtView;
CRuleDefineView *m_pRDView;
void shownew();
void clearinput();
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CMHDialog)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CMHDialog)
afx_msg void OnBUTTONaddcgq();
virtual BOOL OnInitDialog();
DECLARE_EVENTSINK_MAP()
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_MHDIALOG_H__90228117_D1D8_4530_98D8_954A24A3335C__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -