resource.h

来自「一本已经绝版的好书」· C头文件 代码 · 共 31 行

H
31
字号
//{{NO_DEPENDENCIES}}
// Microsoft Developer Studio generated include file.
// Used by BUCKET.rc
//
#define IDD_BUCKET                      1
#define IDC_WRITE1NUM                   100
#define IDC_WRITE1SCRL                  101
#define IDC_WRITE2NUM                   102
#define IDI_BUCKET                      102
#define IDC_WRITE2SCRL                  103
#define IDC_READ1NUM                    104
#define IDC_READ1SCRL                   105
#define IDC_READ1LIST                   106
#define IDC_READ2NUM                    107
#define IDC_READ2SCRL                   108
#define IDC_READ2LIST                   109
#define IDC_READ3NUM                    110
#define IDC_READ3SCRL                   111
#define IDC_READ3LIST                   112

// 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 + -
显示快捷键?