Packing_CartonSplit.Designer.cs 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241
  1. namespace UAS_MES.Packing
  2. {
  3. partial class Packing_CartonSplit
  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.label1 = new System.Windows.Forms.Label();
  29. this.lock_outbox = new System.Windows.Forms.CheckBox();
  30. this.label2 = new System.Windows.Forms.Label();
  31. this.pa_currentqty = new System.Windows.Forms.Label();
  32. this.label4 = new System.Windows.Forms.Label();
  33. this.pa_prodcode = new System.Windows.Forms.Label();
  34. this.label6 = new System.Windows.Forms.Label();
  35. this.packtype = new System.Windows.Forms.Label();
  36. this.label8 = new System.Windows.Forms.Label();
  37. this.label9 = new System.Windows.Forms.Label();
  38. this.count = new System.Windows.Forms.Label();
  39. this.OperateResult = new UAS_MES.CustomControl.RichText.RichTextAutoBottom();
  40. this.sncode = new UAS_MES.CustomControl.TextBoxWithIcon.EnterTextBox();
  41. this.pa_outboxcode = new UAS_MES.CustomControl.TextBoxWithIcon.EnterTextBox();
  42. this.SuspendLayout();
  43. //
  44. // label1
  45. //
  46. this.label1.AutoSize = true;
  47. this.label1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  48. this.label1.Location = new System.Drawing.Point(39, 29);
  49. this.label1.Name = "label1";
  50. this.label1.Size = new System.Drawing.Size(62, 31);
  51. this.label1.TabIndex = 0;
  52. this.label1.Text = "箱号";
  53. //
  54. // lock_outbox
  55. //
  56. this.lock_outbox.AutoSize = true;
  57. this.lock_outbox.Location = new System.Drawing.Point(342, 35);
  58. this.lock_outbox.Name = "lock_outbox";
  59. this.lock_outbox.Size = new System.Drawing.Size(22, 21);
  60. this.lock_outbox.TabIndex = 2;
  61. this.lock_outbox.UseVisualStyleBackColor = true;
  62. this.lock_outbox.CheckedChanged += new System.EventHandler(this.lock_outbox_CheckedChanged);
  63. //
  64. // label2
  65. //
  66. this.label2.AutoSize = true;
  67. this.label2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  68. this.label2.Location = new System.Drawing.Point(676, 29);
  69. this.label2.Name = "label2";
  70. this.label2.Size = new System.Drawing.Size(110, 31);
  71. this.label2.TabIndex = 3;
  72. this.label2.Text = "箱内数量";
  73. //
  74. // pa_currentqty
  75. //
  76. this.pa_currentqty.AutoSize = true;
  77. this.pa_currentqty.Font = new System.Drawing.Font("微软雅黑", 12F);
  78. this.pa_currentqty.Location = new System.Drawing.Point(792, 29);
  79. this.pa_currentqty.Name = "pa_currentqty";
  80. this.pa_currentqty.Size = new System.Drawing.Size(0, 31);
  81. this.pa_currentqty.TabIndex = 4;
  82. //
  83. // label4
  84. //
  85. this.label4.AutoSize = true;
  86. this.label4.Font = new System.Drawing.Font("微软雅黑", 12F);
  87. this.label4.Location = new System.Drawing.Point(39, 116);
  88. this.label4.Name = "label4";
  89. this.label4.Size = new System.Drawing.Size(110, 31);
  90. this.label4.TabIndex = 5;
  91. this.label4.Text = "产品编号";
  92. //
  93. // pa_prodcode
  94. //
  95. this.pa_prodcode.AutoSize = true;
  96. this.pa_prodcode.Font = new System.Drawing.Font("微软雅黑", 12F);
  97. this.pa_prodcode.Location = new System.Drawing.Point(160, 116);
  98. this.pa_prodcode.Name = "pa_prodcode";
  99. this.pa_prodcode.Size = new System.Drawing.Size(0, 31);
  100. this.pa_prodcode.TabIndex = 6;
  101. //
  102. // label6
  103. //
  104. this.label6.AutoSize = true;
  105. this.label6.Font = new System.Drawing.Font("微软雅黑", 12F);
  106. this.label6.Location = new System.Drawing.Point(669, 116);
  107. this.label6.Name = "label6";
  108. this.label6.Size = new System.Drawing.Size(120, 31);
  109. this.label6.TabIndex = 7;
  110. this.label6.Text = "工单/合同";
  111. //
  112. // packtype
  113. //
  114. this.packtype.AutoSize = true;
  115. this.packtype.Font = new System.Drawing.Font("微软雅黑", 12F);
  116. this.packtype.Location = new System.Drawing.Point(802, 116);
  117. this.packtype.Name = "packtype";
  118. this.packtype.Size = new System.Drawing.Size(0, 31);
  119. this.packtype.TabIndex = 8;
  120. //
  121. // label8
  122. //
  123. this.label8.AutoSize = true;
  124. this.label8.Font = new System.Drawing.Font("微软雅黑", 12F);
  125. this.label8.Location = new System.Drawing.Point(39, 486);
  126. this.label8.Name = "label8";
  127. this.label8.Size = new System.Drawing.Size(86, 31);
  128. this.label8.TabIndex = 9;
  129. this.label8.Text = "序列号";
  130. //
  131. // label9
  132. //
  133. this.label9.AutoSize = true;
  134. this.label9.Font = new System.Drawing.Font("微软雅黑", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  135. this.label9.Location = new System.Drawing.Point(554, 486);
  136. this.label9.Name = "label9";
  137. this.label9.Size = new System.Drawing.Size(52, 27);
  138. this.label9.TabIndex = 10;
  139. this.label9.Text = "计数";
  140. //
  141. // count
  142. //
  143. this.count.AutoSize = true;
  144. this.count.Font = new System.Drawing.Font("微软雅黑", 10F);
  145. this.count.Location = new System.Drawing.Point(670, 486);
  146. this.count.Name = "count";
  147. this.count.Size = new System.Drawing.Size(24, 27);
  148. this.count.TabIndex = 12;
  149. this.count.Text = "0";
  150. //
  151. // OperateResult
  152. //
  153. this.OperateResult.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  154. this.OperateResult.Location = new System.Drawing.Point(31, 204);
  155. this.OperateResult.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  156. this.OperateResult.Name = "OperateResult";
  157. this.OperateResult.Size = new System.Drawing.Size(915, 246);
  158. this.OperateResult.TabIndex = 196;
  159. this.OperateResult.Text = "";
  160. //
  161. // sncode
  162. //
  163. this.sncode.AllPower = null;
  164. this.sncode.BackColor = System.Drawing.Color.White;
  165. this.sncode.ID = null;
  166. this.sncode.Location = new System.Drawing.Point(159, 486);
  167. this.sncode.Name = "sncode";
  168. this.sncode.Power = null;
  169. this.sncode.Size = new System.Drawing.Size(196, 28);
  170. this.sncode.Str = null;
  171. this.sncode.Str1 = null;
  172. this.sncode.Str2 = null;
  173. this.sncode.TabIndex = 11;
  174. this.sncode.KeyDown += new System.Windows.Forms.KeyEventHandler(this.sncode_KeyDown);
  175. //
  176. // pa_outboxcode
  177. //
  178. this.pa_outboxcode.AllPower = null;
  179. this.pa_outboxcode.BackColor = System.Drawing.Color.White;
  180. this.pa_outboxcode.ID = null;
  181. this.pa_outboxcode.Location = new System.Drawing.Point(127, 32);
  182. this.pa_outboxcode.Name = "pa_outboxcode";
  183. this.pa_outboxcode.Power = null;
  184. this.pa_outboxcode.Size = new System.Drawing.Size(196, 28);
  185. this.pa_outboxcode.Str = null;
  186. this.pa_outboxcode.Str1 = null;
  187. this.pa_outboxcode.Str2 = null;
  188. this.pa_outboxcode.TabIndex = 1;
  189. this.pa_outboxcode.KeyDown += new System.Windows.Forms.KeyEventHandler(this.pa_outboxcode_KeyDown);
  190. //
  191. // Packing_CartonSplit
  192. //
  193. this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F);
  194. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  195. this.ClientSize = new System.Drawing.Size(982, 581);
  196. this.Controls.Add(this.OperateResult);
  197. this.Controls.Add(this.count);
  198. this.Controls.Add(this.sncode);
  199. this.Controls.Add(this.label9);
  200. this.Controls.Add(this.label8);
  201. this.Controls.Add(this.packtype);
  202. this.Controls.Add(this.label6);
  203. this.Controls.Add(this.pa_prodcode);
  204. this.Controls.Add(this.label4);
  205. this.Controls.Add(this.pa_currentqty);
  206. this.Controls.Add(this.label2);
  207. this.Controls.Add(this.lock_outbox);
  208. this.Controls.Add(this.pa_outboxcode);
  209. this.Controls.Add(this.label1);
  210. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  211. this.Name = "Packing_CartonSplit";
  212. this.Tag = "Packing!CartonSplit";
  213. this.Text = "Packing_CartonSplit";
  214. this.Load += new System.EventHandler(this.Packing_CartonSplit_Load);
  215. this.SizeChanged += new System.EventHandler(this.Packing_CartonSplit_SizeChanged);
  216. this.ResumeLayout(false);
  217. this.PerformLayout();
  218. }
  219. #endregion
  220. private System.Windows.Forms.Label label1;
  221. private CustomControl.TextBoxWithIcon.EnterTextBox pa_outboxcode;
  222. private System.Windows.Forms.CheckBox lock_outbox;
  223. private System.Windows.Forms.Label label2;
  224. private System.Windows.Forms.Label pa_currentqty;
  225. private System.Windows.Forms.Label label4;
  226. private System.Windows.Forms.Label pa_prodcode;
  227. private System.Windows.Forms.Label label6;
  228. private System.Windows.Forms.Label packtype;
  229. private System.Windows.Forms.Label label8;
  230. private System.Windows.Forms.Label label9;
  231. private CustomControl.TextBoxWithIcon.EnterTextBox sncode;
  232. private System.Windows.Forms.Label count;
  233. private CustomControl.RichText.RichTextAutoBottom OperateResult;
  234. }
  235. }