namespace PurchingMistakeNew { partial class Form9 { /// /// 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.textBox4 = new System.Windows.Forms.TextBox(); this.label8 = new System.Windows.Forms.Label(); this.uc4 = new PurchingMistakeNew.UC(); this.uc3 = new PurchingMistakeNew.UC(); this.uc1 = new PurchingMistakeNew.UC(); this.完成数 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); this.数量 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); this.零件名称 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); this.零件号 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); this.计划单 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); this.button3 = new System.Windows.Forms.Button(); this.button2 = new System.Windows.Forms.Button(); this.listView1 = new System.Windows.Forms.ListView(); this.textBox3 = new System.Windows.Forms.TextBox(); this.panel1 = new System.Windows.Forms.Panel(); this.label7 = new System.Windows.Forms.Label(); this.uc2 = new PurchingMistakeNew.UC(); this.label5 = new System.Windows.Forms.Label(); this.label6 = new System.Windows.Forms.Label(); this.label4 = new System.Windows.Forms.Label(); this.label3 = new System.Windows.Forms.Label(); this.textBox2 = new System.Windows.Forms.TextBox(); this.textBox1 = new System.Windows.Forms.TextBox(); this.label2 = new System.Windows.Forms.Label(); this.label1 = new System.Windows.Forms.Label(); this.button1 = new System.Windows.Forms.Button(); this.panel1.SuspendLayout(); this.SuspendLayout(); // // textBox4 // this.textBox4.Font = new System.Drawing.Font("宋体", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.textBox4.Location = new System.Drawing.Point(992, 35); this.textBox4.Name = "textBox4"; this.textBox4.Size = new System.Drawing.Size(407, 35); this.textBox4.TabIndex = 134; this.textBox4.KeyDown += new System.Windows.Forms.KeyEventHandler(this.textBox4_KeyDown); // // label8 // this.label8.AutoSize = true; this.label8.Font = new System.Drawing.Font("宋体", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label8.Location = new System.Drawing.Point(846, 43); this.label8.Name = "label8"; this.label8.Size = new System.Drawing.Size(130, 24); this.label8.TabIndex = 135; this.label8.Text = "扫描计划单"; // // uc4 // this.uc4.Location = new System.Drawing.Point(587, 405); this.uc4.Name = "uc4"; this.uc4.PartInfo = null; this.uc4.Size = new System.Drawing.Size(200, 137); this.uc4.Sum = null; this.uc4.TabIndex = 132; // // uc3 // this.uc3.Location = new System.Drawing.Point(168, 405); this.uc3.Name = "uc3"; this.uc3.PartInfo = null; this.uc3.Size = new System.Drawing.Size(200, 137); this.uc3.Sum = null; this.uc3.TabIndex = 131; // // uc1 // this.uc1.Location = new System.Drawing.Point(168, 204); this.uc1.Name = "uc1"; this.uc1.PartInfo = null; this.uc1.Size = new System.Drawing.Size(200, 137); this.uc1.Sum = null; this.uc1.TabIndex = 129; // // 完成数 // this.完成数.Text = "完成数"; // // 数量 // this.数量.DisplayIndex = 2; this.数量.Text = "数量"; this.数量.Width = 100; // // 零件名称 // this.零件名称.DisplayIndex = 3; this.零件名称.Text = "零件名称"; this.零件名称.Width = 200; // // 零件号 // this.零件号.Text = "零件号"; this.零件号.Width = 120; // // 计划单 // this.计划单.Text = "计划单"; this.计划单.Width = 120; // // button3 // this.button3.Font = new System.Drawing.Font("宋体", 14.25F); this.button3.Location = new System.Drawing.Point(472, 12); this.button3.Name = "button3"; this.button3.Size = new System.Drawing.Size(84, 33); this.button3.TabIndex = 77; this.button3.Text = "取消"; this.button3.UseVisualStyleBackColor = true; this.button3.Click += new System.EventHandler(this.button3_Click); // // button2 // this.button2.Font = new System.Drawing.Font("宋体", 14.25F); this.button2.Location = new System.Drawing.Point(371, 12); this.button2.Name = "button2"; this.button2.Size = new System.Drawing.Size(84, 33); this.button2.TabIndex = 76; this.button2.Text = "确定"; this.button2.UseVisualStyleBackColor = true; this.button2.Click += new System.EventHandler(this.button2_Click); // // listView1 // this.listView1.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] { this.计划单, this.零件号, this.零件名称, this.数量, this.完成数}); this.listView1.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.listView1.GridLines = true; this.listView1.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.Nonclickable; this.listView1.Location = new System.Drawing.Point(850, 90); this.listView1.Name = "listView1"; this.listView1.Size = new System.Drawing.Size(549, 629); this.listView1.TabIndex = 136; this.listView1.UseCompatibleStateImageBehavior = false; this.listView1.View = System.Windows.Forms.View.Details; // // textBox3 // this.textBox3.Font = new System.Drawing.Font("宋体", 14.25F); this.textBox3.Location = new System.Drawing.Point(126, 12); this.textBox3.Name = "textBox3"; this.textBox3.Size = new System.Drawing.Size(221, 29); this.textBox3.TabIndex = 75; // // panel1 // this.panel1.Controls.Add(this.button3); this.panel1.Controls.Add(this.button2); this.panel1.Controls.Add(this.textBox3); this.panel1.Controls.Add(this.label7); this.panel1.Location = new System.Drawing.Point(101, 107); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(603, 63); this.panel1.TabIndex = 133; // // label7 // this.label7.AutoSize = true; this.label7.Font = new System.Drawing.Font("宋体", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label7.Location = new System.Drawing.Point(25, 16); this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size(85, 19); this.label7.TabIndex = 74; this.label7.Text = "总成条码"; // // uc2 // this.uc2.Location = new System.Drawing.Point(587, 204); this.uc2.Name = "uc2"; this.uc2.PartInfo = null; this.uc2.Size = new System.Drawing.Size(200, 137); this.uc2.Sum = null; this.uc2.TabIndex = 130; // // label5 // this.label5.AutoSize = true; this.label5.Font = new System.Drawing.Font("宋体", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label5.Location = new System.Drawing.Point(392, 464); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(130, 24); this.label5.TabIndex = 128; this.label5.Text = "后右后轮眉"; // // label6 // this.label6.AutoSize = true; this.label6.Font = new System.Drawing.Font("宋体", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label6.Location = new System.Drawing.Point(35, 464); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(106, 24); this.label6.TabIndex = 127; this.label6.Text = "前右轮眉"; // // label4 // this.label4.AutoSize = true; this.label4.Font = new System.Drawing.Font("宋体", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label4.Location = new System.Drawing.Point(403, 261); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(130, 24); this.label4.TabIndex = 126; this.label4.Text = "后左后轮眉"; // // label3 // this.label3.AutoSize = true; this.label3.Font = new System.Drawing.Font("宋体", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label3.Location = new System.Drawing.Point(35, 261); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(106, 24); this.label3.TabIndex = 125; this.label3.Text = "前左轮眉"; // // textBox2 // this.textBox2.Font = new System.Drawing.Font("宋体", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.textBox2.Location = new System.Drawing.Point(173, 90); this.textBox2.Name = "textBox2"; this.textBox2.Size = new System.Drawing.Size(407, 35); this.textBox2.TabIndex = 122; this.textBox2.KeyDown += new System.Windows.Forms.KeyEventHandler(this.textBox2_KeyDown); // // textBox1 // this.textBox1.Font = new System.Drawing.Font("宋体", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.textBox1.Location = new System.Drawing.Point(173, 39); this.textBox1.Name = "textBox1"; this.textBox1.Size = new System.Drawing.Size(407, 35); this.textBox1.TabIndex = 120; this.textBox1.KeyDown += new System.Windows.Forms.KeyEventHandler(this.textBox1_KeyDown); // // label2 // this.label2.AutoSize = true; this.label2.Font = new System.Drawing.Font("宋体", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label2.Location = new System.Drawing.Point(27, 93); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(130, 24); this.label2.TabIndex = 121; this.label2.Text = "扫描半成品"; // // label1 // this.label1.AutoSize = true; this.label1.Font = new System.Drawing.Font("宋体", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label1.Location = new System.Drawing.Point(27, 42); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(130, 24); this.label1.TabIndex = 123; this.label1.Text = "扫描配置码"; // // button1 // this.button1.Font = new System.Drawing.Font("宋体", 18F); this.button1.Location = new System.Drawing.Point(605, 42); this.button1.Name = "button1"; this.button1.Size = new System.Drawing.Size(182, 50); this.button1.TabIndex = 124; this.button1.Text = "补打总成条码"; this.button1.UseVisualStyleBackColor = true; this.button1.Click += new System.EventHandler(this.button1_Click); // // Form9 // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(1427, 754); this.Controls.Add(this.textBox4); this.Controls.Add(this.label8); this.Controls.Add(this.uc4); this.Controls.Add(this.uc3); this.Controls.Add(this.uc1); this.Controls.Add(this.listView1); this.Controls.Add(this.panel1); this.Controls.Add(this.uc2); this.Controls.Add(this.label5); this.Controls.Add(this.label6); this.Controls.Add(this.label4); this.Controls.Add(this.label3); this.Controls.Add(this.textBox2); this.Controls.Add(this.textBox1); this.Controls.Add(this.label2); this.Controls.Add(this.label1); this.Controls.Add(this.button1); this.Name = "Form9"; this.Text = "X243防错-轮眉"; this.Load += new System.EventHandler(this.Form9_Load); this.panel1.ResumeLayout(false); this.panel1.PerformLayout(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.TextBox textBox4; private System.Windows.Forms.Label label8; private UC uc4; private UC uc3; private UC uc1; private System.Windows.Forms.ColumnHeader 完成数; private System.Windows.Forms.ColumnHeader 数量; private System.Windows.Forms.ColumnHeader 零件名称; private System.Windows.Forms.ColumnHeader 零件号; private System.Windows.Forms.ColumnHeader 计划单; private System.Windows.Forms.Button button3; private System.Windows.Forms.Button button2; private System.Windows.Forms.ListView listView1; private System.Windows.Forms.TextBox textBox3; private System.Windows.Forms.Panel panel1; private System.Windows.Forms.Label label7; private UC uc2; private System.Windows.Forms.Label label5; private System.Windows.Forms.Label label6; private System.Windows.Forms.Label label4; private System.Windows.Forms.Label label3; private System.Windows.Forms.TextBox textBox2; private System.Windows.Forms.TextBox textBox1; private System.Windows.Forms.Label label2; private System.Windows.Forms.Label label1; private System.Windows.Forms.Button button1; } }