This commit is contained in:
2011-01-19 21:53:01 +00:00
parent fbce101db9
commit 0fafccf62c
6 changed files with 717 additions and 161 deletions

View File

@@ -28,7 +28,15 @@ namespace Volian.Controls.Library
/// </summary>
private void InitializeComponent()
{
components = new System.ComponentModel.Container();
((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
this.SuspendLayout();
//
// VlnFlexGrid
//
this.Rows.DefaultSize = 19;
((System.ComponentModel.ISupportInitialize)(this)).EndInit();
this.ResumeLayout(false);
}
#endregion