@@ -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" />
<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="取 消" />
@@ -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;