FrmUpdatePalletizing.Designer.cs 9.7 KB

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