resource.h

来自「一个短信收发系统,需要连接一个串口短信发送装置,可以作为oa系统的一个模块.」· C头文件 代码 · 共 45 行

H
45
字号
//{{NO_DEPENDENCIES}}
// Microsoft Developer Studio generated include file.
// Used by SmsTest.rc
//
#define IDD_ABOUTBOX                    100
#define IDR_MAINFRAME                   128
#define IDR_SMSTESTYPE                  129
#define IDD_SEND_SM                     130
#define IDD_SETTINGS                    132
#define IDI_SETTINGS                    133
#define IDD_Login                       135
#define IDD_SendMsg                     136
#define IDD_Plate                       137
#define IDC_NUMBER                      1001
#define IDC_CONTENT                     1002
#define IDC_SEND                        1003
#define IDC_COMM_LIST                   1005
#define IDC_SMSC                        1006
#define IDC_RATE_LIST                   1007
#define IDC_UserName                    1008
#define IDC_UserPsw                     1009
#define IDC_ListAll                     1015
#define IDC_Add                         1016
#define IDC_Delete                      1017
#define IDC_LISTCTRL                    1018
#define ID_SETTINGS                     32771
#define ID_Login                        32772
#define ID_Logout                       32773
#define ID_SendMsg                      32774
#define ID_PlateMaintain                32775
#define ID_MENUITEM32776                32776
#define ID_MENUITEM32777                32777

// Next default values for new objects
// 
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_3D_CONTROLS                     1
#define _APS_NEXT_RESOURCE_VALUE        138
#define _APS_NEXT_COMMAND_VALUE         32778
#define _APS_NEXT_CONTROL_VALUE         1019
#define _APS_NEXT_SYMED_VALUE           101
#endif
#endif

⌨️ 快捷键说明

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