天津投入产出系统后端
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.

140 lines
6.3 KiB

namespace QMAPP.WinForm.Forms.Injection
{
partial class InjectIntoBarcode
{
/// <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()
{
this.label1 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.picBarcode = new System.Windows.Forms.PictureBox();
this.labMaterislInfo = new System.Windows.Forms.Label();
this.labBatchInfo = new System.Windows.Forms.Label();
this.labMemoInfo = new System.Windows.Forms.Label();
((System.ComponentModel.ISupportInitialize)(this.picBarcode)).BeginInit();
this.SuspendLayout();
//
// label1
//
this.label1.AutoSize = true;
this.label1.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label1.Location = new System.Drawing.Point(25, 48);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(64, 16);
this.label1.TabIndex = 0;
this.label1.Text = "物料号:";
//
// label2
//
this.label2.AutoSize = true;
this.label2.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label2.Location = new System.Drawing.Point(24, 86);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(72, 16);
this.label2.TabIndex = 1;
this.label2.Text = "批次号:";
//
// label3
//
this.label3.AutoSize = true;
this.label3.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label3.Location = new System.Drawing.Point(25, 126);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(56, 16);
this.label3.TabIndex = 2;
this.label3.Text = "描述:";
//
// picBarcode
//
this.picBarcode.Location = new System.Drawing.Point(231, 21);
this.picBarcode.Name = "picBarcode";
this.picBarcode.Size = new System.Drawing.Size(150, 150);
this.picBarcode.TabIndex = 3;
this.picBarcode.TabStop = false;
//
// labMaterislInfo
//
this.labMaterislInfo.AutoSize = true;
this.labMaterislInfo.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.labMaterislInfo.Location = new System.Drawing.Point(95, 48);
this.labMaterislInfo.Name = "labMaterislInfo";
this.labMaterislInfo.Size = new System.Drawing.Size(56, 16);
this.labMaterislInfo.TabIndex = 4;
this.labMaterislInfo.Text = "无数据";
//
// labBatchInfo
//
this.labBatchInfo.AutoSize = true;
this.labBatchInfo.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.labBatchInfo.Location = new System.Drawing.Point(95, 86);
this.labBatchInfo.Name = "labBatchInfo";
this.labBatchInfo.Size = new System.Drawing.Size(56, 16);
this.labBatchInfo.TabIndex = 5;
this.labBatchInfo.Text = "无数据";
//
// labMemoInfo
//
this.labMemoInfo.AutoSize = true;
this.labMemoInfo.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.labMemoInfo.Location = new System.Drawing.Point(95, 126);
this.labMemoInfo.Name = "labMemoInfo";
this.labMemoInfo.Size = new System.Drawing.Size(56, 16);
this.labMemoInfo.TabIndex = 6;
this.labMemoInfo.Text = "无数据";
//
// InjectIntoBarcode
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(413, 188);
this.Controls.Add(this.labMemoInfo);
this.Controls.Add(this.labBatchInfo);
this.Controls.Add(this.labMaterislInfo);
this.Controls.Add(this.picBarcode);
this.Controls.Add(this.label3);
this.Controls.Add(this.label2);
this.Controls.Add(this.label1);
this.Name = "InjectIntoBarcode";
this.Text = "注塑投料物料二维码信息";
this.Load += new System.EventHandler(this.InjectIntoBarcode_Load);
((System.ComponentModel.ISupportInitialize)(this.picBarcode)).EndInit();
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.PictureBox picBarcode;
private System.Windows.Forms.Label labMaterislInfo;
private System.Windows.Forms.Label labBatchInfo;
private System.Windows.Forms.Label labMemoInfo;
}
}