@@ -145,6 +145,21 @@ namespace OTSIncAReportApp.OTSTemplateDesigner
List<string> vs = new List<string>() { "DMAX", "DMIN", "Area", "FERET" };
string po = vs[m_otsreport_export.m_mbszclass.M_KLFXJG.index_cb_klcc_jsfs];
+ switch (po)
+ {
+ case "DMAX":
+ po = "DMAX";
+ break;
+ case "DMIN":
+ po = "DMIN";
+ case "CIRCLE":
+ po = "Area";
+ case "FERET":
+ po = "DFERET";
+ }
for (int i=0;i< dt.Rows.Count;i++)
{
DataRow dr = m_bt_DBData.NewRow();