namespace QMAPP.WinForm.Forms.Injection { partial class InjectionMoldingNEWEditForm1 { /// /// 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.toolStrip1 = new System.Windows.Forms.ToolStrip(); this.tsbSave = new System.Windows.Forms.ToolStripButton(); this.tsbClose = new System.Windows.Forms.ToolStripButton(); this.groupBox1 = new System.Windows.Forms.GroupBox(); this.label1 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.BucketCode = new System.Windows.Forms.TextBox(); this.label10 = new System.Windows.Forms.Label(); this.SerialCode = new System.Windows.Forms.TextBox(); this.label9 = new System.Windows.Forms.Label(); this.label12 = new System.Windows.Forms.Label(); this.label4 = new System.Windows.Forms.Label(); this.BatchCode = new System.Windows.Forms.TextBox(); this.label13 = new System.Windows.Forms.Label(); this.label3 = new System.Windows.Forms.Label(); this.textBox1 = new System.Windows.Forms.TextBox(); this.toolStrip1.SuspendLayout(); this.groupBox1.SuspendLayout(); this.SuspendLayout(); // // toolStrip1 // this.toolStrip1.AutoSize = false; this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.tsbSave, this.tsbClose}); this.toolStrip1.Location = new System.Drawing.Point(0, 0); this.toolStrip1.Name = "toolStrip1"; this.toolStrip1.Size = new System.Drawing.Size(798, 60); this.toolStrip1.TabIndex = 0; this.toolStrip1.Text = "toolStrip1"; // // tsbSave // this.tsbSave.AutoSize = false; this.tsbSave.Font = new System.Drawing.Font("微软雅黑", 12F); this.tsbSave.Image = global::QMAPP.WinForm.Resource1.save; this.tsbSave.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None; this.tsbSave.ImageTransparentColor = System.Drawing.Color.Magenta; this.tsbSave.Name = "tsbSave"; this.tsbSave.Size = new System.Drawing.Size(100, 60); this.tsbSave.Text = "保存"; this.tsbSave.Click += new System.EventHandler(this.tsbSave_Click); // // tsbClose // this.tsbClose.AutoSize = false; this.tsbClose.Font = new System.Drawing.Font("微软雅黑", 12F); this.tsbClose.Image = global::QMAPP.WinForm.Resource1.cancle; this.tsbClose.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None; this.tsbClose.ImageTransparentColor = System.Drawing.Color.Magenta; this.tsbClose.Name = "tsbClose"; this.tsbClose.Size = new System.Drawing.Size(100, 60); this.tsbClose.Text = "关闭"; this.tsbClose.Click += new System.EventHandler(this.tsbClose_Click); // // groupBox1 // this.groupBox1.Controls.Add(this.textBox1); this.groupBox1.Controls.Add(this.label1); this.groupBox1.Controls.Add(this.label2); this.groupBox1.Controls.Add(this.BucketCode); this.groupBox1.Controls.Add(this.label10); this.groupBox1.Controls.Add(this.SerialCode); this.groupBox1.Controls.Add(this.label9); this.groupBox1.Controls.Add(this.label12); this.groupBox1.Controls.Add(this.label4); this.groupBox1.Controls.Add(this.BatchCode); this.groupBox1.Controls.Add(this.label13); this.groupBox1.Controls.Add(this.label3); this.groupBox1.Location = new System.Drawing.Point(3, 63); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new System.Drawing.Size(789, 476); this.groupBox1.TabIndex = 1; this.groupBox1.TabStop = false; // // label1 // this.label1.AutoSize = true; this.label1.ForeColor = System.Drawing.Color.Red; this.label1.Location = new System.Drawing.Point(171, 161); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(11, 12); this.label1.TabIndex = 16; this.label1.Text = "*"; // // label2 // this.label2.AutoSize = true; this.label2.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold); this.label2.Location = new System.Drawing.Point(182, 159); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(68, 16); this.label2.TabIndex = 15; this.label2.Text = "零件号:"; // // BucketCode // this.BucketCode.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Bold); this.BucketCode.Location = new System.Drawing.Point(266, 64); this.BucketCode.MaxLength = 20; this.BucketCode.Name = "BucketCode"; this.BucketCode.Size = new System.Drawing.Size(265, 31); this.BucketCode.TabIndex = 1; this.BucketCode.KeyDown += new System.Windows.Forms.KeyEventHandler(this.BucketCode_TextChanged); // // label10 // this.label10.AutoSize = true; this.label10.ForeColor = System.Drawing.Color.Red; this.label10.Location = new System.Drawing.Point(174, 344); this.label10.Name = "label10"; this.label10.Size = new System.Drawing.Size(11, 12); this.label10.TabIndex = 12; this.label10.Text = "*"; // // SerialCode // this.SerialCode.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Bold); this.SerialCode.Location = new System.Drawing.Point(266, 334); this.SerialCode.MaxLength = 20; this.SerialCode.Name = "SerialCode"; this.SerialCode.Size = new System.Drawing.Size(265, 31); this.SerialCode.TabIndex = 13; // // label9 // this.label9.AutoSize = true; this.label9.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold); this.label9.Location = new System.Drawing.Point(185, 342); this.label9.Name = "label9"; this.label9.Size = new System.Drawing.Size(68, 16); this.label9.TabIndex = 11; this.label9.Text = "流水号:"; // // label12 // this.label12.AutoSize = true; this.label12.ForeColor = System.Drawing.Color.Red; this.label12.Location = new System.Drawing.Point(164, 249); this.label12.Name = "label12"; this.label12.Size = new System.Drawing.Size(11, 12); this.label12.TabIndex = 9; this.label12.Text = "*"; // // label4 // this.label4.AutoSize = true; this.label4.ForeColor = System.Drawing.Color.Red; this.label4.Location = new System.Drawing.Point(167, 73); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(11, 12); this.label4.TabIndex = 9; this.label4.Text = "*"; // // BatchCode // this.BatchCode.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Bold); this.BatchCode.Location = new System.Drawing.Point(266, 239); this.BatchCode.MaxLength = 20; this.BatchCode.Name = "BatchCode"; this.BatchCode.Size = new System.Drawing.Size(265, 31); this.BatchCode.TabIndex = 14; this.BatchCode.KeyDown += new System.Windows.Forms.KeyEventHandler(this.BatchCode_TextChanged); // // label13 // this.label13.AutoSize = true; this.label13.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold); this.label13.Location = new System.Drawing.Point(174, 246); this.label13.Name = "label13"; this.label13.Size = new System.Drawing.Size(85, 16); this.label13.TabIndex = 6; this.label13.Text = "投料批次:"; // // label3 // this.label3.AutoSize = true; this.label3.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold); this.label3.Location = new System.Drawing.Point(176, 71); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(85, 16); this.label3.TabIndex = 6; this.label3.Text = "料筒编码:"; // // textBox1 // this.textBox1.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Bold); this.textBox1.Location = new System.Drawing.Point(266, 152); this.textBox1.MaxLength = 20; this.textBox1.Name = "textBox1"; this.textBox1.Size = new System.Drawing.Size(265, 31); this.textBox1.TabIndex = 17; this.textBox1.KeyDown += new System.Windows.Forms.KeyEventHandler(this.PartCode_TextChanged); // // InjectionMoldingNEWEditForm // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(798, 544); this.Controls.Add(this.groupBox1); this.Controls.Add(this.toolStrip1); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "InjectionMoldingNEWEditForm"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "注塑投料"; this.Load += new System.EventHandler(this.Form_Load); this.toolStrip1.ResumeLayout(false); this.toolStrip1.PerformLayout(); this.groupBox1.ResumeLayout(false); this.groupBox1.PerformLayout(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.ToolStrip toolStrip1; private System.Windows.Forms.ToolStripButton tsbSave; private System.Windows.Forms.ToolStripButton tsbClose; private System.Windows.Forms.GroupBox groupBox1; private System.Windows.Forms.Label label12; private System.Windows.Forms.Label label4; private System.Windows.Forms.TextBox BatchCode; private System.Windows.Forms.Label label13; private System.Windows.Forms.Label label3; private System.Windows.Forms.Label label10; private System.Windows.Forms.TextBox SerialCode; private System.Windows.Forms.Label label9; private System.Windows.Forms.Label label1; private System.Windows.Forms.Label label2; private System.Windows.Forms.TextBox BucketCode; private System.Windows.Forms.TextBox textBox1; } }