private void InitializeComponent() { this.reportCapturePanel = new ReportCapturePanel(); this.reportDeletePanel = new ReportDeletePanel(); base.SuspendLayout(); this.reportCapturePanel.Anchor = AnchorStyles.Right | AnchorStyles.Left | AnchorStyles.Bottom | AnchorStyles.Top; this.reportCapturePanel.BackColor = ARGBColors.Fuchsia; this.reportCapturePanel.Location = new Point(0, 0); this.reportCapturePanel.Name = "reportCapturePanel"; this.reportCapturePanel.Size = new Size(0x124, 0x10a); this.reportCapturePanel.StoredGraphics = null; this.reportCapturePanel.TabIndex = 0; this.reportDeletePanel.Anchor = AnchorStyles.Right | AnchorStyles.Left | AnchorStyles.Bottom | AnchorStyles.Top; this.reportDeletePanel.BackColor = ARGBColors.Fuchsia; this.reportDeletePanel.Location = new Point(0, 0); this.reportDeletePanel.Name = "reportDeletePanel"; this.reportDeletePanel.Size = new Size(0x124, 0x10a); this.reportDeletePanel.StoredGraphics = null; this.reportDeletePanel.TabIndex = 0; base.AutoScaleDimensions = new SizeF(6f, 13f); base.AutoScaleMode = AutoScaleMode.None; this.BackColor = ARGBColors.White; base.ClientSize = new Size(0x124, 0x10a); base.ControlBox = false; base.Controls.Add(this.reportCapturePanel); base.Controls.Add(this.reportDeletePanel); base.FormBorderStyle = FormBorderStyle.None; base.Name = "ReportCapturePopup"; base.Opacity = 0.95; base.ShowIcon = false; base.ShowInTaskbar = false; base.StartPosition = FormStartPosition.Manual; this.Text = "Report Capture"; base.TransparencyKey = ARGBColors.Fuchsia; base.ResumeLayout(false); }