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.

65 lines
1.9 KiB

  1. /*******************************************************************************
  2. *
  3. * (C) COPYRIGHT MICROSOFT CORP., 1993-1994
  4. *
  5. * TITLE: LIGHTSID.H
  6. *
  7. * VERSION: 1.0
  8. *
  9. * AUTHOR: Nick Manson
  10. *
  11. * DATE: 14 May 1994
  12. *
  13. * Resource identifiers for the modem monitor.
  14. *
  15. ********************************************************************************
  16. *
  17. * CHANGE LOG:
  18. *
  19. * DATE REV DESCRIPTION
  20. * ----------- --- -------------------------------------------------------------
  21. * 14 May 1994 NRM Original implementation. Seperated from RESOURCE.H so that
  22. * some documentation could be added without AppStudio screwing
  23. * it up later.
  24. *
  25. *******************************************************************************/
  26. #ifndef _INC_LIGHTSID
  27. #define _INC_LIGHTSID
  28. #define ICON_TX_ON 1
  29. #define ICON_RX_ON 2
  30. #define IDI_LIGHTS 99
  31. #define IDI_CD 200
  32. #define IDI_TX 201
  33. #define IDI_RX 202
  34. #define IDI_RXTX 203
  35. #define IDD_MODEMMONITOR 1000
  36. #define IDC_MODEM_FRAME 1001
  37. #define IDC_MODEMTIMESTRING 1002
  38. #define IDC_MODEM_TX_FRAME 1003
  39. #define IDC_MODEM_RX_FRAME 1004
  40. #define IDC_MODEMRXSTRING 1005
  41. #define IDC_MODEMTXSTRING 1006
  42. #define LIGHT_ON 1
  43. #define IDB_OFF 1101
  44. #define IDB_ON 1102
  45. #define IDS_MODEMTIP 1201
  46. #define IDS_NOCD 1202
  47. #define IDS_CD 1203
  48. #define IDS_MIN 1204
  49. #define IDS_MINS 1205
  50. #define IDS_HOUR 1206
  51. #define IDS_HOURS 1207
  52. #define IDS_HOURMIN 1208
  53. #define IDS_HOURSMIN 1209
  54. #define IDS_HOURMINS 1210
  55. #define IDS_HOURSMINS 1211
  56. #define IDS_TIMESTRING 1212
  57. #define IDS_RXSTRING 1213
  58. #define IDS_TXSTRING 1214
  59. #endif // _INC_LIGHTSID