home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / tolkit45.zip / os2tk45 / samples / pm / ipf / ipf.rc < prev    next >
Text File  |  1999-05-11  |  997b  |  19 lines

  1. /************* IPF C Sample Program Resource Script File (.RC) ****************/
  2. /*                                                                            */
  3. /*  The window resources used by an application are defined in a resource     */
  4. /*  script file .RC.  This file is compiled by the resource compiler to       */
  5. /*  produce an executable-format file.                                        */
  6. /*                                                                            */
  7. /*  The definitions are either statements which define resources or           */
  8. /*  references to other files containing resources.                           */
  9. /*                                                                            */
  10. /******************************************************************************/
  11.  
  12. #include "IPF.H"
  13. BITMAP IDB_FRAME1  frame1.bmp
  14. BITMAP IDB_FRAME2  frame2.bmp
  15. BITMAP IDB_FRAME3  frame3.bmp
  16. BITMAP IDB_FRAME4  frame4.bmp
  17. BITMAP IDB_FRAME5  frame5.bmp
  18.  
  19.