FrmAddPalletizing.Designer.cs 9.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232
  1. 
  2. namespace WCS_Client.Frm
  3. {
  4. partial class FrmAddPalletizing
  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.label1 = new System.Windows.Forms.Label();
  30. this.nudPalletizingNo = new System.Windows.Forms.NumericUpDown();
  31. this.label2 = new System.Windows.Forms.Label();
  32. this.nudSonTrayNo = new System.Windows.Forms.NumericUpDown();
  33. this.label3 = new System.Windows.Forms.Label();
  34. this.txtSonTraycode = new System.Windows.Forms.TextBox();
  35. this.txtSonTraySize = new System.Windows.Forms.TextBox();
  36. this.label4 = new System.Windows.Forms.Label();
  37. this.nudBoxNo = new System.Windows.Forms.NumericUpDown();
  38. this.label5 = new System.Windows.Forms.Label();
  39. this.txtBoxSize = new System.Windows.Forms.TextBox();
  40. this.label6 = new System.Windows.Forms.Label();
  41. this.btnAddP = new System.Windows.Forms.Button();
  42. this.btnCancel = new System.Windows.Forms.Button();
  43. ((System.ComponentModel.ISupportInitialize)(this.nudPalletizingNo)).BeginInit();
  44. ((System.ComponentModel.ISupportInitialize)(this.nudSonTrayNo)).BeginInit();
  45. ((System.ComponentModel.ISupportInitialize)(this.nudBoxNo)).BeginInit();
  46. this.SuspendLayout();
  47. //
  48. // label1
  49. //
  50. this.label1.AutoSize = true;
  51. this.label1.Location = new System.Drawing.Point(73, 48);
  52. this.label1.Name = "label1";
  53. this.label1.Size = new System.Drawing.Size(59, 12);
  54. this.label1.TabIndex = 0;
  55. this.label1.Text = "码垛编号:";
  56. //
  57. // nudPalletizingNo
  58. //
  59. this.nudPalletizingNo.Location = new System.Drawing.Point(138, 46);
  60. this.nudPalletizingNo.Maximum = new decimal(new int[] {
  61. 100000000,
  62. 0,
  63. 0,
  64. 0});
  65. this.nudPalletizingNo.Name = "nudPalletizingNo";
  66. this.nudPalletizingNo.Size = new System.Drawing.Size(120, 21);
  67. this.nudPalletizingNo.TabIndex = 1;
  68. //
  69. // label2
  70. //
  71. this.label2.AutoSize = true;
  72. this.label2.Location = new System.Drawing.Point(61, 107);
  73. this.label2.Name = "label2";
  74. this.label2.Size = new System.Drawing.Size(71, 12);
  75. this.label2.TabIndex = 2;
  76. this.label2.Text = "子托盘编号:";
  77. //
  78. // nudSonTrayNo
  79. //
  80. this.nudSonTrayNo.Location = new System.Drawing.Point(138, 103);
  81. this.nudSonTrayNo.Maximum = new decimal(new int[] {
  82. 100000000,
  83. 0,
  84. 0,
  85. 0});
  86. this.nudSonTrayNo.Name = "nudSonTrayNo";
  87. this.nudSonTrayNo.Size = new System.Drawing.Size(120, 21);
  88. this.nudSonTrayNo.TabIndex = 3;
  89. //
  90. // label3
  91. //
  92. this.label3.AutoSize = true;
  93. this.label3.Location = new System.Drawing.Point(61, 162);
  94. this.label3.Name = "label3";
  95. this.label3.Size = new System.Drawing.Size(71, 12);
  96. this.label3.TabIndex = 4;
  97. this.label3.Text = "子托盘编码:";
  98. //
  99. // txtSonTraycode
  100. //
  101. this.txtSonTraycode.Location = new System.Drawing.Point(138, 158);
  102. this.txtSonTraycode.Name = "txtSonTraycode";
  103. this.txtSonTraycode.Size = new System.Drawing.Size(120, 21);
  104. this.txtSonTraycode.TabIndex = 5;
  105. //
  106. // txtSonTraySize
  107. //
  108. this.txtSonTraySize.Location = new System.Drawing.Point(138, 218);
  109. this.txtSonTraySize.Name = "txtSonTraySize";
  110. this.txtSonTraySize.Size = new System.Drawing.Size(120, 21);
  111. this.txtSonTraySize.TabIndex = 7;
  112. //
  113. // label4
  114. //
  115. this.label4.AutoSize = true;
  116. this.label4.Location = new System.Drawing.Point(61, 221);
  117. this.label4.Name = "label4";
  118. this.label4.Size = new System.Drawing.Size(71, 12);
  119. this.label4.TabIndex = 6;
  120. this.label4.Text = "子托盘尺寸:";
  121. //
  122. // nudBoxNo
  123. //
  124. this.nudBoxNo.Location = new System.Drawing.Point(423, 103);
  125. this.nudBoxNo.Maximum = new decimal(new int[] {
  126. 100000000,
  127. 0,
  128. 0,
  129. 0});
  130. this.nudBoxNo.Name = "nudBoxNo";
  131. this.nudBoxNo.Size = new System.Drawing.Size(120, 21);
  132. this.nudBoxNo.TabIndex = 9;
  133. //
  134. // label5
  135. //
  136. this.label5.AutoSize = true;
  137. this.label5.Location = new System.Drawing.Point(337, 107);
  138. this.label5.Name = "label5";
  139. this.label5.Size = new System.Drawing.Size(59, 12);
  140. this.label5.TabIndex = 8;
  141. this.label5.Text = "箱子编号:";
  142. //
  143. // txtBoxSize
  144. //
  145. this.txtBoxSize.Location = new System.Drawing.Point(423, 158);
  146. this.txtBoxSize.Name = "txtBoxSize";
  147. this.txtBoxSize.Size = new System.Drawing.Size(120, 21);
  148. this.txtBoxSize.TabIndex = 11;
  149. //
  150. // label6
  151. //
  152. this.label6.AutoSize = true;
  153. this.label6.Location = new System.Drawing.Point(337, 162);
  154. this.label6.Name = "label6";
  155. this.label6.Size = new System.Drawing.Size(59, 12);
  156. this.label6.TabIndex = 10;
  157. this.label6.Text = "箱子尺寸:";
  158. //
  159. // btnAddP
  160. //
  161. this.btnAddP.Location = new System.Drawing.Point(163, 307);
  162. this.btnAddP.Name = "btnAddP";
  163. this.btnAddP.Size = new System.Drawing.Size(75, 23);
  164. this.btnAddP.TabIndex = 12;
  165. this.btnAddP.Text = "添加";
  166. this.btnAddP.UseVisualStyleBackColor = true;
  167. this.btnAddP.Click += new System.EventHandler(this.btnAddP_Click);
  168. //
  169. // btnCancel
  170. //
  171. this.btnCancel.Location = new System.Drawing.Point(351, 307);
  172. this.btnCancel.Name = "btnCancel";
  173. this.btnCancel.Size = new System.Drawing.Size(75, 23);
  174. this.btnCancel.TabIndex = 13;
  175. this.btnCancel.Text = "取消";
  176. this.btnCancel.UseVisualStyleBackColor = true;
  177. this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
  178. //
  179. // FrmAddPalletizing
  180. //
  181. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  182. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  183. this.ClientSize = new System.Drawing.Size(631, 383);
  184. this.Controls.Add(this.btnCancel);
  185. this.Controls.Add(this.btnAddP);
  186. this.Controls.Add(this.txtBoxSize);
  187. this.Controls.Add(this.label6);
  188. this.Controls.Add(this.nudBoxNo);
  189. this.Controls.Add(this.label5);
  190. this.Controls.Add(this.txtSonTraySize);
  191. this.Controls.Add(this.label4);
  192. this.Controls.Add(this.txtSonTraycode);
  193. this.Controls.Add(this.label3);
  194. this.Controls.Add(this.nudSonTrayNo);
  195. this.Controls.Add(this.label2);
  196. this.Controls.Add(this.nudPalletizingNo);
  197. this.Controls.Add(this.label1);
  198. this.DoubleBuffered = true;
  199. this.MaximizeBox = false;
  200. this.MinimizeBox = false;
  201. this.Name = "FrmAddPalletizing";
  202. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  203. this.Text = "添加码垛信息";
  204. ((System.ComponentModel.ISupportInitialize)(this.nudPalletizingNo)).EndInit();
  205. ((System.ComponentModel.ISupportInitialize)(this.nudSonTrayNo)).EndInit();
  206. ((System.ComponentModel.ISupportInitialize)(this.nudBoxNo)).EndInit();
  207. this.ResumeLayout(false);
  208. this.PerformLayout();
  209. }
  210. #endregion
  211. private System.Windows.Forms.Label label1;
  212. private System.Windows.Forms.NumericUpDown nudPalletizingNo;
  213. private System.Windows.Forms.Label label2;
  214. private System.Windows.Forms.NumericUpDown nudSonTrayNo;
  215. private System.Windows.Forms.Label label3;
  216. private System.Windows.Forms.TextBox txtSonTraycode;
  217. private System.Windows.Forms.TextBox txtSonTraySize;
  218. private System.Windows.Forms.Label label4;
  219. private System.Windows.Forms.NumericUpDown nudBoxNo;
  220. private System.Windows.Forms.Label label5;
  221. private System.Windows.Forms.TextBox txtBoxSize;
  222. private System.Windows.Forms.Label label6;
  223. private System.Windows.Forms.Button btnAddP;
  224. private System.Windows.Forms.Button btnCancel;
  225. }
  226. }