|
@@ -230,12 +230,13 @@ namespace OTSIncAReportGraph.Controls
|
|
|
|
|
|
//初始化底层操作类
|
|
|
m_OTSIncAReportFun = new OTSIncAReportFun(this, resultFile);
|
|
|
-
|
|
|
+
|
|
|
InitializeComponent();
|
|
|
#region 国际化语言
|
|
|
Language lan = new Language(this);
|
|
|
table = lan.GetNameTable(this.Name);
|
|
|
#endregion
|
|
|
+
|
|
|
}
|
|
|
|
|
|
private void Control_DrawDistrbutionImageAndBSE_Load(object sender, EventArgs e)
|
|
@@ -1390,8 +1391,8 @@ namespace OTSIncAReportGraph.Controls
|
|
|
//第二步,移动到指定位置,先读取再设置
|
|
|
if (m_OTSIncAReportFun.m_SEMConnectionState == true)
|
|
|
{
|
|
|
- //m_OTSIncAReportFun.MoveSemToPointXY_ForDrawDistrbutionImageAndBSE(sem_point.X, sem_point.Y);
|
|
|
- bool MoveFlag=m_OTSIncAReportFun.m_cfun.SetSemPositionXY(sem_point.X, sem_point.Y, 0);
|
|
|
+ m_OTSIncAReportFun.MoveSemToPointXY_ForDrawDistrbutionImageAndBSE(sem_point.X, sem_point.Y);
|
|
|
+ // bool MoveFlag= m_OTSIncAReportGridsFun.m_cfun.SetSemPositionXY(sem_point.X, sem_point.Y, 0);
|
|
|
}
|
|
|
|
|
|
Thread.Sleep(500);
|