查询增加字段
This commit is contained in:
@@ -1,64 +0,0 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace JY.Inspection
|
||||
{
|
||||
public class ConstValue
|
||||
{
|
||||
/// <summary>
|
||||
/// CCD的OK/NG数量
|
||||
/// </summary>
|
||||
//public const int CCD_SCount = 16;
|
||||
public const string CCD_OK = "OK";
|
||||
public const string CCD_NG = "NG";
|
||||
|
||||
public static readonly Dictionary<string, string> CCD_SDict = new Dictionary<string, string>()
|
||||
{
|
||||
{ "CCD1", "正面侧面_3D" },
|
||||
{ "CCD2", "正面侧面_2D" },
|
||||
{ "CCD3", "正面底面棱_3D" },
|
||||
{ "CCD4", "后面右侧面_2D" },
|
||||
{ "CCD5", "后面底面棱_3D" },
|
||||
{ "CCD6", "极柱面_3D" },
|
||||
{ "CCD7", "极柱面_2D" },
|
||||
{ "CCD8", "底面_3D" },
|
||||
{ "CCD9", "底面_2D" },
|
||||
{ "CCD10", "左中间棱_3D" },
|
||||
{ "CCD11", "右中间棱_3D" },
|
||||
{ "CCD12", "防爆阀_2D" },
|
||||
{ "CCD13", "左右极柱_2D" },
|
||||
{ "CCD14", "L胶检测结果" },
|
||||
{ "CCD15", "二维码等级判定结果" }
|
||||
};
|
||||
|
||||
/// <summary>
|
||||
/// CCD的浮点数数量
|
||||
/// </summary>
|
||||
//public const int CCD_FCount = 3;
|
||||
|
||||
public static readonly Dictionary<string, string> CCD_FDict = new Dictionary<string, string>()
|
||||
{
|
||||
{ "CCDF1", "大面平面度" },
|
||||
{ "CCDF2", "侧面平面度" },
|
||||
{ "CCDF3", "底面平面度" }
|
||||
};
|
||||
|
||||
/// <summary>
|
||||
/// CCD的整数数量
|
||||
/// </summary>
|
||||
//public const int CCD_ICount = 6;
|
||||
|
||||
public static readonly Dictionary<string, string> CCD_IDict = new Dictionary<string, string>()
|
||||
{
|
||||
{ "CCDI1", "通道" },
|
||||
{ "CCDI2", "下面凹坑数量" },
|
||||
{ "CCDI3", "前面凹坑数量" },
|
||||
{ "CCDI4", "后面凹坑数量" },
|
||||
{ "CCDI5", "左面凹坑数量" },
|
||||
{ "CCDI6", "右面凹坑数量" }
|
||||
};
|
||||
}
|
||||
}
|
||||
@@ -194,7 +194,6 @@
|
||||
<Compile Include="Common\ConnectionClient.cs" />
|
||||
<Compile Include="Common\DGShowMsg.cs" />
|
||||
<Compile Include="Common\DateTimeSynchronization.cs" />
|
||||
<Compile Include="ConstValue.cs" />
|
||||
<Compile Include="Entity\AlarmStatus.cs" />
|
||||
<Compile Include="Frm\FormMesGradingSet.cs">
|
||||
<SubType>Form</SubType>
|
||||
|
||||
Reference in New Issue
Block a user