mirror of
https://gitee.com/acl-dev/acl.git
synced 2024-12-15 17:30:53 +08:00
cf2528eb7c
完善了非阻塞IO的SSL功能;将 acl/samples/ 下的示例分别移到 lib_acl 及 lib_protocol 目录下
52 lines
2.0 KiB
C
52 lines
2.0 KiB
C
//{{NO_DEPENDENCIES}}
|
|
// Microsoft Visual C++ generated include file.
|
|
// Used by http_client.rc
|
|
//
|
|
#define IDM_ABOUTBOX 0x0010
|
|
#define IDD_ABOUTBOX 100
|
|
#define IDS_ABOUTBOX 101
|
|
#define IDD_HTTP_CLIENT_DIALOG 102
|
|
#define IDP_SOCKETS_INIT_FAILED 103
|
|
#define IDR_MAINFRAME 128
|
|
#define IDD_DIALOG_OPTION 129
|
|
#define IDR_MENU1 130
|
|
#define IDC_BUTTON_GET 1000
|
|
#define IDC_EDIT_URL 1001
|
|
#define IDC_CHECK_SAVE 1002
|
|
#define IDC_EDIT_FILE 1003
|
|
#define IDC_BUTTON_BROWSER 1004
|
|
#define IDC_EDIT_HDR_REQ 1005
|
|
#define IDC_EDIT_HDR_RES 1006
|
|
#define IDC_EDIT5 1007
|
|
#define IDC_EDIT_RES_BODY 1007
|
|
#define IDC_CHECK_ECHO 1008
|
|
#define IDC_BUTTON_OPTION 1009
|
|
#define IDC_BUTTON_CLEAR 1010
|
|
#define IDC_CHECK_PROTO 1011
|
|
#define IDC_CHECK_ZIP 1012
|
|
#define IDC_EDIT_ADDR 1013
|
|
#define IDC_CHECK_USE_ADDR 1014
|
|
#define IDC_CHECK_KEEP_ALIVE 1015
|
|
#define IDC_EDIT_HTTP_HDR 1016
|
|
#define IDC_CHECK_FORWARD 1018
|
|
#define IDC_EDIT1 1019
|
|
#define IDC_EDIT_MAX_TRY 1019
|
|
#define IDC_EDIT_HTTP_BODY 1021
|
|
#define IDC_POST_METHOD 1022
|
|
#define IDC_CONTENT_TYPE 1023
|
|
#define IDC_EDIT3 1024
|
|
#define IDC_ACCEPT 1024
|
|
#define ID_INDICATOR_PIXELS 32773
|
|
#define ID_INDICATOR_BYTES 32774
|
|
|
|
// Next default values for new objects
|
|
//
|
|
#ifdef APSTUDIO_INVOKED
|
|
#ifndef APSTUDIO_READONLY_SYMBOLS
|
|
#define _APS_NEXT_RESOURCE_VALUE 131
|
|
#define _APS_NEXT_COMMAND_VALUE 32775
|
|
#define _APS_NEXT_CONTROL_VALUE 1025
|
|
#define _APS_NEXT_SYMED_VALUE 101
|
|
#endif
|
|
#endif
|