Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

92 lines
3.3 KiB

  1. //+-------------------------------------------------------------------------
  2. //
  3. // Microsoft Windows
  4. //
  5. // Copyright (C) Microsoft Corporation, 1998 - 1999
  6. //
  7. // File: resrc1.h
  8. //
  9. //--------------------------------------------------------------------------
  10. #ifndef APSTUDIO_INVOKED
  11. #include <windows.h>
  12. #include <ntverp.h>
  13. #define VER_FILETYPE VFT_DLL
  14. #define VER_FILESUBTYPE VFT2_UNKNOWN
  15. #define VER_FILEDESCRIPTION_STR "Infrared Monitor"
  16. #define VER_INTERNALNAME_STR "irmon.dll"
  17. #define VER_ORIGINALFILENAME_STR "irmon.dll"
  18. #include "common.ver"
  19. #endif
  20. #include "..\irxfer\resource.h"
  21. //{{NO_DEPENDENCIES}}
  22. // Microsoft Developer Studio generated include file.
  23. // Used by irmon.rc
  24. //
  25. #define IDS_IN_RANGE 1
  26. #define IDS_DEVS_IN_RANGE 2
  27. #define IDS_CONNECTED_TO 3
  28. #define IDS_INTERRUPTED 4
  29. #define IDS_INRANGE_LABEL 5
  30. #define IDS_OUTOFRANGE_LABEL 6
  31. #define IDS_INTERRUPT_LABEL 7
  32. #define IDS_WIRELESSLINK 8
  33. #define IDS_BALLOON_TITLE 9
  34. #define IDS_BALLOON_TXT 10
  35. #define IDS_BLOCKED_TITLE 11
  36. #define IDS_BLOCKED_TXT 12
  37. #define IDS_BALLOON_TXT2 13
  38. #define IDD_IRMON 101
  39. #define IDI_IN_RANGE 107
  40. #define IDI_RXTX 147
  41. #define IDI_TX 151
  42. #define IDI_RX 152
  43. #define IDI_INTR 162
  44. #define IDR_TRAY_MENU 165
  45. #define IDI_CONN1 166
  46. #define IDI_CONN2 167
  47. #define IDI_CONN3 168
  48. #define IDI_CONN4 169
  49. #define IDI_IP 170
  50. #define IDI_IDLE 246
  51. #define IDI_CON1 251
  52. #define IDC_DEVICES 1008
  53. #define IDC_ENUMDEVICES 1009
  54. #define IDC_STATUS 1010
  55. #define IDC_CONNECTTO 1011
  56. #define IDC_LISTENON 1012
  57. #define IDC_EDIT1 1013
  58. #define IDC_RX 1013
  59. #define IDC_FILE 1013
  60. #define IDC_SEND 1014
  61. #define IDC_CLOSE 1015
  62. #define IDC_EDIT2 1016
  63. #define IDC_CLASSNAME 1016
  64. #define IDC_IRLPT 1017
  65. #define IDC_PRINT 1018
  66. #define IDC_ATTRIBNAME 1019
  67. #define IDC_GVC 1022
  68. #define IDC_RXCNT 1023
  69. #define IDC_STOPRX 1024
  70. #define IDC_STARTRX 1025
  71. #define IDC_SENDSIZE 1026
  72. #define IDC_SENDCNT 1027
  73. #define IDC_BYTESEC 1029
  74. #define IDC_BUTTON1 1030
  75. #define IDC_PROGRESS1 1031
  76. #define IDC_TX_FILES 40001
  77. #define IDC_PROPERTIES 40003
  78. // Next default values for new objects
  79. //
  80. #ifdef APSTUDIO_INVOKED
  81. #ifndef APSTUDIO_READONLY_SYMBOLS
  82. #define _APS_NEXT_RESOURCE_VALUE 170
  83. #define _APS_NEXT_COMMAND_VALUE 40004
  84. #define _APS_NEXT_CONTROL_VALUE 1033
  85. #define _APS_NEXT_SYMED_VALUE 101
  86. #endif
  87. #endif