resource.h

来自「vc2005编写黑白棋」· C头文件 代码 · 共 59 行

H
59
字号
//{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
// Used by 黑白棋对弈.rc
//
#define IDC_MYICON                      2
#define IDD_MY_DIALOG                   102
#define IDS_APP_TITLE                   103
#define IDD_ABOUTBOX                    103
#define IDM_ABOUT                       104
#define IDM_EXIT                        105
#define IDC_MY                          109
#define IDR_MAINFRAME                   128
#define IDD_DIALOG1                     129
#define IDI_ICON1                       142
#define IDI_ICON2                       143
#define IDI_ICON3                       144
#define IDI_SMALL                       145
#define IDI_MY                          146
#define IDB_BITMAP1                     147
#define IDD_DIALOG2                     148
#define IDC_BUTTON1                     1000
#define IDC_BUTTON2                     1001
#define IDC_STATIC1                     1002
#define IDC_RESULT                      1002
#define IDC_STATIC2                     1003
#define IDC_NAME2                       1003
#define IDC_P2                          1003
#define IDC_RADIO1                      1004
#define IDC_RADIO2                      1005
#define IDC_SLIDER1                     1006
#define IDC_NAME1                       1006
#define IDC_P1                          1006
#define IDC_EDIT1                       1007
#define IDC_PIC                         1009
#define IDC_PROGRESS1                   1010
#define IDC_COMBO1                      1011
#define IDC_SCORE                       1013
#define IDC_TIME                        1014
#define IDC_TimeLimit                   1015
#define IDC_CURTIME                     1016
#define IDC_CURSCORE                    1017
#define ID_32771                        32771
#define ID_MOVIE                        32772
#define ID_32773                        32773
#define ID_RULER                        32774
#define IDC_STATIC                      -1

// Next default values for new objects
// 
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NO_MFC                     1
#define _APS_NEXT_RESOURCE_VALUE        149
#define _APS_NEXT_COMMAND_VALUE         32775
#define _APS_NEXT_CONTROL_VALUE         1018
#define _APS_NEXT_SYMED_VALUE           110
#endif
#endif

⌨️ 快捷键说明

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