private void InitializeComponent() { this.customPanel = new PostTutorialPanel(); base.SuspendLayout(); this.customPanel.Anchor = AnchorStyles.Right | AnchorStyles.Left | AnchorStyles.Bottom | AnchorStyles.Top; this.customPanel.ClickThru = false; this.customPanel.Location = new Point(0, 0); this.customPanel.Name = "customPanel"; this.customPanel.PanelActive = true; this.customPanel.Size = new Size(0x271, 0x29c); this.customPanel.StoredGraphics = null; this.customPanel.TabIndex = 0; base.AutoScaleMode = AutoScaleMode.None; this.BackColor = ARGBColors.Fuchsia; base.ClientSize = new Size(0x271, 0x29c); base.ControlBox = false; base.Controls.Add(this.customPanel); base.FormBorderStyle = FormBorderStyle.None; this.MinimumSize = new Size(10, 10); base.Name = "PostTutorialWindow"; base.ShowIcon = false; base.ShowInTaskbar = false; base.StartPosition = FormStartPosition.Manual; this.Text = "PostTutorialWindow"; base.TransparencyKey = ARGBColors.Fuchsia; base.FormClosed += new FormClosedEventHandler(this.PostTutorialWindow_FormClosed); base.ResumeLayout(false); }