deviceemulator.str

来自「windows mobile 5 下的底层驱动包」· STR 代码 · 共 29 行

STR
29
字号
//------------------------------------------------------------------------------
//
//  File for localizing platform-specific strings that may be presented to user.
//
//------------------------------------------------------------------------------

// App button strings (Control Panel, Buttons, Program)
#define LOC_APPBUTTON1      "Button 1"
#define LOC_APPBUTTON2      "Button 2"
#define LOC_APPBUTTON3      "Button 3"
#define LOC_APPBUTTON4      "Button 4"

// WARNING: These pathnames must correspond to LOC_DIRAPPBTN and LOC_DIRWINAPPBTN below.
//   Also, the link names must correspond to LOC_VOICENOTESLNK below, etc.
#define LOC_APPBTN1DEF      "\"\\Windows\\AppButtons\\Record.lnk\" -b"
#define LOC_APPBTN2DEF      "\"\\Windows\\AppButtons\\Calendar.lnk\""
#define LOC_APPBTN3DEF      "\"\\Windows\\AppButtons\\Contacts.lnk\""
#define LOC_APPBTN4DEF      "\"\\Windows\\AppButtons\\Tasks.lnk\""

//------------------------------------------------------------------------------
// [HKEY_LOCAL_MACHINE\Platform]
#define LOC_PLATFORMNAME        "Microsoft Windows CE Simulated Reference Platform"


//------------------------------------------------------------------------------
// [HKEY_LOCAL_MACHINE\Comm\Irsir]
#define LOC_DISPLAYNAME_COMM_IRSIR      "Serial (COM) IrDA Driver"

⌨️ 快捷键说明

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