1
lu
2024-12-16 9478ddf3051e83eb9a5889ff90688b34dd0f96a5
DevApp/Gs.DevApp/UserControl/UcToolBarMenu.cs
@@ -439,6 +439,7 @@
                lst.Add(btnPiZhun.Name);
                lst.Add(btnHelp.Name);
                _enabledBtn(lst);
                this.currentAction = "esc";
                if (btnEscClick != null) btnEscClick(this, e);
            }
        }
@@ -477,6 +478,7 @@
            lst.Add(btnEsc.Name);
            lst.Add(btnHelp.Name);
            _enabledBtn(lst);
            this.currentAction = "edit";
            if (btnEdtClick != null) btnEdtClick(this, e);
        }
@@ -496,6 +498,7 @@
            lst.Add(btnEsc.Name);
            lst.Add(btnHelp.Name);
            _enabledBtn(lst);
            this.currentAction = "add";
            if (btnAddClick != null) btnAddClick(this, e);
        }
@@ -915,6 +918,10 @@
        /// </summary>
        public string chkParameter { get; set; }
        /// <summary>
        /// 当前状态
        /// </summary>
        public string currentAction { get; set; }
        #endregion