Source code of Windows XP (NT5)
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.

36 lines
1.1 KiB

  1. //+---------------------------------------------------------------------------
  2. //
  3. // Microsoft Windows
  4. // Copyright (C) Microsoft Corporation, 1993 - 1993.
  5. //
  6. // File: resource.h
  7. //
  8. // History: 10-06-93 ErikGav Created
  9. //
  10. //----------------------------------------------------------------------------
  11. #define tmcOk IDOK
  12. #define tmcCancel IDCANCEL
  13. #define tmcStatic -1
  14. #define tmcListbox 101
  15. #define tmcEnabled 102
  16. #define tmcDisk 103
  17. #define tmcCom1 104
  18. #define tmcBreak 105
  19. #define tmcNative 106
  20. #define tmcEnableAll 107
  21. #define tmcDisableAll 108
  22. // Simulate failure dialog resources
  23. #define IDD_SIMFAIL 200
  24. #define ID_LBLFAIL 201
  25. #define ID_TXTFAIL 202
  26. #define ID_LBLINTERVAL 203
  27. #define ID_TXTINTERVAL 204
  28. #define ID_LBLCOUNT 205
  29. #define ID_TXTCOUNT 206
  30. #define ID_BTNRESET 207
  31. #define ID_BTNNEVER 208
  32. #define ID_BTNUPDATE 209