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.

121 lines
4.8 KiB

  1. /**********************************************************************/
  2. /** Microsoft Windows NT **/
  3. /** Copyright(c) Microsoft Corp., 1994 **/
  4. /**********************************************************************/
  5. /*
  6. ncpcfg.h
  7. NCP configuration dialog constants
  8. */
  9. #ifndef _NCPCFG_H_
  10. #define _NCPCFG_H_
  11. #define IDS_BASE 1000
  12. #define HC_UI_BASE 2000
  13. #define NETWORKNUMBERSIZE 8
  14. #define MAX_FRAMETYPE 5
  15. #define SZ8ZEROES SZ("00000000")
  16. #define SZSUPERVISOR SZ("Supervisor")
  17. #define SZCONSOLEOPERATOR SZ("Console Operators")
  18. /* Netware Configuration dialog
  19. Dialog ID has to be in the range of IDRSRC_NCPCFG_BASE 9200
  20. to IDRSRC_NCPCFG_LAST 9399, and it has to be explicit number. */
  21. #define DLG_SysVolAndServerConfig 9301
  22. #define DLG_AutoTuneParametersConfig 9302
  23. #define NCP_INSTALL_DLG 9200
  24. #define IDD_NCD_SLE_SYSDIR 101
  25. #define IDD_NCD_SLE_PASSWORD 102
  26. #define IDD_NCD_SLE_CONFIRM_PASSWORD 103
  27. #define IDD_NCD_RB_MIN 104
  28. #define IDD_NCD_RB_BALANCE 105
  29. #define IDD_NCD_RB_MAX 106
  30. #define IDD_NCD_SLE_SRVNAME 107
  31. #define NCP_CONFIG_DLG 9201
  32. #define IDD_NCD_PB_ADVANCED 108
  33. /* Advanced Netwary Configuration dialog */
  34. #define ADVANCED_NCP_CONFIG_DLG 9202
  35. #define IDD_ANCD_SLE_INETNUM 201
  36. #define IDD_ANCD_COMBO_ADAPTER 202
  37. #define IDD_ANCD_COMBO_FRAMETYPE 203
  38. #define IDD_ANCD_SLE_NETNUM 204
  39. #define IDD_ANCD_LB_FRAME_NETNUM 205
  40. #define IDD_ANCD_ST_FRAME_TYPE 206
  41. #define IDD_ANCD_ST_NETWORK_NUM 207
  42. #define IDD_ANCD_PB_ADD 208
  43. #define IDD_ANCD_PB_REMOVE 209
  44. #define IDD_NCD_CB_ROUTER 210
  45. #define IDD_ANCD_RB_AUTODETECT 211
  46. #define IDD_ANCD_RB_MANUALDETECT 212
  47. #define IDD_ANCD_SLT_FRAME_TYPE 213
  48. #define IDD_ANCD_SLT_NETWORK_NUMBER 214
  49. #define IDD_ANCD_SLT_IN_HEX 215
  50. #define NCP_SVCPASSWD_DLG 9203
  51. // strings
  52. #define IDS_STR_BASE IDS_BASE
  53. #define IDS_UNKNOWN_NET_CARD (IDS_STR_BASE+1)
  54. #define IDS_ETHERNET (IDS_STR_BASE+2)
  55. #define IDS_802_2 (IDS_STR_BASE+3)
  56. #define IDS_802_3 (IDS_STR_BASE+4)
  57. #define IDS_SNAP (IDS_STR_BASE+5)
  58. #define IDS_ARCNET (IDS_STR_BASE+6)
  59. #define IDS_802_5 (IDS_STR_BASE+7)
  60. #define IDS_TK (IDS_STR_BASE+8)
  61. #define IDS_FDDI (IDS_STR_BASE+9)
  62. #define IDS_FDDI_SNAP (IDS_STR_BASE+10)
  63. #define IDS_FDDI_802_3 (IDS_STR_BASE+11)
  64. #define IDS_NCPCFG_HELP_FILE_NAME (IDS_STR_BASE+12)
  65. #define IDS_NCPCFG_BLT_INIT_FAILED (IDS_STR_BASE+13)
  66. #define IDS_InvalidPath (IDS_STR_BASE+14)
  67. #define IDS_BAD_PASSWORD (IDS_STR_BASE+15)
  68. #define IDS_BAD_CONFIRM_PASSWORD (IDS_STR_BASE+16)
  69. #define IERR_ADD_NETWORK_NUMBER (IDS_STR_BASE+17)
  70. #define IDS_NO_FRAME_TYPE (IDS_STR_BASE+22)
  71. #define IDS_NO_NETWORK_NUMBER (IDS_STR_BASE+23)
  72. #define IDS_BAD_IPX_CONFIGURATION (IDS_STR_BASE+26)
  73. #define IDS_UNMATCH_PASSWORD (IDS_STR_BASE+27)
  74. #define IDS_SUPERVISOR_ALREADY_EXIST (IDS_STR_BASE+28)
  75. #define IDS_DRIVE_NOT_NTFS (IDS_STR_BASE+29)
  76. #define IDS_DRIVE_NOT_FIXED (IDS_STR_BASE+30)
  77. #define IDS_ZERO_INTERNAL_NETWORK_NUMBER (IDS_STR_BASE+31)
  78. #define IDS_SUPERVISOR_COMMENT (IDS_STR_BASE+32)
  79. #define IDS_CONSOLE_OPERATOR_COMMENT (IDS_STR_BASE+33)
  80. #define IDS_NO_NTFS_DRIVE (IDS_STR_BASE+34)
  81. #define IDS_FORCE_REMOVE (IDS_STR_BASE+35)
  82. #define IDS_NOT_VALID_CONFIGURE (IDS_STR_BASE+36)
  83. #define IDS_SVC_ACCOUNT_NAME (IDS_STR_BASE+37)
  84. #define IDS_SVC_ACCOUNT_ALREADY_EXIST (IDS_STR_BASE+38)
  85. #define IDS_SVC_ACCOUNT_COMMENT (IDS_STR_BASE+39)
  86. #define IDS_RAND_INTERNAL_NETWORK_NUMBER (IDS_STR_BASE+40)
  87. #define IDS_NULL_SVCPASSWORD (IDS_STR_BASE+41)
  88. #define IDS_NETNUMBER_USED (IDS_STR_BASE+42)
  89. #define IDS_REPLICATION_HUNG (IDS_STR_BASE+43)
  90. #define IDS_INVALID_SERVER_NAME (IDS_STR_BASE+44)
  91. #define IDS_SAP_REQUIRED (IDS_STR_BASE+50)
  92. #define IDS_FPNW_CAPTION (IDS_STR_BASE+51)
  93. #define IDS_DESC_COMOBJ_SFNCFG (IDS_STR_BASE+52)
  94. #define IDS_WKS_ONLY (IDS_STR_BASE+53)
  95. // help index
  96. #define HC_NCP_INSTALL_DIALOG (HC_UI_BASE)
  97. #define HC_NCP_CONFIG_DIALOG (HC_UI_BASE + 1)
  98. #define HC_ADVANCED_NCP_CONFIG_DIALOG (HC_UI_BASE + 2)
  99. #define HC_INTERNAL_NETNUM_DIALOG (HC_UI_BASE + 3)
  100. #define HC_NCP_SVC_PASSWD_DIALOG (HC_UI_BASE + 4)
  101. #endif // _NCPCFG_H_