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.NUD_Tolerance = new System.Windows.Forms.NumericUpDown(); this.L_SpawnDump = new System.Windows.Forms.Label(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.NUD_Tolerance)).BeginInit(); this.SuspendLayout(); // // pictureBox1 // this.pictureBox1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom; this.pictureBox1.Location = new System.Drawing.Point(12, 12); this.pictureBox1.Name = "pictureBox1"; this.pictureBox1.Size = new System.Drawing.Size(512, 512); 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(530, 12); this.CB_Map.Name = "CB_Map"; this.CB_Map.Size = new System.Drawing.Size(121, 21); 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(530, 138); this.CB_Species.Name = "CB_Species"; this.CB_Species.Size = new System.Drawing.Size(121, 21); 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(527, 510); this.L_CoordinateMouse.Name = "L_CoordinateMouse"; this.L_CoordinateMouse.Size = new System.Drawing.Size(153, 13); this.L_CoordinateMouse.TabIndex = 3; this.L_CoordinateMouse.Text = "Hover over img for Coordinates"; // // NUD_Tolerance // this.NUD_Tolerance.Location = new System.Drawing.Point(530, 487); this.NUD_Tolerance.Name = "NUD_Tolerance"; this.NUD_Tolerance.Size = new System.Drawing.Size(57, 20); this.NUD_Tolerance.TabIndex = 4; this.NUD_Tolerance.Value = new decimal(new int[] { 5, 0, 0, 0}); // // L_SpawnDump // this.L_SpawnDump.Location = new System.Drawing.Point(530, 162); this.L_SpawnDump.Name = "L_SpawnDump"; this.L_SpawnDump.Size = new System.Drawing.Size(176, 322); this.L_SpawnDump.TabIndex = 5; this.L_SpawnDump.Text = "~"; this.L_SpawnDump.TextAlign = System.Drawing.ContentAlignment.BottomLeft; // // MapViewer8a // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(709, 532); this.Controls.Add(this.L_SpawnDump); this.Controls.Add(this.NUD_Tolerance); this.Controls.Add(this.L_CoordinateMouse); this.Controls.Add(this.CB_Species); this.Controls.Add(this.CB_Map); this.Controls.Add(this.pictureBox1); this.Name = "MapViewer8a"; this.Text = "MapViewer8a"; ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.NUD_Tolerance)).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.NumericUpDown NUD_Tolerance; private System.Windows.Forms.Label L_SpawnDump; } }