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.

30 lines
807 B

  1. /**********************************************************************/
  2. /** Microsoft Windows/NT **/
  3. /** Copyright(c) Microsoft Corp., 1991 **/
  4. /**********************************************************************/
  5. /*
  6. focusdlg.h
  7. Header file for focus dialog IDC values.
  8. FILE HISTORY:
  9. terryk 18-Nov-1991 Created
  10. beng 20-Feb-1992 Uses BASE_APPLIB_IDD
  11. beng 21-Feb-1992 Uses applibrc.h
  12. */
  13. #ifndef _FOCUSDLG_H_
  14. #define _FOCUSDLG_H_
  15. #include "applibrc.h"
  16. #define IDC_FOCUS_PATH 104
  17. #define IDC_DOMAIN_LB 106
  18. #define IDC_SEL_LB_TITLE 107
  19. #define IDC_BOUNDARY 108
  20. #define IDC_LINK 109
  21. #define IDC_SLE_GETINFO 110
  22. #define IDC_LINK_MESSAGE 111
  23. #endif