| 1234567891011121314151617181920212223242526272829303132333435 |
- //{{NO_DEPENDENCIES}}
- // Microsoft Visual C++ 生成的包含文件。
- // 供 Server.rc 使用
- //
- #define IDD_SERVER_DIALOG 102
- #define IDR_MAINFRAME 128
- #define IDR_MENU1 130
- #define IDC_INFO 1000
- #define IDC_START 1001
- #define IDC_STOP 1002
- #define IDC_HTTP 1003
- #define IDC_CONN_ID 1004
- #define IDC_DISCONNECT 1005
- #define IDC_HTTPS 1006
- #define IDC_RELEASE 1007
- #define IDC_CONN_ID2 1008
- #define IDC_BIND_ADDR 1008
- #define IDC_LIST1 1009
- #define IDC_BUTTON2 1013
- #define ID_32771 32771
- #define ID_32772 32772
- #define ID_MENU_LOG_STOP 32773
- #define ID_MENU_LOG_START 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 1014
- #define _APS_NEXT_SYMED_VALUE 101
- #endif
- #endif
|