123456789101112131415161718192021222324252627282930313233 |
- //{{NO_DEPENDENCIES}}
- // Microsoft Visual C++ generated include file.
- // Used by Client.rc
- //
- #define IDC_SEND 3
- #define IDC_HEADER_ADD 4
- #define IDD_CLIENT_DIALOG 102
- #define IDR_MAINFRAME 128
- #define IDC_ADDRESS 1000
- #define IDC_PORT 1001
- #define IDC_PATH 1002
- #define IDC_INFO 1003
- #define IDC_START 1004
- #define IDC_STOP 1005
- #define IDC_SYNC 1006
- #define IDC_ASYNC 1006
- #define IDC_HEADERS 1007
- #define IDC_BODY 1008
- #define IDC_HEADER_NAME 1009
- #define IDC_HEADER_VALUE 1010
- #define IDC_METHOD 1012
- #define IDC_SCHEMA 1013
- // 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 1013
- #define _APS_NEXT_SYMED_VALUE 101
- #endif
- #endif
|