resource.h
来自「《windows程序设计》王艳平版的书籍源代码」· C头文件 代码 · 共 36 行
H
36 行
//{{NO_DEPENDENCIES}}
// Microsoft Developer Studio generated include file.
// Used by FileCutter.rc
//
#define IDD_FILECUTTER_DIALOG 101
#define IDI_MAIN 102
#define IDC_STATUSTEXT 1000
#define IDC_CLOSEBUTTON 1001
#define IDC_EDITSOURCE 1002
#define IDC_SOURCEBROWSE 1003
#define IDC_SOURCEBROWSER 1003
#define IDC_EDITDEST 1004
#define IDC_SELECTSPLIT 1006
#define IDC_UNIT 1007
#define IDC_SELECTMERGE 1008
#define IDC_BUTTON1 1009
#define IDC_DESTBROWSER 1009
#define IDC_PROGRESS 1010
#define IDC_CUTTERBUTTON 1011
#define IDC_START 1011
#define IDC_SOURCETITLE 1013
#define IDC_DESTTITLE 1014
#define IDC_STOPBUTTON 1015
#define IDC_STOP 1015
// Next default values for new objects
//
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NEXT_RESOURCE_VALUE 103
#define _APS_NEXT_COMMAND_VALUE 40001
#define _APS_NEXT_CONTROL_VALUE 1000
#define _APS_NEXT_SYMED_VALUE 101
#endif
#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?