⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 resource.h

📁 winddk src目录下的文件系统驱动源码压缩!
💻 H
字号:
// Used by smbrdr.rc
//
#define IDD_SMBRDR                      101
#define IDD_STATISTICS                  102
#define IDD_PROVIDER                    103
#define IDI_SMBRDR                      104
#define IDR_OPMENU                      105

#define IDC_DRVLOAD                     1000
#define IDC_DRVUNLOAD                   1001
#define IDC_RDRSTART                    1002
#define IDC_RDRSTOP                     1003
#define IDC_BUTTON1                     1004
#define IDC_PROVIDER                    1004
#define IDC_BUTTON2                     1005
#define IDC_STATISTICS                  1005
#define IDC_EDIT1                       1006
#define IDC_EDIT2                       1007
#define IDC_EDIT3                       1008
#define IDC_EDIT4                       1009
#define IDC_EDIT5                       1010
#define IDC_EDIT6                       1011
#define IDC_ORDERLIST                   1012
#define IDC_SETORDER					1013
#define IDC_EDIT7                       1015
#define IDC_EDIT8                       1016
#define IDC_DRVCONTROLTEXT				1017
#define IDC_RDRCONTROLTEXT				1018
#define IDC_SETTINGSTEXT				1019
#define IDC_LOADSTATUS					1020
#define IDC_STARTSTATUS					1021
#define IDC_STARTTIME					1022
#define IDC_HIDE						1023
#define IDC_BUSY						1024
#define IDC_MOVEUP						1025
#define IDC_MOVEDN						1026


#define IDM_OPEN						101
#define	IDM_CLOSE						102
#define	IDM_START						103
#define	IDM_STOP						104

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -