resource.h

来自「关于使用VC编程的代码」· C头文件 代码 · 共 49 行

H
49
字号
//{{NO_DEPENDENCIES}}
// Microsoft Developer Studio generated include file.
// Used by General_Control.rc
//
#define IDD_ABOUTBOX                    100
#define IDR_MAINFRAME                   128
#define IDR_GENERATYPE                  129
#define IDD_SAMPLE_DIALOG               130
#define IDD_INPUT_DIALOG                132
#define IDD_DIALOG1                     133
#define IDD_DIALOG2                     134
#define IDD_DIALOG3                     135
#define IDI_WHITE                       141
#define IDI_BLACK                       142
#define IDI_RED                         143
#define IDI_BLUE                        144
#define IDI_YELLOW                      145
#define IDI_CYAN                        146
#define IDI_PURPLE                      147
#define IDI_GREEN                       148
#define IDC_CITY_STATIC                 1000
#define IDC_CITY_COMBO                  1001
#define IDC_COLOR_LIST                  1002
#define IDC_COLOR_STATIC                1003
#define IDC_NUMBER_SCROLLBAR            1004
#define IDC_NUMBER_STATIC               1005
#define IDC_CITY_LIST                   1006
#define IDC_ADD_BUTTON                  1007
#define IDC_DELETE_BUTTON               1008
#define IDC_PLACE_TAB                   1009
#define IDC_CITY_EDIT                   1011
#define IDC_INT_EDIT                    1012
#define IDC_SPIN1                       1013
#define IDC_PROGRESS                    1014
#define IDC_TREE1                       1015
#define IDC_STATIC_TREE                 1016

// Next default values for new objects
// 
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_3D_CONTROLS                     1
#define _APS_NEXT_RESOURCE_VALUE        136
#define _APS_NEXT_COMMAND_VALUE         32771
#define _APS_NEXT_CONTROL_VALUE         1017
#define _APS_NEXT_SYMED_VALUE           101
#endif
#endif

⌨️ 快捷键说明

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