duheng
2025-03-28 9be9ba4e159969fb5e32648c2c34e912ccc3ae6d
WinFrmUI/IBox.WinFrmUI/Form/IBoxFormOverview.cs
@@ -1,19 +1,18 @@
using Yw;
using Yw.WinFrmUI;
using Yw.WinFrmUI;
namespace IBox.WinFrmUI
{
    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;
@@ -30,11 +29,11 @@
        }
        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);
        }
@@ -83,7 +82,7 @@
            return 0;
        }
        private void gridView3_CustomDrawCell(object sender, DevExpress.XtraGrid.Views.Base.RowCellCustomDrawEventArgs e)
        {