resource.h
来自「书中的主要程序文件。在打开例题的.dsw文件后,请读者在 tools菜单下」· C头文件 代码 · 共 25 行
H
25 行
/*++
Copyright (c) 1999-2000 G&G Lab Corporation
Module Name:
Resource.h
Copyright (c) 1999-2000 G&G Lab Corporation. All Rights Reserved.
--*/
#define IDD_DIALOG1 101
#define IDR_MENU1 102
#define IDI_ICON1 103
#define IDC_TREE1 1000
#define ID_FILE_EXIT 40001
#define ID_FILE_REFRESH 40002
#define ID_OPTIONS_SHOWHIDDENDEVICES 40003
#define ID_CHANGE_GETABLEDEVICE 40004
#define ID_CHANGE_DISABLEDEVICE 40005
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?