namespace Pur.order
{
partial class frmPopNoticeItemSpit
{
///
/// 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.db_Num = new Infragistics.Win.UltraWinEditors.UltraNumericEditor();
this.label1 = new System.Windows.Forms.Label();
this.ultraGroupBox1 = new Infragistics.Win.Misc.UltraGroupBox();
this.ultraGroupBox2 = new Infragistics.Win.Misc.UltraGroupBox();
this.btn_doSure = new Infragistics.Win.Misc.UltraButton();
((System.ComponentModel.ISupportInitialize)(this.db_Num)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).BeginInit();
this.ultraGroupBox1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox2)).BeginInit();
this.ultraGroupBox2.SuspendLayout();
this.SuspendLayout();
//
// db_Num
//
this.db_Num.Location = new System.Drawing.Point(72, 12);
this.db_Num.MinValue = 1;
this.db_Num.Name = "db_Num";
this.db_Num.Nullable = true;
this.db_Num.Size = new System.Drawing.Size(100, 21);
this.db_Num.TabIndex = 0;
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(37, 16);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(29, 12);
this.label1.TabIndex = 1;
this.label1.Text = "车数";
//
// ultraGroupBox1
//
this.ultraGroupBox1.Controls.Add(this.db_Num);
this.ultraGroupBox1.Controls.Add(this.label1);
this.ultraGroupBox1.Dock = System.Windows.Forms.DockStyle.Fill;
this.ultraGroupBox1.Location = new System.Drawing.Point(0, 0);
this.ultraGroupBox1.Name = "ultraGroupBox1";
this.ultraGroupBox1.Size = new System.Drawing.Size(219, 44);
this.ultraGroupBox1.TabIndex = 2;
//
// ultraGroupBox2
//
this.ultraGroupBox2.Controls.Add(this.btn_doSure);
this.ultraGroupBox2.Dock = System.Windows.Forms.DockStyle.Bottom;
this.ultraGroupBox2.Location = new System.Drawing.Point(0, 44);
this.ultraGroupBox2.Name = "ultraGroupBox2";
this.ultraGroupBox2.Size = new System.Drawing.Size(219, 26);
this.ultraGroupBox2.TabIndex = 3;
//
// btn_doSure
//
this.btn_doSure.Dock = System.Windows.Forms.DockStyle.Right;
this.btn_doSure.Location = new System.Drawing.Point(141, 0);
this.btn_doSure.Name = "btn_doSure";
this.btn_doSure.Size = new System.Drawing.Size(75, 23);
this.btn_doSure.TabIndex = 0;
this.btn_doSure.Text = "确定";
this.btn_doSure.Click += new System.EventHandler(this.btn_doSure_Click);
//
// frmPopNoticeItemSpit
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.AutoSize = true;
this.ClientSize = new System.Drawing.Size(219, 70);
this.Controls.Add(this.ultraGroupBox1);
this.Controls.Add(this.ultraGroupBox2);
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "frmPopNoticeItemSpit";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.Text = "拆分装车";
this.Load += new System.EventHandler(this.frmPopNoticeItemSpit_Load);
((System.ComponentModel.ISupportInitialize)(this.db_Num)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).EndInit();
this.ultraGroupBox1.ResumeLayout(false);
this.ultraGroupBox1.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox2)).EndInit();
this.ultraGroupBox2.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private Infragistics.Win.UltraWinEditors.UltraNumericEditor db_Num;
private System.Windows.Forms.Label label1;
private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox1;
private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox2;
private Infragistics.Win.Misc.UltraButton btn_doSure;
}
}