EdgeInspector_App/Define/Global_Define.h
@@ -325,10 +325,11 @@
   eRcp_InsType_In_Burr, 
   eRcp_InsType_In_Chamfer, 
   eRcp_InsType_TopCorner, 
   eRcp_InsType_BotCorner
   eRcp_InsType_BotCorner,
   eRcp_InsType_RipThickness
};
static CString g_strInsType[10] =
static CString g_strInsType[] =
{
   _T("Chip"),
   _T("Crack"),
@@ -340,6 +341,7 @@
   _T("In_Chamfer"),
   _T("Top_Corner"),
   _T("Bot_Corner"),
   _T("Thickness")
};
enum eSideInsType