📄 ds2wdlg.h
字号:
// DS2WDlg.h : header file
//
#if !defined(AFX_DS2WDLG_H__75207F46_2ACB_11D6_861A_009004BB64D7__INCLUDED_)
#define AFX_DS2WDLG_H__75207F46_2ACB_11D6_861A_009004BB64D7__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
/////////////////////////////////////////////////////////////////////////////
// CDS2WDlg dialog
class CDS2WDlg : public CDialog
{
// Construction
public:
// UCHAR m_strBoardBanner[20];
CDS2WDlg(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CDS2WDlg)
enum { IDD = IDD_DS2W_DIALOG };
CEdit m_EDIT_WBYTE2;
CEdit m_EDIT_WBYTE1;
CEdit m_EDIT_STATUS;
CEdit m_EDIT_RNACK;
CEdit m_EDIT_RACK_NUM;
CEdit m_EDIT_RACK;
CEdit m_EDIT_ADDR;
//}}AFX_DATA
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CDS2WDlg)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
HICON m_hIcon;
// Generated message map functions
//{{AFX_MSG(CDS2WDlg)
virtual BOOL OnInitDialog();
afx_msg void OnSysCommand(UINT nID, LPARAM lParam);
afx_msg void OnPaint();
afx_msg HCURSOR OnQueryDragIcon();
afx_msg void OnRbyteAck();
afx_msg void OnRbyteNack();
afx_msg void OnWaddr();
afx_msg void OnWbyte1();
afx_msg void OnWbyte2();
afx_msg void OnCancel();
afx_msg void OnStart();
afx_msg void OnStop();
afx_msg void OnRaddr();
afx_msg void OnFindAddress();
afx_msg void OnResetBus();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_DS2WDLG_H__75207F46_2ACB_11D6_861A_009004BB64D7__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -