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.

87 lines
3.8 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_CREATE_DIR 1001
  13. #define IDS_PROMPT 1002
  14. #define IDS_RESTARTYESNO 1004
  15. #define IDS_ERR_NO_RESOURCE 1100
  16. #define IDS_ERR_OS_VERSION 1101
  17. #define IDS_ERR_NO_MEMORY 1102
  18. #define IDS_ERR_INVALID_DIR 1103
  19. #define IDS_ERR_EMPTY_DIR_FIELD 1104
  20. #define IDS_ERR_UPDATE_DIR 1105
  21. #define IDS_ERR_LOADFUNCS 1106
  22. #define IDS_ERR_LOADDLL 1107
  23. #define IDS_ERR_NO_INF_INSTALLS 1108
  24. #define IDS_ERR_LOAD_DLL 1109
  25. #define IDS_ERR_GET_PROC_ADDR 1110
  26. #define IDS_ERR_OS_UNSUPPORTED 1111
  27. #define IDS_ERR_CREATE_DIR 1112
  28. #define IDS_ERR_SET_LDID 1113
  29. #define IDS_ERR_INF_FAIL 1114
  30. #define IDS_ERR_INF_FAILURE 1115
  31. #define IDS_ERR_INF_SYNTAX 1117
  32. #define IDS_ERR_USER_CANCEL_INST 1121
  33. #define IDS_ERR_SHORT_NAME 1122
  34. #define IDS_ERR_REG_OCX 1123
  35. #define IDS_ERR_RUNONCE_REG_OCX 1124
  36. #define IDS_ERR_INVALID_REGROOT 1125
  37. #define IDS_ERR_GET_WIN_DIR 1126
  38. #define IDS_ERR_NO_SPACE_INST 1130
  39. #define IDS_ERR_GET_DISKSPACE 1132
  40. #define IDS_ERR_UNREG_OCX 1133
  41. #define IDS_ERR_OPENPROCTK 1134
  42. #define IDS_ERR_ADJTKPRIV 1135
  43. #define IDS_ERR_EXITWINEX 1136
  44. #define IDS_ERR_BAD_SYNTAX 1137
  45. #define IDS_ERR_BAD_SYNTAX2 1138
  46. #define IDS_ERR_GET_PATH 1140
  47. #define IDS_ERR_CREATE_PROCESS 1142
  48. #define IDS_ERR_GETVOLINFOR 1143
  49. #define IDS_ERR_TOO_BIG 1144
  50. #define IDS_ERR_CANT_FIND_FILE 1145
  51. #define IDS_ERR_CABPATH 1149
  52. #define IDS_INVALID_ROOTKEY 1151
  53. #define IDS_NO_SEPARATOR_CHAR 1152
  54. #define IDS_ERR_REGSETVALUE 1153
  55. #define IDS_ERR_REGQUERYVALUE 1154
  56. #define IDS_FILEBACKUP_ERROR 1155
  57. #define IDS_BACKUPINIT_ERROR 1156
  58. #define IDS_BACKUPDAT_ERROR 1157
  59. #define IDS_RESTORE_ERROR 1158
  60. #define IDS_RESTORE_ERROR2 1159
  61. #define IDS_FILEBACKUP_TITLE 1160
  62. #define IDS_FILERESTORE_TITLE 1161
  63. #define IDD_SAVERESTOREDLG 1162
  64. #define IDC_SAVERESTORE_PROGRESS 1163
  65. #define IDS_SAVEINFO_TEXT 1164
  66. #define IDS_RESTOREINFO_TEXT 1165
  67. #define IDS_ERR_NONTADMIN 1166
  68. #define IDS_ADVDEFTITLE 1167
  69. #define IDS_ERR_FMTMSG 1168
  70. //***************************************************************************
  71. //* DIALOG IDS *
  72. //***************************************************************************
  73. #define IDD_DIRDLG 2000
  74. //***************************************************************************
  75. //* DIALOG CONTROL IDS *
  76. //***************************************************************************
  77. #define IDC_EDIT_DIR 2100
  78. #define IDC_BUT_BROWSE 2101
  79. #define IDC_TEMPTEXT 2102