Make_PackageCollection.Designer.cs 71 KB

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