resource.h

来自「这里有一个用vc写的人工智能八数码源代码」· C头文件 代码 · 共 54 行

H
54
字号
//{{NO_DEPENDENCIES}}
// Microsoft Developer Studio generated include file.
// Used by Chess.rc
//
#define IDD_ABOUTBOX                    100
#define IDR_MAINFRAME                   128
#define IDR_CHESSTYPE                   129
#define IDD_ENTERVIEW                   130
#define IDC_COMBO_TYPE                  1004
#define IDC_EDIT_START0                 1005
#define IDC_EDIT_START1                 1006
#define IDC_EDIT_START2                 1007
#define IDC_EDIT_START3                 1008
#define IDC_EDIT_START4                 1009
#define IDC_EDIT_START5                 1010
#define IDC_EDIT_START6                 1011
#define IDC_EDIT_START7                 1012
#define IDC_EDIT_START8                 1013
#define IDC_EDIT_START9                 1014
#define IDC_BUTTON_BEGIN                1022
#define IDC_RADIO1                      1023
#define IDC_RADIO_TYPE33                1023
#define IDC_EDIT_START_33_0             1026
#define IDC_EDIT_START_33_1             1027
#define IDC_EDIT_START_33_2             1028
#define IDC_EDIT_START_33_3             1029
#define IDC_EDIT_START_33_4             1030
#define IDC_EDIT_START_33_5             1031
#define IDC_EDIT_START_33_6             1032
#define IDC_EDIT_START_33_7             1033
#define IDC_EDIT_START_33_8             1034
#define IDC_EDIT_END_33_0               1035
#define IDC_EDIT_END_33_1               1036
#define IDC_EDIT_END_33_2               1037
#define IDC_EDIT_END_33_3               1038
#define IDC_EDIT_END_33_4               1039
#define IDC_EDIT_END_33_5               1040
#define IDC_EDIT_END_33_6               1041
#define IDC_EDIT_END_33_7               1042
#define IDC_EDIT_END_33_8               1043
#define IDC_EDIT_DEPTH                  1047

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

⌨️ 快捷键说明

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