resource.h

来自「下棋」· C头文件 代码 · 共 53 行

H
53
字号
//{{NO_DEPENDENCIES}}
// Microsoft Developer Studio generated include file.
// Used by chess.rc
//
#define TRY_TIMES                       10
#define IDM_ABOUTBOX                    0x0010
#define IDD_ABOUTBOX                    100
#define IDS_ABOUTBOX                    101
#define IDD_CHESS_DIALOG                102
#define IDP_SOCKETS_INIT_FAILED         104
#define IDS_SERSOCKET_FAILED            105
#define IDS_SOCKETBLOCK                 106
#define IDR_MAINFRAME                   128
#define IDR_MENU_GAME                   129
#define IDD_DLG_SEL                     130
#define IDI_ONE                         131
#define IDI_ICON1                       131
#define IDI_ICON2                       132
#define IDI_TWO                         132
#define CHESS                           300
#define MESSAGE                         301
#define IDC_EDIT1                       1000
#define IDC_SEND_MESSAGE                1000
#define IDC_EDIT2                       1001
#define IDC_REC_MESSAGE                 1001
#define IDC_RADIO_SERVER                1002
#define IDC_RADIO_CLIENT                1003
#define IDC_EDIT_ADDR                   1004
#define IDC_TIP                         1005
#define IDC_SHOW                        1006
#define IDC_SEND                        1007
#define IDC_SPIN1                       1010
#define MAX_MAYBE_LENGTH                1024
#define ID_GAME_NEW                     32771
#define ID_GAME_SEND                    32772
#define ID_GAME_MUSIC                   32773
#define ID_GAME_SOUND                   32774
#define ID_GAME_TOOLBAR                 32775
#define ID_GAME_EXIT                    32776
#define ID_HELP_HELPTOPIC               32777
#define ID_HELP_ABOUT                   32778

// Next default values for new objects
// 
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NEXT_RESOURCE_VALUE        133
#define _APS_NEXT_COMMAND_VALUE         32779
#define _APS_NEXT_CONTROL_VALUE         1011
#define _APS_NEXT_SYMED_VALUE           101
#endif
#endif

⌨️ 快捷键说明

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