// Borland C++ - (C) Copyright 1991, 1992 by Borland International

// msgwnd.h

// string table definitions
#define IDS_NAME      1

// menu defines
#define IDM_QUIT      101
#define IDM_ABOUT     102
#define IDM_HOME      103

// dialog box resource id'S
#define ABOUT         1

// end msgwnd.h

