From 6b78bbbf04d2bd95630a9841a819c8a5aac53408 Mon Sep 17 00:00:00 2001 From: SugarChes Date: Sat, 15 Aug 2026 22:37:07 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=81=A2=E5=A4=8D=20ModuleGridEx=20?= =?UTF-8?q?=E7=BB=84=E4=BB=B6=E5=AE=B9=E5=99=A8=E7=AE=A1=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 插件库/Lskj.Control/ModuleGridEx.Designer.cs | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/插件库/Lskj.Control/ModuleGridEx.Designer.cs b/插件库/Lskj.Control/ModuleGridEx.Designer.cs index 91ec22d..5bb01cc 100644 --- a/插件库/Lskj.Control/ModuleGridEx.Designer.cs +++ b/插件库/Lskj.Control/ModuleGridEx.Designer.cs @@ -34,14 +34,15 @@ /// private void InitializeComponent() { - this.pm_print = new DevExpress.XtraBars.PopupMenu(); - this.barManager1 = new DevExpress.XtraBars.BarManager(); + this.components = new System.ComponentModel.Container(); + this.pm_print = new DevExpress.XtraBars.PopupMenu(this.components); + this.barManager1 = new DevExpress.XtraBars.BarManager(this.components); this.barDockControlTop = new DevExpress.XtraBars.BarDockControl(); this.barDockControlBottom = new DevExpress.XtraBars.BarDockControl(); this.barDockControlLeft = new DevExpress.XtraBars.BarDockControl(); this.barDockControlRight = new DevExpress.XtraBars.BarDockControl(); - this.pm_oper = new DevExpress.XtraBars.PopupMenu(); - this.pm_common = new DevExpress.XtraBars.PopupMenu(); + this.pm_oper = new DevExpress.XtraBars.PopupMenu(this.components); + this.pm_common = new DevExpress.XtraBars.PopupMenu(this.components); this.grouptip = new System.Windows.Forms.GroupBox(); this.TipsPanel = new System.Windows.Forms.Panel(); this.scc_container = new DevExpress.XtraEditors.SplitContainerControl();