Source code of Windows XP (NT5)
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.

164 lines
4.4 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. #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 ""afxres.h""\r\n"
  31. "\0"
  32. END
  33. 3 TEXTINCLUDE DISCARDABLE
  34. BEGIN
  35. "#define _AFX_NO_SPLITTER_RESOURCES\r\n"
  36. "#define _AFX_NO_OLE_RESOURCES\r\n"
  37. "#define _AFX_NO_TRACKER_RESOURCES\r\n"
  38. "#define _AFX_NO_PROPERTY_RESOURCES\r\n"
  39. "\r\n"
  40. "#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)\r\n"
  41. "#ifdef _WIN32\r\n"
  42. "LANGUAGE 9, 1\r\n"
  43. "#pragma code_page(1252)\r\n"
  44. "#endif\r\n"
  45. "#include ""rsrecall.rc2"" // non-Microsoft Visual C++ edited resources\r\n"
  46. "#include ""afxres.rc"" // Standard components\r\n"
  47. "#endif\0"
  48. END
  49. #endif // APSTUDIO_INVOKED
  50. /////////////////////////////////////////////////////////////////////////////
  51. //
  52. // Icon
  53. //
  54. // Icon with lowest ID value placed first to ensure application icon
  55. // remains consistent on all systems.
  56. IDR_MAINFRAME ICON DISCARDABLE "rsrecall.ico"
  57. /////////////////////////////////////////////////////////////////////////////
  58. //
  59. // Dialog
  60. //
  61. IDD_RECALL_NOTE DIALOG FIXED IMPURE 60, 60, 250, 95
  62. STYLE DS_MODALFRAME | DS_NOIDLEMSG | WS_MINIMIZEBOX | WS_POPUP | WS_DISABLED |
  63. WS_CAPTION | WS_SYSMENU
  64. CAPTION "Recalling from Remote Storage"
  65. FONT 8, "MS Shell Dlg"
  66. BEGIN
  67. CONTROL "",IDC_ANIMATION,"SysAnimate32",ACS_TRANSPARENT |
  68. ACS_AUTOPLAY,7,7,236,30
  69. CONTROL "",IDC_FILENAME,"Static",SS_LEFTNOWORDWRAP | SS_NOPREFIX |
  70. WS_GROUP,7,59,236,8
  71. DEFPUSHBUTTON "Cancel",IDCANCEL,193,76,50,14
  72. CONTROL "Please wait while the file is recalled from remote storage.",
  73. IDC_STATIC,"Static",SS_LEFTNOWORDWRAP | SS_NOPREFIX |
  74. WS_GROUP,7,46,236,8
  75. END
  76. /////////////////////////////////////////////////////////////////////////////
  77. //
  78. // REGISTRY
  79. //
  80. IDR_CNotifyClient REGISTRY DISCARDABLE "clientob.rgs"
  81. IDR_CNotifyClientDll REGISTRY DISCARDABLE "clntdll.rgs"
  82. IDR_CNotifyClientApp REGISTRY DISCARDABLE "rsrecall.rgs"
  83. IDR_CNotifyClientAppDll REGISTRY DISCARDABLE "rsrecdll.rgs"
  84. /////////////////////////////////////////////////////////////////////////////
  85. //
  86. // AVI
  87. //
  88. IDR_RECALL_ANIM AVI DISCARDABLE "Recall1.avi"
  89. /////////////////////////////////////////////////////////////////////////////
  90. //
  91. // DESIGNINFO
  92. //
  93. #ifdef APSTUDIO_INVOKED
  94. GUIDELINES DESIGNINFO DISCARDABLE
  95. BEGIN
  96. IDD_RECALL_NOTE, DIALOG
  97. BEGIN
  98. LEFTMARGIN, 7
  99. RIGHTMARGIN, 243
  100. TOPMARGIN, 7
  101. BOTTOMMARGIN, 90
  102. END
  103. END
  104. #endif // APSTUDIO_INVOKED
  105. /////////////////////////////////////////////////////////////////////////////
  106. //
  107. // String Table
  108. //
  109. STRINGTABLE DISCARDABLE
  110. BEGIN
  111. IDS_CANCEL_ERROR "The recall could not be canceled.\nError <0x%p>.\nContact your system administrator."
  112. IDS_CANCEL_ERROR2 "Remote Storage could not be contacted.\nError <0x%p>."
  113. END
  114. #endif // English (U.S.) resources
  115. /////////////////////////////////////////////////////////////////////////////
  116. #ifndef APSTUDIO_INVOKED
  117. /////////////////////////////////////////////////////////////////////////////
  118. //
  119. // Generated from the TEXTINCLUDE 3 resource.
  120. //
  121. #define _AFX_NO_SPLITTER_RESOURCES
  122. #define _AFX_NO_OLE_RESOURCES
  123. #define _AFX_NO_TRACKER_RESOURCES
  124. #define _AFX_NO_PROPERTY_RESOURCES
  125. #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
  126. #ifdef _WIN32
  127. LANGUAGE 9, 1
  128. #pragma code_page(1252)
  129. #endif
  130. #include "rsrecall.rc2" // non-Microsoft Visual C++ edited resources
  131. #include "afxres.rc" // Standard components
  132. #endif
  133. /////////////////////////////////////////////////////////////////////////////
  134. #endif // not APSTUDIO_INVOKED