namespace Core.StlMes.Client.PlnSaleOrd { partial class FrmPlanWgtIn { /// /// 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.ultraLabel1 = new Infragistics.Win.Misc.UltraLabel(); this.ultraNumericEditor1 = new Infragistics.Win.UltraWinEditors.UltraNumericEditor(); this.ultraLabel2 = new Infragistics.Win.Misc.UltraLabel(); this.ultraButton1 = new Infragistics.Win.Misc.UltraButton(); ((System.ComponentModel.ISupportInitialize)(this.ultraNumericEditor1)).BeginInit(); this.SuspendLayout(); // // ultraLabel1 // this.ultraLabel1.AutoSize = true; this.ultraLabel1.Location = new System.Drawing.Point(10, 13); this.ultraLabel1.Name = "ultraLabel1"; this.ultraLabel1.Size = new System.Drawing.Size(72, 16); this.ultraLabel1.TabIndex = 0; this.ultraLabel1.Text = "分配排产量:"; // // ultraNumericEditor1 // this.ultraNumericEditor1.Location = new System.Drawing.Point(83, 11); this.ultraNumericEditor1.MaskInput = "{double:9.3}"; this.ultraNumericEditor1.Name = "ultraNumericEditor1"; this.ultraNumericEditor1.NumericType = Infragistics.Win.UltraWinEditors.NumericType.Double; this.ultraNumericEditor1.Size = new System.Drawing.Size(100, 21); this.ultraNumericEditor1.TabIndex = 1; // // ultraLabel2 // this.ultraLabel2.AutoSize = true; this.ultraLabel2.Location = new System.Drawing.Point(189, 13); this.ultraLabel2.Name = "ultraLabel2"; this.ultraLabel2.Size = new System.Drawing.Size(17, 16); this.ultraLabel2.TabIndex = 2; this.ultraLabel2.Text = "吨"; // // ultraButton1 // this.ultraButton1.Location = new System.Drawing.Point(220, 10); this.ultraButton1.Name = "ultraButton1"; this.ultraButton1.Size = new System.Drawing.Size(59, 23); this.ultraButton1.TabIndex = 3; this.ultraButton1.Text = "确认"; this.ultraButton1.Click += new System.EventHandler(this.ultraButton1_Click); // // FrmPlanWgtIn // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(332, 43); this.Controls.Add(this.ultraButton1); this.Controls.Add(this.ultraLabel2); this.Controls.Add(this.ultraNumericEditor1); this.Controls.Add(this.ultraLabel1); this.Name = "FrmPlanWgtIn"; this.Text = "排产量"; ((System.ComponentModel.ISupportInitialize)(this.ultraNumericEditor1)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private Infragistics.Win.Misc.UltraLabel ultraLabel1; private Infragistics.Win.UltraWinEditors.UltraNumericEditor ultraNumericEditor1; private Infragistics.Win.Misc.UltraLabel ultraLabel2; private Infragistics.Win.Misc.UltraButton ultraButton1; } }