Leaked source code of windows server 2003
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.

86 lines
2.3 KiB

  1. #pragma once
  2. #define IDC_STATIC -1
  3. // strings
  4. #define IDS_DEFAULTADAPTERNAME 100
  5. #define IDS_UPTIME_ZERODAYS 101
  6. #define IDS_UPTIME_ONEDAY 102
  7. #define IDS_UPTIME_MANYDAYS 103
  8. #define IDS_TOOLTIP_FORMAT 104
  9. #define IDS_NAME_FORMAT 105
  10. #define IDS_PROPERTIES_FORMAT 106
  11. #define IDS_STATUS_FORMAT 107
  12. #define IDS_BEACONNOTFOUND 108
  13. #define IDS_APPTITLE 109
  14. #define IDS_CONNECTED 110
  15. #define IDS_DISCONNECTED 111
  16. #define IDS_ENABLE 112
  17. #define IDS_DISABLE 113
  18. #define IDS_CONNECT 114
  19. #define IDS_DISCONNECT 115
  20. #define IDS_CONNECTING 116
  21. #define IDS_DISCONNECTING 117
  22. #define IDS_UNCONFIGURED 118
  23. #define IDS_ACCESSDENIED 119
  24. #define IDS_NOTAVAILABLE 120
  25. #define IDS_CLOSE 121
  26. #define IDS_NEEDNEWERIE 122
  27. #define IDS_CONNECTIONFAILED 123
  28. // status bps strings, must remain in order
  29. #define IDS_METRIC_ZERO 200
  30. #define IDS_METRIC_KILO 201
  31. #define IDS_METRIC_MEGA 202
  32. #define IDS_METRIC_GIGA 203
  33. #define IDS_METRIC_TERA 204
  34. // end status bps string, must remain in order
  35. // icons
  36. #define IDI_TRAYICON 100
  37. // REMOVED #define IDI_PROPERTIESICON 101
  38. #define IDI_INTERNET 102
  39. // REMOVED #define IDI_LAN 103
  40. #define IDI_GATEWAY 104
  41. #define IDI_MYCOMPUTER 105
  42. // menu items
  43. #define IDM_TRAYICON_LAN_CONNECT 100
  44. #define IDM_TRAYICON_LAN_DISCONNECT 101
  45. #define IDM_TRAYICON_RAS_CONNECT 102
  46. #define IDM_TRAYICON_RAS_DISCONNECT 103
  47. #define IDM_TRAYICON_CONNECT 104
  48. #define IDM_TRAYICON_DISCONNECT 105
  49. #define IDM_TRAYICON_STATUS 106
  50. #define IDM_TRAYICON_PROPERTIES 107
  51. // dialogs
  52. #define IDD_STATUS 100
  53. #define IDD_PROPERTIES 101
  54. // status dialog control
  55. #define IDC_STATUS_STATUS 100
  56. #define IDC_STATUS_DURATION 101
  57. #define IDC_STATUS_SPEED 102
  58. #define IDC_STATUS_BYTESSENT 103
  59. #define IDC_STATUS_BYTESRECEIVED 104
  60. #define IDC_STATUS_LOCALBYTESSEND 105
  61. #define IDC_STATUS_LOCALBYTESRECEIVTED 106
  62. #define IDC_STATUS_PROPERTIES 107
  63. #define IDC_STATUS_DISCONNECT 108
  64. // REMOVED #define IDC_STATUS_DISABLE 109
  65. #define IDC_STATUS_BYTESLABEL 110
  66. #define IDC_STATUS_PACKETSLABEL 111
  67. #define IDC_STATUS_CONNECT 112
  68. // properties dialog controls
  69. #define IDC_PROPERTIES_ADAPTERNAME 100
  70. #define IDC_PROPERTIES_SHOWICON 101
  71. #define IDC_PROPERTIES_ADAPTERICON 102
  72. // registry data
  73. #define IDR_UPNPNAT 103
  74. // end of resources