📄 initusbdisktestdlg.h
字号:
// InitUsbDiskTestDlg.h : 头文件
//
#pragma once
// CInitUsbDiskTestDlg 对话框
class CInitUsbDiskTestDlg : public CDialog
{
// 构造
public:
CInitUsbDiskTestDlg(CWnd* pParent = NULL); // 标准构造函数
HINSTANCE hDll, hDll1;
// 对话框数据
enum { IDD = IDD_INITUSBDISKTEST_DIALOG };
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV 支持
// 实现
protected:
HICON m_hIcon;
// 生成的消息映射函数
virtual BOOL OnInitDialog();
afx_msg void OnPaint();
afx_msg HCURSOR OnQueryDragIcon();
DECLARE_MESSAGE_MAP()
public:
afx_msg void OnBnClickedButton1();
afx_msg void OnBnClickedButton2();
afx_msg void OnBnClickedButton3();
afx_msg void OnBnClickedButton4();
afx_msg void OnBnClickedButton5();
afx_msg void OnBnClickedButton6();
int m_type;
afx_msg void OnBnClickedButton7();
afx_msg void OnBnClickedButton8();
afx_msg void OnBnClickedButton9();
int m_nb0;
int m_nb1;
afx_msg void OnBnClickedButton10();
afx_msg void OnBnClickedButton11();
afx_msg void OnBnClickedButton13();
afx_msg void OnBnClickedButton12();
afx_msg void OnBnClickedButton14();
afx_msg void OnBnClickedButton15();
afx_msg void OnBnClickedButton16();
afx_msg void OnBnClickedButton17();
int m_pdnb;
afx_msg void OnBnClickedButton18();
afx_msg void OnBnClickedButton19();
};
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -