Make_NewPallet.Designer.cs 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276
  1. namespace UAS_MES.Make
  2. {
  3. partial class Make_NewPallet
  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. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Make_NewPallet));
  29. this.pr_code_label = new System.Windows.Forms.Label();
  30. this.pa_packageqty_label = new System.Windows.Forms.Label();
  31. this.pa_outboxcode_label = new System.Windows.Forms.Label();
  32. this.title = new System.Windows.Forms.Label();
  33. this.pa_outboxcode = new UAS_MES.CustomControl.TextBoxWithIcon.TextBoxGeneratePaCode();
  34. this.headBar1 = new UAS_MES.CustomControl.HeadBar();
  35. this.pa_packageqty = new UAS_MES.CustomControl.TextBoxWithIcon.NumOnlyTextBox();
  36. this.pr_code = new UAS_MES.CustomControl.TextBoxWithIcon.SearchTextBox();
  37. this.Confirm = new UAS_MES.CustomControl.ButtonUtil.NormalButton();
  38. this.SuspendLayout();
  39. //
  40. // pr_code_label
  41. //
  42. this.pr_code_label.AutoSize = true;
  43. this.pr_code_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  44. this.pr_code_label.Location = new System.Drawing.Point(28, 90);
  45. this.pr_code_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  46. this.pr_code_label.Name = "pr_code_label";
  47. this.pr_code_label.Size = new System.Drawing.Size(110, 31);
  48. this.pr_code_label.Location = new System.Drawing.Point(25, 75);
  49. this.pr_code_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  50. this.pr_code_label.Name = "pr_code_label";
  51. this.pr_code_label.Size = new System.Drawing.Size(92, 27);
  52. this.pr_code_label.TabIndex = 0;
  53. this.pr_code_label.Text = "产品编号";
  54. //
  55. // pa_packageqty_label
  56. //
  57. this.pa_packageqty_label.AutoSize = true;
  58. this.pa_packageqty_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  59. this.pa_packageqty_label.Location = new System.Drawing.Point(28, 158);
  60. this.pa_packageqty_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  61. this.pa_packageqty_label.Name = "pa_packageqty_label";
  62. this.pa_packageqty_label.Size = new System.Drawing.Size(110, 31);
  63. this.pa_packageqty_label.Location = new System.Drawing.Point(25, 131);
  64. this.pa_packageqty_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  65. this.pa_packageqty_label.Name = "pa_packageqty_label";
  66. this.pa_packageqty_label.Size = new System.Drawing.Size(92, 27);
  67. this.pa_packageqty_label.TabIndex = 1;
  68. this.pa_packageqty_label.Text = "箱内数量";
  69. //
  70. // pa_outboxcode_label
  71. //
  72. this.pa_outboxcode_label.AutoSize = true;
  73. this.pa_outboxcode_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  74. this.pa_outboxcode_label.Location = new System.Drawing.Point(28, 226);
  75. this.pa_outboxcode_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  76. this.pa_outboxcode_label.Name = "pa_outboxcode_label";
  77. this.pa_outboxcode_label.Size = new System.Drawing.Size(62, 31);
  78. this.pa_outboxcode_label.Location = new System.Drawing.Point(25, 189);
  79. this.pa_outboxcode_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  80. this.pa_outboxcode_label.Name = "pa_outboxcode_label";
  81. this.pa_outboxcode_label.Size = new System.Drawing.Size(52, 27);
  82. this.pa_outboxcode_label.TabIndex = 2;
  83. this.pa_outboxcode_label.Text = "箱号";
  84. //
  85. // title
  86. //
  87. this.title.AutoSize = true;
  88. this.title.BackColor = System.Drawing.SystemColors.ControlDarkDark;
  89. this.title.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  90. this.title.ForeColor = System.Drawing.SystemColors.ButtonFace;
  91. this.title.Location = new System.Drawing.Point(10, 9);
  92. this.title.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  93. this.title.Name = "title";
  94. this.title.Size = new System.Drawing.Size(0, 31);
  95. this.title.Location = new System.Drawing.Point(9, 8);
  96. this.title.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  97. this.title.Name = "title";
  98. this.title.Size = new System.Drawing.Size(0, 27);
  99. this.title.TabIndex = 9;
  100. //
  101. // pa_outboxcode
  102. //
  103. this.pa_outboxcode.ErrorMsg = null;
  104. this.pa_outboxcode.Location = new System.Drawing.Point(142, 226);
  105. this.pa_outboxcode.Margin = new System.Windows.Forms.Padding(6);
  106. this.pa_outboxcode.Name = "pa_outboxcode";
  107. this.pa_outboxcode.Pr_id = null;
  108. this.pa_outboxcode.Size = new System.Drawing.Size(212, 32);
  109. this.pa_outboxcode.Location = new System.Drawing.Point(128, 189);
  110. this.pa_outboxcode.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  111. this.pa_outboxcode.Name = "pa_outboxcode";
  112. this.pa_outboxcode.Pr_id = null;
  113. this.pa_outboxcode.Size = new System.Drawing.Size(206, 26);
  114. this.pa_outboxcode.TabIndex = 10;
  115. //
  116. // headBar1
  117. //
  118. this.headBar1.BackColor = System.Drawing.SystemColors.ControlDarkDark;
  119. this.headBar1.Dock = System.Windows.Forms.DockStyle.Top;
  120. this.headBar1.Location = new System.Drawing.Point(0, 0);
  121. this.headBar1.Margin = new System.Windows.Forms.Padding(6);
  122. this.headBar1.Name = "headBar1";
  123. this.headBar1.Size = new System.Drawing.Size(448, 48);
  124. this.headBar1.Margin = new System.Windows.Forms.Padding(5);
  125. this.headBar1.Name = "headBar1";
  126. this.headBar1.Size = new System.Drawing.Size(399, 40);
  127. this.headBar1.TabIndex = 7;
  128. //
  129. // pa_packageqty
  130. //
  131. this.pa_packageqty.AllPower = null;
  132. this.pa_packageqty.BackColor = System.Drawing.Color.White;
  133. this.pa_packageqty.ID = null;
  134. this.pa_packageqty.Location = new System.Drawing.Point(144, 158);
  135. this.pa_packageqty.Location = new System.Drawing.Point(128, 131);
  136. this.pa_packageqty.Margin = new System.Windows.Forms.Padding(4);
  137. this.pa_packageqty.Name = "pa_packageqty";
  138. this.pa_packageqty.Negative = false;
  139. this.pa_packageqty.Power = null;
  140. this.pa_packageqty.Size = new System.Drawing.Size(264, 28);
  141. this.pa_packageqty.Size = new System.Drawing.Size(206, 25);
  142. this.pa_packageqty.Str = null;
  143. this.pa_packageqty.Str1 = null;
  144. this.pa_packageqty.Str2 = null;
  145. this.pa_packageqty.TabIndex = 6;
  146. //
  147. // pr_code
  148. //
  149. this.pr_code.AllPower = null;
  150. this.pr_code.Caller = null;
  151. this.pr_code.Condition = null;
  152. this.pr_code.DBTitle = "产品编号查询";
  153. this.pr_code.FormName = null;
  154. this.pr_code.Location = new System.Drawing.Point(142, 90);
  155. this.pr_code.Location = new System.Drawing.Point(128, 75);
  156. this.pr_code.Margin = new System.Windows.Forms.Padding(4);
  157. this.pr_code.Name = "pr_code";
  158. this.pr_code.Power = "ifread";
  159. this.pr_code.SelectField = null;
  160. this.pr_code.SetValueField = null;
  161. this.pr_code.Size = new System.Drawing.Size(224, 32);
  162. this.pr_code.Size = new System.Drawing.Size(206, 26);
  163. this.pr_code.TabIndex = 4;
  164. this.pr_code.TableName = null;
  165. this.pr_code.TextBoxEnable = false;
  166. this.pr_code.UserControlTextChanged += new UAS_MES.CustomControl.TextBoxWithIcon.SearchTextBox.OnTextChange(this.pr_code_UserControlTextChanged);
  167. //
  168. // Confirm
  169. //
  170. this.Confirm.AllPower = null;
  171. this.Confirm.BackColor = System.Drawing.Color.Transparent;
  172. this.Confirm.DownImage = ((System.Drawing.Image)(resources.GetObject("Confirm.DownImage")));
  173. this.Confirm.Image = null;
  174. this.Confirm.IsShowBorder = true;
  175. this.Confirm.Location = new System.Drawing.Point(184, 284);
  176. this.Confirm.Location = new System.Drawing.Point(164, 236);
  177. this.Confirm.Margin = new System.Windows.Forms.Padding(4);
  178. this.Confirm.MoveImage = ((System.Drawing.Image)(resources.GetObject("Confirm.MoveImage")));
  179. this.Confirm.Name = "Confirm";
  180. this.Confirm.NormalImage = ((System.Drawing.Image)(resources.GetObject("Confirm.NormalImage")));
  181. this.Confirm.Power = null;
  182. this.Confirm.Size = new System.Drawing.Size(80, 34);
  183. this.Confirm.Size = new System.Drawing.Size(71, 29);
  184. this.Confirm.TabIndex = 3;
  185. this.Confirm.Tag = "Make!NewPallet";
  186. this.Confirm.Text = "确认";
  187. this.Confirm.UseVisualStyleBackColor = true;
  188. this.Confirm.Click += new System.EventHandler(this.Confirm_Click);
  189. //
  190. // Make_NewPallet
  191. //
  192. this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F);
  193. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  194. this.ClientSize = new System.Drawing.Size(448, 336);
  195. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
  196. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  197. this.ClientSize = new System.Drawing.Size(399, 280);
  198. this.Controls.Add(this.pa_outboxcode);
  199. this.Controls.Add(this.title);
  200. this.Controls.Add(this.headBar1);
  201. this.Controls.Add(this.pa_packageqty);
  202. this.Controls.Add(this.pr_code);
  203. this.Controls.Add(this.Confirm);
  204. this.Controls.Add(this.pa_outboxcode_label);
  205. this.Controls.Add(this.pa_packageqty_label);
  206. this.Controls.Add(this.pr_code_label);
  207. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  208. this.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  209. this.Margin = new System.Windows.Forms.Padding(4);
  210. this.Name = "Make_NewPallet";
  211. this.Tag = "ShowDialogWindow";
  212. this.Text = "新增栈板";
  213. this.Load += new System.EventHandler(this.新增栈板_Load);
  214. this.ResumeLayout(false);
  215. this.PerformLayout();
  216. }
  217. #endregion
  218. private System.Windows.Forms.Label pr_code_label;
  219. private System.Windows.Forms.Label pa_packageqty_label;
  220. private System.Windows.Forms.Label pa_outboxcode_label;
  221. private CustomControl.ButtonUtil.NormalButton Confirm;
  222. private CustomControl.TextBoxWithIcon.SearchTextBox pr_code;
  223. private CustomControl.TextBoxWithIcon.NumOnlyTextBox pa_packageqty;
  224. private CustomControl.HeadBar headBar1;
  225. private System.Windows.Forms.Label title;
  226. private CustomControl.TextBoxWithIcon.TextBoxGeneratePaCode pa_outboxcode;
  227. }
  228. }