//
// STEP1.RC2 - resources Microsoft Visual C++ does not edit directly
//

#ifdef APSTUDIO_INVOKED
	#error this file is not editable by Microsoft Visual C++
#endif //APSTUDIO_INVOKED

#ifndef __LDEFIN2D_H
#include "..\..\..\include\ldefin2d.h"
#endif

#define o3d_unknown	            0 
#define o3d_planeXOY            1 
#define	o3d_planeXOZ            2 
#define o3d_planeYOZ            3 
#define o3d_pointCS	            4   
#define o3d_sketch	            5 
#define o3d_axis2Planes         9 
#define o3d_axis2Points	        10
#define o3d_axisConeFace        11
#define o3d_axisEdge	          12 
#define o3d_axisOperation	      13
#define o3d_planeOffset	        14
#define o3d_planeAngle	        15
#define o3d_plane3Points	      16
#define o3d_planeNormal	        17
#define o3d_planeTangent	      18
#define o3d_planeEdgePoint      19
#define o3d_planeParallel	      20
#define o3d_planePerpendicular  21
#define o3d_planeLineToEdge	    22
#define o3d_planeLineToPlane	  23
#define o3d_baseExtrusion	      24
#define o3d_bossExtrusion	      25
#define o3d_cutExtrusion	      26
#define o3d_baseRotated	        27
#define	o3d_bossRotated	        28
#define o3d_cutRotated	        29
#define o3d_baseLoft	          30 
#define o3d_bossLoft            31 
#define o3d_cutLoft	            32   
#define o3d_chamfer	            33   
#define o3d_fillet	            34   
#define o3d_meshCopy	          35 
#define o3d_circularCopy	      36
#define o3d_curveCopy	          37 
#define o3d_circPartArray	      38
#define o3d_meshPartArray	      39
#define o3d_curvePartArray	    40
#define o3d_derivPartArray	    41
#define o3d_incline	            42   
#define o3d_shellOperation      43
#define o3d_ribOperation	      44
#define o3d_baseEvolution	      45
#define o3d_bossEvolution	      46
#define o3d_cutEvolution	      47
#define o3d_mirrorOperation	    48
#define o3d_mirrorAllOperation	49
#define o3d_cutByPlane	        50
#define	o3d_cutBySketch	        51
#define o3d_holeOperation       52
#define o3d_polyline	          53
#define o3d_conicSpiral	        54
#define o3d_spline	            55 
#define o3d_cylindricSpiral	    56
#define o3d_importedSurface	    57
#define o3d_thread	            58                            
#define o3d_part	              104          
#define o3d_feature	            120   
 
/////////////////////////////////////////////////////////////////////////////
//
// String Table
//
STRINGTABLE 
BEGIN
     IDR_LIB                 "    (Visual C++ AUTO)"

#ifdef __LIGHT_VERSION__
    IDS_DLL_NAME            "klAPI5.dll"
#else
    IDS_DLL_NAME            "kAPI5.dll"
#endif

END

