提交当前本机整理版本
This commit is contained in:
@@ -1259,4 +1259,30 @@ namespace Lskj.PubModuleDetail5
|
||||
//if (this.SearchLeftObj != null && Tab_additional.SelectedTabPage == xtraTabPage1)//进行tabpage位置判断
|
||||
//{
|
||||
// // this.splitLeftControl.Panel1.Visible = false;
|
||||
// //splitLeftControl.SplitterPosition =
|
||||
// //splitLeftControl.SplitterPosition = 0;
|
||||
// this.splitLeftControl.PanelVisibility = SplitPanelVisibility.Panel2;
|
||||
// this.splitContainerControl1.PanelVisibility = SplitPanelVisibility.Panel1;
|
||||
//}
|
||||
//else
|
||||
//{
|
||||
// //string splitterTopPosition = IniHelper.Read(string.Format("Production_spliterPositionTop_{0}", this.Model.ModuleCode));
|
||||
// //if (!string.IsNullOrEmpty(splitterTopPosition)) this.splitLeftControl.SplitterPosition = Convert.ToInt32(splitterTopPosition);
|
||||
// this.splitLeftControl.PanelVisibility = SplitPanelVisibility.Both;
|
||||
// this.splitContainerControl1.PanelVisibility = SplitPanelVisibility.Both;
|
||||
//}
|
||||
|
||||
}
|
||||
catch (Exception ex)
|
||||
{
|
||||
string Message = ErrorMessage.PromptErrorMessage(ex);
|
||||
MessageUtil.Show(Message, ex.Message);
|
||||
}
|
||||
}
|
||||
#endregion
|
||||
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user