lu
2025-02-21 b5a5f3fe2ee6b0db77b679c6713265e2393e1d90
DevApp/Gs.DevApp/UserControl/UcToolBarMenu.cs
@@ -6,6 +6,7 @@
using System.Net;
using System.Windows.Forms;
using DevExpress.XtraBars;
using DevExpress.XtraBars.Commands;
using DevExpress.XtraEditors;
using Gs.DevApp.DevFrm.Rpt;
using Gs.DevApp.DevFrm.Sys;
@@ -74,7 +75,7 @@
            if (parentForm != null)
            {
                PictureBox specificControl = (PictureBox)parentForm.Controls.Find("picCheckBox", true).FirstOrDefault();
                if (specificControl== null)
                if (specificControl == null)
                    return false;
                if (specificControl.Tag == null)
                    return false;