resource.h
来自「windows 驱动程序开发相关资料与代码 让你深刻知晓windows 开发的魅」· C头文件 代码 · 共 29 行
H
29 行
//
// resource.h
//
// Generated by C DriverWizard 3.1.0 (Build 1722)
// Requires DDK Only
// File created on 10/23/2004
//
#define IDC_DEVICE_INSTANCE_LIST 1001
#define IDC_OPEN_BUTTON 1002
#define IDC_CLOSE_BUTTON 1003
#define IDC_OP_TYPE_COMBO 1004
#define IDC_IN_DATA_EDIT 1006
#define IDC_RETURN_LENGTH_EDIT 1008
#define IDC_IN_SIZE_EDIT 1009
#define IDC_OUT_DATA_EDIT 1010
#define IDC_OUT_SIZE_EDIT 1011
#define IDC_ERROR_CODE_EDIT 1012
#define IDC_OPERATION_TYPE_STATIC 1013
#define IDC_DEVICE_INSTANCE_STATIC 1014
#define IDC_IN_DATA_STATIC 1015
#define IDC_OUT_DATA_STATIC 1016
#define IDC_IN_SIZE_STATIC 1017
#define IDC_OUT_SIZE_STATIC 1018
#define IDC_CANCEL_IO_BUTTON 1019
#define IDC_EXECUTE_BUTTON 1020
#define IDC_SELECTED_DEVICE_EDIT 1021
#define IDC_SELECTED_DEVICE_STATIC 1022
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?