Packing_PackageCollection.Designer.cs 72 KB

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