
static struct NewWindow NewWindowStructure1 = {
	0,33,	/* window XY origin relative to TopLeft of screen */
	458,131,	/* 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 */
	"FileInfoBlock 1",	/* window title */
	NULL,	/* custom screen pointer */
	NULL,	/* custom bitmap */
	20,20,	/* minimum width and height */
	450,150,	/* maximum width and height */
	WBENCHSCREEN	/* destination screen type */
};


/* end of PowerWindows source generation */
