?? adaptdlg.h
字號(hào):
/*
** FILENAME ConfigDlg.h
**
** PURPOSE Here the ports can be configured
**
*/
#if !defined(AFX_CONFIGDLG_H__E8DCAF4F_5B32_11D1_94BA_00805A147202__INCLUDED_)
#define AFX_CONFIGDLG_H__E8DCAF4F_5B32_11D1_94BA_00805A147202__INCLUDED_
#if _MSC_VER >= 1000
#pragma once
#endif // _MSC_VER >= 1000
#include "resource.h"
class CadptDlg : public CDialog
{
public:
CadptDlg(CWnd* pParent = NULL); // standard constructor
CadptDlg(CWnd* pParent, BOOL bSerial,DCB dcb,WORD nIO,int nPort);
//{{AFX_DATA(CadptDlg)
enum { IDD = IDD_CONFIG_DIALOG };
CString m_LBaRate;
CString m_LDaBits;
CString m_LEqual;
CString m_LStBits;
int m_LPort;
CString m_LInOut;
//}}AFX_DATA
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CadptDlg)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
public:
BOOL m_LChuan;
protected:
DCB m_Ldcb;
// Generated message map functions
//{{AFX_MSG(CadptDlg)
virtual BOOL OnInitDialog();
afx_msg void OnRadio2();
afx_msg void OnRadio1();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Developer Studio will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_CONFIGDLG_H__E8DCAF4F_5B32_11D1_94BA_00805A147202__INCLUDED_)
?? 快捷鍵說(shuō)明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -