namespace PMSUI.UI.库位管理 { partial class RightSettingForm { /// /// 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.panel1 = new System.Windows.Forms.Panel(); this.tbIndex = new System.Windows.Forms.TextBox(); this.label7 = new System.Windows.Forms.Label(); this.tbID = new System.Windows.Forms.TextBox(); this.label2 = new System.Windows.Forms.Label(); this.btnDelete = new System.Windows.Forms.Button(); this.btnUpdate = new System.Windows.Forms.Button(); this.comstatus = new System.Windows.Forms.ComboBox(); this.tbMaterials = new System.Windows.Forms.TextBox(); this.label5 = new System.Windows.Forms.Label(); this.tbMark = new System.Windows.Forms.TextBox(); this.label6 = new System.Windows.Forms.Label(); this.tbYPoint = new System.Windows.Forms.TextBox(); this.label10 = new System.Windows.Forms.Label(); this.tbXPoint = new System.Windows.Forms.TextBox(); this.label9 = new System.Windows.Forms.Label(); this.btCancel = new System.Windows.Forms.Button(); this.btAdd = new System.Windows.Forms.Button(); this.tbHeight = new System.Windows.Forms.TextBox(); this.tbWidth = new System.Windows.Forms.TextBox(); this.label4 = new System.Windows.Forms.Label(); this.label3 = new System.Windows.Forms.Label(); this.labstatus = new System.Windows.Forms.Label(); this.tbName = new System.Windows.Forms.TextBox(); this.label1 = new System.Windows.Forms.Label(); this.panel1.SuspendLayout(); this.SuspendLayout(); // // panel1 // this.panel1.Controls.Add(this.tbIndex); this.panel1.Controls.Add(this.label7); this.panel1.Controls.Add(this.tbID); this.panel1.Controls.Add(this.label2); this.panel1.Controls.Add(this.btnDelete); this.panel1.Controls.Add(this.btnUpdate); this.panel1.Controls.Add(this.comstatus); this.panel1.Controls.Add(this.tbMaterials); this.panel1.Controls.Add(this.label5); this.panel1.Controls.Add(this.tbMark); this.panel1.Controls.Add(this.label6); this.panel1.Controls.Add(this.tbYPoint); this.panel1.Controls.Add(this.label10); this.panel1.Controls.Add(this.tbXPoint); this.panel1.Controls.Add(this.label9); this.panel1.Controls.Add(this.btCancel); this.panel1.Controls.Add(this.btAdd); this.panel1.Controls.Add(this.tbHeight); this.panel1.Controls.Add(this.tbWidth); this.panel1.Controls.Add(this.label4); this.panel1.Controls.Add(this.label3); this.panel1.Controls.Add(this.labstatus); this.panel1.Controls.Add(this.tbName); this.panel1.Controls.Add(this.label1); this.panel1.Dock = System.Windows.Forms.DockStyle.Fill; this.panel1.Location = new System.Drawing.Point(0, 0); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(501, 387); this.panel1.TabIndex = 0; // // tbIndex // this.tbIndex.Location = new System.Drawing.Point(346, 45); this.tbIndex.Name = "tbIndex"; this.tbIndex.Size = new System.Drawing.Size(120, 21); this.tbIndex.TabIndex = 85; // // label7 // this.label7.AutoSize = true; this.label7.Font = new System.Drawing.Font("楷体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label7.Location = new System.Drawing.Point(273, 48); this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size(42, 16); this.label7.TabIndex = 84; this.label7.Text = "顺序"; // // tbID // this.tbID.Enabled = false; this.tbID.Location = new System.Drawing.Point(129, 47); this.tbID.Name = "tbID"; this.tbID.Size = new System.Drawing.Size(120, 21); this.tbID.TabIndex = 83; // // label2 // this.label2.AutoSize = true; this.label2.Font = new System.Drawing.Font("楷体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label2.Location = new System.Drawing.Point(60, 50); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(42, 16); this.label2.TabIndex = 82; this.label2.Text = "编号"; // // btnDelete // this.btnDelete.Font = new System.Drawing.Font("楷体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.btnDelete.Location = new System.Drawing.Point(270, 319); this.btnDelete.Name = "btnDelete"; this.btnDelete.Size = new System.Drawing.Size(75, 23); this.btnDelete.TabIndex = 81; this.btnDelete.Text = "删除"; this.btnDelete.UseVisualStyleBackColor = true; this.btnDelete.Click += new System.EventHandler(this.btnDelete_Click); // // btnUpdate // this.btnUpdate.Font = new System.Drawing.Font("楷体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.btnUpdate.Location = new System.Drawing.Point(174, 319); this.btnUpdate.Name = "btnUpdate"; this.btnUpdate.Size = new System.Drawing.Size(75, 23); this.btnUpdate.TabIndex = 80; this.btnUpdate.Text = "修改"; this.btnUpdate.UseVisualStyleBackColor = true; this.btnUpdate.Click += new System.EventHandler(this.btnUpdate_Click); // // comstatus // this.comstatus.FormattingEnabled = true; this.comstatus.Location = new System.Drawing.Point(344, 92); this.comstatus.Name = "comstatus"; this.comstatus.Size = new System.Drawing.Size(121, 20); this.comstatus.TabIndex = 79; // // tbMaterials // this.tbMaterials.Location = new System.Drawing.Point(343, 138); this.tbMaterials.Name = "tbMaterials"; this.tbMaterials.Size = new System.Drawing.Size(120, 21); this.tbMaterials.TabIndex = 77; // // label5 // this.label5.AutoSize = true; this.label5.Font = new System.Drawing.Font("楷体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label5.Location = new System.Drawing.Point(271, 141); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(42, 16); this.label5.TabIndex = 78; this.label5.Text = "物料"; // // tbMark // this.tbMark.Location = new System.Drawing.Point(129, 140); this.tbMark.Name = "tbMark"; this.tbMark.Size = new System.Drawing.Size(120, 21); this.tbMark.TabIndex = 75; // // label6 // this.label6.AutoSize = true; this.label6.Font = new System.Drawing.Font("楷体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label6.Location = new System.Drawing.Point(34, 143); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(76, 16); this.label6.TabIndex = 76; this.label6.Text = "活动站点"; // // tbYPoint // this.tbYPoint.Location = new System.Drawing.Point(339, 239); this.tbYPoint.Name = "tbYPoint"; this.tbYPoint.Size = new System.Drawing.Size(120, 21); this.tbYPoint.TabIndex = 74; // // label10 // this.label10.AutoSize = true; this.label10.Font = new System.Drawing.Font("楷体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label10.Location = new System.Drawing.Point(274, 246); this.label10.Name = "label10"; this.label10.Size = new System.Drawing.Size(51, 16); this.label10.TabIndex = 73; this.label10.Text = "Y坐标"; // // tbXPoint // this.tbXPoint.Location = new System.Drawing.Point(128, 241); this.tbXPoint.Name = "tbXPoint"; this.tbXPoint.Size = new System.Drawing.Size(120, 21); this.tbXPoint.TabIndex = 72; // // label9 // this.label9.AutoSize = true; this.label9.Font = new System.Drawing.Font("楷体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label9.Location = new System.Drawing.Point(63, 243); this.label9.Name = "label9"; this.label9.Size = new System.Drawing.Size(51, 16); this.label9.TabIndex = 71; this.label9.Text = "X坐标"; // // btCancel // this.btCancel.Font = new System.Drawing.Font("楷体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.btCancel.Location = new System.Drawing.Point(368, 319); this.btCancel.Name = "btCancel"; this.btCancel.Size = new System.Drawing.Size(75, 23); this.btCancel.TabIndex = 70; this.btCancel.Text = "取 消"; this.btCancel.UseVisualStyleBackColor = true; this.btCancel.Click += new System.EventHandler(this.btCancel_Click); // // btAdd // this.btAdd.Font = new System.Drawing.Font("楷体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.btAdd.Location = new System.Drawing.Point(76, 319); this.btAdd.Name = "btAdd"; this.btAdd.Size = new System.Drawing.Size(75, 23); this.btAdd.TabIndex = 69; this.btAdd.Text = "增加"; this.btAdd.UseVisualStyleBackColor = true; this.btAdd.Click += new System.EventHandler(this.btAdd_Click); // // tbHeight // this.tbHeight.Location = new System.Drawing.Point(128, 189); this.tbHeight.Name = "tbHeight"; this.tbHeight.Size = new System.Drawing.Size(120, 21); this.tbHeight.TabIndex = 66; // // tbWidth // this.tbWidth.Location = new System.Drawing.Point(341, 190); this.tbWidth.Name = "tbWidth"; this.tbWidth.Size = new System.Drawing.Size(120, 21); this.tbWidth.TabIndex = 68; // // label4 // this.label4.AutoSize = true; this.label4.Font = new System.Drawing.Font("楷体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label4.Location = new System.Drawing.Point(63, 188); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(42, 16); this.label4.TabIndex = 67; this.label4.Text = "高度"; // // label3 // this.label3.AutoSize = true; this.label3.Font = new System.Drawing.Font("楷体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label3.Location = new System.Drawing.Point(271, 192); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(42, 16); this.label3.TabIndex = 65; this.label3.Text = "宽度"; // // labstatus // this.labstatus.AutoSize = true; this.labstatus.Font = new System.Drawing.Font("楷体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.labstatus.Location = new System.Drawing.Point(271, 93); this.labstatus.Name = "labstatus"; this.labstatus.Size = new System.Drawing.Size(42, 16); this.labstatus.TabIndex = 64; this.labstatus.Text = "状态"; // // tbName // this.tbName.Location = new System.Drawing.Point(129, 92); this.tbName.Name = "tbName"; this.tbName.Size = new System.Drawing.Size(120, 21); this.tbName.TabIndex = 63; // // label1 // this.label1.AutoSize = true; this.label1.Font = new System.Drawing.Font("楷体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label1.Location = new System.Drawing.Point(60, 95); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(42, 16); this.label1.TabIndex = 62; this.label1.Text = "名称"; // // RightSettingForm // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(501, 387); this.Controls.Add(this.panel1); this.Name = "RightSettingForm"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "RightSettingForm"; this.Load += new System.EventHandler(this.RightSettingForm_Load); this.panel1.ResumeLayout(false); this.panel1.PerformLayout(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.Panel panel1; private System.Windows.Forms.TextBox tbIndex; private System.Windows.Forms.Label label7; private System.Windows.Forms.TextBox tbID; private System.Windows.Forms.Label label2; private System.Windows.Forms.Button btnDelete; private System.Windows.Forms.Button btnUpdate; private System.Windows.Forms.ComboBox comstatus; private System.Windows.Forms.TextBox tbMaterials; private System.Windows.Forms.Label label5; private System.Windows.Forms.TextBox tbMark; private System.Windows.Forms.Label label6; private System.Windows.Forms.TextBox tbYPoint; private System.Windows.Forms.Label label10; private System.Windows.Forms.TextBox tbXPoint; private System.Windows.Forms.Label label9; private System.Windows.Forms.Button btCancel; private System.Windows.Forms.Button btAdd; private System.Windows.Forms.TextBox tbHeight; private System.Windows.Forms.TextBox tbWidth; private System.Windows.Forms.Label label4; private System.Windows.Forms.Label label3; private System.Windows.Forms.Label labstatus; private System.Windows.Forms.TextBox tbName; private System.Windows.Forms.Label label1; } }