Packing_PackageCollection.Designer.cs 71 KB

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