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