⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 cnctnote.rc

📁 WinCE编程第三版收录的所有源代码(非常适合学习时
💻 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 + -