📄 embest_scommdlg.h
字号:
// Embest_SCOMMDlg.h : header file
//
#if !defined(AFX_EMBEST_SCOMMDLG_H__69B3DE46_28A9_4E69_A87F_9B1F2461D91B__INCLUDED_)
#define AFX_EMBEST_SCOMMDLG_H__69B3DE46_28A9_4E69_A87F_9B1F2461D91B__INCLUDED_
#if _MSC_VER >= 1000
#pragma once
#endif // _MSC_VER >= 1000
/////////////////////////////////////////////////////////////////////////////
// CEmbest_SCOMMDlg dialog
class CEmbest_SCOMMDlg : public CDialog
{
// Construction
public:
CEmbest_SCOMMDlg(CWnd* pParent = NULL); // standard constructor
// CAnimateDlgIcon m_animIcon; //动画图标
void response(BYTE* buf,int bufLen);
// Dialog Data
//{{AFX_DATA(CEmbest_SCOMMDlg)
enum { IDD = IDD_EMBEST_SCOMM_DIALOG };
CStatic m_ctrlPortStatus;
CEdit m_ctrlEditSend;
CEdit m_ctrlReceiveData;
CComboBox m_StopBits;
CComboBox m_Speed;
CComboBox m_Parity;
CComboBox m_DataBits;
CComboBox m_Com;
CButton m_ctrlOpenPort;
CButton m_ctrlManualSend;
CString m_strSendData;
CString m_ReceiveData;
//}}AFX_DATA
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CEmbest_SCOMMDlg)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
HICON m_hIcon;
// Generated message map functions
//{{AFX_MSG(CEmbest_SCOMMDlg)
virtual BOOL OnInitDialog();
afx_msg void OnButtonClearReciArea();
afx_msg void OnSelchangeComboComselect();
afx_msg void OnSelchangeComboDatabits();
afx_msg void OnSelchangeComboParity();
afx_msg void OnSelchangeComboSpeed();
afx_msg void OnSelchangeComboStopbits();
afx_msg void OnButtonOpenport();
afx_msg void OnButtonManualsend();
afx_msg void OnButtonCleansend();
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_EMBEST_SCOMMDLG_H__69B3DE46_28A9_4E69_A87F_9B1F2461D91B__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -