namespace UAS_MES_NEW.Packing
{
partial class Packing_PalletWeightRecord
{
///
/// 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(Packing_PalletWeightRecord));
this.outboxcode_label = new System.Windows.Forms.Label();
this.label1 = new System.Windows.Forms.Label();
this.Clean = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
this.OperateResult = new UAS_MES_NEW.CustomControl.RichText.RichTextAutoBottom();
this.SaveWeight = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
this.weight = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.EnterTextBox();
this.pa_outboxcode = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.SnCollectionBox();
this.label2 = new System.Windows.Forms.Label();
this.SuspendLayout();
//
// outboxcode_label
//
this.outboxcode_label.AutoSize = true;
this.outboxcode_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.outboxcode_label.Location = new System.Drawing.Point(89, 97);
this.outboxcode_label.Name = "outboxcode_label";
this.outboxcode_label.Size = new System.Drawing.Size(58, 21);
this.outboxcode_label.TabIndex = 168;
this.outboxcode_label.Text = "栈板号";
//
// 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(89, 153);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(74, 21);
this.label1.TabIndex = 170;
this.label1.Text = "栈板重量";
//
// Clean
//
this.Clean.AllPower = null;
this.Clean.BackColor = System.Drawing.Color.Transparent;
this.Clean.DownImage = ((System.Drawing.Image)(resources.GetObject("Clean.DownImage")));
this.Clean.Image = null;
this.Clean.IsShowBorder = true;
this.Clean.Location = new System.Drawing.Point(476, 320);
this.Clean.MoveImage = ((System.Drawing.Image)(resources.GetObject("Clean.MoveImage")));
this.Clean.Name = "Clean";
this.Clean.NormalImage = ((System.Drawing.Image)(resources.GetObject("Clean.NormalImage")));
this.Clean.Power = null;
this.Clean.Size = new System.Drawing.Size(75, 28);
this.Clean.TabIndex = 173;
this.Clean.Text = "清除";
this.Clean.UseVisualStyleBackColor = false;
this.Clean.Click += new System.EventHandler(this.Clean_Click);
//
// OperateResult
//
this.OperateResult.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.OperateResult.Location = new System.Drawing.Point(383, 13);
this.OperateResult.Name = "OperateResult";
this.OperateResult.Size = new System.Drawing.Size(260, 302);
this.OperateResult.TabIndex = 172;
this.OperateResult.Text = "";
//
// SaveWeight
//
this.SaveWeight.AllPower = null;
this.SaveWeight.BackColor = System.Drawing.Color.Transparent;
this.SaveWeight.DownImage = ((System.Drawing.Image)(resources.GetObject("SaveWeight.DownImage")));
this.SaveWeight.Image = null;
this.SaveWeight.IsShowBorder = true;
this.SaveWeight.Location = new System.Drawing.Point(183, 216);
this.SaveWeight.MoveImage = ((System.Drawing.Image)(resources.GetObject("SaveWeight.MoveImage")));
this.SaveWeight.Name = "SaveWeight";
this.SaveWeight.NormalImage = ((System.Drawing.Image)(resources.GetObject("SaveWeight.NormalImage")));
this.SaveWeight.Power = null;
this.SaveWeight.Size = new System.Drawing.Size(75, 28);
this.SaveWeight.TabIndex = 171;
this.SaveWeight.Text = "保存";
this.SaveWeight.UseVisualStyleBackColor = false;
this.SaveWeight.Click += new System.EventHandler(this.SaveWeight_Click);
//
// weight
//
this.weight.AllPower = "ifall";
this.weight.BackColor = System.Drawing.Color.White;
this.weight.ID = null;
this.weight.Location = new System.Drawing.Point(183, 153);
this.weight.Name = "weight";
this.weight.Power = "ifread";
this.weight.Size = new System.Drawing.Size(147, 21);
this.weight.Str = null;
this.weight.Str1 = null;
this.weight.Str2 = null;
this.weight.TabIndex = 169;
this.weight.Tag = "NoAuto";
//
// pa_outboxcode
//
this.pa_outboxcode.AllPower = "ifall";
this.pa_outboxcode.BackColor = System.Drawing.Color.White;
this.pa_outboxcode.ID = null;
this.pa_outboxcode.Location = new System.Drawing.Point(183, 97);
this.pa_outboxcode.Name = "pa_outboxcode";
this.pa_outboxcode.Power = "ifread";
this.pa_outboxcode.Size = new System.Drawing.Size(147, 21);
this.pa_outboxcode.Str = null;
this.pa_outboxcode.Str1 = null;
this.pa_outboxcode.Str2 = null;
this.pa_outboxcode.TabIndex = 167;
this.pa_outboxcode.Tag = "NoAuto";
//
// 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(332, 151);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(29, 21);
this.label2.TabIndex = 174;
this.label2.Text = "kg";
//
// Packing_PalletWeightRecord
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(662, 376);
this.Controls.Add(this.label2);
this.Controls.Add(this.Clean);
this.Controls.Add(this.OperateResult);
this.Controls.Add(this.SaveWeight);
this.Controls.Add(this.label1);
this.Controls.Add(this.weight);
this.Controls.Add(this.outboxcode_label);
this.Controls.Add(this.pa_outboxcode);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
this.Name = "Packing_PalletWeightRecord";
this.Tag = "Packing!PalletWeightRecord";
this.Text = "Make_PalletWeightRecord";
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Label outboxcode_label;
private CustomControl.TextBoxWithIcon.SnCollectionBox pa_outboxcode;
private System.Windows.Forms.Label label1;
private CustomControl.TextBoxWithIcon.EnterTextBox weight;
private CustomControl.ButtonUtil.NormalButton SaveWeight;
private CustomControl.RichText.RichTextAutoBottom OperateResult;
private CustomControl.ButtonUtil.NormalButton Clean;
private System.Windows.Forms.Label label2;
}
}