resource.h

来自「Skin, zip, unzip, md5, crc32, drag and d」· C头文件 代码 · 共 40 行

H
40
字号
//{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
// Used by uz.rc
//
#define IDC_MYICON                      2
#define IDD_DIALOG1                     101
#define IDD_UZ_DIALOG                   102
#define IDD_ABOUTBOX                    103
#define IDR_VERSION2                    103
#define IDM_ABOUT                       104
#define IDB_BITMAP6                     104
#define IDM_EXIT                        105
#define IDC_UZ                          109
#define IDR_MAINFRAME                   128
#define IDB_BITMAP1                     131
#define IDI_UZ                          132
#define IDI_SMALL                       133
#define IDB_BITMAP2                     135
#define IDB_BITMAP3                     136
#define IDB_BITMAP4                     137
#define IDB_BITMAP5                     138
#define IDC_EDIT1                       1000
#define IDC_CHECK1                      1001
#define IDC_CHECK2                      1002
#define IDC_CHECK3                      1003
#define IDC_CHECK4                      1004
#define IDS_APP_TITLE                   1103
#define IDC_STATIC                      -1

// Next default values for new objects
// 
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NEXT_RESOURCE_VALUE        105
#define _APS_NEXT_COMMAND_VALUE         40001
#define _APS_NEXT_CONTROL_VALUE         1002
#define _APS_NEXT_SYMED_VALUE           101
#endif
#endif

⌨️ 快捷键说明

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