private void InitializeComponent()
 {
     this.customPanel = new LostVillagePanel();
     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(860, 620);
     this.customPanel.StoredGraphics = null;
     this.customPanel.TabIndex = 0;
     base.AutoScaleMode = AutoScaleMode.None;
     this.BackColor = ARGBColors.Fuchsia;
     base.ClientSize = new Size(860, 620);
     base.ControlBox = false;
     base.Controls.Add(this.customPanel);
     base.FormBorderStyle = FormBorderStyle.None;
     this.MinimumSize = new Size(10, 10);
     base.Name = "LostVillageWindow";
     base.ShowIcon = false;
     base.ShowInTaskbar = false;
     base.StartPosition = FormStartPosition.Manual;
     this.Text = "LostVillageWindow";
     base.TransparencyKey = ARGBColors.Fuchsia;
     base.FormClosing += new FormClosingEventHandler(this.LostVillageWindow_FormClosing);
     base.ResumeLayout(false);
 }
 private void InitializeComponent()
 {
     this.customPanel = new LostVillagePanel();
     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(860, 620);
     this.customPanel.StoredGraphics = null;
     this.customPanel.TabIndex       = 0;
     base.AutoScaleMode = AutoScaleMode.None;
     this.BackColor     = ARGBColors.Fuchsia;
     base.ClientSize    = new Size(860, 620);
     base.ControlBox    = false;
     base.Controls.Add(this.customPanel);
     base.FormBorderStyle = FormBorderStyle.None;
     this.MinimumSize     = new Size(10, 10);
     base.Name            = "LostVillageWindow";
     base.ShowIcon        = false;
     base.ShowInTaskbar   = false;
     base.StartPosition   = FormStartPosition.Manual;
     this.Text            = "LostVillageWindow";
     base.TransparencyKey = ARGBColors.Fuchsia;
     base.FormClosing    += new FormClosingEventHandler(this.LostVillageWindow_FormClosing);
     base.ResumeLayout(false);
 }