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.

43 lines
1.4 KiB

  1. //+---------------------------------------------------------------------------
  2. //
  3. // Microsoft Windows
  4. // Copyright (C) Microsoft Corporation, 1997.
  5. //
  6. // File: T R A Y R E S . H
  7. //
  8. // Contents: Connections Tray resources
  9. //
  10. // Notes:
  11. //
  12. // Author: jeffspr 29 Sep 1997
  13. //
  14. //----------------------------------------------------------------------------
  15. #pragma once
  16. #ifndef _TRAYRES_H_
  17. #define _TRAYRES_H_
  18. // Trayres owns from 15000 - 15999
  19. //---[ Menus, etc ]------------------------------------------------------------
  20. #define POPUP_CONTRAY_GENERIC_MENU_RAS 15100
  21. #define POPUP_CONTRAY_GENERIC_MENU_LAN 15101
  22. #define POPUP_CONTRAY_MEDIA_DISCONNECTED_MENU 15102
  23. #define POPUP_CONTRAY_GENERIC_MENU_WIRELESS_LAN 15103
  24. #define POPUP_CONTRAY_WIRELESS_DISCONNECTED_LAN 15105
  25. //---[ Commands (context/menus) ]----------------------------------------------
  26. #define CMIDM_FIRST 0x0000
  27. #define CMIDM_OPEN_CONNECTIONS_FOLDER (CMIDM_FIRST + 0x0001)
  28. #define CMIDM_TRAY_DISCONNECT (CMIDM_FIRST + 0x0002)
  29. #define CMIDM_TRAY_STATUS (CMIDM_FIRST + 0x0003)
  30. #define CMIDM_TRAY_PROPERTIES (CMIDM_FIRST + 0x0004)
  31. #define CMIDM_TRAY_REPAIR (CMIDM_FIRST + 0x0005)
  32. #define CMIDM_TRAY_WZCDLG_SHOW (CMIDM_FIRST + 0x0006)
  33. #define CMIDM_TRAY_MAX (CMIDM_TRAY_WZCDLG_SHOW)
  34. #endif // _TRAYRES_H_