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.

100 lines
3.5 KiB

  1. // our one lonely icon
  2. #define IDI_INSTALLENGINE 101
  3. #define IDI_CD 102
  4. // the progress dialog
  5. #define IDD_PROGRESS 101
  6. #define IDC_PROG_LITTLE 1000
  7. #define IDC_PROG_BIG 1001
  8. #define IDC_PROG_TEXT 1002
  9. #define IDC_ANIM 1004
  10. #define IDC_BIGTIMELEFT 1005
  11. #define IDC_LITTLETIMELEFT 1006
  12. #define IDC_LITTLESTATIC 1007
  13. #define IDC_BYTESLEFT 1008
  14. #define IDC_PERCENT 1009
  15. //
  16. #define IDD_LOCATE 102
  17. #define IDC_TEXT1 1000
  18. #define IDC_TEXT2 1001
  19. #define IDC_LOCATIONLIST 1002
  20. #define IDC_BROWSE 1003
  21. #define IDC_INTERNET 1004
  22. #define IDD_DISKSPACE 103
  23. #define IDC_SPACE1 1000
  24. #define IDC_SPACE2 1001
  25. #define IDC_SPACE3 1002
  26. // site dlg
  27. #define IDD_SITELIST 104
  28. #define IDC_REGIONS 1000
  29. #define IDC_SITES 1001
  30. #define IDC_STATIC -1
  31. // misc. ids
  32. #define IDA_FILECOPY 1003
  33. // String ids
  34. #define IDS_DOWNLOADING 3
  35. #define IDS_INSTALLING 5
  36. #define IDS_TITLE 7
  37. #define IDS_INSTALLCANCELLED 8
  38. #define IDS_ERRDOINGINSTALL 10
  39. #define IDS_CONFIRMCANCEL 11
  40. #define IDS_REBOOT 13
  41. #define IDS_PREPARE 14
  42. #define IDS_NOPHASE 15
  43. #define IDS_EXTRACTING 16
  44. #define IDS_DISPLAYNAME 17
  45. #define IDS_ERRGENERAL 18
  46. #define IDS_ERRPREPARE 19
  47. #define IDS_ERRDOWNLOAD 20
  48. #define IDS_ERREXTRACTING 21
  49. #define IDS_ERRINSTALLING 22
  50. #define IDS_ERRUNKNOWN 23
  51. #define IDS_ERRNOTTRUSTED 24
  52. #define IDS_SUMMARYHEADING 25
  53. #define IDS_DEPENDNAME 26
  54. #define IDS_ERRDEPENDENCY 27
  55. #define IDS_CHECKTRUST 28
  56. #define IDS_SUCCEEDED 29
  57. #define IDS_TIMEUNKNOWN 33
  58. #define IDS_MINUTESLEFT 34
  59. #define IDS_SECONDSLEFT 35
  60. #define IDS_HOURSMINUTESLEFT 36
  61. #define IDS_HOURSMINUTELEFT 37
  62. #define IDS_HOURSLEFT 38
  63. #define IDS_HOURMINUTESLEFT 39
  64. #define IDS_HOURMINUTELEFT 40
  65. #define IDS_HOURLEFT 41
  66. #define IDS_KBYTES 42
  67. #define IDS_PHASE_COPYING 43
  68. #define IDS_DOWNLOADTITLE 44
  69. #define IDS_BYTESRECEIVED 45
  70. #define IDS_PHASE_RETRYING 46
  71. #define IDS_PERCENT 47
  72. #define IDS_GROVELMESSAGE 48
  73. #define IDS_CONFIRMCANCEL_UNSAFE 49
  74. #define IDS_FINISH_TITLE 50
  75. #define IDS_CDNOTFOUND 51
  76. #define IDS_CDPLEASEINSERT 52
  77. #define IDS_NETWORKNOTFOUND 53
  78. #define IDS_NETWORKPLEASEFIND 54
  79. #define IDS_INTERNET 55
  80. #define IDS_NOTVALIDLOCATION 56
  81. #define IDS_NOTVALIDLOCATIONTITLE 57
  82. #define IDS_DISKSPACE 58
  83. #define IDS_FINDFOLDER 59