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.

79 lines
1.8 KiB

  1. ///////////////////////////////////////////////////////////////////////////////
  2. //
  3. // Copyright (c) 2001, Microsoft Corporation All rights reserved.
  4. //
  5. // Module Name:
  6. //
  7. // resource.h
  8. //
  9. // Abstract:
  10. //
  11. // This file contains global definition for the euroconv.exe utility.
  12. //
  13. // Revision History:
  14. //
  15. // 2001-07-30 lguindon Created.
  16. //
  17. ///////////////////////////////////////////////////////////////////////////////
  18. ///////////////////////////////////////////////////////////////////////////////
  19. //
  20. // Includes Files.
  21. //
  22. ///////////////////////////////////////////////////////////////////////////////
  23. #include <windows.h>
  24. ///////////////////////////////////////////////////////////////////////////////
  25. //
  26. // Resource definitions
  27. //
  28. ///////////////////////////////////////////////////////////////////////////////
  29. //
  30. // Dialog
  31. //
  32. #define IDD_EULA 100
  33. #define IDD_USERS 200
  34. #define IDD_CONFIRM 300
  35. //
  36. // Miscellaneous identifier
  37. //
  38. #define IDI_ICON 200
  39. #define IDC_STATIC -1
  40. //
  41. // Eula dialog
  42. //
  43. #define IDC_WELCOME_LINE 1001
  44. #define IDC_EDIT_LICENSE 1002
  45. #define IDC_CHECK_LICENSE 1003
  46. #define IDC_README 1004
  47. //
  48. // Users dialog
  49. //
  50. #define IDC_INCLUDED 1010
  51. #define IDC_EXCLUDED 1011
  52. //
  53. // Confirmation dialog
  54. //
  55. #define IDC_DETAIL 1020
  56. //
  57. // String
  58. //
  59. #define IDS_TITLE 1
  60. #define IDS_NOADMIN 2
  61. #define IDS_PATCH 3
  62. #define IDS_USAGE 4
  63. #define IDS_SUCCESS 5
  64. #define IDS_SUCCESS_DEF 6
  65. #define IDS_LIB_ERROR 9
  66. #define IDS_EMPTY 10
  67. #define IDS_NOTHING 11
  68. #define IDS_EULA 12
  69. #define IDS_README 13