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.

55 lines
1.4 KiB

  1. #ifndef __resource_h__
  2. #define __resource_h__
  3. #define IDC_STATIC -1
  4. // The Summary tab
  5. //The function SetReadOnly in propdlg.c depends on
  6. //the specific ordering of these ID's
  7. #define IDD_SUMMARY 2100
  8. #define IDD_SUMMARY_TITLE 2101
  9. #define IDD_SUMMARY_SUBJECT 2102
  10. #define IDD_SUMMARY_AUTHOR 2103
  11. #define IDD_SUMMARY_KEYWORDS 2104
  12. #define IDD_SUMMARY_COMMENTS 2105
  13. #define IDD_SUMMARY_TEMPLATE 2106
  14. #define IDD_SUMMARY_APPLY 2108
  15. #define IDD_EXCEPTION 2110
  16. // The Statistics tab
  17. #define IDD_STATISTICS 2200
  18. #define IDD_STATISTICS_CREATED 2201
  19. #define IDD_STATISTICS_ACCESSED 2202
  20. #define IDD_STATISTICS_CHANGED 2203
  21. #define IDD_STATISTICS_LASTPRINT 2204
  22. #define IDD_STATISTICS_LASTSAVEBY 2205
  23. #define IDD_STATISTICS_REVISION 2206
  24. #define IDD_STATISTICS_TOTALEDIT 2207
  25. #define IDD_STATISTICS_LISTBOX 2208
  26. //Strings
  27. #define SZ_NOINFO 3000
  28. #define SZ_PASSWORD 3001
  29. #define SZ_READONLY 3002
  30. #if 0
  31. #define iszBYTES 4000
  32. #define iszPAGES 4001
  33. #define iszPARA 4002
  34. #define iszLINES 4003
  35. #define iszWORDS 4004
  36. #define iszCHARS 4005
  37. #define iszSLIDES 4006
  38. #define iszNOTES 4007
  39. #define iszHIDDENSLIDES 4008
  40. #define iszMMCLIPS 4009
  41. #define iszFORMAT 4010
  42. #endif
  43. #endif // __resource_h__