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.

60 lines
2.6 KiB

  1. // --------------------------------------------------------------------------------
  2. // Resource.h
  3. // --------------------------------------------------------------------------------
  4. #ifndef __RESOURCE_H
  5. #define __RESOURCE_H
  6. // --------------------------------------------------------------------------------
  7. // Dialog Ids
  8. // --------------------------------------------------------------------------------
  9. #define IDD_PROGRESS 101
  10. #define IDD_MIGRATEERROR 102
  11. // --------------------------------------------------------------------------------
  12. // Icon Ids
  13. // --------------------------------------------------------------------------------
  14. #define IDI_MIGRATE 102
  15. // --------------------------------------------------------------------------------
  16. // Dialog Control Ids
  17. // --------------------------------------------------------------------------------
  18. #define IDC_STATIC -1
  19. #define IDC_PROGRESS 1000
  20. #define IDS_STATUS 1001
  21. #define IDS_DESCRIPT 1002
  22. #define IDR_STARTOE 1003
  23. #define IDR_DONTSTARTOE 1004
  24. #define IDS_MESSAGE 1005
  25. #define IDS_NEWSOUTBOX 1006
  26. #define IDS_NEWSPOSTED 1007
  27. #define IDS_NEWSSAVED 1008
  28. #define IDS_POSTEDITEMS 1009
  29. #define IDS_SAVEDITEMS 1010
  30. #define IDS_COMPLETE 1011
  31. #define IDS_TITLE 1012
  32. #define IDS_MIGRATING 1013
  33. #define IDS_UPGRADEMESSAGE 1014
  34. #define IDS_DISKSPACEERROR 1015
  35. #define IDS_GENERALERROR 1016
  36. #define IDS_IMPORTMSG 1017
  37. #define IDS_V1NYI 1018
  38. #define IDS_SHARINGVIOLATION 1019
  39. #define IDS_INBOX 5000
  40. #define IDS_OUTBOX 5001
  41. #define IDS_SENTITEMS 5002
  42. #define IDS_DELETED 5003
  43. #define IDS_DRAFT 5004
  44. // --------------------------------------------------------------------------------
  45. // Strings
  46. // --------------------------------------------------------------------------------
  47. #define IDS_BYTES 0x103
  48. #define IDS_ORDERKB 0x104
  49. #define IDS_ORDERMB 0x105
  50. #define IDS_ORDERGB 0x106
  51. #define IDS_ORDERTB 0x107
  52. #define IDS_ORDERPB 0x108
  53. #define IDS_ORDEREB 0x109
  54. #endif // __RESOURCE_H