SVN r376
SVN-Revision: r376
This commit is contained in:
@@ -78,9 +78,11 @@ namespace Lskj.Control
|
|||||||
this.gcMain.KeyDown += new KeyEventHandler(OnTreeGridViewKeyDown);
|
this.gcMain.KeyDown += new KeyEventHandler(OnTreeGridViewKeyDown);
|
||||||
this.gcMain.SelectionChanged += new EventHandler(gcMain_SelectionChanged);
|
this.gcMain.SelectionChanged += new EventHandler(gcMain_SelectionChanged);
|
||||||
this.gcMain.CustomDrawNodeCell += new CustomDrawNodeCellEventHandler(OnCustomDrawNodeCell);
|
this.gcMain.CustomDrawNodeCell += new CustomDrawNodeCellEventHandler(OnCustomDrawNodeCell);
|
||||||
this.SetGridRowHeightAndFont();
|
if (LicenseManager.UsageMode != LicenseUsageMode.Designtime)
|
||||||
|
{
|
||||||
|
this.SetGridRowHeightAndFont();
|
||||||
|
}
|
||||||
//InitializeTreeMethod();
|
//InitializeTreeMethod();
|
||||||
|
|
||||||
//this.gcMain.OptionsBehavior.EnableFiltering = true;
|
//this.gcMain.OptionsBehavior.EnableFiltering = true;
|
||||||
//this.gcMain.OptionsFind.AlwaysVisible = true;
|
//this.gcMain.OptionsFind.AlwaysVisible = true;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user