home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 November / Chip_2003-11_cd2.bin / 3d / bodypaint / BodyPaint_3D_Demo.exe / resource / res / description / BPspline.h < prev    next >
C/C++ Source or Header  |  2003-05-03  |  506b  |  24 lines

  1. #ifndef _BPSPLINE_H_
  2. #define _BPSPLINE_H_
  3.  
  4. #include "Obaselist.h"
  5.  
  6. enum
  7. {
  8.     // object properties
  9.     ID_PAINTSPLINE_GROUP                                    = 901,
  10.     ID_PAINTSPLINE_INFO_GROUP                            = 902,
  11.     ID_PAINTSPLINE_GROUP_COORDS                        = 903,
  12.  
  13.     ID_PAINTSPLINE_PREVIEW                                = 1001,
  14.     ID_PAINTSPLINE_POINTS                                    = 1002,
  15.     ID_PAINTSPLINE_SEGMENTS                             = 1003,
  16.  
  17.     ID_PAINTSPLINE_POSITION                                = 1004,
  18.     ID_PAINTSPLINE_ROTATION                                = 1005,
  19.     ID_PAINTSPLINE_SCALE                                    = 1006,
  20.  
  21.     ID_PAINTSPLINE_END
  22. };
  23.  
  24. #endif