namespace Core.StlMes.Client.YdmPipeManage
{
partial class frmBatchesPip
{
///
/// 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(frmBatchesPip));
this.textValue = new Infragistics.Win.Misc.UltraLabel();
this.ultraButton1 = new Infragistics.Win.Misc.UltraButton();
this.ultraButton2 = new Infragistics.Win.Misc.UltraButton();
this.ultraButton3 = new Infragistics.Win.Misc.UltraButton();
this.ultraPanel1 = new Infragistics.Win.Misc.UltraPanel();
this.ultraPanel2 = new Infragistics.Win.Misc.UltraPanel();
this.ultraGroupBox1 = new Infragistics.Win.Misc.UltraGroupBox();
this.cmbProduct = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
this.ultraLabel7 = new Infragistics.Win.Misc.UltraLabel();
this.txtPdWgt = new System.Windows.Forms.TextBox();
this.txtPdCount = new System.Windows.Forms.TextBox();
this.ultraLabel3 = new Infragistics.Win.Misc.UltraLabel();
this.ultraLabel2 = new Infragistics.Win.Misc.UltraLabel();
this.ultraGroupBox2 = new Infragistics.Win.Misc.UltraGroupBox();
this.txtPipWgt = new System.Windows.Forms.TextBox();
this.ultraLabel6 = new Infragistics.Win.Misc.UltraLabel();
this.txtSxWgt = new System.Windows.Forms.TextBox();
this.ultraLabel5 = new Infragistics.Win.Misc.UltraLabel();
this.txtHtWgt = new System.Windows.Forms.TextBox();
this.txtHtCount = new System.Windows.Forms.TextBox();
this.ultraLabel1 = new Infragistics.Win.Misc.UltraLabel();
this.ultraLabel4 = new Infragistics.Win.Misc.UltraLabel();
this.ultraPanel1.ClientArea.SuspendLayout();
this.ultraPanel1.SuspendLayout();
this.ultraPanel2.ClientArea.SuspendLayout();
this.ultraPanel2.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).BeginInit();
this.ultraGroupBox1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.cmbProduct)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox2)).BeginInit();
this.ultraGroupBox2.SuspendLayout();
this.SuspendLayout();
//
// textValue
//
this.textValue.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.textValue.Location = new System.Drawing.Point(53, 8);
this.textValue.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.textValue.Name = "textValue";
this.textValue.Size = new System.Drawing.Size(383, 21);
this.textValue.TabIndex = 0;
this.textValue.Text = "缴库量大于合同行交货量差上限,是否缴库?";
//
// ultraButton1
//
this.ultraButton1.Location = new System.Drawing.Point(39, 6);
this.ultraButton1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.ultraButton1.Name = "ultraButton1";
this.ultraButton1.Size = new System.Drawing.Size(140, 30);
this.ultraButton1.TabIndex = 5;
this.ultraButton1.Text = "全缴商品";
this.ultraButton1.Click += new System.EventHandler(this.ultraButton1_Click);
//
// ultraButton2
//
this.ultraButton2.Location = new System.Drawing.Point(335, 6);
this.ultraButton2.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.ultraButton2.Name = "ultraButton2";
this.ultraButton2.Size = new System.Drawing.Size(140, 30);
this.ultraButton2.TabIndex = 4;
this.ultraButton2.Text = "取消";
this.ultraButton2.Click += new System.EventHandler(this.ultraButton2_Click);
//
// ultraButton3
//
this.ultraButton3.Location = new System.Drawing.Point(188, 6);
this.ultraButton3.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.ultraButton3.Name = "ultraButton3";
this.ultraButton3.Size = new System.Drawing.Size(140, 30);
this.ultraButton3.TabIndex = 3;
this.ultraButton3.Text = "按合同上限缴库";
this.ultraButton3.Click += new System.EventHandler(this.ultraButton3_Click);
//
// ultraPanel1
//
//
// ultraPanel1.ClientArea
//
this.ultraPanel1.ClientArea.Controls.Add(this.textValue);
this.ultraPanel1.Dock = System.Windows.Forms.DockStyle.Top;
this.ultraPanel1.Location = new System.Drawing.Point(0, 0);
this.ultraPanel1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.ultraPanel1.Name = "ultraPanel1";
this.ultraPanel1.Size = new System.Drawing.Size(520, 35);
this.ultraPanel1.TabIndex = 8;
//
// ultraPanel2
//
//
// ultraPanel2.ClientArea
//
this.ultraPanel2.ClientArea.Controls.Add(this.ultraButton1);
this.ultraPanel2.ClientArea.Controls.Add(this.ultraButton2);
this.ultraPanel2.ClientArea.Controls.Add(this.ultraButton3);
this.ultraPanel2.Dock = System.Windows.Forms.DockStyle.Bottom;
this.ultraPanel2.Location = new System.Drawing.Point(0, 186);
this.ultraPanel2.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.ultraPanel2.Name = "ultraPanel2";
this.ultraPanel2.Size = new System.Drawing.Size(520, 44);
this.ultraPanel2.TabIndex = 9;
//
// ultraGroupBox1
//
this.ultraGroupBox1.Controls.Add(this.cmbProduct);
this.ultraGroupBox1.Controls.Add(this.ultraLabel7);
this.ultraGroupBox1.Controls.Add(this.txtPdWgt);
this.ultraGroupBox1.Controls.Add(this.txtPdCount);
this.ultraGroupBox1.Controls.Add(this.ultraLabel3);
this.ultraGroupBox1.Controls.Add(this.ultraLabel2);
this.ultraGroupBox1.Dock = System.Windows.Forms.DockStyle.Left;
this.ultraGroupBox1.Location = new System.Drawing.Point(0, 35);
this.ultraGroupBox1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.ultraGroupBox1.Name = "ultraGroupBox1";
this.ultraGroupBox1.Size = new System.Drawing.Size(241, 151);
this.ultraGroupBox1.TabIndex = 10;
this.ultraGroupBox1.Text = "判定支/吨";
//
// cmbProduct
//
this.cmbProduct.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
this.cmbProduct.Enabled = false;
this.cmbProduct.Location = new System.Drawing.Point(84, 112);
this.cmbProduct.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.cmbProduct.Name = "cmbProduct";
this.cmbProduct.Size = new System.Drawing.Size(133, 24);
this.cmbProduct.TabIndex = 13;
this.cmbProduct.Visible = false;
//
// ultraLabel7
//
this.ultraLabel7.Location = new System.Drawing.Point(8, 119);
this.ultraLabel7.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.ultraLabel7.Name = "ultraLabel7";
this.ultraLabel7.Size = new System.Drawing.Size(84, 26);
this.ultraLabel7.TabIndex = 12;
this.ultraLabel7.Text = "成品区分";
this.ultraLabel7.Visible = false;
//
// txtPdWgt
//
this.txtPdWgt.Location = new System.Drawing.Point(84, 92);
this.txtPdWgt.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.txtPdWgt.Name = "txtPdWgt";
this.txtPdWgt.Size = new System.Drawing.Size(132, 25);
this.txtPdWgt.TabIndex = 11;
//
// txtPdCount
//
this.txtPdCount.Location = new System.Drawing.Point(84, 45);
this.txtPdCount.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.txtPdCount.MaxLength = 5;
this.txtPdCount.Name = "txtPdCount";
this.txtPdCount.Size = new System.Drawing.Size(132, 25);
this.txtPdCount.TabIndex = 10;
//
// ultraLabel3
//
this.ultraLabel3.Location = new System.Drawing.Point(21, 96);
this.ultraLabel3.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.ultraLabel3.Name = "ultraLabel3";
this.ultraLabel3.Size = new System.Drawing.Size(55, 26);
this.ultraLabel3.TabIndex = 9;
this.ultraLabel3.Text = "重量";
//
// ultraLabel2
//
this.ultraLabel2.Location = new System.Drawing.Point(21, 48);
this.ultraLabel2.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.ultraLabel2.Name = "ultraLabel2";
this.ultraLabel2.Size = new System.Drawing.Size(55, 26);
this.ultraLabel2.TabIndex = 8;
this.ultraLabel2.Text = "支数";
//
// ultraGroupBox2
//
this.ultraGroupBox2.Controls.Add(this.txtPipWgt);
this.ultraGroupBox2.Controls.Add(this.ultraLabel6);
this.ultraGroupBox2.Controls.Add(this.txtSxWgt);
this.ultraGroupBox2.Controls.Add(this.ultraLabel5);
this.ultraGroupBox2.Controls.Add(this.txtHtWgt);
this.ultraGroupBox2.Controls.Add(this.txtHtCount);
this.ultraGroupBox2.Controls.Add(this.ultraLabel1);
this.ultraGroupBox2.Controls.Add(this.ultraLabel4);
this.ultraGroupBox2.Dock = System.Windows.Forms.DockStyle.Fill;
this.ultraGroupBox2.Location = new System.Drawing.Point(241, 35);
this.ultraGroupBox2.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.ultraGroupBox2.Name = "ultraGroupBox2";
this.ultraGroupBox2.Size = new System.Drawing.Size(279, 151);
this.ultraGroupBox2.TabIndex = 11;
this.ultraGroupBox2.Text = "合同上限支/吨";
//
// txtPipWgt
//
this.txtPipWgt.Location = new System.Drawing.Point(109, 86);
this.txtPipWgt.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.txtPipWgt.Name = "txtPipWgt";
this.txtPipWgt.Size = new System.Drawing.Size(132, 25);
this.txtPipWgt.TabIndex = 19;
//
// ultraLabel6
//
this.ultraLabel6.Location = new System.Drawing.Point(23, 94);
this.ultraLabel6.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.ultraLabel6.Name = "ultraLabel6";
this.ultraLabel6.Size = new System.Drawing.Size(81, 18);
this.ultraLabel6.TabIndex = 18;
this.ultraLabel6.Text = "已缴重量";
//
// txtSxWgt
//
this.txtSxWgt.Location = new System.Drawing.Point(109, 118);
this.txtSxWgt.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.txtSxWgt.Name = "txtSxWgt";
this.txtSxWgt.Size = new System.Drawing.Size(132, 25);
this.txtSxWgt.TabIndex = 17;
//
// ultraLabel5
//
this.ultraLabel5.Location = new System.Drawing.Point(23, 124);
this.ultraLabel5.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.ultraLabel5.Name = "ultraLabel5";
this.ultraLabel5.Size = new System.Drawing.Size(81, 18);
this.ultraLabel5.TabIndex = 16;
this.ultraLabel5.Text = "上限重量";
//
// txtHtWgt
//
this.txtHtWgt.Location = new System.Drawing.Point(109, 55);
this.txtHtWgt.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.txtHtWgt.Name = "txtHtWgt";
this.txtHtWgt.Size = new System.Drawing.Size(132, 25);
this.txtHtWgt.TabIndex = 15;
//
// txtHtCount
//
this.txtHtCount.Location = new System.Drawing.Point(109, 24);
this.txtHtCount.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.txtHtCount.MaxLength = 5;
this.txtHtCount.Name = "txtHtCount";
this.txtHtCount.Size = new System.Drawing.Size(132, 25);
this.txtHtCount.TabIndex = 14;
this.txtHtCount.TextChanged += new System.EventHandler(this.txtHtCount_TextChanged);
//
// ultraLabel1
//
this.ultraLabel1.Location = new System.Drawing.Point(23, 60);
this.ultraLabel1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.ultraLabel1.Name = "ultraLabel1";
this.ultraLabel1.Size = new System.Drawing.Size(81, 18);
this.ultraLabel1.TabIndex = 13;
this.ultraLabel1.Text = "重量";
//
// ultraLabel4
//
this.ultraLabel4.Location = new System.Drawing.Point(23, 29);
this.ultraLabel4.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.ultraLabel4.Name = "ultraLabel4";
this.ultraLabel4.Size = new System.Drawing.Size(81, 18);
this.ultraLabel4.TabIndex = 12;
this.ultraLabel4.Text = "支数";
//
// frmBatchesPip
//
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.SystemColors.ActiveCaption;
this.ClientSize = new System.Drawing.Size(520, 230);
this.Controls.Add(this.ultraGroupBox2);
this.Controls.Add(this.ultraGroupBox1);
this.Controls.Add(this.ultraPanel2);
this.Controls.Add(this.ultraPanel1);
this.ForeColor = System.Drawing.SystemColors.ControlText;
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "frmBatchesPip";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "缴库";
this.Load += new System.EventHandler(this.frmBatchesPip_Load);
this.ultraPanel1.ClientArea.ResumeLayout(false);
this.ultraPanel1.ResumeLayout(false);
this.ultraPanel2.ClientArea.ResumeLayout(false);
this.ultraPanel2.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).EndInit();
this.ultraGroupBox1.ResumeLayout(false);
this.ultraGroupBox1.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.cmbProduct)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox2)).EndInit();
this.ultraGroupBox2.ResumeLayout(false);
this.ultraGroupBox2.PerformLayout();
this.ResumeLayout(false);
}
#endregion
private Infragistics.Win.Misc.UltraLabel textValue;
private Infragistics.Win.Misc.UltraButton ultraButton1;
private Infragistics.Win.Misc.UltraButton ultraButton2;
private Infragistics.Win.Misc.UltraButton ultraButton3;
private Infragistics.Win.Misc.UltraPanel ultraPanel1;
private Infragistics.Win.Misc.UltraPanel ultraPanel2;
private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox1;
private System.Windows.Forms.TextBox txtPdWgt;
private System.Windows.Forms.TextBox txtPdCount;
private Infragistics.Win.Misc.UltraLabel ultraLabel3;
private Infragistics.Win.Misc.UltraLabel ultraLabel2;
private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox2;
private System.Windows.Forms.TextBox txtSxWgt;
private Infragistics.Win.Misc.UltraLabel ultraLabel5;
private System.Windows.Forms.TextBox txtHtWgt;
private System.Windows.Forms.TextBox txtHtCount;
private Infragistics.Win.Misc.UltraLabel ultraLabel1;
private Infragistics.Win.Misc.UltraLabel ultraLabel4;
private System.Windows.Forms.TextBox txtPipWgt;
private Infragistics.Win.Misc.UltraLabel ultraLabel6;
private Infragistics.Win.Misc.UltraLabel ultraLabel7;
private Infragistics.Win.UltraWinEditors.UltraComboEditor cmbProduct;
}
}