/*
**  Colors.h  Version 39.24  (28. August 1993)
**
**  Header-File zum Programm "Colors.c"
**  
**  (c) Copyright 1993 Ralf Seyfarth
**	Alle Rechte vorbehalten
*/


/* Definitionen für Locale-Library */

#define LOCALENAME      "locale.library"
#define CATALOGNAME     "Colors.catalog"

#define MSG_WTITLE_ID	 0L
#define MSG_WTITLE_STR	"Colors"
#define MSG_RED_ID	 1L
#define MSG_RED_STR	"Red"
#define MSG_GREEN_ID	 2L
#define MSG_GREEN_STR	"Green"
#define MSG_BLUE_ID	 3L
#define MSG_BLUE_STR	"Blue"
#define MSG_UNDO_ID	 4L
#define MSG_UNDO_STR	"Undo"
#define MSG_RESET_ID	 5L
#define MSG_RESET_STR	"Reset"
#define MSG_USE_ID	 6L
#define MSG_USE_STR	"Use"
#define MSG_CANCEL_ID	 7L
#define MSG_CANCEL_STR	"Cancel"

#define MSG_ENTRIES	 8

/* Struktur für Locale-Strings */

struct LocText
{
  ULONG  lt_ID;
  UBYTE *lt_Str;
};
