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

📄 resource.h

📁 TvicHW32(评估版)另一个编写驱动程序的实用工具(497KB)
💻 H
字号:
#define IDC_STATIC            -1 
#define IDI_APPICON           101
#define IDM_EXIT              102
#define IDM_ABOUT             103

#define IDD_MAINDIALOG        104
#define IDD_ABOUTBOX	      105

#define IDE_ADDR01		106
#define IDE_ADDR02		107
#define IDE_ADDR03		108
#define IDE_ADDR04     	      109
#define IDE_DATA01 		110
#define IDE_DATA02   	      111
#define IDE_DATA03		112
#define IDE_DATA04		113

#define IDE_SOTYPE		301
#define IDC_HARD		      302
#define IDE_MEMADDR		303
#define IDE_MEMADDR2          310 
#define IDL_MEMDUMP		304
#define IDE_IRQNUMBER	      305
#define IDC_UPDNIRQ		306
#define IDE_IRQCOUNT	      307
#define IDE_IRQHANDLED	      308
#define IDE_IRQTIME		309

#define IDE_SCAN              311
#define IDE_SCAN2             312
#define IDE_DATA_REG          313
#define IDE_SCAN4             314
#define IDE_STATUS_REG        315
#define IDE_SCAN6             316
#define IDC_UNMASK            317
#define IDC_LPT_IRQ           318 


#define IDB_READ   		401
#define IDB_WRITE  		402
#define IDB_DRIVER		403
#define IDB_SETMEM		404
#define IDB_READMEM		405
#define IDB_FILLMEM           406
#define IDB_SETIRQ		407
#define IDB_MASKIRQ		408
#define IDB_SIMIRQ		409

#define IDC_WPIN1             1001
#define IDC_WPIN2             1002
#define IDC_WPIN3             1003
#define IDC_WPIN4             1004
#define IDC_WPIN5             1005
#define IDC_WPIN6             1006
#define IDC_WPIN7             1007
#define IDC_WPIN8             1008
#define IDC_WPIN9             1009
#define IDC_WPIN10            1010
#define IDC_WPIN11            1011
#define IDC_WPIN12            1012
#define IDC_WPIN13            1013
#define IDC_WPIN14            1014
#define IDC_WPIN15            1015
#define IDC_WPIN16            1016
#define IDC_WPIN17            1017
#define IDC_WPIN18            1018
#define IDC_WPIN19            1019
#define IDC_WPIN20            1020
#define IDC_WPIN21            1021
#define IDC_WPIN22            1022
#define IDC_WPIN23            1023
#define IDC_WPIN24            1024
#define IDC_WPIN25            1025

#define IDC_RPIN1             1026
#define IDC_RPIN2             1027
#define IDC_RPIN3             1028
#define IDC_RPIN4             1029
#define IDC_RPIN5             1030
#define IDC_RPIN6             1031
#define IDC_RPIN7             1032
#define IDC_RPIN8             1033
#define IDC_RPIN9             1034
#define IDC_RPIN10            1035
#define IDC_RPIN11            1036
#define IDC_RPIN12            1037
#define IDC_RPIN13            1038
#define IDC_RPIN14            1039
#define IDC_RPIN15            1040
#define IDC_RPIN16            1041
#define IDC_RPIN17            1042
#define IDC_RPIN18            1043
#define IDC_RPIN19            1044
#define IDC_RPIN20            1045
#define IDC_RPIN21            1046
#define IDC_RPIN22            1047
#define IDC_RPIN23            1048
#define IDC_RPIN24            1049
#define IDC_RPIN25            1050

#define IDC_BUSY              1051
#define IDC_PE                1052
#define IDC_ERROR             1053
#define IDC_ACKWL             1054
#define IDC_SLCT              1055
#define IDC_INIT              1056
#define IDC_LPTS              1057
#define IDC_BASE              1058
#define IDC_LPT_NUMBER        1059


// ----------------------- END OF FILE -------------------------------------

⌨️ 快捷键说明

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