中间件底层,websocket

resource.h 3.4KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. //{{NO_DEPENDENCIES}}
  2. // Microsoft Visual C++ 生成的包含文件。
  3. // 供 ACD.rc 使用
  4. //
  5. #define IDM_ABOUTBOX 0x0010
  6. #define IDD_ABOUTBOX 100
  7. #define IDS_ABOUTBOX 101
  8. #define IDD_ACD_DIALOG 102
  9. #define IDP_SOCKETS_INIT_FAILED 103
  10. #define IDR_MAINFRAME 128
  11. #define IDI_AGENT_STATE 129
  12. #define IDI_CALL_STATE 130
  13. #define IDD_PAGE_AGENT 132
  14. #define IDD_PAGE_CALL 133
  15. #define IDB_BMP_LOGO_EHANG 136
  16. #define IDD_DIALOG1 137
  17. #define IDR_MENU1 138
  18. #define IDC_LIST_LOG 1001
  19. #define IDC_LIST_AGENT 1002
  20. #define IDQUIT 1003
  21. #define IDC_LIST_CALL 1005
  22. #define IDC_TAB 1006
  23. #define IDC_STATIC_ABOUT_VERSION 1007
  24. #define IDC_STATIC_ABOUT_RIGHT 1008
  25. #define IDC_STATIC_LOGO 1009
  26. #define IDC_EDIT1 1011
  27. #define IDC_EDIT2 1012
  28. #define IDC_STATIC_AUTH 1013
  29. #define IDC_BUTTON1 1014
  30. #define IDC_CHECK1 1015
  31. #define ID_32771 32771
  32. #define ID_32772 32772
  33. #define ID_MENU_LOG_STOP 32773
  34. #define ID_MENU_LOG_START 32774
  35. // Next default values for new objects
  36. //
  37. #ifdef APSTUDIO_INVOKED
  38. #ifndef APSTUDIO_READONLY_SYMBOLS
  39. #define _APS_NEXT_RESOURCE_VALUE 140
  40. #define _APS_NEXT_COMMAND_VALUE 32775
  41. #define _APS_NEXT_CONTROL_VALUE 1016
  42. #define _APS_NEXT_SYMED_VALUE 101
  43. #endif
  44. #endif