Bloom.Library.WebLibraryView.InitializeComponent C# (CSharp) Method

InitializeComponent() private method

Required method for Designer support - do not modify the contents of this method with the code editor.
private InitializeComponent ( ) : void
return void
        private void InitializeComponent()
        {
			this.SuspendLayout();
			// 
			// WebLibraryView
			// 
			this.BackColor = System.Drawing.SystemColors.Control;
			this.Name = "WebLibraryView";
			this.Size = new System.Drawing.Size(773, 518);
			this.Load += new System.EventHandler(this.WebLibraryView_Load);
			this.VisibleChanged += new System.EventHandler(this.LibraryView_VisibleChanged);
			this.ResumeLayout(false);

        }