duheng
2025-03-28 9be9ba4e159969fb5e32648c2c34e912ccc3ae6d
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 = "[&param&]";
        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 = "[&param&]";
        //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);
        }