namespace CodeWalker.Project.Panels { partial class EditMultiPanel { /// /// 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() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(EditMultiPanel)); this.ScaleTextBox = new System.Windows.Forms.TextBox(); this.label23 = new System.Windows.Forms.Label(); this.RotationTextBox = new System.Windows.Forms.TextBox(); this.PositionTextBox = new System.Windows.Forms.TextBox(); this.label24 = new System.Windows.Forms.Label(); this.label25 = new System.Windows.Forms.Label(); this.ItemsListBox = new System.Windows.Forms.ListBox(); this.label1 = new System.Windows.Forms.Label(); this.SuspendLayout(); // // ScaleTextBox // this.ScaleTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.ScaleTextBox.Location = new System.Drawing.Point(75, 64); this.ScaleTextBox.Name = "ScaleTextBox"; this.ScaleTextBox.Size = new System.Drawing.Size(478, 20); this.ScaleTextBox.TabIndex = 18; this.ScaleTextBox.TextChanged += new System.EventHandler(this.ScaleTextBox_TextChanged); // // label23 // this.label23.AutoSize = true; this.label23.Location = new System.Drawing.Point(32, 67); this.label23.Name = "label23"; this.label23.Size = new System.Drawing.Size(37, 13); this.label23.TabIndex = 17; this.label23.Text = "Scale:"; // // RotationTextBox // this.RotationTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.RotationTextBox.Location = new System.Drawing.Point(75, 38); this.RotationTextBox.Name = "RotationTextBox"; this.RotationTextBox.Size = new System.Drawing.Size(478, 20); this.RotationTextBox.TabIndex = 16; this.RotationTextBox.TextChanged += new System.EventHandler(this.RotationTextBox_TextChanged); // // PositionTextBox // this.PositionTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.PositionTextBox.Location = new System.Drawing.Point(75, 12); this.PositionTextBox.Name = "PositionTextBox"; this.PositionTextBox.Size = new System.Drawing.Size(478, 20); this.PositionTextBox.TabIndex = 14; this.PositionTextBox.TextChanged += new System.EventHandler(this.PositionTextBox_TextChanged); // // label24 // this.label24.AutoSize = true; this.label24.Location = new System.Drawing.Point(19, 41); this.label24.Name = "label24"; this.label24.Size = new System.Drawing.Size(50, 13); this.label24.TabIndex = 15; this.label24.Text = "Rotation:"; // // label25 // this.label25.AutoSize = true; this.label25.Location = new System.Drawing.Point(22, 15); this.label25.Name = "label25"; this.label25.Size = new System.Drawing.Size(47, 13); this.label25.TabIndex = 13; this.label25.Text = "Position:"; // // ItemsListBox // this.ItemsListBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left))); this.ItemsListBox.FormattingEnabled = true; this.ItemsListBox.Location = new System.Drawing.Point(75, 108); this.ItemsListBox.Name = "ItemsListBox"; this.ItemsListBox.Size = new System.Drawing.Size(202, 355); this.ItemsListBox.TabIndex = 19; this.ItemsListBox.SelectedIndexChanged += new System.EventHandler(this.ItemsListBox_SelectedIndexChanged); // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(34, 109); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(35, 13); this.label1.TabIndex = 20; this.label1.Text = "Items:"; // // EditMultiPanel // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(565, 505); this.Controls.Add(this.label1); this.Controls.Add(this.ItemsListBox); this.Controls.Add(this.ScaleTextBox); this.Controls.Add(this.label23); this.Controls.Add(this.RotationTextBox); this.Controls.Add(this.PositionTextBox); this.Controls.Add(this.label24); this.Controls.Add(this.label25); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.Name = "EditMultiPanel"; this.Text = "EditMultiPanel"; this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.TextBox ScaleTextBox; private System.Windows.Forms.Label label23; private System.Windows.Forms.TextBox RotationTextBox; private System.Windows.Forms.TextBox PositionTextBox; private System.Windows.Forms.Label label24; private System.Windows.Forms.Label label25; private System.Windows.Forms.ListBox ItemsListBox; private System.Windows.Forms.Label label1; } }