/////////////////////////////////////////////////////////////////////////////
//
// Menu
//
IDR_LIB MENU 
BEGIN
    POPUP " "
    BEGIN
        MENUITEM "",                 1
        MENUITEM "",                  2
    END
    POPUP " "
    BEGIN
        MENUITEM "",                 3
        MENUITEM "    ", 4
    END
    POPUP "  2D "
    BEGIN
        MENUITEM "",                 5
        MENUITEM "",                  6
        MENUITEM "     2D",   7
        MENUITEM SEPARATOR
        MENUITEM "     ",    8
        MENUITEM "      ", 9
        MENUITEM SEPARATOR
        MENUITEM "     ",    10
        MENUITEM "      ", 11
        
    END
    POPUP " "
    BEGIN
        MENUITEM "",                 12
        MENUITEM "",                  13
    END
    POPUP " "
    BEGIN
        MENUITEM "",                 14
        MENUITEM "",                  15
    END
    POPUP "  3D "
    BEGIN
        POPUP ""
        BEGIN
            MENUITEM "   ", 16
            MENUITEM SEPARATOR
            MENUITEM " ",                                          o3d_unknown            + 50   
            MENUITEM " XOY",                                        o3d_planeXOY           + 50   
            MENUITEM " XOZ",                                        o3d_planeXOZ           + 50   
            MENUITEM " YOZ",                                        o3d_planeYOZ           + 50          
            MENUITEM "   ",                       o3d_pointCS            + 50          
            MENUITEM "",                                                o3d_sketch             + 50          
            MENUITEM "   ",                               o3d_axis2Planes        + 50              
            MENUITEM "   ",                                   o3d_axis2Points        + 50              
            MENUITEM "  ",                                 o3d_axisConeFace       + 50              
            MENUITEM "   ",                           o3d_axisEdge           + 50              
            MENUITEM " ",                                         o3d_axisOperation      + 50              
            MENUITEM " ",                                  o3d_planeOffset        + 50              
            MENUITEM "  ",                                  o3d_planeAngle         + 50              
            MENUITEM "  3- ",                              o3d_plane3Points       + 50              
            MENUITEM " ",                                 o3d_planeNormal        + 50              
            MENUITEM " ",                                o3d_planeTangent       + 50              
            MENUITEM "    ",                      o3d_planeEdgePoint     + 50              
            MENUITEM "     ", o3d_planeParallel      + 50              
            MENUITEM "    ",        o3d_planePerpendicular + 50           
            MENUITEM "   -/-  ",    o3d_planeLineToEdge    + 50           
            MENUITEM "   -/- ",            o3d_planeLineToPlane   + 50           
            MENUITEM "  ",                        o3d_baseExtrusion      + 50           
            MENUITEM " ",                           o3d_bossExtrusion      + 50           
            MENUITEM " ",                               o3d_cutExtrusion       + 50           
            MENUITEM "  ",                            o3d_baseRotated        + 50           
            MENUITEM " ",                               o3d_bossRotated        + 50              
            MENUITEM " ",                                   o3d_cutRotated         + 50              
            MENUITEM "   ",                         o3d_baseLoft           + 50           
            MENUITEM "  ",                             o3d_bossLoft           + 50           
            MENUITEM "  ",                                 o3d_cutLoft            + 50           
            MENUITEM " ''",                                     o3d_chamfer            + 50           
            MENUITEM " ''",                                o3d_fillet             + 50           
            MENUITEM "   ",                        o3d_meshCopy           + 50           
            MENUITEM "    ",        o3d_circularCopy       + 50           
            MENUITEM "   ",                       o3d_curveCopy          + 50           
            MENUITEM "      ",  o3d_circPartArray      + 50           
            MENUITEM "     ",                  o3d_meshPartArray      + 50           
            MENUITEM "     ",                 o3d_curvePartArray     + 50 
            MENUITEM "     ",                o3d_derivPartArray     + 50 
            MENUITEM " ''",                                     o3d_incline            + 50 
            MENUITEM " ''",                                  o3d_shellOperation     + 50 
            MENUITEM " ' '",                           o3d_ribOperation       + 50 
            MENUITEM " ",                              o3d_baseEvolution      + 50 
            MENUITEM " ",                             o3d_bossEvolution      + 50 
            MENUITEM " ",                               o3d_cutEvolution       + 50 
            MENUITEM " ' '",                         o3d_mirrorOperation    + 50 
            MENUITEM " '  '",                    o3d_mirrorAllOperation + 50 
            MENUITEM " ' '",                      o3d_cutByPlane         + 50 
            MENUITEM " ' '",                           o3d_cutBySketch        + 50 
            MENUITEM "",                                            o3d_holeOperation      + 50 
            MENUITEM "",                                              o3d_polyline           + 50  
            MENUITEM " ",                                   o3d_conicSpiral        + 50  
            MENUITEM "",                                               o3d_spline             + 50  
            MENUITEM " ",                               o3d_cylindricSpiral    + 50  
            MENUITEM " ",                           o3d_importedSurface    + 50  
            MENUITEM "  ",                          o3d_thread             + 50
            MENUITEM ""                                            o3d_part               + 50
            MENUITEM " "                                         o3d_feature            + 50  
        END                                                                                           
        POPUP ""                                                                            
        BEGIN                                                                                         
            MENUITEM "   ", 17                                                    
            MENUITEM SEPARATOR                                                                        
            MENUITEM " ",                                          o3d_unknown            + 200    
            MENUITEM " XOY",                                        o3d_planeXOY           + 200    
            MENUITEM " XOZ",                                        o3d_planeXOZ           + 200    
            MENUITEM " YOZ",                                        o3d_planeYOZ           + 200           
            MENUITEM "   ",                       o3d_pointCS            + 200           
            MENUITEM "",                                                o3d_sketch             + 200           
            MENUITEM "   ",                               o3d_axis2Planes        + 200               
            MENUITEM "   ",                                   o3d_axis2Points        + 200               
            MENUITEM "  ",                                 o3d_axisConeFace       + 200               
            MENUITEM "   ",                           o3d_axisEdge           + 200               
            MENUITEM " ",                                         o3d_axisOperation      + 200               
            MENUITEM " ",                                  o3d_planeOffset        + 200               
            MENUITEM "  ",                                  o3d_planeAngle         + 200               
            MENUITEM "  3- ",                              o3d_plane3Points       + 200               
            MENUITEM " ",                                 o3d_planeNormal        + 200               
            MENUITEM " ",                                o3d_planeTangent       + 200               
            MENUITEM "    ",                      o3d_planeEdgePoint     + 200               
            MENUITEM "     ", o3d_planeParallel      + 200               
            MENUITEM "    ",        o3d_planePerpendicular + 200        
            MENUITEM "   -/-  ",    o3d_planeLineToEdge    + 200        
            MENUITEM "   -/- ",            o3d_planeLineToPlane   + 200        
            MENUITEM "  ",                        o3d_baseExtrusion      + 200        
            MENUITEM " ",                           o3d_bossExtrusion      + 200        
            MENUITEM " ",                               o3d_cutExtrusion       + 200        
            MENUITEM "  ",                            o3d_baseRotated        + 200        
            MENUITEM " ",                               o3d_bossRotated        + 200           
            MENUITEM " ",                                   o3d_cutRotated         + 200           
            MENUITEM "   ",                         o3d_baseLoft           + 200        
            MENUITEM "  ",                             o3d_bossLoft           + 200        
            MENUITEM "  ",                                 o3d_cutLoft            + 200        
            MENUITEM " ''",                                     o3d_chamfer            + 200        
            MENUITEM " ''",                                o3d_fillet             + 200        
            MENUITEM "   ",                        o3d_meshCopy           + 200        
            MENUITEM "    ",        o3d_circularCopy       + 200            
            MENUITEM "   ",                       o3d_curveCopy          + 200            
            MENUITEM "      ",  o3d_circPartArray      + 200            
            MENUITEM "     ",                  o3d_meshPartArray      + 200        
            MENUITEM "     ",                 o3d_curvePartArray     + 200
            MENUITEM "     ",                o3d_derivPartArray     + 200
            MENUITEM " ''",                                     o3d_incline            + 200
            MENUITEM " ''",                                  o3d_shellOperation     + 200
            MENUITEM " ' '",                           o3d_ribOperation       + 200
            MENUITEM " ",                              o3d_baseEvolution      + 200
            MENUITEM " ",                             o3d_bossEvolution      + 200
            MENUITEM " ",                               o3d_cutEvolution       + 200  
            MENUITEM " ' '",                         o3d_mirrorOperation    + 200  
            MENUITEM " '  '",                    o3d_mirrorAllOperation + 200  
            MENUITEM " ' '",                      o3d_cutByPlane         + 200  
            MENUITEM " ' '",                           o3d_cutBySketch        + 200  
            MENUITEM "",                                            o3d_holeOperation      + 200  
            MENUITEM "",                                              o3d_polyline           + 200  
            MENUITEM " ",                                   o3d_conicSpiral        + 200  
            MENUITEM "",                                               o3d_spline             + 200  
            MENUITEM " ",                               o3d_cylindricSpiral    + 200  
            MENUITEM " ",                           o3d_importedSurface    + 200  
            MENUITEM "  ",                          o3d_thread             + 200
            MENUITEM ""                                            o3d_part               + 200
            MENUITEM " "                                         o3d_feature            + 200  
        END
        MENUITEM "    3D ",  18
    END
    POPUP " "
    BEGIN
        MENUITEM "",                 19
        MENUITEM "",                  20
    END
    POPUP "  "
    BEGIN
        POPUP "",      
        BEGIN
            MENUITEM " ",          21
            MENUITEM SEPARATOR
            MENUITEM " ",             22
            MENUITEM " ",          SPC_BASE_OBJECT + 350
            MENUITEM "",             SPC_COMMENT     + 350
        END
        POPUP "",    
        BEGIN
            MENUITEM " ",          23
            MENUITEM SEPARATOR
            MENUITEM " ",             24
            MENUITEM " ",          SPC_BASE_OBJECT + 400
            MENUITEM "",             SPC_COMMENT     + 400
        END
        MENUITEM "    ", 25
    END    
    POPUP " 3D "
    BEGIN
        MENUITEM "",                 26
        MENUITEM "",                  27
    END
    POPUP "  "
    BEGIN
        MENUITEM "",                 28
        MENUITEM "",                  29
    END    
    POPUP " 2D "
    BEGIN
        MENUITEM "",                 30
        MENUITEM "",                  31
    END    
    MENUITEM "  ",              32
    MENUITEM "",                    33
    MENUITEM " ",             34
