private void InitializeComponent()
 {
     this.layout = new CaptureManagerLayout();
     this.SuspendLayout();
     // 
     // networkingToolsLayout1
     // 
     this.layout.Location = new Point(0, 0);
     this.layout.Name = "layout1";
     this.layout.Size = new Size(700, 500);
     this.layout.TabIndex = 0;
     this.layout.Dock = DockStyle.Fill;
     this.ResumeLayout(false);
 }
 private void InitializeComponent()
 {
     this.layout = new CaptureManagerLayout();
     this.SuspendLayout();
     //
     // networkingToolsLayout1
     //
     this.layout.Location = new Point(0, 0);
     this.layout.Name     = "layout1";
     this.layout.Size     = new Size(700, 500);
     this.layout.TabIndex = 0;
     this.layout.Dock     = DockStyle.Fill;
     this.ResumeLayout(false);
 }