|
@@ -33,12 +33,177 @@ namespace MainForm.FaForm
|
|
/// </summary>
|
|
/// </summary>
|
|
private void InitializeComponent()
|
|
private void InitializeComponent()
|
|
{
|
|
{
|
|
- this.components = new Container();
|
|
|
|
- this.AutoScaleMode = AutoScaleMode.Font;
|
|
|
|
- this.ClientSize = new Size(800, 450);
|
|
|
|
- this.Text = "Dialog_MaterialVerify_S1";
|
|
|
|
|
|
+ this.groupBox1 = new System.Windows.Forms.GroupBox();
|
|
|
|
+ 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.groupBox1.SuspendLayout();
|
|
|
|
+ this.groupBox2.SuspendLayout();
|
|
|
|
+ this.SuspendLayout();
|
|
|
|
+ //
|
|
|
|
+ // groupBox1
|
|
|
|
+ //
|
|
|
|
+ this.groupBox1.Controls.Add(this.label4);
|
|
|
|
+ this.groupBox1.Controls.Add(this.SN);
|
|
|
|
+ this.groupBox1.Controls.Add(this.label2);
|
|
|
|
+ this.groupBox1.Controls.Add(this.Type);
|
|
|
|
+ this.groupBox1.Controls.Add(this.Station);
|
|
|
|
+ this.groupBox1.Controls.Add(this.label1);
|
|
|
|
+ this.groupBox1.Location = new System.Drawing.Point(33, 22);
|
|
|
|
+ this.groupBox1.Name = "groupBox1";
|
|
|
|
+ this.groupBox1.Size = new System.Drawing.Size(649, 183);
|
|
|
|
+ this.groupBox1.TabIndex = 0;
|
|
|
|
+ this.groupBox1.TabStop = false;
|
|
|
|
+ this.groupBox1.Text = "辅耗材信息";
|
|
|
|
+ //
|
|
|
|
+ // groupBox2
|
|
|
|
+ //
|
|
|
|
+ this.groupBox2.Controls.Add(this.ErrorLab);
|
|
|
|
+ this.groupBox2.Controls.Add(this.label3);
|
|
|
|
+ this.groupBox2.Controls.Add(this.Barcode);
|
|
|
|
+ this.groupBox2.Location = new System.Drawing.Point(33, 235);
|
|
|
|
+ this.groupBox2.Name = "groupBox2";
|
|
|
|
+ this.groupBox2.Size = new System.Drawing.Size(649, 92);
|
|
|
|
+ this.groupBox2.TabIndex = 12;
|
|
|
|
+ this.groupBox2.TabStop = false;
|
|
|
|
+ this.groupBox2.Text = "扫码区域";
|
|
|
|
+ //
|
|
|
|
+ // ErrorLab
|
|
|
|
+ //
|
|
|
|
+ this.ErrorLab.AutoSize = true;
|
|
|
|
+ this.ErrorLab.ForeColor = System.Drawing.Color.Red;
|
|
|
|
+ this.ErrorLab.Location = new System.Drawing.Point(184, 55);
|
|
|
|
+ this.ErrorLab.Name = "ErrorLab";
|
|
|
|
+ this.ErrorLab.Size = new System.Drawing.Size(0, 18);
|
|
|
|
+ this.ErrorLab.TabIndex = 7;
|
|
|
|
+ //
|
|
|
|
+ // label3
|
|
|
|
+ //
|
|
|
|
+ this.label3.AutoSize = true;
|
|
|
|
+ this.label3.Location = new System.Drawing.Point(81, 27);
|
|
|
|
+ this.label3.Name = "label3";
|
|
|
|
+ this.label3.Size = new System.Drawing.Size(62, 18);
|
|
|
|
+ this.label3.TabIndex = 6;
|
|
|
|
+ this.label3.Text = "二维码";
|
|
|
|
+ //
|
|
|
|
+ // Barcode
|
|
|
|
+ //
|
|
|
|
+ this.Barcode.Location = new System.Drawing.Point(187, 24);
|
|
|
|
+ this.Barcode.Name = "Barcode";
|
|
|
|
+ this.Barcode.Size = new System.Drawing.Size(280, 28);
|
|
|
|
+ this.Barcode.TabIndex = 5;
|
|
|
|
+ //
|
|
|
|
+ // 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
|
|
|
|
+ //
|
|
|
|
+ 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);
|
|
|
|
+ //
|
|
|
|
+ // button2
|
|
|
|
+ //
|
|
|
|
+ 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);
|
|
|
|
+ //
|
|
|
|
+ // Dialog_MaterialVerify_S1
|
|
|
|
+ //
|
|
|
|
+ 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.groupBox2);
|
|
|
|
+ this.Controls.Add(this.groupBox1);
|
|
|
|
+ this.Name = "Dialog_MaterialVerify_S1";
|
|
|
|
+ this.Text = "辅耗材上料";
|
|
|
|
+ this.Load += new System.EventHandler(this.Dialog_MaterialVerify_S1_Load);
|
|
|
|
+ this.groupBox1.ResumeLayout(false);
|
|
|
|
+ this.groupBox1.PerformLayout();
|
|
|
|
+ this.groupBox2.ResumeLayout(false);
|
|
|
|
+ this.groupBox2.PerformLayout();
|
|
|
|
+ this.ResumeLayout(false);
|
|
|
|
+
|
|
}
|
|
}
|
|
|
|
|
|
#endregion
|
|
#endregion
|
|
|
|
+
|
|
|
|
+ private GroupBox groupBox1;
|
|
|
|
+ private GroupBox groupBox2;
|
|
|
|
+ private Label ErrorLab;
|
|
|
|
+ private Label label3;
|
|
|
|
+ private TextBox Barcode;
|
|
|
|
+ private Label label1;
|
|
|
|
+ private TextBox Station;
|
|
|
|
+ private Label label2;
|
|
|
|
+ private TextBox Type;
|
|
|
|
+ private Label label4;
|
|
|
|
+ private TextBox SN;
|
|
|
|
+ private Button button1;
|
|
|
|
+ private Button button2;
|
|
}
|
|
}
|
|
}
|
|
}
|