namespace UAS_MES_NEW.Query
{
partial class BarCodePrint
{
///
/// Required designer variable.
///
private System.ComponentModel.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()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(BarCodePrint));
this.label1_lll_ = new System.Windows.Forms.Label();
this.PrintBarCode = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
this.bar_remain = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.SnCollectionBox();
this.newbarcode = new System.Windows.Forms.Label();
this.SuspendLayout();
//
// label1_lll_
//
this.label1_lll_.AutoSize = true;
this.label1_lll_.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label1_lll_.Location = new System.Drawing.Point(143, 56);
this.label1_lll_.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label1_lll_.Name = "label1_lll_";
this.label1_lll_.Size = new System.Drawing.Size(82, 41);
this.label1_lll_.TabIndex = 221;
this.label1_lll_.Text = "数量";
//
// PrintBarCode
//
this.PrintBarCode.AllPower = null;
this.PrintBarCode.BackColor = System.Drawing.Color.Transparent;
this.PrintBarCode.DownImage = ((System.Drawing.Image)(resources.GetObject("PrintBarCode.DownImage")));
this.PrintBarCode.Image = null;
this.PrintBarCode.IsShowBorder = true;
this.PrintBarCode.Location = new System.Drawing.Point(296, 147);
this.PrintBarCode.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.PrintBarCode.MoveImage = ((System.Drawing.Image)(resources.GetObject("PrintBarCode.MoveImage")));
this.PrintBarCode.Name = "PrintBarCode";
this.PrintBarCode.NormalImage = ((System.Drawing.Image)(resources.GetObject("PrintBarCode.NormalImage")));
this.PrintBarCode.Power = null;
this.PrintBarCode.Size = new System.Drawing.Size(112, 45);
this.PrintBarCode.TabIndex = 227;
this.PrintBarCode.Text = "打印";
this.PrintBarCode.UseVisualStyleBackColor = false;
this.PrintBarCode.Click += new System.EventHandler(this.PrintBarCode_Click);
//
// bar_remain
//
this.bar_remain.AllPower = null;
this.bar_remain.BackColor = System.Drawing.Color.White;
this.bar_remain.ID = null;
this.bar_remain.Location = new System.Drawing.Point(261, 62);
this.bar_remain.Margin = new System.Windows.Forms.Padding(4);
this.bar_remain.Name = "bar_remain";
this.bar_remain.Power = null;
this.bar_remain.Size = new System.Drawing.Size(212, 35);
this.bar_remain.Str = null;
this.bar_remain.Str1 = null;
this.bar_remain.Str2 = null;
this.bar_remain.TabIndex = 222;
//
// newbarcode
//
this.newbarcode.AutoSize = true;
this.newbarcode.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.newbarcode.Location = new System.Drawing.Point(254, 9);
this.newbarcode.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.newbarcode.Name = "newbarcode";
this.newbarcode.Size = new System.Drawing.Size(0, 41);
this.newbarcode.TabIndex = 228;
this.newbarcode.Visible = false;
//
// BarCodePrint
//
this.AutoScaleDimensions = new System.Drawing.SizeF(12F, 24F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(731, 249);
this.Controls.Add(this.newbarcode);
this.Controls.Add(this.PrintBarCode);
this.Controls.Add(this.bar_remain);
this.Controls.Add(this.label1_lll_);
this.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.MaximizeBox = false;
this.Name = "BarCodePrint";
this.Tag = "ShowDialogWindow";
this.Text = "生产退料条码";
this.Load += new System.EventHandler(this.BarCodePrint_Load);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private CustomControl.TextBoxWithIcon.SnCollectionBox bar_remain;
private System.Windows.Forms.Label label1_lll_;
private CustomControl.ButtonUtil.NormalButton PrintBarCode;
private System.Windows.Forms.Label newbarcode;
}
}