namespace QMAPP.WinForm.Forms.Mend { partial class MendRecorderFinishForm { /// /// 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.tsbSearch = new System.Windows.Forms.ToolStripButton(); this.tsbSave = new System.Windows.Forms.ToolStripButton(); this.tsbClose = new System.Windows.Forms.ToolStripButton(); this.groupBox1 = new System.Windows.Forms.GroupBox(); this.label13 = new System.Windows.Forms.Label(); this.label6 = new System.Windows.Forms.Label(); this.label14 = new System.Windows.Forms.Label(); this.label10 = new System.Windows.Forms.Label(); this.label8 = new System.Windows.Forms.Label(); this.label4 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.comMendReason = new System.Windows.Forms.ComboBox(); this.comMendType = new System.Windows.Forms.ComboBox(); this.comMendResult = new System.Windows.Forms.ComboBox(); this.txtProductStatus = new System.Windows.Forms.TextBox(); this.txtProcessType = new System.Windows.Forms.TextBox(); this.label12 = new System.Windows.Forms.Label(); this.txtProductCode = new System.Windows.Forms.TextBox(); this.label5 = new System.Windows.Forms.Label(); this.txtProductType = new System.Windows.Forms.TextBox(); this.label11 = new System.Windows.Forms.Label(); this.label9 = new System.Windows.Forms.Label(); this.label7 = new System.Windows.Forms.Label(); this.label3 = new System.Windows.Forms.Label(); this.label1 = new System.Windows.Forms.Label(); this.toolStrip1.SuspendLayout(); this.groupBox1.SuspendLayout(); this.SuspendLayout(); // // toolStrip1 // this.toolStrip1.AutoSize = false; this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.tsbSearch, this.tsbSave, this.tsbClose}); this.toolStrip1.Location = new System.Drawing.Point(0, 0); this.toolStrip1.Name = "toolStrip1"; this.toolStrip1.Size = new System.Drawing.Size(484, 60); this.toolStrip1.TabIndex = 0; this.toolStrip1.Text = "toolStrip1"; // // tsbSearch // this.tsbSearch.AutoSize = false; this.tsbSearch.Font = new System.Drawing.Font("微软雅黑", 12F); this.tsbSearch.Image = global::QMAPP.WinForm.Resource1.search; this.tsbSearch.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None; this.tsbSearch.ImageTransparentColor = System.Drawing.Color.Magenta; this.tsbSearch.Name = "tsbSearch"; this.tsbSearch.Size = new System.Drawing.Size(100, 60); this.tsbSearch.Text = "查询"; this.tsbSearch.Click += new System.EventHandler(this.tsbSearch_Click); // // 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.label13); this.groupBox1.Controls.Add(this.label6); this.groupBox1.Controls.Add(this.label14); this.groupBox1.Controls.Add(this.label10); this.groupBox1.Controls.Add(this.label8); this.groupBox1.Controls.Add(this.label4); this.groupBox1.Controls.Add(this.label2); this.groupBox1.Controls.Add(this.comMendReason); this.groupBox1.Controls.Add(this.comMendType); this.groupBox1.Controls.Add(this.comMendResult); this.groupBox1.Controls.Add(this.txtProductStatus); this.groupBox1.Controls.Add(this.txtProcessType); this.groupBox1.Controls.Add(this.label12); this.groupBox1.Controls.Add(this.txtProductCode); this.groupBox1.Controls.Add(this.label5); this.groupBox1.Controls.Add(this.txtProductType); this.groupBox1.Controls.Add(this.label11); this.groupBox1.Controls.Add(this.label9); this.groupBox1.Controls.Add(this.label7); this.groupBox1.Controls.Add(this.label3); this.groupBox1.Controls.Add(this.label1); this.groupBox1.Location = new System.Drawing.Point(3, 63); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new System.Drawing.Size(481, 487); this.groupBox1.TabIndex = 1; this.groupBox1.TabStop = false; // // label13 // this.label13.AutoSize = true; this.label13.ForeColor = System.Drawing.Color.Red; this.label13.Location = new System.Drawing.Point(55, 406); this.label13.Name = "label13"; this.label13.Size = new System.Drawing.Size(11, 12); this.label13.TabIndex = 9; this.label13.Text = "*"; // // label6 // this.label6.AutoSize = true; this.label6.ForeColor = System.Drawing.Color.Red; this.label6.Location = new System.Drawing.Point(55, 344); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(11, 12); this.label6.TabIndex = 9; this.label6.Text = "*"; // // label14 // this.label14.AutoSize = true; this.label14.ForeColor = System.Drawing.Color.Red; this.label14.Location = new System.Drawing.Point(55, 289); this.label14.Name = "label14"; this.label14.Size = new System.Drawing.Size(11, 12); this.label14.TabIndex = 9; this.label14.Text = "*"; // // label10 // this.label10.AutoSize = true; this.label10.ForeColor = System.Drawing.Color.Red; this.label10.Location = new System.Drawing.Point(55, 229); this.label10.Name = "label10"; this.label10.Size = new System.Drawing.Size(11, 12); this.label10.TabIndex = 9; this.label10.Text = "*"; // // label8 // this.label8.AutoSize = true; this.label8.ForeColor = System.Drawing.Color.Red; this.label8.Location = new System.Drawing.Point(54, 168); this.label8.Name = "label8"; this.label8.Size = new System.Drawing.Size(11, 12); this.label8.TabIndex = 9; this.label8.Text = "*"; // // label4 // this.label4.AutoSize = true; this.label4.ForeColor = System.Drawing.Color.Red; this.label4.Location = new System.Drawing.Point(56, 106); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(11, 12); this.label4.TabIndex = 9; this.label4.Text = "*"; // // label2 // this.label2.AutoSize = true; this.label2.ForeColor = System.Drawing.Color.Red; this.label2.Location = new System.Drawing.Point(88, 46); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(11, 12); this.label2.TabIndex = 9; this.label2.Text = "*"; // // comMendReason // this.comMendReason.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.comMendReason.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold); this.comMendReason.FormattingEnabled = true; this.comMendReason.Items.AddRange(new object[] { "否", "是"}); this.comMendReason.Location = new System.Drawing.Point(171, 399); this.comMendReason.Name = "comMendReason"; this.comMendReason.Size = new System.Drawing.Size(193, 24); this.comMendReason.TabIndex = 6; // // comMendType // this.comMendType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.comMendType.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold); this.comMendType.FormattingEnabled = true; this.comMendType.Items.AddRange(new object[] { "否", "是"}); this.comMendType.Location = new System.Drawing.Point(171, 337); this.comMendType.Name = "comMendType"; this.comMendType.Size = new System.Drawing.Size(193, 24); this.comMendType.TabIndex = 6; // // comMendResult // this.comMendResult.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.comMendResult.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold); this.comMendResult.FormattingEnabled = true; this.comMendResult.Items.AddRange(new object[] { "否", "是"}); this.comMendResult.Location = new System.Drawing.Point(171, 282); this.comMendResult.Name = "comMendResult"; this.comMendResult.Size = new System.Drawing.Size(193, 24); this.comMendResult.TabIndex = 6; // // txtProductStatus // this.txtProductStatus.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold); this.txtProductStatus.Location = new System.Drawing.Point(171, 222); this.txtProductStatus.MaxLength = 20; this.txtProductStatus.Name = "txtProductStatus"; this.txtProductStatus.ReadOnly = true; this.txtProductStatus.Size = new System.Drawing.Size(193, 26); this.txtProductStatus.TabIndex = 5; // // txtProcessType // this.txtProcessType.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold); this.txtProcessType.Location = new System.Drawing.Point(171, 161); this.txtProcessType.MaxLength = 20; this.txtProcessType.Name = "txtProcessType"; this.txtProcessType.ReadOnly = true; this.txtProcessType.Size = new System.Drawing.Size(193, 26); this.txtProcessType.TabIndex = 5; // // label12 // this.label12.AutoSize = true; this.label12.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold); this.label12.Location = new System.Drawing.Point(72, 403); this.label12.Name = "label12"; this.label12.Size = new System.Drawing.Size(93, 16); this.label12.TabIndex = 6; this.label12.Text = "返修原因:"; // // txtProductCode // this.txtProductCode.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold); this.txtProductCode.Location = new System.Drawing.Point(171, 41); this.txtProductCode.MaxLength = 3096; this.txtProductCode.Name = "txtProductCode"; this.txtProductCode.Size = new System.Drawing.Size(193, 26); this.txtProductCode.TabIndex = 7; // // label5 // this.label5.AutoSize = true; this.label5.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold); this.label5.Location = new System.Drawing.Point(72, 341); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(93, 16); this.label5.TabIndex = 6; this.label5.Text = "返修方式:"; // // txtProductType // this.txtProductType.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold); this.txtProductType.Location = new System.Drawing.Point(171, 99); this.txtProductType.MaxLength = 40; this.txtProductType.Name = "txtProductType"; this.txtProductType.ReadOnly = true; this.txtProductType.Size = new System.Drawing.Size(193, 26); this.txtProductType.TabIndex = 7; // // label11 // this.label11.AutoSize = true; this.label11.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold); this.label11.Location = new System.Drawing.Point(72, 286); this.label11.Name = "label11"; this.label11.Size = new System.Drawing.Size(93, 16); this.label11.TabIndex = 6; this.label11.Text = "返修结果:"; // // label9 // this.label9.AutoSize = true; this.label9.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold); this.label9.Location = new System.Drawing.Point(72, 226); this.label9.Name = "label9"; this.label9.Size = new System.Drawing.Size(93, 16); this.label9.TabIndex = 6; this.label9.Text = "产品状态:"; // // label7 // this.label7.AutoSize = true; this.label7.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold); this.label7.Location = new System.Drawing.Point(72, 166); this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size(93, 16); this.label7.TabIndex = 6; this.label7.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(72, 104); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(93, 16); this.label3.TabIndex = 6; this.label3.Text = "产品类别:"; // // label1 // this.label1.AutoSize = true; this.label1.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold); this.label1.Location = new System.Drawing.Point(105, 44); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(59, 16); this.label1.TabIndex = 6; this.label1.Text = "条码:"; // // MendRecorderFinishForm // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(484, 562); this.Controls.Add(this.groupBox1); this.Controls.Add(this.toolStrip1); this.Name = "MendRecorderFinishForm"; 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.TextBox txtProductType; private System.Windows.Forms.Label label1; private System.Windows.Forms.Label label14; private System.Windows.Forms.Label label10; private System.Windows.Forms.Label label8; private System.Windows.Forms.Label label4; private System.Windows.Forms.Label label2; private System.Windows.Forms.ComboBox comMendResult; private System.Windows.Forms.TextBox txtProcessType; private System.Windows.Forms.Label label11; private System.Windows.Forms.Label label9; private System.Windows.Forms.Label label7; private System.Windows.Forms.Label label3; private System.Windows.Forms.ToolStripButton tsbSearch; private System.Windows.Forms.TextBox txtProductCode; private System.Windows.Forms.TextBox txtProductStatus; private System.Windows.Forms.Label label13; private System.Windows.Forms.Label label6; private System.Windows.Forms.ComboBox comMendReason; private System.Windows.Forms.ComboBox comMendType; private System.Windows.Forms.Label label12; private System.Windows.Forms.Label label5; } }