namespace Core.StlMes.Client.PlnSaleOrd.工序排产
{
partial class FrmMergeJgxM
{
///
/// 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()
{
Infragistics.Win.Appearance appearance5 = new Infragistics.Win.Appearance();
Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance();
Infragistics.Win.Appearance appearance2 = new Infragistics.Win.Appearance();
this.ultraGroupBox1 = new Infragistics.Win.Misc.UltraGroupBox();
this.txtBatchNo = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
this.txtJudgeStoveNo = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
this.ultraLabel2 = new Infragistics.Win.Misc.UltraLabel();
this.ultraLabel1 = new Infragistics.Win.Misc.UltraLabel();
this.ultraLabel8 = new Infragistics.Win.Misc.UltraLabel();
this.ultraNumericEditor2 = new Infragistics.Win.UltraWinEditors.UltraNumericEditor();
this.ultraButton2 = new Infragistics.Win.Misc.UltraButton();
this.ultraButton1 = new Infragistics.Win.Misc.UltraButton();
((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).BeginInit();
this.ultraGroupBox1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.txtBatchNo)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txtJudgeStoveNo)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.ultraNumericEditor2)).BeginInit();
this.SuspendLayout();
//
// ultraGroupBox1
//
this.ultraGroupBox1.Controls.Add(this.txtBatchNo);
this.ultraGroupBox1.Controls.Add(this.txtJudgeStoveNo);
this.ultraGroupBox1.Controls.Add(this.ultraLabel2);
this.ultraGroupBox1.Controls.Add(this.ultraLabel1);
this.ultraGroupBox1.Controls.Add(this.ultraLabel8);
this.ultraGroupBox1.Controls.Add(this.ultraNumericEditor2);
this.ultraGroupBox1.Controls.Add(this.ultraButton2);
this.ultraGroupBox1.Controls.Add(this.ultraButton1);
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(225, 140);
this.ultraGroupBox1.TabIndex = 0;
this.ultraGroupBox1.ViewStyle = Infragistics.Win.Misc.GroupBoxViewStyle.Office2007;
//
// txtBatchNo
//
this.txtBatchNo.Location = new System.Drawing.Point(75, 45);
this.txtBatchNo.Name = "txtBatchNo";
this.txtBatchNo.Size = new System.Drawing.Size(107, 21);
this.txtBatchNo.TabIndex = 15;
//
// txtJudgeStoveNo
//
this.txtJudgeStoveNo.Location = new System.Drawing.Point(75, 20);
this.txtJudgeStoveNo.Name = "txtJudgeStoveNo";
this.txtJudgeStoveNo.Size = new System.Drawing.Size(107, 21);
this.txtJudgeStoveNo.TabIndex = 14;
//
// ultraLabel2
//
appearance5.BackColor = System.Drawing.Color.Transparent;
appearance5.TextHAlignAsString = "Right";
appearance5.TextVAlignAsString = "Middle";
this.ultraLabel2.Appearance = appearance5;
this.ultraLabel2.AutoSize = true;
this.ultraLabel2.Location = new System.Drawing.Point(19, 48);
this.ultraLabel2.Name = "ultraLabel2";
this.ultraLabel2.Size = new System.Drawing.Size(29, 16);
this.ultraLabel2.TabIndex = 13;
this.ultraLabel2.Text = "批号";
//
// ultraLabel1
//
appearance1.BackColor = System.Drawing.Color.Transparent;
appearance1.TextHAlignAsString = "Right";
appearance1.TextVAlignAsString = "Middle";
this.ultraLabel1.Appearance = appearance1;
this.ultraLabel1.AutoSize = true;
this.ultraLabel1.Location = new System.Drawing.Point(19, 23);
this.ultraLabel1.Name = "ultraLabel1";
this.ultraLabel1.Size = new System.Drawing.Size(54, 16);
this.ultraLabel1.TabIndex = 12;
this.ultraLabel1.Text = "判定炉号";
//
// ultraLabel8
//
appearance2.BackColor = System.Drawing.Color.Transparent;
appearance2.TextHAlignAsString = "Right";
appearance2.TextVAlignAsString = "Middle";
this.ultraLabel8.Appearance = appearance2;
this.ultraLabel8.AutoSize = true;
this.ultraLabel8.Location = new System.Drawing.Point(19, 73);
this.ultraLabel8.Name = "ultraLabel8";
this.ultraLabel8.Size = new System.Drawing.Size(42, 16);
this.ultraLabel8.TabIndex = 11;
this.ultraLabel8.Text = "装炉支";
//
// ultraNumericEditor2
//
this.ultraNumericEditor2.Location = new System.Drawing.Point(75, 71);
this.ultraNumericEditor2.MaskInput = "nnnnn";
this.ultraNumericEditor2.MaxValue = 99999;
this.ultraNumericEditor2.MinValue = 0;
this.ultraNumericEditor2.Name = "ultraNumericEditor2";
this.ultraNumericEditor2.PromptChar = ' ';
this.ultraNumericEditor2.Size = new System.Drawing.Size(107, 21);
this.ultraNumericEditor2.TabIndex = 10;
//
// ultraButton2
//
this.ultraButton2.Location = new System.Drawing.Point(127, 101);
this.ultraButton2.Name = "ultraButton2";
this.ultraButton2.Size = new System.Drawing.Size(75, 23);
this.ultraButton2.TabIndex = 3;
this.ultraButton2.Text = "取消";
this.ultraButton2.Click += new System.EventHandler(this.ultraButton2_Click);
//
// ultraButton1
//
this.ultraButton1.Location = new System.Drawing.Point(31, 101);
this.ultraButton1.Name = "ultraButton1";
this.ultraButton1.Size = new System.Drawing.Size(75, 23);
this.ultraButton1.TabIndex = 2;
this.ultraButton1.Text = "确认";
this.ultraButton1.Click += new System.EventHandler(this.ultraButton1_Click);
//
// FrmMergeJgxM
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(225, 140);
this.Controls.Add(this.ultraGroupBox1);
this.Name = "FrmMergeJgxM";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "合并输入信息";
this.Load += new System.EventHandler(this.FrmMergeJgxM_Load);
((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).EndInit();
this.ultraGroupBox1.ResumeLayout(false);
this.ultraGroupBox1.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.txtBatchNo)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txtJudgeStoveNo)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.ultraNumericEditor2)).EndInit();
this.ResumeLayout(false);
}
#endregion
private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox1;
private Infragistics.Win.Misc.UltraButton ultraButton2;
private Infragistics.Win.Misc.UltraButton ultraButton1;
private Infragistics.Win.Misc.UltraLabel ultraLabel2;
private Infragistics.Win.Misc.UltraLabel ultraLabel1;
private Infragistics.Win.Misc.UltraLabel ultraLabel8;
private Infragistics.Win.UltraWinEditors.UltraNumericEditor ultraNumericEditor2;
private Infragistics.Win.UltraWinEditors.UltraTextEditor txtBatchNo;
private Infragistics.Win.UltraWinEditors.UltraTextEditor txtJudgeStoveNo;
}
}