home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 March / Chip_1998-03_cd.bin / tema / MINICAD / MC7DEMO / MINICAD.1 / AREA_WKS.MPC < prev    next >
Text File  |  1997-04-30  |  278b  |  14 lines

  1. PUSHATTRS;
  2. TextFont(3);
  3. TextSize(10);
  4. NAMEOBJECT('Area Worksheet');
  5. SprdSheet(0,0,10,3);
  6. SprdWidth(12);
  7. SprdAlign(4);
  8. TextFace([bold]);
  9. SprdBorder(FALSE,FALSE,TRUE,FALSE);
  10. LoadCell(1,1,'Name');
  11. LoadCell(1,2,'Projected Area');
  12. LoadCell(1,3,'Actual Area');
  13. POPATTRS;
  14.