Make_PackageCollectionWeigh.Designer.cs 74 KB

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