using System.ComponentModel; using System.Drawing; using System.Windows.Forms; namespace MainForm.FaForm { partial class Dialog_MaterialVerify { /// /// Required designer variable. /// private IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// 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.Cancel_btn = new System.Windows.Forms.Button(); this.OK_btn = 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 = "辅耗材信息"; // // 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); 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; this.Barcode.TextChanged += new System.EventHandler(this.Barcode_TextChanged); // // Cancel_btn // 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); // // OK_btn // 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 // 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.OK_btn); this.Controls.Add(this.Cancel_btn); this.Controls.Add(this.groupBox2); this.Controls.Add(this.groupBox1); this.Name = "Dialog_MaterialVerify"; 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 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 Cancel_btn; private Button OK_btn; } }