Packing_PackageCollection.Designer.cs 69 KB

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