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.

272 lines
11 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 "windows.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. #ifdef APSTUDIO_INVOKED
  20. /////////////////////////////////////////////////////////////////////////////
  21. //
  22. // TEXTINCLUDE
  23. //
  24. 1 TEXTINCLUDE DISCARDABLE
  25. BEGIN
  26. "resource.h\0"
  27. END
  28. 2 TEXTINCLUDE DISCARDABLE
  29. BEGIN
  30. "#include ""windows.h""\r\n"
  31. "\0"
  32. END
  33. 3 TEXTINCLUDE DISCARDABLE
  34. BEGIN
  35. "1 TYPELIB ""bactrl.tlb""\r\n"
  36. "\0"
  37. END
  38. #endif // APSTUDIO_INVOKED
  39. #ifndef _MAC
  40. /////////////////////////////////////////////////////////////////////////////
  41. //
  42. // Version
  43. //
  44. #if defined(WINNT) || defined(WINNT_ENV)
  45. #include "winver.h"
  46. #endif
  47. #include <ntverp.h>
  48. #define VER_FILETYPE VFT_DLL
  49. #define VER_FILESUBTYPE VFT_UNKNOWN
  50. #define VER_FILEDESCRIPTION_STR "Microsoft Internet Explorer Contacts resources"
  51. #define VER_INTERNALNAME_STR "IECONTLC"
  52. #define VER_ORIGINALFILENAME_STR "IECONTLC.DLL"
  53. #define VER_FILEVERSION_STR VER_PRODUCTVERSION_STR
  54. #define VER_OLESELFREGISTER
  55. #include <common.ver>
  56. #endif // !_MAC
  57. /////////////////////////////////////////////////////////////////////////////
  58. //
  59. // REGISTRY
  60. //
  61. IDR_BLVIEW REGISTRY DISCARDABLE "BLView.rgs"
  62. /////////////////////////////////////////////////////////////////////////////
  63. //
  64. // Menu
  65. //
  66. /////////////////////////////////////////////////////////////////////////////
  67. //
  68. // Icon
  69. //
  70. // Icon with lowest ID value placed first to ensure application icon
  71. // remains consistent on all systems.
  72. IDI_MAINICON ICON DISCARDABLE "blctl.ico"
  73. IDI_ICON ICON DISCARDABLE "blframe.ico"
  74. IDI_HOTICON ICON DISCARDABLE "blframehot.ico"
  75. IDI_WHISTICON ICON DISCARDABLE "blwhist.ico"
  76. /////////////////////////////////////////////////////////////////////////////
  77. //
  78. // Bitmap
  79. //
  80. idbAddrBookHot BITMAP DISCARDABLE "abhot.bmp"
  81. /////////////////////////////////////////////////////////////////////////////
  82. //
  83. // Menu
  84. //
  85. IDR_BA_TITLE_POPUP MENUEX DISCARDABLE
  86. BEGIN
  87. POPUP ""
  88. BEGIN
  89. MENUITEM "Si&gn In", ID_LOGIN_MESSENGER
  90. MENUITEM "Sig&n Out", ID_LOGOFF_MESSENGER
  91. POPUP "My S&tatus", ID_POPUP_MESSENGER_STATUS
  92. BEGIN
  93. MENUITEM "&Online", ID_MESSENGER_ONLINE
  94. MENUITEM "&Busy", ID_MESSENGER_BUSY
  95. MENUITEM "B&e Right Back", ID_MESSENGER_BACK
  96. MENUITEM "&Away", ID_MESSENGER_AWAY
  97. MENUITEM "On The P&hone", ID_MESSENGER_ON_PHONE
  98. MENUITEM "Out To &Lunch", ID_MESSENGER_LUNCH
  99. MENUITEM "Appear O&ffline", ID_MESSENGER_INVISIBLE
  100. END
  101. MENUITEM "&Options", ID_MESSENGER_OPTIONS
  102. MENUITEM "", SEP_MESSENGER, MFT_SEPARATOR
  103. MENUITEM "Send Instant &Message", ID_SEND_INSTANT_MESSAGE
  104. MENUITEM "Send &E-Mail", ID_SEND_MESSAGE
  105. POPUP "&Call", ID_CALL
  106. BEGIN
  107. MENUITEM "&Dial a Phone Number", ID_DIAL_PHONE_NUMBER
  108. MENUITEM "", SEP_PHONE, MFT_SEPARATOR
  109. MENUITEM " ", ID_HOME_PHONE
  110. MENUITEM " ", ID_WORK_PHONE
  111. MENUITEM " ", ID_MOBILE_PHONE
  112. MENUITEM " ", ID_IP_PHONE
  113. END
  114. MENUITEM "", SEP_MESSENGER, MFT_SEPARATOR
  115. MENUITEM "&Add a Contact...", ID_NEW_CONTACT
  116. MENUITEM "Add an On&line Contact...", ID_NEW_ONLINE_CONTACT
  117. MENUITEM "&Delete Contact...", ID_DELETE_CONTACT
  118. MENUITEM "Find &People...", ID_FIND_PEOPLE
  119. MENUITEM "Address Boo&k...", ID_ADDRESS_BOOK
  120. MENUITEM "P&roperties", ID_PROPERTIES
  121. END
  122. END
  123. IDR_POPUP_VIEW MENU DISCARDABLE
  124. BEGIN
  125. POPUP ""
  126. BEGIN
  127. MENUITEM "&Online Contacts", ID_VIEW_ONLINE
  128. MENUITEM "Online && O&ffline Contacts", ID_VIEW_ONANDOFFLINE
  129. MENUITEM "&All Contacts", ID_VIEW_ALL
  130. MENUITEM SEPARATOR
  131. MENUITEM "&Sort by Name", ID_SORT_BY_NAME
  132. MENUITEM "So&rt by Status", ID_SORT_BY_STATUS
  133. MENUITEM SEPARATOR
  134. MENUITEM "Sho&w Online Contacts", ID_SHOW_IM
  135. MENUITEM "&Hide Online Contacts", ID_HIDE_IM
  136. END
  137. END
  138. IDR_BA_DRAGDROP_POPUP MENU DISCARDABLE
  139. BEGIN
  140. POPUP ""
  141. BEGIN
  142. MENUITEM "Save &All Addresses", ID_SAVE_ALL_ADDRESSES
  143. MENUITEM "&Save", ID_SAVE
  144. MENUITEM SEPARATOR
  145. MENUITEM "&Cancel", ID_CANCEL
  146. END
  147. END
  148. IDR_BA_POPUP MENUEX DISCARDABLE
  149. BEGIN
  150. POPUP ""
  151. BEGIN
  152. MENUITEM "Send Instant &Message", ID_SEND_INSTANT_MESSAGE
  153. MENUITEM "Send &E-Mail", ID_SEND_MESSAGE
  154. MENUITEM "", -1, MFT_SEPARATOR
  155. POPUP "&Call", ID_CALL
  156. BEGIN
  157. MENUITEM "&Dial a Phone Number", ID_DIAL_PHONE_NUMBER
  158. MENUITEM "", SEP_PHONE, MFT_SEPARATOR
  159. MENUITEM " ", ID_HOME_PHONE
  160. MENUITEM " ", ID_WORK_PHONE
  161. MENUITEM " ", ID_MOBILE_PHONE
  162. MENUITEM " ", ID_IP_PHONE
  163. END
  164. MENUITEM "", -1, MFT_SEPARATOR
  165. MENUITEM "&Set as Online Contact", ID_SET_ONLINE_CONTACT
  166. MENUITEM "&Delete", ID_DELETE_CONTACT
  167. MENUITEM "P&roperties", ID_PROPERTIES
  168. END
  169. END
  170. /////////////////////////////////////////////////////////////////////////////
  171. //
  172. // String Table
  173. //
  174. STRINGTABLE DISCARDABLE
  175. BEGIN
  176. IDS_PROJNAME "Blctl"
  177. IDS_ADDBUDDY "&Add Buddy"
  178. IDS_SENDMSG "&Send"
  179. idsAthena "Internet Explorer"
  180. END
  181. // BL control strings
  182. STRINGTABLE DISCARDABLE
  183. BEGIN
  184. idsServiceName "Windows Messenger"
  185. idsBADelBLEntry "Would you like to remove '%.64s' from your list of online contacts?"
  186. idsBADelBLABEntry "This will remove '%.64s' from your list of online contacts\n\nWould you like to delete this contact from your Address Book?"
  187. idsBADelABEntry "Would you like to remove '%.64s' from your Address Book?"
  188. idsBADelMultiple "This will remove %d contacts.\nAre you sure you want to delete them?"
  189. idsBAErrExtChars "You can use only ASCII characters for addresses."
  190. idsBADefault " (Online Contact)"
  191. idsBADispStatus " (Pending...)"
  192. idsBAEmail "Double click to send E-Mail to: "
  193. idsBAIMsg "Double click to send Instant Message to: "
  194. idsBAOnline "is online"
  195. idsBAInvisible "is offline"
  196. idsBABusy "is busy"
  197. idsBABack "will be right back"
  198. idsBAAway "is away from computer"
  199. idsBAOnPhone "is on the phone"
  200. idsBALunch "is out to lunch"
  201. idsBAOffline "is offline"
  202. idsBAIdle "is idle"
  203. idsWABExtTitle "Online"
  204. idsChooseName "Please choose a name from the address book."
  205. idsMsgrEmptyList "There are no contacts to display. Click on File to create a new contact."
  206. idsMSNEmptyList "There are no contacts to display using this view. Click on View to show all contacts."
  207. idsBAErrJITFail "Internet Explorer Install on Demand failed to install %s."
  208. idsTitleMenu "File"
  209. idsButtonText "View"
  210. idsInstallText ""
  211. idsAttemptText "Attempting to sign in..."
  212. idsWaitText "Please Wait..."
  213. idsClickText "Click here to see your online contacts"
  214. idsHome " (&Home)"
  215. idsWork " (&Work)"
  216. idsMobile " (&Mobile)"
  217. idsIPPhone " (&IP Phone)"
  218. idsLeftBr " ["
  219. idsRightBr "] "
  220. idsTitle "&Contacts"
  221. idsButtontext "Contacts"
  222. idsToolBar "|F&ile|Vie&w||\0"
  223. idsWabNotFound "The Windows Address Book is not installed on your system which is required to run Contacts. Please install the Windows Address Book by choosing Outlook Express in Internet Explorer Setup."
  224. idsTelFail "An error occurred while attempting to initiate the call. Please verify your internet telephony client is installed and working correctly. For more information about internet telephony in Windows, see Windows Help."
  225. END
  226. #endif // English (U.S.) resources
  227. /////////////////////////////////////////////////////////////////////////////
  228. #ifndef APSTUDIO_INVOKED
  229. /////////////////////////////////////////////////////////////////////////////
  230. //
  231. // Generated from the TEXTINCLUDE 3 resource.
  232. //
  233. 1 TYPELIB "bactrl.tlb"
  234. /////////////////////////////////////////////////////////////////////////////
  235. #endif // not APSTUDIO_INVOKED