/*++

Copyright (c) 1993  Microsoft Corporation

Module Name:

    resource.h

Abstract:

    This file contains all manafest contants for TIFFVIEW's resources.

Author:

    Wesley Witt (wesw) 27-June-1995

Environment:

    User Mode

--*/


//
// icons
//
#define IDI_APPICON                     501

#define IDM_PRINT                       101
#define IDM_MAIL                        102
#define IDM_FILEOPEN                    103
#define IDM_PAGE_UP                     104
#define IDM_PAGE_DOWN                   105
#define IDM_PRINT_SETUP                 107
#define IDM_CLOSE                       108
#define IDM_HELP                        109
#define IDM_EXIT                        110
#define IDM_ABOUT                       111

#define IDM_ZOOM                        900
#define IDM_ZOOM_100                    901
#define IDM_ZOOM_90                     902
#define IDM_ZOOM_80                     903
#define IDM_ZOOM_70                     904
#define IDM_ZOOM_60                     905
#define IDM_ZOOM_50                     906
#define IDM_ZOOM_40                     907
#define IDM_ZOOM_30                     908
#define IDM_ZOOM_20                     909
#define IDM_ZOOM_10                     910

#define IDM_TOOLBAR                     301
#define IDM_COOLBAR                     302
#define IDM_STATUSBAR                   303
#define IDM_TOOLTIP                     304

#define FAXVIEW                         601
#define IDB_OPEN_BIG                    602
#define IDB_PRINT_BIG                   603
#define IDB_HELP_BIG                    604
#define IDB_COOLBAR                     605
#define IDB_ZOOM_BIG                    606

#define IDC_DEFAULT_VIEWER              201
#define IDD_VIEWER                      202