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.

107 lines
4.7 KiB

  1. //***************************************************************************
  2. //* Copyright (c) Microsoft Corporation 1995. All rights reserved. *
  3. //***************************************************************************
  4. //* *
  5. //* RESOURCE.H - *
  6. //* *
  7. //***************************************************************************
  8. //***************************************************************************
  9. //* STRING RESOURCE IDS *
  10. //***************************************************************************
  11. #define IDS_SELECTDIR 1000
  12. #define IDS_PROMPT 1001
  13. #define IDS_ERR_GET_DISKSPACE 1200
  14. #define IDS_ERR_NO_RESOURCE 1201
  15. #define IDS_ERR_USER_CANCEL 1202
  16. #define IDS_ERR_OS_VERSION 1204
  17. #define IDS_ERR_NO_MEMORY 1205
  18. #define IDS_ERR_CREATE_THREAD 1208
  19. #define IDS_ERR_INVALID_CABINET 1210
  20. #define IDS_ERR_FILETABLE_FULL 1211
  21. #define IDS_ERR_CHANGE_DIR 1212
  22. #define IDS_ERR_NO_SPACE_BOTH 1213
  23. #define IDS_ERR_INVALID_DIR 1214
  24. #define IDS_ERR_EMPTY_DIR_FIELD 1215
  25. #define IDS_ERR_UPDATE_DIR 1216
  26. #define IDS_ERR_LOADFUNCS 1217
  27. #define IDS_ERR_LOADDLL 1218
  28. #define IDS_ERR_CREATE_PROCESS 1220
  29. #define IDS_ERR_UNKNOWN_CLUSTER 1221
  30. #define IDS_ERR_RESOURCEBAD 1222
  31. #define IDS_ERR_NO_INF_INSTALLS 1223
  32. #define IDS_ERR_LOAD_DLL 1224
  33. #define IDS_ERR_GET_PROC_ADDR 1225
  34. #define IDS_ERR_OS_UNSUPPORTED 1226
  35. #define IDS_ERR_CREATE_DIR 1227
  36. #define IDS_ERR_NO_SPACE_INST 1228
  37. #define IDS_ERR_GET_WIN_DIR 1264
  38. #define IDS_ERR_OPENPROCTK 1269
  39. #define IDS_ERR_ADJTKPRIV 1270
  40. #define IDS_ERR_EXITWINEX 1271
  41. #define IDS_ERR_LOWSWAPSPACE 1272
  42. #define IDS_ERR_GETVOLINFOR 1273
  43. #define IDS_ERR_NO_SPACE_ERR 1274
  44. #define IDS_ERR_DIALOGBOX 1275
  45. // FDI Error Codes: Add WEX_FDI_BASE to the error returned by FDI to
  46. // index into the table of strings for that error
  47. #define IDS_ERR_FDI_BASE 1300
  48. #define IDS_ERR_BADCMDLINE 1312
  49. #define IDS_HELPMSG 1313
  50. #define IDS_RESTARTYESNO 1314
  51. #define IDS_MULTIINST 1316
  52. #define IDS_ERR_FILENOTEXIST 1317
  53. #define IDS_NOTADMIN 1351
  54. #define IDS_CREATE_DIR 1354
  55. #define IDS_ERR_ALREADY_RUNNING 1355
  56. #define IDS_ERR_TARGETOS 1356
  57. #define IDS_ERR_FILEVER 1357
  58. //***************************************************************************
  59. //* DIALOG IDS *
  60. //***************************************************************************
  61. #define IDD_LICENSE 2001
  62. #define IDD_TEMPDIR 2002
  63. #define IDD_OVERWRITE 2003
  64. #define IDD_EXTRACT 2004
  65. #define IDD_EXTRACT_MIN 2005
  66. #define IDD_WARNING 2006
  67. //***************************************************************************
  68. //* DIALOG CONTROL IDS *
  69. //***************************************************************************
  70. #define IDC_UNUSED -1
  71. #define IDC_EDIT_LICENSE 2100
  72. #define IDC_EDIT_TEMPDIR 2101
  73. #define IDC_BUT_BROWSE 2102
  74. #define IDC_FILENAME 2103
  75. #define IDC_TEXT_FILENAME 2104
  76. #define IDC_BUT_YESTOALL 2105
  77. #define IDC_GENERIC1 2106
  78. #define IDC_USER1 2107
  79. #define IDC_TEMPTEXT 2108
  80. #define IDC_CONTINUE 2109
  81. #define IDC_EXIT 2110
  82. #define IDC_WARN_TEXT 2111
  83. #define IDC_EXTRACTINGFILE 2113
  84. #define IDC_EXTRACT_WAIT 2114
  85. //***************************************************************************
  86. //* ICON/ANIMATION IDS *
  87. //***************************************************************************
  88. #define IDI_WEXICON 3000
  89. #define IDA_FILECOPY 3001
  90. //***************************************************************************
  91. //* USER-DEFINED MESSAGES *
  92. //***************************************************************************
  93. #define UM_EXTRACTDONE 4001