resource.h

来自「用c++ 开发的中国象棋」· C头文件 代码 · 共 116 行

H
116
字号
//{{NO_DEPENDENCIES}}
// Microsoft Developer Studio generated include file.
// Used by ChineseChess.rc
//
#define IDM_ABOUTBOX                    0x0010
#define IDD_ABOUTBOX                    100
#define IDS_ABOUTBOX                    101
#define IDD_CHINESECHESS_DIALOG         102
#define IDP_SOCKETS_INIT_FAILED         103
#define IDR_MAINFRAME                   128
#define IDD_DIALOG_INITSET              129
#define IDB_BASSIST                     130
#define IDB_BBISHOP                     131
#define IDB_BGUNNER                     132
#define IDB_BHOURSE                     133
#define IDB_BKING                       134
#define IDB_BROOK                       135
#define IDB_BSOLDIER                    136
#define IDB_CHESSBOARD                  137
#define IDB_RASSISET                    138
#define IDB_RBISHOP                     139
#define IDB_RGUNNER                     140
#define IDB_RHOURSE                     141
#define IDB_RKING                       142
#define IDB_RROOK                       143
#define IDB_RSOLDIER                    144
#define IDB_FACE1                       146
#define IDB_FACE2                       147
#define IDB_FACE3                       148
#define IDB_FACE4                       149
#define IDB_FACE5                       150
#define IDB_FACE6                       151
#define IDB_FACE7                       152
#define IDR_MENUBAT                     153
#define IDB_CHESSMAN                    154
#define IDD_DIALOG_NETSET               155
#define IDB_BITMAP1                     156
#define IDR_BKSOUND                     157
#define IDR_TUOPANMENU                  159
#define IDR_SYSTRAYMENU                 159
#define IDR_TOOLBAR1                    161
#define IDC_CPUCTL                      162
#define IDC_MEMCTL                      163
#define IDD_DIALOG_CPUMEMORY            164
#define IDD_DIALOG_PLAYERLIST           168
#define IDC_RADIO_NETBATTLE             1000
#define IDC_RADIO_MANTOMACHINE          1001
#define IDC_EDIT_PLAYERNAME             1002
#define IDC_BM_HEAD                     1003
#define IDC_BM_FACE                     1003
#define IDC_SCROLLBAR                   1004
#define IDC_RADIO_CREATE                1005
#define IDC_RADIO_JOIN                  1006
#define IDC_IPADDRESS                   1007
#define IDC_EDIT_PORT                   1008
#define IDC_B_BOARD                     1009
#define IDC_EDIT_IPADDR                 1009
#define IDC_RADIO_JOINPLAYROOM          1009
#define IDC_LIST_MSG                    1010
#define IDC_EDIT_MSG                    1012
#define IDC_BTN_SEND                    1013
#define IDC_BTN_UNDO                    1014
#define IDC_BNAME                       1015
#define IDC_B_BLACK                     1016
#define IDC_RNAME                       1017
#define IDC_SEPARATOR                   1017
#define IDC_B_RED                       1018
#define IDC_OUTPUTINFO                  1019
#define IDC_BTN_REUNDO                  1020
#define IDC_BTN_GIVEUP                  1021
#define IDC_BTN_NEWGAME                 1022
#define IDC_RADIO_BLACKCHESS            1023
#define IDC_RADIO_REDCHESS              1024
#define IDC_PROGRESSTHINK               1024
#define IDC_LIST_PLAYER                 1028
#define IDC_GAMEINFO                    1029
#define ID_DIFF0                        32771
#define ID_DIFF1                        32772
#define ID_DIFF2                        32773
#define ID_DIFF3                        32774
#define ID_DIFF4                        32775
#define ID_SET_NET                      32776
#define ID_SET_COMPUTER                 32777
#define ID_SET_EXIT                     32778
#define ID_LINK_SERVER1                 32779
#define ID_LINK_SERVER2                 32780
#define ID_HELP_LEARN                   32781
#define ID_HELP_AUTHOR                  32782
#define ID_HELP_CCHESSNET               32783
#define ID_HELP_CUMT                    32784
#define ID_SET_GAMETYPE                 32785
#define ID_NET_CREATE                   32786
#define ID_NET_JOIN                     32787
#define ID_SAVE                         32788
#define ID_OPEN                         32789
#define ID_BKG                          32790
#define ID_COLOR                        32791
#define ID_SET_BKSOUND                  32792
#define ID_HELP_CHESECHESS              32793
#define ID_SET_RESET                    32794
#define ID_CPUANDMEM                    32803
#define IDM_SHOW                        32806
#define IDM_HIDE                        32807
#define IDM_EXIT                        32808

// Next default values for new objects
// 
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NEXT_RESOURCE_VALUE        169
#define _APS_NEXT_COMMAND_VALUE         32809
#define _APS_NEXT_CONTROL_VALUE         1030
#define _APS_NEXT_SYMED_VALUE           101
#endif
#endif

⌨️ 快捷键说明

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