示例#1
0
 private void ShowFull()
 {
     if (this.sinoSZUC_GridControlEx_FullRelation1.DataSource == null)
     {
         DataTable _fullComboData = MC_QueryModel.CreateFullComboData(this.compareRequest, this.QueryModel, this.CompareResult);
         this.sinoSZUC_GridControlEx_FullRelation1.ShowQueryResult(this.compareRequest, this.QueryModel, this.CompareResult.Tables["EXCELRESULTDATA"]);
         this.sinoSZUC_GridControlEx_FullRelation1.DataSource = _fullComboData;
     }
     this.tableLayoutPanel1.RowStyles[1].Height = 0;
     this.tableLayoutPanel1.RowStyles[2].Height = 100;
     _currentGrid = this.sinoSZUC_GridControlEx_FullRelation1.CurrentView;
     RaiseMenuChanged();
 }
 /// <summary>
 /// 全部平铺展示
 /// </summary>
 private void ShowFull()
 {
     if (this.sinoSZUC_GridControlEx3.DataSource == null)
     {
         this.sinoSZUC_GridControlEx3.ShowQueryResult(this.QueryRequest, this.QueryModel, QueryResultData);
         DataTable _fullComboData = MC_QueryModel.CreateFullComboData(this.QueryRequest, this.QueryModel, QueryResultData);
         this.sinoSZUC_GridControlEx3.DataSource = _fullComboData;
     }
     this.sinoSZUC_GridControlEx1.Visible = false;
     this.sinoSZUC_GridControlEx2.Visible = false;
     this.sinoSZUC_GridControlEx3.Visible = true;
     _currentGrid = this.sinoSZUC_GridControlEx3;
     RaiseMenuChanged();
 }