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

148 lines
6.8 KiB

namespace QMAPP.WinForm.UcControl
{
partial class DetailHole
{
/// <summary>
/// 必需的设计器变量。
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// 清理所有正在使用的资源。
/// </summary>
/// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region 组件设计器生成的代码
/// <summary>
/// 设计器支持所需的方法 - 不要
/// 使用代码编辑器修改此方法的内容。
/// </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.labMaterial = new System.Windows.Forms.Label();
this.labBatch = new System.Windows.Forms.Label();
this.labMemo = new System.Windows.Forms.Label();
this.labCharing = new System.Windows.Forms.Label();
this.SuspendLayout();
//
// label1
//
this.label1.AutoSize = true;
this.label1.BackColor = System.Drawing.SystemColors.ButtonHighlight;
this.label1.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label1.Location = new System.Drawing.Point(3, 14);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(63, 14);
this.label1.TabIndex = 0;
this.label1.Text = "物料号:";
//
// label2
//
this.label2.AutoSize = true;
this.label2.BackColor = System.Drawing.SystemColors.ButtonHighlight;
this.label2.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label2.Location = new System.Drawing.Point(3, 45);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(63, 14);
this.label2.TabIndex = 1;
this.label2.Text = "批次号:";
//
// label3
//
this.label3.AutoSize = true;
this.label3.BackColor = System.Drawing.SystemColors.ButtonHighlight;
this.label3.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label3.Location = new System.Drawing.Point(3, 75);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(49, 14);
this.label3.TabIndex = 2;
this.label3.Text = "描述:";
//
// labMaterial
//
this.labMaterial.AutoSize = true;
this.labMaterial.BackColor = System.Drawing.SystemColors.ButtonHighlight;
this.labMaterial.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.labMaterial.Location = new System.Drawing.Point(54, 14);
this.labMaterial.Name = "labMaterial";
this.labMaterial.Size = new System.Drawing.Size(21, 14);
this.labMaterial.TabIndex = 9;
this.labMaterial.Text = "空";
//
// labBatch
//
this.labBatch.AutoSize = true;
this.labBatch.BackColor = System.Drawing.SystemColors.ButtonHighlight;
this.labBatch.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.labBatch.Location = new System.Drawing.Point(53, 46);
this.labBatch.Name = "labBatch";
this.labBatch.Size = new System.Drawing.Size(21, 14);
this.labBatch.TabIndex = 10;
this.labBatch.Text = "空";
//
// labMemo
//
this.labMemo.AutoSize = true;
this.labMemo.BackColor = System.Drawing.SystemColors.ButtonHighlight;
this.labMemo.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.labMemo.Location = new System.Drawing.Point(52, 75);
this.labMemo.Name = "labMemo";
this.labMemo.Size = new System.Drawing.Size(21, 14);
this.labMemo.TabIndex = 11;
this.labMemo.Text = "空";
//
// labCharing
//
this.labCharing.BackColor = System.Drawing.SystemColors.ButtonHighlight;
this.labCharing.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.labCharing.Location = new System.Drawing.Point(118, 49);
this.labCharing.Name = "labCharing";
this.labCharing.Size = new System.Drawing.Size(17, 43);
this.labCharing.TabIndex = 12;
this.labCharing.Text = "空";
this.labCharing.TextAlign = System.Drawing.ContentAlignment.TopCenter;
//
// DetailHole
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackgroundImage = global::QMAPP.WinForm.Resource1.InJ;
this.Controls.Add(this.labCharing);
this.Controls.Add(this.labMemo);
this.Controls.Add(this.labBatch);
this.Controls.Add(this.labMaterial);
this.Controls.Add(this.label3);
this.Controls.Add(this.label2);
this.Controls.Add(this.label1);
this.Name = "DetailHole";
this.Size = new System.Drawing.Size(140, 100);
this.Load += new System.EventHandler(this.DetailHole_Load);
this.DoubleClick += new System.EventHandler(this.DetailHole_DoubleClick);
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.Label labMaterial;
private System.Windows.Forms.Label labBatch;
private System.Windows.Forms.Label labMemo;
private System.Windows.Forms.Label labCharing;
}
}