From 5f2a6e10c6c7ccafb46594f6f8fd3f87c9448c39 Mon Sep 17 00:00:00 2001 From: duheng <2286773002@qq.com> Date: 星期四, 20 三月 2025 16:10:45 +0800 Subject: [PATCH] Merge branch 'master' of http://47.103.154.90:83/r/HStation/XHS.V1.0 --- WinFrmUI/IBox.WinFrmUI/Form/IBoxFormOverview.cs | 18 +++++++++--------- 1 files changed, 9 insertions(+), 9 deletions(-) diff --git a/WinFrmUI/IBox.WinFrmUI/Form/IBoxFormOverview.cs b/WinFrmUI/IBox.WinFrmUI/Form/IBoxFormOverview.cs index 18ecfec..5bf6c54 100644 --- a/WinFrmUI/IBox.WinFrmUI/Form/IBoxFormOverview.cs +++ b/WinFrmUI/IBox.WinFrmUI/Form/IBoxFormOverview.cs @@ -5,14 +5,14 @@ public partial class IBoxFormOverview : DocumentPage { - private string startCode = "[&start&]"; - private string endCode = "[&end&]"; - private string paramCode = "[¶m&]"; - private string getbaseCode = "getbase"; - private string getrealrecordCode = "getrealrecord"; - private string gethistoryrecordCode = "gethistoryrecord"; - private string getalarmbydayCode = "getalarmbyday"; - private string getbysignalidofdayrangeCode = "getbysignalidofdayrange"; + //private string startCode = "[&start&]"; + //private string endCode = "[&end&]"; + //private string paramCode = "[¶m&]"; + //private string getbaseCode = "getbase"; + //private string getrealrecordCode = "getrealrecord"; + //private string gethistoryrecordCode = "gethistoryrecord"; + //private string getalarmbydayCode = "getalarmbyday"; + //private string getbysignalidofdayrangeCode = "getbysignalidofdayrange"; //Stopwatch sw = new Stopwatch(); //string swstr=string.Empty; @@ -33,7 +33,7 @@ private void EboxForm_Load(object sender, EventArgs e) { Thread.Sleep(500); - SendText(startCode + getbaseCode + paramCode + endCode); + SendText(IBoxHelper.startCode + IBoxHelper.getbaseCode + IBoxHelper.paramCode + IBoxHelper.endCode); } -- Gitblit v1.9.3