namespace PunchAndWeld { partial class FrmPreNoPlan { /// /// 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 零件号; System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmPreNoPlan)); this.textBox2 = new System.Windows.Forms.TextBox(); this.label2 = new System.Windows.Forms.Label(); this.textBox1 = new System.Windows.Forms.TextBox(); this.label1 = new System.Windows.Forms.Label(); 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.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.button3 = new System.Windows.Forms.Button(); this.label9 = new System.Windows.Forms.Label(); 零件号 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); this.SuspendLayout(); // // 零件号 // 零件号.Text = "零件号"; 零件号.Width = 150; // // 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(860, 230); this.textBox2.Margin = new System.Windows.Forms.Padding(2); this.textBox2.Name = "textBox2"; this.textBox2.Size = new System.Drawing.Size(369, 39); this.textBox2.TabIndex = 23; // // 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, 219); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(139, 59); this.label2.TabIndex = 22; this.label2.Text = "扫描零件"; this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // 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, 260); 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 = 21; this.textBox1.KeyDown += new System.Windows.Forms.KeyEventHandler(this.textBox1_KeyDown); // // 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, 264); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(298, 76); this.label1.TabIndex = 20; this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // 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(33, 380); this.listView2.Name = "listView2"; this.listView2.Size = new System.Drawing.Size(655, 571); this.listView2.TabIndex = 24; this.listView2.UseCompatibleStateImageBehavior = false; this.listView2.View = System.Windows.Forms.View.Details; // // 零件信息 // this.零件信息.Text = "产品信息"; this.零件信息.Width = 500; // // 完成数量 // this.完成数量.Text = "完成数量"; this.完成数量.Width = 150; // // 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.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, 281); this.listView1.Name = "listView1"; this.listView1.Size = new System.Drawing.Size(473, 656); this.listView1.TabIndex = 25; this.listView1.UseCompatibleStateImageBehavior = false; this.listView1.View = System.Windows.Forms.View.Details; // // 零件名称 // this.零件名称.Text = "零件名称"; this.零件名称.Width = 200; // // 状态 // 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(1019, 124); 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 = 26; this.button3.Text = "补打标签"; this.button3.UseVisualStyleBackColor = false; // // 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(915, 7); this.label9.Name = "label9"; this.label9.Size = new System.Drawing.Size(338, 67); this.label9.TabIndex = 27; this.label9.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // FrmPreNoPlan // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("$this.BackgroundImage"))); this.ClientSize = new System.Drawing.Size(1264, 985); this.Controls.Add(this.label9); this.Controls.Add(this.button3); this.Controls.Add(this.listView1); this.Controls.Add(this.listView2); this.Controls.Add(this.textBox2); this.Controls.Add(this.label2); this.Controls.Add(this.textBox1); this.Controls.Add(this.label1); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None; this.Name = "FrmPreNoPlan"; this.Text = "预装不下计划版本"; this.Load += new System.EventHandler(this.FrmPreNoPlan_Load); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.TextBox textBox2; private System.Windows.Forms.Label label2; private System.Windows.Forms.TextBox textBox1; private System.Windows.Forms.Label label1; private System.Windows.Forms.ListView listView2; private System.Windows.Forms.ColumnHeader 零件信息; private System.Windows.Forms.ColumnHeader 完成数量; private System.Windows.Forms.ListView listView1; private System.Windows.Forms.ColumnHeader 零件名称; private System.Windows.Forms.ColumnHeader 状态; private System.Windows.Forms.Button button3; private System.Windows.Forms.Label label9; } }