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.

129 lines
4.8 KiB

  1. /**********************************************************************/
  2. /** Microsoft Windows/NT **/
  3. /** Copyright(c) Microsoft Corp., 1992 **/
  4. /**********************************************************************/
  5. /*
  6. MPRConn.h
  7. This file contains the MPR Connection dialog manifests
  8. FILE HISTORY:
  9. Johnl 09-Jan-1992 Commented
  10. CongpaY Nov-4-1992 Add more defines.
  11. dsheldon 20-Mar-1998 Chopped out map net drives wizard stuff - now in
  12. private\shell\ext\netplwiz.
  13. */
  14. #ifndef _MPRCONN_H_
  15. #define _MPRCONN_H_
  16. #include <windows.h> // basic windows functionality
  17. #include <uimsg.h>
  18. /* Message IDSs
  19. */
  20. #define IDS_WN_EXTENDED_ERROR (IDS_UI_MPR_BASE+1)
  21. #define IERR_ProfileLoadError (IDS_UI_MPR_BASE+3)
  22. #define IERR_TEXT1 (IDS_UI_MPR_BASE+4)
  23. #define IERR_TEXT2 (IDS_UI_MPR_BASE+5)
  24. #define IERR_TEXT3 (IDS_UI_MPR_BASE+6)
  25. #define IERR_CANNOT_SET_EXPANDLOGONDOMAIN (IDS_UI_MPR_BASE+7)
  26. #define IERR_INVALID_PATH (IDS_UI_MPR_BASE+8)
  27. #define IDS_BROWSE_DRIVE_CAPTION (IDS_UI_MPR_BASE+51)
  28. #define IDS_BROWSE_PRINTER_CAPTION (IDS_UI_MPR_BASE+52)
  29. #define IDS_SERVERS_LISTBOX_DRIVE (IDS_UI_MPR_BASE+59)
  30. #define IDS_SERVERS_LISTBOX_PRINTER (IDS_UI_MPR_BASE+60)
  31. #define IDS_DEVICELESS_CONNECTION_NAME (IDS_UI_MPR_BASE+61)
  32. #define IDS_OPENFILES_WITH_NAME_WARNING (IDS_UI_MPR_BASE+64)
  33. #define IDS_MPRHELPFILENAME (IDS_UI_MPR_BASE+67)
  34. #define IDS_NO_PASSWORD (IDS_UI_MPR_BASE+69)
  35. #define IDS_GETTING_INFO (IDS_UI_MPR_BASE+70)
  36. #define IDS_PASSWORD (IDS_UI_MPR_BASE+71)
  37. #define IDS_ACCOUNT_DISABLED (IDS_UI_MPR_BASE+72)
  38. /* Dialog IDDs
  39. */
  40. #define IDD_NET_BROWSE_DIALOG 7004
  41. #define IDD_RESOURCE 7010
  42. #define IDD_PASSWORD 7011
  43. #define IDD_USERNAME 7012
  44. #define IDD_PASSWORD_TEXT 7013
  45. #define IDD_RECONNECT_DLG 7015
  46. #define IDD_TEXT 7016
  47. #define IDD_ERROR_DLG 7020
  48. #define IDD_CHKCANCELCONNECTION 7021
  49. #define IDD_ERRORWITHCANCEL_DLG 7022
  50. #define IDD_TEXT1 7023
  51. #define IDD_TEXT2 7024
  52. #define IDD_TEXT3 7025
  53. #define IDD_CHKHIDEERRORS 7026
  54. #define IDC_MPR_BASE 4096
  55. /* Control IDCs
  56. */
  57. #define IDC_NETPATH_CONTROL (IDC_MPR_BASE+4 )
  58. #define IDC_CHECKBOX_EXPANDLOGONDOMAIN (IDC_MPR_BASE+6 )
  59. #define IDC_SLT_SHOW_LB_TITLE (IDC_MPR_BASE+9 )
  60. #define IDC_BUTTON_SEARCH (IDC_MPR_BASE+10)
  61. #define IDC_NET_SHOW (IDC_MPR_BASE+20)
  62. #define IDC_COL_SHOWLB_INDENT (IDC_MPR_BASE+21)
  63. #define IDC_COL_SHOWLB_BITMAP (IDC_MPR_BASE+22)
  64. #define IDC_COL_SHOWLB_RESNAME (IDC_MPR_BASE+23)
  65. #define IDC_COL_SHOWLB_COMMENT (IDC_MPR_BASE+24)
  66. #define IDC_SLE_GETINFO_TEXT (IDC_MPR_BASE+25)
  67. /* Icons
  68. */
  69. /* The following manifests define the BITMAP names used by the browse
  70. * dialogs.
  71. * They are meant to be used with the DISPLAY_MAP class (they have a green
  72. * border for that represents the transparent color).
  73. */
  74. #define BMID_PRINTER 7001
  75. #define BMID_PRINTER_UNAVAIL 7002
  76. #define BMID_SHARE 7003
  77. #define BMID_SHARE_UNAVAIL 7004
  78. #define BMID_NOSUCH 7005
  79. #define BMID_BROWSE_GEN 7010
  80. #define BMID_BROWSE_GENEX 7011
  81. #define BMID_BROWSE_GENNOX 7012
  82. #define BMID_BROWSE_PROV 7025
  83. #define BMID_BROWSE_PROVEX 7026
  84. #define BMID_BROWSE_SHR 7013
  85. #define BMID_BROWSE_SHREX 7014
  86. #define BMID_BROWSE_SHRNOX 7015
  87. #define BMID_BROWSE_SRV 7016
  88. #define BMID_BROWSE_SRVEX 7017
  89. #define BMID_BROWSE_SRVNOX 7018
  90. #define BMID_BROWSE_DOM 7019
  91. #define BMID_BROWSE_DOMEX 7020
  92. #define BMID_BROWSE_DOMNOX 7021
  93. #define BMID_BROWSE_PRINT 7022
  94. #define BMID_BROWSE_PRINTEX 7023
  95. #define BMID_BROWSE_PRINTNOX 7027
  96. #define BMID_BROWSE_FILE 7028
  97. #define BMID_BROWSE_FILEEX 7029
  98. #define BMID_BROWSE_FILENOX 7030
  99. #define BMID_BROWSE_GROUP 7031
  100. #define BMID_BROWSE_GROUPEX 7032
  101. #define BMID_BROWSE_GROUPNOX 7033
  102. #define BMID_BROWSE_TREE 7034
  103. #define BMID_BROWSE_TREEEX 7035
  104. #define BMID_BROWSE_TREENOX 7036
  105. #endif //_MPRCONN_H_