home *** CD-ROM | disk | FTP | other *** search
/ Fifty: Elektronik / FIFTY Elektronik (PS_Computer_Vertrieb).iso / ps8 / fty1017 / gepackt.exe / DISK2 / PLOTSRC.EXE / DARSTEL.PAS < prev    next >
Encoding:
Pascal/Delphi Source File  |  1993-11-10  |  312 b   |  29 lines

  1. {$O+,R-,S-,B-,I+,F+}
  2. Unit Darstel;
  3.  
  4. Interface
  5.  
  6. uses
  7.   Crt,
  8.   Dos,
  9.   StrTool,
  10.   GEDDEFS,
  11.   Libman,
  12.   KEYSCRN,
  13.   PLOTSYS,
  14.   PLOTSTOR,
  15.   PLGLOB,
  16.   PlSteuer,
  17.   PrnInout;
  18.  
  19. Procedure SETMODUS;
  20.  
  21. Procedure Darstellen(Var DatF :Datafile);
  22.  
  23.  
  24. implementation
  25.  
  26. {$I MODI.INC}
  27. {$I DARSTEL.INC}
  28.  
  29. end.