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.

901 lines
45 KiB

  1. //Copyright (c) 1998 - 1999 Microsoft Corporation
  2. //Microsoft Developer Studio generated resource script.
  3. //
  4. #include "resource.h"
  5. #define APSTUDIO_READONLY_SYMBOLS
  6. /////////////////////////////////////////////////////////////////////////////
  7. //
  8. // Generated from the TEXTINCLUDE 2 resource.
  9. //
  10. #include "afxres.h"
  11. /////////////////////////////////////////////////////////////////////////////
  12. #undef APSTUDIO_READONLY_SYMBOLS
  13. #ifdef APSTUDIO_INVOKED
  14. /////////////////////////////////////////////////////////////////////////////
  15. //
  16. // TEXTINCLUDE
  17. //
  18. 1 TEXTINCLUDE DISCARDABLE
  19. BEGIN
  20. "resource.h\0"
  21. END
  22. 2 TEXTINCLUDE DISCARDABLE
  23. BEGIN
  24. "#include ""afxres.h""\r\n"
  25. "\0"
  26. END
  27. 3 TEXTINCLUDE DISCARDABLE
  28. BEGIN
  29. "#include ""res\\wincfg.rc2"" // non-App Studio edited resources\r\n"
  30. "\r\n"
  31. "#include ""afxres.rc"" // Standard components\r\n"
  32. "\0"
  33. END
  34. #endif // APSTUDIO_INVOKED
  35. /////////////////////////////////////////////////////////////////////////////
  36. //
  37. // Icon
  38. //
  39. IDR_MAINFRAME ICON DISCARDABLE "RES\\WINCFG.ICO"
  40. /////////////////////////////////////////////////////////////////////////////
  41. //
  42. // Menu
  43. //
  44. IDR_MAINFRAME MENU PRELOAD DISCARDABLE
  45. BEGIN
  46. POPUP "&Connection"
  47. BEGIN
  48. MENUITEM "&New...\tIns", ID_WINSTATION_ADD
  49. MENUITEM SEPARATOR
  50. MENUITEM "&Copy...\tF8", ID_WINSTATION_COPY
  51. MENUITEM "&Delete\tDel", ID_WINSTATION_DELETE
  52. MENUITEM "&Rename...", ID_WINSTATION_RENAME
  53. MENUITEM "&Edit...\tEnter", ID_WINSTATION_EDIT
  54. MENUITEM SEPARATOR
  55. MENUITEM "En&able \tCtrl-Ins", ID_WINSTATION_ENABLE
  56. MENUITEM "Di&sable \tCtrl-Del", ID_WINSTATION_DISABLE
  57. MENUITEM SEPARATOR
  58. MENUITEM "E&xit\tAlt-F4", ID_APP_EXIT
  59. END
  60. POPUP "&Options"
  61. BEGIN
  62. MENUITEM "&Confirmation", ID_OPTIONS_CONFIRMATION
  63. , CHECKED
  64. MENUITEM "Sa&ve settings on Exit", ID_OPTIONS_SAVE_SETTINGS_ON_EXIT
  65. , CHECKED
  66. MENUITEM "&Font...", ID_OPTIONS_FONT
  67. END
  68. POPUP "&Security"
  69. BEGIN
  70. MENUITEM "&Permissions...", ID_SECURITY_PERMISSIONS
  71. END
  72. POPUP "&Help"
  73. BEGIN
  74. MENUITEM "&Contents", ID_HELP_INDEX
  75. MENUITEM "&Search for Help on...", ID_HELP_SEARCH_FOR
  76. MENUITEM "&How to Use Help", ID_HELP_USING
  77. MENUITEM SEPARATOR
  78. MENUITEM "&About Terminal Server Connection Configuration...",
  79. ID_APP_ABOUT
  80. END
  81. END
  82. IDR_POPUP MENU DISCARDABLE
  83. BEGIN
  84. POPUP "&Winstation"
  85. BEGIN
  86. MENUITEM "&Copy...", ID_WINSTATION_COPY
  87. MENUITEM "&Delete", ID_WINSTATION_DELETE
  88. MENUITEM "&Rename...", ID_WINSTATION_RENAME
  89. MENUITEM "&Edit...", ID_WINSTATION_EDIT
  90. MENUITEM "En&able", ID_WINSTATION_ENABLE
  91. MENUITEM "Di&sable", ID_WINSTATION_DISABLE
  92. MENUITEM "&Permissions...", ID_SECURITY_PERMISSIONS
  93. END
  94. END
  95. /////////////////////////////////////////////////////////////////////////////
  96. //
  97. // Accelerator
  98. //
  99. IDR_MAINFRAME ACCELERATORS PRELOAD MOVEABLE PURE
  100. BEGIN
  101. VK_DELETE, ID_WINSTATION_DELETE, VIRTKEY, NOINVERT
  102. VK_DELETE, ID_WINSTATION_DISABLE, VIRTKEY, CONTROL, NOINVERT
  103. VK_DOWN, ID_WINSTATION_NEXT, VIRTKEY, NOINVERT
  104. VK_F1, ID_HELP, VIRTKEY, NOINVERT
  105. VK_F8, ID_WINSTATION_COPY, VIRTKEY, NOINVERT
  106. VK_INSERT, ID_WINSTATION_ADD, VIRTKEY, NOINVERT
  107. VK_INSERT, ID_WINSTATION_ENABLE, VIRTKEY, CONTROL, NOINVERT
  108. VK_RETURN, ID_WINSTATION_EDIT, VIRTKEY, NOINVERT
  109. VK_UP, ID_WINSTATION_PREV, VIRTKEY, NOINVERT
  110. END
  111. /////////////////////////////////////////////////////////////////////////////
  112. //
  113. // Dialog
  114. //
  115. IDD_EDIT_WINSTATION DIALOG DISCARDABLE 50, 50, 267, 210
  116. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
  117. BEGIN
  118. RTEXT "&Name",IDL_WINSTATIONNAME,16,7,20,10
  119. EDITTEXT IDC_WINSTATIONNAME,40,5,175,13,ES_AUTOHSCROLL | WS_GROUP
  120. RTEXT "T&ype",IDL_WDNAME,17,27,18,8
  121. COMBOBOX IDC_WDNAME,40,25,90,75,CBS_DROPDOWNLIST |
  122. CBS_AUTOHSCROLL | WS_VSCROLL | WS_TABSTOP
  123. RTEXT "&Transport",IDL_TDNAME,145,27,30,10
  124. COMBOBOX IDC_TDNAME,180,25,80,75,CBS_DROPDOWNLIST |
  125. CBS_AUTOHSCROLL | CBS_SORT | WS_VSCROLL | WS_TABSTOP
  126. RTEXT "&Comment",IDL_WSCOMMENT,5,48,31,10
  127. EDITTEXT IDC_WSCOMMENT,40,45,220,13,ES_AUTOHSCROLL
  128. GROUPBOX "Async Transport Configuration",IDL_ASYNC,5,60,255,100,
  129. NOT WS_VISIBLE | WS_DISABLED | WS_GROUP
  130. RTEXT "De&vice ",IDL_ASYNC_DEVICENAME,10,75,25,8,NOT
  131. WS_VISIBLE | WS_DISABLED | NOT WS_GROUP
  132. COMBOBOX IDC_ASYNC_DEVICENAME,40,73,216,70,CBS_DROPDOWNLIST |
  133. CBS_SORT | NOT WS_VISIBLE | WS_DISABLED | WS_VSCROLL |
  134. WS_TABSTOP
  135. PUSHBUTTON "Install &Modem...",IDC_ASYNC_MODEMINSTALL,40,90,78,14,
  136. NOT WS_VISIBLE | WS_DISABLED | WS_GROUP
  137. PUSHBUTTON "Modem &Properties...",IDC_ASYNC_MODEMCONFIG,175,90,78,
  138. 14,NOT WS_VISIBLE | WS_DISABLED | WS_GROUP
  139. GROUPBOX "Modem Call&back",IDL_ASYNC_MODEMCALLBACK,8,110,250,45,
  140. NOT WS_VISIBLE | WS_DISABLED
  141. LTEXT "...is",IDL_ASYNC_MODEMCALLBACK1,49,122,14,8,NOT
  142. WS_VISIBLE | WS_DISABLED
  143. COMBOBOX IDC_ASYNC_MODEMCALLBACK,66,120,110,43,CBS_DROPDOWNLIST |
  144. NOT WS_VISIBLE | WS_DISABLED | WS_VSCROLL | WS_TABSTOP
  145. CONTROL "(inherit user config)",IDC_ASYNC_MODEMCALLBACK_INHERIT,
  146. "Button",BS_AUTOCHECKBOX | NOT WS_VISIBLE | WS_DISABLED |
  147. WS_GROUP | WS_TABSTOP,181,122,74,10
  148. LTEXT "Phone number",IDL_ASYNC_MODEMCALLBACK_PHONENUMBER,15,
  149. 140,48,8,NOT WS_VISIBLE | WS_DISABLED
  150. EDITTEXT IDC_ASYNC_MODEMCALLBACK_PHONENUMBER,66,138,110,13,
  151. ES_AUTOHSCROLL | NOT WS_VISIBLE | WS_DISABLED
  152. CONTROL "(inherit user config)",
  153. IDC_ASYNC_MODEMCALLBACK_PHONENUMBER_INHERIT,"Button",
  154. BS_AUTOCHECKBOX | NOT WS_VISIBLE | WS_DISABLED |
  155. WS_GROUP | WS_TABSTOP,181,139,74,10
  156. RTEXT "Device C&onnect on",IDL_ASYNC_CONNECT,10,115,63,8,NOT
  157. WS_VISIBLE | WS_DISABLED
  158. COMBOBOX IDC_ASYNC_CONNECT,77,113,95,63,CBS_DROPDOWNLIST | NOT
  159. WS_VISIBLE | WS_DISABLED | WS_VSCROLL | WS_TABSTOP
  160. RTEXT "&Baud",IDL_ASYNC_BAUDRATE,180,115,20,8,NOT WS_VISIBLE |
  161. WS_DISABLED | NOT WS_GROUP
  162. COMBOBOX IDC_ASYNC_BAUDRATE,204,113,50,70,CBS_DROPDOWN | NOT
  163. WS_VISIBLE | WS_DISABLED | WS_VSCROLL | WS_TABSTOP
  164. PUSHBUTTON "Set &Defaults",IDC_ASYNC_DEFAULTS,54,140,50,14,NOT
  165. WS_VISIBLE | WS_DISABLED | WS_GROUP
  166. PUSHBUTTON "&Advanced...",IDC_ASYNC_ADVANCED,114,140,50,14,NOT
  167. WS_VISIBLE | WS_DISABLED
  168. PUSHBUTTON "T&est...",IDC_ASYNC_TEST,172,140,40,14,NOT WS_VISIBLE |
  169. WS_DISABLED
  170. GROUPBOX "Network Transport Configuration",IDL_NETWORK,5,60,255,
  171. 100,NOT WS_VISIBLE | WS_DISABLED
  172. RTEXT "Lan Ada&pter",IDL_NETWORK_LANADAPTER,10,95,41,8,NOT
  173. WS_VISIBLE | WS_DISABLED
  174. COMBOBOX IDC_NETWORK_LANADAPTER,10,105,245,54,CBS_DROPDOWNLIST |
  175. CBS_SORT | NOT WS_VISIBLE | WS_DISABLED | WS_VSCROLL |
  176. WS_TABSTOP
  177. RTEXT "&Maximum Connection Count:",IDL_NETWORK_INSTANCECOUNT,
  178. 10,128,125,8,NOT WS_VISIBLE | WS_DISABLED
  179. EDITTEXT IDC_NETWORK_INSTANCECOUNT,140,125,32,13,ES_AUTOHSCROLL |
  180. NOT WS_VISIBLE | WS_DISABLED
  181. CONTROL "Unlimited",IDC_NETWORK_INSTANCECOUNT_UNLIMITED,"Button",
  182. BS_AUTOCHECKBOX | NOT WS_VISIBLE | WS_DISABLED |
  183. WS_TABSTOP,180,128,41,10
  184. GROUPBOX "Custom Transport Configuration",IDL_OEMTD,5,60,255,100,
  185. NOT WS_VISIBLE | WS_DISABLED
  186. LTEXT "De&vice",IDL_OEMTD_DEVICENAME,10,95,41,8,NOT WS_VISIBLE |
  187. WS_DISABLED
  188. COMBOBOX IDC_OEMTD_DEVICENAME,10,105,245,54,CBS_DROPDOWNLIST |
  189. CBS_SORT | NOT WS_VISIBLE | WS_DISABLED | WS_VSCROLL |
  190. WS_TABSTOP
  191. RTEXT "&Maximum Connection Count:",IDL_OEMTD_INSTANCECOUNT,10,
  192. 128,125,8,NOT WS_VISIBLE | WS_DISABLED
  193. EDITTEXT IDC_OEMTD_INSTANCECOUNT,140,125,32,13,ES_AUTOHSCROLL |
  194. NOT WS_VISIBLE | WS_DISABLED
  195. CONTROL "Unlimited",IDC_OEMTD_INSTANCECOUNT_UNLIMITED,"Button",
  196. BS_AUTOCHECKBOX | NOT WS_VISIBLE | WS_DISABLED |
  197. WS_TABSTOP,180,128,41,10
  198. GROUPBOX "NASI Transport Configuration",IDL_NASI,5,60,255,100,NOT
  199. WS_VISIBLE | WS_DISABLED
  200. RTEXT "&User Name",IDL_NASI_USERNAME,35,75,37,8,NOT WS_VISIBLE |
  201. WS_DISABLED
  202. EDITTEXT IDC_NASI_USERNAME,75,73,135,12,ES_AUTOHSCROLL | NOT
  203. WS_VISIBLE | WS_DISABLED
  204. RTEXT "Pa&ssword",IDL_NASI_PASSWORD,37,90,35,8,NOT WS_VISIBLE |
  205. WS_DISABLED
  206. EDITTEXT IDC_NASI_PASSWORD,75,88,135,12,ES_PASSWORD |
  207. ES_AUTOHSCROLL | NOT WS_VISIBLE | WS_DISABLED
  208. RTEXT "&Port Name",IDL_NASI_PORTNAME,37,105,35,8,NOT
  209. WS_VISIBLE | WS_DISABLED
  210. COMBOBOX IDC_NASI_PORTNAME,75,103,180,54,CBS_DROPDOWN | CBS_SORT |
  211. NOT WS_VISIBLE | WS_DISABLED | WS_VSCROLL | WS_TABSTOP
  212. RTEXT "&Maximum Connection Count:",IDL_NASI_INSTANCECOUNT,10,
  213. 130,125,8,NOT WS_VISIBLE | WS_DISABLED
  214. EDITTEXT IDC_NASI_INSTANCECOUNT,140,128,32,13,ES_AUTOHSCROLL |
  215. NOT WS_VISIBLE | WS_DISABLED
  216. CONTROL "Unlimited",IDC_NASI_INSTANCECOUNT_UNLIMITED,"Button",
  217. BS_AUTOCHECKBOX | NOT WS_VISIBLE | WS_DISABLED |
  218. WS_TABSTOP,180,130,41,10
  219. PUSHBUTTON "&Advanced...",IDC_NASI_ADVANCED,205,141,50,14,NOT
  220. WS_VISIBLE | WS_DISABLED | WS_GROUP
  221. PUSHBUTTON "Ad&vanced...",IDC_ADVANCED_WINSTATION,5,170,90,14
  222. PUSHBUTTON "Client &Settings...",IDC_CLIENT_SETTINGS,5,190,90,14
  223. PUSHBUTTON " ",IDC_EXTENSION_BUTTON,102,170,90,14,NOT WS_VISIBLE
  224. DEFPUSHBUTTON "OK",IDOK,115,190,45,14
  225. PUSHBUTTON "Cancel",IDCANCEL,165,190,45,14
  226. PUSHBUTTON "&Help",ID_HELP,215,190,45,14
  227. END
  228. IDD_ADVANCED_WINSTATION DIALOG DISCARDABLE 50, 50, 407, 278
  229. STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
  230. CAPTION "Advanced Connection Settings"
  231. BEGIN
  232. GROUPBOX "&Logon",IDL_AWS_WSSTATE,5,5,180,25,WS_GROUP
  233. CONTROL "Disabled",IDC_AWS_WSDISABLED,"Button",
  234. BS_AUTORADIOBUTTON | WS_GROUP | WS_TABSTOP,30,17,40,10
  235. CONTROL "Enabled",IDC_AWS_WSENABLED,"Button",BS_AUTORADIOBUTTON,
  236. 81,17,39,10
  237. GROUPBOX "&Timeout settings (in minutes)",IDL_AWS_TIMEOUTS,5,35,
  238. 180,120,WS_GROUP
  239. RTEXT "Connection",IDL_AWS_CONNECTION,19,52,38,8
  240. EDITTEXT IDC_AWS_CONNECTION,60,50,25,13,ES_AUTOHSCROLL
  241. CONTROL "No Timeout",IDC_AWS_CONNECTION_NONE,"Button",
  242. BS_AUTOCHECKBOX | WS_GROUP | WS_TABSTOP,91,50,49,10
  243. CONTROL "(inherit user config)",IDC_AWS_CONNECTION_INHERIT,
  244. "Button",BS_AUTOCHECKBOX | WS_GROUP | WS_TABSTOP,60,65,
  245. 74,10
  246. RTEXT "Disconnection",IDL_AWS_DISCONNECTION,9,87,48,8
  247. EDITTEXT IDC_AWS_DISCONNECTION,60,85,25,13,ES_AUTOHSCROLL
  248. CONTROL "No Timeout",IDC_AWS_DISCONNECTION_NONE,"Button",
  249. BS_AUTOCHECKBOX | WS_GROUP | WS_TABSTOP,91,85,49,10
  250. CONTROL "(inherit user config)",IDC_AWS_DISCONNECTION_INHERIT,
  251. "Button",BS_AUTOCHECKBOX | WS_GROUP | WS_TABSTOP,60,100,
  252. 74,10
  253. RTEXT "Idle",IDL_AWS_IDLE,44,122,13,8
  254. EDITTEXT IDC_AWS_IDLE,60,120,25,13,ES_AUTOHSCROLL
  255. CONTROL "No Timeout",IDC_AWS_IDLE_NONE,"Button",BS_AUTOCHECKBOX |
  256. WS_GROUP | WS_TABSTOP,91,120,49,10
  257. CONTROL "(inherit user config)",IDC_AWS_IDLE_INHERIT,"Button",
  258. BS_AUTOCHECKBOX | WS_GROUP | WS_TABSTOP,60,135,74,10
  259. GROUPBOX "&Security",IDL_AWS_SECURITY,5,159,180,66
  260. RTEXT "Required encryption",IDL_AWS_SECURITY_ENCRYPT1,10,171,
  261. 66,8
  262. COMBOBOX IDC_AWS_SECURITY_ENCRYPT,78,169,104,40,CBS_DROPDOWNLIST |
  263. WS_VSCROLL | WS_TABSTOP
  264. CONTROL "Use default NT Authentication",
  265. IDC_AWS_SECURITY_DEFAULTGINA,"Button",BS_AUTOCHECKBOX |
  266. WS_TABSTOP,11,185,111,10
  267. GROUPBOX "&AutoLogon",IDL_AWS_AUTOLOGON,194,5,150,95,WS_GROUP
  268. RTEXT "User Name",IDL_AWS_AUTOLOGON_USERNAME,225,17,37,8
  269. EDITTEXT IDC_AWS_AUTOLOGON_USERNAME,265,15,75,13,ES_AUTOHSCROLL |
  270. WS_GROUP
  271. RTEXT "Domain",IDL_AWS_AUTOLOGON_DOMAIN,235,33,26,8
  272. EDITTEXT IDC_AWS_AUTOLOGON_DOMAIN,265,31,75,13,ES_AUTOHSCROLL
  273. RTEXT "Password",IDL_AWS_AUTOLOGON_PASSWORD,230,49,32,8
  274. EDITTEXT IDC_AWS_AUTOLOGON_PASSWORD,265,47,75,13,ES_PASSWORD |
  275. ES_AUTOHSCROLL
  276. RTEXT "Confirm Password",IDL_AWS_AUTOLOGON_CONFIRM_PASSWORD,
  277. 202,64,59,8
  278. EDITTEXT IDC_AWS_AUTOLOGON_CONFIRM_PASSWORD,265,62,75,13,
  279. ES_PASSWORD | ES_AUTOHSCROLL
  280. CONTROL "Prompt for Password",IDC_AWS_AUTOLOGON_PASSWORD_PROMPT,
  281. "Button",BS_AUTOCHECKBOX | BS_LEFTTEXT | WS_TABSTOP,262,
  282. 75,78,10
  283. CONTROL "(inherit client config)",IDC_AWS_AUTOLOGON_INHERIT,
  284. "Button",BS_AUTOCHECKBOX | WS_GROUP | WS_TABSTOP,210,88,
  285. 78,10
  286. GROUPBOX "&Initial Program",IDL_AWS_INITIALPROGRAM,195,105,205,85,
  287. WS_GROUP
  288. RTEXT "Command",IDL_AWS_INITIALPROGRAM_COMMANDLINE1,205,120,32,
  289. 8
  290. RTEXT "Line",IDL_AWS_INITIALPROGRAM_COMMANDLINE2,205,127,32,8
  291. EDITTEXT IDC_AWS_INITIALPROGRAM_COMMANDLINE,243,121,152,13,
  292. ES_AUTOHSCROLL
  293. RTEXT "Working",IDL_AWS_INITIALPROGRAM_WORKINGDIRECTORY1,205,
  294. 140,32,8
  295. RTEXT "Directory",IDL_AWS_INITIALPROGRAM_WORKINGDIRECTORY2,205,
  296. 148,32,8
  297. EDITTEXT IDC_AWS_INITIALPROGRAM_WORKINGDIRECTORY,243,142,152,13,
  298. ES_AUTOHSCROLL
  299. CONTROL "(inherit client/user config)",
  300. IDC_AWS_INITIALPROGRAM_INHERIT,"Button",BS_AUTOCHECKBOX |
  301. WS_GROUP | WS_TABSTOP,200,165,96,10
  302. CONTROL "Only run &Published Applications",
  303. IDC_AWS_INITIALPROGRAM_PUBLISHEDONLY,"Button",
  304. BS_AUTOCHECKBOX | WS_TABSTOP,243,176,114,10
  305. GROUPBOX "&User Profile Overrides",IDL_AWS_USEROVERRIDES,195,195,
  306. 205,30,WS_GROUP
  307. CONTROL "Disable Wallpaper",
  308. IDC_AWS_USEROVERRIDE_DISABLEWALLPAPER,"Button",
  309. BS_AUTOCHECKBOX | WS_TABSTOP,200,210,70,10
  310. LTEXT "On a &broken or timed-out connection,",IDL_AWS_BROKEN1,
  311. 5,231,123,8
  312. COMBOBOX IDC_AWS_BROKEN,131,230,65,40,CBS_DROPDOWNLIST |
  313. WS_VSCROLL | WS_TABSTOP
  314. LTEXT "the session.",IDL_AWS_BROKEN2,200,232,40,8
  315. CONTROL "(inherit user config)",IDC_AWS_BROKEN_INHERIT,"Button",
  316. BS_AUTOCHECKBOX | WS_GROUP | WS_TABSTOP,245,231,74,10
  317. LTEXT "&Reconnect sessions disconnected",IDL_AWS_RECONNECT1,5,
  318. 247,112,8
  319. COMBOBOX IDC_AWS_RECONNECT,120,245,105,40,CBS_DROPDOWNLIST |
  320. WS_VSCROLL | WS_TABSTOP
  321. CONTROL "(inherit user config)",IDC_AWS_RECONNECT_INHERIT,"Button",
  322. BS_AUTOCHECKBOX | WS_GROUP | WS_TABSTOP,245,246,74,10
  323. LTEXT "S&hadowing",IDL_AWS_SHADOW,5,262,37,8
  324. COMBOBOX IDC_AWS_SHADOW,45,260,190,40,CBS_DROPDOWNLIST |
  325. WS_VSCROLL | WS_TABSTOP
  326. CONTROL "(inherit user config)",IDC_AWS_SHADOW_INHERIT,"Button",
  327. BS_AUTOCHECKBOX | WS_GROUP | WS_TABSTOP,245,261,74,10
  328. DEFPUSHBUTTON "OK",IDOK,350,10,50,14,WS_GROUP
  329. PUSHBUTTON "Cancel",IDCANCEL,350,30,50,14
  330. PUSHBUTTON "&Help",ID_HELP,350,50,50,14
  331. END
  332. IDD_ASYNC_ADVANCED DIALOG DISCARDABLE 50, 50, 331, 188
  333. STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
  334. CAPTION "Advanced Async Configuration"
  335. BEGIN
  336. GROUPBOX "Flo&w Control",IDL_ASYNC_ADVANCED_FLOWCONTROL,5,5,320,
  337. 35,WS_GROUP
  338. CONTROL "Hardware [XXX/XXX]",
  339. IDC_ASYNC_ADVANCED_FLOWCONTROL_HARDWARE,"Button",
  340. BS_AUTORADIOBUTTON | WS_GROUP | WS_TABSTOP,44,20,103,10
  341. CONTROL "Software (Xon/Xoff)",
  342. IDC_ASYNC_ADVANCED_FLOWCONTROL_SOFTWARE,"Button",
  343. BS_AUTORADIOBUTTON,154,20,76,10
  344. CONTROL "None",IDC_ASYNC_ADVANCED_FLOWCONTROL_NONE,"Button",
  345. BS_AUTORADIOBUTTON,259,20,29,10
  346. GROUPBOX "H&ardware Flow Control",IDL_ASYNC_ADVANCED_HARDWARE,5,
  347. 45,170,50,WS_GROUP
  348. COMBOBOX IDC_ASYNC_ADVANCED_HWRX,10,60,70,47,CBS_DROPDOWNLIST |
  349. WS_VSCROLL | WS_TABSTOP
  350. LTEXT "when receive buffer is full",IDL_ASYNC_ADVANCED_HWRX,84,
  351. 62,86,8,NOT WS_GROUP
  352. RTEXT "&Transmit data",IDL_ASYNC_ADVANCED_HWTX,10,81,46,8,NOT
  353. WS_GROUP
  354. COMBOBOX IDC_ASYNC_ADVANCED_HWTX,60,79,110,50,CBS_DROPDOWNLIST |
  355. WS_VSCROLL | WS_TABSTOP
  356. GROUPBOX "Software Flow Control",IDL_ASYNC_ADVANCED_SOFTWARE,185,
  357. 45,140,50,WS_GROUP
  358. RTEXT "Xo&n character",IDL_ASYNC_ADVANCED_XON,190,61,47,8,NOT
  359. WS_GROUP
  360. EDITTEXT IDC_ASYNC_ADVANCED_XON,240,61,25,13,ES_AUTOHSCROLL
  361. RTEXT "Xo&ff character",IDL_ASYNC_ADVANCED_XOFF,189,80,48,8,
  362. NOT WS_GROUP
  363. EDITTEXT IDC_ASYNC_ADVANCED_XOFF,240,77,25,13,ES_AUTOHSCROLL
  364. GROUPBOX "",IDL_ASYNC_ADVANCED_BASE,270,56,48,34
  365. CONTROL "De&cimal",IDC_ASYNC_ADVANCED_BASEDEC,"Button",
  366. BS_AUTORADIOBUTTON | WS_GROUP | WS_TABSTOP,275,64,37,10
  367. CONTROL "He&x",IDC_ASYNC_ADVANCED_BASEHEX,"Button",
  368. BS_AUTORADIOBUTTON,275,77,24,10
  369. GROUPBOX "DT&R State",IDL_ASYNC_ADVANCED_DTRSTATE,10,110,80,30,
  370. WS_GROUP
  371. RTEXT "Always",IDL_ASYNC_ADVANCED_DTRALWAYS,26,123,24,8,NOT
  372. WS_GROUP
  373. CONTROL "Off",IDC_ASYNC_ADVANCED_DTROFF,"Button",
  374. BS_AUTORADIOBUTTON | WS_GROUP | WS_TABSTOP,51,128,21,10
  375. CONTROL "On",IDC_ASYNC_ADVANCED_DTRON,"Button",
  376. BS_AUTORADIOBUTTON,51,117,21,10
  377. GROUPBOX "RT&S State",IDL_ASYNC_ADVANCED_RTSSTATE,90,110,80,30,
  378. WS_GROUP
  379. RTEXT "Always",IDL_ASYNC_ADVANCED_RTSALWAYS,105,123,24,8,NOT
  380. WS_GROUP
  381. CONTROL "Off",IDC_ASYNC_ADVANCED_RTSOFF,"Button",
  382. BS_AUTORADIOBUTTON | WS_GROUP | WS_TABSTOP,130,128,21,10
  383. CONTROL "On",IDC_ASYNC_ADVANCED_RTSON,"Button",
  384. BS_AUTORADIOBUTTON,130,117,21,10
  385. GROUPBOX "&Parity",IDL_ASYNC_ADVANCED_PARITY,180,100,78,55,
  386. WS_GROUP
  387. CONTROL "None",IDC_ASYNC_ADVANCED_PARITY_NONE,"Button",
  388. BS_AUTORADIOBUTTON | WS_GROUP | WS_TABSTOP,185,111,39,10
  389. CONTROL "Even",IDC_ASYNC_ADVANCED_PARITY_EVEN,"Button",
  390. BS_AUTORADIOBUTTON,185,126,31,10
  391. CONTROL "Odd",IDC_ASYNC_ADVANCED_PARITY_ODD,"Button",
  392. BS_AUTORADIOBUTTON,220,126,30,10
  393. CONTROL "Mark",IDC_ASYNC_ADVANCED_PARITY_MARK,"Button",
  394. BS_AUTORADIOBUTTON,185,140,31,10
  395. CONTROL "Space",IDC_ASYNC_ADVANCED_PARITY_SPACE,"Button",
  396. BS_AUTORADIOBUTTON,220,140,34,10
  397. GROUPBOX "St&op",IDL_ASYNC_ADVANCED_STOPBITS,266,100,25,55,
  398. WS_GROUP
  399. CONTROL "1",IDC_ASYNC_ADVANCED_STOPBITS_1,"Button",
  400. BS_AUTORADIOBUTTON | WS_GROUP | WS_TABSTOP,271,116,16,10
  401. CONTROL "2",IDC_ASYNC_ADVANCED_STOPBITS_2,"Button",
  402. BS_AUTORADIOBUTTON,271,135,16,10
  403. GROUPBOX "&Byte",IDL_ASYNC_ADVANCED_BYTESIZE,300,100,25,55,
  404. WS_GROUP
  405. CONTROL "7",IDC_ASYNC_ADVANCED_BYTESIZE_7,"Button",
  406. BS_AUTORADIOBUTTON | WS_GROUP | WS_TABSTOP,305,116,16,10
  407. CONTROL "8",IDC_ASYNC_ADVANCED_BYTESIZE_8,"Button",
  408. BS_AUTORADIOBUTTON,305,135,16,10
  409. DEFPUSHBUTTON "OK",IDOK,75,170,50,14,WS_GROUP
  410. PUSHBUTTON "Cancel",IDCANCEL,140,170,50,14
  411. PUSHBUTTON "&Help",ID_HELP,205,170,50,14
  412. END
  413. IDD_ASYNC_TEST DIALOG DISCARDABLE 50, 50, 310, 290
  414. STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
  415. CAPTION "Async Test"
  416. FONT 8, "Lucida Console"
  417. BEGIN
  418. GROUPBOX "",IDC_STATIC,5,0,110,23,WS_GROUP
  419. CONTROL "",IDC_ATDLG_DTR,"Static",SS_BLACKFRAME,9,6,13,7
  420. CONTROL "",IDC_ATDLG_RTS,"Static",SS_BLACKFRAME,27,6,13,7
  421. CONTROL "",IDC_ATDLG_CTS,"Static",SS_BLACKFRAME,45,6,13,7
  422. CONTROL "",IDC_ATDLG_DSR,"Static",SS_BLACKFRAME,63,6,13,7
  423. CONTROL "",IDC_ATDLG_DCD,"Static",SS_BLACKFRAME,81,6,13,7
  424. CONTROL "",IDC_ATDLG_RI,"Static",SS_BLACKFRAME,99,6,13,7
  425. LTEXT "DTR",IDC_STATIC,10,13,12,8
  426. LTEXT "RTS",IDC_STATIC,28,13,12,8
  427. LTEXT "CTS",IDC_STATIC,46,13,12,8
  428. LTEXT "DSR",IDC_STATIC,64,13,12,8
  429. LTEXT "DCD",IDC_STATIC,82,13,12,8
  430. LTEXT "RI",IDC_STATIC,101,13,8,8
  431. LTEXT "Device:",IDC_STATIC,125,11,27,8
  432. LTEXT "Baud:",IDC_STATIC,230,11,20,8
  433. LTEXT "",IDL_ATDLG_DEVICE,155,11,65,8
  434. LTEXT "",IDL_ATDLG_BAUD,255,11,50,8
  435. EDITTEXT IDC_ATDLG_EDIT,5,26,300,219,ES_MULTILINE |
  436. ES_AUTOHSCROLL | ES_OEMCONVERT | ES_READONLY |
  437. ES_WANTRETURN | WS_VSCROLL | WS_HSCROLL | WS_GROUP
  438. PUSHBUTTON "&Initialize",IDC_ATDLG_MODEM_INIT,5,255,50,14,WS_GROUP
  439. PUSHBUTTON "&Listen",IDC_ATDLG_MODEM_LISTEN,60,255,50,14
  440. PUSHBUTTON "&Dial",IDC_ATDLG_MODEM_DIAL,5,275,50,14
  441. LTEXT "Phone Number:",IDL_ATDLG_PHONE_NUMBER,60,278,53,8
  442. EDITTEXT IDC_ATDLG_PHONE_NUMBER,116,275,64,13,ES_AUTOHSCROLL
  443. PUSHBUTTON "E&xit",IDOK,195,265,50,14,WS_GROUP
  444. PUSHBUTTON "&Help",ID_HELP,255,265,50,14
  445. END
  446. IDD_NASI_ADVANCED DIALOG DISCARDABLE 50, 50, 191, 108
  447. STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
  448. CAPTION "Advanced NASI Configuration"
  449. BEGIN
  450. GROUPBOX "Session &Type",IDL_NASI_ADVANCED_SESSIONTYPE,5,5,180,25,
  451. WS_GROUP
  452. CONTROL "Private",IDC_NASI_ADVANCED_PRIVATESESSION,"Button",
  453. BS_AUTORADIOBUTTON | WS_GROUP | WS_TABSTOP,70,15,34,10
  454. CONTROL "Global",IDC_NASI_ADVANCED_GLOBALSESSION,"Button",
  455. BS_AUTORADIOBUTTON,130,15,34,10
  456. LTEXT "&NetWare File Server",IDL_NASI_ADVANCED_FILESERVER,5,42,
  457. 67,8
  458. EDITTEXT IDC_NASI_ADVANCED_FILESERVER,75,40,110,12,ES_AUTOHSCROLL
  459. LTEXT "&Session Name",IDL_NASI_ADVANCED_SESSIONNAME,25,62,47,8
  460. EDITTEXT IDC_NASI_ADVANCED_SESSIONNAME,75,60,110,12,
  461. ES_AUTOHSCROLL
  462. DEFPUSHBUTTON "OK",IDOK,10,90,50,14
  463. PUSHBUTTON "Cancel",IDCANCEL,71,90,50,14
  464. PUSHBUTTON "&Help",ID_HELP,131,90,50,14
  465. END
  466. IDD_OPTDLG DIALOG DISCARDABLE 50, 50, 291, 123
  467. STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
  468. BEGIN
  469. CTEXT "Command Line Usage",IDC_STATIC,109,10,71,8
  470. LTEXT "wincfg [options]\t\tValid options are:",IDC_STATIC,5,25,
  471. 280,10,NOT WS_GROUP
  472. LTEXT "%s%s",IDL_OPTDLG_HELP_SWITCH,15,40,80,8,NOT WS_GROUP
  473. LTEXT "command line help",IDC_STATIC,100,40,185,8,NOT WS_GROUP
  474. LTEXT "%s%s",IDL_OPTDLG_REGISTRYONLY_SWITCH,15,50,80,8,NOT
  475. WS_GROUP
  476. LTEXT "Registry operations only",IDC_STATIC,100,50,185,8,NOT
  477. WS_GROUP
  478. LTEXT "%s%s",IDL_OPTDLG_ADD_SWITCH,15,60,80,8,NOT WS_GROUP
  479. LTEXT "Add Connection of specified <transport>",IDC_STATIC,100,
  480. 60,185,8,NOT WS_GROUP
  481. LTEXT "%s%s",IDL_OPTDLG_COUNT_SWITCH,15,70,80,8,NOT WS_GROUP
  482. LTEXT "Specifies # of Connections to Add",IDC_STATIC,100,70,
  483. 185,8,NOT WS_GROUP
  484. DEFPUSHBUTTON "OK",IDOK,120,100,50,14
  485. END
  486. IDD_CLIENT_SETTINGS DIALOG DISCARDABLE 50, 50, 171, 215
  487. STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
  488. CAPTION "Client Settings"
  489. BEGIN
  490. GROUPBOX "&Connection",IDL_CS_CONNECTION,5,5,160,70,WS_GROUP
  491. CONTROL "Connect client drives at Logon",
  492. IDC_CS_CONNECTION_DRIVES,"Button",BS_AUTOCHECKBOX |
  493. WS_TABSTOP,10,20,110,10
  494. CONTROL "Connect client printers at Logon",
  495. IDC_CS_CONNECTION_PRINTERS,"Button",BS_AUTOCHECKBOX |
  496. WS_TABSTOP,10,35,115,10
  497. CONTROL "Default to main client printer",
  498. IDC_CS_CONNECTION_FORCEPRTDEF,"Button",BS_AUTOCHECKBOX |
  499. WS_TABSTOP,10,50,105,10
  500. CONTROL "(inherit &user config)",IDC_CS_CONNECTION_INHERIT,
  501. "Button",BS_AUTOCHECKBOX | BS_LEFTTEXT | WS_GROUP |
  502. WS_TABSTOP,85,63,74,10
  503. GROUPBOX "&Client Mapping Overrides",IDL_CS_MAPPING,5,80,160,105,
  504. WS_GROUP
  505. CONTROL "Disable Client Drive Mapping",IDC_CS_MAPPING_DRIVES,
  506. "Button",BS_AUTOCHECKBOX | WS_TABSTOP,10,95,105,10
  507. CONTROL "Disable Windows Client Printer Mapping",
  508. IDC_CS_MAPPING_WINDOWSPRINTERS,"Button",BS_AUTOCHECKBOX |
  509. WS_TABSTOP,10,110,141,10
  510. CONTROL "Disable Client LPT Port Mapping",IDC_CS_MAPPING_DOSLPTS,
  511. "Button",BS_AUTOCHECKBOX | WS_TABSTOP,10,125,117,10
  512. CONTROL "Disable Client COM Port Mapping",
  513. IDC_CS_MAPPING_COMPORTS,"Button",BS_AUTOCHECKBOX |
  514. WS_TABSTOP,10,140,119,10
  515. CONTROL "Disable Client Clipboard Mapping",
  516. IDC_CS_MAPPING_CLIPBOARD,"Button",BS_AUTOCHECKBOX |
  517. WS_TABSTOP,10,155,118,10
  518. CONTROL "Disable Client Audio Mapping",IDC_CS_MAPPING_AUDIO,
  519. "Button",BS_AUTOCHECKBOX | WS_TABSTOP,10,170,106,10
  520. DEFPUSHBUTTON "OK",IDOK,5,195,45,14,WS_GROUP
  521. PUSHBUTTON "Cancel",IDCANCEL,60,195,45,14
  522. PUSHBUTTON "&Help",ID_HELP,115,195,45,14
  523. END
  524. /////////////////////////////////////////////////////////////////////////////
  525. //
  526. // Dialog Info
  527. //
  528. IDD_EDIT_WINSTATION DLGINIT
  529. BEGIN
  530. IDC_ASYNC_BAUDRATE, 0x403, 5, 0
  531. 0x3639, 0x3030, "\000"
  532. IDC_ASYNC_BAUDRATE, 0x403, 6, 0
  533. 0x3931, 0x3032, 0x0030,
  534. IDC_ASYNC_BAUDRATE, 0x403, 6, 0
  535. 0x3833, 0x3034, 0x0030,
  536. IDC_ASYNC_BAUDRATE, 0x403, 6, 0
  537. 0x3735, 0x3036, 0x0030,
  538. IDC_ASYNC_BAUDRATE, 0x403, 7, 0
  539. 0x3131, 0x3235, 0x3030, "\000"
  540. IDC_ASYNC_BAUDRATE, 0x403, 7, 0
  541. 0x3332, 0x3430, 0x3030, "\000"
  542. 0
  543. END
  544. /////////////////////////////////////////////////////////////////////////////
  545. //
  546. // String Table
  547. //
  548. STRINGTABLE PRELOAD DISCARDABLE
  549. BEGIN
  550. IDR_MAINFRAME "Terminal Server Connection Configuration"
  551. IDS_SYSTEM_CONSOLE_NAME "Console"
  552. IDR_APPSERVER "\nAppServer\nAppServer\nAppServer"
  553. END
  554. STRINGTABLE PRELOAD DISCARDABLE
  555. BEGIN
  556. AFX_IDS_APP_TITLE "Connection Configuration"
  557. AFX_IDS_IDLEMESSAGE "Ready"
  558. END
  559. STRINGTABLE DISCARDABLE
  560. BEGIN
  561. ID_APP_ABOUT "Display program information, version number and copyright"
  562. ID_APP_EXIT "Exit Terminal Server Connection Configuration"
  563. ID_HELP_INDEX "Displays contents for Terminal Server Connection Configuration Help"
  564. ID_HELP_USING "Displays information about using Help"
  565. IDS_ALL_LAN_ADAPTERS "All Lan Adapters Configured with this Protocol"
  566. END
  567. STRINGTABLE DISCARDABLE
  568. BEGIN
  569. ID_WINSTATION_ADD "Add a new Connection"
  570. ID_WINSTATION_NEXT "Select the next Connection in the list"
  571. ID_WINSTATION_PREV "Select the previous Connection in the list"
  572. ID_WINSTATION_DELETE "Delete the currently selected Connection"
  573. ID_WINSTATION_EDIT "Edit the currently selected Connection's configuration"
  574. ID_WINSTATION_COPY "Create another Connection based on selected one"
  575. END
  576. STRINGTABLE DISCARDABLE
  577. BEGIN
  578. ID_OPTIONS_FONT "Select a new font for Connection lists"
  579. ID_OPTIONS_CONFIRM_ON_DELETE
  580. "If checked, will confirm on deleting Connection from list"
  581. ID_OPTIONS_SAVE_SETTINGS_ON_EXIT
  582. "Save the current configuration of this program upon exiting"
  583. ID_WINSTATION_RENAME "Rename the current Connection"
  584. END
  585. STRINGTABLE DISCARDABLE
  586. BEGIN
  587. IDS_HEADER_TRANSPORTNAME "Transport"
  588. IDS_HEADER_WINSTATIONNAME "Connection Name"
  589. IDS_HEADER_TYPENAME "Type"
  590. IDS_HEADER_COMMENT "Comment"
  591. IDS_RENAME_WINSTATION "Renaming "
  592. IDS_COPY_WINSTATION "Copy of "
  593. IDS_NEW_WINSTATION "New Connection"
  594. IDS_READONLY " (User Mode) "
  595. IDS_EDIT_WINSTATION "Edit Connection"
  596. IDS_VIEW_WINSTATION "View Connection"
  597. END
  598. STRINGTABLE DISCARDABLE
  599. BEGIN
  600. IDP_ERROR_ADDWINSTATION "Connection '%s' could not be added (%s failed)."
  601. IDP_ERROR_COPYWINSTATION
  602. "Connection '%s' could not be copied (%s failed)."
  603. IDP_ERROR_RENAMEWINSTATION
  604. "Connection '%s' could not be renamed (%s failed)."
  605. IDP_ERROR_EDITWINSTATION
  606. "Connection '%s' could not be updated (%s failed)."
  607. IDP_ERROR_DELETEWINSTATION
  608. "Connection '%s' could not be deleted (%s failed)."
  609. IDP_ERROR_ENABLEWINSTATION
  610. "Connection '%s' could not be enabled (%s failed)."
  611. IDP_ERROR_DISABLEWINSTATION
  612. "Connection '%s' could not be disabled (%s failed)."
  613. END
  614. STRINGTABLE DISCARDABLE
  615. BEGIN
  616. IDP_ERROR_REFRESHWINSTATIONSTATE
  617. "Can't obtain the state of Connection '%s' from the registry."
  618. IDP_ERROR_QUERYCURRENTWINSTATION "Can't query the current Connection."
  619. IDP_ERROR_WSLISTALLOC "There is not enough memory to complete this operation."
  620. IDP_ERROR_REGWINSTATIONQUERY
  621. "Can't read Connection '%s' data from the registry."
  622. IDP_ERROR_PDINIT "This Transport's list box(es) could not be initialized properly due to insufficient memory."
  623. IDP_ERROR_ASYNCDEVICEINIT
  624. "No Async devices are configured in the system. Exit this program and run the Control Panel Network setup to add appropriate Async devices, then run this program again."
  625. IDP_ERROR_NETWORKDEVICEINIT
  626. "No Network devices with the selected Transport are configured in the system. Exit this program and run the Control Panel Network setup to add appropriate Network devices and/or drivers, then run this program again."
  627. IDP_ERROR_INVALIDNETBIOSLANA
  628. "This Connection has been configured to use a NetBIOS Lan Adapter (Lana %ld) which does not currently exist. Select a new Lan Adapter to reconfigure this Connection."
  629. IDP_ERROR_INVALIDDEVICE "This Connection has been configured to use the '%s' device which is not available for use. Select a new Device to reconfigure this Connection."
  630. IDP_ERROR_INVALIDNETWORKADAPTER
  631. "This Connection has been configured to use a Lan Adapter (index %ld) which does not currently exist. Select a new Lan Adapter to reconfigure this Connection."
  632. IDP_ERROR_WDLISTALLOC "There is not enough memory to initialize the Connection Driver list."
  633. IDP_ERROR_TDLISTALLOC "There is not enough memory to initialize the Transport Driver list."
  634. IDP_ERROR_PDLISTALLOC "There is not enough memory to initialize the Protocol Driver list."
  635. IDP_ERROR_EMPTYWDLIST "There are no Connection drivers configured on this system. You must first install one or more Connection drivers before you can configure Connections."
  636. END
  637. STRINGTABLE DISCARDABLE
  638. BEGIN
  639. IDP_INVALID_DEVICE "A Device must be selected."
  640. IDP_INVALID_LANADAPTER "A Lan Adapter must be selected."
  641. IDP_INVALID_INSTANCECOUNT
  642. "The maximum Connection count must be in the range %d - %d."
  643. IDP_INVALID_BAUDRATE "Invalid character(s) in Baud field."
  644. IDP_INVALID_XONXOFF "Xon / Xoff character value must be between 0 and 255 decimal (0 and FF hex)."
  645. IDP_INVALID_IDLETIMEOUT "Idle Timeout must be from %lu to %lu minutes. Click the 'No Timeout' checkbox if you wish to specify no Idle Timeout."
  646. IDP_INVALID_WINSTATIONNAME_NOT_UNIQUE
  647. "Connection(s) with the specified name already exist. Please enter a unique name."
  648. IDP_INVALID_WINSTATIONNAME_EMPTY "A Connection name must be entered."
  649. IDP_INVALID_NETWORK_WINSTATIONS_ALREADY_EXIST
  650. "Connection '%s' already exists with the specified Transport, Type, and LanAdapter. Please select a unique Transport, Type, and/or LanAdapter."
  651. IDP_INVALID_WINSTATIONNAME
  652. "The Connection name cannot contain any spaces or the following characters\n\n: # . \\ /"
  653. IDP_INVALID_WINSTATIONNAME_DIGIT1
  654. "The Connection name cannot begin with a digit."
  655. END
  656. STRINGTABLE DISCARDABLE
  657. BEGIN
  658. IDP_CONFIRM_WINSTATIONDELETE
  659. "Are you sure you want to delete Connection '%s'?"
  660. IDP_CONFIRM_WINSTATIONDELETE_1USER
  661. "Deleting Connection '%s' will cause the user session currently logged onto this Connection to be reset. Do you want to continue?"
  662. IDP_CONFIRM_WINSTATIONDELETE_NUSERS
  663. "Deleting Connection '%s' will cause the user sessions currently logged onto these Connections to be reset. Do you want to continue?"
  664. IDP_CONFIRM_WINSTATIONDISABLE
  665. "Are you sure you want to disable Connection '%s'?"
  666. IDP_CONFIRM_WINSTATIONDISABLE_1USER
  667. "Disabling Connection '%s' will cause the user session currently logged onto this Connection to be reset. Do you want to continue?"
  668. IDP_CONFIRM_WINSTATIONDISABLE_NUSERS
  669. "Disabling Connection '%s' will cause the user sessions currently logged onto these Connections to be reset. Do you want to continue?"
  670. IDP_CONFIRM_DEVICECHANGED
  671. "Changing the async device for Connection '%s' will cause it to be recreated with the new device. If you continue with this operation, the user session currently logged onto this Connection will be reset. Do you want to continue?"
  672. IDP_CONFIRM_MODEMCHANGED
  673. "Changing the modem for Connection '%s' will cause it to be recreated with the new modem. If you continue with this operation, the user session currently logged onto this Connection will be reset. Do you want to continue?"
  674. IDP_CONFIRM_ADAPTERCHANGED_1USER
  675. "Changing the network adapter for Connection '%s' will cause it to be recreated with the new adapter. If you continue with this operation, the user session currently logged onto this Connection will be reset. Do you want to continue?"
  676. IDP_CONFIRM_ADAPTERCHANGED_NUSERS
  677. "Changing the network adapter for Connection '%s' will cause it to be recreated with the new adapter. If you continue with this operation, the user sessions currently logged onto these Connections will be reset. Do you want to continue?"
  678. IDP_CONFIRM_ASYNCTESTDISABLE
  679. "Testing Connection '%s' will cause the user session currently logged onto this Connection to be reset. Do you want to continue?"
  680. END
  681. STRINGTABLE DISCARDABLE
  682. BEGIN
  683. IDP_NOTICE_REBOOTFORMODEM_ADD
  684. "You will need to restart the system before adding the '%s' Connection will take effect."
  685. IDP_NOTICE_REBOOTFORMODEM_EDIT
  686. "You will need to restart the system before changes to the '%s' Connection will take effect."
  687. IDP_NOTICE_REBOOTFORMODEM_DELETE
  688. "You will need to restart the system before deleting the '%s' Connection will take effect."
  689. IDP_NOTICE_REBOOTFORMODEM_ENABLE
  690. "You will need to restart the system before enabling the '%s' Connection will take effect."
  691. IDP_NOTICE_REBOOTFORMODEM_RENAME
  692. "You will need to restart the system before the '%s' Connection will be renamed to '%s'."
  693. IDP_NOTICE_WSINUSE_1USER
  694. "Configuration changes have been made to the system registry; however, the user session now active on the '%s' Connection will not be changed."
  695. IDP_NOTICE_WSINUSE_NUSERS
  696. "Configuration changes have been made to the system registry; however, the user sessions now active on '%s' Connections will not be changed."
  697. END
  698. STRINGTABLE DISCARDABLE
  699. BEGIN
  700. IDP_ERROR_REGPDQUERY "Can't query the %s Transport/Protocol Driver from the registry."
  701. IDP_ERROR_REGWDQUERY "Can't query the %s Connection Driver from registry."
  702. IDP_ERROR_DISABLE "Connection %s could not be disabled."
  703. END
  704. STRINGTABLE DISCARDABLE
  705. BEGIN
  706. IDP_ERROR_CANT_OPEN_DEVICE "Can't open the device."
  707. IDP_ERROR_CANT_CREATE_INPUT_THREAD "Can't create the test input thread."
  708. IDP_ERROR_GET_COMM_MODEM_STATUS "Unexpected error (GetCommModemStatus)."
  709. IDP_ERROR_CANT_INITIALIZE_DEVICE "Can't initialize the device."
  710. IDP_ERROR_CANT_INITIALIZE_INPUT_THREAD
  711. "Can't initialize the test input thread."
  712. IDP_ERROR_WAIT_FOR_MULTIPLE_OBJECTS
  713. "Unexpected error (WaitForMultipleObjects)."
  714. IDP_ERROR_GET_OVERLAPPED_RESULT_WRITE
  715. "Unexpected write error (GetOverlappedResult)."
  716. IDP_ERROR_WRITE_FILE "Unexpected error (WriteFile)."
  717. IDP_ERROR_READ_FILE "Unexpected error (ReadFile)."
  718. IDP_ERROR_WAIT_COMM_EVENT "Unexpected error (WaitCommEvent)."
  719. END
  720. STRINGTABLE DISCARDABLE
  721. BEGIN
  722. ID_HELP_SEARCH_FOR "Searches for a topic in Terminal Server Connection Configuration Help"
  723. END
  724. STRINGTABLE DISCARDABLE
  725. BEGIN
  726. IDP_INVALID_CONNECTIONTIMEOUT
  727. "Connection Timeout must be from %lu to %lu minutes. Click the 'No Timeout' checkbox if you wish to specify no Connection Timeout."
  728. IDP_INVALID_DISCONNECTIONTIMEOUT
  729. "Disconnection Timeout must be from %lu to %lu minutes. Click the 'No Timeout' checkbox if you wish to specify no Disconnection Timeout."
  730. IDP_INVALID_PASSWORDS_DONT_MATCH
  731. "The passwords you typed do not match. Type the same password in both text boxes."
  732. IDP_INVALID_NASI_SESSIONNAME_EMPTY "A Session Name must be entered."
  733. IDP_INVALID_NASI_PORTNAME_EMPTY
  734. "A Port Name must be entered or selected from the list."
  735. IDP_INVALID_NASI_USERNAME_EMPTY "A User Name must be entered."
  736. IDP_INVALID_WINSTATIONNAME_CONSOLE
  737. "The Connection name '%s' is reserved. Please choose another name."
  738. END
  739. STRINGTABLE DISCARDABLE
  740. BEGIN
  741. IDP_ERROR_GET_OVERLAPPED_RESULT_READ
  742. "Unexpected read error (GetOverlappedResult)."
  743. IDP_ERROR_MODEM_SET_INFO
  744. "The configuration information for modem %s could not be set."
  745. IDP_ERROR_MODEM_GET_INIT
  746. "The INIT command string for modem %s could not be read."
  747. IDP_ERROR_MODEM_GET_DIAL
  748. "The DIAL command string for modem %s could not be read."
  749. IDP_ERROR_MODEM_GET_LISTEN
  750. "The LISTEN command string for modem %s could not be read."
  751. IDP_ERROR_GET_SECURITY_WINSTATION
  752. "Can't get security information for Connection '%s'."
  753. IDP_ERROR_PERMISSIONS_EDITOR_FAILED
  754. "Can't load the Permissions Editor Dialog."
  755. IDP_ERROR_SET_SECURITY_WINSTATION
  756. "Can't set security information for Connection '%s'."
  757. IDP_ERROR_INTERNAL_SETARGV
  758. "Internal error in setargv() routine. The command line will be ignored."
  759. IDP_ERROR_INTERNAL_PARSECOMMANDLINE
  760. "Internal error in ParseCommandLine() routine. The command line will be ignored."
  761. IDP_ERROR_OEMTDINIT_CONFIGDLLENUMERATIONFAILURE
  762. "Failed to enumerate the devices for this OEM Transport."
  763. END
  764. STRINGTABLE DISCARDABLE
  765. BEGIN
  766. IDS_PERMS_SPECIAL_QUERY "&Query Information"
  767. IDS_PERMS_SPECIAL_SET "&Set Information"
  768. IDS_PERMS_SPECIAL_RESET "&Reset"
  769. IDS_PERMS_SPECIAL_SHADOW "Shado&w"
  770. IDS_PERMS_SPECIAL_LOGON "&Logon"
  771. IDS_PERMS_SPECIAL_LOGOFF "Log&off"
  772. IDS_PERMS_SPECIAL_MSG "&Message"
  773. IDS_PERMS_SPECIAL_CONNECT "&Connect"
  774. IDS_PERMS_SPECIAL_DISCONNECT "D&isconnect"
  775. IDS_PERMS_SPECIAL_DELETE "&Delete"
  776. END
  777. STRINGTABLE DISCARDABLE
  778. BEGIN
  779. IDS_WINSTATION "Connection"
  780. IDS_SPECIALACCESS "Special Access..."
  781. IDS_PERMS_RESOURCE_NOACCESS "No Access"
  782. IDS_PERMS_RESORUCE_GUEST "Guest Access"
  783. IDS_PERMS_RESORUCE_USER "User Access"
  784. IDS_PERMS_RESOURCE_ADMIN "Full Control"
  785. IDS_NASI_DEFAULT_USERNAME "GUEST"
  786. IDS_AWS_SECURITY_ENCRYPT_NO "no"
  787. IDS_AWS_SECURITY_ENCRYPT_LEVEL1 "Level 1"
  788. IDS_AWS_SECURITY_ENCRYPT_LEVEL2 "Level 2"
  789. IDS_AWS_SECURITY_ENCRYPT_LEVEL3 "Level 3"
  790. END
  791. STRINGTABLE DISCARDABLE
  792. BEGIN
  793. IDS_AWS_BROKEN_DISCONNECT "disconnect."
  794. IDS_AWS_BROKEN_RESET "reset."
  795. IDS_AWS_RECONNECT_FROM_ANY "from any client."
  796. IDS_AWS_RECONNECT_FROM_THIS "from this client only."
  797. IDS_AWS_SHADOW_DISABLED "is disabled."
  798. IDS_AWS_SHADOW_ENABLED_ON_ON "is enabled: input ON, notify ON."
  799. IDS_AWS_SHADOW_ENABLED_ON_OFF "is enabled: input ON, notify OFF."
  800. IDS_AWS_SHADOW_ENABLED_OFF_ON "is enabled: input OFF, notify ON."
  801. IDS_AWS_SHADOW_ENABLED_OFF_OFF "is enabled: input OFF, notify OFF."
  802. IDS_ASYNC_ADVANCED_HWRX_NOTHING "Do nothing"
  803. IDS_ASYNC_ADVANCED_HWRX_TURN_OFF_RTS "Turn off RTS"
  804. IDS_ASYNC_ADVANCED_HWRX_TURN_OFF_DTR "Turn off DTR"
  805. IDS_ASYNC_ADVANCED_HWTX_ALWAYS "always"
  806. END
  807. STRINGTABLE DISCARDABLE
  808. BEGIN
  809. IDS_ASYNC_ADVANCED_HWTX_WHEN_CTS_IS_ON "when CTS is on"
  810. IDS_ASYNC_ADVANCED_HWTX_WHEN_DSR_IS_ON "when DSR is on"
  811. IDS_CONNECT_CTS "CTS"
  812. IDS_CONNECT_DSR "DSR"
  813. IDS_CONNECT_RI "RI"
  814. IDS_CONNECT_DCD "DCD"
  815. IDS_CONNECT_FIRST_CHARACTER "first character"
  816. IDS_CONNECT_ALWAYS "(always connected)"
  817. IDS_MODEM_CALLBACK_DISABLED "disabled."
  818. IDS_MODEM_CALLBACK_ROVING "to a roving phone number."
  819. IDS_MODEM_CALLBACK_FIXED "to a fixed phone number."
  820. IDS_ERROR_NOT_TS "This utility needs Terminal Server Services to be running.\n"
  821. END
  822. STRINGTABLE DISCARDABLE
  823. BEGIN
  824. IDP_ERROR_OEMTDINIT_MISSINGCONFIGDLLENTRYPOINT
  825. "A required entry point is missing in the OEMTransport configuration DLL (%s.DLL)."
  826. IDP_ERROR_OEMTDINIT_CANTOPENCONFIGDLL
  827. "Failed to load the OEMTransport configuration DLL (%s.DLL)."
  828. IDP_ERROR_OEMTDINIT_NOCONFIGDLL
  829. "There is no configuration DLL defined for this OEM Transport."
  830. IDP_ERROR_MODEM_PROPERTIES_NOT_AVAILABLE
  831. "The modem properties of '%s' cannot be displayed because the modem is not available.\n\nRestart the system and try again."
  832. END
  833. /////////////////////////////////////////////////////////////////////////////
  834. #ifndef APSTUDIO_INVOKED
  835. /////////////////////////////////////////////////////////////////////////////
  836. //
  837. // Generated from the TEXTINCLUDE 3 resource.
  838. //
  839. #include "res\wincfg.rc2" // non-App Studio edited resources
  840. #include "afxres.rc" // Standard components
  841. /////////////////////////////////////////////////////////////////////////////
  842. #endif // not APSTUDIO_INVOKED