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

//+-------------------------------------------------------------------------
//
// Microsoft Windows
//
// Copyright (C) Microsoft Corporation, 1997 - 1999
//
// File: softpub.rc
//
//--------------------------------------------------------------------------
#include "..\softpub\resource.h"
/////////////////////////////////////////////////////////////////////////////
//
// Dialog
//
IDD_TRUSTDIALOG DIALOGEX 0, 0, 281, 194
STYLE DS_MODALFRAME | DS_3DLOOK | WS_POPUP | WS_VISIBLE | WS_CAPTION |
WS_SYSMENU
EXSTYLE WS_EX_CONTEXTHELP
CAPTION "Authenticode(tm) Security Technology"
FONT 8, "MS Shell Dlg", 0, 0, 0x1
BEGIN
GROUPBOX "Trusted Publishers and Issuers of Credentials",
IDC_STATIC,7,7,267,160
ICON IDI_TRUSTDB,IDC_STATIC,14,18,20,20
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.",
IDC_STATIC,42,18,221,34
CONTROL "Trust list",IDC_TRUSTLIST,"SysListView32",LVS_REPORT |
LVS_SHOWSELALWAYS | WS_BORDER | WS_TABSTOP | LVS_NOSORTHEADER,
42,59,170,77
PUSHBUTTON "&Remove",IDC_TRUSTREMOVE,217,59,50,14
DEFPUSHBUTTON "OK",IDOK,170,173,50,14
PUSHBUTTON "Cancel",IDCANCEL,224,173,50,14
END
/////////////////////////////////////////////////////////////////////////////
//
// Icon
//
// Icon with lowest ID value placed first to ensure application icon
// remains consistent on all systems.
IDI_TRUSTDB ICON DISCARDABLE "..\\softpub\\trustdb.ico"
/////////////////////////////////////////////////////////////////////////////
//
// String Table
//
STRINGTABLE DISCARDABLE
BEGIN
IDS_OFFICE_YES_BUTTON_TEXT "OK"
IDS_OFFICE_NO_BUTTON_TEXT "Cancel"
IDS_OFFICE_COPYACTION_TEXT
"Do you want to open and view ""%1"" signed on %2 and distributed by:"
IDS_OFFICE_COPYACTION_NOTS_TEXT
"Do you want to open and view ""%1"" signed on an unknown date/time and distributed by:"
IDS_OFFICE_COPYACTION_NOSIGN_TEXT "Do you want to open and view ""%1""?"
IDS_CLOSE "&Close"
IDS_COLUMN_HEADER "Trusted Publishers"
END