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 >
Wrap
Text File
|
1997-04-30
|
278b
|
14 lines
PUSHATTRS;
TextFont(3);
TextSize(10);
NAMEOBJECT('Area Worksheet');
SprdSheet(0,0,10,3);
SprdWidth(12);
SprdAlign(4);
TextFace([bold]);
SprdBorder(FALSE,FALSE,TRUE,FALSE);
LoadCell(1,1,'Name');
LoadCell(1,2,'Projected Area');
LoadCell(1,3,'Actual Area');
POPATTRS;