Make_PackageCollectionWeigh.Designer.cs 66 KB

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