feat: 新增主界面模块功能

This commit is contained in:
cyf
2026-08-28 23:32:47 +08:00
parent b33c847b27
commit 98a119ed25
10 changed files with 942 additions and 30 deletions
@@ -192,8 +192,12 @@ namespace Lskj.Control.MultiModelLookUp
this.gcDetail.GridView.OptionsSelection.EnableAppearanceFocusedCell = false;
this.Resize += new System.EventHandler(maximization);
this.splitMain_Right.SplitterMoved += new EventHandler(PositionChange);
this.gcDetail.GridView.OptionsView.ColumnAutoWidth = true;
this.gcMain.GridView.OptionsView.ColumnAutoWidth = true;
//this.gcDetail.GridView.OptionsView.ColumnAutoWidth = true;
//this.gcMain.GridView.OptionsView.ColumnAutoWidth = true;
this.gcDetail.GridView.OptionsView.ColumnAutoWidth = false;
this.gcDetail.GridView.HorzScrollVisibility = DevExpress.XtraGrid.Views.Base.ScrollVisibility.Auto;
this.gcMain.GridView.OptionsView.ColumnAutoWidth = false;
this.gcMain.GridView.HorzScrollVisibility =DevExpress.XtraGrid.Views.Base.ScrollVisibility.Auto;
}
//关联模块号;是否为单选模式
@@ -243,8 +247,12 @@ namespace Lskj.Control.MultiModelLookUp
this.SourceSQL = this.SysModel.MenuSql;
this.gcDetail.GridView.OptionsSelection.EnableAppearanceFocusedCell = false;
this.gcDetail.GridView.OptionsView.ColumnAutoWidth = true;
this.gcMain.GridView.OptionsView.ColumnAutoWidth = true;
//this.gcDetail.GridView.OptionsView.ColumnAutoWidth = true;
//this.gcMain.GridView.OptionsView.ColumnAutoWidth = true;
this.gcDetail.GridView.OptionsView.ColumnAutoWidth = false;
this.gcDetail.GridView.HorzScrollVisibility =DevExpress.XtraGrid.Views.Base.ScrollVisibility.Auto;
this.gcMain.GridView.OptionsView.ColumnAutoWidth = false;
this.gcMain.GridView.HorzScrollVisibility =DevExpress.XtraGrid.Views.Base.ScrollVisibility.Auto;
}