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.

376 lines
12 KiB

  1. //Microsoft Developer Studio generated resource script.
  2. //
  3. #include "resource.h"
  4. #include "windows.h"
  5. #include "version.h"
  6. #include "help_ids.h"
  7. #define APSTUDIO_READONLY_SYMBOLS
  8. /////////////////////////////////////////////////////////////////////////////
  9. //
  10. // Generated from the TEXTINCLUDE 2 resource.
  11. //
  12. #include "resource.h"
  13. #define APSTUDIO_HIDDEN_SYMBOLS
  14. #include "windows.h"
  15. #undef APSTUDIO_HIDDEN_SYMBOLS
  16. #include "version.h"
  17. #include "help_ids.h"
  18. /////////////////////////////////////////////////////////////////////////////
  19. // English (U.S.) resources
  20. #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
  21. #ifdef _WIN32
  22. LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
  23. #pragma code_page(1252)
  24. #endif //_WIN32
  25. /////////////////////////////////////////////////////////////////////////////
  26. //
  27. // Version
  28. //
  29. #define VER_DESCRIPTION_STR "NetMeeting Chat\0"
  30. #define VER_INTERNALNAME_STR "nmchat\0"
  31. #define VER_ORIGNAME_STR "nmchat.dll\0"
  32. #define VER_FILETYPE VFT_DLL
  33. #include <version.rc>
  34. /////////////////////////////////////////////////////////////////////////////
  35. //
  36. // Bitmap
  37. //
  38. IDB_CHAT_SMALL_ICON_IMAGES BITMAP DISCARDABLE "..\\res\\SmIcons.bmp"
  39. /////////////////////////////////////////////////////////////////////////////
  40. //
  41. // Icon
  42. //
  43. // Icon with lowest ID value placed first to ensure application icon
  44. // remains consistent on all systems.
  45. CHAT_ICON ICON DISCARDABLE "..\\res\\chat.ico"
  46. IDB_SENDCHAT BITMAP DISCARDABLE "..\\res\\sendchat.bmp"
  47. FORMATSINGLE_ICON ICON DISCARDABLE "..\\res\\single.ico"
  48. FORMATWRAP_ICON ICON DISCARDABLE "..\\res\\wrap.ico"
  49. FORMATWRAPNEW_ICON ICON DISCARDABLE "..\\res\\wrap_new.ico"
  50. /////////////////////////////////////////////////////////////////////////////
  51. //
  52. // Menu
  53. //
  54. IDR_MENU_CHAT_WITHFILE MENU DISCARDABLE
  55. BEGIN
  56. POPUP "&File"
  57. BEGIN
  58. MENUITEM "S&end Message\tEnter", ID_SEND_MESSAGE
  59. MENUITEM SEPARATOR
  60. MENUITEM "&Save", ID_FILE_SAVE
  61. MENUITEM "Save &As...", ID_FILE_SAVEAS
  62. MENUITEM SEPARATOR
  63. MENUITEM "&Print", ID_FILE_PRINT
  64. MENUITEM SEPARATOR
  65. MENUITEM "E&xit", ID_FILE_EXIT
  66. END
  67. POPUP "&Edit"
  68. BEGIN
  69. MENUITEM "Cu&t\tCtrl+X", ID_EDIT_CUT
  70. MENUITEM "&Copy\tCtrl+C", ID_EDIT_COPY
  71. MENUITEM "&Paste\tCtrl+V", ID_EDIT_PASTE
  72. MENUITEM SEPARATOR
  73. MENUITEM "C&lear All", ID_EDIT_CLEARALL
  74. END
  75. POPUP "&View"
  76. BEGIN
  77. MENUITEM "&Status Bar", ID_VIEW_STATUSBAR
  78. MENUITEM "&Edit Window", ID_VIEW_EDITWINDOW
  79. MENUITEM "&Options...", ID_VIEW_OPTIONS
  80. END
  81. POPUP "&Help"
  82. BEGIN
  83. MENUITEM "&Help Topics", ID_HELP_HELPTOPICS
  84. MENUITEM SEPARATOR
  85. MENUITEM "&About Chat", ID_HELP_ABOUTCHAT
  86. END
  87. END
  88. /////////////////////////////////////////////////////////////////////////////
  89. //
  90. // DESIGNINFO
  91. //
  92. #ifdef APSTUDIO_INVOKED
  93. GUIDELINES DESIGNINFO DISCARDABLE
  94. BEGIN
  95. IDD_CHAT_PRINT, DIALOG
  96. BEGIN
  97. LEFTMARGIN, 7
  98. RIGHTMARGIN, 108
  99. TOPMARGIN, 7
  100. BOTTOMMARGIN, 59
  101. END
  102. IDD_CHAT_ABOUT, DIALOG
  103. BEGIN
  104. LEFTMARGIN, 7
  105. RIGHTMARGIN, 299
  106. TOPMARGIN, 7
  107. BOTTOMMARGIN, 102
  108. END
  109. IDD_CHAT_OPTIONS, DIALOG
  110. BEGIN
  111. LEFTMARGIN, 7
  112. RIGHTMARGIN, 267
  113. VERTGUIDE, 14
  114. VERTGUIDE, 34
  115. VERTGUIDE, 38
  116. VERTGUIDE, 114
  117. VERTGUIDE, 118
  118. VERTGUIDE, 211
  119. VERTGUIDE, 218
  120. VERTGUIDE, 260
  121. TOPMARGIN, 7
  122. BOTTOMMARGIN, 272
  123. HORZGUIDE, 21
  124. HORZGUIDE, 30
  125. HORZGUIDE, 34
  126. HORZGUIDE, 43
  127. HORZGUIDE, 47
  128. HORZGUIDE, 56
  129. HORZGUIDE, 61
  130. HORZGUIDE, 70
  131. HORZGUIDE, 84
  132. HORZGUIDE, 94
  133. HORZGUIDE, 105
  134. HORZGUIDE, 109
  135. HORZGUIDE, 120
  136. HORZGUIDE, 130
  137. HORZGUIDE, 134
  138. HORZGUIDE, 144
  139. HORZGUIDE, 155
  140. HORZGUIDE, 170
  141. HORZGUIDE, 184
  142. HORZGUIDE, 198
  143. HORZGUIDE, 202
  144. HORZGUIDE, 216
  145. HORZGUIDE, 220
  146. HORZGUIDE, 235
  147. HORZGUIDE, 239
  148. HORZGUIDE, 249
  149. HORZGUIDE, 253
  150. HORZGUIDE, 259
  151. END
  152. END
  153. #endif // APSTUDIO_INVOKED
  154. /////////////////////////////////////////////////////////////////////////////
  155. //
  156. // Dialog
  157. //
  158. IDD_CHAT_PRINT DIALOG DISCARDABLE 0, 0, 115, 66
  159. STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION
  160. CAPTION "NetMeeting Chat"
  161. FONT 8, "Ms Shell Dlg"
  162. BEGIN
  163. DEFPUSHBUTTON "&Cancel",IDCANCEL,41,45,32,14
  164. CTEXT "Printing Chat Log File",IDC_CHAT_PRINT_STATIC,7,15,101,
  165. 15
  166. END
  167. IDD_CHAT_ABOUT DIALOGEX DISCARDABLE 0, 0, 210, 81
  168. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
  169. CAPTION "About Chat"
  170. FONT 8, "Ms Shell Dlg", 0, 0, 0x1
  171. BEGIN
  172. ICON CHAT_ICON,-1,
  173. 6, 7, 18, 20
  174. LTEXT "Chat",65534,
  175. 39, 7, 164, 10
  176. LTEXT VER_PRODUCTNAME_STR,-3,
  177. 39, 19, 164, 10
  178. LTEXT "Version %s (%s)",IDC_CHAT_ABOUT_VERSION,
  179. 39, 31, 164, 10
  180. LTEXT VER_COPYRIGHT_STR,-7,
  181. 39, 43, 164, 10
  182. DEFPUSHBUTTON "OK",IDOK,
  183. 80, 60, 50, 14
  184. END
  185. IDD_CHAT_OPTIONS DIALOGEX 0, 0, 274, 279
  186. STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
  187. EXSTYLE WS_EX_CONTEXTHELP | WS_EX_CONTROLPARENT
  188. CAPTION "Options"
  189. FONT 8, "Ms Shell Dlg", 0, 0, 0x1
  190. BEGIN
  191. GROUPBOX "Information display",IDR_MESSAGE_GROUP,7,7,260,54
  192. CONTROL "Person's &name",IDC_INCLUDE_NAME,"Button",
  193. BS_AUTOCHECKBOX | WS_TABSTOP,14,20,60,10
  194. CONTROL "&Date",IDC_INCLUDE_DATE,"Button",BS_AUTOCHECKBOX |
  195. WS_TABSTOP,14,33,60,10
  196. CONTROL "&Time",IDC_INCLUDE_TIME,"Button",BS_AUTOCHECKBOX |
  197. WS_TABSTOP,14,46,60,10
  198. GROUPBOX "Message format",IDC_HEADER_GROUP,7,67,260,91
  199. ICON FORMATSINGLE_ICON,IDC_FORMATSINGLE,14,81,20,20,
  200. SS_REALSIZEIMAGE
  201. ICON FORMATWRAP_ICON,IDC_FORMATWRAP,14,105,20,20
  202. ICON FORMATWRAPNEW_ICON,IDC_FORMATWRAPNEW,14,130,20,20
  203. CONTROL "&Entire message is on one line",IDR_SINGLE_LINE,"Button",
  204. BS_AUTORADIOBUTTON | WS_GROUP | WS_TABSTOP,38,85,222,10
  205. CONTROL "&Wrap (message appears next to information display)",
  206. IDR_SAME_LINE,"Button",BS_AUTORADIOBUTTON | WS_TABSTOP,
  207. 38,107,223,18
  208. CONTROL "Wr&ap (message appears below information display)",
  209. IDR_NEW_LINE,"Button",BS_AUTORADIOBUTTON | WS_TABSTOP,38,
  210. 131,217,18
  211. GROUPBOX "Fonts",IDC_FONTS_GROUP,7,167,260,86
  212. PUSHBUTTON "&Received Messages",IDC_FONT_MSGIN,14,180,100,14
  213. EDITTEXT IDC_EDIT_MSGIN,118,180,142,14,ES_AUTOHSCROLL |
  214. ES_READONLY | NOT WS_TABSTOP
  215. PUSHBUTTON "Received Private &Messages",IDC_FONT_PRIVATEIN,14,198,
  216. 100,14
  217. EDITTEXT IDC_EDIT_PRIVATEIN,118,198,142,14,ES_AUTOHSCROLL |
  218. ES_READONLY | NOT WS_TABSTOP
  219. PUSHBUTTON "&Sent Messages",IDC_FONT_MSGOUT,14,216,100,14
  220. EDITTEXT IDC_EDIT_MSGOUT,118,216,142,15,ES_AUTOHSCROLL |
  221. ES_READONLY | NOT WS_TABSTOP
  222. PUSHBUTTON "Sent &Private Messages",IDC_FONT_PRIVATEOUT,14,235,100,
  223. 14
  224. EDITTEXT IDC_EDIT_PRIVATEOUT,118,235,142,14,ES_AUTOHSCROLL |
  225. ES_READONLY | NOT WS_TABSTOP
  226. DEFPUSHBUTTON "OK",IDOK,161,258,50,14
  227. PUSHBUTTON "Cancel",IDCANCEL,217,258,50,14
  228. END
  229. /////////////////////////////////////////////////////////////////////////////
  230. //
  231. // Cursor
  232. //
  233. IDC_SPLITV CURSOR DISCARDABLE "..\\res\\splitv.cur"
  234. /////////////////////////////////////////////////////////////////////////////
  235. //
  236. // Accelerator
  237. //
  238. IDR_ACCELERATOR ACCELERATORS DISCARDABLE
  239. BEGIN
  240. VK_RETURN, ID_SEND_MESSAGE, VIRTKEY, NOINVERT
  241. VK_TAB, ID_NAV_TAB, VIRTKEY, NOINVERT
  242. VK_TAB, ID_NAV_SHIFT_TAB, VIRTKEY, SHIFT, NOINVERT
  243. END
  244. /////////////////////////////////////////////////////////////////////////////
  245. //
  246. // String Table
  247. //
  248. STRINGTABLE DISCARDABLE
  249. BEGIN
  250. IDS_TOOLTIP_SEND_MESSAGE "Send Message"
  251. IDS_VIEW_TOOLBAR_HELP "Shows or hides the toolbar"
  252. IDS_VIEW_STATUSBAR_HELP "Shows or hides the status bar"
  253. IDS_HELPTEXT_CHAT_FILE_SEND_MESSAGE "Sends a new message to another person"
  254. IDS_HELPTEXT_CHAT_FILE_SAVE "Saves the current messages"
  255. IDS_HELPTEXT_CHAT_FILE_SAVEAS "Saves the current messages to a new file"
  256. IDS_HELPTEXT_CHAT_FILE_PRINT "Print the current messages"
  257. IDS_HELPTEXT_CHAT_FILE_EXIT "Quits Chat"
  258. IDS_HELPTEXT_CHAT_FILE "Save, print message or quit Chat"
  259. END
  260. STRINGTABLE DISCARDABLE
  261. BEGIN
  262. IDS_SYSTEM_HELP "Moves, sizes, or closes the window"
  263. IDS_MINIMIZE_HELP "Reduces the window to an icon"
  264. IDS_SIZE_HELP "Changes the window size"
  265. IDS_MOVE_HELP "Changes the window position"
  266. IDS_MAXIMIZE_HELP "Enlarges the window to full size"
  267. IDS_RESTORE_HELP "Restores the window to normal size"
  268. IDS_CLOSE_HELP "Closes the window"
  269. END
  270. STRINGTABLE DISCARDABLE
  271. BEGIN
  272. IDS_HELPTEXT_CHAT_VIEW "Contains commands for customizing this window"
  273. IDS_HELPTEXT_CHAT_HELP "Contains commands for getting help"
  274. IDS_HELPTEXT_CHAT_EDIT "Contains commands for modifying message text"
  275. IDS_HELPTEXT_CHAT_VIEW_EDITWINDOW "Shows or hides the message entry area"
  276. IDS_CHAT_DOCUMENTNAME "NetMeeting Chat Log"
  277. IDS_CHAT_HEADER "NetMeeting Chat Log\nPrinted "
  278. IDS_CHAT_SAVE_PRIVATE_TO "[Private to %s] "
  279. IDS_CHAT_SAVE_PRIVATE "[Private] "
  280. IDS_CHAT_CREATE_DIRECTORY
  281. "The directory %s does not exist. Would you like to create it?"
  282. IDS_CHAT_COULD_NOT_CREATE_DIR "Could not create directory %s"
  283. IDS_CHAT_SAVE_ACCESS_DENIED "You do not have access to %s"
  284. IDS_CHAT_SAVE_FAILED "Could not save chat log as %s"
  285. IDS_CHAT_CONF_OVER_SAVE "Your chat has ended. Would you like to save a log of the messages?"
  286. IDS_CHAT_MB_TITLE "NetMeeting Chat"
  287. END
  288. STRINGTABLE DISCARDABLE
  289. BEGIN
  290. IDS_UNKNOWN_PERSON "another person"
  291. IDS_FILTER_ALL "Everyone In Chat "
  292. END
  293. STRINGTABLE DISCARDABLE
  294. BEGIN
  295. IDS_CHAT_NOT_IN_CALL_WINDOW_CAPTION "Chat - Not in a call"
  296. IDS_CHAT_IN_CALL_WINDOW_CAPTION "Chat - chatting with %d other(s)"
  297. IDS_CHAT_STATUS_CHAT_ACTIVE "Chat is active"
  298. IDS_CHAT_STATUS_CHAT_NOT_ACTIVE "Chat is not active"
  299. IDS_CHAT_SENDTO "Send To:"
  300. IDS_PRIVATE "private"
  301. IDS_TO "to "
  302. END
  303. STRINGTABLE DISCARDABLE
  304. BEGIN
  305. IDS_CHAT_MESSAGE "Message:"
  306. IDS_CHAT_SAVE_FILTER_STRING "Chat Files (*.htm;*.html)|*.htm;*.html|Text Files (*.doc;*.txt)|*.doc;*.txt|All Files (*.*)|*.*||"
  307. IDS_HELPTEXT_HELP_HELPTOPICS "Opens help topics"
  308. IDS_HELPTEXT_EDIT_CUT "Cuts the selection and moves it to the clipboard"
  309. IDS_HELPTEXT_EDIT_COPY "Copies the selection to the clipboard"
  310. IDS_HELPTEXT_EDIT_PASTE "Inserts the clipboard contents at the insertion point"
  311. IDS_HELPTEXT_OPTIONS_FONT "Changes the appearance of the messages"
  312. IDS_HELPTEXT_OPTIONS_CHATFORMAT "Changes the way messages appear on the screen"
  313. IDS_HELPTEXT_HELP_ABOUTCHAT "Displays program information, version number, and copyright"
  314. IDS_HELPTEXT_EDIT_CLEARALL "Saves and clears the current messages"
  315. END
  316. STRINGTABLE DISCARDABLE
  317. BEGIN
  318. IDS_CHAT_SAVE_DEF_EXT "*.htm"
  319. IDS_CHAT_ICON_LABEL "Chat"
  320. IDS_CHAT_OPTIONS_FONT_FORMAT "%d Point, %s"
  321. IDS_HELPTEXT_CHAT_VIEW_OPTIONS
  322. "Contains command for formatting Chat messages"
  323. IDS_CHAT_CONF_ENDED "==> Conference Ended <=="
  324. IDS_NETMEETING_CHAT "NetMeeting Chat"
  325. IDS_SAVE_CHANGES_TO_CHAT_BEFORE_EXITING "Save changes to chat?"
  326. END
  327. #endif // English (U.S.) resources
  328. /////////////////////////////////////////////////////////////////////////////
  329.