SVN r807
SVN-Revision: r807
This commit is contained in:
@@ -76,7 +76,7 @@ namespace Lskj.Control
|
|||||||
/// <summary>
|
/// <summary>
|
||||||
/// 日期类型控件名称
|
/// 日期类型控件名称
|
||||||
/// </summary>
|
/// </summary>
|
||||||
private List<string> DateColumnNames=new List<string>();
|
private List<string> DateColumnNames = new List<string>();
|
||||||
|
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
@@ -1418,13 +1418,11 @@ namespace Lskj.Control
|
|||||||
gridColumn.OptionsFilter.FilterPopupMode = FilterPopupMode.CheckedList;
|
gridColumn.OptionsFilter.FilterPopupMode = FilterPopupMode.CheckedList;
|
||||||
gridColumn.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
gridColumn.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
||||||
|
|
||||||
|
|
||||||
if (!string.IsNullOrEmpty(model.AutoPadDataReleColName))
|
if (!string.IsNullOrEmpty(model.AutoPadDataReleColName))
|
||||||
{
|
{
|
||||||
AutoPadDataReleColList.Add(model);
|
AutoPadDataReleColList.Add(model);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
// 设置列格式化、汇总
|
// 设置列格式化、汇总
|
||||||
this.SetColumnFormat(gridColumn, model);
|
this.SetColumnFormat(gridColumn, model);
|
||||||
this.SetColumnSumming(gridColumn, model);
|
this.SetColumnSumming(gridColumn, model);
|
||||||
@@ -1652,7 +1650,10 @@ namespace Lskj.Control
|
|||||||
protected void SetGridRowHeightAndFont()
|
protected void SetGridRowHeightAndFont()
|
||||||
{
|
{
|
||||||
if (SystemInfo.Instance.GridRowFontSize > 0)
|
if (SystemInfo.Instance.GridRowFontSize > 0)
|
||||||
|
{
|
||||||
this.gcMain.Appearance.Row.Font = new Font("微软雅黑", SystemInfo.Instance.GridRowFontSize);
|
this.gcMain.Appearance.Row.Font = new Font("微软雅黑", SystemInfo.Instance.GridRowFontSize);
|
||||||
|
this.gcMain.Appearance.HeaderPanel.Font = new Font("微软雅黑", SystemInfo.Instance.GridRowFontSize);
|
||||||
|
}
|
||||||
if (SystemInfo.Instance.GridRowHeight > 0)
|
if (SystemInfo.Instance.GridRowHeight > 0)
|
||||||
{
|
{
|
||||||
this.gcMain.ColumnPanelRowHeight = this.gcMain.RowHeight = SystemInfo.Instance.GridRowHeight;
|
this.gcMain.ColumnPanelRowHeight = this.gcMain.RowHeight = SystemInfo.Instance.GridRowHeight;
|
||||||
@@ -3023,7 +3024,7 @@ namespace Lskj.Control
|
|||||||
e.Appearance.BackColor = ColorTranslator.FromHtml("#9feb6a");
|
e.Appearance.BackColor = ColorTranslator.FromHtml("#9feb6a");
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// 粘贴功能
|
/// 粘贴功能
|
||||||
|
|||||||
Reference in New Issue
Block a user