您的位置:首页 > 其它

MFC 修改对话框rc文件 资源符号 ID

2015-11-26 12:44 295 查看
修改工程目录下resource.h

//{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
// Used by tcpclient.rc
//
#define IDM_ABOUTBOX                    0x0010
#define IDD_ABOUTBOX                    100
#define IDS_ABOUTBOX                    101
#define IDD_TCPCLIENT_DIALOG            102
#define IDC_Connect                     102
#define IDD_Dialog                      102
#define IDP_SOCKETS_INIT_FAILED         103
#define IDR_MAINFRAME                   128
#define IDC_Send                        1001
#define IDC_DataReceive                 1002
#define IDC_DataSend                    1003
#define IDC_IPADDRESS                   1004
#define IDC_PORT                        1005
#define IDC_Clear                       1006
#define IDC_BUTTON02                    1007
#define IDC_BUTTON03                    1008
#define IDC_BUTTON04                    1009
#define IDC_BUTTON05                    1010
#define IDC_BUTTON06                    1011
#define IDC_BUTTON07                    1012
#define IDC_BUTTON08                    1013
#define IDC_SLIDER1                     1014
#define IDC_COMBO1                      1015
#define IDC_State                       1016
#define IDC_BUTTON09                    1022
#define IDC_BUTTON10                    1023
#define IDC_BUTTON20                    1025
#define IDC_BUTTON12                    1026
#define IDC_BUTTON13                    1027
#define IDC_BUTTON14                    1028
#define IDC_BUTTON15                    1029
#define IDC_BUTTON16                    1030
#define IDC_BUTTON17                    1031
#define IDC_BUTTON18                    1032
#define IDC_BUTTON19                    1033
#define IDC_SLIDER2                     1034

// Next default values for new objects
//
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NEXT_RESOURCE_VALUE        129
#define _APS_NEXT_COMMAND_VALUE         32771
#define _APS_NEXT_CONTROL_VALUE         1017
#define _APS_NEXT_SYMED_VALUE           101
#endif
#endif
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: