/*++

Copyright (c) 1996  Microsoft Corporation

Module Name:

    resource.h

Abstract:

    Declaration of resource ID constants

Environment:

	Windows NT fax configuration applet

Revision History:

	02/22/96 -davidx-
		Created it.

	dd-mm-yy -author-
		description

--*/


#ifndef _RESOURCE_H_
#define _RESOURCE_H_

//
// String resource IDs
//

#define IDS_FAX                         256
#define IDS_CONFIG_FAX                  257
#define IDS_FAX_CLIENT                  258
#define IDS_CONFIG_FAX_CLIENT           259
#define IDS_FAX_SERVER                  260
#define IDS_CONFIG_FAX_SERVER           261

//
// Icon resource IDs
//

#define IDI_FAX                         256
#define IDI_FAX_CLIENT                  257
#define IDI_FAX_SERVER                  258

#endif	// !_RESOURCE_H_

