lu
2024-12-19 1210460a95ba58f219d38e545dcaf9e21383d18f
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