| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798 |
- namespace Core.StlMes.Client.PlnSaleOrd
- {
- partial class FrmPlanWgtIn
- {
- /// <summary>
- /// Required designer variable.
- /// </summary>
- private System.ComponentModel.IContainer components = null;
- /// <summary>
- /// Clean up any resources being used.
- /// </summary>
- /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region Windows Form Designer generated code
- /// <summary>
- /// Required method for Designer support - do not modify
- /// the contents of this method with the code editor.
- /// </summary>
- 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;
- }
- }
|