#include <stdio.h>
#include <stdlib.h>
#include <winb.h>
#include <te.h>
#include <fntb.h>
#include <gui.h>

extern int	aboutDialogID ;
extern int	aboutMessageID[5] ;
extern int	aboutDButtonID ;
extern int	aboutQuitFunc() ;

#define ALIGN	4
#define OFFSET(type) (sizeof(MMIPACKET) + (sizeof(type)+ALIGN-1)/ALIGN*ALIGN)

/*	MMI_init pf[^	*/

/*	wb_	*/

MMIINIT	initDataABOUTGUI = { "MmiInit",   7, 0 } ;

/* aboutDialogID */

static MMIPACKET d001 = {	&aboutDialogID,
							NULL,
							&MJ_DIALOGL40,
							OFFSET(DIALOGL40),
							MS_NONE
						} ;
static DIALOGL40	d001d = {	MS_BTLEFTL40 | MS_EVMOSONL40,
							 212, 176, 429, 305, 8, 6, 8,
							MS_PANELL40 | MS_BFRAMEL40 | MS_FRAMEL40,
							NULL,   0,   0
						} ;

/* aboutMessageID[0] */

static MMIPACKET d002 = {	&aboutMessageID[0],
							&aboutDialogID,
							&MJ_MSGL40,
							OFFSET(MSGL40),
							MS_NONE
						} ;
static MSGL40	d002d = 	{	MS_CENTERL40 | MS_DSPONLYL40,
							 289, 189, 352, 208, 8,15, 5,
							MS_NONEL40,
							"",
							   0,  16,  16,
							MS_BOLDL40,
							   0,   0
						} ;

/* aboutMessageID[1] */

static MMIPACKET d003 = {	&aboutMessageID[1],
							&aboutDialogID,
							&MJ_MSGL40,
							OFFSET(MSGL40),
							MS_NONE
						} ;
static MSGL40	d003d = 	{	MS_CENTERL40 | MS_DSPONLYL40,
							 241, 219, 400, 238, 8,15, 8,
							MS_NONEL40,
							"Programmed by @g 1995.5",
							   1,  12,  12,
							MS_NONEL40,
							   0,   0
						} ;

/* aboutMessageID[2] */

static MMIPACKET d004 = {	&aboutMessageID[2],
							&aboutDialogID,
							&MJ_MSGL40,
							OFFSET(MSGL40),
							MS_NONE
						} ;
static MSGL40	d004d = 	{	MS_CENTERL40 | MS_DSPONLYL40,
							 248, 245, 393, 264, 8, 6, 8,
							MS_OPAQUEL40,
							NULL,
							   1,  12,  12,
							MS_NONEL40,
							   0,   0
						} ;

/* aboutDButtonID */

static MMIPACKET d005 = {	&aboutDButtonID,
							&aboutDialogID,
							&MJ_DBUTTONL40,
							OFFSET(DBUTTONL40),
							MS_NONE
						} ;
static DBUTTONL40	d005d = {	MS_BTLEFTL40 | MS_EVMOSOFFL40 | MS_EVKEYONL40,
							 352, 272, 415, 295, 5, 7, 8,
							MS_PANELL40 | MS_FRAMEL40,
							aboutQuitFunc,
							0x8012
						} ;

/* aboutMessageID[3] */

static MMIPACKET d006 = {	&aboutMessageID[3],
							&aboutDialogID,
							&MJ_MSGL40,
							OFFSET(MSGL40),
							MS_NONE
						} ;
static MSGL40	d006d = 	{	MS_CENTERL40 | MS_DSPONLYL40,
							 368, 275, 399, 292, 8,15,15,
							MS_NONEL40,
							" ",
							   1,  12,  12,
							MS_NONEL40,
							   0,   0
						} ;

/* aboutMessageID[4] */

static MMIPACKET d007 = {	&aboutMessageID[4],
							&aboutDialogID,
							&MJ_MSGL40,
							0,
							MS_NONE
						} ;
static MSGL40	d007d = 	{	MS_CENTERL40 | MS_DSPONLYL40,
							 289, 189, 352, 208, 8,15, 8,
							MS_NONEL40,
							"",
							   0,  16,  16,
							MS_BOLDL40 | MS_OUTLINEL40,
							  -2,   0
						} ;

