namespace Core.StlMes.Client.PlnSaleOrd
{
partial class FrmSpitWgtZg
{
///
/// 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 appearance3 = new Infragistics.Win.Appearance();
Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance();
Infragistics.Win.Appearance appearance2 = new Infragistics.Win.Appearance();
Infragistics.Win.Appearance appearance5 = new Infragistics.Win.Appearance();
Infragistics.Win.Appearance appearance4 = new Infragistics.Win.Appearance();
Infragistics.Win.UltraWinEditors.EditorButton editorButton1 = new Infragistics.Win.UltraWinEditors.EditorButton("Chc");
this.numEditorAlready = new Infragistics.Win.UltraWinEditors.UltraNumericEditor();
this.ultraLabel1 = new Infragistics.Win.Misc.UltraLabel();
this.ultraLabel2 = new Infragistics.Win.Misc.UltraLabel();
this.numEditorAllow = new Infragistics.Win.UltraWinEditors.UltraNumericEditor();
this.buttonCommit = new Infragistics.Win.Misc.UltraButton();
this.buttonCancel = new Infragistics.Win.Misc.UltraButton();
this.ultraLabel3 = new Infragistics.Win.Misc.UltraLabel();
this.ultraLabel4 = new Infragistics.Win.Misc.UltraLabel();
this.ultraLabel5 = new Infragistics.Win.Misc.UltraLabel();
this.ultraLabel6 = new Infragistics.Win.Misc.UltraLabel();
this.ultraLabel7 = new Infragistics.Win.Misc.UltraLabel();
this.ultraNumericEditor1 = new Infragistics.Win.UltraWinEditors.UltraNumericEditor();
this.ultraLabel8 = new Infragistics.Win.Misc.UltraLabel();
this.ultraNumericEditor2 = new Infragistics.Win.UltraWinEditors.UltraNumericEditor();
this.label1 = new System.Windows.Forms.Label();
this.ultraLabel9 = new Infragistics.Win.Misc.UltraLabel();
this.ultraLabel10 = new Infragistics.Win.Misc.UltraLabel();
this.txtWeight = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
this.ultraTextEditor1 = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
((System.ComponentModel.ISupportInitialize)(this.numEditorAlready)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.numEditorAllow)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.ultraNumericEditor1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.ultraNumericEditor2)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txtWeight)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.ultraTextEditor1)).BeginInit();
this.SuspendLayout();
//
// numEditorAlready
//
this.numEditorAlready.Enabled = false;
this.numEditorAlready.Location = new System.Drawing.Point(142, 72);
this.numEditorAlready.MaskInput = "{double:9.3}";
this.numEditorAlready.Name = "numEditorAlready";
this.numEditorAlready.NumericType = Infragistics.Win.UltraWinEditors.NumericType.Double;
this.numEditorAlready.Size = new System.Drawing.Size(208, 21);
this.numEditorAlready.TabIndex = 0;
//
// ultraLabel1
//
appearance3.TextHAlignAsString = "Right";
appearance3.TextVAlignAsString = "Middle";
this.ultraLabel1.Appearance = appearance3;
this.ultraLabel1.AutoSize = true;
this.ultraLabel1.Location = new System.Drawing.Point(30, 75);
this.ultraLabel1.Name = "ultraLabel1";
this.ultraLabel1.Size = new System.Drawing.Size(60, 16);
this.ultraLabel1.TabIndex = 1;
this.ultraLabel1.Text = "分配重量:";
//
// ultraLabel2
//
appearance1.TextHAlignAsString = "Right";
appearance1.TextVAlignAsString = "Middle";
this.ultraLabel2.Appearance = appearance1;
this.ultraLabel2.AutoSize = true;
this.ultraLabel2.Location = new System.Drawing.Point(30, 16);
this.ultraLabel2.Name = "ultraLabel2";
this.ultraLabel2.Size = new System.Drawing.Size(110, 16);
this.ultraLabel2.TabIndex = 3;
this.ultraLabel2.Text = "可分配待投入重量:";
//
// numEditorAllow
//
this.numEditorAllow.Enabled = false;
this.numEditorAllow.Location = new System.Drawing.Point(142, 12);
this.numEditorAllow.MaskInput = "{double:9.3}";
this.numEditorAllow.Name = "numEditorAllow";
this.numEditorAllow.NumericType = Infragistics.Win.UltraWinEditors.NumericType.Double;
this.numEditorAllow.Size = new System.Drawing.Size(208, 21);
this.numEditorAllow.TabIndex = 2;
//
// buttonCommit
//
this.buttonCommit.Location = new System.Drawing.Point(109, 156);
this.buttonCommit.Name = "buttonCommit";
this.buttonCommit.Size = new System.Drawing.Size(75, 23);
this.buttonCommit.TabIndex = 4;
this.buttonCommit.Text = "确认";
this.buttonCommit.Click += new System.EventHandler(this.buttonCommit_Click);
//
// buttonCancel
//
this.buttonCancel.Location = new System.Drawing.Point(205, 155);
this.buttonCancel.Name = "buttonCancel";
this.buttonCancel.Size = new System.Drawing.Size(75, 23);
this.buttonCancel.TabIndex = 5;
this.buttonCancel.Text = "取消";
this.buttonCancel.Click += new System.EventHandler(this.buttonCancel_Click);
//
// ultraLabel3
//
this.ultraLabel3.AutoSize = true;
this.ultraLabel3.Location = new System.Drawing.Point(356, 17);
this.ultraLabel3.Name = "ultraLabel3";
this.ultraLabel3.Size = new System.Drawing.Size(17, 16);
this.ultraLabel3.TabIndex = 6;
this.ultraLabel3.Text = "吨";
//
// ultraLabel4
//
this.ultraLabel4.AutoSize = true;
this.ultraLabel4.Location = new System.Drawing.Point(356, 75);
this.ultraLabel4.Name = "ultraLabel4";
this.ultraLabel4.Size = new System.Drawing.Size(17, 16);
this.ultraLabel4.TabIndex = 7;
this.ultraLabel4.Text = "吨";
//
// ultraLabel5
//
this.ultraLabel5.AutoSize = true;
this.ultraLabel5.Location = new System.Drawing.Point(356, 103);
this.ultraLabel5.Name = "ultraLabel5";
this.ultraLabel5.Size = new System.Drawing.Size(17, 16);
this.ultraLabel5.TabIndex = 13;
this.ultraLabel5.Text = "支";
//
// ultraLabel6
//
this.ultraLabel6.AutoSize = true;
this.ultraLabel6.Location = new System.Drawing.Point(356, 46);
this.ultraLabel6.Name = "ultraLabel6";
this.ultraLabel6.Size = new System.Drawing.Size(17, 16);
this.ultraLabel6.TabIndex = 12;
this.ultraLabel6.Text = "支";
//
// ultraLabel7
//
appearance2.TextHAlignAsString = "Right";
appearance2.TextVAlignAsString = "Middle";
this.ultraLabel7.Appearance = appearance2;
this.ultraLabel7.AutoSize = true;
this.ultraLabel7.Location = new System.Drawing.Point(30, 45);
this.ultraLabel7.Name = "ultraLabel7";
this.ultraLabel7.Size = new System.Drawing.Size(110, 16);
this.ultraLabel7.TabIndex = 11;
this.ultraLabel7.Text = "可分配待投入支数:";
//
// ultraNumericEditor1
//
this.ultraNumericEditor1.Enabled = false;
this.ultraNumericEditor1.Location = new System.Drawing.Point(142, 41);
this.ultraNumericEditor1.MaskInput = "nnnnnnnnn";
this.ultraNumericEditor1.Name = "ultraNumericEditor1";
this.ultraNumericEditor1.Size = new System.Drawing.Size(208, 21);
this.ultraNumericEditor1.TabIndex = 10;
//
// ultraLabel8
//
appearance5.TextHAlignAsString = "Right";
appearance5.TextVAlignAsString = "Middle";
this.ultraLabel8.Appearance = appearance5;
this.ultraLabel8.AutoSize = true;
this.ultraLabel8.Location = new System.Drawing.Point(30, 103);
this.ultraLabel8.Name = "ultraLabel8";
this.ultraLabel8.Size = new System.Drawing.Size(60, 16);
this.ultraLabel8.TabIndex = 9;
this.ultraLabel8.Text = "分配支数:";
//
// ultraNumericEditor2
//
this.ultraNumericEditor2.Location = new System.Drawing.Point(142, 100);
this.ultraNumericEditor2.MaskInput = "nnnnnnnnn";
this.ultraNumericEditor2.Name = "ultraNumericEditor2";
this.ultraNumericEditor2.Size = new System.Drawing.Size(208, 21);
this.ultraNumericEditor2.TabIndex = 8;
this.ultraNumericEditor2.ValueChanged += new System.EventHandler(this.ultraNumericEditor2_ValueChanged);
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(22, 116);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(0, 12);
this.label1.TabIndex = 14;
//
// ultraLabel9
//
appearance4.TextHAlignAsString = "Right";
appearance4.TextVAlignAsString = "Middle";
this.ultraLabel9.Appearance = appearance4;
this.ultraLabel9.AutoSize = true;
this.ultraLabel9.Location = new System.Drawing.Point(30, 131);
this.ultraLabel9.Name = "ultraLabel9";
this.ultraLabel9.Size = new System.Drawing.Size(60, 16);
this.ultraLabel9.TabIndex = 16;
this.ultraLabel9.Text = "保留炉号:";
//
// ultraLabel10
//
this.ultraLabel10.AutoSize = true;
this.ultraLabel10.Location = new System.Drawing.Point(356, 131);
this.ultraLabel10.Name = "ultraLabel10";
this.ultraLabel10.Size = new System.Drawing.Size(17, 16);
this.ultraLabel10.TabIndex = 17;
this.ultraLabel10.Text = "吨";
//
// txtWeight
//
this.txtWeight.Location = new System.Drawing.Point(291, 127);
this.txtWeight.Name = "txtWeight";
this.txtWeight.ReadOnly = true;
this.txtWeight.Size = new System.Drawing.Size(61, 21);
this.txtWeight.TabIndex = 19;
//
// ultraTextEditor1
//
editorButton1.ButtonStyle = Infragistics.Win.UIElementButtonStyle.Button;
editorButton1.Key = "Chc";
editorButton1.Text = "选择炉号";
this.ultraTextEditor1.ButtonsRight.Add(editorButton1);
this.ultraTextEditor1.Location = new System.Drawing.Point(142, 127);
this.ultraTextEditor1.Name = "ultraTextEditor1";
this.ultraTextEditor1.Size = new System.Drawing.Size(148, 21);
this.ultraTextEditor1.TabIndex = 20;
this.ultraTextEditor1.EditorButtonClick += new Infragistics.Win.UltraWinEditors.EditorButtonEventHandler(this.ultraTextEditor1_EditorButtonClick);
//
// FrmSpitWgtZg
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(388, 183);
this.Controls.Add(this.ultraTextEditor1);
this.Controls.Add(this.txtWeight);
this.Controls.Add(this.ultraLabel10);
this.Controls.Add(this.ultraLabel9);
this.Controls.Add(this.label1);
this.Controls.Add(this.ultraLabel5);
this.Controls.Add(this.ultraLabel6);
this.Controls.Add(this.ultraLabel7);
this.Controls.Add(this.ultraNumericEditor1);
this.Controls.Add(this.ultraLabel8);
this.Controls.Add(this.ultraNumericEditor2);
this.Controls.Add(this.ultraLabel4);
this.Controls.Add(this.ultraLabel3);
this.Controls.Add(this.buttonCancel);
this.Controls.Add(this.buttonCommit);
this.Controls.Add(this.ultraLabel2);
this.Controls.Add(this.numEditorAllow);
this.Controls.Add(this.ultraLabel1);
this.Controls.Add(this.numEditorAlready);
this.Margin = new System.Windows.Forms.Padding(4);
this.Name = "FrmSpitWgtZg";
this.Text = "分配排产重量";
this.Load += new System.EventHandler(this.FrmSpitWgt_Load);
((System.ComponentModel.ISupportInitialize)(this.numEditorAlready)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.numEditorAllow)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.ultraNumericEditor1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.ultraNumericEditor2)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txtWeight)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.ultraTextEditor1)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private Infragistics.Win.UltraWinEditors.UltraNumericEditor numEditorAlready;
private Infragistics.Win.Misc.UltraLabel ultraLabel1;
private Infragistics.Win.Misc.UltraLabel ultraLabel2;
private Infragistics.Win.UltraWinEditors.UltraNumericEditor numEditorAllow;
private Infragistics.Win.Misc.UltraButton buttonCommit;
private Infragistics.Win.Misc.UltraButton buttonCancel;
private Infragistics.Win.Misc.UltraLabel ultraLabel3;
private Infragistics.Win.Misc.UltraLabel ultraLabel4;
private Infragistics.Win.Misc.UltraLabel ultraLabel5;
private Infragistics.Win.Misc.UltraLabel ultraLabel6;
private Infragistics.Win.Misc.UltraLabel ultraLabel7;
private Infragistics.Win.UltraWinEditors.UltraNumericEditor ultraNumericEditor1;
private Infragistics.Win.Misc.UltraLabel ultraLabel8;
private Infragistics.Win.UltraWinEditors.UltraNumericEditor ultraNumericEditor2;
private System.Windows.Forms.Label label1;
private Infragistics.Win.Misc.UltraLabel ultraLabel9;
private Infragistics.Win.Misc.UltraLabel ultraLabel10;
private Infragistics.Win.UltraWinEditors.UltraTextEditor txtWeight;
private Infragistics.Win.UltraWinEditors.UltraTextEditor ultraTextEditor1;
}
}