/*
    Ownerb.h
*/


/*
   Resource ids

   For owner buttons the scheme is to have the base value as the
   normal deslected state, +1 as the selected state and +2 as the 
   disabled state (not used here).  Don't use #define SELECTED UNSELECTED+1 
   as the resource compiler can't cope with it.
*/

#define IDR_BUTTON      200
#define IDR_BUTTONS     201



