Batch_Generation_CodeDetail.Designer.cs 23 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498
  1. namespace 优软MES
  2. {
  3. partial class Batch_Generation_CodeDetail
  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(Batch_Generation_CodeDetail));
  29. this.dataGridView1 = new System.Windows.Forms.DataGridView();
  30. this.Panel0 = new System.Windows.Forms.Panel();
  31. this.pd_pdno = new System.Windows.Forms.Label();
  32. this.label8 = new System.Windows.Forms.Label();
  33. this.bi_location_label = new System.Windows.Forms.Label();
  34. this.pd_inqty = new System.Windows.Forms.Label();
  35. this.label13 = new System.Windows.Forms.Label();
  36. this.pr_tracekind = new System.Windows.Forms.Label();
  37. this.label11 = new System.Windows.Forms.Label();
  38. this.GenerateCode = new System.Windows.Forms.Button();
  39. this.GenerateCodeAndBoxNum = new System.Windows.Forms.Button();
  40. this.PrintAllBoxNum = new System.Windows.Forms.Button();
  41. this.label10 = new System.Windows.Forms.Label();
  42. this.pd_qty = new System.Windows.Forms.TextBox();
  43. this.PrintCode = new System.Windows.Forms.Button();
  44. this.label9 = new System.Windows.Forms.Label();
  45. this.bi_madedate = new System.Windows.Forms.DateTimePicker();
  46. this.label7 = new System.Windows.Forms.Label();
  47. this.label6 = new System.Windows.Forms.Label();
  48. this.pr_unit = new System.Windows.Forms.Label();
  49. this.pi_title = new System.Windows.Forms.Label();
  50. this.pi_cardcode = new System.Windows.Forms.Label();
  51. this.label5 = new System.Windows.Forms.Label();
  52. this.label4 = new System.Windows.Forms.Label();
  53. this.label3 = new System.Windows.Forms.Label();
  54. this.pr_detail = new System.Windows.Forms.Label();
  55. this.pd_prodcode = new System.Windows.Forms.Label();
  56. this.label2 = new System.Windows.Forms.Label();
  57. this.label1 = new System.Windows.Forms.Label();
  58. this.pd_inoutno = new System.Windows.Forms.Label();
  59. this.bi_vendbarcode = new System.Windows.Forms.TextBox();
  60. this.pr_zxbzs = new System.Windows.Forms.TextBox();
  61. this.lable1 = new System.Windows.Forms.Label();
  62. this.bi_boxnum = new System.Windows.Forms.TextBox();
  63. this.bi_location = new 优软MES.CustomControl.TextBoxWithIcon.SearchTextBox();
  64. this.closeButton1 = new 优软MES.CustomControl.ButtonUtil.CloseButton();
  65. ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
  66. this.Panel0.SuspendLayout();
  67. this.SuspendLayout();
  68. //
  69. // dataGridView1
  70. //
  71. this.dataGridView1.AllowUserToAddRows = false;
  72. this.dataGridView1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  73. | System.Windows.Forms.AnchorStyles.Left)
  74. | System.Windows.Forms.AnchorStyles.Right)));
  75. this.dataGridView1.BackgroundColor = System.Drawing.SystemColors.ButtonHighlight;
  76. this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  77. this.dataGridView1.Location = new System.Drawing.Point(0, 193);
  78. this.dataGridView1.Name = "dataGridView1";
  79. this.dataGridView1.RowTemplate.Height = 23;
  80. this.dataGridView1.Size = new System.Drawing.Size(1278, 367);
  81. this.dataGridView1.TabIndex = 2;
  82. //
  83. // Panel0
  84. //
  85. this.Panel0.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  86. | System.Windows.Forms.AnchorStyles.Right)));
  87. this.Panel0.Controls.Add(this.pd_pdno);
  88. this.Panel0.Controls.Add(this.label8);
  89. this.Panel0.Controls.Add(this.bi_location);
  90. this.Panel0.Controls.Add(this.bi_location_label);
  91. this.Panel0.Controls.Add(this.pd_inqty);
  92. this.Panel0.Controls.Add(this.label13);
  93. this.Panel0.Controls.Add(this.pr_tracekind);
  94. this.Panel0.Controls.Add(this.label11);
  95. this.Panel0.Controls.Add(this.closeButton1);
  96. this.Panel0.Controls.Add(this.GenerateCode);
  97. this.Panel0.Controls.Add(this.GenerateCodeAndBoxNum);
  98. this.Panel0.Controls.Add(this.PrintAllBoxNum);
  99. this.Panel0.Controls.Add(this.label10);
  100. this.Panel0.Controls.Add(this.pd_qty);
  101. this.Panel0.Controls.Add(this.PrintCode);
  102. this.Panel0.Controls.Add(this.label9);
  103. this.Panel0.Controls.Add(this.bi_madedate);
  104. this.Panel0.Controls.Add(this.label7);
  105. this.Panel0.Controls.Add(this.label6);
  106. this.Panel0.Controls.Add(this.pr_unit);
  107. this.Panel0.Controls.Add(this.pi_title);
  108. this.Panel0.Controls.Add(this.pi_cardcode);
  109. this.Panel0.Controls.Add(this.label5);
  110. this.Panel0.Controls.Add(this.label4);
  111. this.Panel0.Controls.Add(this.label3);
  112. this.Panel0.Controls.Add(this.pr_detail);
  113. this.Panel0.Controls.Add(this.pd_prodcode);
  114. this.Panel0.Controls.Add(this.label2);
  115. this.Panel0.Controls.Add(this.label1);
  116. this.Panel0.Controls.Add(this.pd_inoutno);
  117. this.Panel0.Controls.Add(this.bi_vendbarcode);
  118. this.Panel0.Controls.Add(this.pr_zxbzs);
  119. this.Panel0.Controls.Add(this.lable1);
  120. this.Panel0.Controls.Add(this.bi_boxnum);
  121. this.Panel0.Location = new System.Drawing.Point(0, 0);
  122. this.Panel0.Name = "Panel0";
  123. this.Panel0.Size = new System.Drawing.Size(1278, 187);
  124. this.Panel0.TabIndex = 3;
  125. //
  126. // pd_pdno
  127. //
  128. this.pd_pdno.AutoSize = true;
  129. this.pd_pdno.Location = new System.Drawing.Point(232, 21);
  130. this.pd_pdno.Name = "pd_pdno";
  131. this.pd_pdno.Size = new System.Drawing.Size(0, 12);
  132. this.pd_pdno.TabIndex = 63;
  133. //
  134. // label8
  135. //
  136. this.label8.AutoSize = true;
  137. this.label8.Location = new System.Drawing.Point(192, 20);
  138. this.label8.Name = "label8";
  139. this.label8.Size = new System.Drawing.Size(41, 12);
  140. this.label8.TabIndex = 62;
  141. this.label8.Text = "序号:";
  142. //
  143. // bi_location_label
  144. //
  145. this.bi_location_label.AutoSize = true;
  146. this.bi_location_label.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  147. this.bi_location_label.ForeColor = System.Drawing.Color.Black;
  148. this.bi_location_label.Location = new System.Drawing.Point(23, 78);
  149. this.bi_location_label.Name = "bi_location_label";
  150. this.bi_location_label.Size = new System.Drawing.Size(41, 12);
  151. this.bi_location_label.TabIndex = 60;
  152. this.bi_location_label.Text = "仓位:";
  153. this.bi_location_label.Visible = false;
  154. //
  155. // pd_inqty
  156. //
  157. this.pd_inqty.AutoSize = true;
  158. this.pd_inqty.Location = new System.Drawing.Point(254, 46);
  159. this.pd_inqty.Name = "pd_inqty";
  160. this.pd_inqty.Size = new System.Drawing.Size(0, 12);
  161. this.pd_inqty.TabIndex = 59;
  162. //
  163. // label13
  164. //
  165. this.label13.AutoSize = true;
  166. this.label13.Location = new System.Drawing.Point(192, 46);
  167. this.label13.Name = "label13";
  168. this.label13.Size = new System.Drawing.Size(65, 12);
  169. this.label13.TabIndex = 58;
  170. this.label13.Text = "来料总量:";
  171. //
  172. // pr_tracekind
  173. //
  174. this.pr_tracekind.AutoSize = true;
  175. this.pr_tracekind.Location = new System.Drawing.Point(402, 46);
  176. this.pr_tracekind.Name = "pr_tracekind";
  177. this.pr_tracekind.Size = new System.Drawing.Size(0, 12);
  178. this.pr_tracekind.TabIndex = 57;
  179. //
  180. // label11
  181. //
  182. this.label11.AutoSize = true;
  183. this.label11.Location = new System.Drawing.Point(340, 46);
  184. this.label11.Name = "label11";
  185. this.label11.Size = new System.Drawing.Size(65, 12);
  186. this.label11.TabIndex = 56;
  187. this.label11.Text = "管控类型:";
  188. //
  189. // GenerateCode
  190. //
  191. this.GenerateCode.Image = global::优软MES.Properties.Resources._2_0btn_36;
  192. this.GenerateCode.Location = new System.Drawing.Point(309, 146);
  193. this.GenerateCode.Name = "GenerateCode";
  194. this.GenerateCode.Size = new System.Drawing.Size(111, 26);
  195. this.GenerateCode.TabIndex = 52;
  196. this.GenerateCode.Text = "批量生成条码";
  197. this.GenerateCode.UseVisualStyleBackColor = true;
  198. this.GenerateCode.Click += new System.EventHandler(this.GenerateCode_Click);
  199. //
  200. // GenerateCodeAndBoxNum
  201. //
  202. this.GenerateCodeAndBoxNum.Image = global::优软MES.Properties.Resources._2_0btn_36;
  203. this.GenerateCodeAndBoxNum.Location = new System.Drawing.Point(1144, 32);
  204. this.GenerateCodeAndBoxNum.Name = "GenerateCodeAndBoxNum";
  205. this.GenerateCodeAndBoxNum.Size = new System.Drawing.Size(134, 26);
  206. this.GenerateCodeAndBoxNum.TabIndex = 51;
  207. this.GenerateCodeAndBoxNum.Text = "批量生成条码和箱号";
  208. this.GenerateCodeAndBoxNum.UseVisualStyleBackColor = true;
  209. this.GenerateCodeAndBoxNum.Visible = false;
  210. this.GenerateCodeAndBoxNum.Click += new System.EventHandler(this.GenerateCodeAndBoxNum_Click);
  211. //
  212. // PrintAllBoxNum
  213. //
  214. this.PrintAllBoxNum.Image = global::优软MES.Properties.Resources._2_0btn_36;
  215. this.PrintAllBoxNum.Location = new System.Drawing.Point(1164, 7);
  216. this.PrintAllBoxNum.Name = "PrintAllBoxNum";
  217. this.PrintAllBoxNum.Size = new System.Drawing.Size(111, 26);
  218. this.PrintAllBoxNum.TabIndex = 50;
  219. this.PrintAllBoxNum.Text = "打印全部箱号";
  220. this.PrintAllBoxNum.UseVisualStyleBackColor = true;
  221. this.PrintAllBoxNum.Visible = false;
  222. this.PrintAllBoxNum.Click += new System.EventHandler(this.PrintAllBoxNum_Click);
  223. //
  224. // label10
  225. //
  226. this.label10.AutoSize = true;
  227. this.label10.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  228. this.label10.ForeColor = System.Drawing.Color.Red;
  229. this.label10.Location = new System.Drawing.Point(926, 78);
  230. this.label10.Name = "label10";
  231. this.label10.Size = new System.Drawing.Size(53, 12);
  232. this.label10.TabIndex = 48;
  233. this.label10.Text = "批总量:";
  234. //
  235. // pd_qty
  236. //
  237. this.pd_qty.Location = new System.Drawing.Point(1000, 75);
  238. this.pd_qty.Name = "pd_qty";
  239. this.pd_qty.Size = new System.Drawing.Size(117, 21);
  240. this.pd_qty.TabIndex = 47;
  241. //
  242. // PrintCode
  243. //
  244. this.PrintCode.Image = global::优软MES.Properties.Resources._2_0btn_36;
  245. this.PrintCode.Location = new System.Drawing.Point(478, 146);
  246. this.PrintCode.Name = "PrintCode";
  247. this.PrintCode.Size = new System.Drawing.Size(111, 26);
  248. this.PrintCode.TabIndex = 46;
  249. this.PrintCode.Text = "打印条码";
  250. this.PrintCode.UseVisualStyleBackColor = true;
  251. this.PrintCode.Click += new System.EventHandler(this.PrintCode_Click);
  252. //
  253. // label9
  254. //
  255. this.label9.AutoSize = true;
  256. this.label9.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  257. this.label9.ForeColor = System.Drawing.Color.Red;
  258. this.label9.Location = new System.Drawing.Point(225, 78);
  259. this.label9.Name = "label9";
  260. this.label9.Size = new System.Drawing.Size(65, 12);
  261. this.label9.TabIndex = 43;
  262. this.label9.Text = "最小包数:";
  263. //
  264. // bi_madedate
  265. //
  266. this.bi_madedate.Location = new System.Drawing.Point(527, 74);
  267. this.bi_madedate.Name = "bi_madedate";
  268. this.bi_madedate.Size = new System.Drawing.Size(117, 21);
  269. this.bi_madedate.TabIndex = 41;
  270. this.bi_madedate.ValueChanged += new System.EventHandler(this.bi_prodate_ValueChanged);
  271. //
  272. // label7
  273. //
  274. this.label7.AutoSize = true;
  275. this.label7.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  276. this.label7.Location = new System.Drawing.Point(456, 78);
  277. this.label7.Name = "label7";
  278. this.label7.Size = new System.Drawing.Size(65, 12);
  279. this.label7.TabIndex = 40;
  280. this.label7.Text = "生产日期:";
  281. //
  282. // label6
  283. //
  284. this.label6.AutoSize = true;
  285. this.label6.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  286. this.label6.Location = new System.Drawing.Point(690, 80);
  287. this.label6.Name = "label6";
  288. this.label6.Size = new System.Drawing.Size(77, 12);
  289. this.label6.TabIndex = 39;
  290. this.label6.Text = "供应商批号:";
  291. //
  292. // pr_unit
  293. //
  294. this.pr_unit.AutoSize = true;
  295. this.pr_unit.Location = new System.Drawing.Point(520, 20);
  296. this.pr_unit.Name = "pr_unit";
  297. this.pr_unit.Size = new System.Drawing.Size(0, 12);
  298. this.pr_unit.TabIndex = 38;
  299. //
  300. // pi_title
  301. //
  302. this.pi_title.AutoSize = true;
  303. this.pi_title.Location = new System.Drawing.Point(557, 46);
  304. this.pi_title.Name = "pi_title";
  305. this.pi_title.Size = new System.Drawing.Size(0, 12);
  306. this.pi_title.TabIndex = 37;
  307. //
  308. // pi_cardcode
  309. //
  310. this.pi_cardcode.AutoSize = true;
  311. this.pi_cardcode.Location = new System.Drawing.Point(89, 46);
  312. this.pi_cardcode.Name = "pi_cardcode";
  313. this.pi_cardcode.Size = new System.Drawing.Size(0, 12);
  314. this.pi_cardcode.TabIndex = 36;
  315. //
  316. // label5
  317. //
  318. this.label5.AutoSize = true;
  319. this.label5.Location = new System.Drawing.Point(480, 46);
  320. this.label5.Name = "label5";
  321. this.label5.Size = new System.Drawing.Size(77, 12);
  322. this.label5.TabIndex = 35;
  323. this.label5.Text = "供应商名称:";
  324. //
  325. // label4
  326. //
  327. this.label4.AutoSize = true;
  328. this.label4.Location = new System.Drawing.Point(480, 20);
  329. this.label4.Name = "label4";
  330. this.label4.Size = new System.Drawing.Size(41, 12);
  331. this.label4.TabIndex = 34;
  332. this.label4.Text = "单位:";
  333. //
  334. // label3
  335. //
  336. this.label3.AutoSize = true;
  337. this.label3.Location = new System.Drawing.Point(19, 46);
  338. this.label3.Name = "label3";
  339. this.label3.Size = new System.Drawing.Size(77, 12);
  340. this.label3.TabIndex = 33;
  341. this.label3.Text = "供应商编号:";
  342. //
  343. // pr_detail
  344. //
  345. this.pr_detail.AutoSize = true;
  346. this.pr_detail.Location = new System.Drawing.Point(654, 20);
  347. this.pr_detail.Name = "pr_detail";
  348. this.pr_detail.Size = new System.Drawing.Size(0, 12);
  349. this.pr_detail.TabIndex = 32;
  350. //
  351. // pd_prodcode
  352. //
  353. this.pd_prodcode.AutoSize = true;
  354. this.pd_prodcode.Location = new System.Drawing.Point(399, 20);
  355. this.pd_prodcode.Name = "pd_prodcode";
  356. this.pd_prodcode.Size = new System.Drawing.Size(0, 12);
  357. this.pd_prodcode.TabIndex = 31;
  358. //
  359. // label2
  360. //
  361. this.label2.AutoSize = true;
  362. this.label2.Location = new System.Drawing.Point(596, 20);
  363. this.label2.Name = "label2";
  364. this.label2.Size = new System.Drawing.Size(65, 12);
  365. this.label2.TabIndex = 30;
  366. this.label2.Text = "物料名称:";
  367. //
  368. // label1
  369. //
  370. this.label1.AutoSize = true;
  371. this.label1.Location = new System.Drawing.Point(340, 20);
  372. this.label1.Name = "label1";
  373. this.label1.Size = new System.Drawing.Size(65, 12);
  374. this.label1.TabIndex = 29;
  375. this.label1.Text = "物料编号:";
  376. //
  377. // pd_inoutno
  378. //
  379. this.pd_inoutno.AutoSize = true;
  380. this.pd_inoutno.Location = new System.Drawing.Point(89, 21);
  381. this.pd_inoutno.Name = "pd_inoutno";
  382. this.pd_inoutno.Size = new System.Drawing.Size(0, 12);
  383. this.pd_inoutno.TabIndex = 28;
  384. //
  385. // bi_vendbarcode
  386. //
  387. this.bi_vendbarcode.Location = new System.Drawing.Point(774, 75);
  388. this.bi_vendbarcode.Name = "bi_vendbarcode";
  389. this.bi_vendbarcode.Size = new System.Drawing.Size(117, 21);
  390. this.bi_vendbarcode.TabIndex = 27;
  391. //
  392. // pr_zxbzs
  393. //
  394. this.pr_zxbzs.Location = new System.Drawing.Point(309, 74);
  395. this.pr_zxbzs.Name = "pr_zxbzs";
  396. this.pr_zxbzs.Size = new System.Drawing.Size(117, 21);
  397. this.pr_zxbzs.TabIndex = 26;
  398. //
  399. // lable1
  400. //
  401. this.lable1.AutoSize = true;
  402. this.lable1.Location = new System.Drawing.Point(19, 21);
  403. this.lable1.Name = "lable1";
  404. this.lable1.Size = new System.Drawing.Size(77, 12);
  405. this.lable1.TabIndex = 25;
  406. this.lable1.Text = "出入库单号:";
  407. //
  408. // bi_boxnum
  409. //
  410. this.bi_boxnum.Location = new System.Drawing.Point(1037, 11);
  411. this.bi_boxnum.Name = "bi_boxnum";
  412. this.bi_boxnum.Size = new System.Drawing.Size(121, 21);
  413. this.bi_boxnum.TabIndex = 24;
  414. this.bi_boxnum.Visible = false;
  415. //
  416. // bi_location
  417. //
  418. this.bi_location.Caller = null;
  419. this.bi_location.FormName = null;
  420. this.bi_location.Location = new System.Drawing.Point(86, 74);
  421. this.bi_location.Name = "bi_location";
  422. this.bi_location.Size = new System.Drawing.Size(117, 21);
  423. this.bi_location.TabIndex = 61;
  424. this.bi_location.Visible = false;
  425. //
  426. // closeButton1
  427. //
  428. this.closeButton1.Image = ((System.Drawing.Image)(resources.GetObject("closeButton1.Image")));
  429. this.closeButton1.Location = new System.Drawing.Point(920, 146);
  430. this.closeButton1.Name = "closeButton1";
  431. this.closeButton1.Size = new System.Drawing.Size(80, 26);
  432. this.closeButton1.TabIndex = 53;
  433. this.closeButton1.Text = "关闭";
  434. this.closeButton1.UseVisualStyleBackColor = true;
  435. //
  436. // Batch_Generation_CodeDetail
  437. //
  438. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  439. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  440. this.BackColor = System.Drawing.SystemColors.ControlLightLight;
  441. this.ClientSize = new System.Drawing.Size(1278, 560);
  442. this.Controls.Add(this.Panel0);
  443. this.Controls.Add(this.dataGridView1);
  444. this.Name = "Batch_Generation_CodeDetail";
  445. this.Text = "条码信息维护";
  446. ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
  447. this.Panel0.ResumeLayout(false);
  448. this.Panel0.PerformLayout();
  449. this.ResumeLayout(false);
  450. }
  451. #endregion
  452. private System.Windows.Forms.DataGridView dataGridView1;
  453. private System.Windows.Forms.Panel Panel0;
  454. private System.Windows.Forms.Label label9;
  455. private System.Windows.Forms.DateTimePicker bi_madedate;
  456. private System.Windows.Forms.Label label7;
  457. private System.Windows.Forms.Label label6;
  458. private System.Windows.Forms.Label pr_unit;
  459. private System.Windows.Forms.Label pi_title;
  460. private System.Windows.Forms.Label pi_cardcode;
  461. private System.Windows.Forms.Label label5;
  462. private System.Windows.Forms.Label label4;
  463. private System.Windows.Forms.Label label3;
  464. private System.Windows.Forms.Label pr_detail;
  465. private System.Windows.Forms.Label pd_prodcode;
  466. private System.Windows.Forms.Label label2;
  467. private System.Windows.Forms.Label label1;
  468. private System.Windows.Forms.Label pd_inoutno;
  469. private System.Windows.Forms.TextBox bi_vendbarcode;
  470. private System.Windows.Forms.TextBox pr_zxbzs;
  471. private System.Windows.Forms.Label lable1;
  472. private System.Windows.Forms.TextBox bi_boxnum;
  473. private System.Windows.Forms.Button PrintCode;
  474. private System.Windows.Forms.TextBox pd_qty;
  475. private System.Windows.Forms.Label label10;
  476. private System.Windows.Forms.Button GenerateCode;
  477. private System.Windows.Forms.Button GenerateCodeAndBoxNum;
  478. private System.Windows.Forms.Button PrintAllBoxNum;
  479. private CustomControl.ButtonUtil.CloseButton closeButton1;
  480. private System.Windows.Forms.Label label11;
  481. private System.Windows.Forms.Label pr_tracekind;
  482. private System.Windows.Forms.Label pd_inqty;
  483. private System.Windows.Forms.Label label13;
  484. private System.Windows.Forms.Label bi_location_label;
  485. private CustomControl.TextBoxWithIcon.SearchTextBox bi_location;
  486. private System.Windows.Forms.Label label8;
  487. private System.Windows.Forms.Label pd_pdno;
  488. }
  489. }