Packing_PackageCollectionWeigh.Designer.cs 72 KB

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