RESOURCE.H
上传用户:guqin_vip
上传日期:2022-06-17
资源大小:1993k
文件大小:2k
源码类别:

串口编程

开发平台:

C/C++

  1. //{{NO_DEPENDENCIES}}
  2. // Microsoft Developer Studio generated include file.
  3. // Used by SerialPortTest.rc
  4. //
  5. #define IDM_ABOUTBOX                    0x0010
  6. #define IDD_ABOUTBOX                    100
  7. #define IDS_ABOUTBOX                    101
  8. #define IDD_SERIALPORTTEST_DIALOG       102
  9. #define IDR_MAINFRAME                   128
  10. #define IDI_ICON_RED                    130
  11. #define IDI_ICON_OFF                    131
  12. #define IDC_EDIT_RECEIVEMSG             1000
  13. #define IDC_BUTTON_SEND                 1001
  14. #define IDC_CHECK_SWITCH1               1002
  15. #define IDC_CHECK_SWITCH2               1003
  16. #define IDC_COMBO_COMPORT               1004
  17. #define IDC_BUTTON_OPEN                 1005
  18. #define IDC_BUTTON_CLOSE                1006
  19. #define IDC_EDIT_SENDMSG                1007
  20. #define IDC_CHECK_SWITCH3               1008
  21. #define IDC_CHECK_SWITCH4               1009
  22. #define IDC_CHECK_SWITCH5               1010
  23. #define IDC_CHECK_SWITCH6               1011
  24. #define IDC_CHECK_SWITCH7               1012
  25. #define IDC_CHECK_SWITCH8               1013
  26. #define IDC_CHECK_SWITCH9               1014
  27. #define IDC_EDIT_POSITION               1015
  28. #define IDC_EDIT_VELOCITY               1016
  29. #define IDC_COMBO_COMPORT2              1017
  30. #define IDC_BUTTON_OPEN2                1018
  31. #define IDC_BUTTON_CLOSE2               1019
  32. #define IDC_STATIC_ICONS1               1020
  33. #define IDC_STATIC_ICONS2               1021
  34. #define IDC_STATIC_ICONS3               1022
  35. #define IDC_STATIC_ICONS4               1023
  36. #define IDC_STATIC_ICONS5               1024
  37. #define IDC_STATIC_ICONS6               1025
  38. #define IDC_STATIC_ICONS7               1026
  39. #define IDC_STATIC_ICONS8               1027
  40. #define IDC_STATIC_ICONS9               1028
  41. #define IDC_EDIT_POSITION2              1029
  42. #define IDC_EDIT_VELOCITY2              1030
  43. #define IDC_EDIT_DISPDATA2              1031
  44. // Next default values for new objects
  45. // 
  46. #ifdef APSTUDIO_INVOKED
  47. #ifndef APSTUDIO_READONLY_SYMBOLS
  48. #define _APS_NEXT_RESOURCE_VALUE        132
  49. #define _APS_NEXT_COMMAND_VALUE         32771
  50. #define _APS_NEXT_CONTROL_VALUE         1032
  51. #define _APS_NEXT_SYMED_VALUE           101
  52. #endif
  53. #endif