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.

91 lines
2.5 KiB

  1. //Microsoft Developer Studio generated resource script.
  2. //
  3. #include "windows.h"
  4. #include "msrdprc.h"
  5. /////////////////////////////////////////////////////////////////////////////
  6. // English (U.S.) resources
  7. #ifdef APSTUDIO_INVOKED
  8. /////////////////////////////////////////////////////////////////////////////
  9. //
  10. // TEXTINCLUDE
  11. //
  12. 1 TEXTINCLUDE DISCARDABLE
  13. BEGIN
  14. "resource.h\0"
  15. END
  16. 2 TEXTINCLUDE DISCARDABLE
  17. BEGIN
  18. "\0"
  19. END
  20. 3 TEXTINCLUDE DISCARDABLE
  21. BEGIN
  22. "\r\n"
  23. "\0"
  24. END
  25. #endif // APSTUDIO_INVOKED
  26. /////////////////////////////////////////////////////////////////////////////
  27. //
  28. // Dialog
  29. //
  30. IDD_SECURITY_POPUP DIALOG DISCARDABLE 0, 0, 257, 115
  31. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
  32. CAPTION "Remote Desktop Connection Security Warning"
  33. FONT 8, "MS Shell Dlg"
  34. BEGIN
  35. ICON IDI_ICON_WARN,IDC_STATIC,7,7,21,20
  36. LTEXT "The Remote Desktop has requested a connection to your computer. Do you want to:",
  37. IDC_STATIC,40,7,210,19
  38. CONTROL "Connect your &local disk drives to the remote computer",
  39. IDC_CHECK_ENABLE_DRIVES,"Button",BS_AUTOCHECKBOX |
  40. WS_TABSTOP,40,29,210,13
  41. CONTROL "Connect your local &ports to the remote computer",
  42. IDC_CHECK_ENABLE_PORTS,"Button",BS_AUTOCHECKBOX |
  43. WS_TABSTOP,40,42,210,13
  44. CONTROL "Connect your local &smart card to the remote computer",
  45. IDC_CHECK_ENABLE_SMARTCARDS,"Button",BS_AUTOCHECKBOX |
  46. WS_TABSTOP,40,55,210,12
  47. LTEXT "For security reasons, you may not want to allow this.",
  48. IDC_STATIC,40,75,210,14
  49. DEFPUSHBUTTON "OK",IDOK,147,94,50,14
  50. PUSHBUTTON "Cancel",IDCANCEL,200,94,50,14
  51. END
  52. /////////////////////////////////////////////////////////////////////////////
  53. //
  54. // DESIGNINFO
  55. //
  56. #ifdef APSTUDIO_INVOKED
  57. GUIDELINES DESIGNINFO DISCARDABLE
  58. BEGIN
  59. IDD_SECURITY_POPUP, DIALOG
  60. BEGIN
  61. LEFTMARGIN, 7
  62. RIGHTMARGIN, 250
  63. TOPMARGIN, 7
  64. BOTTOMMARGIN, 93
  65. END
  66. END
  67. #endif // APSTUDIO_INVOKED
  68. /////////////////////////////////////////////////////////////////////////////
  69. //
  70. // Icon
  71. //
  72. // Icon with lowest ID value placed first to ensure application icon
  73. // remains consistent on all systems.
  74. IDI_ICON_WARN ICON DISCARDABLE "warning.ico"
  75. /////////////////////////////////////////////////////////////////////////////