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.

410 lines
14 KiB

  1. // Copyright (c) 1996, Microsoft Corporation, all rights reserved.
  2. //
  3. // rasdlghc.h
  4. // Remote Access Common Dialogs
  5. // Help constants
  6. //
  7. // 02/06/96 Steve Cobb
  8. //
  9. // The IDs used here should be kept in the range 1000 to 9999. Each dialog is
  10. // assigned a 2-letter code that appears in all associated constants. Each
  11. // control has an additional 2-letter code indicating the control class, where
  12. // PB=PushButton, EB=EditBox, LB=ListBox, CB=CheckBox, RB=RadioButton,
  13. // ST=StaticText, GB=GroupBox, CC=CustomControl and CL=ComboListBox.
  14. //
  15. #ifndef _RASDLG_HCH_
  16. #define _RASDLG_HCH_
  17. // Entry property sheet, General page
  18. //
  19. #define HID_GE_GB_ConnectUsing 1000
  20. #define HID_GE_LV_Devices 1001
  21. #define HID_GE_PB_MoveUp 1002
  22. #define HID_GE_PB_MoveDown 1003
  23. #define HID_GE_CB_SharedPhoneNumber 1004
  24. #define HID_GE_PB_Configure 1005
  25. #define HID_GE_CLB_AreaCodes 1007
  26. #define HID_GE_EB_PhoneNumber 1009
  27. #define HID_GE_LB_CountryCodes 1011
  28. #define HID_GE_CB_UseDialingRules 1012
  29. #define HID_GE_PB_Alternates 1013
  30. #define HID_GE_CB_ShowIcon 1014
  31. #define HID_GE_LV_Device 1015
  32. #define HID_GE_EB_ServiceName 1016
  33. #define HID_GE_GB_FirstConnect 1017
  34. #define HID_GE_CB_DialAnotherFirst 1018
  35. #define HID_GE_LB_DialAnotherFirst 1019
  36. #define HID_GE_LB_Devices 1020
  37. #define HID_GE_PB_DialingRules 1021
  38. #define HID_GE_EB_HostName 1022
  39. // Entry property sheet, Shared Access page
  40. //
  41. #define HID_SA_PB_Shared 1150
  42. #define HID_SA_PB_DemandDial 1151
  43. #define HID_SA_PB_Settings 1152
  44. #define HID_SA_LB_PrivateLan 1153
  45. // Entry property sheet, Options page
  46. //
  47. #define HID_OE_GB_Progress 1100
  48. #define HID_OE_CB_DisplayProgress 1101
  49. #define HID_OE_CB_PreviewUserPw 1102
  50. #define HID_OE_CB_PreviewDomain 1103
  51. #define HID_OE_CB_PreviewNumber 1104
  52. #define HID_OE_GB_Redial 1105
  53. #define HID_OE_EB_RedialAttempts 1106
  54. #define HID_OE_LB_RedialTimes 1107
  55. #define HID_OE_LB_IdleTimes 1108
  56. #define HID_OE_CB_RedialOnDrop 1109
  57. #define HID_OE_GB_MultipleDevices 1110
  58. #define HID_OE_LB_MultipleDevices 1111
  59. #define HID_OE_PB_Configure 1112
  60. #define HID_OE_PB_X25 1113
  61. #define HID_OE_PB_Tunnel 1114
  62. #define HID_OE_RB_DemandDial 1115
  63. #define HID_OE_RB_Persistent 1116
  64. #define HID_OE_LB_IdleTimesRouter 1117
  65. #define HID_OE_PB_Callback 1118
  66. // Entry property sheet, Security page
  67. //
  68. #define HID_LO_RB_TypicalSecurity 1200
  69. #define HID_LO_LB_Auths 1201
  70. #define HID_LO_CB_UseWindowsPw 1202
  71. #define HID_LO_CB_Encryption 1203
  72. #define HID_LO_RB_AdvancedSecurity 1204
  73. #define HID_LO_PB_Advanced 1205
  74. #define HID_LO_GB_Scripting 1206
  75. #define HID_LO_CB_RunScript 1207
  76. #define HID_LO_CB_Terminal 1208
  77. #define HID_LO_LB_Scripts 1209
  78. #define HID_LO_PB_Edit 1210
  79. #define HID_LO_PB_Browse 1211
  80. #define HID_LO_GB_SecurityOptions 1212
  81. #define HID_LO_PB_IPSec 1213
  82. #define HID_LO_PB_IPSecServer 1214
  83. // Entry property sheet, Networking page
  84. //
  85. #define HID_NE_LB_ServerType 1300
  86. #define HID_NE_PB_Settings 1301
  87. #define HID_NE_LV_Components 1302
  88. #define HID_NE_PB_Add 1303
  89. #define HID_NE_PB_Remove 1304
  90. #define HID_NE_PB_Properties 1305
  91. #define HID_NE_LB_ComponentDesc 1306
  92. // Entry property sheet, Networking page, PPP dialog box
  93. //
  94. #define HID_NE_EnableLcp 1350
  95. #define HID_NE_EnableCompression 1351
  96. #define HID_NE_NegotiateMultilinkAlways 1352
  97. // Entry property sheet, Diagnostic page for Whistler 460931
  98. //
  99. #define HID_DG_CB_EnableLog 1370
  100. #define HID_DG_PB_Clear 1371
  101. #define HID_DG_PB_Export 1372
  102. // Alternate numbers dialog
  103. //
  104. #define HID_AN_ST_Explain 1400
  105. #define HID_AN_LV_Numbers 1402
  106. #define HID_AN_PB_Up 1403
  107. #define HID_AN_PB_Down 1404
  108. #define HID_AN_PB_Add 1405
  109. #define HID_AN_PB_Edit 1406
  110. #define HID_AN_PB_Delete 1407
  111. #define HID_AN_CB_MoveToTop 1408
  112. #define HID_AN_CB_TryNextOnFail 1409
  113. // Phone number editor dialog
  114. //
  115. #define HID_CE_GB_PhoneNumber 1500
  116. #define HID_CE_CLB_AreaCodes 1502
  117. #define HID_CE_EB_PhoneNumber 1504
  118. #define HID_CE_LB_CountryCodes 1506
  119. #define HID_CE_GB_Comment 1507
  120. #define HID_CE_EB_Comment 1508
  121. #define HID_CE_CB_UseDialingRules 1509
  122. // X.25 Logon Settings dialog
  123. //
  124. #define HID_XS_ST_Explain 1600
  125. #define HID_XS_LB_Networks 1602
  126. #define HID_XS_EB_Address 1604
  127. #define HID_XS_GB_Optional 1605
  128. #define HID_XS_EB_UserData 1607
  129. #define HID_XS_EB_Facilities 1609
  130. // Automatic Dialing and Hanging Up dialog
  131. //
  132. #define HID_DM_ST_Explain 1700
  133. #define HID_DM_LB_DialPercent 1702
  134. #define HID_DM_LB_DialTime 1704
  135. #define HID_DM_LB_HangUpPercent 1706
  136. #define HID_DM_LB_HangUpTime 1708
  137. // Custom Authentication dialog
  138. //
  139. #define HID_CA_LB_Encryption 1800
  140. #define HID_CA_GB_LogonSecurity 1801
  141. #define HID_CA_RB_Eap 1802
  142. #define HID_CA_LB_EapPackages 1803
  143. #define HID_CA_PB_Properties 1804
  144. #define HID_CA_RB_AllowedProtocols 1805
  145. #define HID_CA_CB_Pap 1806
  146. #define HID_CA_CB_Spap 1807
  147. #define HID_CA_CB_Chap 1808
  148. #define HID_CA_CB_MsChap 1809
  149. #define HID_CA_CB_W95MsChap 1810
  150. #define HID_CA_CB_MsChap2 1811
  151. #define HID_CA_CB_UseWindowsPw 1812
  152. // Data Encryption dialog
  153. //
  154. #define HID_ES_LB_Encryptions 1900
  155. // ISDN configure dialog.
  156. //
  157. #define HID_IC_LB_LineType 2000
  158. #define HID_IC_CB_Fallback 2001
  159. #define HID_IC_CB_DownLevel 2002
  160. #define HID_IC_CB_Compression 2003
  161. #define HID_IC_EB_Channels 2004
  162. // Modem configure dialog.
  163. //
  164. #define HID_MC_I_Modem 2100
  165. #define HID_MC_EB_ModemValue 2101
  166. #define HID_MC_LB_MaxBps 2103
  167. #define HID_MC_GB_Features 2104
  168. #define HID_MC_CB_FlowControl 2105
  169. #define HID_MC_CB_ErrorControl 2106
  170. #define HID_MC_CB_Compression 2107
  171. #define HID_MC_GB_BeforeDial 2108
  172. #define HID_MC_CB_RunScript 2109
  173. #define HID_MC_LB_Scripts 2110
  174. #define HID_MC_CB_Terminal 2111
  175. #define HID_MC_PB_Edit 2112
  176. #define HID_MC_PB_Browse 2113
  177. #define HID_MC_CB_EnableSpeaker 2114
  178. #define HID_MC_LB_ModemProtocol 2115
  179. // Change password dialog
  180. //
  181. #define HID_CP_ST_Explain 2200
  182. #define HID_CP_EB_OldPassword 2201
  183. #define HID_CP_EB_Password 2202
  184. #define HID_CP_EB_ConfirmPassword 2203
  185. // Dial callback dialog
  186. //
  187. #define HID_DC_ST_Explain 2300
  188. #define HID_DC_EB_Number 2301
  189. // Dial error dialog
  190. //
  191. #define HID_DE_PB_More 2401
  192. #define HID_DE_PB_Redial 2402
  193. #define HID_DE_CB_EnableDiag 2403 //For whistler460931
  194. #define HID_DE_ST_ConfigureLnk 2404
  195. // Projection result dialog
  196. //
  197. #define HID_PR_ST_Text 2500
  198. #define HID_PR_PB_Accept 2501
  199. #define HID_PR_PB_HangUp 2502
  200. #define HID_PR_CB_DisableProtocols 2503
  201. // Retry Authentication dialog
  202. //
  203. #define HID_UA_ST_UserName 2600
  204. #define HID_UA_EB_UserName 2601
  205. #define HID_UA_ST_Password 2602
  206. #define HID_UA_EB_Password 2603
  207. #define HID_UA_ST_Domain 2604
  208. #define HID_UA_EB_Domain 2605
  209. #define HID_UA_CB_SavePassword 2606
  210. // Terminal dialogs
  211. //
  212. #define HID_IT_EB_Screen 2900
  213. #define HID_IT_CC_IpAddress 2901
  214. #define HID_IT_PB_Done 2902
  215. // Dialer dialogs
  216. //
  217. #define HID_DR_BM_Useless 3000
  218. #define HID_DR_EB_User 3002
  219. #define HID_DR_EB_Password 3004
  220. #define HID_DR_EB_Domain 3006
  221. #define HID_DR_CB_SavePassword 3007
  222. #define HID_DR_CLB_Numbers 3009
  223. #define HID_DR_LB_Locations 3011
  224. #define HID_DR_PB_Rules 3012
  225. #define HID_DR_PB_Properties 3013
  226. #define HID_DR_PB_DialConnect 3014
  227. #define HID_DR_PB_Cancel 3016
  228. #define HID_DR_PB_Help 3017
  229. #define HID_DR_RB_SaveForMe 3018
  230. #define HID_DR_RB_SaveForEveryone 3019
  231. // Main phonebook dialog (temporary).
  232. //
  233. #define HID_DU_BM_Wizard 3400
  234. #define HID_DU_LB_Entries 3401
  235. #define HID_DU_PB_New 3402
  236. #define HID_DU_PB_More 3403
  237. #define HID_DU_LB_DialPreview 3404
  238. #define HID_DU_LB_DialFrom 3405
  239. #define HID_DU_PB_Location 3406
  240. #define HID_DU_PB_Dial 3407
  241. #define HID_DU_PB_Close 3408
  242. // Phone Number list dialog.
  243. //
  244. #define HID_PN_EB_NewNumber 3500
  245. #define HID_PN_PB_Add 3501
  246. #define HID_PN_PB_Replace 3502
  247. #define HID_PN_LB_List 3503
  248. #define HID_PN_PB_Up 3504
  249. #define HID_PN_PB_Down 3505
  250. #define HID_PN_PB_Delete 3506
  251. #define HID_PN_CB_Promote 3507
  252. //#if 0
  253. // (Router) Dialing page.
  254. //
  255. #define HID_RD_RB_Persistent 3600
  256. #define HID_RD_RB_DemandDial 3601
  257. #define HID_RD_EB_Attempts 3602
  258. #define HID_RD_EB_Seconds 3603
  259. #define HID_RD_EB_Idle 3604
  260. #define HID_RD_PB_Callback 3605
  261. #define HID_RD_PB_MultipleLines 3606
  262. // (Router) Callback dialog
  263. //
  264. #define HID_CR_RB_No 3700
  265. #define HID_CR_RB_Yes 3701
  266. #define HID_CR_LV_Numbers 3702
  267. #define HID_CR_PB_Edit 3703
  268. #define HID_CR_PB_Delete 3704
  269. // User preferences property sheet, Appearance page.
  270. //
  271. #define HID_GP_CB_Preview 3801
  272. #define HID_GP_CB_Location 3802
  273. #define HID_GP_CB_Lights 3803
  274. #define HID_GP_CB_Progress 3804
  275. #define HID_GP_CB_CloseOnDial 3805
  276. #define HID_GP_CB_PhonebookEdits 3807
  277. #define HID_GP_CB_LocationEdits 3808
  278. #define HID_GP_CB_UseWizard 3809
  279. #define HID_GP_CB_AutodialPrompt 3810
  280. // User preferences property sheet, Dialing page.
  281. //
  282. #define HID_AD_LV_Enable 3900
  283. #define HID_AD_EB_Attempts 3901
  284. #define HID_AD_EB_Seconds 3902
  285. #define HID_AD_EB_Idle 3903
  286. #define HID_AD_CB_AskBeforeAutodial 3904
  287. #define HID_AD_CB_DisableThisSession 3905
  288. // User preferences property sheet, Callback page.
  289. //
  290. #define HID_CB_RB_No 4001
  291. #define HID_CB_RB_Maybe 4002
  292. #define HID_CB_RB_Yes 4003
  293. #define HID_CB_LV_Numbers 4004
  294. #define HID_CB_PB_Edit 4005
  295. #define HID_CB_PB_Delete 4006
  296. // User preferences property sheet, Phonebook page.
  297. //
  298. #define HID_PL_ST_Open 4100
  299. #define HID_PL_RB_SystemList 4101
  300. #define HID_PL_RB_PersonalList 4102
  301. #define HID_PL_RB_AlternateList 4103
  302. #define HID_PL_CL_Lists 4104
  303. #define HID_PL_PB_Browse 4105
  304. // Shared access settings property sheet, Applications page.
  305. //
  306. #define HID_SA_LV_Applications 4200
  307. #define HID_SA_PB_Add 4201
  308. #define HID_SA_PB_Edit 4202
  309. #define HID_SA_PB_Delete 4203
  310. // Shared access settings property sheet, Services page.
  311. //
  312. #define HID_SS_LV_Services 4250
  313. #define HID_SS_PB_Add 4251
  314. #define HID_SS_PB_Edit 4252
  315. #define HID_SS_PB_Delete 4253
  316. // Shared access settings property sheet, New Application dialog.
  317. //
  318. #define HID_SA_EB_Application 4300
  319. #define HID_SA_EB_Port 4301
  320. #define HID_SA_PB_Tcp 4302
  321. #define HID_SA_PB_Udp 4303
  322. #define HID_SA_EB_TcpResponse 4304
  323. #define HID_SA_EB_UdpResponse 4305
  324. // Shared access settings property sheet, New Service dialog.
  325. //
  326. #define HID_SS_EB_Service 4350
  327. #define HID_SS_EB_Port 4351
  328. #define HID_SS_PB_Tcp 4352
  329. #define HID_SS_PB_Udp 4353
  330. #define HID_SS_EB_Address 4354
  331. // User preferences property sheet, Connections page.
  332. //
  333. #define HID_CO_GB_LogonPrivileges 4400
  334. #define HID_CO_CB_AllowConnectionModification 4401
  335. // User preferences property sheet, Callback page.
  336. //
  337. #define HID_ZE_ST_CallbackNumber 4450
  338. // IP Security Policy Dialog box
  339. //
  340. #define HID_CI_CB_PresharedKey 4500
  341. #define HID_CI_EB_PSK 4501
  342. // For diagnostic Generate Report dialog box For whistler 460931
  343. //
  344. #define HID_EL_RB_ViewReport 4520
  345. #define HID_EL_RB_File 4521
  346. #define HID_EL_EB_FileName 4522
  347. #define HID_EL_PB_Browse 4523
  348. #define HID_EL_RB_Email 4524
  349. #define HID_EL_EB_EmailAddress 4525
  350. #define HID_EL_CB_SimpleReport 4526
  351. #define HID_EL_ST_FileName 4527
  352. //#endif
  353. // Start of RAS error contexts and the single context for non-RAS errors. So,
  354. // 9700 is error 600, 9701 is error 601, etc.
  355. //
  356. #define HID_RASERRORBASE 9700
  357. #define HID_RECONNECTING 9998
  358. #define HID_NONRASERROR 9999
  359. #endif // _RASDLG_HCH_