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.

621 lines
28 KiB

  1. //
  2. // MSCONFWB.RC
  3. // Whiteboard (1.0 - 2.x) resources
  4. //
  5. #include "resource.h"
  6. #include "windows.h"
  7. #include "version.h"
  8. #include "help_ids.h"
  9. /////////////////////////////////////////////////////////////////////////////
  10. // English (U.S.) resources
  11. LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
  12. #pragma code_page(1252)
  13. /////////////////////////////////////////////////////////////////////////////
  14. //
  15. // Version
  16. //
  17. #define VER_DESCRIPTION_STR "NetMeeting Whiteboard (1.0 - 2.x)\0"
  18. #define VER_INTERNALNAME_STR "NMOLDWB\0"
  19. #define VER_ORIGNAME_STR "nmoldwb.dll\0"
  20. #define VER_FILETYPE VFT_DLL
  21. #include "version.rc"
  22. /////////////////////////////////////////////////////////////////////////////
  23. //
  24. // Dialogs
  25. //
  26. ABOUTBOX DIALOGEX 0, 0, 210, 81
  27. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
  28. CAPTION "About Whiteboard (1.0 - 2.x)"
  29. FONT 8, "Ms Shell Dlg"
  30. BEGIN
  31. ICON IDI_APP,-1,
  32. 6, 7, 18, 20
  33. LTEXT "Whiteboard (1.0 - 2.x)",-2,
  34. 39, 7, 164, 10
  35. LTEXT VER_PRODUCTNAME_STR,-3,
  36. 39, 19, 164, 10
  37. LTEXT "Version %s (%s)",IDC_ABOUTVERSION,
  38. 39, 31, 164,10
  39. LTEXT VER_COPYRIGHT_STR,-7,
  40. 39, 43, 164,10
  41. DEFPUSHBUTTON "OK",IDOK,
  42. 80, 60, 50, 14
  43. END
  44. PRINTCANCEL DIALOG DISCARDABLE 82, 43, 156, 77
  45. STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
  46. CAPTION "NetMeeting"
  47. FONT 8, "Ms Shell Dlg"
  48. BEGIN
  49. CTEXT "Printing page number: %d",IDD_PRINT_PAGE,6,25,145,8
  50. PUSHBUTTON "Cancel",IDCANCEL,54,47,40,14
  51. CTEXT "",IDD_DEVICE_NAME,5,9,146,8
  52. END
  53. PAGESORTERDIALOG DIALOGEX 6, 18, 316, 120
  54. STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
  55. EXSTYLE WS_EX_CONTEXTHELP
  56. CAPTION "Page Sorter"
  57. FONT 8, "Ms Shell Dlg", 0, 0, 0x1
  58. BEGIN
  59. CONTROL "", IDC_PS_THUMBNAILS, "listbox", WS_GROUP | WS_TABSTOP |
  60. WS_CHILD | WS_BORDER | WS_HSCROLL | LBS_DISABLENOSCROLL | LBS_NOTIFY |
  61. LBS_OWNERDRAWFIXED | LBS_MULTICOLUMN, 10, 10, 296, 80
  62. DEFPUSHBUTTON "&Close",IDOK,10,95,40,14,WS_GROUP
  63. PUSHBUTTON "&Go To",IDC_PS_GOTO,60,95,40,14
  64. PUSHBUTTON "&Delete",IDC_PS_DELETE,110,95,40,14
  65. PUSHBUTTON "Insert &Before",IDC_PS_INSERT_BEFORE,160,95,50,14
  66. PUSHBUTTON "Insert &After",IDC_PS_INSERT_AFTER,220,95,42,14
  67. END
  68. LOCKDIALOG DIALOG DISCARDABLE 62, 42, 160, 46
  69. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
  70. CAPTION "Lock"
  71. FONT 8, "Ms Shell Dlg"
  72. BEGIN
  73. CTEXT "Locking Whiteboard contents.",101,27,7,106,8
  74. PUSHBUTTON "Cancel",IDCANCEL,60,25,40,14
  75. ICON IDI_INFORMATION,-1,7,7,16,16
  76. END
  77. INVISIBLEDIALOG DIALOG DISCARDABLE 63, 83, 0, 0
  78. STYLE WS_POPUP
  79. FONT 8, "Ms Shell Dlg"
  80. BEGIN
  81. END
  82. QUERYSAVEDIALOG DIALOG DISCARDABLE 6, 18, 259, 108
  83. STYLE DS_CENTER | DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
  84. CAPTION "Whiteboard"
  85. FONT 8, "Ms Shell Dlg"
  86. BEGIN
  87. LTEXT "Do you want to save your current Whiteboard contents?",
  88. 101,35,7,217,8
  89. PUSHBUTTON "&Yes",IDYES,67,87,50,14
  90. PUSHBUTTON "&No",IDNO,133,87,50,14
  91. ICON IDI_WARNING,-1,7,7,18,20
  92. LTEXT "The new meeting you are joining will clear the current Whiteboard contents.",
  93. -1,35,20,217,18
  94. LTEXT "Click Yes to save the contents. This will clear the current Whiteboard window, but you can open the saved contents in the new meeting or future meetings.",
  95. -1,35,43,217,25
  96. LTEXT "Click No to clear the window without saving the current contents.",
  97. -1,35,73,217,8
  98. END
  99. QUERYSAVEDIALOGCANCEL DIALOG DISCARDABLE 6, 18, 218, 61
  100. STYLE DS_CENTER | DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
  101. CAPTION "Whiteboard"
  102. FONT 8, "Ms Shell Dlg"
  103. BEGIN
  104. LTEXT "Do you want to save your current Whiteboard contents?",
  105. 101,34,7,177,8
  106. PUSHBUTTON "&Yes",IDYES,29,40,50,14
  107. PUSHBUTTON "&No",IDNO,84,40,50,14
  108. PUSHBUTTON "Cancel",IDCANCEL,139,40,50,14
  109. ICON IDI_WARNING,-1,7,7,21,20
  110. END
  111. WARNSELECTWINDOW DIALOG DISCARDABLE 0, 0, 254, 69
  112. STYLE DS_MODALFRAME | DS_CENTER | WS_POPUP | WS_CAPTION | WS_SYSMENU
  113. CAPTION "Whiteboard Select Window"
  114. FONT 8, "Ms Shell Dlg"
  115. BEGIN
  116. DEFPUSHBUTTON "OK",IDOK,72,48,50,14
  117. PUSHBUTTON "Cancel",IDCANCEL,130,48,50,14
  118. CONTROL "&Don't show me this message again",IDC_SWWARN_NOTAGAIN,
  119. "Button",BS_AUTOCHECKBOX | WS_TABSTOP,31,32,147,11
  120. LTEXT "The next window you click on will be pasted into the Whiteboard.",
  121. -1,31,7,209,20
  122. ICON IDI_INFORMATION,-1,7,7,18,20
  123. END
  124. WARNSELECTAREA DIALOG DISCARDABLE 0, 0, 254, 71
  125. STYLE DS_MODALFRAME | DS_CENTER | WS_POPUP | WS_CAPTION | WS_SYSMENU
  126. CAPTION "Whiteboard Select Area"
  127. FONT 8, "Ms Shell Dlg"
  128. BEGIN
  129. DEFPUSHBUTTON "OK",IDOK,72,50,50,14
  130. PUSHBUTTON "Cancel",IDCANCEL,130,50,50,14
  131. CONTROL "&Don't show me this message again",IDC_SAWARN_NOTAGAIN,
  132. "Button",BS_AUTOCHECKBOX | WS_TABSTOP,35,32,147,11
  133. LTEXT "Select an area on the screen to paste into the Whiteboard.",
  134. -1,35,7,212,20
  135. ICON IDI_INFORMATION,-1,7,7,21,20
  136. END
  137. IM_INITIALIZING DIALOG DISCARDABLE 0, 0, 154, 62
  138. STYLE DS_MODALFRAME | DS_CENTER | WS_POPUP
  139. FONT 8, "Ms Shell Dlg"
  140. BEGIN
  141. CTEXT "Finding other Whiteboards in the meeting",
  142. -1,4,8,133,8
  143. CONTROL "Animate1",IDC_INITIALIZING_ANIMATION,"SysAnimate32",
  144. WS_TABSTOP,4,18,146,40
  145. END
  146. /////////////////////////////////////////////////////////////////////////////
  147. //
  148. // Menu
  149. //
  150. MAINMENU MENU DISCARDABLE
  151. BEGIN
  152. POPUP "&File"
  153. BEGIN
  154. MENUITEM "&New...\tCtrl+N", IDM_NEW
  155. MENUITEM "&Open...\tCtrl+O", IDM_OPEN
  156. MENUITEM "&Save\tCtrl+S", IDM_SAVE
  157. MENUITEM "Save &As...", IDM_SAVE_AS
  158. MENUITEM SEPARATOR
  159. MENUITEM "&Print...\tCtrl+P", IDM_PRINT
  160. MENUITEM SEPARATOR
  161. MENUITEM "E&xit\tAlt+F4", IDM_EXIT
  162. END
  163. POPUP "&Edit"
  164. BEGIN
  165. MENUITEM "&Delete\tDel", IDM_DELETE
  166. MENUITEM "&Undelete\tCtrl+Z", IDM_UNDELETE
  167. MENUITEM SEPARATOR
  168. MENUITEM "Cu&t\tCtrl+X", IDM_CUT
  169. MENUITEM "&Copy\tCtrl+C", IDM_COPY
  170. MENUITEM "&Paste\tCtrl+V", IDM_PASTE
  171. MENUITEM "Select A&ll\tCtrl+A", IDM_SELECTALL
  172. MENUITEM SEPARATOR
  173. MENUITEM "B&ring to Front", IDM_BRING_TO_TOP
  174. MENUITEM "S&end to Back", IDM_SEND_TO_BACK
  175. MENUITEM SEPARATOR
  176. MENUITEM "Cle&ar Page...\tCtrl+Del", IDM_CLEAR_PAGE
  177. MENUITEM "Delete Pa&ge...", IDM_DELETE_PAGE
  178. MENUITEM "Insert Page &Before", IDM_PAGE_INSERT_BEFORE
  179. MENUITEM "&Insert Page After", IDM_PAGE_INSERT_AFTER
  180. MENUITEM SEPARATOR
  181. MENUITEM "Page &Sorter...", IDM_PAGE_SORTER
  182. END
  183. POPUP "&View"
  184. BEGIN
  185. MENUITEM "&Tool Bar", IDM_TOOL_BAR_TOGGLE
  186. MENUITEM "&Status Bar", IDM_STATUS_BAR_TOGGLE
  187. MENUITEM SEPARATOR
  188. MENUITEM "&Zoom", IDM_ZOOM
  189. MENUITEM "Re&mote Pointer", IDM_REMOTE
  190. MENUITEM "L&ock Contents", IDM_LOCK
  191. MENUITEM "Sy&nchronize", IDM_SYNC
  192. END
  193. POPUP "&Tools"
  194. BEGIN
  195. MENUITEM "&Selector", IDM_SELECT
  196. MENUITEM "Er&aser", IDM_ERASER
  197. MENUITEM "&Text", IDM_TEXT
  198. MENUITEM "&Highlighter", IDM_HIGHLIGHT
  199. MENUITEM "&Pen", IDM_PEN
  200. MENUITEM "&Line", IDM_LINE
  201. MENUITEM "Unfilled &Rectangle", IDM_BOX
  202. MENUITEM "&Filled Rectangle", IDM_FILLED_BOX
  203. MENUITEM "&Unfilled Ellipse", IDM_ELLIPSE
  204. MENUITEM "Fille&d Ellipse", IDM_FILLED_ELLIPSE
  205. MENUITEM SEPARATOR
  206. MENUITEM "S&elect Area", IDM_GRAB_AREA
  207. MENUITEM "Select &Window", IDM_GRAB_WINDOW
  208. END
  209. POPUP "&Options"
  210. BEGIN
  211. MENUITEM "&Colors...", IDM_EDITCOLOR
  212. MENUITEM "&Font...", IDM_FONT
  213. POPUP "&Line Width"
  214. BEGIN
  215. MENUITEM "&1", IDM_WIDTH_1
  216. MENUITEM "&2", IDM_WIDTH_2
  217. MENUITEM "&3", IDM_WIDTH_3
  218. MENUITEM "&4", IDM_WIDTH_4
  219. END
  220. END
  221. POPUP "&Help"
  222. BEGIN
  223. MENUITEM "&Help Topics", IDM_HELP
  224. MENUITEM SEPARATOR
  225. MENUITEM "&About Whiteboard", IDM_ABOUT
  226. END
  227. END
  228. CONTEXTMENU MENU DISCARDABLE
  229. BEGIN
  230. POPUP ""
  231. BEGIN
  232. MENUITEM "&Selector", IDM_SELECT
  233. MENUITEM "Er&aser", IDM_ERASER
  234. MENUITEM "&Text", IDM_TEXT
  235. MENUITEM "&Highlighter", IDM_HIGHLIGHT
  236. MENUITEM "&Pen", IDM_PEN
  237. MENUITEM "&Line", IDM_LINE
  238. MENUITEM "Unfilled &Rectangle", IDM_BOX
  239. MENUITEM "&Filled Rectangle", IDM_FILLED_BOX
  240. MENUITEM "&Unfilled Ellipse", IDM_ELLIPSE
  241. MENUITEM "Fille&d Ellipse", IDM_FILLED_ELLIPSE
  242. MENUITEM SEPARATOR
  243. MENUITEM "S&elect Area", IDM_GRAB_AREA
  244. MENUITEM "Select &Window", IDM_GRAB_WINDOW
  245. MENUITEM SEPARATOR
  246. MENUITEM "&Zoom", IDM_ZOOM
  247. MENUITEM "Re&mote Pointer", IDM_REMOTE
  248. MENUITEM "L&ock Contents", IDM_LOCK
  249. MENUITEM "Sy&nchronize", IDM_SYNC
  250. MENUITEM "Pa&ge Sorter...", IDM_PAGE_SORTER
  251. END
  252. END
  253. GROBJMENU MENU DISCARDABLE
  254. BEGIN
  255. POPUP ""
  256. BEGIN
  257. MENUITEM "Cu&t", IDM_CUT
  258. MENUITEM "&Copy", IDM_COPY
  259. MENUITEM "&Paste", IDM_PASTE
  260. MENUITEM "&Delete", IDM_DELETE
  261. MENUITEM SEPARATOR
  262. MENUITEM "Select A&ll", IDM_SELECTALL
  263. MENUITEM SEPARATOR
  264. MENUITEM "&Font...", IDM_FONT
  265. MENUITEM SEPARATOR
  266. MENUITEM "&1", IDM_WIDTH_1
  267. MENUITEM "&2", IDM_WIDTH_2
  268. MENUITEM "&3", IDM_WIDTH_3
  269. MENUITEM "&4", IDM_WIDTH_4
  270. END
  271. END
  272. /////////////////////////////////////////////////////////////////////////////
  273. //
  274. // Accelerator
  275. //
  276. MAINACCELTABLE ACCELERATORS MOVEABLE PURE
  277. BEGIN
  278. "A", IDM_SELECTALL, VIRTKEY, CONTROL, NOINVERT
  279. "C", IDM_COPY, VIRTKEY, CONTROL, NOINVERT
  280. "N", IDM_NEW, VIRTKEY, CONTROL, NOINVERT
  281. "O", IDM_OPEN, VIRTKEY, CONTROL, NOINVERT
  282. "P", IDM_PRINT, VIRTKEY, CONTROL, NOINVERT
  283. "S", IDM_SAVE, VIRTKEY, CONTROL, NOINVERT
  284. "V", IDM_PASTE, VIRTKEY, CONTROL, NOINVERT
  285. VK_BACK, IDM_UNDELETE, VIRTKEY, ALT, NOINVERT
  286. VK_DELETE, IDM_DELETE, VIRTKEY, NOINVERT
  287. VK_DELETE, IDM_CLEAR_PAGE, VIRTKEY, CONTROL, NOINVERT
  288. VK_DELETE, IDM_CUT, VIRTKEY, SHIFT, NOINVERT
  289. VK_DOWN, IDM_LINEDOWN, VIRTKEY, CONTROL, NOINVERT
  290. VK_END, IDM_END, VIRTKEY, CONTROL, NOINVERT
  291. VK_F4, IDM_EXIT, VIRTKEY, ALT, NOINVERT
  292. VK_HOME, IDM_HOME, VIRTKEY, CONTROL, NOINVERT
  293. VK_INSERT, IDM_COPY, VIRTKEY, CONTROL, NOINVERT
  294. VK_INSERT, IDM_PASTE, VIRTKEY, SHIFT, NOINVERT
  295. VK_LEFT, IDM_SHIFTLINEUP, VIRTKEY, CONTROL, NOINVERT
  296. VK_NEXT, IDM_PAGEDOWN, VIRTKEY, NOINVERT
  297. VK_NEXT, IDM_PAGE_NEXT, VIRTKEY, CONTROL, NOINVERT
  298. VK_NEXT, IDM_SHIFTPAGEDOWN, VIRTKEY, SHIFT, NOINVERT
  299. VK_PRIOR, IDM_PAGEUP, VIRTKEY, NOINVERT
  300. VK_PRIOR, IDM_PAGE_PREV, VIRTKEY, CONTROL, NOINVERT
  301. VK_PRIOR, IDM_SHIFTPAGEUP, VIRTKEY, SHIFT, NOINVERT
  302. VK_RIGHT, IDM_SHIFTLINEDOWN, VIRTKEY, CONTROL, NOINVERT
  303. VK_UP, IDM_LINEUP, VIRTKEY, CONTROL, NOINVERT
  304. "X", IDM_CUT, VIRTKEY, CONTROL, NOINVERT
  305. "Z", IDM_UNDELETE, VIRTKEY, CONTROL, NOINVERT
  306. END
  307. TEXTEDITACCELTABLE ACCELERATORS MOVEABLE PURE
  308. BEGIN
  309. VK_DELETE, IDM_CLEAR_PAGE, VIRTKEY, CONTROL
  310. VK_BACK, IDM_UNDELETE, VIRTKEY, ALT
  311. "X", IDM_CUT, VIRTKEY, CONTROL
  312. "C", IDM_COPY, VIRTKEY, CONTROL
  313. "V", IDM_PASTE, VIRTKEY, CONTROL
  314. VK_DELETE, IDM_CUT, VIRTKEY, SHIFT
  315. VK_INSERT, IDM_COPY, VIRTKEY, CONTROL
  316. VK_INSERT, IDM_PASTE, VIRTKEY, SHIFT
  317. VK_DELETE, IDM_DELETECHAR, VIRTKEY, NOINVERT
  318. VK_PRIOR, IDM_PAGE_PREV, VIRTKEY, CONTROL, NOINVERT
  319. VK_NEXT, IDM_PAGE_NEXT, VIRTKEY, CONTROL, NOINVERT
  320. VK_PRIOR, IDM_PAGEUP, VIRTKEY, NOINVERT
  321. VK_NEXT, IDM_PAGEDOWN, VIRTKEY, NOINVERT
  322. VK_PRIOR, IDM_SHIFTPAGEUP, VIRTKEY, SHIFT, NOINVERT
  323. VK_NEXT, IDM_SHIFTPAGEDOWN, VIRTKEY, SHIFT, NOINVERT
  324. VK_HOME, IDM_HOME, VIRTKEY, CONTROL, NOINVERT
  325. VK_END, IDM_END, VIRTKEY, CONTROL, NOINVERT
  326. VK_UP, IDM_LINEUP, VIRTKEY, CONTROL, NOINVERT
  327. VK_DOWN, IDM_LINEDOWN, VIRTKEY, CONTROL, NOINVERT
  328. VK_LEFT, IDM_SHIFTLINEUP, VIRTKEY, CONTROL, NOINVERT
  329. VK_RIGHT, IDM_SHIFTLINEDOWN, VIRTKEY, CONTROL, NOINVERT
  330. END
  331. PAGESGROUPACCELTABLE ACCELERATORS MOVEABLE PURE
  332. BEGIN
  333. VK_DELETE, IDM_CLEAR_PAGE, VIRTKEY, CONTROL
  334. VK_BACK, IDM_UNDELETE, VIRTKEY, ALT
  335. "X", IDM_CUT, VIRTKEY, CONTROL
  336. "C", IDM_COPY, VIRTKEY, CONTROL
  337. "V", IDM_PASTE, VIRTKEY, CONTROL
  338. VK_DELETE, IDM_CUT, VIRTKEY, SHIFT
  339. VK_INSERT, IDM_COPY, VIRTKEY, CONTROL
  340. VK_INSERT, IDM_PASTE, VIRTKEY, SHIFT
  341. VK_PRIOR, IDM_PAGE_PREV, VIRTKEY, CONTROL, NOINVERT
  342. VK_NEXT, IDM_PAGE_NEXT, VIRTKEY, CONTROL, NOINVERT
  343. VK_PRIOR, IDM_PAGEUP, VIRTKEY, NOINVERT
  344. VK_NEXT, IDM_PAGEDOWN, VIRTKEY, NOINVERT
  345. VK_PRIOR, IDM_SHIFTPAGEUP, VIRTKEY, SHIFT, NOINVERT
  346. VK_NEXT, IDM_SHIFTPAGEDOWN, VIRTKEY, SHIFT, NOINVERT
  347. VK_HOME, IDM_HOME, VIRTKEY, CONTROL, NOINVERT
  348. VK_END, IDM_END, VIRTKEY, CONTROL, NOINVERT
  349. VK_UP, IDM_LINEUP, VIRTKEY, CONTROL, NOINVERT
  350. VK_DOWN, IDM_LINEDOWN, VIRTKEY, CONTROL, NOINVERT
  351. VK_LEFT, IDM_SHIFTLINEUP, VIRTKEY, CONTROL, NOINVERT
  352. VK_RIGHT, IDM_SHIFTLINEDOWN, VIRTKEY, CONTROL, NOINVERT
  353. VK_RETURN, IDM_PAGE_GOTO, VIRTKEY, NOINVERT
  354. END
  355. /////////////////////////////////////////////////////////////////////////////
  356. //
  357. // Icons
  358. //
  359. IDI_APP ICON DISCARDABLE "res\\wbapp.ico"
  360. /////////////////////////////////////////////////////////////////////////////
  361. //
  362. // Bitmap
  363. //
  364. REMOTEPOINTERANDMASK BITMAP MOVEABLE PURE "res\\rpand.bmp"
  365. REMOTEPOINTERXORDATA BITMAP MOVEABLE PURE "res\\rpxor.bmp"
  366. IDR_TOOLS BITMAP DISCARDABLE "res\\newtools.bmp"
  367. IDM_PAGE_FIRST BITMAP DISCARDABLE "res\\firstp.bmp"
  368. IDM_PAGE_PREV BITMAP DISCARDABLE "res\\prevp.bmp"
  369. IDM_PAGE_NEXT BITMAP DISCARDABLE "res\\nextp.bmp"
  370. IDM_PAGE_LAST BITMAP DISCARDABLE "res\\lastp.bmp"
  371. IDM_PAGE_INSERT_AFTER BITMAP DISCARDABLE "res\\newp.bmp"
  372. /////////////////////////////////////////////////////////////////////////////
  373. //
  374. // Cursor
  375. //
  376. LOCKCURSOR CURSOR DISCARDABLE "res\\lock.cur"
  377. TEXTCURSOR CURSOR DISCARDABLE "res\\text.cur"
  378. PENFREEHANDCURSOR CURSOR DISCARDABLE "res\\draw.cur"
  379. PENCURSOR CURSOR DISCARDABLE "res\\areasel.cur"
  380. HIGHLIGHTFREEHANDCURSOR CURSOR DISCARDABLE "res\\hilite.cur"
  381. GRABCURSOR CURSOR DISCARDABLE "res\\winsel.cur"
  382. DRAGPAGECURSOR CURSOR DISCARDABLE "res\\droppg.cur"
  383. DELETECURSOR CURSOR DISCARDABLE "res\\delete.cur"
  384. /////////////////////////////////////////////////////////////////////////////
  385. //
  386. // AVI
  387. //
  388. WBMOVIE AVI DISCARDABLE "res\\wb.avi"
  389. /////////////////////////////////////////////////////////////////////////////
  390. //
  391. // Data
  392. //
  393. /////////////////////////////////////////////////////////////////////////////
  394. //
  395. // String Table
  396. //
  397. STRINGTABLE DISCARDABLE
  398. BEGIN
  399. IDS_DEFAULT "Whiteboard (1.0 - 2.x)"
  400. IDS_MENU_SYSTEM "Window system menu"
  401. IDS_MENU_FILE "Contains commands for managing Whiteboard documents."
  402. IDS_MENU_EDIT "Contains commands for editing the Whiteboard contents."
  403. IDS_MENU_VIEW "Contains commands for changing window options."
  404. IDS_MENU_TOOLS "Contains commands for drawing on the Whiteboard."
  405. IDS_MENU_OPTIONS "Contains commands for changing text and graphics."
  406. IDS_MENU_HELP "Contains commands for displaying Help."
  407. IDS_MENU_WIDTH "Changes the width of the current drawing tool."
  408. IDS_CLEAR_CAPTION "Clears the current page."
  409. IDS_CLEAR_MESSAGE "Are you sure you want to clear the whole page?"
  410. IDS_ERROR_CAPTION "Error"
  411. IDS_OBJECTSARELOCKED "Another Whiteboard has one or more objects locked on this page."
  412. IDS_PRINT_NAME "Whiteboard contents"
  413. IDS_INITIALIZING "Initializing"
  414. IDS_FONTOPTIONS "Font Options..."
  415. IDS_UNTITLED "Untitled"
  416. IDS_IN_CALL "in use by %d other(s)"
  417. IDS_NOT_IN_CALL "Not in a call"
  418. IDS_TITLE_SEPARATOR " - "
  419. IDS_PASTE "Paste"
  420. IDS_PASTE_ERROR "Whiteboard was unable to paste data from the Clipboard."
  421. IDS_SAVE "Save"
  422. IDS_SAVE_ERROR "Whiteboard was unable to save the file."
  423. IDS_LOCK "Lock"
  424. IDS_LOCK_ERROR "Unable to lock the Whiteboard. Another user may have already locked it."
  425. IDS_DELETE_PAGE "Delete Page"
  426. IDS_DELETE_PAGE_MESSAGE "Are you sure you want to delete the page?"
  427. IDS_FONT_SAMPLE "Shows a sample of how text will appear with the specified font settings"
  428. IDS_COPY "Copies the selection and puts it on the Clipboard"
  429. IDS_COPY_ERROR "Whiteboard was unable to copy the object to the Clipboard."
  430. IDS_SAVE_READ_ONLY "This file is read only. You must save to a different filename."
  431. IDS_JOINING "Joining call"
  432. IDM_SELECT "Selects an area of the Whiteboard page."
  433. IDM_PEN "Draws a free-form line by using the pen color and the selected line width."
  434. IDM_HIGHLIGHT "Draws a free-form line by using the highlight color and the selected line width."
  435. IDM_TEXT "Inserts text into the picture."
  436. IDM_ERASER "Erases an area of the Whiteboard page."
  437. IDM_LINE "Draws a straight line with the selected line width."
  438. IDM_BOX "Draws an unfilled rectangle with the selected line width."
  439. IDM_FILLED_BOX "Draws a filled rectangle."
  440. IDM_ELLIPSE "Draws an unfilled ellipse with the selected line width."
  441. IDM_FILLED_ELLIPSE "Draws a filled ellipse."
  442. IDM_LOCK "Locks or unlocks Whiteboard contents."
  443. IDM_WIDTHS "Changes the width of the pen or highlighter."
  444. IDM_PAGES "Selects a page."
  445. IDM_GOTO_USER_POSITION "Go to this user's current page or position."
  446. IDM_GOTO_USER_POINTER "Go to this user's current pointer page or position."
  447. IDM_ZOOM "Magnifies the page contents."
  448. IDM_WIDTH_1 "Selects smallest line width."
  449. IDM_WIDTH_2 "Selects small line width."
  450. IDM_WIDTH_3 "Selects large line width."
  451. IDM_WIDTH_4 "Selects largest line width."
  452. IDM_GRAB_AREA "Copies an area of the desktop to the Whiteboard page."
  453. IDM_GRAB_WINDOW "Copies a program window to the Whiteboard page."
  454. IDM_PRINT "Prints the Whiteboard contents."
  455. IDM_BRING_TO_TOP "Places selected graphic in the foreground."
  456. IDM_SEND_TO_BACK "Places the selected graphic in the background."
  457. IDM_PAGE_SORTER "Reorders and manages pages."
  458. IDM_DELETE "Deletes the selected graphic."
  459. IDM_UNDELETE "Restores the last deleted graphic."
  460. IDM_PAGE_INSERT_BEFORE "Inserts a new page before the current page."
  461. IDM_PAGE_INSERT_AFTER "Inserts a new page after the current page."
  462. IDM_DELETE_PAGE "Deletes the current page."
  463. IDM_REMOTE "Enables or disables remote pointer."
  464. IDM_SYNC "Synchronizes or unsynchronizes number and position with remote users."
  465. IDM_EXIT "Quits Whiteboard."
  466. IDM_CLEAR_PAGE "Clears the current page."
  467. IDM_FONT "Changes the font used by the text tool."
  468. IDM_SAVE "Saves the active Whiteboard document."
  469. IDM_SAVE_AS "Saves the active Whiteboard document with a new name."
  470. IDM_TOOL_BAR_TOGGLE "Shows or hides the toolbar."
  471. IDM_STATUS_BAR_TOGGLE "Shows or hides the status bar."
  472. IDM_OPEN "Opens a Whiteboard file."
  473. IDM_CUT "Cuts the selection and puts it on the Clipboard."
  474. IDM_COPY "Copies the selection and puts it on the Clipboard."
  475. IDM_PASTE "Inserts the contents of the Clipboard."
  476. IDM_NEW "Clears the Whiteboard contents."
  477. IDM_EDITCOLOR "Changes the color of the current drawing tool."
  478. IDM_SELECTALL "Selects all of the Whiteboard contents."
  479. IDM_ABOUT "Displays program information, version number, and copyright."
  480. IDM_HELP "Opens Help Topics."
  481. SC_RESTORE "Restores the window to normal size."
  482. SC_MOVE "Changes the window position."
  483. SC_SIZE "Changes the window size."
  484. SC_MINIMIZE "Reduces the window to an icon."
  485. SC_MAXIMIZE "Enlarges the window to full size."
  486. SC_CLOSE "Closes the active window and asks if you want to save changes."
  487. IDS_FILTER_ALL "All files (*.*)"
  488. IDS_FILTER_ALL_SPEC "*.*"
  489. IDS_FILTER_WHT "Whiteboard (*.WHT)"
  490. IDS_FILTER_WHT_SPEC "*.WHT"
  491. IDS_EXT_WHT "WHT"
  492. IDS_MSG_TOO_MANY_PAGES "NetMeeting cannot add any more pages to the Whiteboard. Remove some pages, and then try again."
  493. IDS_MSG_CAPTION "Whiteboard Error"
  494. IDS_MSG_DEFAULT "An unexpected error has occurred. Please quit Whiteboard."
  495. IDS_MSG_JOIN_CALL_FAILED
  496. "Whiteboard was not able to join the new meeting. You will not be able to use Whiteboard in this meeting."
  497. IDS_MSG_WINDOWS_RESOURCES "Out of Windows resources."
  498. IDS_MSG_LOCKED "NetMeeting could not perform this task. Another person may be performing a task that has temporarily locked the Whiteboard. Try again later."
  499. IDS_MSG_GRAPHIC_LOCKED "Another user currently has this graphic locked - try again later."
  500. IDS_MSG_NOT_LOCKED "You must have the lock to use this function. Request the lock and try again."
  501. IDS_MSG_BAD_FILE_FORMAT "Whiteboard was unable to open the file. Make sure the file is the correct format, and then try again."
  502. IDS_MSG_BUSY "The Whiteboard is temporarily busy. Please try again later."
  503. IDS_MSG_CM_ERROR "An error occurred accessing the Call Manager. The Whiteboard will be closed."
  504. IDS_MSG_AL_ERROR "An error occurred accessing the Application Loader. Whiteboard cannot start."
  505. IDS_MSG_PRINTER_ERROR "An error occurred while printing."
  506. IDS_MSG_LOAD_FAIL_NO_FP "Whiteboard could not start on the remote computer. It has not been correctly installed."
  507. IDS_MSG_LOAD_FAIL_NO_EXE
  508. "Whiteboard could not start on the remote computer. The program is missing."
  509. IDS_MSG_LOAD_FAIL_BAD_EXE
  510. "Whiteboard could not start on the remote computer. The program has been corrupted."
  511. IDS_MSG_LOAD_FAIL_LOW_MEM
  512. "Whiteboard could not start on the remote computer. The computer is out of resources."
  513. IDS_CANTCLOSE "Whiteboard cannot close because there is a dialog open. You must close the dialogs first."
  514. IDS_CANTGETBMP "There was a problem copying the screen image to the Whiteboard. Try selecting a smaller window or a smaller area."
  515. IDS_LOCKEDTITLE " LOCKED BY: "
  516. IDS_MSG_USERSMIGHTLOSE "This operation may cause other users to lose changes they have made to the current drawing. Other users cannot be automatically warned to save their changes if you continue.\n\nAre you sure you want to continue?"
  517. IDS_HINT_SELECT "Selector"
  518. IDS_HINT_ERASER "Eraser"
  519. IDS_HINT_TEXT "Text"
  520. IDS_HINT_HIGHLIGHT "Highlighter"
  521. IDS_HINT_PEN "Pen"
  522. IDS_HINT_LINE "Line"
  523. IDS_HINT_BOX "Unfilled Rectangle"
  524. IDS_HINT_FBOX "Filled Rectangle"
  525. IDS_HINT_ELLIPSE "Unfilled Ellipse"
  526. IDS_HINT_FELLIPSE "Filled Ellipse"
  527. IDS_HINT_ZOOM_UP "Zoom"
  528. IDS_HINT_ZOOM_DOWN "Reduce"
  529. IDS_HINT_REMOTE_UP "Remote Pointer On"
  530. IDS_HINT_REMOTE_DOWN "Remote Pointer Off"
  531. IDS_HINT_LOCK_UP "Lock Contents"
  532. IDS_HINT_LOCK_DOWN "Unlock Contents"
  533. IDS_HINT_SYNC_UP "Synchronize"
  534. IDS_HINT_SYNC_DOWN "Unsynchronize"
  535. IDS_HINT_GRAB_AREA "Select Area"
  536. IDS_HINT_GRAB_WINDOW "Select Window"
  537. IDS_HINT_WIDTH_1 "Smallest Width"
  538. IDS_HINT_WIDTH_2 "Small Width"
  539. IDS_HINT_WIDTH_3 "Large Width"
  540. IDS_HINT_WIDTH_4 "Largest Width"
  541. IDS_HINT_PAGE_FIRST "First Page"
  542. IDS_HINT_PAGE_PREVIOUS "Previous Page"
  543. IDS_HINT_PAGE_ANY "Page"
  544. IDS_HINT_PAGE_NEXT "Next Page"
  545. IDS_HINT_PAGE_LAST "Last Page"
  546. IDS_HINT_PAGE_INSERT "Insert New Page"
  547. END
  548. /////////////////////////////////////////////////////////////////////////////
  549.