📄 wiadriver.rc
字号:
#include "resource.h"
#include <windows.h>
#include <ntverp.h>
#define VER_FILETYPE VFT_APP
#define VER_FILESUBTYPE VFT_UNKNOWN
#define VER_FILEDESCRIPTION_STR "WIA DRIVER"
#define VER_INTERNALNAME_STR "WIADRIVER"
#define VER_LEGALCOPYRIGHT_YEARS "1996-2003"
#define VER_ORIGINALFILENAME_STR "WIADRIVER.DLL"
#include <common.ver>
/////////////////////////////////////////////////////////////////////////////
//
// Bitmap
//
IDB_FLATBED BITMAP "flatbed.bmp"
IDB_FEEDER BITMAP "feeder.bmp"
IDB_FILM BITMAP "film.bmp"
/////////////////////////////////////////////////////////////////////////////
//
// String Table
//
STRINGTABLE DISCARDABLE
BEGIN
IDS_EVENT_DEVICE_CONNECTED_NAME "Device connected"
IDS_EVENT_DEVICE_DISCONNECTED_NAME "Device disconnected"
IDS_EVENT_DEVICE_CONNECTED_DESCRIPTION "This event is sent when the device is initially connected to the computer"
IDS_EVENT_DEVICE_DISCONNECTED_DESCRIPTION "This event is sent when the device is disconnected from the computer"
IDS_EVENT_TREE_UPDATED_NAME "WIA item tree updated"
IDS_EVENT_TREE_UPDATED_DESCRIPTION "This event is sent when the WIA item tree is updated by other clients"
IDS_CMD_SYNCHRONIZE_NAME "WIA Synchronize command"
IDS_CMD_SYNCHRONIZE_DESCRIPTION "This command instrcuts the driver to rebuild its driver item tree"
END
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -