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.

63 lines
1.3 KiB

  1. /*++
  2. Copyright (c) 1990-1998, Microsoft Corporation All rights reserved.
  3. Module Name:
  4. cdids.h
  5. Abstract:
  6. This module contains the resource ID definitions for the Win32
  7. common dialogs.
  8. Revision History:
  9. --*/
  10. //
  11. // Include Files.
  12. //
  13. #include <shlobj.h>
  14. //
  15. // Constant Declarations.
  16. //
  17. #define IDA_OPENFILE 100
  18. #define IDA_OPENFILEVIEW 101
  19. #define IDA_PRINTFOLDER 102
  20. #define IDC_PARENT (FCIDM_BROWSERFIRST + 1)
  21. #define IDC_NEWFOLDER (FCIDM_BROWSERFIRST + 2)
  22. #define IDC_VIEWLIST (FCIDM_BROWSERFIRST + 3)
  23. #define IDC_VIEWDETAILS (FCIDM_BROWSERFIRST + 4)
  24. #define IDC_DROPDRIVLIST (FCIDM_BROWSERFIRST + 5)
  25. #define IDC_REFRESH (FCIDM_BROWSERFIRST + 6)
  26. #define IDC_PREVIOUSFOLDER (FCIDM_BROWSERFIRST + 7)
  27. #define IDC_JUMPDESKTOP (FCIDM_BROWSERFIRST + 9)
  28. #define IDC_VIEWMENU (FCIDM_BROWSERFIRST + 10)
  29. #define IDC_BACK (FCIDM_BROWSERFIRST + 11)
  30. #define IDC_PLACESBAR_BASE (FCIDM_BROWSERFIRST + 100)
  31. #define DUMMYFILEOPENORD 400
  32. #define FONTDLGMMAXES 401
  33. #define FCIDM_FIRST FCIDM_GLOBALFIRST
  34. #define FCIDM_LAST FCIDM_GLOBALLAST
  35. #define MH_POPUPS 600
  36. #define MH_ITEMS (700 - FCIDM_FIRST)
  37. #define MH_TOOLTIPBASE (MH_ITEMS - (FCIDM_LAST - FCIDM_FIRST))
  38. #define IDB_JUMPDESKTOP 800