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.

37 lines
857 B

  1. //+---------------------------------------------------------------------------
  2. //
  3. // Microsoft Windows
  4. // Copyright (C) Microsoft Corporation, 1997.
  5. //
  6. // File: R E S O U R C E . H
  7. //
  8. // Contents: defines constants for the connections common ui
  9. //
  10. // Notes:
  11. //
  12. // Author: scottbri 14 Jan 1998
  13. //
  14. //----------------------------------------------------------------------------
  15. #pragma once
  16. #ifndef _RESOURCE_H_
  17. #define _RESOURCE_H_
  18. // Dialog IDD's
  19. #define IDD_ConnChooser 22000
  20. // String ID's
  21. #define IDS_CONNECT_CAPTION 22010
  22. #define IDS_OKBTTNTEXT 22011
  23. #define IDS_NO_CONNECTIONS 22012
  24. // Control ID's
  25. #define BTN_CHOOSER_OK 22040
  26. #define BTN_CHOOSER_NEW 22041
  27. #define BTN_CHOOSER_PROPS 22042
  28. #define CMB_CHOOSER_LIST 22043
  29. #define TXT_CHOOSER_CMB 22044
  30. #endif