bug
lu
2025-06-21 8d35329ba4acfdb702587eb9b624e320b37ecb4a
DevApp/Gs.DevApp/UserControl/UcBtnPrint.cs
@@ -103,5 +103,12 @@
            return false;
        }
        public void SetPlButton( bool blPiLiang) {
            if (blPiLiang == true)
                this.layoutControlItem3.Visibility = DevExpress.XtraLayout.Utils.LayoutVisibility.Always;
            else
                this.layoutControlItem3.Visibility = DevExpress.XtraLayout.Utils.LayoutVisibility.Never;
        }
    }
}