You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
413 lines
23 KiB
413 lines
23 KiB
5 months ago
|
namespace PunchAndWeld
|
||
|
{
|
||
|
partial class FrmDoorSillNew
|
||
|
{
|
||
|
/// <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.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmDoorSillNew));
|
||
|
this.label1 = new System.Windows.Forms.Label();
|
||
|
this.label2 = new System.Windows.Forms.Label();
|
||
|
this.label3 = new System.Windows.Forms.Label();
|
||
|
this.label4 = new System.Windows.Forms.Label();
|
||
|
this.textBox1 = new System.Windows.Forms.TextBox();
|
||
|
this.label6 = new System.Windows.Forms.Label();
|
||
|
this.label7 = new System.Windows.Forms.Label();
|
||
|
this.label5 = new System.Windows.Forms.Label();
|
||
|
this.label8 = new System.Windows.Forms.Label();
|
||
|
this.label9 = new System.Windows.Forms.Label();
|
||
|
this.listView1 = new System.Windows.Forms.ListView();
|
||
|
this.columnHeader1 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
|
||
|
this.零件名称 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
|
||
|
this.columnHeader3 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
|
||
|
this.columnHeader2 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
|
||
|
this.button2 = new System.Windows.Forms.Button();
|
||
|
this.button1 = new System.Windows.Forms.Button();
|
||
|
this.button6 = new System.Windows.Forms.Button();
|
||
|
this.button3 = new System.Windows.Forms.Button();
|
||
|
this.textBox2 = new System.Windows.Forms.TextBox();
|
||
|
this.textBox3 = new System.Windows.Forms.TextBox();
|
||
|
this.textBox4 = new System.Windows.Forms.TextBox();
|
||
|
this.textBox5 = new System.Windows.Forms.TextBox();
|
||
|
this.button4 = new System.Windows.Forms.Button();
|
||
|
this.button7 = new System.Windows.Forms.Button();
|
||
|
this.SuspendLayout();
|
||
|
//
|
||
|
// 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(43, 132);
|
||
|
this.label1.Name = "label1";
|
||
|
this.label1.Size = new System.Drawing.Size(298, 76);
|
||
|
this.label1.TabIndex = 12;
|
||
|
this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
||
|
//
|
||
|
// label2
|
||
|
//
|
||
|
this.label2.BackColor = System.Drawing.Color.Transparent;
|
||
|
this.label2.Font = new System.Drawing.Font("微软雅黑", 22F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
|
this.label2.ForeColor = System.Drawing.Color.White;
|
||
|
this.label2.Location = new System.Drawing.Point(43, 320);
|
||
|
this.label2.Name = "label2";
|
||
|
this.label2.Size = new System.Drawing.Size(298, 82);
|
||
|
this.label2.TabIndex = 13;
|
||
|
this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
||
|
//
|
||
|
// label3
|
||
|
//
|
||
|
this.label3.BackColor = System.Drawing.Color.Transparent;
|
||
|
this.label3.Font = new System.Drawing.Font("微软雅黑", 20F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
|
this.label3.ForeColor = System.Drawing.Color.White;
|
||
|
this.label3.Location = new System.Drawing.Point(43, 504);
|
||
|
this.label3.Name = "label3";
|
||
|
this.label3.Size = new System.Drawing.Size(298, 87);
|
||
|
this.label3.TabIndex = 14;
|
||
|
this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
||
|
//
|
||
|
// label4
|
||
|
//
|
||
|
this.label4.BackColor = System.Drawing.Color.Transparent;
|
||
|
this.label4.Font = new System.Drawing.Font("微软雅黑", 16F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
|
this.label4.ForeColor = System.Drawing.Color.White;
|
||
|
this.label4.Location = new System.Drawing.Point(43, 700);
|
||
|
this.label4.Name = "label4";
|
||
|
this.label4.Size = new System.Drawing.Size(298, 78);
|
||
|
this.label4.TabIndex = 15;
|
||
|
this.label4.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(41, 887);
|
||
|
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, 81);
|
||
|
this.textBox1.TabIndex = 21;
|
||
|
this.textBox1.KeyDown += new System.Windows.Forms.KeyEventHandler(this.textBox1_KeyDown);
|
||
|
//
|
||
|
// label6
|
||
|
//
|
||
|
this.label6.BackColor = System.Drawing.Color.Transparent;
|
||
|
this.label6.Font = new System.Drawing.Font("微软雅黑", 180F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
|
this.label6.ForeColor = System.Drawing.Color.Blue;
|
||
|
this.label6.Location = new System.Drawing.Point(376, 273);
|
||
|
this.label6.Name = "label6";
|
||
|
this.label6.Size = new System.Drawing.Size(553, 332);
|
||
|
this.label6.TabIndex = 22;
|
||
|
this.label6.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
||
|
//
|
||
|
// label7
|
||
|
//
|
||
|
this.label7.BackColor = System.Drawing.Color.Transparent;
|
||
|
this.label7.Font = new System.Drawing.Font("微软雅黑", 160F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
|
this.label7.ForeColor = System.Drawing.Color.Lime;
|
||
|
this.label7.Location = new System.Drawing.Point(374, 684);
|
||
|
this.label7.Name = "label7";
|
||
|
this.label7.Size = new System.Drawing.Size(555, 288);
|
||
|
this.label7.TabIndex = 23;
|
||
|
this.label7.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
||
|
//
|
||
|
// label5
|
||
|
//
|
||
|
this.label5.BackColor = System.Drawing.Color.Transparent;
|
||
|
this.label5.Font = new System.Drawing.Font("微软雅黑", 22F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
|
this.label5.ForeColor = System.Drawing.Color.White;
|
||
|
this.label5.Location = new System.Drawing.Point(936, 9);
|
||
|
this.label5.Margin = new System.Windows.Forms.Padding(0);
|
||
|
this.label5.Name = "label5";
|
||
|
this.label5.Size = new System.Drawing.Size(340, 40);
|
||
|
this.label5.TabIndex = 44;
|
||
|
this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
||
|
//
|
||
|
// label8
|
||
|
//
|
||
|
this.label8.BackColor = System.Drawing.Color.Transparent;
|
||
|
this.label8.Font = new System.Drawing.Font("微软雅黑", 28F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
|
this.label8.ForeColor = System.Drawing.Color.White;
|
||
|
this.label8.Location = new System.Drawing.Point(938, 187);
|
||
|
this.label8.Name = "label8";
|
||
|
this.label8.Size = new System.Drawing.Size(338, 67);
|
||
|
this.label8.TabIndex = 43;
|
||
|
this.label8.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
||
|
//
|
||
|
// 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(938, 74);
|
||
|
this.label9.Name = "label9";
|
||
|
this.label9.Size = new System.Drawing.Size(338, 67);
|
||
|
this.label9.TabIndex = 42;
|
||
|
this.label9.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
||
|
this.label9.Click += new System.EventHandler(this.label9_Click);
|
||
|
//
|
||
|
// 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.columnHeader1,
|
||
|
this.零件名称,
|
||
|
this.columnHeader3,
|
||
|
this.columnHeader2});
|
||
|
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.White;
|
||
|
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(936, 267);
|
||
|
this.listView1.Name = "listView1";
|
||
|
this.listView1.Size = new System.Drawing.Size(341, 362);
|
||
|
this.listView1.TabIndex = 45;
|
||
|
this.listView1.UseCompatibleStateImageBehavior = false;
|
||
|
this.listView1.View = System.Windows.Forms.View.Details;
|
||
|
this.listView1.SelectedIndexChanged += new System.EventHandler(this.listView1_SelectedIndexChanged);
|
||
|
//
|
||
|
// columnHeader1
|
||
|
//
|
||
|
this.columnHeader1.Text = "零件号";
|
||
|
this.columnHeader1.Width = 120;
|
||
|
//
|
||
|
// 零件名称
|
||
|
//
|
||
|
this.零件名称.Text = "零件名称";
|
||
|
this.零件名称.Width = 175;
|
||
|
//
|
||
|
// columnHeader3
|
||
|
//
|
||
|
this.columnHeader3.Text = "状态";
|
||
|
this.columnHeader3.Width = 0;
|
||
|
//
|
||
|
// columnHeader2
|
||
|
//
|
||
|
this.columnHeader2.Text = "数量";
|
||
|
this.columnHeader2.Width = 40;
|
||
|
//
|
||
|
// button2
|
||
|
//
|
||
|
this.button2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
|
||
|
this.button2.Font = new System.Drawing.Font("微软雅黑", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
|
this.button2.Location = new System.Drawing.Point(1116, 664);
|
||
|
this.button2.Margin = new System.Windows.Forms.Padding(2);
|
||
|
this.button2.Name = "button2";
|
||
|
this.button2.Size = new System.Drawing.Size(153, 75);
|
||
|
this.button2.TabIndex = 47;
|
||
|
this.button2.Text = "下一计划";
|
||
|
this.button2.UseVisualStyleBackColor = false;
|
||
|
this.button2.Click += new System.EventHandler(this.button2_Click);
|
||
|
//
|
||
|
// button1
|
||
|
//
|
||
|
this.button1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(128)))), ((int)(((byte)(255)))));
|
||
|
this.button1.Font = new System.Drawing.Font("微软雅黑", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
|
this.button1.Location = new System.Drawing.Point(943, 664);
|
||
|
this.button1.Margin = new System.Windows.Forms.Padding(2);
|
||
|
this.button1.Name = "button1";
|
||
|
this.button1.Size = new System.Drawing.Size(153, 75);
|
||
|
this.button1.TabIndex = 46;
|
||
|
this.button1.Text = "上一计划";
|
||
|
this.button1.UseVisualStyleBackColor = false;
|
||
|
this.button1.Click += new System.EventHandler(this.button1_Click);
|
||
|
//
|
||
|
// button6
|
||
|
//
|
||
|
this.button6.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
|
||
|
this.button6.Font = new System.Drawing.Font("微软雅黑", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
|
this.button6.Location = new System.Drawing.Point(947, 771);
|
||
|
this.button6.Margin = new System.Windows.Forms.Padding(2);
|
||
|
this.button6.Name = "button6";
|
||
|
this.button6.Size = new System.Drawing.Size(153, 75);
|
||
|
this.button6.TabIndex = 48;
|
||
|
this.button6.Text = "计划查询";
|
||
|
this.button6.UseVisualStyleBackColor = false;
|
||
|
this.button6.Click += new System.EventHandler(this.button6_Click);
|
||
|
//
|
||
|
// button3
|
||
|
//
|
||
|
this.button3.Font = new System.Drawing.Font("微软雅黑", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
|
this.button3.Location = new System.Drawing.Point(1116, 771);
|
||
|
this.button3.Margin = new System.Windows.Forms.Padding(2);
|
||
|
this.button3.Name = "button3";
|
||
|
this.button3.Size = new System.Drawing.Size(153, 75);
|
||
|
this.button3.TabIndex = 49;
|
||
|
this.button3.Text = "补打标签";
|
||
|
this.button3.UseVisualStyleBackColor = true;
|
||
|
this.button3.Click += new System.EventHandler(this.button3_Click);
|
||
|
//
|
||
|
// 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(414, 493);
|
||
|
this.textBox2.Margin = new System.Windows.Forms.Padding(2);
|
||
|
this.textBox2.Name = "textBox2";
|
||
|
this.textBox2.Size = new System.Drawing.Size(453, 39);
|
||
|
this.textBox2.TabIndex = 50;
|
||
|
this.textBox2.Visible = false;
|
||
|
//
|
||
|
// textBox3
|
||
|
//
|
||
|
this.textBox3.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.textBox3.Font = new System.Drawing.Font("微软雅黑", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
|
this.textBox3.Location = new System.Drawing.Point(422, 501);
|
||
|
this.textBox3.Margin = new System.Windows.Forms.Padding(2);
|
||
|
this.textBox3.Name = "textBox3";
|
||
|
this.textBox3.Size = new System.Drawing.Size(453, 39);
|
||
|
this.textBox3.TabIndex = 51;
|
||
|
this.textBox3.Visible = false;
|
||
|
this.textBox3.DoubleClick += new System.EventHandler(this.textBox3_DoubleClick);
|
||
|
this.textBox3.KeyDown += new System.Windows.Forms.KeyEventHandler(this.textBox3_KeyDown);
|
||
|
//
|
||
|
// 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(430, 509);
|
||
|
this.textBox4.Margin = new System.Windows.Forms.Padding(2);
|
||
|
this.textBox4.Name = "textBox4";
|
||
|
this.textBox4.Size = new System.Drawing.Size(453, 39);
|
||
|
this.textBox4.TabIndex = 52;
|
||
|
this.textBox4.Visible = false;
|
||
|
this.textBox4.DoubleClick += new System.EventHandler(this.textBox4_DoubleClick);
|
||
|
this.textBox4.KeyDown += new System.Windows.Forms.KeyEventHandler(this.textBox4_KeyDown);
|
||
|
//
|
||
|
// textBox5
|
||
|
//
|
||
|
this.textBox5.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.textBox5.Font = new System.Drawing.Font("微软雅黑", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
|
this.textBox5.Location = new System.Drawing.Point(438, 517);
|
||
|
this.textBox5.Margin = new System.Windows.Forms.Padding(2);
|
||
|
this.textBox5.Name = "textBox5";
|
||
|
this.textBox5.Size = new System.Drawing.Size(453, 39);
|
||
|
this.textBox5.TabIndex = 53;
|
||
|
this.textBox5.Visible = false;
|
||
|
//
|
||
|
// button4
|
||
|
//
|
||
|
this.button4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
|
||
|
this.button4.Font = new System.Drawing.Font("微软雅黑", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
|
this.button4.Location = new System.Drawing.Point(947, 877);
|
||
|
this.button4.Margin = new System.Windows.Forms.Padding(2);
|
||
|
this.button4.Name = "button4";
|
||
|
this.button4.Size = new System.Drawing.Size(153, 75);
|
||
|
this.button4.TabIndex = 54;
|
||
|
this.button4.Text = "产品不良";
|
||
|
this.button4.UseVisualStyleBackColor = false;
|
||
|
this.button4.Click += new System.EventHandler(this.button4_Click);
|
||
|
//
|
||
|
// button7
|
||
|
//
|
||
|
this.button7.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
|
||
|
this.button7.Font = new System.Drawing.Font("微软雅黑", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
|
this.button7.Location = new System.Drawing.Point(1120, 877);
|
||
|
this.button7.Margin = new System.Windows.Forms.Padding(2);
|
||
|
this.button7.Name = "button7";
|
||
|
this.button7.Size = new System.Drawing.Size(153, 75);
|
||
|
this.button7.TabIndex = 55;
|
||
|
this.button7.Text = "重新视觉检测";
|
||
|
this.button7.UseVisualStyleBackColor = false;
|
||
|
this.button7.Click += new System.EventHandler(this.button7_Click);
|
||
|
//
|
||
|
// FrmDoorSillNew
|
||
|
//
|
||
|
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(1280, 1024);
|
||
|
this.Controls.Add(this.button7);
|
||
|
this.Controls.Add(this.button4);
|
||
|
this.Controls.Add(this.textBox5);
|
||
|
this.Controls.Add(this.textBox4);
|
||
|
this.Controls.Add(this.textBox3);
|
||
|
this.Controls.Add(this.textBox2);
|
||
|
this.Controls.Add(this.button3);
|
||
|
this.Controls.Add(this.button6);
|
||
|
this.Controls.Add(this.button2);
|
||
|
this.Controls.Add(this.button1);
|
||
|
this.Controls.Add(this.listView1);
|
||
|
this.Controls.Add(this.label5);
|
||
|
this.Controls.Add(this.label8);
|
||
|
this.Controls.Add(this.label9);
|
||
|
this.Controls.Add(this.label7);
|
||
|
this.Controls.Add(this.label6);
|
||
|
this.Controls.Add(this.textBox1);
|
||
|
this.Controls.Add(this.label4);
|
||
|
this.Controls.Add(this.label3);
|
||
|
this.Controls.Add(this.label2);
|
||
|
this.Controls.Add(this.label1);
|
||
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
|
||
|
this.Name = "FrmDoorSillNew";
|
||
|
this.Text = "214门槛总成装配";
|
||
|
this.Load += new System.EventHandler(this.FrmDoorSillNew_Load);
|
||
|
this.ResumeLayout(false);
|
||
|
this.PerformLayout();
|
||
|
|
||
|
}
|
||
|
|
||
|
#endregion
|
||
|
|
||
|
private System.Windows.Forms.Label label1;
|
||
|
private System.Windows.Forms.Label label2;
|
||
|
private System.Windows.Forms.Label label3;
|
||
|
private System.Windows.Forms.Label label4;
|
||
|
private System.Windows.Forms.TextBox textBox1;
|
||
|
private System.Windows.Forms.Label label6;
|
||
|
private System.Windows.Forms.Label label7;
|
||
|
private System.Windows.Forms.Label label5;
|
||
|
private System.Windows.Forms.Label label8;
|
||
|
private System.Windows.Forms.Label label9;
|
||
|
private System.Windows.Forms.ListView listView1;
|
||
|
private System.Windows.Forms.ColumnHeader columnHeader1;
|
||
|
private System.Windows.Forms.ColumnHeader columnHeader3;
|
||
|
private System.Windows.Forms.Button button2;
|
||
|
private System.Windows.Forms.Button button1;
|
||
|
private System.Windows.Forms.Button button6;
|
||
|
private System.Windows.Forms.Button button3;
|
||
|
private System.Windows.Forms.TextBox textBox2;
|
||
|
private System.Windows.Forms.TextBox textBox3;
|
||
|
private System.Windows.Forms.TextBox textBox4;
|
||
|
private System.Windows.Forms.TextBox textBox5;
|
||
|
private System.Windows.Forms.ColumnHeader 零件名称;
|
||
|
private System.Windows.Forms.Button button4;
|
||
|
private System.Windows.Forms.Button button7;
|
||
|
private System.Windows.Forms.ColumnHeader columnHeader2;
|
||
|
}
|
||
|
}
|