FrmUpdateCurrenMatureNum.Designer.cs 9.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227
  1. 
  2. namespace WCS_Client.Frm
  3. {
  4. partial class FrmUpdateCurrenMatureNum
  5. {
  6. /// <summary>
  7. /// Required designer variable.
  8. /// </summary>
  9. private System.ComponentModel.IContainer components = null;
  10. /// <summary>
  11. /// Clean up any resources being used.
  12. /// </summary>
  13. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  14. protected override void Dispose(bool disposing)
  15. {
  16. if (disposing && (components != null))
  17. {
  18. components.Dispose();
  19. }
  20. base.Dispose(disposing);
  21. }
  22. #region Windows Form Designer generated code
  23. /// <summary>
  24. /// Required method for Designer support - do not modify
  25. /// the contents of this method with the code editor.
  26. /// </summary>
  27. private void InitializeComponent()
  28. {
  29. this.groupBox1 = new System.Windows.Forms.GroupBox();
  30. this.button2 = new System.Windows.Forms.Button();
  31. this.button1 = new System.Windows.Forms.Button();
  32. this.txt_CurrentMatureNum = new System.Windows.Forms.TextBox();
  33. this.label3 = new System.Windows.Forms.Label();
  34. this.txt_MatureNum = new System.Windows.Forms.TextBox();
  35. this.label2 = new System.Windows.Forms.Label();
  36. this.txt_BARCODE = new System.Windows.Forms.TextBox();
  37. this.label1 = new System.Windows.Forms.Label();
  38. this.txt_MatureRoomName = new System.Windows.Forms.TextBox();
  39. this.label4 = new System.Windows.Forms.Label();
  40. this.txt_MatureRoomNo = new System.Windows.Forms.TextBox();
  41. this.label5 = new System.Windows.Forms.Label();
  42. this.txt_InMatureRoomDate = new System.Windows.Forms.TextBox();
  43. this.label6 = new System.Windows.Forms.Label();
  44. this.groupBox1.SuspendLayout();
  45. this.SuspendLayout();
  46. //
  47. // groupBox1
  48. //
  49. this.groupBox1.Controls.Add(this.txt_InMatureRoomDate);
  50. this.groupBox1.Controls.Add(this.label6);
  51. this.groupBox1.Controls.Add(this.txt_MatureRoomName);
  52. this.groupBox1.Controls.Add(this.label4);
  53. this.groupBox1.Controls.Add(this.txt_MatureRoomNo);
  54. this.groupBox1.Controls.Add(this.label5);
  55. this.groupBox1.Controls.Add(this.button2);
  56. this.groupBox1.Controls.Add(this.button1);
  57. this.groupBox1.Controls.Add(this.txt_CurrentMatureNum);
  58. this.groupBox1.Controls.Add(this.label3);
  59. this.groupBox1.Controls.Add(this.txt_MatureNum);
  60. this.groupBox1.Controls.Add(this.label2);
  61. this.groupBox1.Controls.Add(this.txt_BARCODE);
  62. this.groupBox1.Controls.Add(this.label1);
  63. this.groupBox1.Location = new System.Drawing.Point(29, 22);
  64. this.groupBox1.Name = "groupBox1";
  65. this.groupBox1.Size = new System.Drawing.Size(406, 335);
  66. this.groupBox1.TabIndex = 1;
  67. this.groupBox1.TabStop = false;
  68. this.groupBox1.Text = "熟化信息";
  69. //
  70. // button2
  71. //
  72. this.button2.Location = new System.Drawing.Point(199, 276);
  73. this.button2.Name = "button2";
  74. this.button2.Size = new System.Drawing.Size(94, 26);
  75. this.button2.TabIndex = 7;
  76. this.button2.Text = "取消";
  77. this.button2.UseVisualStyleBackColor = true;
  78. this.button2.Click += new System.EventHandler(this.button2_Click);
  79. //
  80. // button1
  81. //
  82. this.button1.Location = new System.Drawing.Point(91, 276);
  83. this.button1.Name = "button1";
  84. this.button1.Size = new System.Drawing.Size(94, 26);
  85. this.button1.TabIndex = 6;
  86. this.button1.Text = "提交";
  87. this.button1.UseVisualStyleBackColor = true;
  88. this.button1.Click += new System.EventHandler(this.button1_Click);
  89. //
  90. // txt_CurrentMatureNum
  91. //
  92. this.txt_CurrentMatureNum.Location = new System.Drawing.Point(156, 220);
  93. this.txt_CurrentMatureNum.Name = "txt_CurrentMatureNum";
  94. this.txt_CurrentMatureNum.Size = new System.Drawing.Size(152, 21);
  95. this.txt_CurrentMatureNum.TabIndex = 5;
  96. //
  97. // label3
  98. //
  99. this.label3.AutoSize = true;
  100. this.label3.Location = new System.Drawing.Point(61, 223);
  101. this.label3.Name = "label3";
  102. this.label3.Size = new System.Drawing.Size(89, 12);
  103. this.label3.TabIndex = 4;
  104. this.label3.Text = "当前熟化次数:";
  105. //
  106. // txt_MatureNum
  107. //
  108. this.txt_MatureNum.Location = new System.Drawing.Point(156, 183);
  109. this.txt_MatureNum.Name = "txt_MatureNum";
  110. this.txt_MatureNum.ReadOnly = true;
  111. this.txt_MatureNum.Size = new System.Drawing.Size(152, 21);
  112. this.txt_MatureNum.TabIndex = 3;
  113. //
  114. // label2
  115. //
  116. this.label2.AutoSize = true;
  117. this.label2.Location = new System.Drawing.Point(73, 186);
  118. this.label2.Name = "label2";
  119. this.label2.Size = new System.Drawing.Size(77, 12);
  120. this.label2.TabIndex = 2;
  121. this.label2.Text = "需熟化次数:";
  122. //
  123. // txt_BARCODE
  124. //
  125. this.txt_BARCODE.Location = new System.Drawing.Point(156, 42);
  126. this.txt_BARCODE.Name = "txt_BARCODE";
  127. this.txt_BARCODE.ReadOnly = true;
  128. this.txt_BARCODE.Size = new System.Drawing.Size(152, 21);
  129. this.txt_BARCODE.TabIndex = 1;
  130. //
  131. // label1
  132. //
  133. this.label1.AutoSize = true;
  134. this.label1.Location = new System.Drawing.Point(73, 45);
  135. this.label1.Name = "label1";
  136. this.label1.Size = new System.Drawing.Size(77, 12);
  137. this.label1.TabIndex = 0;
  138. this.label1.Text = "熟化架条码:";
  139. //
  140. // txt_MatureRoomName
  141. //
  142. this.txt_MatureRoomName.Location = new System.Drawing.Point(156, 112);
  143. this.txt_MatureRoomName.Name = "txt_MatureRoomName";
  144. this.txt_MatureRoomName.ReadOnly = true;
  145. this.txt_MatureRoomName.Size = new System.Drawing.Size(152, 21);
  146. this.txt_MatureRoomName.TabIndex = 11;
  147. //
  148. // label4
  149. //
  150. this.label4.AutoSize = true;
  151. this.label4.Location = new System.Drawing.Point(73, 115);
  152. this.label4.Name = "label4";
  153. this.label4.Size = new System.Drawing.Size(77, 12);
  154. this.label4.TabIndex = 10;
  155. this.label4.Text = "熟化房名称:";
  156. //
  157. // txt_MatureRoomNo
  158. //
  159. this.txt_MatureRoomNo.Location = new System.Drawing.Point(156, 78);
  160. this.txt_MatureRoomNo.Name = "txt_MatureRoomNo";
  161. this.txt_MatureRoomNo.ReadOnly = true;
  162. this.txt_MatureRoomNo.Size = new System.Drawing.Size(152, 21);
  163. this.txt_MatureRoomNo.TabIndex = 9;
  164. //
  165. // label5
  166. //
  167. this.label5.AutoSize = true;
  168. this.label5.Location = new System.Drawing.Point(73, 81);
  169. this.label5.Name = "label5";
  170. this.label5.Size = new System.Drawing.Size(77, 12);
  171. this.label5.TabIndex = 8;
  172. this.label5.Text = "熟化房编号:";
  173. //
  174. // txt_InMatureRoomDate
  175. //
  176. this.txt_InMatureRoomDate.Location = new System.Drawing.Point(156, 147);
  177. this.txt_InMatureRoomDate.Name = "txt_InMatureRoomDate";
  178. this.txt_InMatureRoomDate.ReadOnly = true;
  179. this.txt_InMatureRoomDate.Size = new System.Drawing.Size(152, 21);
  180. this.txt_InMatureRoomDate.TabIndex = 13;
  181. //
  182. // label6
  183. //
  184. this.label6.AutoSize = true;
  185. this.label6.Location = new System.Drawing.Point(61, 150);
  186. this.label6.Name = "label6";
  187. this.label6.Size = new System.Drawing.Size(89, 12);
  188. this.label6.TabIndex = 12;
  189. this.label6.Text = "入熟化房时间:";
  190. //
  191. // FrmUpdateCurrenMatureNum
  192. //
  193. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  194. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  195. this.ClientSize = new System.Drawing.Size(453, 371);
  196. this.Controls.Add(this.groupBox1);
  197. this.DoubleBuffered = true;
  198. this.Name = "FrmUpdateCurrenMatureNum";
  199. this.Text = "修改当前熟化次数信息";
  200. this.groupBox1.ResumeLayout(false);
  201. this.groupBox1.PerformLayout();
  202. this.ResumeLayout(false);
  203. }
  204. #endregion
  205. private System.Windows.Forms.GroupBox groupBox1;
  206. private System.Windows.Forms.Button button1;
  207. private System.Windows.Forms.TextBox txt_CurrentMatureNum;
  208. private System.Windows.Forms.Label label3;
  209. private System.Windows.Forms.TextBox txt_MatureNum;
  210. private System.Windows.Forms.Label label2;
  211. private System.Windows.Forms.TextBox txt_BARCODE;
  212. private System.Windows.Forms.Label label1;
  213. private System.Windows.Forms.Button button2;
  214. private System.Windows.Forms.TextBox txt_MatureRoomName;
  215. private System.Windows.Forms.Label label4;
  216. private System.Windows.Forms.TextBox txt_MatureRoomNo;
  217. private System.Windows.Forms.Label label5;
  218. private System.Windows.Forms.TextBox txt_InMatureRoomDate;
  219. private System.Windows.Forms.Label label6;
  220. }
  221. }