home *** CD-ROM | disk | FTP | other *** search
/ Media Share 9 / MEDIASHARE_09.ISO / cprog / blx21.zip / OWLPRT.ARJ / PRTPAS.ARJ / IDS.PAS next >
Pascal/Delphi Source File  |  1991-10-18  |  148b  |  14 lines

  1. unit ids;
  2.  
  3. interface
  4.  
  5. const
  6.  
  7.     id_Menu    =    100;
  8.     cm_FilePrint    =    101;
  9.     cm_FilePrinterSetup    =    102;
  10.     cm_FileExit    =    103;
  11. implementation
  12.  
  13. end.
  14.