Browse Source

修改 程序管理界面去背景方式显示错误bug
修改 报告程序颗粒列表界面 多次筛选后 数据显示错误的 bug

CXS 3 years ago
parent
commit
922f266ae3

+ 1 - 1
Bin/x64/Debug/Resources/XMLData/AppResource_EN.xml

@@ -900,7 +900,7 @@
 	  <Control name="label_Auto" text="Auto" />
 	  <Control name="label_FrameEndMode" text="FrameEndMode" />
 	  <Control name="groupBox9" text="Standard library selection" />
-	  <Control name="label43" text="Standard Library:" />
+	  <Control name="label43" text="Background processing mode:" />
 	  <Control name="label44" text="Using X-ray" />
 	  <Control name="btnok" text="Sure" />
 	  <Control name="btncancel" text="Cancel" />

+ 1 - 1
Bin/x64/Debug/Resources/XMLData/AppResource_ZH.xml

@@ -900,7 +900,7 @@
 	  <Control name="label_Auto" text="自动" />
 	  <Control name="label_FrameEndMode" text="帧结束模式" />
 	  <Control name="groupBox9" text="标准库选择" />
-	  <Control name="label43" text="标准库选择:" />
+	  <Control name="label43" text="背景处理方式" />
 	  <Control name="label44" text="是否使用X-ray" />
 	  <Control name="btnok" text="确  定" />
 	  <Control name="btncancel" text="取  消" />

+ 1 - 1
OTSIncAReportApp/Control_Grids/ParticlesGridDevidePage.cs

@@ -531,7 +531,7 @@ namespace OTSIncAReportGrids
 
             ParticleData fielddata = new ParticleData(result.FilePath);
             DataTable particles = fielddata.GetInfoForPartucleDevidePage(PageIndex, pageSize, OrderFunction, condition);
-            PageSize = particles.Rows.Count;
+            //PageSize = particles.Rows.Count;
             if (particles == null)
             {
                 return;