/**********************************************************************/
/**                       Microsoft Windows NT                       **/
/**                Copyright(c) Microsoft Corp., 1993                **/
/**********************************************************************/

//
//  ftpmgr.rc
//  Resource script for Windows NT FTP Service Manager
//
//  FILE STATUS:
//
//      YiHsinS		18-Mar-93        Created
//

// 
//  Standard include files.
//

#include <windows.h>
#include <bltrc.h>

//
//  Private include files.
//

#include "ftpmgr.h"

//
//  Icons and bitmaps
//
IDI_FTPCPA_ICON ICON   			ftp.ico
BMID_USER       BITMAP  DISCARDABLE     "bitmap\\user.bmp"
BMID_ANONYMOUS  BITMAP  DISCARDABLE     "bitmap\\anonymou.bmp"

// 
//  Menu for FTP Server Manager Extension
//
ID_FTPSMX_MENU MENU
BEGIN
   MENUITEM "&FTP Service",	IDM_FTP_SERVICE
END

//
//  Dialogs
//

#include "ftpmgr.dlg"

//
//  Strings
//

#include "ftpmgr.str"