unimodem.rc
来自「windows ce 3.00 嵌入式操作系统源代码」· RC 代码 · 共 32 行
RC
32 行
#if 0
Copyright (c) 1999-2000 Microsoft Corporation. All rights reserved.
#endif
//----------------------------------------------------------------------------
//
// This RC file MUST contain ONLY localizable resources (strings, dialogs,
// menus, accelerators, message tables). Any other resources placed here will
// cause the build errors during SYSGEN
//
//----------------------------------------------------------------------------
#include "resource.h"
#include "windows.h"
#include "commctrl.h"
/////////////////////////////////////////////////////////////////////////////
//
// String Table
//
STRINGTABLE DISCARDABLE
BEGIN
// dial.c strings
IDS_MANUAL_DIAL_TERMINAL "Manual Dial Terminal"
IDS_PRE_DIAL_TERMINAL "Pre Dial Terminal"
IDS_POST_DIAL_TERMINAL "Post Dial Terminal"
END
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?