Make_PackageCollectionWeigh.Designer.cs 59 KB

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