/************************************************************************

Copyright (c) 2000 - 2000 Microsoft Corporation

Module Name :

    resource.h

Abstract :

    Localized strings

Author :

Revision History :

 ***********************************************************************/
//
// 100-199 - globals
// 200-299 - QMgr
// 300-399 - service
// 400-499 - logon
// 500-599 - progdl
//
// 1000-1099 - HTTP protocol
// 1100-1199 - SMB  protocol
// 1200-1299 - multicast protocol
//

#define IDS_SERVICE_NAME                101
#define IDS_SERVICE_DESCRIPTION         102

//
// Registry data for CLogonSubscriber
//
#define IDR_LOGONSUB                    401

//
// Registry data for CLogon2Subscriber
//
#define IDR_LOGON2SUB                   402

//
// subscription strings for CLogonMonitor
//
#define IDS_LOGON_SUB_NAME              403
#define IDS_LOGON_SUB_DESCRIPTION       404
#define IDS_LOGOFF_SUB_NAME             405
#define IDS_LOGOFF_SUB_DESCRIPTION      406
#define IDS_DISCONNECT_SUB_NAME         407
#define IDS_DISCONNECT_SUB_DESCRIPTION  408
#define IDS_RECONNECT_SUB_NAME          409
#define IDS_RECONNECT_SUB_DESCRIPTION   410


