Resource.h 1.3 KB

1234567891011121314151617181920212223242526272829303132333435
  1. //{{NO_DEPENDENCIES}}
  2. // Microsoft Visual C++ generated include file.
  3. // Used by SocketServer.rc
  4. //
  5. #define IDM_ABOUTBOX 0x0010
  6. #define IDD_ABOUTBOX 100
  7. #define IDS_ABOUTBOX 101
  8. #define IDS_SOCKETS_INIT_FAILED 102
  9. #define IDD_SOCKETSERVER_DIALOG 103
  10. #define IDD_SOCKETCLIENT_DIALOG 104
  11. #define IDR_MAINFRAME 128
  12. #define IDC_SVR_PORT 1000
  13. #define IDC_SVR_PORTINC 1001
  14. #define IDC_TCP 1002
  15. #define IDC_UDP 1003
  16. #define IDC_TXT_MESSAGE 1004
  17. #define IDC_BTN_SEND 1005
  18. #define IDC_BTN_START 1006
  19. #define IDC_BTN_STOP 1007
  20. #define IDC_MESSAGE_LIST 1008
  21. #define IDC_IPADDRESS 1009
  22. #define IDC_IPV4 1010
  23. #define IDC_UDP2 1011
  24. #define IDC_IPV6 1011
  25. // Next default values for new objects
  26. //
  27. #ifdef APSTUDIO_INVOKED
  28. #ifndef APSTUDIO_READONLY_SYMBOLS
  29. #define _APS_NEXT_RESOURCE_VALUE 129
  30. #define _APS_NEXT_COMMAND_VALUE 32771
  31. #define _APS_NEXT_CONTROL_VALUE 1010
  32. #define _APS_NEXT_SYMED_VALUE 101
  33. #endif
  34. #endif