📄 magic2410dlg.h
字号:
// Magic2410Dlg.h : header file
//
#if !defined(AFX_MAGIC2410DLG_H__455D8AAA_7E14_4C23_9D2A_08194A33EC8E__INCLUDED_)
#define AFX_MAGIC2410DLG_H__455D8AAA_7E14_4C23_9D2A_08194A33EC8E__INCLUDED_
#include "GPRSMSG.h" // Added by ClassView
#include "DlgBeep.h" // Added by ClassView
#include "TabSheet.h"
#include "DLGCAT1025.h" // Added by ClassView
#include "DLG7290.h" // Added by ClassView
#include "DLGADC.h" // Added by ClassView
#include "DLGPWMSIN.h" // Added by ClassView
#include "DLGSDMMC.h" // Added by ClassView
#include "DLGSERIAL.h" // Added by ClassView
#include "DLGUDP.h"
#include "DLGTCP.h"
#include "DLGRS485.h"
#if _MSC_VER >= 1000
#pragma once
#endif // _MSC_VER >= 1000
/////////////////////////////////////////////////////////////////////////////
// CMagic2410Dlg dialog
class CMagic2410Dlg : public CDialog
{
// Construction
public:
GPRSMSG m_GPRSMSGBox;
DLGSERIAL m_SerialBox;
DLGRS485 m_RS485Box;
DLGSDMMC m_SDMMCBox;
DLGPWMSIN m_PWMSinBox;
DLGADC m_ADCBox;
DLG7290 m_7290Box;
DLGCAT1025 m_Cat1025Box;
DlgBeep m_BeepBox;
DLGUDP m_UDPBox;
DLGTCP m_TCPBox;
CMagic2410Dlg(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CMagic2410Dlg)
enum { IDD = IDD_MAGIC2410_DIALOG };
CTabSheet m_tab;
//}}AFX_DATA
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CMagic2410Dlg)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
HICON m_hIcon;
// Generated message map functions
//{{AFX_MSG(CMagic2410Dlg)
virtual BOOL OnInitDialog();
afx_msg void OnDestroy();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft eMbedded Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_MAGIC2410DLG_H__455D8AAA_7E14_4C23_9D2A_08194A33EC8E__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -