resource.h

来自「SIGP的短信开发API包」· C头文件 代码 · 共 92 行

H
92
字号
//{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
// Used by SGIPAPIDemo.rc
//
#define IDM_ABOUTBOX                    0x0010
#define IDD_ABOUTBOX                    100
#define IDS_ABOUTBOX                    101
#define IDD_SGIPAPIDEMO_DIALOG          102
#define IDR_MAINFRAME                   128
#define IDC_BTN_CONNECT                 1000
#define IDC_BTN_SUBMIT                  1001
#define IDC_BTN_ACTIVETEST              1002
#define IDC_BTN_CLEAR                   1003
#define IDC_EDIT_SMGHOST                1004
#define IDC_EDIT_MTPORT                 1005
#define IDC_EDIT_SPUSERNAME             1005
#define IDC_EDIT_MOPORT                 1006
#define IDC_EDIT_SMGUSERNAME            1006
#define IDC_EDIT_MTANDMOPORT            1007
#define IDC_EDIT_SMGPASSWORD            1007
#define IDC_EDIT_MOANDMTCONNECTIONS     1008
#define IDC_EDIT_SPPORT                 1008
#define IDC_EDIT_MOCONNECTIONS          1009
#define IDC_EDIT_SPADDR                 1009
#define IDC_EDIT_MTCONNECTIONS          1010
#define IDC_EDIT_SMGMAXCONNECTIONS      1010
#define IDC_EDIT_LOGINNAME              1011
#define IDC_EDIT_SMGPORT                1011
#define IDC_EDIT_LOGINPWD               1012
#define IDC_EDIT_SPPASSWORD             1012
#define IDC_EDIT_ICPID                  1013
#define IDC_EDIT_SPCONNECTIONS          1013
#define IDC_CHECK_ISASIAINFOSMG         1014
#define IDC_EDIT_MSGID                  1015
#define IDC_EDIT_SPNUMBER               1015
#define IDC_EDIT_PKTOTAL                1016
#define IDC_EDIT_CHARGENUMBER           1016
#define IDC_EDIT_PKNUMBER               1017
#define IDC_EDIT_USERCOUNT              1017
#define IDC_EDIT_NEEDREPORT             1018
#define IDC_EDIT_USERNUMBER             1018
#define IDC_EDIT_FEETERMINALID          1019
#define IDC_EDIT_FEEVALUE               1019
#define IDC_EDIT_FEEUSERTYPE            1020
#define IDC_EDIT_SPCONNECTIONS3         1020
#define IDC_EDIT_NODEID                 1020
#define IDC_EDIT_SERVICEID              1021
#define IDC_EDIT_SERVICETYPE            1021
#define IDC_EDIT_MSGLEVEL               1022
#define IDC_EDIT_CORPID                 1022
#define IDC_EDIT_FEETERMINALTYPE        1023
#define IDC_EDIT_MSGSRC                 1024
#define IDC_EDIT_REPORTFLAG             1024
#define IDC_EDIT_TPPID                  1025
#define IDC_EDIT_AGENTFLAG              1025
#define IDC_EDIT_TPUDHI                 1026
#define IDC_EDIT_MORELATETOMTFLAG       1026
#define IDC_EDIT_MSGFMT                 1027
#define IDC_EDIT_VALIDTIME              1028
#define IDC_EDIT_FEECODE                1029
#define IDC_EDIT_FEETYPE                1030
#define IDC_EDIT_ATTIME                 1031
#define IDC_EDIT_DESTTERMINALID         1032
#define IDC_EDIT_DESTUSERTL             1033
#define IDC_EDIT_SRCID                  1034
#define IDC_EDIT_DESTTERMINALTYPE       1035
#define IDC_EDIT_LINKID                 1036
#define IDC_EDIT_MSGCONTENT             1037
#define IDC_EDIT_MSGLENGTH              1038
#define IDC_EDIT_OUTPUT                 1039
#define IDC_EDIT_MTOK                   1040
#define IDC_EDIT_RESPOK                 1041
#define IDC_EDIT_MOCOUNT                1042
#define IDC_BUTTON1                     1043
#define IDC_EDIT_MTFAIL                 1044
#define IDC_EDIT_RESPFAIL               1045
#define IDC_EDIT10                      1046
#define IDC_EDIT_REPORTCOUNT            1046
#define IDC_EDIT_MAXTHREAD              1047
#define IDC_EDIT_INITTHREADS            1048

// 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         1048
#define _APS_NEXT_SYMED_VALUE           101
#endif
#endif

⌨️ 快捷键说明

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