/* f - include file for windows */

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

/* begin definitions of data areas */

char w1_f1[5] = "";

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

/* begin declarations of externals */

extern c;
extern d;

/* begin declarations of iodata structures */

struct b w1_ioa = {
    c,
    d,
    e
};

struct c w1_iob = {
    d,
    e,
    f
};

/* begin declarations of field structures */

struct SF_FIELD fldlst1[] = {

    {
    19,0,
    5,
    &w1_ioa,
    "label"
    },

    {
    19,7,
    5,
    &w1_iob,
    &w1_f1
    },

    SF_ENDFLD
};

/* begin declarations of the window structure */

struct SF_WINDOW w = {
    0,22,0,79,
    wa,
    SF_NULL,
    &fldlst1
    };



