ctlview.rc
来自「上传的代码是WindowsCEProgramming第一版的源代码」· RC 代码 · 共 13 行
RC
13 行
//======================================================================
// Resource file
//
// Written for the book Programming Windows CE
// Copyright (C) 1998 Douglas Boling
//======================================================================
#include "CtlView.h" // Program-specific stuff
ID_ICON ICON "CtlView.ico" // Program icon
TEXTICON ICON "btnicon.ico" // Icon used in static window
STATICBMP BITMAP "statbmp.bmp" // Bitmap used in static window
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?