|
|
|
namespace PunchAndWeld
|
|
|
|
{
|
|
|
|
partial class FrmPreNoPlan
|
|
|
|
{
|
|
|
|
/// <summary>
|
|
|
|
/// Required designer variable.
|
|
|
|
/// </summary>
|
|
|
|
private System.ComponentModel.IContainer components = null;
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
/// Clean up any resources being used.
|
|
|
|
/// </summary>
|
|
|
|
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
|
|
|
protected override void Dispose(bool disposing)
|
|
|
|
{
|
|
|
|
if (disposing && (components != null))
|
|
|
|
{
|
|
|
|
components.Dispose();
|
|
|
|
}
|
|
|
|
base.Dispose(disposing);
|
|
|
|
}
|
|
|
|
|
|
|
|
#region Windows Form Designer generated code
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
/// Required method for Designer support - do not modify
|
|
|
|
/// the contents of this method with the code editor.
|
|
|
|
/// </summary>
|
|
|
|
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(1577, 402);
|
|
|
|
this.textBox2.Margin = new System.Windows.Forms.Padding(4);
|
|
|
|
this.textBox2.Name = "textBox2";
|
|
|
|
this.textBox2.Size = new System.Drawing.Size(673, 63);
|
|
|
|
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(1375, 383);
|
|
|
|
this.label2.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
|
|
|
|
this.label2.Name = "label2";
|
|
|
|
this.label2.Size = new System.Drawing.Size(255, 103);
|
|
|
|
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(713, 455);
|
|
|
|
this.textBox1.Margin = new System.Windows.Forms.Padding(4);
|
|
|
|
this.textBox1.Multiline = true;
|
|
|
|
this.textBox1.Name = "textBox1";
|
|
|
|
this.textBox1.Size = new System.Drawing.Size(547, 144);
|
|
|
|
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(72, 462);
|
|
|
|
this.label1.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
|
|
|
|
this.label1.Name = "label1";
|
|
|
|
this.label1.Size = new System.Drawing.Size(546, 133);
|
|
|
|
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.HideSelection = false;
|
|
|
|
this.listView2.Location = new System.Drawing.Point(61, 665);
|
|
|
|
this.listView2.Margin = new System.Windows.Forms.Padding(6, 5, 6, 5);
|
|
|
|
this.listView2.Name = "listView2";
|
|
|
|
this.listView2.Size = new System.Drawing.Size(1198, 996);
|
|
|
|
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.HideSelection = false;
|
|
|
|
this.listView1.Location = new System.Drawing.Point(1386, 492);
|
|
|
|
this.listView1.Margin = new System.Windows.Forms.Padding(6, 5, 6, 5);
|
|
|
|
this.listView1.Name = "listView1";
|
|
|
|
this.listView1.Size = new System.Drawing.Size(864, 1145);
|
|
|
|
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(1868, 217);
|
|
|
|
this.button3.Margin = new System.Windows.Forms.Padding(4);
|
|
|
|
this.button3.Name = "button3";
|
|
|
|
this.button3.Size = new System.Drawing.Size(385, 88);
|
|
|
|
this.button3.TabIndex = 26;
|
|
|
|
this.button3.Text = "补打标签";
|
|
|
|
this.button3.UseVisualStyleBackColor = false;
|
|
|
|
this.button3.Click += new System.EventHandler(this.button3_Click);
|
|
|
|
//
|
|
|
|
// 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(1678, 12);
|
|
|
|
this.label9.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
|
|
|
|
this.label9.Name = "label9";
|
|
|
|
this.label9.Size = new System.Drawing.Size(620, 117);
|
|
|
|
this.label9.TabIndex = 27;
|
|
|
|
this.label9.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
|
|
//
|
|
|
|
// FrmPreNoPlan
|
|
|
|
//
|
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(11F, 21F);
|
|
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
|
|
this.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("$this.BackgroundImage")));
|
|
|
|
this.ClientSize = new System.Drawing.Size(2317, 1724);
|
|
|
|
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.Margin = new System.Windows.Forms.Padding(6, 5, 6, 5);
|
|
|
|
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;
|
|
|
|
}
|
|
|
|
}
|