namespace PunchAndWeld { partial class FrmDoorSill { /// /// 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.Windows.Forms.ColumnHeader 零件号; this.label9 = new System.Windows.Forms.Label(); this.label1 = new System.Windows.Forms.Label(); this.textBox1 = new System.Windows.Forms.TextBox(); this.label2 = new System.Windows.Forms.Label(); this.textBox2 = new System.Windows.Forms.TextBox(); this.listView1 = new System.Windows.Forms.ListView(); 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.listView2 = new System.Windows.Forms.ListView(); 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.textBox4 = new System.Windows.Forms.TextBox(); 零件号 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); this.SuspendLayout(); // // 零件号 // 零件号.Text = "零件号"; 零件号.Width = 120; // // label9 // this.label9.BackColor = System.Drawing.Color.Transparent; this.label9.Font = new System.Drawing.Font("微软雅黑", 20F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label9.ForeColor = System.Drawing.Color.White; this.label9.Location = new System.Drawing.Point(930, 7); this.label9.Name = "label9"; this.label9.Size = new System.Drawing.Size(338, 67); this.label9.TabIndex = 15; this.label9.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; this.label9.Click += new System.EventHandler(this.label9_Click); // // label1 // this.label1.BackColor = System.Drawing.Color.Transparent; this.label1.Font = new System.Drawing.Font("微软雅黑", 22F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label1.ForeColor = System.Drawing.Color.White; this.label1.Location = new System.Drawing.Point(39, 265); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(298, 76); this.label1.TabIndex = 16; this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // textBox1 // this.textBox1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); 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(389, 261); this.textBox1.Margin = new System.Windows.Forms.Padding(2); this.textBox1.Multiline = true; this.textBox1.Name = "textBox1"; this.textBox1.Size = new System.Drawing.Size(300, 84); this.textBox1.TabIndex = 17; this.textBox1.KeyDown += new System.Windows.Forms.KeyEventHandler(this.textBox1_KeyDown); // // label2 // this.label2.BackColor = System.Drawing.Color.Transparent; this.label2.Font = new System.Drawing.Font("微软雅黑", 18F); this.label2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(41)))), ((int)(((byte)(115)))), ((int)(((byte)(193))))); this.label2.Location = new System.Drawing.Point(750, 220); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(139, 59); this.label2.TabIndex = 18; this.label2.Text = "扫描计划单"; this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // textBox2 // this.textBox2.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); 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(894, 231); this.textBox2.Margin = new System.Windows.Forms.Padding(2); this.textBox2.Name = "textBox2"; this.textBox2.Size = new System.Drawing.Size(335, 39); this.textBox2.TabIndex = 19; this.textBox2.KeyDown += new System.Windows.Forms.KeyEventHandler(this.textBox2_KeyDown); // // listView1 // this.listView1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(39)))), ((int)(((byte)(46)))), ((int)(((byte)(64))))); this.listView1.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] { this.计划单, 零件号, this.数量, this.零件名称}); this.listView1.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.listView1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(41)))), ((int)(((byte)(115)))), ((int)(((byte)(193))))); this.listView1.FullRowSelect = true; this.listView1.GridLines = true; this.listView1.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.Nonclickable; this.listView1.Location = new System.Drawing.Point(756, 291); this.listView1.Name = "listView1"; this.listView1.Size = new System.Drawing.Size(473, 656); this.listView1.TabIndex = 20; this.listView1.UseCompatibleStateImageBehavior = false; this.listView1.View = System.Windows.Forms.View.Details; // // 计划单 // this.计划单.Text = "计划单"; this.计划单.Width = 120; // // 数量 // this.数量.Text = "数量"; // // 零件名称 // this.零件名称.Text = "零件名称"; this.零件名称.Width = 168; // // listView2 // this.listView2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(39)))), ((int)(((byte)(46)))), ((int)(((byte)(64))))); this.listView2.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] { this.零件信息, this.完成数量}); this.listView2.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.listView2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(41)))), ((int)(((byte)(115)))), ((int)(((byte)(193))))); this.listView2.GridLines = true; this.listView2.Location = new System.Drawing.Point(34, 376); this.listView2.Name = "listView2"; this.listView2.Size = new System.Drawing.Size(655, 571); this.listView2.TabIndex = 21; this.listView2.UseCompatibleStateImageBehavior = false; this.listView2.View = System.Windows.Forms.View.Details; // // 零件信息 // this.零件信息.Text = "零件信息"; this.零件信息.Width = 500; // // 完成数量 // this.完成数量.Text = "完成数量"; this.完成数量.Width = 150; // // button3 // this.button3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(128)))), ((int)(((byte)(255))))); this.button3.Font = new System.Drawing.Font("微软雅黑", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.button3.Location = new System.Drawing.Point(1029, 119); this.button3.Margin = new System.Windows.Forms.Padding(2); this.button3.Name = "button3"; this.button3.Size = new System.Drawing.Size(210, 50); this.button3.TabIndex = 24; this.button3.Text = "补打标签"; this.button3.UseVisualStyleBackColor = false; this.button3.Click += new System.EventHandler(this.button3_Click); // // textBox4 // this.textBox4.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); 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(436, 475); this.textBox4.Margin = new System.Windows.Forms.Padding(2); this.textBox4.Multiline = true; this.textBox4.Name = "textBox4"; this.textBox4.Size = new System.Drawing.Size(453, 69); this.textBox4.TabIndex = 37; this.textBox4.Visible = false; this.textBox4.DoubleClick += new System.EventHandler(this.textBox4_DoubleClick); this.textBox4.KeyDown += new System.Windows.Forms.KeyEventHandler(this.textBox4_KeyDown); // // FrmDoorSill // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackgroundImage = global::PunchAndWeld.Properties.Resources.background1; this.ClientSize = new System.Drawing.Size(1280, 1024); this.Controls.Add(this.textBox4); this.Controls.Add(this.button3); this.Controls.Add(this.listView2); this.Controls.Add(this.listView1); this.Controls.Add(this.textBox2); this.Controls.Add(this.label2); this.Controls.Add(this.textBox1); this.Controls.Add(this.label1); this.Controls.Add(this.label9); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None; this.Name = "FrmDoorSill"; this.Text = "生产"; this.Load += new System.EventHandler(this.FrmDoorSill_Load); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Label label9; private System.Windows.Forms.Label label1; private System.Windows.Forms.TextBox textBox1; private System.Windows.Forms.Label label2; private System.Windows.Forms.TextBox textBox2; private System.Windows.Forms.ListView listView1; private System.Windows.Forms.ColumnHeader 计划单; private System.Windows.Forms.ColumnHeader 数量; private System.Windows.Forms.ColumnHeader 零件名称; private System.Windows.Forms.ListView listView2; private System.Windows.Forms.ColumnHeader 零件信息; private System.Windows.Forms.ColumnHeader 完成数量; private System.Windows.Forms.Button button3; private System.Windows.Forms.TextBox textBox4; } }