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

  1. PenSize(1);
  2. PenPat(2);
  3. FillPat(1);
  4. FillFore(255);
  5. FillBack(0);
  6. PenFore(255);
  7. PenBack(0);
  8. TextFont(1);
  9. TextSize(10);
  10. NameObject('Hook-up Schedule');
  11. SprdSheet(0",0",3,7);
  12. SprdWidth(8);
  13. LoadCell(1,1,'Dimmer');
  14. LoadCell(1,2,'Position');
  15. LoadCell(1,3,'Type');
  16. LoadCell(1,4,'Load');
  17. LoadCell(1,5,'Focus');
  18. LoadCell(1,6,'Color');
  19. SprdWidth(6);
  20. LoadCell(1,7,'# Units');
  21. LoadCell(2,0,'=DATABASE((R IN [''Instruments'']))');
  22. LoadCell(2,1,'=(Instruments.Dimmer)');
  23. LoadCell(2,2,'=(Instruments.Position)');
  24. LoadCell(2,3,'=(Instruments.Type)');
  25. LoadCell(2,4,'=(Instruments.Lamp)');
  26. LoadCell(2,5,'=(Instruments.Focus)');
  27. LoadCell(2,6,'=(Instruments.Color)');
  28. LoadCell(2,7,'1');
  29.