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 >
Wrap
Text File
|
1997-04-30
|
693b
|
29 lines
PenSize(1);
PenPat(2);
FillPat(1);
FillFore(255);
FillBack(0);
PenFore(255);
PenBack(0);
TextFont(1);
TextSize(10);
NameObject('Hook-up Schedule');
SprdSheet(0",0",3,7);
SprdWidth(8);
LoadCell(1,1,'Dimmer');
LoadCell(1,2,'Position');
LoadCell(1,3,'Type');
LoadCell(1,4,'Load');
LoadCell(1,5,'Focus');
LoadCell(1,6,'Color');
SprdWidth(6);
LoadCell(1,7,'# Units');
LoadCell(2,0,'=DATABASE((R IN [''Instruments'']))');
LoadCell(2,1,'=(Instruments.Dimmer)');
LoadCell(2,2,'=(Instruments.Position)');
LoadCell(2,3,'=(Instruments.Type)');
LoadCell(2,4,'=(Instruments.Lamp)');
LoadCell(2,5,'=(Instruments.Focus)');
LoadCell(2,6,'=(Instruments.Color)');
LoadCell(2,7,'1');