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.

135 lines
3.9 KiB

  1. /**INC+**********************************************************************/
  2. /* Header: mstscax.rc */
  3. /* */
  4. /* Purpose: Resource file for Terminal Server Active Client */
  5. /* */
  6. /* Copyright(C) Microsoft Corporation 1997 */
  7. /* */
  8. /****************************************************************************/
  9. //#include "wuires.rc"
  10. #include "axresrc.h"
  11. #include <wuiids.h>
  12. #ifndef OS_WINCE
  13. #include "winver.h"
  14. #include "ntverp.h"
  15. #endif
  16. #include "windows.h"
  17. #define VER_FILETYPE VFT_APP
  18. #define VER_FILESUBTYPE VFT2_UNKNOWN
  19. #define VER_FILEDESCRIPTION_STR "Terminal Services ActiveX Client"
  20. #ifndef REDIST_CONTROL
  21. #define VER_INTERNALNAME_STR "mstscax.dll"
  22. #define VER_ORIGINALFILENAME_STR "mstscax.dll"
  23. #else
  24. #define VER_INTERNALNAME_STR "msrdp.ocx"
  25. #define VER_ORIGINALFILENAME_STR "msrdp.ocx"
  26. #endif
  27. //
  28. // Ensure the control exposes the OLESelfRegister property
  29. //
  30. #define VER_OLESELFREGISTER 1
  31. #ifndef OS_WINCE
  32. #include "common.ver"
  33. #endif
  34. #include "tsaxiids.h"
  35. //
  36. // Icon - this is international and can stay in the exe.
  37. //
  38. UI_IDI_MSTSC_ICON ICON DISCARDABLE "mstsc.ico"
  39. IDB_ARC_DISCON8 BITMAP DISCARDABLE "discico8.bmp"
  40. #ifndef OS_WINCE
  41. IDB_BBAR_TOOLBAR_RIGHT BITMAP DISCARDABLE "toolbar.bmp"
  42. #else
  43. IDB_BBAR_TOOLBAR_RIGHT BITMAP DISCARDABLE "toolbar_ce.bmp"
  44. IDI_ARC_DISCON ICON DISCARDABLE "discon_ce.ico"
  45. #endif
  46. IDB_BBAR_TOOLBAR_LEFT BITMAP DISCARDABLE "bbarpin.bmp"
  47. #ifndef OS_WINCE
  48. IDB_ARC_DISCON24 BITMAP DISCARDABLE "discicon.bmp"
  49. IDB_ARC_BACKGROUND24 BITMAP DISCARDABLE "dlgback24.bmp"
  50. IDB_ARC_WINFLAG24 BITMAP DISCARDABLE "winflag24.bmp"
  51. IDB_ARC_BAND24 BITMAP DISCARDABLE "band16.bmp"
  52. #endif
  53. IDB_ARC_BACKGROUND8 BITMAP DISCARDABLE "dlgback8.bmp"
  54. IDB_ARC_WINFLAG8 BITMAP DISCARDABLE "winflag8.bmp"
  55. IDB_ARC_BAND8 BITMAP DISCARDABLE "band8.bmp"
  56. #ifdef ECP_TIMEBOMB
  57. STRINGTABLE DISCARDABLE
  58. BEGIN
  59. TIMEBOMB_EXPIRED_STR "The Terminal Services ActiveX Client Beta2 evaluation period ended on 1/15/2002.\nPlease upgrade to a newer release version."
  60. END
  61. #endif
  62. STRINGTABLE DISCARDABLE
  63. BEGIN
  64. IDS_RDPDR_PRINT_LOCALDOCNAME "Remote Desktop Redirected Printer Doc"
  65. IDS_RDPDR_CLIP_CLEANTEMPDIR "Cleaning temp directory"
  66. IDS_RDPDR_CLIP_PASTEINFO "Preparing paste information..."
  67. END
  68. //
  69. // Include shared Autoreconnect mlang resources
  70. //
  71. #include "arcmlang.rc"
  72. //
  73. // Redist only resources
  74. //
  75. #ifdef REDIST_CONTROL
  76. #include "msrdprc.rc"
  77. #endif
  78. #ifdef OS_WINCE
  79. #ifdef DEBUG
  80. TRC_IDD_ASSERT DIALOG DISCARDABLE 0, 0, 200, 79
  81. STYLE WS_POPUP | WS_CAPTION | WS_SYSMENU
  82. CAPTION ""
  83. FONT 8, "MS Shell Dlg"
  84. BEGIN
  85. DEFPUSHBUTTON "&Terminate",IDABORT , 10, 59, 50, 14
  86. PUSHBUTTON "&Debug", IDRETRY , 70, 59, 50, 14
  87. PUSHBUTTON "&Ignore", IDIGNORE, 130,59, 50, 14
  88. CTEXT "", TRC_ID_TEXT, 5, 11, 190, 40
  89. END
  90. #endif
  91. STRINGTABLE DISCARDABLE
  92. BEGIN
  93. RDPDR_DEVICENAME "Files"
  94. END
  95. #endif
  96. /////////////////////////////////////////////////////////////////////////////
  97. //
  98. // REGISTRY
  99. //
  100. #ifndef REDIST_CONTROL
  101. IDR_MSTSCAX REGISTRY DISCARDABLE "mstscax.rgs"
  102. #else
  103. IDR_MSTSCAX REGISTRY DISCARDABLE "msrdp.rgs"
  104. #endif
  105. /////////////////////////////////////////////////////////////////////////////
  106. //
  107. // TYPE LIBRARY
  108. //
  109. 1 TYPELIB "mstsax.tlb"