Shuxia Ning
2025-02-13 2f1cbec203dcff25df7a5c2b51b13ec558f2c3db
02-desktop/WinFrmUI/IStation.WinFrmUI.Basic/MonitorPoint/MonitorPointMgrPage.cs
@@ -16,6 +16,16 @@
            this.PageTitle.Caption = "监测点";
            this.gridView1.SetNormalView();
            this.monitorPointGroupListCtrl1.FocusedChangedEvent += MonitorPointGroupListCtrl1_FocusedChangedEvent1;
            this.gridView1.RowCellClick += (s, e) =>
            {
                if (e.Button == MouseButtons.Right)
                {
                    if (e.CellValue != null)
                    {
                        Clipboard.SetText(e.CellValue.ToString());
                    }
                }
            };
        }