Browse Source

修改 资源 文件 othereslesct 为其他筛选

cxs 1 year ago
parent
commit
fc9920767b

+ 1 - 1
Bin/x64/Debug/Resources/XMLData/ResourceForMeasureSourceGrid-ZH.xml

@@ -41,7 +41,7 @@
 			<member itemKey="20025" itemName="" itemText="颗粒灰度最大值" description="输入分析颗粒灰度最大值(0~255),不小于分析颗粒灰度最小值。"/>
 			<member itemKey="20020" itemName="" itemText="等效圆直径最小值(微米)" description="输入分析颗粒面积最小值(微米)。"/>
 			<member itemKey="20021" itemName="" itemText="等效圆直径最大值(微米)" description="输入分析颗粒面积最大值(微米)。"/>
-			<member itemKey="20029" itemName="" itemText="其他选" description="otherselection"/>	
+			<member itemKey="20029" itemName="" itemText="其他选" description="otherselection"/>	
 
         </collection>
 		<collection RegName="ResGrp" grpKey="3" text="x-ray参数" description="">

+ 1 - 0
OTSIncAReportApp/1-UI/Control_Grids/ParticlesGridDevidePage/ParticlesGridDevidePage.cs

@@ -1902,6 +1902,7 @@ namespace OTSIncAReportGrids
                 int pictureIdx;
                 Bitmap bp;
                 byte[] bytes;
+                IPicture pict;
                 //插入表内容
                 for (int i_row = 0; i_row < dgV_ParticlesDevidePage.Rows.Count; i_row++)
                 {