#include <stdio.h>
#include <stdlib.h>
#include <winb.h>
#include <te.h>
#include <fntb.h>
#include <gui.h>

extern int	idAboutDlg ;
extern int	idAboutFrameDBtn ;
extern int	idAboutTitleIcon ;
extern int	idAboutOkDBtn ;
extern int	AboutOkDBtnFunc() ;
extern int	idAboutFreeMsg ;

#define ALIGN	4
#define OFFSET(type) (sizeof(MMIPACKET) + (sizeof(type)+ALIGN-1)/ALIGN*ALIGN)

/*	MMI_init 用データ	*/

/*	ヘッダ	*/

MMIINIT	initDataZABOUT = { "MmiInit",  13, 0 } ;

/* idAboutDlg */

static MMIPACKET d001 = {	&idAboutDlg,
							NULL,
							&MJ_DIALOGL40,
							OFFSET(DIALOGL40),
							MS_NONE
						} ;
static DIALOGL40	d001d = {	MS_BTLEFTL40 | MS_EVMOSONL40,
							  62,  98, 355, 311, 8, 6, 8,
							MS_PANELL40 | MS_UFRAMEL40 | MS_FRAMEL40,
							NULL, 800,   0
						} ;

/* idAboutFrameDBtn */

static MMIPACKET d002 = {	&idAboutFrameDBtn,
							&idAboutDlg,
							&MJ_DBUTTONL40,
							OFFSET(DBUTTONL40),
							MS_NONE
						} ;
static DBUTTONL40	d002d = {	MS_BTLEFTL40 | MS_EVMOSOFFL40 | MS_EVKEYONL40 | MS_DSPONLYL40,
							  68, 104, 349, 305, 8, 6, 8,
							MS_DFRAMEL40 | MS_FRAMEL40,
							0,
							0x0000
						} ;

/* idAboutTitleIcon */

static MMIPACKET d003 = {	&idAboutTitleIcon,
							&idAboutDlg,
							&MJ_ICONL40,
							OFFSET(ICONL40),
							MS_NONE
						} ;
static ICONL40	d003d = 	{	MS_BTLEFTL40 | MS_EVMOSOFFL40 | MS_EVKEYONL40 | MS_LEFTL40 | MS_DSPONLYL40,
							 113, 108, 304, 174, 8,12, 8,
							MS_NONEL40,
							0,
							0x0000, 515
						} ;

/* NULL */

static MMIPACKET d004 = {	NULL,
							&idAboutDlg,
							&MJ_MSGL40,
							OFFSET(MSGL40),
							MS_NONE
						} ;
static MSGL40	d004d = 	{	MS_RIGHTL40 | MS_DSPONLYL40,
							  79, 182, 194, 197, 8, 6, 8,
							MS_NONEL40,
							"Morphing algorithm:",
							   1,  12,  12,
							MS_NONEL40,
							   0,   0
						} ;

/* NULL */

static MMIPACKET d005 = {	NULL,
							&idAboutDlg,
							&MJ_MSGL40,
							OFFSET(MSGL40),
							MS_NONE
						} ;
static MSGL40	d005d = 	{	MS_RIGHTL40 | MS_DSPONLYL40,
							  91, 200, 194, 215, 8, 6, 8,
							MS_NONEL40,
							"Interface design:",
							   1,  12,  12,
							MS_NONEL40,
							   0,   0
						} ;

/* NULL */

static MMIPACKET d006 = {	NULL,
							&idAboutDlg,
							&MJ_MSGL40,
							OFFSET(MSGL40),
							MS_NONE
						} ;
static MSGL40	d006d = 	{	MS_LEFTL40 | MS_DSPONLYL40,
							 198, 182, 277, 197, 8, 6, 8,
							MS_NONEL40,
							"EAST, 1994",
							   1,  12,  12,
							MS_NONEL40,
							   0,   0
						} ;

/* NULL */

static MMIPACKET d007 = {	NULL,
							&idAboutDlg,
							&MJ_MSGL40,
							OFFSET(MSGL40),
							MS_NONE
						} ;
static MSGL40	d007d = 	{	MS_LEFTL40 | MS_DSPONLYL40,
							 198, 200, 343, 215, 8, 6, 8,
							MS_NONEL40,
							"Ryosuke Matsuuchi, 1995",
							   1,  12,  12,
							MS_NONEL40,
							   0,   0
						} ;

/* idAboutOkDBtn */

static MMIPACKET d008 = {	&idAboutOkDBtn,
							&idAboutDlg,
							&MJ_DBUTTONL40,
							OFFSET(DBUTTONL40),
							MS_NONE
						} ;
static DBUTTONL40	d008d = {	MS_BTLEFTL40 | MS_EVMOSOFFL40 | MS_EVKEYONL40,
							 177, 272, 240, 295, 8, 6, 8,
							MS_UFRAMEL40 | MS_FRAMEL40,
							AboutOkDBtnFunc,
							0x0000
						} ;

/* NULL */

static MMIPACKET d009 = {	NULL,
							&idAboutDlg,
							&MJ_MSGL40,
							OFFSET(MSGL40),
							MS_NONE
						} ;
static MSGL40	d009d = 	{	MS_CENTERL40 | MS_DSPONLYL40,
							 187, 274, 230, 293, 8, 6, 8,
							MS_NONEL40,
							"確認",
							   1,  12,  12,
							MS_NONEL40,
							   0,   0
						} ;

/* NULL */

static MMIPACKET d010 = {	NULL,
							&idAboutDlg,
							&MJ_MSGL40,
							OFFSET(MSGL40),
							MS_NONE
						} ;
static MSGL40	d010d = 	{	MS_CENTERL40 | MS_DSPONLYL40,
							 151, 155, 266, 170, 8, 6, 8,
							MS_NONEL40,
							"version 1.0",
							   1,  12,  12,
							MS_NONEL40,
							   0,   0
						} ;

/* idAboutFreeMsg */

static MMIPACKET d011 = {	&idAboutFreeMsg,
							&idAboutDlg,
							&MJ_MSGL40,
							OFFSET(MSGL40),
							MS_NONE
						} ;
static MSGL40	d011d = 	{	MS_CENTERL40 | MS_DSPONLYL40,
							  95, 248, 322, 263, 8, 6, 8,
							MS_NONEL40,
							"Free Memory: 1000K",
							   1,  12,  12,
							MS_NONEL40,
							   0,   0
						} ;

/* NULL */

static MMIPACKET d012 = {	NULL,
							&idAboutDlg,
							&MJ_MSGL40,
							OFFSET(MSGL40),
							MS_NONE
						} ;
static MSGL40	d012d = 	{	MS_RIGHTL40 | MS_DSPONLYL40,
							  91, 218, 194, 233, 8, 6, 8,
							MS_NONEL40,
							"MOV format:",
							   1,  12,  12,
							MS_NONEL40,
							   0,   0
						} ;

/* NULL */

static MMIPACKET d013 = {	NULL,
							&idAboutDlg,
							&MJ_MSGL40,
							0,
							MS_NONE
						} ;
static MSGL40	d013d = 	{	MS_LEFTL40 | MS_DSPONLYL40,
							 198, 218, 329, 233, 8, 6, 8,
							MS_NONEL40,
							"Hiroshi Toda, 1994",
							   1,  12,  12,
							MS_NONEL40,
							   0,   0
						} ;

