|
@@ -425,6 +425,356 @@ namespace MeasureData
|
|
|
//add by zjx 2020-12-18 为了测试只做能谱部分 end
|
|
|
|
|
|
#endregion
|
|
|
+ #region 初始化样品的默认参数
|
|
|
+ // add by zjx 2020-12-20 厂商名字
|
|
|
+ #region 厂商
|
|
|
+ private String m_VendorType0;
|
|
|
+ public String VendorType0
|
|
|
+ {
|
|
|
+ get { return this.m_VendorType0; }
|
|
|
+ set { this.m_VendorType0 = value; }
|
|
|
+ }
|
|
|
+ private String m_VendorType1;
|
|
|
+ public String VendorType1
|
|
|
+ {
|
|
|
+ get { return this.m_VendorType1; }
|
|
|
+ set { this.m_VendorType1 = value; }
|
|
|
+ }
|
|
|
+ private String m_VendorType2;
|
|
|
+ public String VendorType2
|
|
|
+ {
|
|
|
+ get { return this.m_VendorType2; }
|
|
|
+ set { this.m_VendorType2 = value; }
|
|
|
+ }
|
|
|
+ private String m_VendorType3;
|
|
|
+ public String VendorType3
|
|
|
+ {
|
|
|
+ get { return this.m_VendorType3; }
|
|
|
+ set { this.m_VendorType3 = value; }
|
|
|
+ }
|
|
|
+ #endregion
|
|
|
+ // add by zjx 2020-12-20 厂商名字 end
|
|
|
+
|
|
|
+ // add by zjx 2020-12-20 校正角度
|
|
|
+ #region 校正角度
|
|
|
+ private String m_CorrectionType0;
|
|
|
+ public String CorrectionType0
|
|
|
+ {
|
|
|
+ get { return this.m_CorrectionType0; }
|
|
|
+ set { this.m_CorrectionType0 = value; }
|
|
|
+ }
|
|
|
+ private String m_CorrectionType1;
|
|
|
+ public String CorrectionType1
|
|
|
+ {
|
|
|
+ get { return this.m_CorrectionType1; }
|
|
|
+ set { this.m_CorrectionType1 = value; }
|
|
|
+ }
|
|
|
+ private String m_CorrectionType2;
|
|
|
+ public String CorrectionType2
|
|
|
+ {
|
|
|
+ get { return this.m_CorrectionType2; }
|
|
|
+ set { this.m_CorrectionType2 = value; }
|
|
|
+ }
|
|
|
+ private String m_CorrectionType3;
|
|
|
+ public String CorrectionType3
|
|
|
+ {
|
|
|
+ get { return this.m_CorrectionType3; }
|
|
|
+ set { this.m_CorrectionType3 = value; }
|
|
|
+ }
|
|
|
+ #endregion
|
|
|
+ //add by zjx 2020-12-20 校正角度 end
|
|
|
+
|
|
|
+ //add by zjx 2020-12-20 拉直操作放大倍数
|
|
|
+ #region 拉直操作放大倍数
|
|
|
+ private String m_StraightenTimesType0;
|
|
|
+ public String StraightenTimesType0
|
|
|
+ {
|
|
|
+ get { return this.m_StraightenTimesType0; }
|
|
|
+ set { this.m_StraightenTimesType0 = value; }
|
|
|
+ }
|
|
|
+ private String m_StraightenTimesType1;
|
|
|
+ public String StraightenTimesType1
|
|
|
+ {
|
|
|
+ get { return this.m_StraightenTimesType1; }
|
|
|
+ set { this.m_StraightenTimesType1 = value; }
|
|
|
+ }
|
|
|
+ private String m_StraightenTimesType2;
|
|
|
+ public String StraightenTimesType2
|
|
|
+ {
|
|
|
+ get { return this.m_StraightenTimesType2; }
|
|
|
+ set { this.m_StraightenTimesType2 = value; }
|
|
|
+ }
|
|
|
+ private String m_StraightenTimesType3;
|
|
|
+ public String StraightenTimesType3
|
|
|
+ {
|
|
|
+ get { return this.m_StraightenTimesType3; }
|
|
|
+ set { this.m_StraightenTimesType3 = value; }
|
|
|
+ }
|
|
|
+ #endregion
|
|
|
+ //add by zjx 2020-12-20 拉直操作放大倍数 end
|
|
|
+
|
|
|
+ //add by zjx 2020-12-20 样品类型的定位电压
|
|
|
+ #region 样品类型的定位电压
|
|
|
+ private String m_PositioningVoltageeType0;
|
|
|
+ public String PositioningVoltageeType0
|
|
|
+ {
|
|
|
+ get { return this.m_PositioningVoltageeType0; }
|
|
|
+ set { this.m_PositioningVoltageeType0 = value; }
|
|
|
+ }
|
|
|
+ private String m_PositioningVoltageeType1;
|
|
|
+ public String PositioningVoltageeType1
|
|
|
+ {
|
|
|
+ get { return this.m_PositioningVoltageeType1; }
|
|
|
+ set { this.m_PositioningVoltageeType1 = value; }
|
|
|
+ }
|
|
|
+ private String m_PositioningVoltageeType2;
|
|
|
+ public String PositioningVoltageeType2
|
|
|
+ {
|
|
|
+ get { return this.m_PositioningVoltageeType2; }
|
|
|
+ set { this.m_PositioningVoltageeType2 = value; }
|
|
|
+ }
|
|
|
+ private String m_PositioningVoltageeType3;
|
|
|
+ public String PositioningVoltageeType3
|
|
|
+ {
|
|
|
+ get { return this.m_PositioningVoltageeType3; }
|
|
|
+ set { this.m_PositioningVoltageeType3 = value; }
|
|
|
+ }
|
|
|
+ #endregion
|
|
|
+ //add by zjx 2020-12-20 样品类型的定位电压 end
|
|
|
+
|
|
|
+ //add by zjx 2020-12-20 样品类型的定位放大倍数
|
|
|
+ #region 定位放大倍数
|
|
|
+ private String m_PositioningTimesType0;
|
|
|
+ public String PositioningTimesType0
|
|
|
+ {
|
|
|
+ get { return this.m_PositioningTimesType0; }
|
|
|
+ set { this.m_PositioningTimesType0 = value; }
|
|
|
+ }
|
|
|
+ private String m_PositioningTimesType1;
|
|
|
+ public String PositioningTimesType1
|
|
|
+ {
|
|
|
+ get { return this.m_PositioningTimesType1; }
|
|
|
+ set { this.m_PositioningTimesType1 = value; }
|
|
|
+ }
|
|
|
+ private String m_PositioningTimesType2;
|
|
|
+ public String PositioningTimesType2
|
|
|
+ {
|
|
|
+ get { return this.m_PositioningTimesType2; }
|
|
|
+ set { this.m_PositioningTimesType2 = value; }
|
|
|
+ }
|
|
|
+ private String m_PositioningTimesType3;
|
|
|
+ public String PositioningTimesType3
|
|
|
+ {
|
|
|
+ get { return this.m_PositioningTimesType3; }
|
|
|
+ set { this.m_PositioningTimesType3 = value; }
|
|
|
+ }
|
|
|
+ #endregion
|
|
|
+ //add by zjx 2020-12-20 样品类型的定位放大倍数 end
|
|
|
+
|
|
|
+ //add by zjx 2020-12-20 样品类型的拍照电压
|
|
|
+ #region 拍照电压
|
|
|
+ private String m_PhotoVoltageeType0;
|
|
|
+ public String PhotoVoltageeType0
|
|
|
+ {
|
|
|
+ get { return this.m_PhotoVoltageeType0; }
|
|
|
+ set { this.m_PhotoVoltageeType0 = value; }
|
|
|
+ }
|
|
|
+ private String m_PhotoVoltageeType1;
|
|
|
+ public String PhotoVoltageeType1
|
|
|
+ {
|
|
|
+ get { return this.m_PhotoVoltageeType1; }
|
|
|
+ set { this.m_PhotoVoltageeType1 = value; }
|
|
|
+ }
|
|
|
+ private String m_PhotoVoltageeType2;
|
|
|
+ public String PhotoVoltageeType2
|
|
|
+ {
|
|
|
+ get { return this.m_PhotoVoltageeType2; }
|
|
|
+ set { this.m_PhotoVoltageeType2 = value; }
|
|
|
+ }
|
|
|
+ private String m_PhotoVoltageeType3;
|
|
|
+ public String PhotoVoltageeType3
|
|
|
+ {
|
|
|
+ get { return this.m_PhotoVoltageeType3; }
|
|
|
+ set { this.m_PhotoVoltageeType3 = value; }
|
|
|
+ }
|
|
|
+ #endregion
|
|
|
+ //add by zjx 2020-12-20 样品类型的拍照电压 end
|
|
|
+
|
|
|
+ //add by zjx 2020-12-20 样品类型的拍照放大倍数
|
|
|
+ #region 拍照放大倍数
|
|
|
+ private String m_PhotoTimesType0;
|
|
|
+ public String PhotoTimesType0
|
|
|
+ {
|
|
|
+ get { return this.m_PhotoTimesType0; }
|
|
|
+ set { this.m_PhotoTimesType0 = value; }
|
|
|
+ }
|
|
|
+ private String m_PhotoTimesType1;
|
|
|
+ public String PhotoTimesType1
|
|
|
+ {
|
|
|
+ get { return this.m_PhotoTimesType1; }
|
|
|
+ set { this.m_PhotoTimesType1 = value; }
|
|
|
+ }
|
|
|
+ private String m_PhotoTimesType2;
|
|
|
+ public String PhotoTimesType2
|
|
|
+ {
|
|
|
+ get { return this.m_PhotoTimesType2; }
|
|
|
+ set { this.m_PhotoTimesType2 = value; }
|
|
|
+ }
|
|
|
+ private String m_PhotoTimesType3;
|
|
|
+ public String PhotoTimesType3
|
|
|
+ {
|
|
|
+ get { return this.m_PhotoTimesType3; }
|
|
|
+ set { this.m_PhotoTimesType3 = value; }
|
|
|
+ }
|
|
|
+ #endregion
|
|
|
+ //add by zjx 2020-12-20 样品类型的拍照放大倍数 end
|
|
|
+
|
|
|
+ //add by zjx 2020-12-20 样品类型的ScanRotate修正参数
|
|
|
+ #region ScanRotate修正参数
|
|
|
+ private String m_ScanRotateType0;
|
|
|
+ public String ScanRotateType0
|
|
|
+ {
|
|
|
+ get { return this.m_ScanRotateType0; }
|
|
|
+ set { this.m_ScanRotateType0 = value; }
|
|
|
+ }
|
|
|
+ private String m_ScanRotateType1;
|
|
|
+ public String ScanRotateType1
|
|
|
+ {
|
|
|
+ get { return this.m_ScanRotateType1; }
|
|
|
+ set { this.m_ScanRotateType1 = value; }
|
|
|
+ }
|
|
|
+ private String m_ScanRotateType2;
|
|
|
+ public String ScanRotateType2
|
|
|
+ {
|
|
|
+ get { return this.m_ScanRotateType2; }
|
|
|
+ set { this.m_ScanRotateType2 = value; }
|
|
|
+ }
|
|
|
+ private String m_ScanRotateType3;
|
|
|
+ public String ScanRotateType3
|
|
|
+ {
|
|
|
+ get { return this.m_ScanRotateType3; }
|
|
|
+ set { this.m_ScanRotateType3 = value; }
|
|
|
+ }
|
|
|
+ #endregion
|
|
|
+ //add by zjx 2020-12-20 样品类型的ScanRotate修正参数 end
|
|
|
+
|
|
|
+ //add by zjx 2020-12-20 样品类型的Y轴方向PixelSize修正值
|
|
|
+ #region Y轴方向PixelSize修正值
|
|
|
+ private String m_PixelSizeType0;
|
|
|
+ public String PixelSizeType0
|
|
|
+ {
|
|
|
+ get { return this.m_PixelSizeType0; }
|
|
|
+ set { this.m_PixelSizeType0 = value; }
|
|
|
+ }
|
|
|
+ private String m_PixelSizeType1;
|
|
|
+ public String PixelSizeType1
|
|
|
+ {
|
|
|
+ get { return this.m_PixelSizeType1; }
|
|
|
+ set { this.m_PixelSizeType1 = value; }
|
|
|
+ }
|
|
|
+ private String m_PixelSizeType2;
|
|
|
+ public String PixelSizeType2
|
|
|
+ {
|
|
|
+ get { return this.m_PixelSizeType2; }
|
|
|
+ set { this.m_PixelSizeType2 = value; }
|
|
|
+ }
|
|
|
+ private String m_PixelSizeType3;
|
|
|
+ public String PixelSizeType3
|
|
|
+ {
|
|
|
+ get { return this.m_PixelSizeType3; }
|
|
|
+ set { this.m_PixelSizeType3 = value; }
|
|
|
+ }
|
|
|
+ #endregion
|
|
|
+ //add by zjx 2020-12-20 样品类型的Y轴方向PixelSize修正值 end
|
|
|
+
|
|
|
+ //add by zjx 2020-12-20 样品类型的能谱Z轴移动位置
|
|
|
+ #region 能谱Z轴移动位置
|
|
|
+ private String m_SEMAxis_ZType0;
|
|
|
+ public String SEMAxis_ZType0
|
|
|
+ {
|
|
|
+ get { return this.m_SEMAxis_ZType0; }
|
|
|
+ set { this.m_SEMAxis_ZType0 = value; }
|
|
|
+ }
|
|
|
+ private String m_SEMAxis_ZType1;
|
|
|
+ public String SEMAxis_ZType1
|
|
|
+ {
|
|
|
+ get { return this.m_SEMAxis_ZType1; }
|
|
|
+ set { this.m_SEMAxis_ZType1 = value; }
|
|
|
+ }
|
|
|
+ private String m_SEMAxis_ZType2;
|
|
|
+ public String SEMAxis_ZType2
|
|
|
+ {
|
|
|
+ get { return this.m_SEMAxis_ZType2; }
|
|
|
+ set { this.m_SEMAxis_ZType2 = value; }
|
|
|
+ }
|
|
|
+ private String m_SEMAxis_ZType3;
|
|
|
+ public String SEMAxis_ZType3
|
|
|
+ {
|
|
|
+ get { return this.m_SEMAxis_ZType3; }
|
|
|
+ set { this.m_SEMAxis_ZType3 = value; }
|
|
|
+ }
|
|
|
+ #endregion
|
|
|
+ //add by zjx 2020-12-20 样品类型的能谱Z轴移动位置 end
|
|
|
+
|
|
|
+ //add by zjx 2020-12-20 样品类型的能谱电压值
|
|
|
+ #region 能谱电压值
|
|
|
+ private String m_SEMVoltageeType0;
|
|
|
+ public String SEMVoltageeType0
|
|
|
+ {
|
|
|
+ get { return this.m_SEMVoltageeType0; }
|
|
|
+ set { this.m_SEMVoltageeType0 = value; }
|
|
|
+ }
|
|
|
+ private String m_SEMVoltageeType1;
|
|
|
+ public String SEMVoltageeType1
|
|
|
+ {
|
|
|
+ get { return this.m_SEMVoltageeType1; }
|
|
|
+ set { this.m_SEMVoltageeType1 = value; }
|
|
|
+ }
|
|
|
+ private String m_SEMVoltageeType2;
|
|
|
+ public String SEMVoltageeType2
|
|
|
+ {
|
|
|
+ get { return this.m_SEMVoltageeType2; }
|
|
|
+ set { this.m_SEMVoltageeType2 = value; }
|
|
|
+ }
|
|
|
+ private String m_SEMVoltageeType3;
|
|
|
+ public String SEMVoltageeType3
|
|
|
+ {
|
|
|
+ get { return this.m_SEMVoltageeType3; }
|
|
|
+ set { this.m_SEMVoltageeType3 = value; }
|
|
|
+ }
|
|
|
+ #endregion
|
|
|
+ //add by zjx 2020-12-20 样品类型的能谱电压值 end
|
|
|
+
|
|
|
+ //add by zjx 2020-12-20 样品类型的能谱电流值
|
|
|
+ #region 能谱电流值
|
|
|
+ private String m_SEMCurrentType0;
|
|
|
+ public String SEMCurrentType0
|
|
|
+ {
|
|
|
+ get { return this.m_SEMCurrentType0; }
|
|
|
+ set { this.m_SEMCurrentType0 = value; }
|
|
|
+ }
|
|
|
+ private String m_SEMCurrentType1;
|
|
|
+ public String SEMCurrentType1
|
|
|
+ {
|
|
|
+ get { return this.m_SEMCurrentType1; }
|
|
|
+ set { this.m_SEMCurrentType1 = value; }
|
|
|
+ }
|
|
|
+ private String m_SEMCurrentType2;
|
|
|
+ public String SEMCurrentType2
|
|
|
+ {
|
|
|
+ get { return this.m_SEMCurrentType2; }
|
|
|
+ set { this.m_SEMCurrentType2 = value; }
|
|
|
+ }
|
|
|
+ private String m_SEMCurrentType3;
|
|
|
+ public String SEMCurrentType3
|
|
|
+ {
|
|
|
+ get { return this.m_SEMCurrentType3; }
|
|
|
+ set { this.m_SEMCurrentType3 = value; }
|
|
|
+ }
|
|
|
+ #endregion
|
|
|
+ //add by zjx 2020-12-20 样品类型的能谱电流值 end
|
|
|
+ #endregion
|
|
|
+
|
|
|
|
|
|
|
|
|
//构造函数
|