
static struct NewWindow NewWindowStructure1 = {
	205,0,	/* window XY origin relative to TopLeft of screen */
	426,110,	/* window width and height */
	0,1,	/* detail and block pens */
	NULL,	/* IDCMP flags */
	WINDOWSIZING+WINDOWDRAG+WINDOWDEPTH+WINDOWCLOSE+ACTIVATE+NOCAREREFRESH,	/* other window flags */
	NULL,	/* first gadget in gadget list */
	NULL,	/* custom CHECKMARK imagery */
	"InfoData 1",	/* window title */
	NULL,	/* custom screen pointer */
	NULL,	/* custom bitmap */
	30,30,	/* minimum width and height */
	459,120,	/* maximum width and height */
	WBENCHSCREEN	/* destination screen type */
};
