home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1998 May / Pcwk5b98.iso / Borland / Cplus45 / BC45 / PSTREAMS.PAK / STREAMS.H < prev    next >
Text File  |  1995-08-29  |  1KB  |  36 lines

  1. /*------------------------------------------------------------------------*/
  2. /*                                                                        */
  3. /*  STREAMS.H                                                             */
  4. /*                                                                        */
  5. /*  Copyright Borland International, 1993                                 */
  6. /*                                                                        */
  7. /*  Streaming example header file                                         */
  8. /*                                                                        */
  9. /*------------------------------------------------------------------------*/
  10.  
  11. #define CM_FILENEW  24331
  12. #define CM_FILEOPEN 24332
  13. #define CM_FILESAVE 24333
  14. #define CM_FILESAVEAS 24334
  15. #define CM_EXIT 24310
  16.  
  17. #define CM_EDITLINE    201
  18. #define CM_EDITRECTANGLE    202
  19. #define CM_EDITCAPTIONEDRECTANGLE 203
  20. #define CM_EDITFILLEDRECTANGLE    204
  21. #define CM_EDITELLIPSE 205
  22. #define CM_EDITCAPTIONEDELLIPSE 206
  23. #define CM_EDITFILLEDELLIPSE 207
  24.  
  25. #define CM_HELPABOUT    24346
  26.  
  27. #define ELLIPSE_CURSOR 1
  28. #define LINE_CURSOR    2
  29. #define RECT_CURSOR    3
  30.  
  31. #define IDD_INPUTEDITBOX 501
  32. #define IDD_TOP 502
  33. #define IDD_CENTER 503
  34. #define IDD_BOTTOM 504
  35. #define IDD_POSITIONBOX 505
  36.