lu
2025-02-21 db9189bc9225f858949c5ff098282cb136009303
DevApp/Gs.DevApp/DevFrm/Sys/DocNoRule.cs
@@ -59,7 +59,7 @@
            txt_noLength.ValueChanged += (s, e) => { DoPreviewCode(); };
            txt_isIncludeDoc.CheckedChanged += (s, e) => { DoPreviewCode(); };
            txt_isSpilit.CheckedChanged += (s, e) => { DoPreviewCode(); };
        }
        /// <summary>
@@ -71,6 +71,11 @@
        {
            getPageList(1);
        }
        /// <summary>
        /// 布局事件
        /// </summary>
        /// <param name="sender"></param>
        /// <param name="e"></param>
        private void ToolBarMenu1_btnLayoutClick(object sender, EventArgs e)
        {
            string _formNamespace = this.GetType().FullName;