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.

64 lines
2.4 KiB

  1. //+-------------------------------------------------------------------------
  2. //
  3. // Microsoft Windows
  4. //
  5. // Copyright (C) Microsoft Corporation, 1997 - 1999
  6. //
  7. // File: softpub.rc
  8. //
  9. //--------------------------------------------------------------------------
  10. #include "..\softpub\resource.h"
  11. /////////////////////////////////////////////////////////////////////////////
  12. //
  13. // Dialog
  14. //
  15. IDD_TRUSTDIALOG DIALOGEX 0, 0, 281, 194
  16. STYLE DS_MODALFRAME | DS_3DLOOK | WS_POPUP | WS_VISIBLE | WS_CAPTION |
  17. WS_SYSMENU
  18. EXSTYLE WS_EX_CONTEXTHELP
  19. CAPTION "Authenticode(tm) Security Technology"
  20. FONT 8, "MS Shell Dlg", 0, 0, 0x1
  21. BEGIN
  22. GROUPBOX "Trusted Publishers and Issuers of Credentials",
  23. IDC_STATIC,7,7,267,160
  24. ICON IDI_TRUSTDB,IDC_STATIC,14,18,20,20
  25. LTEXT "You have designated the following software publishers and credentials agencies as trustworthy. Windows applications can install and use software from these publishers or publishers certified by these agencies without asking you first.",
  26. IDC_STATIC,42,18,221,34
  27. CONTROL "Trust list",IDC_TRUSTLIST,"SysListView32",LVS_REPORT |
  28. LVS_SHOWSELALWAYS | WS_BORDER | WS_TABSTOP | LVS_NOSORTHEADER,
  29. 42,59,170,77
  30. PUSHBUTTON "&Remove",IDC_TRUSTREMOVE,217,59,50,14
  31. DEFPUSHBUTTON "OK",IDOK,170,173,50,14
  32. PUSHBUTTON "Cancel",IDCANCEL,224,173,50,14
  33. END
  34. /////////////////////////////////////////////////////////////////////////////
  35. //
  36. // Icon
  37. //
  38. // Icon with lowest ID value placed first to ensure application icon
  39. // remains consistent on all systems.
  40. IDI_TRUSTDB ICON DISCARDABLE "..\\softpub\\trustdb.ico"
  41. /////////////////////////////////////////////////////////////////////////////
  42. //
  43. // String Table
  44. //
  45. STRINGTABLE DISCARDABLE
  46. BEGIN
  47. IDS_OFFICE_YES_BUTTON_TEXT "OK"
  48. IDS_OFFICE_NO_BUTTON_TEXT "Cancel"
  49. IDS_OFFICE_COPYACTION_TEXT
  50. "Do you want to open and view ""%1"" signed on %2 and distributed by:"
  51. IDS_OFFICE_COPYACTION_NOTS_TEXT
  52. "Do you want to open and view ""%1"" signed on an unknown date/time and distributed by:"
  53. IDS_OFFICE_COPYACTION_NOSIGN_TEXT "Do you want to open and view ""%1""?"
  54. IDS_CLOSE "&Close"
  55. IDS_COLUMN_HEADER "Trusted Publishers"
  56. END