/*
  Author: Frank da Cruz  (fdc@columbia.edu, FDCCU@CUVMA.BITNET),
            The Kermit Project, Columbia University, New York City
          Jeffrey E Altman (jaltman@secure-endpoints.com),
            Secure Endpoints Inc., New York City.

  Copyright (C) 1985, 2004, Trustees of Columbia University in the City of New
  York.
*/

#define RS_ALL          300
#define RS_ICON         RS_ALL
#define RS_MENU         RS_ALL
#define RS_ACCELTABLE   RS_ALL
#define RS_TBMENU       350

#define ST_CLASSNAME      10
#define ST_WINDOWTITLE    11
#define ST_CREATION_ERROR 12

#define MN_FILE 99
/* Defines for MN_FILE menu */
#define MN_EXIT 104

