home *** CD-ROM | disk | FTP | other *** search
- #ifndef FONTVIEWQ_H
- #define FONTVIEWQ_H
-
-
- /****************************************************************************/
-
-
- /* This file was created automatically by CatComp.
- * Do NOT edit by hand!
- */
-
-
- #ifndef EXEC_TYPES_H
- #include <exec/types.h>
- #endif
-
-
- /****************************************************************************/
-
-
- #define MSG_CXDESCR 0
- #define MSG_CXDESCR_STR "shows a table of characters"
-
- #define MSG_FONTSEL 1
- #define MSG_FONTSEL_STR "Select _Font..."
-
- #define MSG_PAGE 2
- #define MSG_PAGE_STR "Page:"
-
- #define MSG_DECIMAL 3
- #define MSG_DECIMAL_STR "Decimal:"
-
- #define MSG_CHAR 4
- #define MSG_CHAR_STR "Character:"
-
- #define MSG_STROKE 5
- #define MSG_STROKE_STR "Keystroke:"
-
- #define MSG_HIDE 6
- #define MSG_HIDE_STR "_Hide"
-
- #define MSG_QUIT 7
- #define MSG_QUIT_STR "_Quit"
-
- #define MSG_ABORT_GAD 8
- #define MSG_ABORT_GAD_STR "Abort Program"
-
- #define MSG_CONTI_GAD 9
- #define MSG_CONTI_GAD_STR "Continue"
-
- #define MSG_NOTFOUND 10
- #define MSG_NOTFOUND_STR "Couldn't find %s"
-
- #define MSG_NOMEMORY 11
- #define MSG_NOMEMORY_STR "Not enough memory"
-
- #define MSG_INITFAIL 12
- #define MSG_INITFAIL_STR "Initialization failed"
-
- #define MSG_NOWINDOW 13
- #define MSG_NOWINDOW_STR "Couldn't open window"
-
- #define MSG_CHOOSEFONT 14
- #define MSG_CHOOSEFONT_STR "Select font"
-
-
- /****************************************************************************/
-
-
- #ifdef STRINGARRAY
-
- struct AppString
- {
- LONG as_ID;
- STRPTR as_Str;
- };
-
- struct AppString AppStrings[] =
- {
- {MSG_CXDESCR,MSG_CXDESCR_STR},
- {MSG_FONTSEL,MSG_FONTSEL_STR},
- {MSG_PAGE,MSG_PAGE_STR},
- {MSG_DECIMAL,MSG_DECIMAL_STR},
- {MSG_CHAR,MSG_CHAR_STR},
- {MSG_STROKE,MSG_STROKE_STR},
- {MSG_HIDE,MSG_HIDE_STR},
- {MSG_QUIT,MSG_QUIT_STR},
- {MSG_ABORT_GAD,MSG_ABORT_GAD_STR},
- {MSG_CONTI_GAD,MSG_CONTI_GAD_STR},
- {MSG_NOTFOUND,MSG_NOTFOUND_STR},
- {MSG_NOMEMORY,MSG_NOMEMORY_STR},
- {MSG_INITFAIL,MSG_INITFAIL_STR},
- {MSG_NOWINDOW,MSG_NOWINDOW_STR},
- {MSG_CHOOSEFONT,MSG_CHOOSEFONT_STR},
- };
-
-
- #endif /* STRINGARRAY */
-
-
- /****************************************************************************/
-
-
- #endif /* FONTVIEWQ_H */
-