setdlg.h
来自「我的毕业设计---高级宾馆门禁系统 VC数据库+串口 从串口接收」· C头文件 代码 · 共 54 行
H
54 行
#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 + =
减小字号Ctrl + -
显示快捷键?