resource.h

来自「一个简单的视频会议VC++MFC工程文件」· C头文件 代码 · 共 56 行

H
56
字号
//{{NO_DEPENDENCIES}}
// Microsoft Developer Studio generated include file.
// Used by GraghDialog.rc
//
#define IDC_ABOUT                       3
#define IDC_MIN                         4
#define IDC_VIEWLOCAL                   5
#define IDM_ABOUTBOX                    0x0010
#define IDD_ABOUTBOX                    100
#define IDS_ABOUTBOX                    101
#define IDD_GRAGHDIALOG_DIALOG          102
#define IDR_MAINFRAME                   128
#define IDB_MAIN                        132
#define IDI_QUITIN                      140
#define IDI_ABOUTIN                     141
#define IDI_ABOUTOUT                    142
#define IDI_MININ                       143
#define IDI_MIN                         144
#define IDI_CALL                        145
#define IDI_HANG                        146
#define IDI_CALLIN                      147
#define IDI_HANGIN                      148
#define IDD_ADDRBOOK                    149
#define IDD_ADDREMOTE                   150
#define IDB_ADDREMOTE                   151
#define IDD_REMOTE                      152
#define IDI_ZOOM                        153
#define IDI_ZOOMIN                      154
#define IDD_TEXTCHAT                    156
#define IDI_QUIT                        162
#define IDC_ADDRLIST                    1009
#define IDC_ADD                         1010
#define IDC_DEL                         1011
#define IDC_MODIFY                      1012
#define IDC_NAME                        1013
#define IDC_IPADDR                      1014
#define IDC_COMMENT                     1015
#define IDC_REMOTE_CLOSE                1021
#define IDC_REMOTE_MIN                  1021
#define IDC_REMOTE_ZOOM                 1022
#define IDC_INPUT                       1031
#define IDC_MESG                        1032
#define IDC_QUIT                        1033
#define IDC_AUTOACCEPT                  1034

// Next default values for new objects
// 
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NEXT_RESOURCE_VALUE        164
#define _APS_NEXT_COMMAND_VALUE         32771
#define _APS_NEXT_CONTROL_VALUE         1035
#define _APS_NEXT_SYMED_VALUE           101
#endif
#endif

⌨️ 快捷键说明

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