home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Professional / OS2PRO194.ISO / os2 / wps / graphic / pmflic / pmflic.h < prev    next >
Encoding:
C/C++ Source or Header  |  1991-05-16  |  581 b   |  27 lines

  1. //////////////////////////////////////////////////////////////////////////////
  2. // This is the header file for the PMFLIC demo program.
  3. //
  4. // Copyright 1991 - Voyager Technologies, Inc.
  5. //////////////////////////////////////////////////////////////////////////////
  6.  
  7. //
  8. // ID of the main window
  9. //
  10. #define ID_FLIC     300
  11.  
  12. //
  13. // Dialog ID and Menu ID
  14. //
  15. #define IDM_ABOUT   301
  16.  
  17. //
  18. // null ID used in about dialog
  19. //
  20. #define ID_NULL     0
  21.  
  22. //
  23. // ID of the animation file embedded in the resource area
  24. //
  25. #define ID_VTI_FLIC  302
  26. #define ID_VTI_FLICS "#302"
  27.