namespace OperationDrawDown { partial class UserControl_TilePaint { /// /// 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.numericUpDown1 = new System.Windows.Forms.NumericUpDown(); this.buttonMove = new System.Windows.Forms.Button(); this.buttonCopy = new System.Windows.Forms.Button(); this.buttonDraw = new System.Windows.Forms.Button(); this.listView_Tiles = new System.Windows.Forms.ListView(); this.labelEditMode = new System.Windows.Forms.Label(); this.buttonErase = new System.Windows.Forms.Button(); ((System.ComponentModel.ISupportInitialize)(this.numericUpDown1)).BeginInit(); this.SuspendLayout(); // // numericUpDown1 // this.numericUpDown1.Location = new System.Drawing.Point(84, 270); this.numericUpDown1.Maximum = new decimal(new int[] { 10, 0, 0, 0}); this.numericUpDown1.Minimum = new decimal(new int[] { 1, 0, 0, 0}); this.numericUpDown1.Name = "numericUpDown1"; this.numericUpDown1.Size = new System.Drawing.Size(43, 20); this.numericUpDown1.TabIndex = 9; this.numericUpDown1.Value = new decimal(new int[] { 1, 0, 0, 0}); // // buttonMove // this.buttonMove.Location = new System.Drawing.Point(3, 357); this.buttonMove.Name = "buttonMove"; this.buttonMove.Size = new System.Drawing.Size(75, 23); this.buttonMove.TabIndex = 8; this.buttonMove.Text = "Move"; this.buttonMove.UseVisualStyleBackColor = true; this.buttonMove.Click += new System.EventHandler(this.buttonMove_Click); // // buttonCopy // this.buttonCopy.Location = new System.Drawing.Point(3, 328); this.buttonCopy.Name = "buttonCopy"; this.buttonCopy.Size = new System.Drawing.Size(75, 23); this.buttonCopy.TabIndex = 7; this.buttonCopy.Text = "Copy"; this.buttonCopy.UseVisualStyleBackColor = true; this.buttonCopy.Click += new System.EventHandler(this.buttonCopy_Click); // // buttonDraw // this.buttonDraw.Location = new System.Drawing.Point(3, 270); this.buttonDraw.Name = "buttonDraw"; this.buttonDraw.Size = new System.Drawing.Size(75, 23); this.buttonDraw.TabIndex = 6; this.buttonDraw.Text = "Draw"; this.buttonDraw.UseVisualStyleBackColor = true; this.buttonDraw.Click += new System.EventHandler(this.buttonDraw_Click); // // listView_Tiles // this.listView_Tiles.FullRowSelect = true; this.listView_Tiles.GridLines = true; this.listView_Tiles.Location = new System.Drawing.Point(0, 3); this.listView_Tiles.Name = "listView_Tiles"; this.listView_Tiles.Size = new System.Drawing.Size(387, 261); this.listView_Tiles.TabIndex = 5; this.listView_Tiles.UseCompatibleStateImageBehavior = false; this.listView_Tiles.View = System.Windows.Forms.View.Details; this.listView_Tiles.SelectedIndexChanged += new System.EventHandler(this.listView_Tiles_SelectedIndexChanged); // // labelEditMode // this.labelEditMode.AutoSize = true; this.labelEditMode.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.labelEditMode.Location = new System.Drawing.Point(172, 306); this.labelEditMode.Name = "labelEditMode"; this.labelEditMode.Size = new System.Drawing.Size(90, 16); this.labelEditMode.TabIndex = 10; this.labelEditMode.Text = "Edit Mode : "; // // buttonErase // this.buttonErase.Location = new System.Drawing.Point(3, 299); this.buttonErase.Name = "buttonErase"; this.buttonErase.Size = new System.Drawing.Size(75, 23); this.buttonErase.TabIndex = 11; this.buttonErase.Text = "Erase"; this.buttonErase.UseVisualStyleBackColor = true; this.buttonErase.Click += new System.EventHandler(this.buttonErase_Click); // // UserControl_TilePaint // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.buttonErase); this.Controls.Add(this.labelEditMode); this.Controls.Add(this.numericUpDown1); this.Controls.Add(this.buttonMove); this.Controls.Add(this.buttonCopy); this.Controls.Add(this.buttonDraw); this.Controls.Add(this.listView_Tiles); this.Name = "UserControl_TilePaint"; this.Size = new System.Drawing.Size(393, 623); ((System.ComponentModel.ISupportInitialize)(this.numericUpDown1)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.NumericUpDown numericUpDown1; private System.Windows.Forms.Button buttonMove; private System.Windows.Forms.Button buttonCopy; private System.Windows.Forms.Button buttonDraw; private System.Windows.Forms.ListView listView_Tiles; private System.Windows.Forms.Label labelEditMode; private System.Windows.Forms.Button buttonErase; } }