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.

60 lines
2.1 KiB

  1. //
  2. // arcmlang.rc: multilang capable resources for Autoreconnect dialog
  3. //
  4. // These resources build directly into mstscax.dll
  5. // and also into msrdprc.dll for use in building the SWB (Single Worldwide Binary)
  6. // msrdp.ocx
  7. //
  8. /////////////////////////////////////////////////////////////////////////////
  9. // English (U.S.) resources
  10. /////////////////////////////////////////////////////////////////////////////
  11. //
  12. // Dialog
  13. //
  14. #ifndef OS_WINCE
  15. IDD_ARCDLG DIALOGEX DISCARDABLE 0, 0, 208, 122
  16. STYLE DS_SYSMODAL | DS_SETFOREGROUND | WS_POPUP | WS_BORDER
  17. FONT 8, "MS Shell Dlg"
  18. BEGIN
  19. CONTROL "",IDC_ARC_STATIC_DISCBMP "Static",SS_OWNERDRAW,15,38,64,64
  20. PUSHBUTTON "Cancel",IDCANCEL,161,103,40,12
  21. CONTROL "Reconnecting" ,IDC_TITLE_ARCING ,"Static",SS_OWNERDRAW,7,0,162,26
  22. CONTROL "Flag",IDC_TITLE_FLAG,"Static",SS_OWNERDRAW,176,0,32,26
  23. LTEXT "The connection has been lost. Attempting to reconnect to your session...",
  24. IDC_ARC_STATIC_DESC,68,39,135,26
  25. LTEXT "",IDC_ARC_STATIC_INFO,68,70,130,19
  26. END
  27. #else
  28. IDD_ARCDLG DIALOG DISCARDABLE 0, 0, 208, 122
  29. STYLE DS_SETFOREGROUND | WS_POPUP | WS_BORDER
  30. BEGIN
  31. CONTROL IDI_ARC_DISCON,IDC_ARC_STATIC_DISCBMP,"Static",SS_ICON,15,38,64,64
  32. PUSHBUTTON "Cancel",IDCANCEL,161,103,40,12
  33. CONTROL "Reconnecting" ,IDC_TITLE_ARCING ,"Static",SS_LEFT,7,0,162,26
  34. CONTROL IDB_ARC_WINFLAG8,IDC_TITLE_FLAG,"Static",SS_BITMAP,176,0,32,26
  35. CONTROL "The connection has been lost. Attempting to reconnect to your session...",
  36. IDC_ARC_STATIC_DESC, "Static", SS_LEFT, 68,39,135,26
  37. CONTROL "",IDC_ARC_STATIC_INFO, "Static", SS_LEFT, 68,70,130,19
  38. END
  39. #endif
  40. /////////////////////////////////////////////////////////////////////////////
  41. //
  42. // Strings
  43. //
  44. STRINGTABLE DISCARDABLE
  45. BEGIN
  46. IDS_ARC_TITLE_FACESIZE "Franklin Gothic"
  47. IDS_ARC_TITLE_FACENAME "24"
  48. IDS_ARC_CONATTEMPTS "Connection attempt: %1!d! of %2!d!"
  49. END