resource.h

来自「该系统为一个完整的全球云预报系统,编得非常友好,功能强大」· C头文件 代码 · 共 40 行

H
40
字号
//{{NO_DEPENDENCIES}}
// Microsoft Developer Studio generated include file.
// Used by TheProg.rc
//
#define IDM_ABOUTBOX                    0x0010
#define IDD_ABOUTBOX                    100
#define IDS_ABOUTBOX                    101
#define IDD_THEPROG_DIALOG              102
#define IDS_1                           102
#define IDS_2                           103
#define IDS_3                           104
#define IDS_4                           105
#define IDS_5                           106
#define IDS_RED                         107
#define IDS_ORANGE                      108
#define IDS_YELLOW                      109
#define IDS_GREEN                       110
#define IDS_BLUE                        111
#define IDS_COLOURS                     112
#define IDS_NUMBERS                     113
#define IDR_MAINFRAME                   128
#define IDC_COMBO1                      1000
#define IDC_EDIT1                       1002
#define IDC_EDIT2                       1003
#define IDC_PROGRESS1                   1004
#define IDC_PROGRESS                    1004
#define IDC_EDIT3                       1005
#define IDC_COMBO2                      1006

// Next default values for new objects
// 
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NEXT_RESOURCE_VALUE        130
#define _APS_NEXT_COMMAND_VALUE         32771
#define _APS_NEXT_CONTROL_VALUE         1007
#define _APS_NEXT_SYMED_VALUE           101
#endif
#endif

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?