Packing_PackageCollection.Designer.cs 80 KB

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