FrmPlanWgtIn.Designer.cs 4.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798
  1. namespace Core.StlMes.Client.PlnSaleOrd
  2. {
  3. partial class FrmPlanWgtIn
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region Windows Form Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.ultraLabel1 = new Infragistics.Win.Misc.UltraLabel();
  29. this.ultraNumericEditor1 = new Infragistics.Win.UltraWinEditors.UltraNumericEditor();
  30. this.ultraLabel2 = new Infragistics.Win.Misc.UltraLabel();
  31. this.ultraButton1 = new Infragistics.Win.Misc.UltraButton();
  32. ((System.ComponentModel.ISupportInitialize)(this.ultraNumericEditor1)).BeginInit();
  33. this.SuspendLayout();
  34. //
  35. // ultraLabel1
  36. //
  37. this.ultraLabel1.AutoSize = true;
  38. this.ultraLabel1.Location = new System.Drawing.Point(10, 13);
  39. this.ultraLabel1.Name = "ultraLabel1";
  40. this.ultraLabel1.Size = new System.Drawing.Size(72, 16);
  41. this.ultraLabel1.TabIndex = 0;
  42. this.ultraLabel1.Text = "分配排产量:";
  43. //
  44. // ultraNumericEditor1
  45. //
  46. this.ultraNumericEditor1.Location = new System.Drawing.Point(83, 11);
  47. this.ultraNumericEditor1.MaskInput = "{double:9.3}";
  48. this.ultraNumericEditor1.Name = "ultraNumericEditor1";
  49. this.ultraNumericEditor1.NumericType = Infragistics.Win.UltraWinEditors.NumericType.Double;
  50. this.ultraNumericEditor1.Size = new System.Drawing.Size(100, 21);
  51. this.ultraNumericEditor1.TabIndex = 1;
  52. //
  53. // ultraLabel2
  54. //
  55. this.ultraLabel2.AutoSize = true;
  56. this.ultraLabel2.Location = new System.Drawing.Point(189, 13);
  57. this.ultraLabel2.Name = "ultraLabel2";
  58. this.ultraLabel2.Size = new System.Drawing.Size(17, 16);
  59. this.ultraLabel2.TabIndex = 2;
  60. this.ultraLabel2.Text = "吨";
  61. //
  62. // ultraButton1
  63. //
  64. this.ultraButton1.Location = new System.Drawing.Point(220, 10);
  65. this.ultraButton1.Name = "ultraButton1";
  66. this.ultraButton1.Size = new System.Drawing.Size(59, 23);
  67. this.ultraButton1.TabIndex = 3;
  68. this.ultraButton1.Text = "确认";
  69. this.ultraButton1.Click += new System.EventHandler(this.ultraButton1_Click);
  70. //
  71. // FrmPlanWgtIn
  72. //
  73. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  74. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  75. this.ClientSize = new System.Drawing.Size(332, 43);
  76. this.Controls.Add(this.ultraButton1);
  77. this.Controls.Add(this.ultraLabel2);
  78. this.Controls.Add(this.ultraNumericEditor1);
  79. this.Controls.Add(this.ultraLabel1);
  80. this.Name = "FrmPlanWgtIn";
  81. this.Text = "排产量";
  82. ((System.ComponentModel.ISupportInitialize)(this.ultraNumericEditor1)).EndInit();
  83. this.ResumeLayout(false);
  84. this.PerformLayout();
  85. }
  86. #endregion
  87. private Infragistics.Win.Misc.UltraLabel ultraLabel1;
  88. private Infragistics.Win.UltraWinEditors.UltraNumericEditor ultraNumericEditor1;
  89. private Infragistics.Win.Misc.UltraLabel ultraLabel2;
  90. private Infragistics.Win.Misc.UltraButton ultraButton1;
  91. }
  92. }