home *** CD-ROM | disk | FTP | other *** search
- /************************************************************************/
- /* Apf2.h --- All the stuff needed for the "About" requester */
- /************************************************************************/
-
- struct IntuiText IText_3_10 = {
- 1, 0, JAM2, 7, 123, NULL,
- (UBYTE *) "Jochen, Raimund, H-G-S & Markus.", NULL
- };
-
- struct IntuiText IText_3_9 = {
- 1, 0, JAM2, 6, 113, NULL,
- (UBYTE *) "Greetings to Massa, Bolle, Lars,", &IText_3_10
- };
-
- struct IntuiText IText_3_8 = {
- 1, 0, JAM2, 5, 100, NULL,
- (UBYTE *) "are left unchanged.", &IText_3_9
- };
-
- struct IntuiText IText_3_7 = {
- 1, 0, JAM2, 6, 91, NULL,
- (UBYTE *) "this requester and the docs", &IText_3_8
- };
-
- struct IntuiText IText_3_6 = {
- 1, 0, JAM2, 6, 81, NULL,
- (UBYTE *) "whatever you want, as long as", &IText_3_7
- };
-
- struct IntuiText IText_3_5 = {
- 1, 0, JAM2, 6, 72, NULL,
- (UBYTE *) "The Program is PD, do with it", &IText_3_6
- };
-
- struct IntuiText IText_3_4 = {
- 1, 0, JAM2, 64, 57, NULL,
- (UBYTE *) " 4790 Paderborn (Germany)", &IText_3_5
- };
-
- struct IntuiText IText_3_3 = {
- 1, 0, JAM2, 64, 47, NULL,
- (UBYTE *) " L÷her Str. 2,", &IText_3_4
- };
-
- struct IntuiText IText_3_2 = {
- 1, 0, JAM2, 8, 37, NULL,
- (UBYTE *) "Author: Michael B÷hnisch,", &IText_3_3
- };
-
- struct TextAttr TOPAZ60 = {
- (STRPTR) "topaz.font", TOPAZ_SIXTY, 0, 0
- };
- struct IntuiText IText_3_1 = {
- 1, 0, JAM2, 23, 20, &TOPAZ60,
- (UBYTE *) "Apfelkiste Version " APFEL_VERSION, &IText_3_2
- };
-
- #define IntuiTextList2 IText_3_1
-
- struct NewWindow NW3 = {
- 22, 17, 268, 163, 0, 1, CLOSEWINDOW,
- WINDOWCLOSE + ACTIVATE + NOCAREREFRESH, NULL, NULL,
- (UBYTE *) "Close window to continue", NULL, NULL,
- 5, 5, -1, -1, CUSTOMSCREEN
- };
-