/* f1 - include file for windows */

/* begin definition and declarations for window: w1 */

/* begin definitions of data areas */


#include "/sform/src/sform.h"


/* begin declarations of externals */



/* begin declarations of iodata structures */


/* begin declarations of field structures */

struct SF_FIELD fldlst1[] = {

    SF_ENDFLD
};


/* begin declarations of the window structure */

struct SF_WINDOW w1 = {
    0,22,0,79,
    g,
    SF_NULL,
    &fldlst1
    };



