/*
 * This file is part of the OLC On-Line Consulting System.
 * It contains the main routine of the user program, "olc".
 *
 *      Chris VanHaren
 *	Lucien Van Elsen
 *      MIT Project Athena
 *
 * Copyright (c) 1991 by the Massachusetts Institute of Technology
 * For copying and distribution information, see the file "mit-copyright.h".
 *
 *      $Source: /afs/sipb.mit.edu/project/sipb-athena/repository/src/olc/clients/motif/buttons.h,v $
	$Id: buttons.h,v 1.3 1996/06/02 07:55:47 ghudson Exp $
 *      $Author: ghudson $
 */

#include <mit-copyright.h>

#define	NEWQ_BTN	1
#define	CONTQ_BTN	2
#define	STOCK_BTN	3
#define	QUIT_BTN	4
#define	HELP_BTN	5
#define	SEND_NEWQ_BTN	6
#define	CLEAR_BTN	7
#define	SEND_BTN	8
#define	DONE_BTN	9
#define	CANCEL_BTN	10
#define	SAVELOG_BTN	11
#define	MOTD_BTN	12
#define	UPDATE_BTN	13
#define	SEND_MSG_BTN	14
#define	CLEAR_MSG_BTN	15
#define	CLOSE_MSG_BTN	16
