Make_PackageCollection.Designer.cs 59 KB

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