namespace Core.LZMes.Client.QCM.QCM03
{
partial class QCM0307SON
{
///
/// 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()
{
this.label3 = new System.Windows.Forms.Label();
this.label1 = new System.Windows.Forms.Label();
this.OrderNo = new System.Windows.Forms.TextBox();
this.panel1 = new System.Windows.Forms.Panel();
this.textBox2 = new System.Windows.Forms.TextBox();
this.panel2 = new System.Windows.Forms.Panel();
this.ultraGrid1 = new Infragistics.Win.UltraWinGrid.UltraGrid();
this.panel1.SuspendLayout();
this.panel2.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).BeginInit();
this.SuspendLayout();
//
// label3
//
this.label3.BackColor = System.Drawing.Color.LightBlue;
this.label3.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.label3.Location = new System.Drawing.Point(219, 14);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(64, 21);
this.label3.TabIndex = 9;
this.label3.Text = "交货状态";
this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// label1
//
this.label1.BackColor = System.Drawing.Color.LightBlue;
this.label1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.label1.Location = new System.Drawing.Point(12, 14);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(80, 21);
this.label1.TabIndex = 10;
this.label1.Text = "产品牌号";
this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// OrderNo
//
this.OrderNo.Location = new System.Drawing.Point(98, 14);
this.OrderNo.Name = "OrderNo";
this.OrderNo.Size = new System.Drawing.Size(100, 21);
this.OrderNo.TabIndex = 11;
//
// panel1
//
this.panel1.Controls.Add(this.textBox2);
this.panel1.Controls.Add(this.label1);
this.panel1.Controls.Add(this.OrderNo);
this.panel1.Controls.Add(this.label3);
this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
this.panel1.Location = new System.Drawing.Point(0, 0);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(933, 50);
this.panel1.TabIndex = 13;
//
// textBox2
//
this.textBox2.Location = new System.Drawing.Point(290, 14);
this.textBox2.Name = "textBox2";
this.textBox2.Size = new System.Drawing.Size(100, 21);
this.textBox2.TabIndex = 12;
//
// panel2
//
this.panel2.Controls.Add(this.ultraGrid1);
this.panel2.Dock = System.Windows.Forms.DockStyle.Fill;
this.panel2.Location = new System.Drawing.Point(0, 50);
this.panel2.Name = "panel2";
this.panel2.Size = new System.Drawing.Size(933, 378);
this.panel2.TabIndex = 14;
//
// ultraGrid1
//
this.ultraGrid1.Dock = System.Windows.Forms.DockStyle.Fill;
this.ultraGrid1.Location = new System.Drawing.Point(0, 0);
this.ultraGrid1.Name = "ultraGrid1";
this.ultraGrid1.Size = new System.Drawing.Size(933, 378);
this.ultraGrid1.TabIndex = 0;
this.ultraGrid1.Text = "ultraGrid1";
//
// QCM0307SON
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(933, 428);
this.Controls.Add(this.panel2);
this.Controls.Add(this.panel1);
this.Name = "QCM0307SON";
this.Text = "QCM0307SON";
this.panel1.ResumeLayout(false);
this.panel1.PerformLayout();
this.panel2.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).EndInit();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.TextBox OrderNo;
private System.Windows.Forms.Panel panel1;
private System.Windows.Forms.TextBox textBox2;
private System.Windows.Forms.Panel panel2;
private Infragistics.Win.UltraWinGrid.UltraGrid ultraGrid1;
}
}