mirror of
https://gitee.com/acl-dev/acl.git
synced 2024-12-04 21:09:19 +08:00
cf2528eb7c
完善了非阻塞IO的SSL功能;将 acl/samples/ 下的示例分别移到 lib_acl 及 lib_protocol 目录下
42 lines
1.6 KiB
C
42 lines
1.6 KiB
C
//{{NO_DEPENDENCIES}}
|
|
// Microsoft Visual C++ generated include file.
|
|
// Used by FileDir.rc
|
|
//
|
|
#define IDM_ABOUTBOX 0x0010
|
|
#define IDD_ABOUTBOX 100
|
|
#define IDS_ABOUTBOX 101
|
|
#define IDD_FILEDIR_DIALOG 102
|
|
#define IDP_SOCKETS_INIT_FAILED 103
|
|
#define IDR_MAINFRAME 128
|
|
#define IDC_EDIT_PATH 1002
|
|
#define IDC_EDIT_SIZE 1004
|
|
#define IDC_CHECK_NETSTED 1005
|
|
#define IDC_EDIT_NFILE 1006
|
|
#define IDC_EDIT_NDIR 1007
|
|
#define IDC_BUTTON_SCAN 1012
|
|
#define IDC_BUTTON_DELETE 1013
|
|
#define IDC_BUTTON_TEST 1014
|
|
#define IDC_BUTTON_AVL_ADD 1015
|
|
#define IDC_BUTTON_AVL_FIND 1016
|
|
#define IDC_EDIT_AVL_NAME 1018
|
|
#define IDC_BUTTON_WALK 1019
|
|
#define IDC_EDIT_AV_RESULT 1020
|
|
#define IDC_EDIT_AVL_VALUE 1021
|
|
#define IDC_BUTTON_AVL_ADD_BAT 1022
|
|
#define IDC_BUTTON_AVL_DEL 1023
|
|
#define IDC_BUTTON_CLEAR 1024
|
|
#define IDC_CHECK_OUT_NAME 1025
|
|
#define IDC_BUTTON1 1026
|
|
#define IDC_SVN_UPDATE 1026
|
|
|
|
// Next default values for new objects
|
|
//
|
|
#ifdef APSTUDIO_INVOKED
|
|
#ifndef APSTUDIO_READONLY_SYMBOLS
|
|
#define _APS_NEXT_RESOURCE_VALUE 130
|
|
#define _APS_NEXT_COMMAND_VALUE 32771
|
|
#define _APS_NEXT_CONTROL_VALUE 1027
|
|
#define _APS_NEXT_SYMED_VALUE 101
|
|
#endif
|
|
#endif
|