home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload / ShartewareOverload.cdr / windows / getbitmp.zip / GETBITMP.H < prev    next >
Text File  |  1988-01-05  |  671b  |  31 lines

  1. /* Les Consultants Génicom, Getbitmp Module, by Bernard de Champlain */
  2.  
  3. /* Command ids */
  4. #define IDCAPT      0x1100
  5. #define IDSIZE      0x1200
  6. #define IDSAVE      0x1300
  7.  
  8. /* String table constants */
  9. #define IDSNAME     1100
  10. #define IDSABOUT    1200
  11. #define IDSTITLE    1300
  12. #define IDSCLIPBD   1400
  13. #define IDSCLIPBM   1500
  14. #define IDSCLIPCL   1600
  15. #define IDSCLIPMM   1700
  16.  
  17. /* dialog box ids */
  18. #define ABOUTBOX 1
  19. #define SIZEBOX  2
  20. #define SAVEBOX  3
  21.  
  22. /* dialog box ids */
  23. #define IDEDIT  0x1101
  24. #define IDPATH  0x1102
  25.  
  26. #define IDHORIZ 0x1201
  27. #define IDVERTI 0x1202
  28. #define IDOR    0x1203
  29. #define IDAND   0x1204
  30. #define IDCUT   0x1205
  31.