FrmMergeJgxM.Designer.cs 8.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181
  1. namespace Core.StlMes.Client.PlnSaleOrd.工序排产
  2. {
  3. partial class FrmMergeJgxM
  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. Infragistics.Win.Appearance appearance5 = new Infragistics.Win.Appearance();
  29. Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance();
  30. Infragistics.Win.Appearance appearance2 = new Infragistics.Win.Appearance();
  31. this.ultraGroupBox1 = new Infragistics.Win.Misc.UltraGroupBox();
  32. this.txtBatchNo = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  33. this.txtJudgeStoveNo = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  34. this.ultraLabel2 = new Infragistics.Win.Misc.UltraLabel();
  35. this.ultraLabel1 = new Infragistics.Win.Misc.UltraLabel();
  36. this.ultraLabel8 = new Infragistics.Win.Misc.UltraLabel();
  37. this.ultraNumericEditor2 = new Infragistics.Win.UltraWinEditors.UltraNumericEditor();
  38. this.ultraButton2 = new Infragistics.Win.Misc.UltraButton();
  39. this.ultraButton1 = new Infragistics.Win.Misc.UltraButton();
  40. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).BeginInit();
  41. this.ultraGroupBox1.SuspendLayout();
  42. ((System.ComponentModel.ISupportInitialize)(this.txtBatchNo)).BeginInit();
  43. ((System.ComponentModel.ISupportInitialize)(this.txtJudgeStoveNo)).BeginInit();
  44. ((System.ComponentModel.ISupportInitialize)(this.ultraNumericEditor2)).BeginInit();
  45. this.SuspendLayout();
  46. //
  47. // ultraGroupBox1
  48. //
  49. this.ultraGroupBox1.Controls.Add(this.txtBatchNo);
  50. this.ultraGroupBox1.Controls.Add(this.txtJudgeStoveNo);
  51. this.ultraGroupBox1.Controls.Add(this.ultraLabel2);
  52. this.ultraGroupBox1.Controls.Add(this.ultraLabel1);
  53. this.ultraGroupBox1.Controls.Add(this.ultraLabel8);
  54. this.ultraGroupBox1.Controls.Add(this.ultraNumericEditor2);
  55. this.ultraGroupBox1.Controls.Add(this.ultraButton2);
  56. this.ultraGroupBox1.Controls.Add(this.ultraButton1);
  57. this.ultraGroupBox1.Dock = System.Windows.Forms.DockStyle.Fill;
  58. this.ultraGroupBox1.Location = new System.Drawing.Point(0, 0);
  59. this.ultraGroupBox1.Name = "ultraGroupBox1";
  60. this.ultraGroupBox1.Size = new System.Drawing.Size(225, 140);
  61. this.ultraGroupBox1.TabIndex = 0;
  62. this.ultraGroupBox1.ViewStyle = Infragistics.Win.Misc.GroupBoxViewStyle.Office2007;
  63. //
  64. // txtBatchNo
  65. //
  66. this.txtBatchNo.Location = new System.Drawing.Point(75, 45);
  67. this.txtBatchNo.Name = "txtBatchNo";
  68. this.txtBatchNo.Size = new System.Drawing.Size(107, 21);
  69. this.txtBatchNo.TabIndex = 15;
  70. //
  71. // txtJudgeStoveNo
  72. //
  73. this.txtJudgeStoveNo.Location = new System.Drawing.Point(75, 20);
  74. this.txtJudgeStoveNo.Name = "txtJudgeStoveNo";
  75. this.txtJudgeStoveNo.Size = new System.Drawing.Size(107, 21);
  76. this.txtJudgeStoveNo.TabIndex = 14;
  77. //
  78. // ultraLabel2
  79. //
  80. appearance5.BackColor = System.Drawing.Color.Transparent;
  81. appearance5.TextHAlignAsString = "Right";
  82. appearance5.TextVAlignAsString = "Middle";
  83. this.ultraLabel2.Appearance = appearance5;
  84. this.ultraLabel2.AutoSize = true;
  85. this.ultraLabel2.Location = new System.Drawing.Point(19, 48);
  86. this.ultraLabel2.Name = "ultraLabel2";
  87. this.ultraLabel2.Size = new System.Drawing.Size(29, 16);
  88. this.ultraLabel2.TabIndex = 13;
  89. this.ultraLabel2.Text = "批号";
  90. //
  91. // ultraLabel1
  92. //
  93. appearance1.BackColor = System.Drawing.Color.Transparent;
  94. appearance1.TextHAlignAsString = "Right";
  95. appearance1.TextVAlignAsString = "Middle";
  96. this.ultraLabel1.Appearance = appearance1;
  97. this.ultraLabel1.AutoSize = true;
  98. this.ultraLabel1.Location = new System.Drawing.Point(19, 23);
  99. this.ultraLabel1.Name = "ultraLabel1";
  100. this.ultraLabel1.Size = new System.Drawing.Size(54, 16);
  101. this.ultraLabel1.TabIndex = 12;
  102. this.ultraLabel1.Text = "判定炉号";
  103. //
  104. // ultraLabel8
  105. //
  106. appearance2.BackColor = System.Drawing.Color.Transparent;
  107. appearance2.TextHAlignAsString = "Right";
  108. appearance2.TextVAlignAsString = "Middle";
  109. this.ultraLabel8.Appearance = appearance2;
  110. this.ultraLabel8.AutoSize = true;
  111. this.ultraLabel8.Location = new System.Drawing.Point(19, 73);
  112. this.ultraLabel8.Name = "ultraLabel8";
  113. this.ultraLabel8.Size = new System.Drawing.Size(42, 16);
  114. this.ultraLabel8.TabIndex = 11;
  115. this.ultraLabel8.Text = "装炉支";
  116. //
  117. // ultraNumericEditor2
  118. //
  119. this.ultraNumericEditor2.Location = new System.Drawing.Point(75, 71);
  120. this.ultraNumericEditor2.MaskInput = "nnnnn";
  121. this.ultraNumericEditor2.MaxValue = 99999;
  122. this.ultraNumericEditor2.MinValue = 0;
  123. this.ultraNumericEditor2.Name = "ultraNumericEditor2";
  124. this.ultraNumericEditor2.PromptChar = ' ';
  125. this.ultraNumericEditor2.Size = new System.Drawing.Size(107, 21);
  126. this.ultraNumericEditor2.TabIndex = 10;
  127. //
  128. // ultraButton2
  129. //
  130. this.ultraButton2.Location = new System.Drawing.Point(127, 101);
  131. this.ultraButton2.Name = "ultraButton2";
  132. this.ultraButton2.Size = new System.Drawing.Size(75, 23);
  133. this.ultraButton2.TabIndex = 3;
  134. this.ultraButton2.Text = "取消";
  135. this.ultraButton2.Click += new System.EventHandler(this.ultraButton2_Click);
  136. //
  137. // ultraButton1
  138. //
  139. this.ultraButton1.Location = new System.Drawing.Point(31, 101);
  140. this.ultraButton1.Name = "ultraButton1";
  141. this.ultraButton1.Size = new System.Drawing.Size(75, 23);
  142. this.ultraButton1.TabIndex = 2;
  143. this.ultraButton1.Text = "确认";
  144. this.ultraButton1.Click += new System.EventHandler(this.ultraButton1_Click);
  145. //
  146. // FrmMergeJgxM
  147. //
  148. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  149. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  150. this.ClientSize = new System.Drawing.Size(225, 140);
  151. this.Controls.Add(this.ultraGroupBox1);
  152. this.Name = "FrmMergeJgxM";
  153. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  154. this.Text = "合并输入信息";
  155. this.Load += new System.EventHandler(this.FrmMergeJgxM_Load);
  156. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).EndInit();
  157. this.ultraGroupBox1.ResumeLayout(false);
  158. this.ultraGroupBox1.PerformLayout();
  159. ((System.ComponentModel.ISupportInitialize)(this.txtBatchNo)).EndInit();
  160. ((System.ComponentModel.ISupportInitialize)(this.txtJudgeStoveNo)).EndInit();
  161. ((System.ComponentModel.ISupportInitialize)(this.ultraNumericEditor2)).EndInit();
  162. this.ResumeLayout(false);
  163. }
  164. #endregion
  165. private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox1;
  166. private Infragistics.Win.Misc.UltraButton ultraButton2;
  167. private Infragistics.Win.Misc.UltraButton ultraButton1;
  168. private Infragistics.Win.Misc.UltraLabel ultraLabel2;
  169. private Infragistics.Win.Misc.UltraLabel ultraLabel1;
  170. private Infragistics.Win.Misc.UltraLabel ultraLabel8;
  171. private Infragistics.Win.UltraWinEditors.UltraNumericEditor ultraNumericEditor2;
  172. private Infragistics.Win.UltraWinEditors.UltraTextEditor txtBatchNo;
  173. private Infragistics.Win.UltraWinEditors.UltraTextEditor txtJudgeStoveNo;
  174. }
  175. }