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.

221 lines
8.3 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 "winres.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_IPLISTDLG DIALOG DISCARDABLE 200, 100, 225, 132
  24. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
  25. CAPTION "Dialog"
  26. FONT 8, "MS Shell Dlg"
  27. BEGIN
  28. DEFPUSHBUTTON "OK",IDOK,168,111,50,14
  29. PUSHBUTTON "Cancel",IDCANCEL,101,111,50,14
  30. LISTBOX IDC_IPLIST,16,18,186,79,LBS_SORT | LBS_NOINTEGRALHEIGHT |
  31. WS_VSCROLL | WS_TABSTOP
  32. LTEXT "Select an IP address for helper to connect back on:",
  33. IDS_IPSELECTION,15,5,186,11
  34. END
  35. IDD_DELETEMSGDLG DIALOG DISCARDABLE 0, 0, 227, 71
  36. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
  37. CAPTION "Remote Assistance"
  38. FONT 8, "MS Shell Dlg"
  39. BEGIN
  40. DEFPUSHBUTTON "Cancel",2,167,49,50,14
  41. PUSHBUTTON "Delete",1,100,49,50,14
  42. LTEXT "Deleting this invitation prevents the recipient from connecting to your computer.",
  43. IDC_STATIC,51,10,166,18
  44. ICON "",IDC_MSGICON,13,10,21,20
  45. LTEXT "To permanently remove the invitation, click Delete.",
  46. IDC_STATIC,51,31,166,8
  47. END
  48. IDD_STATUSDLG DIALOG DISCARDABLE 0, 0, 251, 95
  49. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
  50. CAPTION "Remote Assistance"
  51. FONT 8, "MS Shell Dlg"
  52. BEGIN
  53. DEFPUSHBUTTON "Cancel",2,100,75,50,14
  54. LTEXT "Inviting your contact to connect to your computer. Please wait for a response...",
  55. IDC_STATIC,49,13,192,18
  56. LTEXT "Creating ticket...",IDC_STATUS,49,38,192,18
  57. LTEXT "To retract the invitation, click Cancel.",IDC_STAMSG,49,56,189,8
  58. ICON IDI_ICONCONNECT,IDC_CONNICON,17,31,20,20
  59. END
  60. IDD_INVITATIONDETAILSDLG DIALOGEX DISCARDABLE 0, 0, 222, 245
  61. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
  62. CAPTION "Remote Assistance"
  63. FONT 8, "MS Shell Dlg"
  64. BEGIN
  65. DEFPUSHBUTTON "Close",IDOK,165,224,50,14
  66. LTEXT "Invitation Details",IDC_TITLE,10,9,205,18
  67. LTEXT "Saved To",IDC_CAP_SAVEDTO,10,33,132,8
  68. LTEXT "Static",IDC_SAVEDTO,10,45,205,17
  69. LTEXT "Expiration time",IDC_CAP_EXPIRY,10,68,132,8
  70. LTEXT "Static",IDC_EXPIRY,10,78,205,17
  71. LTEXT "Status",IDC_CAP_STATUS,10,99,132,8
  72. LTEXT "Static",IDC_DSTATUS,10,111,205,17
  73. LTEXT "Password Protected?",IDC_CAP_PWDPROTECTED,10,132,132,8
  74. LTEXT "Static",IDC_PWDPROTECTED,10,144,205,17
  75. CONTROL "",IDC_STATIC,"Static",SS_BLACKRECT,10,216,205,1
  76. END
  77. #ifdef APSTUDIO_INVOKED
  78. /////////////////////////////////////////////////////////////////////////////
  79. //
  80. // TEXTINCLUDE
  81. //
  82. 1 TEXTINCLUDE DISCARDABLE
  83. BEGIN
  84. "resource.h\0"
  85. END
  86. 2 TEXTINCLUDE DISCARDABLE
  87. BEGIN
  88. "#include ""winres.h""\r\n"
  89. "\0"
  90. END
  91. 3 TEXTINCLUDE DISCARDABLE
  92. BEGIN
  93. "1 TYPELIB ""rcbdyctl.tlb""\r\n"
  94. "\0"
  95. END
  96. #endif // APSTUDIO_INVOKED
  97. // Icon with lowest ID value placed first to ensure application icon
  98. // remains consistent on all systems.
  99. IDI_ICONCONNECT ICON DISCARDABLE "connecticon.ico"
  100. /////////////////////////////////////////////////////////////////////////////
  101. //
  102. // REGISTRY
  103. //
  104. IDR_SMAPI REGISTRY DISCARDABLE "smapi.rgs"
  105. IDR_Setting REGISTRY DISCARDABLE "Setting.rgs"
  106. IDR_IMSESSION REGISTRY DISCARDABLE "IMSession.rgs"
  107. IDR_MSGBOX REGISTRY DISCARDABLE "MsgBox.rgs"
  108. /////////////////////////////////////////////////////////////////////////////
  109. //
  110. // String Table
  111. //
  112. STRINGTABLE DISCARDABLE
  113. BEGIN
  114. IDS_PROJNAME "rcbdyctl"
  115. IDS_RECIPIENT_DESC "Recipient Class"
  116. IDS_RECIPIENTS_DESC "Recipients Class"
  117. IDS_ENUMRECIPIENT_DESC "EnumRecipient Class"
  118. IDS_MAPI_E_FAILURE "One or more unspecified errors occurred during logon."
  119. IDS_MAPI_E_INSUFFICIENT_MEMORY
  120. "There was insufficient memory to proceed. "
  121. IDS_MAPI_E_LOGIN_FAILURE
  122. "There was no default logon, and the user failed to log on successfully when the logon dialog box was displayed."
  123. IDS_MAPI_E_TOO_MANY_SESSIONS
  124. "The user had too many sessions open simultaneously."
  125. IDS_MAPI_E_USER_ABORT "The user canceled the operation."
  126. IDS_MAPI_E_INVALID_SESSION
  127. "An invalid session handle was used for the lhSession parameter."
  128. END
  129. STRINGTABLE DISCARDABLE
  130. BEGIN
  131. IDS_MAPI_E_INVALID_EDITFIELDS
  132. "The value of the nEditFields parameter was outside the range of 0 through 4. No list of recipient entries was returned. "
  133. IDS_MAPI_E_INVALID_RECIPS
  134. "One or more of the recipients in the address list was not valid. No list of recipient entries was returned."
  135. IDS_MAPI_E_NOT_SUPPORTED
  136. "The operation was not supported by the underlying messaging system. "
  137. IDS_MAPI_E_AMBIGUOUS_RECIPIENT
  138. "A recipient matched more than one of the recipient descriptor structures and MAPI_DIALOG was not set."
  139. IDS_MAPI_E_ATTACHMENT_NOT_FOUND "The specified attachment was not found."
  140. IDS_MAPI_E_ATTACHMENT_OPEN_FAILURE
  141. "The specified attachment could not be opened."
  142. IDS_MAPI_E_BAD_RECIPTYPE
  143. "The type of a recipient was not MAPI_TO, MAPI_CC, or MAPI_BCC."
  144. IDS_MAPI_E_TEXT_TOO_LARGE "The text in the message was too large. "
  145. IDS_MAPI_E_TOO_MANY_FILES "There were too many file attachments. "
  146. IDS_MAPI_E_TOO_MANY_RECIPIENTS "There were too many recipients. "
  147. END
  148. STRINGTABLE DISCARDABLE
  149. BEGIN
  150. IDS_MAPI_E_UNKNOWN_RECIPIENT
  151. "A recipient did not appear in the address list. "
  152. IDS_E_FUNC_NOTFOUND
  153. "Could not load the underlying mapi function"
  154. IDS_FRIENDLYTYPENAME "Microsoft Remote Assistance Incident"
  155. IDS_RASYSMENUTIP "Lets you invite a friend to connect to your computer and help you with problems."
  156. IDS_APPNAME "Remote Assistance"
  157. IDS_NOEXCHANGE "Your corporate network configuration does not support using Windows Messenger with Remote Assistance."
  158. END
  159. STRINGTABLE DISCARDABLE
  160. BEGIN
  161. IDS_RA_IM_COMPLETE "Connection established"
  162. IDS_RA_IM_WAITFORCONNECT "Waiting for connection ..."
  163. IDS_RA_IM_APPSHUTDOWN "The Windows Messenger server has stopped responding. Please try to connect again."
  164. IDS_RA_IM_SENDINVITE "Invitation has been sent out..."
  165. IDS_RA_IM_ACCEPTED "Invitation is accepted..."
  166. IDS_RA_IM_DECLINED "The Remote Assistance invitation was declined. You may want to resend the invitation at a later time."
  167. IDS_RA_IM_NOAPP "No application installed ..."
  168. IDS_RA_IM_TERMINATED "Session is terminated"
  169. IDS_RA_IM_CANCELLED "Session is cancelled"
  170. IDS_RA_IM_CONNECTTOEXPERT "Connecting..."
  171. IDS_RA_IM_UNKNOWN "Unknown status..."
  172. END
  173. #endif // English (U.S.) resources
  174. /////////////////////////////////////////////////////////////////////////////
  175. #ifndef APSTUDIO_INVOKED
  176. /////////////////////////////////////////////////////////////////////////////
  177. //
  178. // Generated from the TEXTINCLUDE 3 resource.
  179. //
  180. 1 TYPELIB "rcbdyctl.tlb"
  181. /////////////////////////////////////////////////////////////////////////////
  182. #endif // not APSTUDIO_INVOKED
  183. #include <windows.h>
  184. #include <bldver.h>
  185. #define VER_FILETYPE VFT_APP
  186. #define VER_FILESUBTYPE VFT2_UNKNOWN
  187. #define VER_FILEDESCRIPTION_STR "Microsoft Remote Assistance\0"
  188. #define VER_INTERNALNAME_STR "RCBDYCTL.DLL\0"
  189. #define VER_ORIGINALFILENAME_STR "RCBDYCTL.DLL\0"
  190. #include <common.ver>