home *** CD-ROM | disk | FTP | other *** search
-
- SHORT ABorderVectors1[] = {
- 0,0,
- 116,0,
- 116,15,
- 0,15,
- 0,0
- };
- struct Border ABorder1 = {
- -1,-1,
- 3,0,JAM1,
- 5,
- ABorderVectors1,
- NULL
- };
-
- struct IntuiText AIText1 = {
- 1,0,JAM2,
- 50,3,
- &TOPAZ80,
- (UBYTE *)"OK",
- NULL
- };
-
- struct Gadget AGadget1 = {
- NULL,
- 141,70,
- 115,14,
- NULL,
- RELVERIFY,
- BOOLGADGET,
- (APTR)&ABorder1,
- NULL,
- &AIText1,
- NULL,
- NULL,
- NULL,
- NULL
- };
-
- struct IntuiText AIText6 = {
- 1,0,JAM2,
- 117,56,
- &TOPAZ80,
- (UBYTE *)"Freely Distributable",
- NULL
- };
-
- struct IntuiText AIText5 = {
- 1,0,JAM2,
- 61,46,
- &TOPAZ80,
- (UBYTE *)"Legendary Design Technologies Inc.",
- &AIText6
- };
-
- struct IntuiText AIText4 = {
- 1,0,JAM2,
- 123,36,
- &TOPAZ80,
- (UBYTE *)"Copyright ©1991,92",
- &AIText5
- };
-
- struct IntuiText AIText3 = {
- 1,0,JAM2,
- 97,19,
- &TOPAZ80,
- (UBYTE *)"Written by Syd L. Bolton",
- &AIText4
- };
-
- struct IntuiText AIText2 = {
- 3,0,JAM2,
- 84,3,
- &TOPAZ80,
- (UBYTE *)"StripANSI v1.2 - WB Version",
- &AIText3
- };
-
- #define ATextList AIText2
-
- struct NewWindow AboutWindow = {
- 120,55,
- 400,89,
- 0,1,
- GADGETUP,
- ACTIVATE+NOCAREREFRESH,
- &AGadget1,
- NULL,
- NULL,
- NULL,
- NULL,
- 5,5,
- -1,-1,
- WBENCHSCREEN
- };
-