//////////////////////////////////////////////////////////////////////////////
//
// File Name:       Resource.h
//
// Abstract:        Defines resource IDs for resources in faxocm.rc
//
// Environment:     Windows XP / User Mode
//
// Copyright (c) 2000 Microsoft Corporation
//
// Revision History:
//
// Date:        Developer:                Comments:
// -----        ----------                ---------
// 15-Mar-2000  Oren Rosenbloom (orenr)   Created
//////////////////////////////////////////////////////////////////////////////
#ifndef _RESOURCE_H_
#define _RESOURCE_H_

#define FAX_EULA                                100
#define IDI_FAX_ICON                            101
#define IDR_IFAXCONTROL                         102
#define IDC_STATIC                              -1
#define IDS_FAXXP_DISPLAY_NAME                  500
#define IDS_FAXAB_DISPLAY_NAME                  501
#define IDC_DONT_SHOW                           504
#define IDC_INSTALL_FAX_NOW                     505
#define IDS_NEW_DEVICE_TITLE                    508
#define IDS_NEW_DEVICE_SUBTITLE                 509
#define IDC_ANSWER_YES                          511
#define IDC_ANSWER_NO                           512
#define IDD_WHERE_DID_MY_FAX_GO                 513
#define IDC_REMOVE_LINK                         514
#define IDC_OK                                  515

#endif // _RESOURCE_H_

