Make_PackageCollection.Designer.cs 58 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043
  1. namespace UAS_MES.Make
  2. {
  3. partial class Make_PackageCollection
  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_PackageCollection));
  29. this.pa_makecode = new System.Windows.Forms.Label();
  30. this.label13 = new System.Windows.Forms.Label();
  31. this.Cancel = new System.Windows.Forms.CheckBox();
  32. this.pa_id = new System.Windows.Forms.Label();
  33. this.pr_packrule = new System.Windows.Forms.Label();
  34. this.pa_status = new System.Windows.Forms.Label();
  35. this.pa_sccode = new System.Windows.Forms.Label();
  36. this.pa_checkno = new System.Windows.Forms.Label();
  37. this.pa_downstatus = new System.Windows.Forms.Label();
  38. this.pa_standardqty = new System.Windows.Forms.Label();
  39. this.pr_sendchecktype = new System.Windows.Forms.Label();
  40. this.mcd_remainqty_label = new System.Windows.Forms.Label();
  41. this.mcd_remainqty = new System.Windows.Forms.Label();
  42. this.mcd_inqty_label = new System.Windows.Forms.Label();
  43. this.mcd_inqty = new System.Windows.Forms.Label();
  44. this.pa_remark_label = new System.Windows.Forms.Label();
  45. this.pa_remark = new UAS_MES.CustomControl.TextBoxWithIcon.EnterTextBox();
  46. this.groupBoxWithBorder2 = new UAS_MES.CustomControl.GroupBoxWithBorder.GroupBoxWithBorder();
  47. this.PrintNum = new UAS_MES.CustomControl.TextBoxWithIcon.EnterTextBox();
  48. this.label1 = new System.Windows.Forms.Label();
  49. this.checkweightlabel = new UAS_MES.CustomControl.ValueLabel.ValueLabel();
  50. this.ob_nowcheckqty = new System.Windows.Forms.Label();
  51. this.ob_batchqty = new System.Windows.Forms.Label();
  52. this.ob_nowcheckqty_label = new System.Windows.Forms.Label();
  53. this.ob_batchqty_label = new System.Windows.Forms.Label();
  54. this.ob_checkno = new System.Windows.Forms.Label();
  55. this.SendCheck = new UAS_MES.CustomControl.ButtonUtil.NormalButton();
  56. this.Packing = new UAS_MES.CustomControl.ButtonUtil.NormalButton();
  57. this.PrintLabel = new System.Windows.Forms.ComboBox();
  58. this.label3 = new System.Windows.Forms.Label();
  59. this.AutoPrint = new UAS_MES.CustomControl.CustomCheckBox.AutoPrintCheckBox();
  60. this.PrintList = new UAS_MES.CustomControl.ComBoxWithFocus.PrinterCombox();
  61. this.Printing = new UAS_MES.CustomControl.ButtonUtil.NormalButton();
  62. this.PrintList_label = new System.Windows.Forms.Label();
  63. this.PrintNum_label = new System.Windows.Forms.Label();
  64. this.groupBoxWithBorder1 = new UAS_MES.CustomControl.GroupBoxWithBorder.GroupBoxWithBorder();
  65. this.label2 = new System.Windows.Forms.Label();
  66. this.snCollectionBox1 = new UAS_MES.CustomControl.TextBoxWithIcon.SnCollectionBox();
  67. this.StepCount = new UAS_MES.CustomControl.TextBoxWithIcon.SourceStepCount();
  68. this.pa_salecode_label = new System.Windows.Forms.Label();
  69. this.ma_code_label = new System.Windows.Forms.Label();
  70. this.ms_salecode = new System.Windows.Forms.Label();
  71. this.ms_makecode = new System.Windows.Forms.Label();
  72. this.OutBoxLength_label = new System.Windows.Forms.Label();
  73. this.OutBoxLength = new UAS_MES.CustomControl.TextBoxWithIcon.SnCollectionBox();
  74. this.pr_outboxinnerqty = new UAS_MES.CustomControl.TextBoxWithIcon.EnterTextBox();
  75. this.DeleteAll = new UAS_MES.CustomControl.ButtonUtil.NormalButton();
  76. this.AutoGenBoxCode = new System.Windows.Forms.CheckBox();
  77. this.pa_currentqty_label = new System.Windows.Forms.Label();
  78. this.pr_detail_label = new System.Windows.Forms.Label();
  79. this.pa_outboxcode = new UAS_MES.CustomControl.TextBoxWithIcon.SnCollectionBox();
  80. this.pa_currentqty = new System.Windows.Forms.Label();
  81. this.pr_code_label = new System.Windows.Forms.Label();
  82. this.pr_detail = new System.Windows.Forms.Label();
  83. this.pr_outboxinnerqty_label = new System.Windows.Forms.Label();
  84. this.pr_code = new System.Windows.Forms.Label();
  85. this.pa_code_label = new System.Windows.Forms.Label();
  86. this.OperateResult = new UAS_MES.CustomControl.RichText.RichTextAutoBottom();
  87. this.Clean = new UAS_MES.CustomControl.ButtonUtil.NormalButton();
  88. this.sn_code = new UAS_MES.CustomControl.TextBoxWithIcon.SnCollectionBox();
  89. this.PackageDetail = new UAS_MES.CustomControl.DataGrid_View.DataGridViewWithSerialNum();
  90. this.pd_barcode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  91. this.pa_outboxcode1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  92. this.pa_prodcode1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  93. this.pd_innerqty = new System.Windows.Forms.DataGridViewTextBoxColumn();
  94. this.pa_indate = new System.Windows.Forms.DataGridViewTextBoxColumn();
  95. this.pd_id = new System.Windows.Forms.DataGridViewTextBoxColumn();
  96. this.CollecRemark = new System.Windows.Forms.CheckBox();
  97. this.groupBoxWithBorder2.SuspendLayout();
  98. this.groupBoxWithBorder1.SuspendLayout();
  99. ((System.ComponentModel.ISupportInitialize)(this.PackageDetail)).BeginInit();
  100. this.SuspendLayout();
  101. //
  102. // pa_makecode
  103. //
  104. this.pa_makecode.AutoSize = true;
  105. this.pa_makecode.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  106. this.pa_makecode.Location = new System.Drawing.Point(831, 427);
  107. this.pa_makecode.Name = "pa_makecode";
  108. this.pa_makecode.Size = new System.Drawing.Size(0, 21);
  109. this.pa_makecode.TabIndex = 76;
  110. this.pa_makecode.Visible = false;
  111. //
  112. // label13
  113. //
  114. this.label13.AutoSize = true;
  115. this.label13.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  116. this.label13.ForeColor = System.Drawing.Color.Black;
  117. this.label13.Location = new System.Drawing.Point(7, 554);
  118. this.label13.Name = "label13";
  119. this.label13.Size = new System.Drawing.Size(58, 21);
  120. this.label13.TabIndex = 105;
  121. this.label13.Text = "序列号";
  122. //
  123. // Cancel
  124. //
  125. this.Cancel.AutoSize = true;
  126. this.Cancel.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  127. this.Cancel.Location = new System.Drawing.Point(279, 554);
  128. this.Cancel.Name = "Cancel";
  129. this.Cancel.Size = new System.Drawing.Size(93, 25);
  130. this.Cancel.TabIndex = 129;
  131. this.Cancel.Text = "取消装箱";
  132. this.Cancel.UseVisualStyleBackColor = true;
  133. //
  134. // pa_id
  135. //
  136. this.pa_id.AutoSize = true;
  137. this.pa_id.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  138. this.pa_id.Location = new System.Drawing.Point(799, 427);
  139. this.pa_id.Name = "pa_id";
  140. this.pa_id.Size = new System.Drawing.Size(0, 21);
  141. this.pa_id.TabIndex = 153;
  142. this.pa_id.Visible = false;
  143. //
  144. // pr_packrule
  145. //
  146. this.pr_packrule.AutoSize = true;
  147. this.pr_packrule.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  148. this.pr_packrule.Location = new System.Drawing.Point(849, 418);
  149. this.pr_packrule.Name = "pr_packrule";
  150. this.pr_packrule.Size = new System.Drawing.Size(0, 21);
  151. this.pr_packrule.TabIndex = 173;
  152. this.pr_packrule.Visible = false;
  153. //
  154. // pa_status
  155. //
  156. this.pa_status.AutoSize = true;
  157. this.pa_status.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  158. this.pa_status.Location = new System.Drawing.Point(780, 456);
  159. this.pa_status.Name = "pa_status";
  160. this.pa_status.Size = new System.Drawing.Size(0, 21);
  161. this.pa_status.TabIndex = 174;
  162. this.pa_status.Visible = false;
  163. //
  164. // pa_sccode
  165. //
  166. this.pa_sccode.AutoSize = true;
  167. this.pa_sccode.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  168. this.pa_sccode.Location = new System.Drawing.Point(831, 456);
  169. this.pa_sccode.Name = "pa_sccode";
  170. this.pa_sccode.Size = new System.Drawing.Size(0, 21);
  171. this.pa_sccode.TabIndex = 176;
  172. this.pa_sccode.Visible = false;
  173. //
  174. // pa_checkno
  175. //
  176. this.pa_checkno.AutoSize = true;
  177. this.pa_checkno.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  178. this.pa_checkno.Location = new System.Drawing.Point(825, 456);
  179. this.pa_checkno.Name = "pa_checkno";
  180. this.pa_checkno.Size = new System.Drawing.Size(0, 21);
  181. this.pa_checkno.TabIndex = 177;
  182. this.pa_checkno.Visible = false;
  183. //
  184. // pa_downstatus
  185. //
  186. this.pa_downstatus.AutoSize = true;
  187. this.pa_downstatus.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  188. this.pa_downstatus.Location = new System.Drawing.Point(837, 456);
  189. this.pa_downstatus.Name = "pa_downstatus";
  190. this.pa_downstatus.Size = new System.Drawing.Size(0, 21);
  191. this.pa_downstatus.TabIndex = 178;
  192. this.pa_downstatus.Visible = false;
  193. //
  194. // pa_standardqty
  195. //
  196. this.pa_standardqty.AutoSize = true;
  197. this.pa_standardqty.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  198. this.pa_standardqty.Location = new System.Drawing.Point(849, 470);
  199. this.pa_standardqty.Name = "pa_standardqty";
  200. this.pa_standardqty.Size = new System.Drawing.Size(0, 21);
  201. this.pa_standardqty.TabIndex = 180;
  202. this.pa_standardqty.Visible = false;
  203. //
  204. // pr_sendchecktype
  205. //
  206. this.pr_sendchecktype.AutoSize = true;
  207. this.pr_sendchecktype.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  208. this.pr_sendchecktype.Location = new System.Drawing.Point(709, 437);
  209. this.pr_sendchecktype.Name = "pr_sendchecktype";
  210. this.pr_sendchecktype.Size = new System.Drawing.Size(0, 21);
  211. this.pr_sendchecktype.TabIndex = 182;
  212. this.pr_sendchecktype.Visible = false;
  213. //
  214. // mcd_remainqty_label
  215. //
  216. this.mcd_remainqty_label.AutoSize = true;
  217. this.mcd_remainqty_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  218. this.mcd_remainqty_label.Location = new System.Drawing.Point(472, 470);
  219. this.mcd_remainqty_label.Name = "mcd_remainqty_label";
  220. this.mcd_remainqty_label.Size = new System.Drawing.Size(74, 21);
  221. this.mcd_remainqty_label.TabIndex = 196;
  222. this.mcd_remainqty_label.Text = "待采集数";
  223. //
  224. // mcd_remainqty
  225. //
  226. this.mcd_remainqty.AutoSize = true;
  227. this.mcd_remainqty.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  228. this.mcd_remainqty.Location = new System.Drawing.Point(554, 470);
  229. this.mcd_remainqty.Name = "mcd_remainqty";
  230. this.mcd_remainqty.Size = new System.Drawing.Size(0, 21);
  231. this.mcd_remainqty.TabIndex = 197;
  232. //
  233. // mcd_inqty_label
  234. //
  235. this.mcd_inqty_label.AutoSize = true;
  236. this.mcd_inqty_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  237. this.mcd_inqty_label.Location = new System.Drawing.Point(472, 438);
  238. this.mcd_inqty_label.Name = "mcd_inqty_label";
  239. this.mcd_inqty_label.Size = new System.Drawing.Size(74, 21);
  240. this.mcd_inqty_label.TabIndex = 194;
  241. this.mcd_inqty_label.Text = "已采集数";
  242. //
  243. // mcd_inqty
  244. //
  245. this.mcd_inqty.AutoSize = true;
  246. this.mcd_inqty.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  247. this.mcd_inqty.Location = new System.Drawing.Point(554, 438);
  248. this.mcd_inqty.Name = "mcd_inqty";
  249. this.mcd_inqty.Size = new System.Drawing.Size(0, 21);
  250. this.mcd_inqty.TabIndex = 195;
  251. //
  252. // pa_remark_label
  253. //
  254. this.pa_remark_label.AutoSize = true;
  255. this.pa_remark_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  256. this.pa_remark_label.Location = new System.Drawing.Point(472, 500);
  257. this.pa_remark_label.Name = "pa_remark_label";
  258. this.pa_remark_label.Size = new System.Drawing.Size(42, 21);
  259. this.pa_remark_label.TabIndex = 198;
  260. this.pa_remark_label.Text = "备注";
  261. //
  262. // pa_remark
  263. //
  264. this.pa_remark.AllPower = null;
  265. this.pa_remark.BackColor = System.Drawing.Color.White;
  266. this.pa_remark.ID = null;
  267. this.pa_remark.Location = new System.Drawing.Point(517, 502);
  268. this.pa_remark.Margin = new System.Windows.Forms.Padding(2);
  269. this.pa_remark.Multiline = true;
  270. this.pa_remark.Name = "pa_remark";
  271. this.pa_remark.Power = null;
  272. this.pa_remark.Size = new System.Drawing.Size(148, 46);
  273. this.pa_remark.Str = null;
  274. this.pa_remark.Str1 = null;
  275. this.pa_remark.Str2 = null;
  276. this.pa_remark.TabIndex = 200;
  277. this.pa_remark.KeyDown += new System.Windows.Forms.KeyEventHandler(this.pa_remark_KeyDown);
  278. //
  279. // groupBoxWithBorder2
  280. //
  281. this.groupBoxWithBorder2.BorderColor = System.Drawing.Color.Black;
  282. this.groupBoxWithBorder2.Controls.Add(this.PrintNum);
  283. this.groupBoxWithBorder2.Controls.Add(this.label1);
  284. this.groupBoxWithBorder2.Controls.Add(this.checkweightlabel);
  285. this.groupBoxWithBorder2.Controls.Add(this.ob_nowcheckqty);
  286. this.groupBoxWithBorder2.Controls.Add(this.ob_batchqty);
  287. this.groupBoxWithBorder2.Controls.Add(this.ob_nowcheckqty_label);
  288. this.groupBoxWithBorder2.Controls.Add(this.ob_batchqty_label);
  289. this.groupBoxWithBorder2.Controls.Add(this.ob_checkno);
  290. this.groupBoxWithBorder2.Controls.Add(this.SendCheck);
  291. this.groupBoxWithBorder2.Controls.Add(this.Packing);
  292. this.groupBoxWithBorder2.Controls.Add(this.PrintLabel);
  293. this.groupBoxWithBorder2.Controls.Add(this.label3);
  294. this.groupBoxWithBorder2.Controls.Add(this.AutoPrint);
  295. this.groupBoxWithBorder2.Controls.Add(this.PrintList);
  296. this.groupBoxWithBorder2.Controls.Add(this.Printing);
  297. this.groupBoxWithBorder2.Controls.Add(this.PrintList_label);
  298. this.groupBoxWithBorder2.Controls.Add(this.PrintNum_label);
  299. this.groupBoxWithBorder2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  300. this.groupBoxWithBorder2.Location = new System.Drawing.Point(424, 6);
  301. this.groupBoxWithBorder2.Margin = new System.Windows.Forms.Padding(2);
  302. this.groupBoxWithBorder2.Name = "groupBoxWithBorder2";
  303. this.groupBoxWithBorder2.Padding = new System.Windows.Forms.Padding(2);
  304. this.groupBoxWithBorder2.Size = new System.Drawing.Size(446, 168);
  305. this.groupBoxWithBorder2.TabIndex = 172;
  306. this.groupBoxWithBorder2.TabStop = false;
  307. this.groupBoxWithBorder2.Text = "打印";
  308. this.groupBoxWithBorder2.TextColor = System.Drawing.Color.Black;
  309. //
  310. // PrintNum
  311. //
  312. this.PrintNum.AllPower = null;
  313. this.PrintNum.BackColor = System.Drawing.Color.White;
  314. this.PrintNum.Enabled = false;
  315. this.PrintNum.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  316. this.PrintNum.ID = null;
  317. this.PrintNum.Location = new System.Drawing.Point(255, 128);
  318. this.PrintNum.Name = "PrintNum";
  319. this.PrintNum.Power = null;
  320. this.PrintNum.Size = new System.Drawing.Size(31, 23);
  321. this.PrintNum.Str = null;
  322. this.PrintNum.Str1 = null;
  323. this.PrintNum.Str2 = null;
  324. this.PrintNum.TabIndex = 181;
  325. //
  326. // label1
  327. //
  328. this.label1.AutoSize = true;
  329. this.label1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  330. this.label1.Location = new System.Drawing.Point(272, 16);
  331. this.label1.Name = "label1";
  332. this.label1.Size = new System.Drawing.Size(74, 21);
  333. this.label1.TabIndex = 181;
  334. this.label1.Text = "当前批号";
  335. //
  336. // checkweightlabel
  337. //
  338. this.checkweightlabel.AutoSize = true;
  339. this.checkweightlabel.CutLength = null;
  340. this.checkweightlabel.ForeColor = System.Drawing.Color.Red;
  341. this.checkweightlabel.Location = new System.Drawing.Point(119, 9);
  342. this.checkweightlabel.MaximumSize = new System.Drawing.Size(200, 0);
  343. this.checkweightlabel.Name = "checkweightlabel";
  344. this.checkweightlabel.Size = new System.Drawing.Size(0, 21);
  345. this.checkweightlabel.TabIndex = 180;
  346. //
  347. // ob_nowcheckqty
  348. //
  349. this.ob_nowcheckqty.AutoSize = true;
  350. this.ob_nowcheckqty.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  351. this.ob_nowcheckqty.Location = new System.Drawing.Point(353, 90);
  352. this.ob_nowcheckqty.Name = "ob_nowcheckqty";
  353. this.ob_nowcheckqty.Size = new System.Drawing.Size(0, 21);
  354. this.ob_nowcheckqty.TabIndex = 178;
  355. //
  356. // ob_batchqty
  357. //
  358. this.ob_batchqty.AutoSize = true;
  359. this.ob_batchqty.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  360. this.ob_batchqty.Location = new System.Drawing.Point(353, 54);
  361. this.ob_batchqty.Name = "ob_batchqty";
  362. this.ob_batchqty.Size = new System.Drawing.Size(0, 21);
  363. this.ob_batchqty.TabIndex = 177;
  364. //
  365. // ob_nowcheckqty_label
  366. //
  367. this.ob_nowcheckqty_label.AutoSize = true;
  368. this.ob_nowcheckqty_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  369. this.ob_nowcheckqty_label.Location = new System.Drawing.Point(272, 90);
  370. this.ob_nowcheckqty_label.Name = "ob_nowcheckqty_label";
  371. this.ob_nowcheckqty_label.Size = new System.Drawing.Size(74, 21);
  372. this.ob_nowcheckqty_label.TabIndex = 176;
  373. this.ob_nowcheckqty_label.Text = "当前批数";
  374. //
  375. // ob_batchqty_label
  376. //
  377. this.ob_batchqty_label.AutoSize = true;
  378. this.ob_batchqty_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  379. this.ob_batchqty_label.Location = new System.Drawing.Point(272, 55);
  380. this.ob_batchqty_label.Name = "ob_batchqty_label";
  381. this.ob_batchqty_label.Size = new System.Drawing.Size(74, 21);
  382. this.ob_batchqty_label.TabIndex = 175;
  383. this.ob_batchqty_label.Text = "标准批数";
  384. //
  385. // ob_checkno
  386. //
  387. this.ob_checkno.AutoSize = true;
  388. this.ob_checkno.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  389. this.ob_checkno.Location = new System.Drawing.Point(353, 16);
  390. this.ob_checkno.Name = "ob_checkno";
  391. this.ob_checkno.Size = new System.Drawing.Size(0, 21);
  392. this.ob_checkno.TabIndex = 175;
  393. this.ob_checkno.TextChanged += new System.EventHandler(this.ob_checkno_TextChanged);
  394. //
  395. // SendCheck
  396. //
  397. this.SendCheck.AllPower = "ifall";
  398. this.SendCheck.BackColor = System.Drawing.Color.Transparent;
  399. this.SendCheck.DownImage = ((System.Drawing.Image)(resources.GetObject("SendCheck.DownImage")));
  400. this.SendCheck.Enabled = false;
  401. this.SendCheck.Font = new System.Drawing.Font("微软雅黑", 9F);
  402. this.SendCheck.Image = null;
  403. this.SendCheck.IsShowBorder = true;
  404. this.SendCheck.Location = new System.Drawing.Point(370, 127);
  405. this.SendCheck.MoveImage = ((System.Drawing.Image)(resources.GetObject("SendCheck.MoveImage")));
  406. this.SendCheck.Name = "SendCheck";
  407. this.SendCheck.NormalImage = ((System.Drawing.Image)(resources.GetObject("SendCheck.NormalImage")));
  408. this.SendCheck.Power = null;
  409. this.SendCheck.Size = new System.Drawing.Size(45, 24);
  410. this.SendCheck.TabIndex = 174;
  411. this.SendCheck.Tag = "ifread";
  412. this.SendCheck.Text = "送检";
  413. this.SendCheck.UseVisualStyleBackColor = true;
  414. this.SendCheck.Click += new System.EventHandler(this.SendCheck_Click);
  415. //
  416. // Packing
  417. //
  418. this.Packing.AllPower = null;
  419. this.Packing.BackColor = System.Drawing.Color.Transparent;
  420. this.Packing.DownImage = ((System.Drawing.Image)(resources.GetObject("Packing.DownImage")));
  421. this.Packing.Font = new System.Drawing.Font("微软雅黑", 9F);
  422. this.Packing.Image = null;
  423. this.Packing.IsShowBorder = true;
  424. this.Packing.Location = new System.Drawing.Point(15, 127);
  425. this.Packing.MoveImage = ((System.Drawing.Image)(resources.GetObject("Packing.MoveImage")));
  426. this.Packing.Name = "Packing";
  427. this.Packing.NormalImage = ((System.Drawing.Image)(resources.GetObject("Packing.NormalImage")));
  428. this.Packing.Power = null;
  429. this.Packing.Size = new System.Drawing.Size(50, 24);
  430. this.Packing.TabIndex = 173;
  431. this.Packing.Text = "封箱";
  432. this.Packing.UseVisualStyleBackColor = true;
  433. this.Packing.Click += new System.EventHandler(this.Packing_Click);
  434. //
  435. // PrintLabel
  436. //
  437. this.PrintLabel.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  438. this.PrintLabel.Font = new System.Drawing.Font("微软雅黑", 9F);
  439. this.PrintLabel.FormattingEnabled = true;
  440. this.PrintLabel.Location = new System.Drawing.Point(122, 91);
  441. this.PrintLabel.Margin = new System.Windows.Forms.Padding(2);
  442. this.PrintLabel.Name = "PrintLabel";
  443. this.PrintLabel.Size = new System.Drawing.Size(138, 25);
  444. this.PrintLabel.TabIndex = 159;
  445. this.PrintLabel.SelectedValueChanged += new System.EventHandler(this.PrintLabel_SelectedValueChanged);
  446. //
  447. // label3
  448. //
  449. this.label3.AutoSize = true;
  450. this.label3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  451. this.label3.Location = new System.Drawing.Point(10, 90);
  452. this.label3.Name = "label3";
  453. this.label3.Size = new System.Drawing.Size(74, 21);
  454. this.label3.TabIndex = 160;
  455. this.label3.Text = "打印标签";
  456. //
  457. // AutoPrint
  458. //
  459. this.AutoPrint.Checked = false;
  460. this.AutoPrint.Location = new System.Drawing.Point(83, 128);
  461. this.AutoPrint.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  462. this.AutoPrint.Name = "AutoPrint";
  463. this.AutoPrint.Size = new System.Drawing.Size(83, 23);
  464. this.AutoPrint.TabIndex = 166;
  465. //
  466. // PrintList
  467. //
  468. this.PrintList.Font = new System.Drawing.Font("微软雅黑", 9F);
  469. this.PrintList.Location = new System.Drawing.Point(122, 56);
  470. this.PrintList.Margin = new System.Windows.Forms.Padding(6, 7, 6, 7);
  471. this.PrintList.Name = "PrintList";
  472. this.PrintList.Size = new System.Drawing.Size(136, 22);
  473. this.PrintList.TabIndex = 158;
  474. //
  475. // Printing
  476. //
  477. this.Printing.AllPower = "ifall";
  478. this.Printing.BackColor = System.Drawing.Color.Transparent;
  479. this.Printing.DownImage = ((System.Drawing.Image)(resources.GetObject("Printing.DownImage")));
  480. this.Printing.Font = new System.Drawing.Font("微软雅黑", 9F);
  481. this.Printing.Image = null;
  482. this.Printing.IsShowBorder = true;
  483. this.Printing.Location = new System.Drawing.Point(311, 127);
  484. this.Printing.MoveImage = ((System.Drawing.Image)(resources.GetObject("Printing.MoveImage")));
  485. this.Printing.Name = "Printing";
  486. this.Printing.NormalImage = ((System.Drawing.Image)(resources.GetObject("Printing.NormalImage")));
  487. this.Printing.Power = null;
  488. this.Printing.Size = new System.Drawing.Size(45, 24);
  489. this.Printing.TabIndex = 150;
  490. this.Printing.Tag = "ifread";
  491. this.Printing.Text = "打印";
  492. this.Printing.UseVisualStyleBackColor = true;
  493. this.Printing.Click += new System.EventHandler(this.Print_Click);
  494. //
  495. // PrintList_label
  496. //
  497. this.PrintList_label.AutoSize = true;
  498. this.PrintList_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  499. this.PrintList_label.Location = new System.Drawing.Point(10, 54);
  500. this.PrintList_label.Name = "PrintList_label";
  501. this.PrintList_label.Size = new System.Drawing.Size(90, 21);
  502. this.PrintList_label.TabIndex = 116;
  503. this.PrintList_label.Text = "打印机列表";
  504. //
  505. // PrintNum_label
  506. //
  507. this.PrintNum_label.AutoSize = true;
  508. this.PrintNum_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  509. this.PrintNum_label.Location = new System.Drawing.Point(210, 127);
  510. this.PrintNum_label.Name = "PrintNum_label";
  511. this.PrintNum_label.Size = new System.Drawing.Size(42, 21);
  512. this.PrintNum_label.TabIndex = 124;
  513. this.PrintNum_label.Text = "份数";
  514. //
  515. // groupBoxWithBorder1
  516. //
  517. this.groupBoxWithBorder1.BorderColor = System.Drawing.Color.Black;
  518. this.groupBoxWithBorder1.Controls.Add(this.label2);
  519. this.groupBoxWithBorder1.Controls.Add(this.snCollectionBox1);
  520. this.groupBoxWithBorder1.Controls.Add(this.StepCount);
  521. this.groupBoxWithBorder1.Controls.Add(this.pa_salecode_label);
  522. this.groupBoxWithBorder1.Controls.Add(this.ma_code_label);
  523. this.groupBoxWithBorder1.Controls.Add(this.ms_salecode);
  524. this.groupBoxWithBorder1.Controls.Add(this.ms_makecode);
  525. this.groupBoxWithBorder1.Controls.Add(this.OutBoxLength_label);
  526. this.groupBoxWithBorder1.Controls.Add(this.OutBoxLength);
  527. this.groupBoxWithBorder1.Controls.Add(this.pr_outboxinnerqty);
  528. this.groupBoxWithBorder1.Controls.Add(this.DeleteAll);
  529. this.groupBoxWithBorder1.Controls.Add(this.AutoGenBoxCode);
  530. this.groupBoxWithBorder1.Controls.Add(this.pa_currentqty_label);
  531. this.groupBoxWithBorder1.Controls.Add(this.pr_detail_label);
  532. this.groupBoxWithBorder1.Controls.Add(this.pa_outboxcode);
  533. this.groupBoxWithBorder1.Controls.Add(this.pa_currentqty);
  534. this.groupBoxWithBorder1.Controls.Add(this.pr_code_label);
  535. this.groupBoxWithBorder1.Controls.Add(this.pr_detail);
  536. this.groupBoxWithBorder1.Controls.Add(this.pr_outboxinnerqty_label);
  537. this.groupBoxWithBorder1.Controls.Add(this.pr_code);
  538. this.groupBoxWithBorder1.Controls.Add(this.pa_code_label);
  539. this.groupBoxWithBorder1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  540. this.groupBoxWithBorder1.Location = new System.Drawing.Point(4, 6);
  541. this.groupBoxWithBorder1.Margin = new System.Windows.Forms.Padding(2);
  542. this.groupBoxWithBorder1.Name = "groupBoxWithBorder1";
  543. this.groupBoxWithBorder1.Padding = new System.Windows.Forms.Padding(2);
  544. this.groupBoxWithBorder1.Size = new System.Drawing.Size(411, 168);
  545. this.groupBoxWithBorder1.TabIndex = 171;
  546. this.groupBoxWithBorder1.TabStop = false;
  547. this.groupBoxWithBorder1.Text = "装箱信息";
  548. this.groupBoxWithBorder1.TextColor = System.Drawing.Color.Black;
  549. //
  550. // label2
  551. //
  552. this.label2.AutoSize = true;
  553. this.label2.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  554. this.label2.Location = new System.Drawing.Point(190, 14);
  555. this.label2.Name = "label2";
  556. this.label2.Size = new System.Drawing.Size(37, 20);
  557. this.label2.TabIndex = 195;
  558. this.label2.Text = "前缀";
  559. //
  560. // snCollectionBox1
  561. //
  562. this.snCollectionBox1.AllPower = null;
  563. this.snCollectionBox1.BackColor = System.Drawing.Color.White;
  564. this.snCollectionBox1.Font = new System.Drawing.Font("微软雅黑", 9F);
  565. this.snCollectionBox1.ID = null;
  566. this.snCollectionBox1.Location = new System.Drawing.Point(233, 15);
  567. this.snCollectionBox1.Margin = new System.Windows.Forms.Padding(6, 7, 6, 7);
  568. this.snCollectionBox1.Name = "snCollectionBox1";
  569. this.snCollectionBox1.Power = null;
  570. this.snCollectionBox1.Size = new System.Drawing.Size(38, 23);
  571. this.snCollectionBox1.Str = null;
  572. this.snCollectionBox1.Str1 = null;
  573. this.snCollectionBox1.Str2 = null;
  574. this.snCollectionBox1.TabIndex = 194;
  575. //
  576. // StepCount
  577. //
  578. this.StepCount.LineCode = null;
  579. this.StepCount.Location = new System.Drawing.Point(300, 14);
  580. this.StepCount.Margin = new System.Windows.Forms.Padding(4, 7, 4, 7);
  581. this.StepCount.Name = "StepCount";
  582. this.StepCount.Size = new System.Drawing.Size(64, 22);
  583. this.StepCount.Source = null;
  584. this.StepCount.StepCode = null;
  585. this.StepCount.TabIndex = 193;
  586. //
  587. // pa_salecode_label
  588. //
  589. this.pa_salecode_label.AutoSize = true;
  590. this.pa_salecode_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  591. this.pa_salecode_label.Location = new System.Drawing.Point(213, 135);
  592. this.pa_salecode_label.Name = "pa_salecode_label";
  593. this.pa_salecode_label.Size = new System.Drawing.Size(74, 21);
  594. this.pa_salecode_label.TabIndex = 185;
  595. this.pa_salecode_label.Text = "订单编号";
  596. //
  597. // ma_code_label
  598. //
  599. this.ma_code_label.AutoSize = true;
  600. this.ma_code_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  601. this.ma_code_label.Location = new System.Drawing.Point(9, 135);
  602. this.ma_code_label.Name = "ma_code_label";
  603. this.ma_code_label.Size = new System.Drawing.Size(58, 21);
  604. this.ma_code_label.TabIndex = 186;
  605. this.ma_code_label.Text = "工单号";
  606. //
  607. // ms_salecode
  608. //
  609. this.ms_salecode.AutoSize = true;
  610. this.ms_salecode.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  611. this.ms_salecode.Location = new System.Drawing.Point(295, 135);
  612. this.ms_salecode.Name = "ms_salecode";
  613. this.ms_salecode.Size = new System.Drawing.Size(0, 21);
  614. this.ms_salecode.TabIndex = 188;
  615. //
  616. // ms_makecode
  617. //
  618. this.ms_makecode.AutoSize = true;
  619. this.ms_makecode.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  620. this.ms_makecode.Location = new System.Drawing.Point(96, 135);
  621. this.ms_makecode.MaximumSize = new System.Drawing.Size(150, 0);
  622. this.ms_makecode.Name = "ms_makecode";
  623. this.ms_makecode.Size = new System.Drawing.Size(0, 21);
  624. this.ms_makecode.TabIndex = 187;
  625. //
  626. // OutBoxLength_label
  627. //
  628. this.OutBoxLength_label.AutoSize = true;
  629. this.OutBoxLength_label.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  630. this.OutBoxLength_label.Location = new System.Drawing.Point(88, 14);
  631. this.OutBoxLength_label.Name = "OutBoxLength_label";
  632. this.OutBoxLength_label.Size = new System.Drawing.Size(37, 20);
  633. this.OutBoxLength_label.TabIndex = 184;
  634. this.OutBoxLength_label.Text = "长度";
  635. //
  636. // OutBoxLength
  637. //
  638. this.OutBoxLength.AllPower = null;
  639. this.OutBoxLength.BackColor = System.Drawing.Color.White;
  640. this.OutBoxLength.Font = new System.Drawing.Font("微软雅黑", 9F);
  641. this.OutBoxLength.ID = null;
  642. this.OutBoxLength.Location = new System.Drawing.Point(131, 15);
  643. this.OutBoxLength.Margin = new System.Windows.Forms.Padding(6, 7, 6, 7);
  644. this.OutBoxLength.Name = "OutBoxLength";
  645. this.OutBoxLength.Power = null;
  646. this.OutBoxLength.Size = new System.Drawing.Size(38, 23);
  647. this.OutBoxLength.Str = null;
  648. this.OutBoxLength.Str1 = null;
  649. this.OutBoxLength.Str2 = null;
  650. this.OutBoxLength.TabIndex = 183;
  651. this.OutBoxLength.KeyDown += new System.Windows.Forms.KeyEventHandler(this.OutBoxLength_KeyDown);
  652. //
  653. // pr_outboxinnerqty
  654. //
  655. this.pr_outboxinnerqty.AllPower = null;
  656. this.pr_outboxinnerqty.BackColor = System.Drawing.Color.White;
  657. this.pr_outboxinnerqty.Enabled = false;
  658. this.pr_outboxinnerqty.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  659. this.pr_outboxinnerqty.ID = null;
  660. this.pr_outboxinnerqty.Location = new System.Drawing.Point(91, 74);
  661. this.pr_outboxinnerqty.Name = "pr_outboxinnerqty";
  662. this.pr_outboxinnerqty.Power = null;
  663. this.pr_outboxinnerqty.Size = new System.Drawing.Size(104, 23);
  664. this.pr_outboxinnerqty.Str = null;
  665. this.pr_outboxinnerqty.Str1 = null;
  666. this.pr_outboxinnerqty.Str2 = null;
  667. this.pr_outboxinnerqty.TabIndex = 181;
  668. //
  669. // DeleteAll
  670. //
  671. this.DeleteAll.AllPower = null;
  672. this.DeleteAll.BackColor = System.Drawing.Color.Transparent;
  673. this.DeleteAll.DownImage = ((System.Drawing.Image)(resources.GetObject("DeleteAll.DownImage")));
  674. this.DeleteAll.Font = new System.Drawing.Font("微软雅黑", 9F);
  675. this.DeleteAll.Image = null;
  676. this.DeleteAll.IsShowBorder = true;
  677. this.DeleteAll.Location = new System.Drawing.Point(356, 42);
  678. this.DeleteAll.MoveImage = ((System.Drawing.Image)(resources.GetObject("DeleteAll.MoveImage")));
  679. this.DeleteAll.Name = "DeleteAll";
  680. this.DeleteAll.NormalImage = ((System.Drawing.Image)(resources.GetObject("DeleteAll.NormalImage")));
  681. this.DeleteAll.Power = "ifspecial";
  682. this.DeleteAll.Size = new System.Drawing.Size(45, 24);
  683. this.DeleteAll.TabIndex = 181;
  684. this.DeleteAll.Text = "拆箱";
  685. this.DeleteAll.UseVisualStyleBackColor = true;
  686. this.DeleteAll.Click += new System.EventHandler(this.DeleteAll_Click);
  687. //
  688. // AutoGenBoxCode
  689. //
  690. this.AutoGenBoxCode.AutoSize = true;
  691. this.AutoGenBoxCode.Location = new System.Drawing.Point(252, 42);
  692. this.AutoGenBoxCode.Margin = new System.Windows.Forms.Padding(2);
  693. this.AutoGenBoxCode.Name = "AutoGenBoxCode";
  694. this.AutoGenBoxCode.Size = new System.Drawing.Size(93, 25);
  695. this.AutoGenBoxCode.TabIndex = 171;
  696. this.AutoGenBoxCode.Text = "自动生成";
  697. this.AutoGenBoxCode.UseVisualStyleBackColor = true;
  698. //
  699. // pa_currentqty_label
  700. //
  701. this.pa_currentqty_label.AutoSize = true;
  702. this.pa_currentqty_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  703. this.pa_currentqty_label.Location = new System.Drawing.Point(213, 73);
  704. this.pa_currentqty_label.Name = "pa_currentqty_label";
  705. this.pa_currentqty_label.Size = new System.Drawing.Size(74, 21);
  706. this.pa_currentqty_label.TabIndex = 95;
  707. this.pa_currentqty_label.Text = "已装数量";
  708. //
  709. // pr_detail_label
  710. //
  711. this.pr_detail_label.AutoSize = true;
  712. this.pr_detail_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  713. this.pr_detail_label.Location = new System.Drawing.Point(213, 103);
  714. this.pr_detail_label.Name = "pr_detail_label";
  715. this.pr_detail_label.Size = new System.Drawing.Size(74, 21);
  716. this.pr_detail_label.TabIndex = 80;
  717. this.pr_detail_label.Text = "产品名称";
  718. //
  719. // pa_outboxcode
  720. //
  721. this.pa_outboxcode.AllPower = null;
  722. this.pa_outboxcode.BackColor = System.Drawing.Color.White;
  723. this.pa_outboxcode.Font = new System.Drawing.Font("微软雅黑", 9F);
  724. this.pa_outboxcode.ID = null;
  725. this.pa_outboxcode.Location = new System.Drawing.Point(91, 42);
  726. this.pa_outboxcode.Margin = new System.Windows.Forms.Padding(6, 7, 6, 7);
  727. this.pa_outboxcode.Name = "pa_outboxcode";
  728. this.pa_outboxcode.Power = null;
  729. this.pa_outboxcode.Size = new System.Drawing.Size(145, 23);
  730. this.pa_outboxcode.Str = null;
  731. this.pa_outboxcode.Str1 = null;
  732. this.pa_outboxcode.Str2 = null;
  733. this.pa_outboxcode.TabIndex = 163;
  734. this.pa_outboxcode.KeyDown += new System.Windows.Forms.KeyEventHandler(this.pa_code_KeyDown);
  735. //
  736. // pa_currentqty
  737. //
  738. this.pa_currentqty.AutoSize = true;
  739. this.pa_currentqty.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  740. this.pa_currentqty.Location = new System.Drawing.Point(295, 73);
  741. this.pa_currentqty.Name = "pa_currentqty";
  742. this.pa_currentqty.Size = new System.Drawing.Size(0, 21);
  743. this.pa_currentqty.TabIndex = 169;
  744. //
  745. // pr_code_label
  746. //
  747. this.pr_code_label.AutoSize = true;
  748. this.pr_code_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  749. this.pr_code_label.Location = new System.Drawing.Point(9, 103);
  750. this.pr_code_label.Name = "pr_code_label";
  751. this.pr_code_label.Size = new System.Drawing.Size(74, 21);
  752. this.pr_code_label.TabIndex = 81;
  753. this.pr_code_label.Text = "产品编号";
  754. //
  755. // pr_detail
  756. //
  757. this.pr_detail.AutoSize = true;
  758. this.pr_detail.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  759. this.pr_detail.Location = new System.Drawing.Point(295, 103);
  760. this.pr_detail.Name = "pr_detail";
  761. this.pr_detail.Size = new System.Drawing.Size(0, 21);
  762. this.pr_detail.TabIndex = 168;
  763. //
  764. // pr_outboxinnerqty_label
  765. //
  766. this.pr_outboxinnerqty_label.AutoSize = true;
  767. this.pr_outboxinnerqty_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  768. this.pr_outboxinnerqty_label.Location = new System.Drawing.Point(9, 73);
  769. this.pr_outboxinnerqty_label.Name = "pr_outboxinnerqty_label";
  770. this.pr_outboxinnerqty_label.Size = new System.Drawing.Size(74, 21);
  771. this.pr_outboxinnerqty_label.TabIndex = 97;
  772. this.pr_outboxinnerqty_label.Text = "箱内容量";
  773. //
  774. // pr_code
  775. //
  776. this.pr_code.AutoSize = true;
  777. this.pr_code.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  778. this.pr_code.Location = new System.Drawing.Point(96, 103);
  779. this.pr_code.MaximumSize = new System.Drawing.Size(150, 0);
  780. this.pr_code.Name = "pr_code";
  781. this.pr_code.Size = new System.Drawing.Size(0, 21);
  782. this.pr_code.TabIndex = 167;
  783. this.pr_code.TextChanged += new System.EventHandler(this.pr_code_TextChanged);
  784. //
  785. // pa_code_label
  786. //
  787. this.pa_code_label.AutoSize = true;
  788. this.pa_code_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  789. this.pa_code_label.Location = new System.Drawing.Point(9, 42);
  790. this.pa_code_label.Name = "pa_code_label";
  791. this.pa_code_label.Size = new System.Drawing.Size(42, 21);
  792. this.pa_code_label.TabIndex = 113;
  793. this.pa_code_label.Text = "箱号";
  794. //
  795. // OperateResult
  796. //
  797. this.OperateResult.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  798. this.OperateResult.Location = new System.Drawing.Point(4, 427);
  799. this.OperateResult.Name = "OperateResult";
  800. this.OperateResult.Size = new System.Drawing.Size(447, 120);
  801. this.OperateResult.TabIndex = 155;
  802. this.OperateResult.Text = "";
  803. //
  804. // Clean
  805. //
  806. this.Clean.AllPower = null;
  807. this.Clean.BackColor = System.Drawing.Color.Transparent;
  808. this.Clean.DownImage = ((System.Drawing.Image)(resources.GetObject("Clean.DownImage")));
  809. this.Clean.Image = null;
  810. this.Clean.IsShowBorder = true;
  811. this.Clean.Location = new System.Drawing.Point(390, 552);
  812. this.Clean.MoveImage = ((System.Drawing.Image)(resources.GetObject("Clean.MoveImage")));
  813. this.Clean.Name = "Clean";
  814. this.Clean.NormalImage = ((System.Drawing.Image)(resources.GetObject("Clean.NormalImage")));
  815. this.Clean.Power = null;
  816. this.Clean.Size = new System.Drawing.Size(60, 24);
  817. this.Clean.TabIndex = 148;
  818. this.Clean.Text = "清除";
  819. this.Clean.UseVisualStyleBackColor = true;
  820. this.Clean.Click += new System.EventHandler(this.Clean_Click);
  821. //
  822. // sn_code
  823. //
  824. this.sn_code.AllPower = "ifall";
  825. this.sn_code.BackColor = System.Drawing.Color.White;
  826. this.sn_code.ID = null;
  827. this.sn_code.Location = new System.Drawing.Point(74, 554);
  828. this.sn_code.Name = "sn_code";
  829. this.sn_code.Power = "ifread";
  830. this.sn_code.Size = new System.Drawing.Size(173, 21);
  831. this.sn_code.Str = null;
  832. this.sn_code.Str1 = null;
  833. this.sn_code.Str2 = null;
  834. this.sn_code.TabIndex = 135;
  835. this.sn_code.Tag = "ifread";
  836. this.sn_code.KeyDown += new System.Windows.Forms.KeyEventHandler(this.barcode_KeyDown);
  837. //
  838. // PackageDetail
  839. //
  840. this.PackageDetail.AllowUserToAddRows = false;
  841. this.PackageDetail.AllowUserToDeleteRows = false;
  842. this.PackageDetail.BackgroundColor = System.Drawing.SystemColors.ButtonFace;
  843. this.PackageDetail.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  844. this.PackageDetail.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  845. this.pd_barcode,
  846. this.pa_outboxcode1,
  847. this.pa_prodcode1,
  848. this.pd_innerqty,
  849. this.pa_indate,
  850. this.pd_id});
  851. this.PackageDetail.EnableContentClick = true;
  852. this.PackageDetail.Location = new System.Drawing.Point(4, 179);
  853. this.PackageDetail.Name = "PackageDetail";
  854. this.PackageDetail.ReadOnly = true;
  855. this.PackageDetail.RowTemplate.Height = 23;
  856. this.PackageDetail.Size = new System.Drawing.Size(862, 240);
  857. this.PackageDetail.TabIndex = 134;
  858. //
  859. // pd_barcode
  860. //
  861. this.pd_barcode.DataPropertyName = "pd_barcode";
  862. this.pd_barcode.HeaderText = "序列号";
  863. this.pd_barcode.Name = "pd_barcode";
  864. this.pd_barcode.ReadOnly = true;
  865. this.pd_barcode.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  866. this.pd_barcode.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Programmatic;
  867. this.pd_barcode.Width = 202;
  868. //
  869. // pa_outboxcode1
  870. //
  871. this.pa_outboxcode1.DataPropertyName = "pa_outboxcode";
  872. this.pa_outboxcode1.HeaderText = "箱号";
  873. this.pa_outboxcode1.Name = "pa_outboxcode1";
  874. this.pa_outboxcode1.ReadOnly = true;
  875. this.pa_outboxcode1.Width = 201;
  876. //
  877. // pa_prodcode1
  878. //
  879. this.pa_prodcode1.DataPropertyName = "pa_prodcode";
  880. this.pa_prodcode1.HeaderText = "产品编号";
  881. this.pa_prodcode1.Name = "pa_prodcode1";
  882. this.pa_prodcode1.ReadOnly = true;
  883. this.pa_prodcode1.Visible = false;
  884. //
  885. // pd_innerqty
  886. //
  887. this.pd_innerqty.DataPropertyName = "pd_innerqty";
  888. this.pd_innerqty.HeaderText = "箱内数量";
  889. this.pd_innerqty.Name = "pd_innerqty";
  890. this.pd_innerqty.ReadOnly = true;
  891. this.pd_innerqty.Visible = false;
  892. this.pd_innerqty.Width = 80;
  893. //
  894. // pa_indate
  895. //
  896. this.pa_indate.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
  897. this.pa_indate.DataPropertyName = "pa_indate";
  898. this.pa_indate.HeaderText = "装箱日期";
  899. this.pa_indate.MinimumWidth = 300;
  900. this.pa_indate.Name = "pa_indate";
  901. this.pa_indate.ReadOnly = true;
  902. this.pa_indate.Width = 300;
  903. //
  904. // pd_id
  905. //
  906. this.pd_id.DataPropertyName = "pd_id";
  907. this.pd_id.HeaderText = "ID";
  908. this.pd_id.Name = "pd_id";
  909. this.pd_id.ReadOnly = true;
  910. this.pd_id.Visible = false;
  911. //
  912. // CollecRemark
  913. //
  914. this.CollecRemark.AutoSize = true;
  915. this.CollecRemark.Location = new System.Drawing.Point(517, 557);
  916. this.CollecRemark.Name = "CollecRemark";
  917. this.CollecRemark.Size = new System.Drawing.Size(96, 16);
  918. this.CollecRemark.TabIndex = 201;
  919. this.CollecRemark.Text = "采集备注信息";
  920. this.CollecRemark.UseVisualStyleBackColor = true;
  921. //
  922. // Make_PackageCollection
  923. //
  924. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  925. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  926. this.ClientSize = new System.Drawing.Size(879, 584);
  927. this.Controls.Add(this.CollecRemark);
  928. this.Controls.Add(this.pa_remark);
  929. this.Controls.Add(this.pa_remark_label);
  930. this.Controls.Add(this.mcd_remainqty_label);
  931. this.Controls.Add(this.mcd_remainqty);
  932. this.Controls.Add(this.pr_sendchecktype);
  933. this.Controls.Add(this.mcd_inqty_label);
  934. this.Controls.Add(this.pa_standardqty);
  935. this.Controls.Add(this.mcd_inqty);
  936. this.Controls.Add(this.pa_downstatus);
  937. this.Controls.Add(this.pa_checkno);
  938. this.Controls.Add(this.pa_sccode);
  939. this.Controls.Add(this.pa_status);
  940. this.Controls.Add(this.pr_packrule);
  941. this.Controls.Add(this.groupBoxWithBorder2);
  942. this.Controls.Add(this.groupBoxWithBorder1);
  943. this.Controls.Add(this.OperateResult);
  944. this.Controls.Add(this.pa_id);
  945. this.Controls.Add(this.Clean);
  946. this.Controls.Add(this.sn_code);
  947. this.Controls.Add(this.PackageDetail);
  948. this.Controls.Add(this.Cancel);
  949. this.Controls.Add(this.label13);
  950. this.Controls.Add(this.pa_makecode);
  951. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  952. this.Name = "Make_PackageCollection";
  953. this.Tag = "Make!PackageCollection";
  954. this.Text = "包装采集";
  955. this.Activated += new System.EventHandler(this.PackCollection_Activated);
  956. this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.PackCollection_FormClosing);
  957. this.Load += new System.EventHandler(this.PackCollection_Load);
  958. this.SizeChanged += new System.EventHandler(this.PackCollection_SizeChanged);
  959. this.groupBoxWithBorder2.ResumeLayout(true);
  960. this.groupBoxWithBorder2.PerformLayout();
  961. this.groupBoxWithBorder1.ResumeLayout(true);
  962. this.groupBoxWithBorder1.PerformLayout();
  963. ((System.ComponentModel.ISupportInitialize)(this.PackageDetail)).EndInit();
  964. this.ResumeLayout(true);
  965. this.PerformLayout();
  966. }
  967. #endregion
  968. private System.Windows.Forms.Label pr_code_label;
  969. private System.Windows.Forms.Label pr_detail_label;
  970. private System.Windows.Forms.Label pa_makecode;
  971. private System.Windows.Forms.Label pa_currentqty_label;
  972. private System.Windows.Forms.Label pr_outboxinnerqty_label;
  973. private System.Windows.Forms.Label label13;
  974. private System.Windows.Forms.Label pa_code_label;
  975. private System.Windows.Forms.Label PrintList_label;
  976. private System.Windows.Forms.Label PrintNum_label;
  977. private System.Windows.Forms.CheckBox Cancel;
  978. private CustomControl.DataGrid_View.DataGridViewWithSerialNum PackageDetail;
  979. private CustomControl.TextBoxWithIcon.SnCollectionBox sn_code;
  980. private CustomControl.ButtonUtil.NormalButton Clean;
  981. private CustomControl.ButtonUtil.NormalButton Printing;
  982. private System.Windows.Forms.Label pa_id;
  983. private CustomControl.RichText.RichTextAutoBottom OperateResult;
  984. private CustomControl.ComBoxWithFocus.PrinterCombox PrintList;
  985. private System.Windows.Forms.Label label3;
  986. private CustomControl.TextBoxWithIcon.SnCollectionBox pa_outboxcode;
  987. private CustomControl.CustomCheckBox.AutoPrintCheckBox AutoPrint;
  988. private System.Windows.Forms.Label pr_code;
  989. private System.Windows.Forms.Label pr_detail;
  990. private System.Windows.Forms.Label pa_currentqty;
  991. private CustomControl.GroupBoxWithBorder.GroupBoxWithBorder groupBoxWithBorder1;
  992. private CustomControl.GroupBoxWithBorder.GroupBoxWithBorder groupBoxWithBorder2;
  993. private CustomControl.ButtonUtil.NormalButton Packing;
  994. private System.Windows.Forms.CheckBox AutoGenBoxCode;
  995. private System.Windows.Forms.Label pr_packrule;
  996. private System.Windows.Forms.Label pa_status;
  997. private CustomControl.ButtonUtil.NormalButton SendCheck;
  998. private System.Windows.Forms.Label ob_batchqty;
  999. private System.Windows.Forms.Label ob_nowcheckqty_label;
  1000. private System.Windows.Forms.Label ob_batchqty_label;
  1001. private System.Windows.Forms.Label ob_nowcheckqty;
  1002. private System.Windows.Forms.Label ob_checkno;
  1003. private System.Windows.Forms.DataGridViewTextBoxColumn pd_barcode;
  1004. private System.Windows.Forms.DataGridViewTextBoxColumn pa_outboxcode1;
  1005. private System.Windows.Forms.DataGridViewTextBoxColumn pa_prodcode1;
  1006. private System.Windows.Forms.DataGridViewTextBoxColumn pd_innerqty;
  1007. private System.Windows.Forms.DataGridViewTextBoxColumn pa_indate;
  1008. private System.Windows.Forms.DataGridViewTextBoxColumn pd_id;
  1009. private System.Windows.Forms.Label pa_sccode;
  1010. private System.Windows.Forms.Label pa_checkno;
  1011. private System.Windows.Forms.Label pa_downstatus;
  1012. private System.Windows.Forms.Label pa_standardqty;
  1013. private CustomControl.ButtonUtil.NormalButton DeleteAll;
  1014. private CustomControl.ValueLabel.ValueLabel checkweightlabel;
  1015. private System.Windows.Forms.Label label1;
  1016. private CustomControl.TextBoxWithIcon.EnterTextBox pr_outboxinnerqty;
  1017. private CustomControl.TextBoxWithIcon.EnterTextBox PrintNum;
  1018. private System.Windows.Forms.ComboBox PrintLabel;
  1019. private System.Windows.Forms.Label OutBoxLength_label;
  1020. private CustomControl.TextBoxWithIcon.SnCollectionBox OutBoxLength;
  1021. private System.Windows.Forms.Label pr_sendchecktype;
  1022. private System.Windows.Forms.Label pa_salecode_label;
  1023. private System.Windows.Forms.Label ma_code_label;
  1024. private System.Windows.Forms.Label ms_salecode;
  1025. private System.Windows.Forms.Label ms_makecode;
  1026. private CustomControl.TextBoxWithIcon.SourceStepCount StepCount;
  1027. private System.Windows.Forms.Label mcd_remainqty_label;
  1028. private System.Windows.Forms.Label mcd_remainqty;
  1029. private System.Windows.Forms.Label mcd_inqty_label;
  1030. private System.Windows.Forms.Label mcd_inqty;
  1031. private System.Windows.Forms.Label pa_remark_label;
  1032. private CustomControl.TextBoxWithIcon.EnterTextBox pa_remark;
  1033. private System.Windows.Forms.Label label2;
  1034. private CustomControl.TextBoxWithIcon.SnCollectionBox snCollectionBox1;
  1035. private System.Windows.Forms.CheckBox CollecRemark;
  1036. }
  1037. }