home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 March / Chip_1998-03_cd.bin / tema / MINICAD / MC7DEMO / MINICAD.1 / CHANLSCH.MPC < prev    next >
Text File  |  1997-04-30  |  727b  |  30 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('Channel Schedule');
  11. SprdSheet(0",0",3,6);
  12. SprdWidth(7);
  13. LoadCell(1,1,'Dimmer');
  14. SprdWidth(8);
  15. LoadCell(1,2,'Position');
  16. SprdWidth(6);
  17. LoadCell(1,3,'Unit');
  18. LoadCell(1,4,'Wattage');
  19. SprdWidth(7);
  20. LoadCell(1,5,'Circuit');
  21. SprdWidth(9);
  22. LoadCell(1,6,'Ganged with');
  23. LoadCell(2,0,'=DATABASE((R IN [''Instruments'']))');
  24. LoadCell(2,1,'=(Instruments.Channel)');
  25. LoadCell(2,2,'=(Instruments.Position)');
  26. LoadCell(2,3,'=(Instruments.''Unit Number'')');
  27. LoadCell(2,4,'=(Instruments.Lamp)');
  28. LoadCell(2,5,'=(Instruments.Circuit)');
  29. LoadCell(2,6,'=(Instruments.''Ganged with'')');
  30.