📄 mf_pad_demodlg.h
字号:
// mf_pad_demoDlg.h : header file
//
#if !defined(AFX_MF_PAD_DEMODLG_H__B5FC8677_CB27_4B13_8991_07C81778729A__INCLUDED_)
#define AFX_MF_PAD_DEMODLG_H__B5FC8677_CB27_4B13_8991_07C81778729A__INCLUDED_
#if _MSC_VER >= 1000
#pragma once
#endif // _MSC_VER >= 1000
/////////////////////////////////////////////////////////////////////////////
// CMf_pad_demoDlg dialog
class CMf_pad_demoDlg : public CDialog
{
// Construction
public:
HANDLE m_hComm;
CMf_pad_demoDlg(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CMf_pad_demoDlg)
enum { IDD = IDD_MF_PAD_DEMO_DIALOG };
CEdit m_editDisp;
CComboBox m_cbPort;
CString m_strTransmit;
//}}AFX_DATA
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CMf_pad_demoDlg)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
HICON m_hIcon;
// Generated message map functions
//{{AFX_MSG(CMf_pad_demoDlg)
virtual BOOL OnInitDialog();
afx_msg void OnBtnOpencom();
afx_msg void OnBtnClosecom();
afx_msg void OnBtnCntrlLed();
afx_msg void OnBtnClear();
afx_msg void OnBtnSetbaud();
afx_msg void OnBtnGetver();
afx_msg void OnBtnTypeA();
afx_msg void OnBtnReqb();
afx_msg void OnBtnMfRead();
afx_msg void OnBtnMfwrite();
afx_msg void OnBtnMfInitval();
afx_msg void OnBtnMfDec();
afx_msg void OnBtnInc();
afx_msg void OnBtnMfGetsnr();
afx_msg void OnBtnNextPage();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft eMbedded Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_MF_PAD_DEMODLG_H__B5FC8677_CB27_4B13_8991_07C81778729A__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -