?? setdlg.h
字號:
#if !defined(AFX_SETDLG_H__0A39CAF4_0B53_4E3B_B803_3E93DA838002__INCLUDED_)
#define AFX_SETDLG_H__0A39CAF4_0B53_4E3B_B803_3E93DA838002__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// SETDLG.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CSETDLG dialog
class CSETDLG : public CDialog
{
// Construction
public:
CSETDLG(CWnd* pParent = NULL); // standard constructor
//CHotel_MISView* m_pView;6.5
// Dialog Data
//{{AFX_DATA(CSETDLG)
enum { IDD = IDD_DIALOG_SET };
CComboBox m_DataBits;
CComboBox m_StopBits;
CComboBox m_Speed;
CComboBox m_Parity;
CComboBox m_Com;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CSETDLG)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CSETDLG)
afx_msg void OnTest();
virtual BOOL OnInitDialog();
virtual void OnOK();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_SETDLG_H__0A39CAF4_0B53_4E3B_B803_3E93DA838002__INCLUDED_)
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -