|
@@ -28,136 +28,196 @@
|
|
|
/// </summary>
|
|
|
private void InitializeComponent()
|
|
|
{
|
|
|
- this.label2 = new System.Windows.Forms.Label();
|
|
|
- this.label1 = new System.Windows.Forms.Label();
|
|
|
this.StartWatch = new System.Windows.Forms.Button();
|
|
|
- this.dataGridView1 = new System.Windows.Forms.DataGridView();
|
|
|
- this.Column1 = new System.Windows.Forms.DataGridViewCheckBoxColumn();
|
|
|
- this.料号 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
- this.物料名称 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
- this.物料规格 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.textBox1 = new System.Windows.Forms.TextBox();
|
|
|
this.label3 = new System.Windows.Forms.Label();
|
|
|
- ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
|
|
|
+ this.label1 = new System.Windows.Forms.Label();
|
|
|
+ this.textBox2 = new System.Windows.Forms.TextBox();
|
|
|
+ this.label2 = new System.Windows.Forms.Label();
|
|
|
+ this.label4 = new System.Windows.Forms.Label();
|
|
|
+ this.textBox3 = new System.Windows.Forms.TextBox();
|
|
|
+ this.label5 = new System.Windows.Forms.Label();
|
|
|
+ this.textBox4 = new System.Windows.Forms.TextBox();
|
|
|
+ this.label6 = new System.Windows.Forms.Label();
|
|
|
+ this.textBox5 = new System.Windows.Forms.TextBox();
|
|
|
+ this.button1 = new System.Windows.Forms.Button();
|
|
|
+ this.pictureBox1 = new System.Windows.Forms.PictureBox();
|
|
|
+ this.label7 = new System.Windows.Forms.Label();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
|
|
|
this.SuspendLayout();
|
|
|
//
|
|
|
- // label2
|
|
|
- //
|
|
|
- this.label2.AutoSize = true;
|
|
|
- this.label2.Location = new System.Drawing.Point(250, 59);
|
|
|
- this.label2.Name = "label2";
|
|
|
- this.label2.Size = new System.Drawing.Size(0, 24);
|
|
|
- this.label2.TabIndex = 2;
|
|
|
- //
|
|
|
- // label1
|
|
|
- //
|
|
|
- this.label1.AutoSize = true;
|
|
|
- this.label1.Location = new System.Drawing.Point(125, 109);
|
|
|
- this.label1.Name = "label1";
|
|
|
- this.label1.Size = new System.Drawing.Size(106, 24);
|
|
|
- this.label1.TabIndex = 1;
|
|
|
- this.label1.Text = "单据编号";
|
|
|
- //
|
|
|
// StartWatch
|
|
|
//
|
|
|
this.StartWatch.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.StartWatch.Location = new System.Drawing.Point(290, 686);
|
|
|
+ this.StartWatch.Location = new System.Drawing.Point(344, 206);
|
|
|
this.StartWatch.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
|
|
|
this.StartWatch.Name = "StartWatch";
|
|
|
- this.StartWatch.Size = new System.Drawing.Size(128, 56);
|
|
|
+ this.StartWatch.Size = new System.Drawing.Size(128, 52);
|
|
|
this.StartWatch.TabIndex = 17;
|
|
|
- this.StartWatch.Text = "保存";
|
|
|
+ this.StartWatch.Text = "播放";
|
|
|
this.StartWatch.UseVisualStyleBackColor = true;
|
|
|
//
|
|
|
- // dataGridView1
|
|
|
- //
|
|
|
- this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
|
|
- this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
|
|
|
- this.Column1,
|
|
|
- this.料号,
|
|
|
- this.物料名称,
|
|
|
- this.物料规格});
|
|
|
- this.dataGridView1.Location = new System.Drawing.Point(129, 176);
|
|
|
- this.dataGridView1.Name = "dataGridView1";
|
|
|
- this.dataGridView1.RowHeadersWidth = 82;
|
|
|
- this.dataGridView1.RowTemplate.Height = 37;
|
|
|
- this.dataGridView1.Size = new System.Drawing.Size(489, 150);
|
|
|
- this.dataGridView1.TabIndex = 21;
|
|
|
- //
|
|
|
- // Column1
|
|
|
- //
|
|
|
- this.Column1.HeaderText = "勾选";
|
|
|
- this.Column1.MinimumWidth = 10;
|
|
|
- this.Column1.Name = "Column1";
|
|
|
- this.Column1.Width = 200;
|
|
|
- //
|
|
|
- // 料号
|
|
|
- //
|
|
|
- this.料号.HeaderText = "料号";
|
|
|
- this.料号.MinimumWidth = 10;
|
|
|
- this.料号.Name = "料号";
|
|
|
- this.料号.Width = 200;
|
|
|
- //
|
|
|
- // 物料名称
|
|
|
- //
|
|
|
- this.物料名称.HeaderText = "名称";
|
|
|
- this.物料名称.MinimumWidth = 10;
|
|
|
- this.物料名称.Name = "物料名称";
|
|
|
- this.物料名称.Width = 200;
|
|
|
- //
|
|
|
- // 物料规格
|
|
|
- //
|
|
|
- this.物料规格.HeaderText = "规格";
|
|
|
- this.物料规格.MinimumWidth = 10;
|
|
|
- this.物料规格.Name = "物料规格";
|
|
|
- this.物料规格.Width = 200;
|
|
|
- //
|
|
|
// textBox1
|
|
|
//
|
|
|
- this.textBox1.Location = new System.Drawing.Point(254, 498);
|
|
|
+ this.textBox1.Location = new System.Drawing.Point(1006, 340);
|
|
|
this.textBox1.Name = "textBox1";
|
|
|
- this.textBox1.Size = new System.Drawing.Size(334, 35);
|
|
|
+ this.textBox1.Size = new System.Drawing.Size(125, 35);
|
|
|
this.textBox1.TabIndex = 22;
|
|
|
//
|
|
|
// label3
|
|
|
//
|
|
|
this.label3.AutoSize = true;
|
|
|
- this.label3.Location = new System.Drawing.Point(130, 501);
|
|
|
+ this.label3.Location = new System.Drawing.Point(882, 343);
|
|
|
this.label3.Name = "label3";
|
|
|
- this.label3.Size = new System.Drawing.Size(82, 24);
|
|
|
+ this.label3.Size = new System.Drawing.Size(106, 24);
|
|
|
this.label3.TabIndex = 23;
|
|
|
- this.label3.Text = "机台号";
|
|
|
+ this.label3.Text = "自动监听";
|
|
|
+ //
|
|
|
+ // label1
|
|
|
+ //
|
|
|
+ this.label1.AutoSize = true;
|
|
|
+ this.label1.Location = new System.Drawing.Point(882, 209);
|
|
|
+ this.label1.Name = "label1";
|
|
|
+ this.label1.Size = new System.Drawing.Size(58, 24);
|
|
|
+ this.label1.TabIndex = 25;
|
|
|
+ this.label1.Text = "岗位";
|
|
|
+ //
|
|
|
+ // textBox2
|
|
|
+ //
|
|
|
+ this.textBox2.Location = new System.Drawing.Point(1006, 206);
|
|
|
+ this.textBox2.Name = "textBox2";
|
|
|
+ this.textBox2.Size = new System.Drawing.Size(125, 35);
|
|
|
+ this.textBox2.TabIndex = 24;
|
|
|
+ //
|
|
|
+ // label2
|
|
|
+ //
|
|
|
+ this.label2.AutoSize = true;
|
|
|
+ this.label2.Location = new System.Drawing.Point(882, 400);
|
|
|
+ this.label2.Name = "label2";
|
|
|
+ this.label2.Size = new System.Drawing.Size(82, 24);
|
|
|
+ this.label2.TabIndex = 26;
|
|
|
+ this.label2.Text = "中控IP";
|
|
|
+ //
|
|
|
+ // label4
|
|
|
+ //
|
|
|
+ this.label4.AutoSize = true;
|
|
|
+ this.label4.Location = new System.Drawing.Point(882, 143);
|
|
|
+ this.label4.Name = "label4";
|
|
|
+ this.label4.Size = new System.Drawing.Size(58, 24);
|
|
|
+ this.label4.TabIndex = 28;
|
|
|
+ this.label4.Text = "线别";
|
|
|
+ //
|
|
|
+ // textBox3
|
|
|
+ //
|
|
|
+ this.textBox3.Location = new System.Drawing.Point(1006, 140);
|
|
|
+ this.textBox3.Name = "textBox3";
|
|
|
+ this.textBox3.Size = new System.Drawing.Size(125, 35);
|
|
|
+ this.textBox3.TabIndex = 27;
|
|
|
+ //
|
|
|
+ // label5
|
|
|
+ //
|
|
|
+ this.label5.AutoSize = true;
|
|
|
+ this.label5.Location = new System.Drawing.Point(882, 274);
|
|
|
+ this.label5.Name = "label5";
|
|
|
+ this.label5.Size = new System.Drawing.Size(58, 24);
|
|
|
+ this.label5.TabIndex = 30;
|
|
|
+ this.label5.Text = "人员";
|
|
|
+ //
|
|
|
+ // textBox4
|
|
|
+ //
|
|
|
+ this.textBox4.Location = new System.Drawing.Point(1006, 271);
|
|
|
+ this.textBox4.Name = "textBox4";
|
|
|
+ this.textBox4.Size = new System.Drawing.Size(125, 35);
|
|
|
+ this.textBox4.TabIndex = 29;
|
|
|
+ //
|
|
|
+ // label6
|
|
|
+ //
|
|
|
+ this.label6.AutoSize = true;
|
|
|
+ this.label6.Location = new System.Drawing.Point(61, 154);
|
|
|
+ this.label6.Name = "label6";
|
|
|
+ this.label6.Size = new System.Drawing.Size(94, 24);
|
|
|
+ this.label6.TabIndex = 32;
|
|
|
+ this.label6.Text = "选择SOP";
|
|
|
+ //
|
|
|
+ // textBox5
|
|
|
+ //
|
|
|
+ this.textBox5.Location = new System.Drawing.Point(185, 151);
|
|
|
+ this.textBox5.Name = "textBox5";
|
|
|
+ this.textBox5.Size = new System.Drawing.Size(378, 35);
|
|
|
+ this.textBox5.TabIndex = 31;
|
|
|
+ //
|
|
|
+ // button1
|
|
|
+ //
|
|
|
+ this.button1.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.button1.Location = new System.Drawing.Point(185, 202);
|
|
|
+ this.button1.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
|
|
|
+ this.button1.Name = "button1";
|
|
|
+ this.button1.Size = new System.Drawing.Size(128, 52);
|
|
|
+ this.button1.TabIndex = 33;
|
|
|
+ this.button1.Text = "搜索";
|
|
|
+ this.button1.UseVisualStyleBackColor = true;
|
|
|
+ //
|
|
|
+ // pictureBox1
|
|
|
+ //
|
|
|
+ this.pictureBox1.Location = new System.Drawing.Point(185, 317);
|
|
|
+ this.pictureBox1.Name = "pictureBox1";
|
|
|
+ this.pictureBox1.Size = new System.Drawing.Size(600, 379);
|
|
|
+ this.pictureBox1.TabIndex = 34;
|
|
|
+ this.pictureBox1.TabStop = false;
|
|
|
+ //
|
|
|
+ // label7
|
|
|
+ //
|
|
|
+ this.label7.AutoSize = true;
|
|
|
+ this.label7.Location = new System.Drawing.Point(181, 279);
|
|
|
+ this.label7.Name = "label7";
|
|
|
+ this.label7.Size = new System.Drawing.Size(106, 24);
|
|
|
+ this.label7.TabIndex = 35;
|
|
|
+ this.label7.Text = "图片表格";
|
|
|
//
|
|
|
// Form4
|
|
|
//
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(12F, 24F);
|
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
|
this.ClientSize = new System.Drawing.Size(1419, 820);
|
|
|
+ this.Controls.Add(this.label7);
|
|
|
+ this.Controls.Add(this.pictureBox1);
|
|
|
+ this.Controls.Add(this.button1);
|
|
|
+ this.Controls.Add(this.label6);
|
|
|
+ this.Controls.Add(this.textBox5);
|
|
|
+ this.Controls.Add(this.label5);
|
|
|
+ this.Controls.Add(this.textBox4);
|
|
|
+ this.Controls.Add(this.label4);
|
|
|
+ this.Controls.Add(this.textBox3);
|
|
|
+ this.Controls.Add(this.label2);
|
|
|
+ this.Controls.Add(this.label1);
|
|
|
+ this.Controls.Add(this.textBox2);
|
|
|
this.Controls.Add(this.label3);
|
|
|
this.Controls.Add(this.textBox1);
|
|
|
- this.Controls.Add(this.dataGridView1);
|
|
|
this.Controls.Add(this.StartWatch);
|
|
|
- this.Controls.Add(this.label2);
|
|
|
- this.Controls.Add(this.label1);
|
|
|
this.Name = "Form4";
|
|
|
this.Text = "Form4";
|
|
|
this.Load += new System.EventHandler(this.Form4_Load);
|
|
|
- ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
|
|
|
this.ResumeLayout(false);
|
|
|
this.PerformLayout();
|
|
|
|
|
|
}
|
|
|
|
|
|
#endregion
|
|
|
- private System.Windows.Forms.Label label2;
|
|
|
- private System.Windows.Forms.Label label1;
|
|
|
private System.Windows.Forms.Button StartWatch;
|
|
|
- private System.Windows.Forms.DataGridView dataGridView1;
|
|
|
- private System.Windows.Forms.DataGridViewCheckBoxColumn Column1;
|
|
|
- private System.Windows.Forms.DataGridViewTextBoxColumn 料号;
|
|
|
- private System.Windows.Forms.DataGridViewTextBoxColumn 物料名称;
|
|
|
- private System.Windows.Forms.DataGridViewTextBoxColumn 物料规格;
|
|
|
private System.Windows.Forms.TextBox textBox1;
|
|
|
private System.Windows.Forms.Label label3;
|
|
|
+ private System.Windows.Forms.Label label1;
|
|
|
+ private System.Windows.Forms.TextBox textBox2;
|
|
|
+ private System.Windows.Forms.Label label2;
|
|
|
+ private System.Windows.Forms.Label label4;
|
|
|
+ private System.Windows.Forms.TextBox textBox3;
|
|
|
+ private System.Windows.Forms.Label label5;
|
|
|
+ private System.Windows.Forms.TextBox textBox4;
|
|
|
+ private System.Windows.Forms.Label label6;
|
|
|
+ private System.Windows.Forms.TextBox textBox5;
|
|
|
+ private System.Windows.Forms.Button button1;
|
|
|
+ private System.Windows.Forms.PictureBox pictureBox1;
|
|
|
+ private System.Windows.Forms.Label label7;
|
|
|
}
|
|
|
}
|