|
@@ -4,7 +4,7 @@ using System.Windows.Forms;
|
|
|
|
|
|
namespace MainForm.FaForm
|
|
|
{
|
|
|
- partial class Dialog_MaterialVerify_S1
|
|
|
+ partial class Dialog_MaterialVerify
|
|
|
{
|
|
|
/// <summary>
|
|
|
/// Required designer variable.
|
|
@@ -34,18 +34,18 @@ namespace MainForm.FaForm
|
|
|
private void InitializeComponent()
|
|
|
{
|
|
|
this.groupBox1 = new System.Windows.Forms.GroupBox();
|
|
|
+ this.label4 = new System.Windows.Forms.Label();
|
|
|
+ this.SN = new System.Windows.Forms.TextBox();
|
|
|
+ this.label2 = new System.Windows.Forms.Label();
|
|
|
+ this.Type = new System.Windows.Forms.TextBox();
|
|
|
+ this.Station = new System.Windows.Forms.TextBox();
|
|
|
+ this.label1 = new System.Windows.Forms.Label();
|
|
|
this.groupBox2 = new System.Windows.Forms.GroupBox();
|
|
|
this.ErrorLab = new System.Windows.Forms.Label();
|
|
|
this.label3 = new System.Windows.Forms.Label();
|
|
|
this.Barcode = new System.Windows.Forms.TextBox();
|
|
|
- this.label1 = new System.Windows.Forms.Label();
|
|
|
- this.Station = new System.Windows.Forms.TextBox();
|
|
|
- this.Type = new System.Windows.Forms.TextBox();
|
|
|
- this.label2 = new System.Windows.Forms.Label();
|
|
|
- this.SN = new System.Windows.Forms.TextBox();
|
|
|
- this.label4 = new System.Windows.Forms.Label();
|
|
|
- this.button1 = new System.Windows.Forms.Button();
|
|
|
- this.button2 = new System.Windows.Forms.Button();
|
|
|
+ this.Cancel_btn = new System.Windows.Forms.Button();
|
|
|
+ this.OK_btn = new System.Windows.Forms.Button();
|
|
|
this.groupBox1.SuspendLayout();
|
|
|
this.groupBox2.SuspendLayout();
|
|
|
this.SuspendLayout();
|
|
@@ -65,6 +65,57 @@ namespace MainForm.FaForm
|
|
|
this.groupBox1.TabStop = false;
|
|
|
this.groupBox1.Text = "辅耗材信息";
|
|
|
//
|
|
|
+ // label4
|
|
|
+ //
|
|
|
+ this.label4.AutoSize = true;
|
|
|
+ this.label4.Location = new System.Drawing.Point(63, 123);
|
|
|
+ this.label4.Name = "label4";
|
|
|
+ this.label4.Size = new System.Drawing.Size(80, 18);
|
|
|
+ this.label4.TabIndex = 12;
|
|
|
+ this.label4.Text = "耗材SN码";
|
|
|
+ //
|
|
|
+ // SN
|
|
|
+ //
|
|
|
+ this.SN.Enabled = false;
|
|
|
+ this.SN.Location = new System.Drawing.Point(187, 120);
|
|
|
+ this.SN.Name = "SN";
|
|
|
+ this.SN.Size = new System.Drawing.Size(280, 28);
|
|
|
+ this.SN.TabIndex = 11;
|
|
|
+ //
|
|
|
+ // label2
|
|
|
+ //
|
|
|
+ this.label2.AutoSize = true;
|
|
|
+ this.label2.Location = new System.Drawing.Point(63, 80);
|
|
|
+ this.label2.Name = "label2";
|
|
|
+ this.label2.Size = new System.Drawing.Size(80, 18);
|
|
|
+ this.label2.TabIndex = 10;
|
|
|
+ this.label2.Text = "耗材类型";
|
|
|
+ //
|
|
|
+ // Type
|
|
|
+ //
|
|
|
+ this.Type.Enabled = false;
|
|
|
+ this.Type.Location = new System.Drawing.Point(187, 77);
|
|
|
+ this.Type.Name = "Type";
|
|
|
+ this.Type.Size = new System.Drawing.Size(280, 28);
|
|
|
+ this.Type.TabIndex = 9;
|
|
|
+ //
|
|
|
+ // Station
|
|
|
+ //
|
|
|
+ this.Station.Enabled = false;
|
|
|
+ this.Station.Location = new System.Drawing.Point(187, 36);
|
|
|
+ this.Station.Name = "Station";
|
|
|
+ this.Station.Size = new System.Drawing.Size(280, 28);
|
|
|
+ this.Station.TabIndex = 8;
|
|
|
+ //
|
|
|
+ // label1
|
|
|
+ //
|
|
|
+ this.label1.AutoSize = true;
|
|
|
+ this.label1.Location = new System.Drawing.Point(99, 39);
|
|
|
+ this.label1.Name = "label1";
|
|
|
+ this.label1.Size = new System.Drawing.Size(44, 18);
|
|
|
+ this.label1.TabIndex = 0;
|
|
|
+ this.label1.Text = "工位";
|
|
|
+ //
|
|
|
// groupBox2
|
|
|
//
|
|
|
this.groupBox2.Controls.Add(this.ErrorLab);
|
|
@@ -101,85 +152,38 @@ namespace MainForm.FaForm
|
|
|
this.Barcode.Name = "Barcode";
|
|
|
this.Barcode.Size = new System.Drawing.Size(280, 28);
|
|
|
this.Barcode.TabIndex = 5;
|
|
|
+ this.Barcode.TextChanged += new System.EventHandler(this.Barcode_TextChanged);
|
|
|
//
|
|
|
- // label1
|
|
|
- //
|
|
|
- this.label1.AutoSize = true;
|
|
|
- this.label1.Location = new System.Drawing.Point(99, 39);
|
|
|
- this.label1.Name = "label1";
|
|
|
- this.label1.Size = new System.Drawing.Size(44, 18);
|
|
|
- this.label1.TabIndex = 0;
|
|
|
- this.label1.Text = "工位";
|
|
|
- //
|
|
|
- // Station
|
|
|
- //
|
|
|
- this.Station.Location = new System.Drawing.Point(187, 36);
|
|
|
- this.Station.Name = "Station";
|
|
|
- this.Station.Size = new System.Drawing.Size(280, 28);
|
|
|
- this.Station.TabIndex = 8;
|
|
|
- //
|
|
|
- // Type
|
|
|
- //
|
|
|
- this.Type.Location = new System.Drawing.Point(187, 77);
|
|
|
- this.Type.Name = "Type";
|
|
|
- this.Type.Size = new System.Drawing.Size(280, 28);
|
|
|
- this.Type.TabIndex = 9;
|
|
|
- //
|
|
|
- // label2
|
|
|
- //
|
|
|
- this.label2.AutoSize = true;
|
|
|
- this.label2.Location = new System.Drawing.Point(63, 80);
|
|
|
- this.label2.Name = "label2";
|
|
|
- this.label2.Size = new System.Drawing.Size(80, 18);
|
|
|
- this.label2.TabIndex = 10;
|
|
|
- this.label2.Text = "耗材类型";
|
|
|
- //
|
|
|
- // SN
|
|
|
- //
|
|
|
- this.SN.Location = new System.Drawing.Point(187, 120);
|
|
|
- this.SN.Name = "SN";
|
|
|
- this.SN.Size = new System.Drawing.Size(280, 28);
|
|
|
- this.SN.TabIndex = 11;
|
|
|
- //
|
|
|
- // label4
|
|
|
- //
|
|
|
- this.label4.AutoSize = true;
|
|
|
- this.label4.Location = new System.Drawing.Point(63, 123);
|
|
|
- this.label4.Name = "label4";
|
|
|
- this.label4.Size = new System.Drawing.Size(80, 18);
|
|
|
- this.label4.TabIndex = 12;
|
|
|
- this.label4.Text = "耗材SN码";
|
|
|
- //
|
|
|
- // button1
|
|
|
+ // Cancel_btn
|
|
|
//
|
|
|
- this.button1.Location = new System.Drawing.Point(390, 355);
|
|
|
- this.button1.Name = "button1";
|
|
|
- this.button1.Size = new System.Drawing.Size(87, 36);
|
|
|
- this.button1.TabIndex = 13;
|
|
|
- this.button1.Text = "取消";
|
|
|
- this.button1.UseVisualStyleBackColor = true;
|
|
|
- this.button1.Click += new System.EventHandler(this.button1_Click);
|
|
|
+ this.Cancel_btn.Location = new System.Drawing.Point(390, 355);
|
|
|
+ this.Cancel_btn.Name = "Cancel_btn";
|
|
|
+ this.Cancel_btn.Size = new System.Drawing.Size(87, 36);
|
|
|
+ this.Cancel_btn.TabIndex = 13;
|
|
|
+ this.Cancel_btn.Text = "取消";
|
|
|
+ this.Cancel_btn.UseVisualStyleBackColor = true;
|
|
|
+ this.Cancel_btn.Click += new System.EventHandler(this.Cancel_btn_Click);
|
|
|
//
|
|
|
- // button2
|
|
|
+ // OK_btn
|
|
|
//
|
|
|
- this.button2.Location = new System.Drawing.Point(237, 355);
|
|
|
- this.button2.Name = "button2";
|
|
|
- this.button2.Size = new System.Drawing.Size(87, 36);
|
|
|
- this.button2.TabIndex = 14;
|
|
|
- this.button2.Text = "确认";
|
|
|
- this.button2.UseVisualStyleBackColor = true;
|
|
|
- this.button2.Click += new System.EventHandler(this.button2_Click);
|
|
|
+ this.OK_btn.Location = new System.Drawing.Point(237, 355);
|
|
|
+ this.OK_btn.Name = "OK_btn";
|
|
|
+ this.OK_btn.Size = new System.Drawing.Size(87, 36);
|
|
|
+ this.OK_btn.TabIndex = 14;
|
|
|
+ this.OK_btn.Text = "确认";
|
|
|
+ this.OK_btn.UseVisualStyleBackColor = true;
|
|
|
+ this.OK_btn.Click += new System.EventHandler(this.OK_btn_Click);
|
|
|
//
|
|
|
- // Dialog_MaterialVerify_S1
|
|
|
+ // Dialog_MaterialVerify
|
|
|
//
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F);
|
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
|
this.ClientSize = new System.Drawing.Size(718, 419);
|
|
|
- this.Controls.Add(this.button2);
|
|
|
- this.Controls.Add(this.button1);
|
|
|
+ this.Controls.Add(this.OK_btn);
|
|
|
+ this.Controls.Add(this.Cancel_btn);
|
|
|
this.Controls.Add(this.groupBox2);
|
|
|
this.Controls.Add(this.groupBox1);
|
|
|
- this.Name = "Dialog_MaterialVerify_S1";
|
|
|
+ this.Name = "Dialog_MaterialVerify";
|
|
|
this.Text = "辅耗材上料";
|
|
|
this.Load += new System.EventHandler(this.Dialog_MaterialVerify_S1_Load);
|
|
|
this.groupBox1.ResumeLayout(false);
|
|
@@ -203,7 +207,7 @@ namespace MainForm.FaForm
|
|
|
private TextBox Type;
|
|
|
private Label label4;
|
|
|
private TextBox SN;
|
|
|
- private Button button1;
|
|
|
- private Button button2;
|
|
|
+ private Button Cancel_btn;
|
|
|
+ private Button OK_btn;
|
|
|
}
|
|
|
}
|