|  | @@ -987,6 +987,8 @@ namespace HOZProject
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |              //增加一个测量文件的参数修改
 | 
	
		
			
				|  |  |              SaveMeasureFile();
 | 
	
		
			
				|  |  | +            Form fParent = this.ParentForm;
 | 
	
		
			
				|  |  | +            fParent.Close();
 | 
	
		
			
				|  |  |          }
 | 
	
		
			
				|  |  |          #endregion
 | 
	
		
			
				|  |  |  
 | 
	
	
		
			
				|  | @@ -1563,7 +1565,7 @@ namespace HOZProject
 | 
	
		
			
				|  |  |          {
 | 
	
		
			
				|  |  |              if (cbbWYP.Text == "0")
 | 
	
		
			
				|  |  |              {
 | 
	
		
			
				|  |  | -                cbbWCS.Text = FormHOZMainObject.m_MeasureFile.MParam.VendorType0;//厂商
 | 
	
		
			
				|  |  | +                //cbbWCS.Text = FormHOZMainObject.m_MeasureFile.MParam.VendorType0;//厂商
 | 
	
		
			
				|  |  |                  cbbWLZ.Text = FormHOZMainObject.m_MeasureFile.MParam.StraightenTimesType0;//拉直放大倍数
 | 
	
		
			
				|  |  |                  cbbWQGD.Text = FormHOZMainObject.m_MeasureFile.MParam.PositioningVoltageeType0;//定位电压
 | 
	
		
			
				|  |  |                  cbbWQGF.Text = FormHOZMainObject.m_MeasureFile.MParam.PositioningTimesType0;//定位放大倍数
 | 
	
	
		
			
				|  | @@ -1571,11 +1573,12 @@ namespace HOZProject
 | 
	
		
			
				|  |  |                  cbbWPZF.Text = FormHOZMainObject.m_MeasureFile.MParam.PhotoTimesType0;//拍照放大倍数
 | 
	
		
			
				|  |  |                  cbbEDSV.Text = FormHOZMainObject.m_MeasureFile.MParam.SEMVoltageeType0;//能谱电压值
 | 
	
		
			
				|  |  |                  cbbEDSA.Text = FormHOZMainObject.m_MeasureFile.MParam.SEMCurrentType0;//能谱电流值
 | 
	
		
			
				|  |  | +                label27.Text = "0-AA Hole";
 | 
	
		
			
				|  |  |              }
 | 
	
		
			
				|  |  |              else
 | 
	
		
			
				|  |  |                          if (cbbWYP.Text == "1")
 | 
	
		
			
				|  |  |              {
 | 
	
		
			
				|  |  | -                cbbWCS.Text = FormHOZMainObject.m_MeasureFile.MParam.VendorType1;//厂商
 | 
	
		
			
				|  |  | +                //cbbWCS.Text = FormHOZMainObject.m_MeasureFile.MParam.VendorType1;//厂商
 | 
	
		
			
				|  |  |                  cbbWLZ.Text = FormHOZMainObject.m_MeasureFile.MParam.StraightenTimesType1;//拉直放大倍数
 | 
	
		
			
				|  |  |                  cbbWQGD.Text = FormHOZMainObject.m_MeasureFile.MParam.PositioningVoltageeType1;//定位电压
 | 
	
		
			
				|  |  |                  cbbWQGF.Text = FormHOZMainObject.m_MeasureFile.MParam.PositioningTimesType1;//定位放大倍数
 | 
	
	
		
			
				|  | @@ -1583,11 +1586,12 @@ namespace HOZProject
 | 
	
		
			
				|  |  |                  cbbWPZF.Text = FormHOZMainObject.m_MeasureFile.MParam.PhotoTimesType1;//拍照放大倍数
 | 
	
		
			
				|  |  |                  cbbEDSV.Text = FormHOZMainObject.m_MeasureFile.MParam.SEMVoltageeType1;//能谱电压值
 | 
	
		
			
				|  |  |                  cbbEDSA.Text = FormHOZMainObject.m_MeasureFile.MParam.SEMCurrentType1;//能谱电流值
 | 
	
		
			
				|  |  | +                label27.Text = "1-AA区";
 | 
	
		
			
				|  |  |              }
 | 
	
		
			
				|  |  |              else
 | 
	
		
			
				|  |  |                          if (cbbWYP.Text == "2")
 | 
	
		
			
				|  |  |              {
 | 
	
		
			
				|  |  | -                cbbWCS.Text = FormHOZMainObject.m_MeasureFile.MParam.VendorType2;//厂商
 | 
	
		
			
				|  |  | +                //cbbWCS.Text = FormHOZMainObject.m_MeasureFile.MParam.VendorType2;//厂商
 | 
	
		
			
				|  |  |                  cbbWLZ.Text = FormHOZMainObject.m_MeasureFile.MParam.StraightenTimesType2;//拉直放大倍数
 | 
	
		
			
				|  |  |                  cbbWQGD.Text = FormHOZMainObject.m_MeasureFile.MParam.PositioningVoltageeType2;//定位电压
 | 
	
		
			
				|  |  |                  cbbWQGF.Text = FormHOZMainObject.m_MeasureFile.MParam.PositioningTimesType2;//定位放大倍数
 | 
	
	
		
			
				|  | @@ -1595,11 +1599,12 @@ namespace HOZProject
 | 
	
		
			
				|  |  |                  cbbWPZF.Text = FormHOZMainObject.m_MeasureFile.MParam.PhotoTimesType2;//拍照放大倍数
 | 
	
		
			
				|  |  |                  cbbEDSV.Text = FormHOZMainObject.m_MeasureFile.MParam.SEMVoltageeType2;//能谱电压值
 | 
	
		
			
				|  |  |                  cbbEDSA.Text = FormHOZMainObject.m_MeasureFile.MParam.SEMCurrentType2;//能谱电流值
 | 
	
		
			
				|  |  | +                label27.Text = "2-Pad bending";
 | 
	
		
			
				|  |  |              }
 | 
	
		
			
				|  |  |              else
 | 
	
		
			
				|  |  |                          if (cbbWYP.Text == "3")
 | 
	
		
			
				|  |  |              {
 | 
	
		
			
				|  |  | -                cbbWCS.Text = FormHOZMainObject.m_MeasureFile.MParam.VendorType3;//厂商
 | 
	
		
			
				|  |  | +                //cbbWCS.Text = FormHOZMainObject.m_MeasureFile.MParam.VendorType3;//厂商
 | 
	
		
			
				|  |  |                  cbbWLZ.Text = FormHOZMainObject.m_MeasureFile.MParam.StraightenTimesType3;//拉直放大倍数
 | 
	
		
			
				|  |  |                  cbbWQGD.Text = FormHOZMainObject.m_MeasureFile.MParam.PositioningVoltageeType3;//定位电压
 | 
	
		
			
				|  |  |                  cbbWQGF.Text = FormHOZMainObject.m_MeasureFile.MParam.PositioningTimesType3;//定位放大倍数
 | 
	
	
		
			
				|  | @@ -1607,8 +1612,8 @@ namespace HOZProject
 | 
	
		
			
				|  |  |                  cbbWPZF.Text = FormHOZMainObject.m_MeasureFile.MParam.PhotoTimesType3;//拍照放大倍数
 | 
	
		
			
				|  |  |                  cbbEDSV.Text = FormHOZMainObject.m_MeasureFile.MParam.SEMVoltageeType3;//能谱电压值
 | 
	
		
			
				|  |  |                  cbbEDSA.Text = FormHOZMainObject.m_MeasureFile.MParam.SEMCurrentType3;//能谱电流值
 | 
	
		
			
				|  |  | +                label27.Text = "3-DDIC";
 | 
	
		
			
				|  |  |              }
 | 
	
		
			
				|  |  |          }
 | 
	
		
			
				|  |  | -
 | 
	
		
			
				|  |  |      }
 | 
	
		
			
				|  |  |  }
 |