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

📄 resource.h

📁 Virtual Floppy Driver
💻 H
字号:
//{{NO_DEPENDENCIES}}
// Microsoft Developer Studio generated include file.
// Used by vfdwin.rc
//
#define IDS_APP_NAME                    1
#define IDS_TAB_DRIVER                  10
#define IDS_TAB_ASSOC                   11
#define IDS_TAB_LINK                    12
#define IDS_TAB_ABOUT                   13
#define IDS_IMAGE_OPEN_FILTER           21
#define IDS_IMAGE_OPEN_TITLE            22
#define IDS_DRIVER_OPEN_FILTER          31
#define IDS_DRIVER_OPEN_TITLE           32
#define IDS_DRIVER_STOPPED              33
#define IDS_DRIVER_START_PENDING        34
#define IDS_DRIVER_STOP_PENDING         35
#define IDS_DRIVER_RUNNING              36
#define IDS_DRIVER_CONTINUE_PENDING     37
#define IDS_DRIVER_PAUSE_PENDING        38
#define IDS_DRIVER_PAUSED               39
#define IDS_DRIVER_NOT_INSTALLED        40
#define IDS_DRIVER_UNKNOWN_STATE        41
#define IDS_DRIVER_CANNOT_INSTALL       42
#define IDS_DRIVER_CANNOT_START         43
#define IDS_ASSOC_HDR_EXT               51
#define IDS_ASSOC_HDR_PGM               52
#define IDS_ASSOC_NONE                  53
#define IDS_ASSOC_CANT_WRITE            54
#define IDS_ASSOC_CANT_READ             55
#define IDS_ASSOC_FILETYPE_DESC         56
#define IDS_ASSOC_FILETYPE_VERB         57
#define IDS_LINK_DESC_MNT_DT            61
#define IDS_LINK_DESC_MNT_ST            62
#define IDS_LINK_DESC_CONFIG            63
#define IDS_ABOUT_USAGE                 99
#define IDI_VFD_CONFIG                  101
#define IDI_VFD_MOUNT                   102
#define IDI_VFD_IMAGE                   103
#define IDB_CHECKBOX                    105
#define IDD_MAIN                        110
#define IDD_DRIVER                      111
#define IDD_ASSOC                       112
#define IDD_LINK                        113
#define IDD_ABOUT                       114
#define IDD_NEWEXT                      122
#define IDS_MSG_DRIVER_INSTALLED        300
#define IDS_MSG_DRIVER_REMOVED          301
#define IDS_MSG_DRIVER_STARTED          302
#define IDS_MSG_DRIVER_STOPPED          303
#define IDS_MSG_IMAGE_MOUNTED           304
#define IDS_MSG_IMAGE_UNMOUNTED         305
#define IDS_MSG_UNMOUNT_RETRY           306
#define IDS_MSG_FORCE_STOP              307
#define IDS_MSG_FORCE_REMOVE            308
#define IDS_ERR_IMAGE_MOUNT             310
#define IDS_ERR_IMAGE_UNMOUNT           311
#define IDS_ERR_DRIVER_START            312
#define IDS_ERR_DRIVER_REMOVE           313
#define IDS_ERR_DRIVER_STOP             314
#define IDS_ERR_DRIVER_INSTALL          315
#define IDS_ERR_APP_INIT                400
#define IDS_ERR_APP_INTERNAL            401
#define IDS_ERR_INVALID_PARAM           402
#define IDC_TAB_CONTROL                 1000
#define IDC_CURRENT_STATE               1001
#define IDC_IMAGE_PATH                  1101
#define IDC_IMAGE_BROWSE                1102
#define IDC_IMAGE_READONLY              1103
#define IDC_IMAGE_720KB                 1104
#define IDC_IMAGE_1P44MB                1105
#define IDC_IMAGE_2P88MB                1106
#define IDC_IMAGE_DRIVE                 1107
#define IDC_IMAGE_MOUNT                 1108
#define IDC_IMAGE_UNMOUNT               1109
#define IDC_DRIVER_PATH                 1201
#define IDC_DRIVER_BROWSE               1202
#define IDC_DRIVER_MANUAL               1203
#define IDC_DRIVER_AUTO                 1204
#define IDC_DRIVER_INSTALL              1205
#define IDC_DRIVER_REMOVE               1206
#define IDC_DRIVER_START                1207
#define IDC_DRIVER_STOP                 1208
#define IDC_DRIVER_MESSAGE              1209
#define IDC_ASSOC_LIST                  1300
#define IDC_ASSOC_NEW                   1301
#define IDC_ASSOC_ALL                   1302
#define IDC_ASSOC_CLEAR                 1303
#define IDC_ASSOC_APPLY                 1304
#define IDC_ASSOC_MESSAGE               1305
#define IDC_LINK_MNT_DESKTOP            1400
#define IDC_LINK_MNT_SENDTO             1401
#define IDC_LINK_CFG_DESKTOP            1402
#define IDC_LINK_CFG_STARTMENU          1403
#define IDC_LINK_APPLY                  1404
#define IDC_ABOUT_USAGE                 1500
#define IDC_EXTENSION                   2000

// Next default values for new objects
// 
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NO_MFC                     1
#define _APS_NEXT_RESOURCE_VALUE        125
#define _APS_NEXT_COMMAND_VALUE         32771
#define _APS_NEXT_CONTROL_VALUE         2001
#define _APS_NEXT_SYMED_VALUE           101
#endif
#endif

⌨️ 快捷键说明

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