/***************************************************
Copyright (c) Maynard, an Archive Company.  1993

     Name:          skipno.h

     Description:   This file contains the definitions, macros, and function
                    prototypes for the SKIPNO code.

     $Log:   G:\ui\logfiles\skipno.h_v  $

   Rev 1.0   13 Jul 1993 17:04:40   CARLS
Initial revision

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

#ifndef skipno_h
#define skipno_h

#define   SKIPNO_YES_BUTTON            1
#define   SKIPNO_YES_TO_ALL_BUTTON     2
#define   SKIPNO_NO_BUTTON             3
#define   SKIPNO_CANCEL_BUTTON         4
#define   SKIPNO_ABORT                 5

#endif