bluetoothdlg.h
来自「一个简单的蓝牙发现程序」· C头文件 代码 · 共 39 行
H
39 行
// bluetoothDlg.h : header file
//
#pragma once
// CbluetoothDlg dialog
class CbluetoothDlg : public CDialog
{
// Construction
public:
CbluetoothDlg(CWnd* pParent = NULL); // standard constructor
// Dialog Data
enum { IDD = IDD_BLUETOOTH_DIALOG };
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
// Implementation
protected:
HICON m_hIcon;
// Generated message map functions
virtual BOOL OnInitDialog();
afx_msg void OnSysCommand(UINT nID, LPARAM lParam);
afx_msg void OnPaint();
afx_msg HCURSOR OnQueryDragIcon();
DECLARE_MESSAGE_MAP()
public:
afx_msg void OnBnClickedButtonPropertySheet();
afx_msg void OnBnClickedButtonScan();
afx_msg void OnBnClickedButtonShowMac();
};
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?