⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 resource.h

📁 socket代理的C++源码,实现了代理服务器的大部分功能
💻 H
字号:
//{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
// Used by Test.rc
//
#define IDM_ABOUTBOX                    0x0010
#define IDD_ABOUTBOX                    100
#define IDS_ABOUTBOX                    101
#define IDD_TEST_DIALOG                 102
#define IDR_MAINFRAME                   128
#define IDD_DLG_FTP                     129
#define IDC_lblMode                     1000
#define IDC_optTCP                      1001
#define IDC_optUDP                      1002
#define IDC_lblDataMode                 1003
#define IDC_optText                     1004
#define IDC_optByte                     1005
#define IDC_lblTCPMode                  1006
#define IDC_optServe                    1007
#define IDC_optClient                   1008
#define IDC_lblLocalPort                1009
#define IDC_txtLocalPort                1010
#define IDC_lblIP                       1011
#define IDC_ipRemote                    1012
#define IDC_lblRemotePort               1013
#define IDC_txtRemotePort               1014
#define IDC_chkProxy                    1016
#define IDC_lblProxyIP                  1018
#define IDC_ipProxy                     1019
#define IDC_lblProxyPort                1020
#define IDC_txtProxyPort                1021
#define IDC_chkCheck                    1022
#define IDC_lblProxyUser                1023
#define IDC_txtProxyUser                1024
#define IDC_lblProxyPass                1025
#define IDC_txtProxyPass                1026
#define IDC_lblProxyAlloPort            1027
#define IDC_btnListen                   1028
#define IDC_btnOpen                     1029
#define IDC_btnConnect                  1030
#define IDC_btnCloseSocket              1031
#define IDC_btnClose                    1032
#define IDC_chkGroup                    1033
#define IDC_ipGroup                     1034
#define IDC_lblGroup                    1035
#define IDC_lblSubSoc                   1036
#define IDC_txtSocSub                   1037
#define IDC_btnSend                     1038
#define IDC_txtSend                     1039
#define IDC_txtReceive                  1040
#define IDC_optRoot                     1043
#define IDC_RADIO3                      1044
#define IDC_optLeaf                     1044
#define IDC_BTN_OPENFTP                 1045
#define IDC_IP_FTPSRV                   1047
#define IDC_EDT_SRVPORT                 1048
#define IDC_RDO_PORT                    1049
#define IDC_RDO_PASSIVE                 1050
#define IDC_BTN_CNN                     1051
#define IDC_BTN_CLOSE                   1052
#define IDC_BTN_LIST                    1053
#define IDC_EDT_RECVCMD                 1054
#define IDC_EDT_SUBDIR                  1055
#define IDC_BTN_SUBDIR                  1056
#define IDC_BTN_FATDIR                  1057
#define IDC_EDT_FILE                    1058
#define IDC_BTN_DOWN                    1059
#define IDC_BTN_UP                      1060
#define IDC_BUTTON8                     1061
#define IDC_BTN_EXIT                    1061
#define IDC_EDT_USER                    1062
#define IDC_EDT_PASS                    1063
#define IDC_BTN_PWD                     1064
#define IDC_EDIT3                       1065
#define IDC_EDT_THREAD                  1065

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

⌨️ 快捷键说明

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