Packing_PackageCollectionWeigh.Designer.cs 74 KB

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