resource.h

来自「仿造QQ聊天界面 超级相向 第一次作品 不足之处见谅」· C头文件 代码 · 共 68 行

H
68
字号
//{{NO_DEPENDENCIES}}
// Microsoft Developer Studio generated include file.
// Used by Chat.rc
//
#define IDM_ABOUTBOX                    0x0010
#define IDD_ABOUTBOX                    100
#define IDS_ABOUTBOX                    101
#define button                          101
#define IDD_CHAT_DIALOG                 102
#define IDR_MAINFRAME                   128
#define IDB_BITMAP_BUTTON               133
#define IDB_HEADBK                      135
#define IDB_MYHEAD                      136
#define IDB_YOURHEAD                    139
#define IDB_HBK                         140
#define IDB_VBK                         141
#define IDB_VBKL                        142
#define IDB_RECT                        143
#define IDR_QQSHOW                      146
#define IDR_AVI1                        149
#define IDR_GIFGIRL                     151
#define IDR_GIFBOY                      152
#define IDB_BITMAP_VT                   153
#define IDB_BITMAP_VTL                  154
#define IDC_EDIT_RECV                   1000
#define IDC_IPADDRESS1                  1001
#define IDC_EDIT_SEND                   1002
#define IDC_BTN_SEND                    1003
#define IDC_COLOR                       1004
#define IDC_FONT                        1005
#define IDC_BKCOLOR                     1006
#define IDC_KEEP                        1007
#define IDC_SEPARATOR                   1009
#define IDC_RECORD                      1010
#define IDC_SEND_FILE                   1011
#define IDC_STOP_FILESEND               1012
#define IDC_PROGRESS_SEND_FILE          1014
#define IDC_CONNECT                     1015
#define IDC_BUTTON_DISCONNECT           1016
#define IDC_BUTTON_CAPUTER              1017
#define IDC_MY_CAPUTER                  1018
#define IDC_VOICE                       1019
#define IDC_BTN_NULL                    1022
#define IDC_BUTTON_NULL                 1023
#define IDC_QQSHOW                      1024
#define IDC_GIFGIRL                     1025
#define IDC_GIFBOY                      1026
#define IDC_VSTATIC1                    1027
#define IDC_VSTATIC2                    1028
#define IDC_VSTATIC3                    1029
#define IDC_VSTATIC4                    1030
#define IDC_VSTATIC5                    1031
#define IDC_VSTATIC7                    1032
#define IDC_VSTATIC8                    1033
#define IDC_VSTATIC9                    1034
#define IDC_VSTATIC10                   1035

// Next default values for new objects
// 
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NEXT_RESOURCE_VALUE        159
#define _APS_NEXT_COMMAND_VALUE         32771
#define _APS_NEXT_CONTROL_VALUE         1037
#define _APS_NEXT_SYMED_VALUE           102
#endif
#endif

⌨️ 快捷键说明

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