netclientres.h

来自「游戏编程精粹2第四章源码」· C头文件 代码 · 共 18 行

H
18
字号
/* Copyright (C) Tom Forsyth, 2001. 
 * All rights reserved worldwide.
 *
 * This software is provided "as is" without express or implied
 * warranties. You may freely copy and compile this source into
 * applications you distribute provided that the copyright text
 * below is included in the resulting source code, for example:
 * "Portions Copyright (C) Tom Forsyth, 2001"
 */
#define IDD_CLIENT_CONNECT              12001
#define IDC_PLAYER_NAME_EDIT            12100
#define IDC_GAMES_LIST                  12101
#define IDC_JOIN                        12102
#define IDC_IP_ADDRESS                  12103
#define IDC_SEARCH_CHECK                12104
#define IDC_WAIT_TEXT                   12105
#define IDI_MAIN                        12200

⌨️ 快捷键说明

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