home *** CD-ROM | disk | FTP | other *** search
/ Kosovo Orphans' Appeal Charity CD / KosovoOrphansAppeal.iso / commercialdemos / claresmicrosupplies / schema2 / _schema_2 / graph_p < prev    next >
Text File  |  1994-06-01  |  5KB  |  131 lines

  1. enum graph_menu_vals{  
  2.                   GRAPH_MSTART = 0,    /* Dummy */
  3.                   SGRDR,            /* Save graph as drawfile */
  4.                   PLANTD,        /* Plant graph in cell */
  5.                   PLANTL,        /* Plant graph Live */
  6.                   GRPRINT,          /* Print graph */
  7.                   GRMAG,            /* Magnification */
  8.                   GRTOP,            /* Top item */
  9.                   GRBOTTOM,         /* Bottom item */
  10.                   GRDEL,            /* Delete item */ 
  11.                   GRBGCOL,          /* Bacjground colour */
  12.                   GREDITT,       /* Edit text */
  13.                   GRPOST,     /* Stule of points */
  14.                   GRCOLOUR,         /* Colour of item */
  15.                   GRCOLSEQ,         /* Start of colour sequence */
  16.                   GRFASP,           /* Text aspect ratio */
  17.                   GTCOL,            /* Text colour */
  18.                   GRLICOL,          /* Line colour */
  19.                   GRBCAP,           /* Start cap */
  20.                   GRECAP,           /* End cap */
  21.                   GRFICOL,          /* Fill colour */
  22.                   GRNONE,           /* No dashes */
  23.                   GRDOTS,
  24.                   GRSHORT,
  25.                   GRMEDIUM,
  26.                   GRLONG,
  27.                   GRSIZE8,          /* Text size */
  28.                   GRSIZE10,
  29.                   GRSIZE12,
  30.                   GRSIZE14,
  31.                   GRSIZE18,
  32.                   GRSIZE24,
  33.                   GRSO,
  34.                   GRLEFT,            /* Alignment */
  35.                   GRCENTRE,         
  36.                   GRRIGHT,
  37.                   GRLIT,             /* Thin line */
  38.                   GRLI1,             /* Line thickness */
  39.                   GRLI2,
  40.                   GRLI4,
  41.                   GRLIOT,
  42.                   GRTEXTF,
  43.                   GRFONTM,
  44.                   GRTEXTS,
  45.                   GRLITH,
  46.                   GRZ,
  47.                   GRY,
  48.                   GRX,
  49.                   GRW,
  50.                   GRV,
  51.                   GRU,
  52.                   GRT,
  53.                   GRNEWTEXT,
  54.                   GRNEWLINE,
  55.                   GRNEWBOX,
  56.                   GRNEWFILE,
  57.                   GRSOTHER,
  58.                   GRTASP,
  59.                   GRCOLS,         /* Col sequence writeable item */
  60.                   GRPS,           /* Data set point style */
  61.                   GRPSX,          /* Data set point size */
  62.                   GRPCOL,         /* Data set colour */
  63.                   GRAXLIN,        /* Axis linear */
  64.                   GRAXLOG,        /* Axis logarithmic */
  65.                   GRASO,    /* Area descriptor */
  66.                   GRFILLC,      /* Area fill colour */
  67.                   GRSCSZ,         /* Start cap details */
  68.                   GRSCN,
  69.                   GRSCR,
  70.                   GRSCB,             
  71.                   GRSCT,
  72.                   GRSCS,
  73.                   GRECSZ,         /* End cap details */
  74.                   GRECN,
  75.                   GRECR,
  76.                   GRECB,             
  77.                   GRECT,
  78.                   GRECS,
  79.                   GROLT,         /* Other thickness */
  80.                   GRH,
  81.                   GRB,
  82.                   GRC,
  83.                   GRD,
  84.                   GRJ,
  85.                   GRF,
  86.                   GRPNONE,         /* Point styles */
  87.                   GRPX,
  88.                   GRPPLUS,
  89.                   GRPTRI,
  90.                   GRPDIA,
  91.                   GRPBOX,
  92.                   GRBWZ,            /* Bar width */
  93.                   GRSC,             /* Segment colour */
  94.                   GRBW,
  95.                   GRPSXZ,          /* Point size */
  96.                   GRTDE,           /* Three D effect */
  97.                   GRHSZ,           /* Horizontal size */
  98.                   GRHS,
  99.                   GRVSZ,           /* Vertical size */
  100.                   GRVS,
  101.                   GRGRID,          /* Grid */
  102.                   GRDIMS,          /* Dimensions Dialogue */
  103.                   GRCUT,
  104.                   GRCOPY,
  105.                   GRPASTE,
  106.                   GRSGS,
  107.                   GRCOLSS,
  108.                   GRCOLI,
  109.                   GRCOLISS,
  110.                   GRNEWC,
  111.                   GRNEWE,
  112.                   GRFULL,
  113.                   GRSCALED,
  114.                   GRSQU,
  115.                   GRCS,
  116.                   GRSS,
  117.                   GRTB,
  118.                   GREXPL,
  119.                   GRTAX,
  120.                   GRLWID,
  121.                   GRLDASH,
  122.                   GRSTCAP,
  123.                   GRENCAP,
  124.                   GRCALE,
  125.                   GRCAWI,
  126.                   GRCOST,
  127.                   GRCOLINC,
  128.                   GRSELD,
  129.                   GRAPHM_END       /* Ende der oper */
  130.                };
  131.