Make_PackageCollectionWeigh.Designer.cs 58 KB

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