?? +
字號(hào):
// 計(jì)算機(jī)無線通信串口程序Dlg.h : header file
//
//{{AFX_INCLUDES()
#include "mscomm.h"
//}}AFX_INCLUDES
#if !defined(AFX_DLG_H__68EFBE48_5935_11D7_993F_F47C93BFA47B__INCLUDED_)
#define AFX_DLG_H__68EFBE48_5935_11D7_993F_F47C93BFA47B__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
/////////////////////////////////////////////////////////////////////////////
// CMyDlg dialog
class CMyDlg : public CDialog
{
// Construction
public:
CString m_value;
CMyDlg(CWnd* pParent = NULL); // standard constructor
int String2Hex(CString str,CByteArray & senddata);
char ConvertHexChar(char ch);
// Dialog Data
//{{AFX_DATA(CMyDlg)
enum { IDD = IDD_MY_DIALOG };
CButton m_ctrlHexSend;
CButton m_ctrlHexDisplay;
CComboBox m_combox;
CMSComm m_ctrlComm;
CString m_strRXData;
CString m_strTXData;
BOOL m_bAutoSend;
CString m_strTrack2;
CString m_strTrack;
CString m_strSpeed2;
CString m_strSpeed;
CString m_strNo2;
CString m_strNo;
CString m_strLongitude2;
CString m_strLongitude;
CString m_strLatitude2;
CString m_strLatitude;
int m_iDirection;
CString m_strDirection2;
//}}AFX_DATA
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CMyDlg)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
HICON m_hIcon;
// Generated message map functions
//{{AFX_MSG(CMyDlg)
virtual BOOL OnInitDialog();
afx_msg void OnSysCommand(UINT nID, LPARAM lParam);
afx_msg void OnPaint();
afx_msg HCURSOR OnQueryDragIcon();
afx_msg void OnComm();
afx_msg void OnButtonManualsend();
afx_msg void OnButtonClear1();
afx_msg void OnButtonClear2();
afx_msg void OnEXIT();
afx_msg void OnSelchangeCombo1();
afx_msg void OnTimer(UINT nIDEvent);
afx_msg void OnCheckAutosend();
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_DLG_H__68EFBE48_5935_11D7_993F_F47C93BFA47B__INCLUDED_)
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -