Bugzilla Bug 282610: added the files used in conjunction with ntgetpin.c.

Modified Files: Makefile
Added Files: key.ico logo.ico ntgetpin.rc ntresource.h


git-svn-id: svn://10.0.0.236/trunk@170072 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
wtchang%redhat.com 2005-03-02 02:56:41 +00:00
parent 66557be85d
commit e7cc3880bc
5 changed files with 129 additions and 0 deletions

View File

@ -87,3 +87,14 @@ coreconf_hack:
RelEng_bld: coreconf_hack
$(MAKE)
ifeq ($(OS_ARCH), WINNT)
libs install:: ntsvrcore.res
$(NSINSTALL) -m 444 $< $(SOURCE_LIB_DIR)
release_md::
$(INSTALL) -m 444 ntsvrcore.res $(SOURCE_RELEASE_PREFIX)/$(SOURCE_RELEASE_LIB_DIR)
endif
ntsvrcore.res: ntgetpin.rc
rc -fo $@ -i. $<

Binary file not shown.

After

Width:  |  Height:  |  Size: 766 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 766 B

View File

@ -0,0 +1,92 @@
//Microsoft Developer Studio generated resource script.
//
#include "ntresource.h"
#define APSTUDIO_READONLY_SYMBOLS
/////////////////////////////////////////////////////////////////////////////
//
// Generated from the TEXTINCLUDE 2 resource.
//
#include "afxres.h"
/////////////////////////////////////////////////////////////////////////////
#undef APSTUDIO_READONLY_SYMBOLS
/////////////////////////////////////////////////////////////////////////////
// English (U.S.) resources
#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
#ifdef _WIN32
LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
#pragma code_page(1252)
#endif //_WIN32
/////////////////////////////////////////////////////////////////////////////
//
// Dialog
//
IDD_DATABASE_PASSWORD DIALOG DISCARDABLE 0, 0, 269, 90
STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
CAPTION "Netscape Server"
FONT 8, "MS Sans Serif"
BEGIN
EDITTEXT IDEDIT,43,44,129,14,ES_PASSWORD | ES_AUTOHSCROLL
DEFPUSHBUTTON "OK",IDOK,206,11,50,14
PUSHBUTTON "Cancel",IDCANCEL,206,31,50,14
ICON IDI_KEY,IDC_STATIC,9,23,20,20
LTEXT "A PIN is required to access",IDC_STATIC,44,15,119,12
LTEXT "Token Name",IDC_TOKEN_NAME,43,26,132,12
END
/////////////////////////////////////////////////////////////////////////////
//
// Icon
//
// Icon with lowest ID value placed first to ensure application icon
// remains consistent on all systems.
IDI_KEY ICON DISCARDABLE "KEY.ICO"
IDI_LOGO ICON DISCARDABLE "LOGO.ICO"
#ifdef APSTUDIO_INVOKED
/////////////////////////////////////////////////////////////////////////////
//
// TEXTINCLUDE
//
1 TEXTINCLUDE DISCARDABLE
BEGIN
"ntresource.h\0"
END
2 TEXTINCLUDE DISCARDABLE
BEGIN
"#include ""afxres.h""\r\n"
"\0"
END
3 TEXTINCLUDE DISCARDABLE
BEGIN
"\r\n"
"\0"
END
#endif // APSTUDIO_INVOKED
#endif // English (U.S.) resources
/////////////////////////////////////////////////////////////////////////////
#ifndef APSTUDIO_INVOKED
/////////////////////////////////////////////////////////////////////////////
//
// Generated from the TEXTINCLUDE 3 resource.
//
/////////////////////////////////////////////////////////////////////////////
#endif // not APSTUDIO_INVOKED

View File

@ -0,0 +1,26 @@
//{{NO_DEPENDENCIES}}
// Microsoft Developer Studio generated include file.
// Used by ntgetpin.rc
//
#define IDD_DATABASE_PASSWORD 101
#define IDI_KEY 103
#define IDI_LOGO 105
#define IDR_MENU 205
#define IDEDIT 1000
#define IDC_TOKEN_NAME 1001
#define ID_SERVER_RESTART 40001
#define ID_FILE_EXIT 40003
#define ID_SERVER_SHUTDOWN 40004
#define ID_SERVER_SUSPEND 40005
#define ID_SERVER_RESUME 40006
// Next default values for new objects
//
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NEXT_RESOURCE_VALUE 106
#define _APS_NEXT_COMMAND_VALUE 40001
#define _APS_NEXT_CONTROL_VALUE 1006
#define _APS_NEXT_SYMED_VALUE 101
#endif
#endif