namespace DarkWynter.App { partial class TerrainModControl { /// /// 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 Component Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.pictureBoxMapView = new System.Windows.Forms.PictureBox(); this.colorSelectionButton = new System.Windows.Forms.Button(); this.numericUpDownBrushSize = new System.Windows.Forms.NumericUpDown(); this.getTMLoc = new System.Windows.Forms.GroupBox(); this.end3 = new System.Windows.Forms.TextBox(); this.end2 = new System.Windows.Forms.TextBox(); this.end1 = new System.Windows.Forms.TextBox(); this.endPosition = new System.Windows.Forms.Label(); this.positionBox3 = new System.Windows.Forms.TextBox(); this.positionBox2 = new System.Windows.Forms.TextBox(); this.Enter = new System.Windows.Forms.Button(); this.positionBox1 = new System.Windows.Forms.TextBox(); this.radiusBox = new System.Windows.Forms.TextBox(); this.amountBox = new System.Windows.Forms.TextBox(); this.StartPositionBox = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.label1 = new System.Windows.Forms.Label(); this.label3 = new System.Windows.Forms.Label(); this.numericUpDownTerrainHeight = new System.Windows.Forms.NumericUpDown(); this.label4 = new System.Windows.Forms.Label(); this.checkBoxAdditive = new System.Windows.Forms.CheckBox(); ((System.ComponentModel.ISupportInitialize)(this.pictureBoxMapView)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.numericUpDownBrushSize)).BeginInit(); this.getTMLoc.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.numericUpDownTerrainHeight)).BeginInit(); this.SuspendLayout(); // // pictureBoxMapView // this.pictureBoxMapView.BackColor = System.Drawing.Color.DimGray; this.pictureBoxMapView.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; this.pictureBoxMapView.Cursor = System.Windows.Forms.Cursors.Cross; this.pictureBoxMapView.Location = new System.Drawing.Point(245, 3); this.pictureBoxMapView.Name = "pictureBoxMapView"; this.pictureBoxMapView.Size = new System.Drawing.Size(128, 128); this.pictureBoxMapView.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage; this.pictureBoxMapView.TabIndex = 0; this.pictureBoxMapView.TabStop = false; this.pictureBoxMapView.MouseMove += new System.Windows.Forms.MouseEventHandler(this.pictureBoxMapView_MouseMove); this.pictureBoxMapView.MouseDown += new System.Windows.Forms.MouseEventHandler(this.pictureBoxMapView_MouseDown); this.pictureBoxMapView.MouseUp += new System.Windows.Forms.MouseEventHandler(this.pictureBoxMapView_MouseUp); // // colorSelectionButton // this.colorSelectionButton.Location = new System.Drawing.Point(388, 3); this.colorSelectionButton.Name = "colorSelectionButton"; this.colorSelectionButton.Size = new System.Drawing.Size(107, 25); this.colorSelectionButton.TabIndex = 1; this.colorSelectionButton.Text = "Change Color"; this.colorSelectionButton.UseVisualStyleBackColor = true; this.colorSelectionButton.Click += new System.EventHandler(this.colorSelectionButton_Click); // // numericUpDownBrushSize // this.numericUpDownBrushSize.Location = new System.Drawing.Point(388, 34); this.numericUpDownBrushSize.Maximum = new decimal(new int[] { 255, 0, 0, 0}); this.numericUpDownBrushSize.Name = "numericUpDownBrushSize"; this.numericUpDownBrushSize.Size = new System.Drawing.Size(120, 20); this.numericUpDownBrushSize.TabIndex = 2; this.numericUpDownBrushSize.Value = new decimal(new int[] { 2, 0, 0, 0}); // // getTMLoc // this.getTMLoc.Controls.Add(this.end3); this.getTMLoc.Controls.Add(this.end2); this.getTMLoc.Controls.Add(this.end1); this.getTMLoc.Controls.Add(this.endPosition); this.getTMLoc.Controls.Add(this.positionBox3); this.getTMLoc.Controls.Add(this.positionBox2); this.getTMLoc.Controls.Add(this.Enter); this.getTMLoc.Controls.Add(this.positionBox1); this.getTMLoc.Controls.Add(this.radiusBox); this.getTMLoc.Controls.Add(this.amountBox); this.getTMLoc.Controls.Add(this.StartPositionBox); this.getTMLoc.Controls.Add(this.label2); this.getTMLoc.Controls.Add(this.label1); this.getTMLoc.Location = new System.Drawing.Point(3, 3); this.getTMLoc.Name = "getTMLoc"; this.getTMLoc.Size = new System.Drawing.Size(236, 151); this.getTMLoc.TabIndex = 8; this.getTMLoc.TabStop = false; this.getTMLoc.Text = "Terrrain Mod Location"; // // end3 // this.end3.Location = new System.Drawing.Point(160, 95); this.end3.Name = "end3"; this.end3.Size = new System.Drawing.Size(35, 20); this.end3.TabIndex = 12; // // end2 // this.end2.Location = new System.Drawing.Point(122, 95); this.end2.Name = "end2"; this.end2.Size = new System.Drawing.Size(32, 20); this.end2.TabIndex = 11; // // end1 // this.end1.Location = new System.Drawing.Point(87, 95); this.end1.Name = "end1"; this.end1.Size = new System.Drawing.Size(29, 20); this.end1.TabIndex = 10; // // endPosition // this.endPosition.AutoSize = true; this.endPosition.Location = new System.Drawing.Point(6, 98); this.endPosition.Name = "endPosition"; this.endPosition.Size = new System.Drawing.Size(62, 13); this.endPosition.TabIndex = 9; this.endPosition.Text = "Positionend"; // // positionBox3 // this.positionBox3.Location = new System.Drawing.Point(160, 69); this.positionBox3.Name = "positionBox3"; this.positionBox3.Size = new System.Drawing.Size(35, 20); this.positionBox3.TabIndex = 8; // // positionBox2 // this.positionBox2.Location = new System.Drawing.Point(122, 69); this.positionBox2.Name = "positionBox2"; this.positionBox2.Size = new System.Drawing.Size(32, 20); this.positionBox2.TabIndex = 7; // // Enter // this.Enter.Location = new System.Drawing.Point(9, 123); this.Enter.Name = "Enter"; this.Enter.Size = new System.Drawing.Size(75, 23); this.Enter.TabIndex = 6; this.Enter.Text = "Enter"; this.Enter.UseVisualStyleBackColor = true; this.Enter.Click += new System.EventHandler(this.Enter_Click); // // positionBox1 // this.positionBox1.Location = new System.Drawing.Point(87, 69); this.positionBox1.Name = "positionBox1"; this.positionBox1.Size = new System.Drawing.Size(29, 20); this.positionBox1.TabIndex = 5; // // radiusBox // this.radiusBox.Location = new System.Drawing.Point(87, 43); this.radiusBox.Name = "radiusBox"; this.radiusBox.Size = new System.Drawing.Size(100, 20); this.radiusBox.TabIndex = 4; // // amountBox // this.amountBox.Location = new System.Drawing.Point(87, 17); this.amountBox.Name = "amountBox"; this.amountBox.Size = new System.Drawing.Size(100, 20); this.amountBox.TabIndex = 3; // // StartPositionBox // this.StartPositionBox.AutoSize = true; this.StartPositionBox.Location = new System.Drawing.Point(6, 72); this.StartPositionBox.Name = "StartPositionBox"; this.StartPositionBox.Size = new System.Drawing.Size(64, 13); this.StartPositionBox.TabIndex = 2; this.StartPositionBox.Text = "Positionstart"; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(6, 46); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(64, 13); this.label2.TabIndex = 1; this.label2.Text = "Mod Radius"; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(6, 20); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(43, 13); this.label1.TabIndex = 0; this.label1.Text = "Amount"; // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(514, 36); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(65, 13); this.label3.TabIndex = 13; this.label3.Text = "Brush Width"; // // numericUpDownTerrainHeight // this.numericUpDownTerrainHeight.Location = new System.Drawing.Point(388, 60); this.numericUpDownTerrainHeight.Maximum = new decimal(new int[] { 255, 0, 0, 0}); this.numericUpDownTerrainHeight.Name = "numericUpDownTerrainHeight"; this.numericUpDownTerrainHeight.Size = new System.Drawing.Size(120, 20); this.numericUpDownTerrainHeight.TabIndex = 14; this.numericUpDownTerrainHeight.Value = new decimal(new int[] { 20, 0, 0, 0}); // // label4 // this.label4.AutoSize = true; this.label4.Location = new System.Drawing.Point(514, 62); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(74, 13); this.label4.TabIndex = 15; this.label4.Text = "Terrain Height"; // // checkBoxAdditive // this.checkBoxAdditive.AutoSize = true; this.checkBoxAdditive.Location = new System.Drawing.Point(388, 87); this.checkBoxAdditive.Name = "checkBoxAdditive"; this.checkBoxAdditive.Size = new System.Drawing.Size(64, 17); this.checkBoxAdditive.TabIndex = 16; this.checkBoxAdditive.Text = "Additive"; this.checkBoxAdditive.UseVisualStyleBackColor = true; this.checkBoxAdditive.CheckedChanged += new System.EventHandler(this.checkBoxAdditive_CheckedChanged); // // TerrainModControl // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.checkBoxAdditive); this.Controls.Add(this.label4); this.Controls.Add(this.numericUpDownTerrainHeight); this.Controls.Add(this.label3); this.Controls.Add(this.pictureBoxMapView); this.Controls.Add(this.colorSelectionButton); this.Controls.Add(this.numericUpDownBrushSize); this.Controls.Add(this.getTMLoc); this.Name = "TerrainModControl"; this.Size = new System.Drawing.Size(839, 693); this.Load += new System.EventHandler(this.TerrainModControl_Load); ((System.ComponentModel.ISupportInitialize)(this.pictureBoxMapView)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.numericUpDownBrushSize)).EndInit(); this.getTMLoc.ResumeLayout(false); this.getTMLoc.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.numericUpDownTerrainHeight)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.PictureBox pictureBoxMapView; private System.Windows.Forms.Button colorSelectionButton; private System.Windows.Forms.NumericUpDown numericUpDownBrushSize; private System.Windows.Forms.GroupBox getTMLoc; private System.Windows.Forms.TextBox end3; private System.Windows.Forms.TextBox end2; private System.Windows.Forms.TextBox end1; private System.Windows.Forms.Label endPosition; private System.Windows.Forms.TextBox positionBox3; private System.Windows.Forms.TextBox positionBox2; private System.Windows.Forms.Button Enter; private System.Windows.Forms.TextBox positionBox1; private System.Windows.Forms.TextBox radiusBox; private System.Windows.Forms.TextBox amountBox; private System.Windows.Forms.Label StartPositionBox; private System.Windows.Forms.Label label2; private System.Windows.Forms.Label label1; private System.Windows.Forms.Label label3; private System.Windows.Forms.NumericUpDown numericUpDownTerrainHeight; private System.Windows.Forms.Label label4; private System.Windows.Forms.CheckBox checkBoxAdditive; } }