Make_PackageCollectionWeigh.Designer.cs 78 KB

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