namespace pkNX.WinForms.Subforms { partial class MapViewer8a { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.pictureBox1 = new System.Windows.Forms.PictureBox(); this.CB_Map = new System.Windows.Forms.ComboBox(); this.CB_Species = new System.Windows.Forms.ComboBox(); this.L_CoordinateMouse = new System.Windows.Forms.Label(); this.L_SpawnDump = new System.Windows.Forms.Label(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit(); this.SuspendLayout(); // // pictureBox1 // this.pictureBox1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom; this.pictureBox1.Location = new System.Drawing.Point(20, 23); this.pictureBox1.Margin = new System.Windows.Forms.Padding(5, 6, 5, 6); this.pictureBox1.Name = "pictureBox1"; this.pictureBox1.Size = new System.Drawing.Size(853, 985); this.pictureBox1.TabIndex = 0; this.pictureBox1.TabStop = false; this.pictureBox1.MouseMove += new System.Windows.Forms.MouseEventHandler(this.MapViewer8a_MouseMove); // // CB_Map // this.CB_Map.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.CB_Map.FormattingEnabled = true; this.CB_Map.Location = new System.Drawing.Point(883, 23); this.CB_Map.Margin = new System.Windows.Forms.Padding(5, 6, 5, 6); this.CB_Map.Name = "CB_Map"; this.CB_Map.Size = new System.Drawing.Size(199, 33); this.CB_Map.TabIndex = 1; this.CB_Map.SelectedIndexChanged += new System.EventHandler(this.CB_Map_SelectedIndexChanged); // // CB_Species // this.CB_Species.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend; this.CB_Species.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems; this.CB_Species.FormattingEnabled = true; this.CB_Species.Location = new System.Drawing.Point(883, 265); this.CB_Species.Margin = new System.Windows.Forms.Padding(5, 6, 5, 6); this.CB_Species.Name = "CB_Species"; this.CB_Species.Size = new System.Drawing.Size(199, 33); this.CB_Species.TabIndex = 2; this.CB_Species.SelectedIndexChanged += new System.EventHandler(this.CB_Species_SelectedIndexChanged); // // L_CoordinateMouse // this.L_CoordinateMouse.AutoSize = true; this.L_CoordinateMouse.Location = new System.Drawing.Point(878, 981); this.L_CoordinateMouse.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0); this.L_CoordinateMouse.Name = "L_CoordinateMouse"; this.L_CoordinateMouse.Size = new System.Drawing.Size(265, 25); this.L_CoordinateMouse.TabIndex = 3; this.L_CoordinateMouse.Text = "Hover over img for Coordinates"; // // L_SpawnDump // this.L_SpawnDump.Location = new System.Drawing.Point(883, 312); this.L_SpawnDump.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0); this.L_SpawnDump.Name = "L_SpawnDump"; this.L_SpawnDump.Size = new System.Drawing.Size(293, 669); this.L_SpawnDump.TabIndex = 5; this.L_SpawnDump.Text = "~"; this.L_SpawnDump.TextAlign = System.Drawing.ContentAlignment.BottomLeft; // // MapViewer8a // this.AutoScaleDimensions = new System.Drawing.SizeF(10F, 25F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(1182, 1023); this.Controls.Add(this.L_SpawnDump); this.Controls.Add(this.L_CoordinateMouse); this.Controls.Add(this.CB_Species); this.Controls.Add(this.CB_Map); this.Controls.Add(this.pictureBox1); this.Margin = new System.Windows.Forms.Padding(5, 6, 5, 6); this.Name = "MapViewer8a"; this.Text = "MapViewer8a"; ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.PictureBox pictureBox1; private System.Windows.Forms.ComboBox CB_Map; private System.Windows.Forms.ComboBox CB_Species; private System.Windows.Forms.Label L_CoordinateMouse; private System.Windows.Forms.Label L_SpawnDump; } }