📄 cnctnote.rc
字号:
//====================================================================
// Resource file
//
// Written for the book Programming Windows CE
// Copyright (C) 2003 Douglas Boling
//====================================================================
#include "windows.h"
#include "CnctNote.h" // Program-specific stuff
//-----------------------------------------------------------------------
// Icons and bitmaps
//
ID_ICON ICON "cnctNote.ico" // Program icon
//-----------------------------------------------------------------------
CnctNote DIALOG discardable 10, 10, 220, 160
STYLE WS_OVERLAPPED | WS_VISIBLE | WS_CAPTION | WS_SYSMENU |
DS_CENTER | DS_MODALFRAME
CAPTION "CnctNote"
CLASS "CnctNote"
BEGIN
LISTBOX IDC_RPTLIST, 2, 10, 216, 140,
WS_TABSTOP | WS_VSCROLL
END
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -