
static struct NewWindow NewWindowStructure1 = {
	0,120,	/* window XY origin relative to TopLeft of screen */
	360,73,	/* 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 */
	"FileLock",	/* window title */
	NULL,	/* custom screen pointer */
	NULL,	/* custom bitmap */
	20,20,	/* minimum width and height */
	400,100,	/* maximum width and height */
	WBENCHSCREEN	/* destination screen type */
};
