lu
2025-02-21 b5a5f3fe2ee6b0db77b679c6713265e2393e1d90
DevApp/Gs.DevApp/DevFrm/WOM/Frm_Womcaa.cs
@@ -20,6 +20,11 @@
            InitializeComponent();
            this.toolBarMenu1.btnLoadClick += ToolBarMenu1_btnLoadClick;
            this.toolBarMenu1.btnQueryClick += ToolBarMenu1_btnQueryClick;
            toolBarMenu1.btnLayoutClick += ToolBarMenu1_btnLayoutClick;
            List<DevExpress.XtraGrid.Views.Grid.GridView> gvList = new List<DevExpress.XtraGrid.Views.Grid.GridView>();
            gvList.Add(gridView1);
            gvList.Add(gvMx1);
            Gs.DevApp.ToolBox.UtilityHelper.getGridViewConfig(this.GetType().FullName, gvList);
            Gs.DevApp.ToolBox.UtilityHelper.SetGridViewParameterMx(gvMx1);
            Gs.DevApp.ToolBox.UtilityHelper.SetGridViewParameter(gridView1, picCheckBox, this, "fstatus", "", (value) =>
            {
@@ -99,7 +104,7 @@
                getPageList(this.pageBar1.CurrentPage);
            }
        }
        /// <summary>
        /// 
        /// </summary>
@@ -144,6 +149,20 @@
            }
        }
        /// <summary>
        /// 布局事件
        /// </summary>
        /// <param name="sender"></param>
        /// <param name="e"></param>
        private void ToolBarMenu1_btnLayoutClick(object sender, EventArgs e)
        {
            string _formNamespace = this.GetType().FullName;
            List<DevExpress.XtraGrid.Views.Grid.GridView> gvList = new List<DevExpress.XtraGrid.Views.Grid.GridView>();
            gvList.Add(gridView1);
            gvList.Add(gvMx1);
            Gs.DevApp.UserControl.showLayOut DevFrm = new showLayOut(_formNamespace, gvList);
            DevFrm.ShowDialog();
        }
        private void getModel(string strGuid)
        {
            bool isEdit = false;