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.

1206 lines
49 KiB

  1. //Microsoft Developer Studio generated resource script.
  2. //
  3. #include "resource.h"
  4. #define APSTUDIO_READONLY_SYMBOLS
  5. /////////////////////////////////////////////////////////////////////////////
  6. //
  7. // Generated from the TEXTINCLUDE 2 resource.
  8. //
  9. #include "afxres.h"
  10. /////////////////////////////////////////////////////////////////////////////
  11. #undef APSTUDIO_READONLY_SYMBOLS
  12. /////////////////////////////////////////////////////////////////////////////
  13. // English (U.S.) resources
  14. #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
  15. #ifdef _WIN32
  16. LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
  17. #pragma code_page(1252)
  18. #endif //_WIN32
  19. /////////////////////////////////////////////////////////////////////////////
  20. //
  21. // Dialog
  22. //
  23. IDD_PROPPAGE_WELCOME DIALOG DISCARDABLE 0, 0, 370, 228
  24. STYLE WS_CHILD | WS_DISABLED | WS_CAPTION
  25. CAPTION "NetMeeting Resource Kit Wizard"
  26. FONT 8, "MS Sans Serif"
  27. BEGIN
  28. LTEXT "Welcome to the NetMeeting Resource Kit Wizard.",
  29. IDC_STATIC,105,21,186,8
  30. LTEXT "This wizard will help you create a customized version of NetMeeting for deployment in your organization.",
  31. IDC_STATIC,105,35,244,18
  32. LTEXT "It is recommended that you refer to the NetMeeting Resource Kit documentation before continuing. It will provide more information about the configuration options available in this wizard.",
  33. IDC_STATIC,105,60,238,33
  34. LTEXT "The Wizard will guide you through four steps:",
  35. IDC_STATIC,105,100,150,8
  36. LTEXT "Step 1: Selecting NetMeeting options",
  37. IDC_STATIC,114,113,169,8
  38. LTEXT "Step 2: Configuring direct or gatekeeper calling",
  39. IDC_STATIC,114,125,152,8
  40. LTEXT "Step 3: Confirming selections",IDC_STATIC,114,137,177,8
  41. CONTROL IDB_BITMAP1,IDC_STATIC,"Static",SS_BITMAP,10,0,81,229
  42. LTEXT "Step 4: Creating distribution files and configuring auto-configuration",
  43. IDC_STATIC,114,149,224,8
  44. LTEXT "Click Next to continue.",IDC_STATIC,105,172,143,13
  45. END
  46. IDD_PROPPAGE_DEFAULT DIALOG DISCARDABLE 0, 0, 370, 228
  47. STYLE WS_CHILD | WS_DISABLED | WS_CAPTION
  48. CAPTION "NetMeeting Resource Kit Wizard"
  49. FONT 8, "MS Sans Serif"
  50. BEGIN
  51. CONTROL IDB_BITMAP1,IDC_STATIC,"Static",SS_BITMAP,10,0,81,246
  52. END
  53. IDD_DIALOG_EDIT_SERVERNAME DIALOGEX 0, 0, 254, 63
  54. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
  55. EXSTYLE WS_EX_CONTROLPARENT
  56. CAPTION "Edit Directory Server Name"
  57. FONT 8, "MS Sans Serif", 0, 0, 0x1
  58. BEGIN
  59. DEFPUSHBUTTON "OK",IDOK,69,42,50,14
  60. PUSHBUTTON "Cancel",IDCANCEL,135,42,50,14
  61. LTEXT "Server &Name:",IDC_STATIC,7,24,44,8
  62. EDITTEXT IDC_EDIT_SERVER_NAME,55,21,192,14,ES_AUTOHSCROLL
  63. END
  64. IDD_FILETRANSFER DIALOGEX 0, 0, 246, 111
  65. STYLE WS_CHILD | WS_BORDER
  66. EXSTYLE WS_EX_TOOLWINDOW | WS_EX_CONTROLPARENT
  67. CLASS "IDD_FILETRANSFER"
  68. FONT 8, "MS Sans Serif", 0, 0, 0x1
  69. BEGIN
  70. CTEXT "Restrict the use of File Transfer",IDC_STATIC1,
  71. 7, 7, 230, 11,
  72. SS_CENTERIMAGE | WS_BORDER
  73. LTEXT "You can restrict the use of NetMeeting's file transfer features.",
  74. IDC_STATIC2,
  75. 7, 22, 229, 8
  76. CONTROL "Prevent users from sending files",
  77. IDC_PREVENT_THE_USER_FROM_SENDING_FILES,"Button",
  78. BS_AUTOCHECKBOX | BS_NOTIFY | WS_TABSTOP,
  79. 25, 34, 128, 10
  80. CONTROL "Prevent users from receiving files",
  81. IDC_PREVENT_THE_USER_FROM_RECEIVING_FILES,"Button",
  82. BS_AUTOCHECKBOX | BS_NOTIFY | WS_TABSTOP,
  83. 25, 48, 128, 10
  84. LTEXT "You can also restrict the size of the files that users can send. This feature assumes that you permit users to send files.",
  85. IDC_STATIC3,
  86. 7, 65, 230, 16
  87. CONTROL "Maximum size allowed for sent files (in k): ",
  88. IDC_MAXIMUM_SIZE_OF_SENT_FILES,"Button",BS_AUTOCHECKBOX |
  89. BS_NOTIFY | WS_TABSTOP,
  90. 25, 87, 142, 10
  91. EDITTEXT IDC_EDIT_MAXIMUM_SIZE_OF_SENT_FILES,
  92. 170, 85, 66, 14,
  93. ES_AUTOHSCROLL | ES_NUMBER | WS_DISABLED
  94. END
  95. IDD_CATEGORY_LIST DIALOGEX 0, 0, 200, 152
  96. STYLE WS_CHILD | WS_BORDER
  97. EXSTYLE WS_EX_CONTROLPARENT
  98. CLASS "IDD_CATEGORY_LIST"
  99. FONT 8, "MS Sans Serif", 0, 0, 0x1
  100. BEGIN
  101. //
  102. // Calling options
  103. //
  104. CHECKBOX "Set Calling Options",IDC_SET_CALLING_OPTIONS,
  105. 5, 3, 190, 10,
  106. BS_NOTIFY
  107. CHECKBOX "Set Security Options", IDC_SET_SECURITY_OPTIONS,
  108. 5, 15, 190, 10,
  109. BS_NOTIFY
  110. CHECKBOX "Restrict the use of the Options Dialog Box",
  111. IDC_RESTRICT_USE_OF_THE_OPTIONS_DIALOG,
  112. 5, 27, 190, 10,
  113. BS_NOTIFY
  114. //
  115. // A/V options
  116. //
  117. CHECKBOX "Restrict the use of Audio",
  118. IDC_RESTRICT_THE_USE_OF_AUDIO,
  119. 5, 39, 190, 10,
  120. BS_NOTIFY
  121. CHECKBOX "Restrict the use of Video",
  122. IDC_RESTRICT_THE_USE_OF_VIDEO,
  123. 5, 51, 190, 10,
  124. BS_NOTIFY
  125. CHECKBOX "Set Limit for Audio/Video Data Throughput",
  126. IDC_LIMIT_AV_THROUGHPUT,
  127. 5, 63, 190, 10,
  128. BS_NOTIFY
  129. //
  130. // Tool options
  131. //
  132. CHECKBOX "Disable Chat",IDC_DISABLE_CHAT,
  133. 5, 75, 190, 10,
  134. BS_NOTIFY
  135. CHECKBOX "Restrict the use of File Transfer",
  136. IDC_RESTRICT_THE_USE_OF_FILE_TRANSFER,
  137. 5, 87, 190, 10,
  138. BS_NOTIFY
  139. CHECKBOX "Restrict the use of Sharing",
  140. IDC_RESTRICT_THE_USE_OF_SHARING,
  141. 5, 99, 190, 10,
  142. BS_NOTIFY
  143. CHECKBOX "Restrict the use of Whiteboard",
  144. IDC_RESTRICT_THE_USE_OF_WHITEBOARD,
  145. 5, 111, 190, 10,
  146. BS_NOTIFY
  147. CHECKBOX "Restrict the use of Remote Desktop Sharing",
  148. IDC_RESTRICT_THE_USE_OF_RDS,
  149. 5, 123, 190, 10
  150. //
  151. // Property/misc options
  152. //
  153. CHECKBOX "Configure NetMeeting Online Support",IDC_ONLINE_SUPPORT,
  154. 5, 135, 190, 10,
  155. BS_NOTIFY
  156. END
  157. IDD_AUDIO DIALOGEX 0, 0, 246, 243
  158. STYLE WS_CHILD | WS_BORDER
  159. EXSTYLE WS_EX_CONTROLPARENT
  160. CLASS "IDD_AUDIO"
  161. FONT 8, "MS Sans Serif"
  162. BEGIN
  163. CTEXT "Restrict the use of Audio",IDC_STATIC1,
  164. 7, 7, 230, 11,
  165. SS_CENTERIMAGE | WS_BORDER
  166. LTEXT "To conserve network bandwidth, you can restrict the use of NetMeeting's audio features.",
  167. IDC_STATIC,
  168. 7, 22, 230, 16
  169. CONTROL "Prevent users from using audio",
  170. IDC_PREVENT_THE_USER_FROM_USING_AUDIO,"Button",
  171. BS_AUTOCHECKBOX | BS_NOTIFY | WS_TABSTOP,
  172. 25, 42, 180, 10
  173. LTEXT "You can allow users to use DirectSound drivers. Note that DirectSound drivers may conflict with full duplex audio support on some sound cards.",
  174. IDC_STATIC,
  175. 7, 59, 230, 16
  176. CONTROL "Enable DirectSound drivers",IDC_ENABLE_DIRECT_SOUND,
  177. "Button",BS_AUTOCHECKBOX | BS_NOTIFY | WS_TABSTOP,
  178. 25, 79, 180, 10
  179. CONTROL "Prevent users from changing DirectSound usage",
  180. IDC_NOCHANGE_DIRECT_SOUND, "Button", BS_AUTOCHECKBOX |
  181. BS_NOTIFY | WS_TABSTOP,
  182. 25, 93, 180, 10
  183. LTEXT "Full duplex audio allows users to speak and listen at the same time, but some older sound cards do not support it.",
  184. IDC_STATIC,
  185. 7, 110, 230, 16
  186. CONTROL "Prevent users from turning on full duplex audio",
  187. IDC_DISABLE_FULL_DUPLEX_AUDIO,"Button",BS_AUTOCHECKBOX |
  188. BS_NOTIFY | WS_TABSTOP,
  189. 25, 130, 180, 10
  190. LTEXT "NetMeeting can create an audio log file that will store information about users' audio hardware and software performance during each call. This file may be helpful in audio troubleshooting.",
  191. IDC_STATIC,
  192. 7, 147, 230, 24
  193. CONTROL "Create an audio log file",IDC_CREATE_AN_AUDIO_LOG_FILE,
  194. "Button",BS_AUTOCHECKBOX | BS_NOTIFY | WS_TABSTOP,
  195. 25, 175, 180, 10
  196. LTEXT "NetMeeting can set the default mute settings for users' microphones and speakers.",
  197. IDC_STATIC,
  198. 7, 192, 230, 16
  199. CONTROL "Mute microphone by default",
  200. IDC_CHECK_MUTE_MICROPHONE_BY_DEFAULT,"Button",
  201. BS_AUTOCHECKBOX | WS_TABSTOP,
  202. 25, 212, 180, 10
  203. CONTROL "Mute speaker by default",
  204. IDC_CHECK_MUTE_SPEAKER_BY_DEFAULT,"Button",
  205. BS_AUTOCHECKBOX | WS_TABSTOP,
  206. 25, 226, 180, 10
  207. END
  208. IDD_VIDEO DIALOGEX 0, 0, 246, 65
  209. STYLE WS_CHILD | WS_BORDER
  210. EXSTYLE WS_EX_CONTROLPARENT
  211. CLASS "IDD_VIDEO"
  212. FONT 8, "MS Sans Serif", 0, 0, 0x1
  213. BEGIN
  214. CTEXT "Restrict the use of Video",IDC_STATIC1,
  215. 7, 7, 230,11,
  216. SS_CENTERIMAGE | WS_BORDER
  217. LTEXT "To conserve network bandwidth, you can restrict the use of video.",
  218. IDC_STATIC,
  219. 7, 22, 230, 8
  220. CONTROL "Prevent users from sending video",
  221. IDC_DISABLE_SENDING_VIDEO,"Button",BS_AUTOCHECKBOX |
  222. BS_NOTIFY | WS_TABSTOP,
  223. 25, 34, 150, 10
  224. CONTROL "Prevent users from receiving video",
  225. IDC_DISABLE_RECIEVING_VIDEO,"Button",BS_AUTOCHECKBOX |
  226. BS_NOTIFY | WS_TABSTOP,
  227. 25, 48, 150, 10
  228. END
  229. IDD_SECURITY DIALOGEX 0, 0, 244, 247
  230. STYLE WS_CHILD | WS_BORDER
  231. EXSTYLE WS_EX_CONTROLPARENT
  232. CLASS "IDD_SECURITY"
  233. FONT 8, "MS Sans Serif", 0, 0, 0x1
  234. BEGIN
  235. CTEXT "Configure Security",IDC_STATIC1,
  236. 7, 7, 230, 11,
  237. SS_CENTERIMAGE | WS_BORDER
  238. LTEXT "NetMeeting 3.0 has encryption and authentication features for data conferencing. Encryption can help keep data and communication private during a NetMeeting call. Authentication can help prevent untrusted people from joining a call.",
  239. IDC_STATIC,
  240. 7, 24, 230, 36
  241. LTEXT "You can specify the encryption level for NetMeeting data calls.",
  242. IDC_STATIC,
  243. 7, 65, 230, 8
  244. GROUPBOX "Encryption level", IDC_STATIC,
  245. 14, 77, 216, 53
  246. CONTROL "Default: users can place and receive all calls",
  247. IDC_RADIO_SECURITY_DEFAULT, "Button",
  248. BS_AUTORADIOBUTTON | BS_NOTIFY | WS_TABSTOP,
  249. 21, 88, 200, 10
  250. CONTROL "Required: users must place and receive encrypted calls",
  251. IDC_RADIO_SECURITY_REQUIRED, "Button",
  252. BS_AUTORADIOBUTTON | BS_NOTIFY | WS_TABSTOP,
  253. 21, 102, 200, 10
  254. CONTROL "Disabled: users cannot place or receive encrypted calls",
  255. IDC_RADIO_SECURITY_DISABLED, "Button",
  256. BS_AUTORADIOBUTTON | BS_NOTIFY | WS_TABSTOP,
  257. 21, 116, 200, 10
  258. LTEXT "You can require that only calls with fully trusted certificates can be completed. This will exclude NetMeeting default certificates.",
  259. IDC_STATIC,
  260. 7, 137, 230, 18
  261. CONTROL "Do not allow connections with incomplete authentication",
  262. IDC_REQUIRE_COMPLETE_AUTHENTICATION,"Button",
  263. BS_AUTOCHECKBOX | BS_NOTIFY | WS_TABSTOP,
  264. 21, 160, 195, 10
  265. LTEXT "You can also specify the relative distinguished name (as it appears in NetMeeting of the CA required. Calls authenticated by any other CA will not be allowed",
  266. IDC_STATIC,
  267. 7, 180, 230, 24
  268. CONTROL "Specify RDN of required certificate authority:",
  269. IDC_SET_RDN_FOR_REQUIRED_CA,"Button",
  270. BS_AUTOCHECKBOX | BS_NOTIFY | WS_TABSTOP,
  271. 21, 212, 195, 10
  272. EDITTEXT IDC_EDIT_SET_RDN_FOR_REQUIRED_CA,
  273. 21, 226, 195, 14,
  274. ES_AUTOHSCROLL | WS_DISABLED
  275. END
  276. IDD_CHAT DIALOGEX 0, 0, 250, 54
  277. STYLE WS_CHILD | WS_BORDER
  278. EXSTYLE WS_EX_CONTROLPARENT
  279. CLASS "IDD_CHAT"
  280. FONT 8, "MS Sans Serif", 0, 0, 0x1
  281. BEGIN
  282. CTEXT "Disable Chat", IDC_STATIC1,
  283. 7, 7, 228, 11,
  284. SS_CENTERIMAGE | WS_BORDER
  285. LTEXT "Disabling Chat prevents users from starting it, using it, or seeing it in a conference.",
  286. IDC_STATIC,
  287. 7, 23, 228, 27
  288. END
  289. IDD_WHITEBOARD DIALOGEX 0, 0, 242, 73
  290. STYLE WS_CHILD | WS_BORDER
  291. EXSTYLE WS_EX_CONTROLPARENT
  292. CLASS "IDD_WHITEBOARD"
  293. FONT 8, "MS Sans Serif", 0, 0, 0x1
  294. BEGIN
  295. CTEXT "Restrict the use of Whiteboard",IDC_STATIC1,
  296. 7, 7, 230, 11,
  297. SS_CENTERIMAGE | WS_BORDER
  298. LTEXT "Disabling a Whiteboard prevents users from starting it, using it, or seeing it in a conference."
  299. IDC_STATIC,
  300. 7, 22, 230, 16
  301. CONTROL "Disable NetMeeting 2.x Whiteboard",
  302. IDC_DISABLE_2XWHITEBOARD, "Button",
  303. BS_AUTOCHECKBOX | BS_NOTIFY | WS_TABSTOP,
  304. 25, 42, 230, 10
  305. CONTROL "Disable Whiteboard",
  306. IDC_DISABLE_WHITEBOARD, "Button",
  307. BS_AUTOCHECKBOX | BS_NOTIFY | WS_TABSTOP,
  308. 25, 56, 230, 10
  309. END
  310. IDD_ONLINE_SUPPORT DIALOGEX 0, 0, 242, 139
  311. STYLE WS_CHILD | WS_BORDER
  312. EXSTYLE WS_EX_CONTROLPARENT
  313. CLASS "IDD_ONLINE_SUPPORT"
  314. FONT 8, "MS Sans Serif", 0, 0, 0x1
  315. BEGIN
  316. CONTROL "Specify URL for online support Web page:",
  317. IDC_SET_URL_FOR_INTERNAL_SUPPORT_PAGE,"Button",
  318. BS_AUTOCHECKBOX | BS_NOTIFY | WS_TABSTOP,25,52,149,10
  319. EDITTEXT IDC_EDIT_SET_URL_FOR_INTERNAL_SUPPORT_PAGE,25,67,203,12,
  320. ES_AUTOHSCROLL | WS_DISABLED
  321. CONTROL "Show the online support page the first time NetMeeting starts",
  322. IDC_SHOW_THE_ONLINE_SUPPORT_PAGE_THE_FIRST_TIME_NETMEETING_STARTS,
  323. "Button",BS_AUTOCHECKBOX | BS_NOTIFY | WS_DISABLED |
  324. WS_TABSTOP,25,122,207,10
  325. CTEXT "Configure NetMeeting online support",IDC_STATIC1,7,7,
  326. 228,11,SS_CENTERIMAGE | WS_BORDER
  327. LTEXT "You can add your company's online support Web page to NetMeeting's Help menu. Users can click ""Online Support"" in the Help menu to go to the URL that you enter below.",
  328. IDC_STATIC,7,23,228,24
  329. LTEXT "You can display the Web page specified above the first time that users start NetMeeting. You can post introductory information about NetMeeting to this page to help users make calls and participate in conferences.",
  330. IDC_STATIC,7,84,228,33
  331. END
  332. IDD_OPTIONS_DIALOG DIALOGEX 0, 0, 242, 115
  333. STYLE WS_CHILD | WS_BORDER
  334. EXSTYLE WS_EX_CONTROLPARENT
  335. CLASS "IDD_OPTIONS_DIALOG"
  336. FONT 8, "MS Sans Serif", 0, 0, 0x1
  337. BEGIN
  338. CTEXT "Restrict the use of the Options Dialog Box",IDC_STATIC1,
  339. 7, 7, 230, 11,
  340. SS_CENTERIMAGE | WS_BORDER
  341. LTEXT "You can disable specific parts of NetMeeting's Options dialog to prevent users from customizing specific features of NetMeeting.",
  342. IDC_STATIC,
  343. 7, 22, 230, 16
  344. CONTROL "Disable the General tab",
  345. IDC_DISABLE_THE_GENERAL_OPTIONS_PAGE,"Button",
  346. BS_AUTOCHECKBOX | BS_NOTIFY | WS_TABSTOP,
  347. 25, 42, 140, 10
  348. CONTROL "Disable the Advanced Calling button",
  349. IDC_DISABLE_THE_ADVANCED_CALLING_BUTTON,"Button",
  350. BS_AUTOCHECKBOX | BS_NOTIFY | WS_TABSTOP,
  351. 25, 56,140, 10
  352. CONTROL "Disable the Security tab",
  353. IDC_DISABLE_THE_SECURITY_OPTIONS_PAGE,"Button",
  354. BS_AUTOCHECKBOX | BS_NOTIFY | WS_TABSTOP,
  355. 25, 70, 140, 10
  356. CONTROL "Disable the Audio tab",
  357. IDC_DISABLE_THE_AUDIO_OPTIONS_PAGE,"Button",
  358. BS_AUTOCHECKBOX | BS_NOTIFY | WS_TABSTOP,
  359. 25, 84, 140, 10
  360. CONTROL "Disable the Video tab",
  361. IDC_DISABLE_THE_VIDEO_OPTIONS_PAGE,"Button",
  362. BS_AUTOCHECKBOX | BS_NOTIFY | WS_TABSTOP,
  363. 25, 98, 140, 10
  364. END
  365. IDD_LIMIT_AV_THROUGHPUT DIALOGEX 0, 0, 242, 126
  366. STYLE WS_CHILD | WS_BORDER
  367. EXSTYLE WS_EX_CONTROLPARENT
  368. CLASS "IDD_LIMIT_AV_THROUGHPUT"
  369. FONT 8, "MS Sans Serif", 0, 0, 0x1
  370. BEGIN
  371. CTEXT "Set Limit for Audio/Video Data Throughput",IDC_STATIC1,
  372. 7,7,228,11,SS_CENTERIMAGE | WS_BORDER
  373. LTEXT "You can set the maximum amount of combined audio and video throughput over the network to reduce audio and video bandwidth consumption. This setting does not affect other types of data.",
  374. IDC_STATIC,7,29,228,28
  375. CONTROL "Slider1",IDC_SLIDE_AV_THROUGHPUT,"msctls_trackbar32",
  376. TBS_AUTOTICKS | TBS_BOTH | WS_TABSTOP,7,79,228,25
  377. LTEXT "Maximum Throughput (in kbits/s):",IDC_STATIC,
  378. 17,66,120,8
  379. LTEXT "85",IDC_STATIC_MAX_AV_THROUGHPUT,
  380. 131,66,18,8
  381. LTEXT "85",IDC_STATIC,11,106,18,12
  382. LTEXT "621",IDC_STATIC,221,106,18,13
  383. END
  384. IDD_CHILDPAGE_ILSGATEWAY DIALOGEX 0, 0, 257, 233
  385. STYLE WS_CHILD
  386. EXSTYLE WS_EX_CONTROLPARENT
  387. CLASS "IDD_CHILDPAGE_ILSGATEWAY"
  388. FONT 8, "MS Sans Serif", 0, 0, 0x1
  389. BEGIN
  390. LTEXT "You can restrict the use of directory servers. Users will still be able to access Web directory servers even if you disable directory servers.",
  391. IDC_STATIC,7,7,244,19
  392. CONTROL "&Allow users to use directory services",
  393. IDC_ALLOW_USER_TO_USE_DIRECTORY_SERVICES,"Button",
  394. BS_AUTOCHECKBOX | BS_NOTIFY | WS_TABSTOP,21,26,129,10,
  395. WS_EX_TRANSPARENT
  396. GROUPBOX "",IDC_STATIC,1,26,256,158,BS_LEFT
  397. LTEXT "You can customize the list of directory servers available to NetMeeting. One of the servers will be designated as the default server.",
  398. IDC_STATIC,7,37,233,18
  399. LTEXT "Add ne&w:",IDC_STATIC,14,60,31,8
  400. EDITTEXT IDC_EDIT_NEW_SERVER,49,58,148,14,ES_AUTOHSCROLL
  401. PUSHBUTTON "A&dd",IDC_BUTTON_ADDDIRECTORYSERVER,204,58,45,14
  402. LISTBOX IDC_LIST_SERVERS,7,75,190,50,LBS_NOINTEGRALHEIGHT |
  403. LBS_WANTKEYBOARDINPUT | WS_VSCROLL | WS_HSCROLL |
  404. WS_TABSTOP
  405. PUSHBUTTON "&Up",IDC_BUTTON_UP,204,80,45,14
  406. PUSHBUTTON "D&own",IDC_BUTTON_DOWN,204,102,45,14
  407. PUSHBUTTON "Set We&b View",IDC_BUTTON_SET_WEBVIEW,7,132,56,14
  408. PUSHBUTTON "&Set as Default",IDC_BUTTON_SET_AS_DEFAULT,69,132,56,14
  409. PUSHBUTTON "&Edit...",IDC_BUTTON_EDIT,131,132,56,14
  410. PUSHBUTTON "Re&move",IDC_BUTTON_REMOVE,193,132,56,14
  411. CONTROL "&Prevent users from adding new directory servers",
  412. IDC_PREVENT_THE_USER_FROM_ADDING_NEW_SERVERS,"Button",
  413. BS_AUTOCHECKBOX | WS_TABSTOP,14,153,207,10
  414. CONTROL "Prevent users from &viewing web directory",
  415. IDC_DISABLE_WEBDIR,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,
  416. 14,167,207,10
  417. LTEXT "You can also specify a gateway to call telephones and videoconferencing systems.",
  418. IDC_STATIC,7,191,244,17
  419. CONTROL "&Gateway server:",IDC_CHECK_GATEWAY,"Button",
  420. BS_AUTOCHECKBOX | WS_TABSTOP,14,214,64,10
  421. EDITTEXT IDC_EDIT_GATEWAY,86,212,156,14,ES_AUTOHSCROLL |
  422. WS_DISABLED
  423. END
  424. IDD_CHILDPAGE_GATEKEEPER DIALOGEX 0, 0, 279, 171
  425. STYLE WS_CHILD
  426. EXSTYLE WS_EX_CONTROLPARENT
  427. CLASS "IDD_CHILDPAGE_GATEKEEPER"
  428. FONT 8, "MS Sans Serif"
  429. BEGIN
  430. LTEXT "You can specify the default gatekeeper configuration.",
  431. IDC_STATIC,7,7,244,8
  432. LTEXT "You can set the gatekeeper server.",IDC_STATIC,7,22,244,
  433. 8
  434. CONTROL "&Gatekeeper server:",IDC_CHECK_GATEKEEPER,"Button",
  435. BS_AUTOCHECKBOX | WS_TABSTOP,21,36,96,10
  436. EDITTEXT IDC_EDIT_GATEKEEPER,125,34,124,14,ES_AUTOHSCROLL |
  437. WS_DISABLED
  438. LTEXT "You can set the gatekeeper addressing mode.",IDC_STATIC,
  439. 7,55,244,8
  440. GROUPBOX "Addressing mode",IDC_STATIC,14,67,230,52
  441. CONTROL "Log on using &account name",IDC_RADIO_GKMODE_ACCOUNT,
  442. "Button",BS_AUTORADIOBUTTON | BS_NOTIFY | WS_GROUP |
  443. WS_TABSTOP,21,78,216,10
  444. CONTROL "Log on using &phone number",IDC_RADIO_GKMODE_PHONE,
  445. "Button",BS_AUTORADIOBUTTON | BS_NOTIFY | WS_TABSTOP,21,
  446. 90,216,10
  447. CONTROL "Log on &with both account name and phone number",
  448. IDC_RADIO_GKMODE_BOTH,"Button",BS_AUTORADIOBUTTON |
  449. BS_NOTIFY | WS_TABSTOP,21,102,216,10
  450. LTEXT "You can set an active Web View to display a list of users registered on the gatekeeper. The server name will be ignored for gatekeeper mode.",
  451. IDC_STATIC,7,126,245,16
  452. PUSHBUTTON "Set We&b View",IDC_BUTTON_SET_WEBVIEW,14,149,56,14
  453. CONTROL "Prevent users from &viewing web directory",
  454. IDC_DISABLE_WEBDIR_GK,"Button",BS_AUTOCHECKBOX |
  455. WS_TABSTOP,85,151,148,10
  456. END
  457. IDD_FILEPANE_INTRO DIALOGEX 0, 0, 272, 228
  458. STYLE WS_CHILD
  459. EXSTYLE WS_EX_CONTROLPARENT
  460. CLASS "IDD_FILEPANE_INTRO"
  461. FONT 8, "MS Sans Serif", 0, 0, 0x1
  462. BEGIN
  463. LTEXT "The next page lists configuration options for NetMeeting 3.0. For more information about these options, consult chapter 3 of the NetMeeting Resource Kit documentation.",
  464. IDC_STATIC,
  465. 7, 7, 258, 32
  466. LTEXT "Please choose whether you want to create a new configuration or edit an existing one.",
  467. IDC_STATIC,
  468. 7, 60, 258, 24
  469. CONTROL "&Create a new configuration from scratch",
  470. IDC_RADIO_START_FROM_SCRATCH,"Button",BS_AUTORADIOBUTTON,
  471. 7, 91, 258, 10
  472. CONTROL "&Edit a previous configuration",
  473. IDC_RADIO_LOAD_SAVED_CONFIG,"Button",BS_AUTORADIOBUTTON,
  474. 7, 108, 258, 10
  475. EDITTEXT IDE_SAVED_CONFIG_FILE,
  476. 7, 122, 214, 14, WS_DISABLED | ES_AUTOHSCROLL
  477. PUSHBUTTON "B&rowse",IDC_BROWSE_CONFIG_FILE,
  478. 225, 122, 40, 14, WS_DISABLED
  479. END
  480. IDD_FILEPANE_SUMMARY DIALOGEX 0, 0, 272, 215
  481. STYLE WS_CHILD
  482. EXSTYLE WS_EX_CONTROLPARENT
  483. CLASS "IDD_FILEPANE_SUMMARY"
  484. FONT 8, "MS Sans Serif", 0, 0, 0x1
  485. BEGIN
  486. LTEXT "The information below will be used to create the custom distribution file. If you would like to change any of the information below, click the ""Back"" button and edit your selections. Otherwise, click ""Next"" to continue.",
  487. IDC_STATIC,
  488. 7, 4, 258, 24
  489. LISTBOX IDC_LIST_SETTINGS,
  490. 7, 35, 258, 112,
  491. NOT LBS_NOTIFY | LBS_USETABSTOPS | LBS_NOSEL |
  492. WS_VSCROLL | WS_HSCROLL,
  493. WS_EX_NOPARENTNOTIFY
  494. CONTROL "&Summary File",
  495. IDC_CREATE_CONFIGURATION_SUMMARY_FILE,"Button",
  496. BS_AUTOCHECKBOX | BS_NOTIFY | WS_TABSTOP,
  497. 21, 154, 56, 10,
  498. WS_EX_TRANSPARENT
  499. GROUPBOX "", IDC_STATIC,
  500. 7, 154, 258, 54
  501. LTEXT "You can save a text description of the settings for easy reference.",
  502. IDC_STATIC,
  503. 14, 172, 244, 8
  504. EDITTEXT IDC_CONFIGURATION_SUMMARY_PATH,
  505. 14, 187, 200, 14,
  506. ES_AUTOHSCROLL | WS_DISABLED
  507. PUSHBUTTON "B&rowse",IDC_BROWSE_CONFIGURATION_SUMMARY,
  508. 218, 187, 40, 14,
  509. BS_NOTIFY | WS_DISABLED
  510. END
  511. IDD_FILEPANE_DISTRO DIALOGEX 0, 0, 272, 68
  512. STYLE WS_CHILD
  513. EXSTYLE WS_EX_CONTROLPARENT
  514. CLASS "IDD_FILEPANE_DISTRO"
  515. FONT 8, "MS Sans Serif", 0, 0, 0x1
  516. BEGIN
  517. CONTROL "Customize &Installation",
  518. IDC_CHECK_CREATE_DISTRIBUTION,"Button", BS_AUTOCHECKBOX |
  519. WS_TABSTOP,
  520. 21, 7, 85, 10,
  521. WS_EX_TRANSPARENT
  522. GROUPBOX "",IDC_STATIC,
  523. 7, 7, 258, 54
  524. LTEXT "Type the path and filename for the customized NetMeeting installation.",
  525. IDC_STATIC,
  526. 14, 25, 244, 8
  527. EDITTEXT IDC_EDIT_DISTRIBUTION_FILE_PATH,
  528. 14, 40, 200, 14,
  529. ES_AUTOHSCROLL
  530. PUSHBUTTON "Bro&wse",IDC_BUTTON_BROWSE_DISTRIBUTION_FILE_PATH,
  531. 218, 40, 40, 14, BS_NOTIFY
  532. END
  533. IDD_FILEPANE_AUTOCONF DIALOGEX 0, 0, 272, 135
  534. STYLE WS_CHILD
  535. EXSTYLE WS_EX_CONTROLPARENT
  536. CLASS "IDD_FILEPANE_AUTOCONF"
  537. FONT 8, "MS Sans Serif", 0, 0, 0x1
  538. BEGIN
  539. CONTROL "&Auto-Configure Network Clients",
  540. IDC_CHECK_AUTOCONFIG_CLIENTS,"Button",BS_AUTOCHECKBOX |
  541. WS_TABSTOP,
  542. 21, 7, 113, 10,
  543. WS_EX_TRANSPARENT
  544. GROUPBOX "",IDC_STATIC,
  545. 7, 7, 258, 121
  546. LTEXT "Type the URL that you will use for Auto-configuration. NetMeeting clients will download the master configuration file from this web address each time they start NetMeeting.",
  547. IDC_STATIC,
  548. 14, 25, 244, 24
  549. EDITTEXT IDC_AUTOCONF_URL,
  550. 14, 56, 244, 14,
  551. ES_AUTOHSCROLL | WS_DISABLED
  552. LTEXT "Type the network path and filename for the master configuration file. The wizard will create it in that location.",
  553. IDC_STATIC,
  554. 14, 84, 244, 16
  555. EDITTEXT IDC_EDIT_AUTO_CONFIG_FILE_PATH,
  556. 14, 107, 200, 14,
  557. ES_AUTOHSCROLL | WS_DISABLED
  558. PUSHBUTTON "B&rowse",IDC_BUTTON_BROWSE_AUTO_CONFIG_PATH,
  559. 218, 107, 40, 14,
  560. BS_NOTIFY | WS_DISABLED
  561. END
  562. IDD_FILEPANE_SETTINGS DIALOGEX 0, 0, 272, 228
  563. STYLE WS_CHILD
  564. EXSTYLE WS_EX_CONTROLPARENT
  565. CLASS "IDD_FILEPANE_SETTINGS"
  566. FONT 8, "MS Sans Serif", 0, 0, 0x1
  567. BEGIN
  568. CONTROL "&Settings File",
  569. IDC_SETTINGS_FILE, "Button", BS_AUTOCHECKBOX |
  570. WS_TABSTOP,
  571. 21, 7, 56, 10,
  572. WS_EX_TRANSPARENT
  573. GROUPBOX "", IDC_STATIC,
  574. 7, 7, 258, 70
  575. LTEXT "Type the path and filename to save the setting information about the custom NetMeeting distribution. You can use this file later to modify the configuration options.",
  576. IDC_STATIC,
  577. 14, 25, 244, 24
  578. EDITTEXT IDE_SETTINGS_FILE,
  579. 14, 56, 200, 14,
  580. ES_AUTOHSCROLL
  581. PUSHBUTTON "B&rowse", IDC_BROWSE_SETTINGS_FILE,
  582. 218, 56, 40, 14, BS_NOTIFY
  583. LTEXT "The wizard is ready to create the distribution files with the options that you have selected. Click ""Finish"" to create the files.",
  584. IDC_STATIC,
  585. 7, 98, 258, 24
  586. END
  587. IDD_RDS DIALOGEX 0, 0, 242, 73
  588. STYLE WS_CHILD | WS_BORDER
  589. EXSTYLE WS_EX_CONTROLPARENT
  590. CLASS "IDD_RDS"
  591. FONT 8, "MS Sans Serif", 0, 0, 0x1
  592. BEGIN
  593. CTEXT "Restrict the use of Remote Desktop Sharing",
  594. IDC_STATIC1,
  595. 7, 7, 230, 11,
  596. SS_CENTERIMAGE | WS_BORDER
  597. LTEXT "You can prevent users from installing Remote Desktop Sharing on some or all platforms.",
  598. IDC_STATIC,
  599. 7, 22, 230, 16
  600. CONTROL "Disable Remote Desktop Sharing on all platforms",
  601. IDC_DISABLE_RDS_ON_ALL, "Button",
  602. BS_AUTOCHECKBOX | BS_NOTIFY | WS_TABSTOP,
  603. 25, 42, 212, 10
  604. CONTROL "Disable Remote Desktop Sharing on Windows 9.x",
  605. IDC_DISABLE_RDS_ON_WIN9X, "Button",
  606. BS_AUTOCHECKBOX | BS_NOTIFY | WS_TABSTOP,
  607. 25, 56, 212, 10
  608. END
  609. IDD_SHARING DIALOGEX 0, 0, 244, 277
  610. STYLE WS_CHILD | WS_BORDER
  611. EXSTYLE WS_EX_CONTROLPARENT
  612. CLASS "IDD_SHARING"
  613. FONT 8, "MS Sans Serif", 0, 0, 0x1
  614. BEGIN
  615. CTEXT "Restrict the use of Sharing",IDC_STATIC1,
  616. 7, 7, 230, 11,
  617. SS_CENTERIMAGE | WS_BORDER
  618. LTEXT "You can restrict the use of NetMeeting's Sharing features for security or bandwidth reasons.",
  619. IDC_STATIC,
  620. 7, 22, 230, 16
  621. LTEXT "You can disable all of NetMeeting's sharing features. Users cannot share, and they cannot view what is shared by others. Choosing this option overrides all other restrictions on sharing.",
  622. IDC_STATIC,
  623. 7, 45, 230, 24
  624. CONTROL "Disable all sharing features",
  625. IDC_DISABLE_ALL_SHARING_FEATURES,"Button",
  626. BS_AUTOCHECKBOX | BS_NOTIFY | WS_TABSTOP,
  627. 25, 73, 136, 10
  628. LTEXT "You can prevent users from sharing, but they can still view what is shared by others.",
  629. IDC_STATIC,
  630. 7, 90, 230, 16
  631. CONTROL "Prevent users from sharing",
  632. IDC_PREVENT_SHARING, "Button",
  633. BS_AUTOCHECKBOX | BS_NOTIFY | WS_TABSTOP,
  634. 25, 110, 136, 10
  635. LTEXT "You can prevent users from allowing others to control what they have shared.",
  636. IDC_STATIC,
  637. 7, 127, 230, 16
  638. CONTROL "Prevent users from allowing control",
  639. IDC_PREVENT_SHARING_CONTROL, "Button",
  640. BS_AUTOCHECKBOX | BS_NOTIFY | WS_TABSTOP,
  641. 25, 147, 164, 10
  642. LTEXT "You can prevent users from sharing in true color to limit network traffic.",
  643. IDC_STATIC,
  644. 7, 164, 230, 8
  645. CONTROL "Prevent users from sharing in true color",
  646. IDC_PREVENT_SHARING_TRUECOLOR, "Button",
  647. BS_AUTOCHECKBOX | BS_NOTIFY | WS_TABSTOP,
  648. 25, 176, 164, 10
  649. LTEXT "You can prevent users from sharing specific Windows features. If you choose to prevent users from sharing MS-DOS windows, you should also prevent users from sharing Explorer windows; otherwise, users can share MS-DOS windows through Explorer.",
  650. IDC_STATIC,
  651. 7, 193, 230, 32
  652. CONTROL "Prevent users from sharing the entire desktop",
  653. IDC_PREVENT_SHARING_DESKTOP, "Button",
  654. BS_AUTOCHECKBOX | BS_NOTIFY | WS_TABSTOP,
  655. 25, 232, 164, 10
  656. CONTROL "Prevent users from sharing Explorer windows",
  657. IDC_PREVENT_SHARING_EXPLORER, "Button",
  658. BS_AUTOCHECKBOX | BS_NOTIFY | WS_TABSTOP,
  659. 25, 246, 164, 10
  660. CONTROL "Prevent users from sharing MS-DOS windows",
  661. IDC_PREVENT_SHARING_DOS, "Button",
  662. BS_AUTOCHECKBOX | BS_NOTIFY | WS_TABSTOP,
  663. 25, 260, 164, 10
  664. END
  665. IDD_SET_CALLING_OPTIONS DIALOGEX 0, 0, 307, 298
  666. STYLE WS_CHILD | WS_BORDER
  667. EXSTYLE WS_EX_CONTROLPARENT
  668. CLASS "IDD_SET_CALLING_OPTIONS"
  669. FONT 8, "MS Sans Serif", 0, 0, 0x1
  670. BEGIN
  671. CTEXT "Set Calling Options",IDC_STATIC1,7,7,228,11,
  672. SS_CENTERIMAGE | WS_BORDER
  673. LTEXT "You can set the calling method that NetMeeting uses.",
  674. IDC_STATIC,
  675. 7, 25, 230, 8
  676. GROUPBOX "Calling method", IDC_STATIC,
  677. 14, 37, 214, 39
  678. CONTROL "Directly place calls to others",IDC_RADIO_CALLMODE_DIRECT,"Button",
  679. BS_AUTORADIOBUTTON | BS_NOTIFY | WS_TABSTOP,
  680. 21, 48, 169, 10
  681. CONTROL "Use a gatekeeper to place calls to others",
  682. IDC_RADIO_CALLMODE_GATEKEEPER,"Button",BS_AUTORADIOBUTTON | BS_NOTIFY |
  683. WS_TABSTOP,
  684. 21, 62, 169, 10
  685. LTEXT "You can prevent users from changing the calling method.",
  686. IDC_STATIC,
  687. 7, 83, 228, 8
  688. CONTROL "Prevent users from changing the calling method",
  689. IDC_CHECK_NOCHANGECALLMODE, "Button",
  690. BS_AUTOCHECKBOX | BS_NOTIFY | WS_TABSTOP,
  691. 21, 95, 214, 10
  692. LTEXT "You can prevent users from setting NetMeeting to automatically answer incoming calls. This option prevents unwanted callers from accessing unattended machines running NetMeeting.",
  693. IDC_STATIC,
  694. 7, 112, 228, 24
  695. CONTROL "Disable Automatic Call Answering", IDC_DISABLE_AUTOACCEPT,
  696. "Button", BS_AUTOCHECKBOX | BS_NOTIFY | WS_TABSTOP,
  697. 21, 140, 214, 10
  698. LTEXT "You can have Automatic Call Answering persist its setting across NetMeeting sessions. If the user chooses to enable the setting to automatically accept calls, then the setting will stay enabled each time NetMeeting is run until the user disables it.",
  699. IDC_STATIC,
  700. 7, 157, 228, 32
  701. CONTROL "Persist the Automatic Call Answering setting", IDC_PERSIST_AUTOACCEPT,
  702. "Button", BS_AUTOCHECKBOX | BS_NOTIFY | WS_TABSTOP,
  703. 21, 193, 214, 10
  704. LTEXT "You can set the default network connection speed. Users will still be able to change this setting in the Options dialog box.",
  705. IDC_STATIC,
  706. 7, 210, 228, 16
  707. GROUPBOX "Connection Speed",IDC_STATIC,
  708. 14, 230, 214, 61
  709. CONTROL "14400 bps modem",IDC_RADIO_NETSPEED_144,"Button",BS_AUTORADIOBUTTON |
  710. BS_NOTIFY,
  711. 21, 241, 169, 10
  712. CONTROL "28800 bps or faster modem",IDC_RADIO_NETSPEED_288,"Button",
  713. BS_AUTORADIOBUTTON | BS_NOTIFY,
  714. 21, 253, 169, 10
  715. CONTROL "Cable, xDSL or ISDN",IDC_RADIO_NETSPEED_ISDN,"Button",BS_AUTORADIOBUTTON | BS_NOTIFY,
  716. 21, 265, 169, 10
  717. CONTROL "Local Area Network",IDC_RADIO_NETSPEED_LAN,"Button",BS_AUTORADIOBUTTON |
  718. BS_NOTIFY,
  719. 21, 277, 169, 10
  720. END
  721. IDD_DIALOG_EDIT_WEBVIEW DIALOGEX 0, 0, 258, 87
  722. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
  723. EXSTYLE WS_EX_CONTROLPARENT
  724. CAPTION "Set Web View"
  725. FONT 8, "MS Sans Serif", 0, 0, 0x1
  726. BEGIN
  727. RTEXT "Server &Name:",IDC_STATIC,7,8,48,8
  728. EDITTEXT IDC_EDIT_SERVER_NAME,59,7,192,12,ES_AUTOHSCROLL
  729. RTEXT "&Display Name:",IDC_STATIC,7,28,48,8
  730. EDITTEXT IDC_EDIT_DISPLAY_NAME,59,27,192,12,ES_AUTOHSCROLL
  731. RTEXT "&URL:",IDC_STATIC,7,48,48,8
  732. EDITTEXT IDC_EDIT_URL_NAME,59,47,192,12,ES_AUTOHSCROLL
  733. DEFPUSHBUTTON "OK",IDOK,71,67,50,14
  734. PUSHBUTTON "Cancel",IDCANCEL,137,67,50,14
  735. END
  736. #ifdef APSTUDIO_INVOKED
  737. /////////////////////////////////////////////////////////////////////////////
  738. //
  739. // TEXTINCLUDE
  740. //
  741. 1 TEXTINCLUDE DISCARDABLE
  742. BEGIN
  743. "resource.h\0"
  744. END
  745. 2 TEXTINCLUDE DISCARDABLE
  746. BEGIN
  747. "#include ""afxres.h""\r\n"
  748. "\0"
  749. END
  750. 3 TEXTINCLUDE DISCARDABLE
  751. BEGIN
  752. "\r\n"
  753. "\0"
  754. END
  755. #endif // APSTUDIO_INVOKED
  756. /////////////////////////////////////////////////////////////////////////////
  757. //
  758. // DESIGNINFO
  759. //
  760. #ifdef APSTUDIO_INVOKED
  761. GUIDELINES DESIGNINFO DISCARDABLE
  762. BEGIN
  763. IDD_PROPPAGE_WELCOME, DIALOG
  764. BEGIN
  765. RIGHTMARGIN, 368
  766. HORZGUIDE, 21
  767. END
  768. IDD_PROPPAGE_INTRO_SETTINGS, DIALOG
  769. BEGIN
  770. LEFTMARGIN, 7
  771. RIGHTMARGIN, 363
  772. VERTGUIDE, 119
  773. VERTGUIDE, 135
  774. TOPMARGIN, 7
  775. HORZGUIDE, 20
  776. END
  777. IDD_DIALOG_EDIT_SERVERNAME, DIALOG
  778. BEGIN
  779. LEFTMARGIN, 7
  780. RIGHTMARGIN, 247
  781. TOPMARGIN, 7
  782. BOTTOMMARGIN, 56
  783. END
  784. IDD_FILETRANSFER, DIALOG
  785. BEGIN
  786. LEFTMARGIN, 7
  787. RIGHTMARGIN, 236
  788. VERTGUIDE, 25
  789. TOPMARGIN, 7
  790. BOTTOMMARGIN, 112
  791. HORZGUIDE, 25
  792. END
  793. IDD_CATEGORY_LIST, DIALOG
  794. BEGIN
  795. LEFTMARGIN, 5
  796. RIGHTMARGIN, 244
  797. VERTGUIDE, 228
  798. VERTGUIDE, 235
  799. TOPMARGIN, 7
  800. BOTTOMMARGIN, 192
  801. END
  802. IDD_AUDIO, DIALOG
  803. BEGIN
  804. LEFTMARGIN, 7
  805. RIGHTMARGIN, 237
  806. VERTGUIDE, 25
  807. VERTGUIDE, 228
  808. TOPMARGIN, 7
  809. BOTTOMMARGIN, 234
  810. END
  811. IDD_VIDEO, DIALOG
  812. BEGIN
  813. LEFTMARGIN, 7
  814. RIGHTMARGIN, 245
  815. VERTGUIDE, 25
  816. VERTGUIDE, 228
  817. VERTGUIDE, 235
  818. TOPMARGIN, 7
  819. BOTTOMMARGIN, 56
  820. END
  821. IDD_BACK_NOTIFICATION, DIALOG
  822. BEGIN
  823. LEFTMARGIN, 7
  824. RIGHTMARGIN, 238
  825. VERTGUIDE, 26
  826. VERTGUIDE, 228
  827. VERTGUIDE, 235
  828. TOPMARGIN, 7
  829. BOTTOMMARGIN, 42
  830. END
  831. IDD_SECURITY, DIALOG
  832. BEGIN
  833. LEFTMARGIN, 7
  834. RIGHTMARGIN, 229
  835. VERTGUIDE, 25
  836. VERTGUIDE, 35
  837. VERTGUIDE, 228
  838. TOPMARGIN, 7
  839. BOTTOMMARGIN, 157
  840. END
  841. IDD_CHAT, DIALOG
  842. BEGIN
  843. LEFTMARGIN, 7
  844. RIGHTMARGIN, 243
  845. TOPMARGIN, 7
  846. BOTTOMMARGIN, 47
  847. END
  848. IDD_WHITEBOARD, DIALOG
  849. BEGIN
  850. LEFTMARGIN, 7
  851. RIGHTMARGIN, 235
  852. TOPMARGIN, 7
  853. BOTTOMMARGIN, 61
  854. END
  855. IDD_ONLINE_SUPPORT, DIALOG
  856. BEGIN
  857. LEFTMARGIN, 7
  858. RIGHTMARGIN, 235
  859. VERTGUIDE, 25
  860. VERTGUIDE, 35
  861. VERTGUIDE, 228
  862. VERTGUIDE, 235
  863. TOPMARGIN, 7
  864. BOTTOMMARGIN, 132
  865. END
  866. IDD_OPTIONS_DIALOG, DIALOG
  867. BEGIN
  868. LEFTMARGIN, 7
  869. RIGHTMARGIN, 235
  870. VERTGUIDE, 25
  871. VERTGUIDE, 235
  872. TOPMARGIN, 7
  873. BOTTOMMARGIN, 119
  874. END
  875. IDD_LIMIT_AV_THROUGHPUT, DIALOG
  876. BEGIN
  877. LEFTMARGIN, 7
  878. RIGHTMARGIN, 235
  879. VERTGUIDE, 25
  880. VERTGUIDE, 228
  881. VERTGUIDE, 235
  882. TOPMARGIN, 7
  883. BOTTOMMARGIN, 119
  884. END
  885. IDD_FILEPANE_SUMMARY, DIALOG
  886. BEGIN
  887. LEFTMARGIN, 7
  888. RIGHTMARGIN, 272
  889. VERTGUIDE, 14
  890. VERTGUIDE, 23
  891. VERTGUIDE, 220
  892. VERTGUIDE, 224
  893. VERTGUIDE, 230
  894. VERTGUIDE, 257
  895. TOPMARGIN, 7
  896. BOTTOMMARGIN, 222
  897. END
  898. IDD_FILEPANE_DISTRO, DIALOG
  899. BEGIN
  900. LEFTMARGIN, 7
  901. RIGHTMARGIN, 269
  902. VERTGUIDE, 14
  903. VERTGUIDE, 22
  904. VERTGUIDE, 220
  905. VERTGUIDE, 224
  906. VERTGUIDE, 229
  907. VERTGUIDE, 257
  908. VERTGUIDE, 264
  909. END
  910. IDD_FILEPANE_AUTOCONF, DIALOG
  911. BEGIN
  912. LEFTMARGIN, 7
  913. RIGHTMARGIN, 265
  914. VERTGUIDE, 14
  915. VERTGUIDE, 22
  916. VERTGUIDE, 220
  917. VERTGUIDE, 225
  918. VERTGUIDE, 230
  919. VERTGUIDE, 257
  920. END
  921. IDD_RDS, DIALOG
  922. BEGIN
  923. LEFTMARGIN, 7
  924. RIGHTMARGIN, 235
  925. VERTGUIDE, 25
  926. VERTGUIDE, 228
  927. VERTGUIDE, 235
  928. TOPMARGIN, 7
  929. BOTTOMMARGIN, 62
  930. END
  931. IDD_APPSHARING, DIALOG
  932. BEGIN
  933. LEFTMARGIN, 7
  934. RIGHTMARGIN, 237
  935. VERTGUIDE, 25
  936. VERTGUIDE, 237
  937. TOPMARGIN, 7
  938. BOTTOMMARGIN, 192
  939. END
  940. IDD_SET_CALLING_OPTIONS, DIALOG
  941. BEGIN
  942. LEFTMARGIN, 7
  943. RIGHTMARGIN, 300
  944. TOPMARGIN, 7
  945. BOTTOMMARGIN, 196
  946. END
  947. END
  948. #endif // APSTUDIO_INVOKED
  949. /////////////////////////////////////////////////////////////////////////////
  950. //
  951. // Icon
  952. //
  953. // Icon with lowest ID value placed first to ensure application icon
  954. // remains consistent on all systems.
  955. IDI_ICON2 ICON DISCARDABLE "res\\nmrk.ico"
  956. #ifndef _MAC
  957. /////////////////////////////////////////////////////////////////////////////
  958. //
  959. // Version
  960. //
  961. #define VER_PRODUCTNAME_STR "Windows\256 NetMeeting\256 Resource Kit Wizard\0"
  962. #define VER_DESCRIPTION_STR "Windows\256 NetMeeting\256 Resource Kit Wizard\0"
  963. #define VER_INTERNALNAME_STR "nmrk\0"
  964. #define VER_ORIGNAME_STR "nmrk.exe\0"
  965. #define VER_PRODUCTRELEASE_STR "3.0"
  966. #include <version.rc>
  967. #endif // !_MAC
  968. /////////////////////////////////////////////////////////////////////////////
  969. //
  970. // Bitmap
  971. //
  972. IDB_BITMAP1 BITMAP DISCARDABLE "res\\logo.bmp"
  973. /////////////////////////////////////////////////////////////////////////////
  974. //
  975. // String Table
  976. //
  977. STRINGTABLE DISCARDABLE
  978. BEGIN
  979. IDS_NMAKWIZ_ERROR_CAPTION "NetMeeting Resource Kit Wizard Error"
  980. IDS_CANT_FIND_NETMEETING_ORIGINAL_DISTRIBUTION
  981. "The NetMeeting original distribution file could not be found at the default location, please browse for it"
  982. IDS_CANT_FIND_NETMEETING_ORIGINAL_DISTRIBUTION_QUERY_ABORT
  983. "If you do not select the NetMeeting original distribution file, press CANCEL and the wizard will close."
  984. IDS_ERROR_MUST_SELECT_DISTRIBUTION_FOLDER
  985. "You must enter a valid directory path for the distribution files."
  986. IDS_DLG_TITLE_SELECT_ROOT_FOLDER_FOR_DISTRIBUTION
  987. "Select root folder for custom distribution files"
  988. IDS_EDIT_WEBVIEW "Set Web View"
  989. IDS_ERROR_NEEDALLFIELDS "All text boxes must be filled to set the directory server for Web View."
  990. IDS_DEFAULT_WEBVIEW "This will set the Microsoft Internet Directory for Web view. Do you want to continue?"
  991. IDS_NMAKWIZ_ERROR_NMRK_MUST_BE_PROPERLY_INSTALLED
  992. "NMRK must be properly installed using the NetMeeting Resource Kit installation program."
  993. IDS_NMAKWIZ_ERROR_PLEASE_REINSTALL_NET_MEETING_RESOURCE_KIT
  994. "Reinstall the NetMeeting Resource Kit and try again"
  995. IDS_REMOVE_SERVER "To remove a server, click Cancel and then Remove."
  996. IDS_EMPTY_SERVER "Empty Server Name"
  997. END
  998. STRINGTABLE DISCARDABLE
  999. BEGIN
  1000. IDS_SELECTED_PATH_DISTRO_IS_INVALID_PLEASE_CHANGE_THE_PATH_NAME_OR_BROWSE_FOR_A_NEW_PATH
  1001. "The selected filename or path for the NetMeeting custom distribution is invalid. Please change the path name or browse for a valid path"
  1002. IDS_YOU_DO_NOT_HAVE_WRITE_ACCESS_TO_THE_SELECTED_DISTRO_PATH_PLEASE_SELECT_A_PATH_IN_WHICH_YOU_HAVE_WRITE_PERMISSION
  1003. "You do not have write access to the custom distribution path. Please select a path for which you have write permission"
  1004. IDS_DO_YOU_REALLY_WANT_TO_QUIT_THE_WIZARD_NOW
  1005. "Are you sure you want to quit the wizard now?"
  1006. IDS_MSG_CAPTION "NetMeeting Resource Kit Wizard"
  1007. IDS_REINSTALL_THE_NETMEETING_RESOURCE_KIT_AND_TRY_AGAIN
  1008. "Reinstall the NetMeeting Resource Kit and try again"
  1009. IDS_COULD_NOT_FIND_THE_TOOL "Could not find the wizard:"
  1010. IDS_SUCCESSFULLY_CREATED " successfully created"
  1011. IDS_THERE_WAS_AN_UNEXPECTED_ERROR "There was an unexpected error"
  1012. IDS_DELETING_TEMPORARY_FILES_PROGRESS_TITLE "Deleting Temporary Files"
  1013. IDS_CREATING_CUSTOM_DISTRIBUTION "Creating Custom NetMeeting Distribution"
  1014. IDS_YOU_MUST_SELECT_AT_LEAST_ONE_DISTRIBUTION_TYPE
  1015. "You must select at least one distribution type"
  1016. IDS_YOU_MUST_ENTER_AT_LEAST_ONE_DIRECTORY_SERVER
  1017. "You must enter at least one Directory Server"
  1018. IDS_AUDIO_VIDEO_THROUGHPUT_VALUE_IS_INVALID
  1019. "You must enter a number between 4 and 800 kbps for this setting."
  1020. IDS_INVALID_DATA_ERROR "Invalid Data Error"
  1021. END
  1022. STRINGTABLE DISCARDABLE
  1023. BEGIN
  1024. IDS_KBPS " kbps"
  1025. IDS_NMAKWIZ_VERIFY_CAPTION "Verify"
  1026. IDS_SELECTED_PATH_HAS_TOO_MANY_CHARACTERS
  1027. "Selected path has too many characters in the name"
  1028. IDS_NETMEETING_HOMEPAGE_IS_INVALID
  1029. "Invalid NetMeeting online support homepage."
  1030. IDS_GATEKEEPER_SERVER_IS_INVALID "Invalid Gatekeeper server name."
  1031. END
  1032. STRINGTABLE DISCARDABLE
  1033. BEGIN
  1034. IDS_FT_THROUGHPUT_VALUE_IS_INVALID
  1035. "You must enter a number greater than or equal to 1 for this setting."
  1036. IDS_SHOW_ONLINE_SUPPORT_PAGE
  1037. "Show online support web page the first time NetMeeting starts"
  1038. IDS_MUST_ENTER_DISTRONAME
  1039. "You must enter a valid filename and path for the custom NetMeeting distribution."
  1040. IDS_CREATE_AUTOCONF_DIRECTORY
  1041. "The specified path for the auto configuration file does not exist. Do you want to create it?"
  1042. IDS_NOT_ENOUGH_SPACE_IN_TEMP_DIR
  1043. "There is not enough space in the temporary directory to create the custom NetMeeting installation."
  1044. IDS_NOT_ENOUGH_SPACE_IN_FINAL
  1045. "There is not enough space at the distribution location to create the custom NetMeeting installation."
  1046. IDS_CREATE_DIRECTORY "The specified output does not exist. Do you want to create it?"
  1047. IDS_SELECTED_PATH_IS_INVALID_PLEASE_CHANGE_THE_PATH_NAME_OR_BROWSE_FOR_A_NEW_PATH
  1048. "The selected output path is invalid. Please change the path name or browse for a valid path"
  1049. IDS_YOU_DO_NOT_HAVE_WRITE_ACCESS_TO_THE_SELECTED_PATH_PLEASE_SELECT_A_PATH_IN_WHICH_YOU_HAVE_WRITE_PERMISSION
  1050. "You do not have write access to the output path. Please select a path for which you have write permission"
  1051. IDS_MUST_ENTER_AUTOCONF_NAME
  1052. "You must enter a valid filename and path for the NetMeeting auto configuration file."
  1053. END
  1054. STRINGTABLE DISCARDABLE
  1055. BEGIN
  1056. IDS_CAPTION_AUTHSERVER_URL "URL:"
  1057. IDS_AUTHENTICATION_URL_IS_INVALID
  1058. "The authentication certificate server URL is invalid."
  1059. IDS_NEED_CONF_SERVER "You must enter a URL for the location of the auto configuration file."
  1060. IDS_TURNING_OFF_AUTOCONF
  1061. "Are you sure you wish to disable the NetMeeting auto configuration feature? If you do, a final configuration file will be created to instruct clients to disable this feature."
  1062. IDS_ERASE_ALL_SETTINGS "Are you sure you wish to go back? You will lose all of the changes that you have made to this wizard page."
  1063. IDS_WEBDIR_AUTOADD "If you do not prevent users from viewing the web directory or set a server to web view, then NetMeeting will automatically add the Microsoft Internet Directory as your web directory."
  1064. IDS_DSLIST_EMPTY "The directory server list is empty. Users wishing to use directory servers will have to add them on their own."
  1065. IDS_DS_WILL_BE_EMPTY "The directory server list is empty, and users are not permitted to add new servers to the list. Users will not be able to use directory servers with NetMeeting."
  1066. IDS_DSNAME_INVALID "The Directory Server name entered is invalid."
  1067. IDS_ARE_YOU_SURE_YOU_WISH_TO_REMOVE
  1068. "Are you sure you wish to remove %s from the list?"
  1069. IDS_VERIFY "Verify"
  1070. END
  1071. #endif // English (U.S.) resources
  1072. /////////////////////////////////////////////////////////////////////////////
  1073. #ifndef APSTUDIO_INVOKED
  1074. /////////////////////////////////////////////////////////////////////////////
  1075. //
  1076. // Generated from the TEXTINCLUDE 3 resource.
  1077. //
  1078. /////////////////////////////////////////////////////////////////////////////
  1079. #endif // not APSTUDIO_INVOKED