private void InitializeComponent() { this.createPopupPanel = new BPPopupPanel(); base.SuspendLayout(); this.createPopupPanel.ClickThru = false; this.createPopupPanel.Font = new Font("Microsoft Sans Serif", 8.25f); this.createPopupPanel.Location = new Point(0, 0); this.createPopupPanel.Name = "createPopupPanel"; this.createPopupPanel.NoDrawBackground = false; this.createPopupPanel.PanelActive = true; this.createPopupPanel.SelfDrawBackground = false; this.createPopupPanel.Size = new Size(600, 200); this.createPopupPanel.StoredGraphics = null; this.createPopupPanel.TabIndex = 0; base.AutoScaleMode = AutoScaleMode.None; base.ClientSize = new Size(600, 200); base.ControlBox = false; base.Controls.Add(this.createPopupPanel); base.FormBorderStyle = FormBorderStyle.None; this.MaximumSize = new Size(600, 200); this.MinimumSize = new Size(600, 200); base.Name = "BPPopupWindow"; base.ShowInTaskbar = false; base.StartPosition = FormStartPosition.Manual; this.Text = "ScoutPopupWindow"; base.FormClosing += new FormClosingEventHandler(this.CreatePopupPanel_FormClosing); base.ResumeLayout(false); }