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