private void InitializeComponent()
 {
     this.scoutPopupPanel = new ScoutPopupPanel();
     base.SuspendLayout();
     this.scoutPopupPanel.Location = new Point(0, 0);
     this.scoutPopupPanel.Name = "scoutPopupPanel";
     this.scoutPopupPanel.PanelActive = true;
     this.scoutPopupPanel.Size = new Size(700, 0x1e2);
     this.scoutPopupPanel.StoredGraphics = null;
     this.scoutPopupPanel.TabIndex = 0;
     base.AutoScaleMode = AutoScaleMode.None;
     base.ClientSize = new Size(700, 0x1e2);
     base.ControlBox = false;
     base.Controls.Add(this.scoutPopupPanel);
     base.FormBorderStyle = FormBorderStyle.None;
     this.MaximumSize = new Size(700, 0x1e2);
     this.MinimumSize = new Size(700, 0x1e2);
     base.Name = "ScoutPopupWindow";
     base.ShowInTaskbar = false;
     base.StartPosition = FormStartPosition.Manual;
     this.Text = "ScoutPopupWindow";
     base.FormClosing += new FormClosingEventHandler(this.ScoutPopupPanel_FormClosing);
     base.ResumeLayout(false);
 }
 private void InitializeComponent()
 {
     this.scoutPopupPanel = new ScoutPopupPanel();
     base.SuspendLayout();
     this.scoutPopupPanel.Location       = new Point(0, 0);
     this.scoutPopupPanel.Name           = "scoutPopupPanel";
     this.scoutPopupPanel.PanelActive    = true;
     this.scoutPopupPanel.Size           = new Size(700, 0x1e2);
     this.scoutPopupPanel.StoredGraphics = null;
     this.scoutPopupPanel.TabIndex       = 0;
     base.AutoScaleMode = AutoScaleMode.None;
     base.ClientSize    = new Size(700, 0x1e2);
     base.ControlBox    = false;
     base.Controls.Add(this.scoutPopupPanel);
     base.FormBorderStyle = FormBorderStyle.None;
     this.MaximumSize     = new Size(700, 0x1e2);
     this.MinimumSize     = new Size(700, 0x1e2);
     base.Name            = "ScoutPopupWindow";
     base.ShowInTaskbar   = false;
     base.StartPosition   = FormStartPosition.Manual;
     this.Text            = "ScoutPopupWindow";
     base.FormClosing    += new FormClosingEventHandler(this.ScoutPopupPanel_FormClosing);
     base.ResumeLayout(false);
 }