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()); } } }; }