END

/////////////////////////////////////////////////////////////////////////////
//
// Menu 
//  2D  
//
/////////////////////////////////////////////////////////////////////////////
IDM_REQUEST_OBJECT_2D MENU 
BEGIN
    MENUITEM " ",                 ALL_OBJ             + 1
    MENUITEM "",                     LINESEG_OBJ         + 1
    MENUITEM "",                  CIRCLE_OBJ          + 1
    MENUITEM "",                        ARC_OBJ             + 1
    MENUITEM "",                       TEXT_OBJ            + 1
    MENUITEM "",                       POINT_OBJ           + 1
    MENUITEM "",                   HATCH_OBJ           + 1
    MENUITEM "Bezier ",               BEZIER_OBJ          + 1
    MENUITEM " ",             LDIMENSION_OBJ      + 1
    MENUITEM " ",              ADIMENSION_OBJ      + 1
    MENUITEM " ",        DDIMENSION_OBJ      + 1
    MENUITEM "  ",          RDIMENSION_OBJ      + 1
    MENUITEM "   ", RBREAKDIMENSION_OBJ + 1
    MENUITEM "",               ROUGH_OBJ           + 1 
    MENUITEM "",                        BASE_OBJ            + 1
    MENUITEM "C ",                WPOINTER_OBJ        + 1
    MENUITEM " ",               CUT_OBJ             + 1
    MENUITEM "   ",      LEADER_OBJ          + 1
    MENUITEM " ",         POSLEADER_OBJ       + 1
    MENUITEM " ",       BRANDLEADER_OBJ     + 1
    MENUITEM " ",    MARKERLEADER_OBJ    + 1
    MENUITEM " ",                TOLERANCE_OBJ       + 1
    MENUITEM "",                     TABLE_OBJ           + 1
    MENUITEM "",                      CONTOUR_OBJ         + 1
    MENUITEM "",                MACRO_OBJ           + 1
    MENUITEM "",                       LINE_OBJ            + 1
    MENUITEM "",                        LAYER_OBJ           + 1
    MENUITEM " ",           FRAGMENT_OBJ        + 1
    MENUITEM "",                   POLYLINE_OBJ        + 1
    MENUITEM " ",                     ELLIPSE_OBJ         + 1
    MENUITEM "Nurbs ",                NURBS_OBJ           + 1
    MENUITEM " ",                ELLIPSE_ARC_OBJ     + 1 
    MENUITEM "",               RECTANGLE_OBJ       + 1
    MENUITEM "",               REGULARPOLYGON_OBJ  + 1
    MENUITEM "",                EQUID_OBJ           + 1
    MENUITEM "   ",   LBREAKDIMENSION_OBJ + 1
    MENUITEM "  ",      COLORFILL_OBJ       + 1
    MENUITEM " ",          CENTREMARKER_OBJ    + 1
    MENUITEM "  ",           ARCDIMENSION_OBJ    + 1
    MENUITEM " ",         SPC_OBJ             + 1
    MENUITEM " ",            RASTER_OBJ          + 1
    MENUITEM " ",       CHANGE_LEADER_OBJ   + 1
    MENUITEM " ",            REMOTE_ELEMENT_OBJ  + 1
    MENUITEM "  ",               AXISLINE_OBJ        + 1
    MENUITEM " ",   SPECROUGH_OBJ       + 1
    MENUITEM "",                         VIEW_OBJ            + 1
END

/////////////////////////////////////////////////////////////////////////////

