Make_PackageCollection.Designer.cs 41 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743
  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.pr_code_label = new System.Windows.Forms.Label();
  30. this.pr_detail_label = new System.Windows.Forms.Label();
  31. this.ms_makecode = new System.Windows.Forms.Label();
  32. this.panel2 = new System.Windows.Forms.Panel();
  33. this.label1 = new System.Windows.Forms.Label();
  34. this.pa_currentqty_label = new System.Windows.Forms.Label();
  35. this.pr_outboxinnerqty_label = new System.Windows.Forms.Label();
  36. this.label13 = new System.Windows.Forms.Label();
  37. this.pa_code_label = new System.Windows.Forms.Label();
  38. this.PrintList_label = new System.Windows.Forms.Label();
  39. this.PrintNum_label = new System.Windows.Forms.Label();
  40. this.Cancel = new System.Windows.Forms.CheckBox();
  41. this.pa_id = new System.Windows.Forms.Label();
  42. this.PrintLabel = new System.Windows.Forms.ComboBox();
  43. this.label3 = new System.Windows.Forms.Label();
  44. this.PrintNum = new System.Windows.Forms.NumericUpDown();
  45. this.pa_outboxcode = new UAS_MES.CustomControl.TextBoxWithIcon.TextBoxGeneratePaCode();
  46. this.PrintList = new UAS_MES.CustomControl.ComBoxWithFocus.PrinterCombox();
  47. this.OperateResult = new UAS_MES.CustomControl.RichText.RichTextAutoBottom();
  48. this.Printing = new UAS_MES.CustomControl.ButtonUtil.NormalButton();
  49. this.Clean = new UAS_MES.CustomControl.ButtonUtil.NormalButton();
  50. this.sn_code = new UAS_MES.CustomControl.TextBoxWithIcon.EnterTextBox();
  51. this.PackageDetail = new UAS_MES.CustomControl.DataGrid_View.DataGridViewWithSerialNum();
  52. this.pd_barcode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  53. this.pa_outboxcode1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  54. this.pd_innerqty = new System.Windows.Forms.DataGridViewTextBoxColumn();
  55. this.pa_indate = new System.Windows.Forms.DataGridViewTextBoxColumn();
  56. this.pd_id = new System.Windows.Forms.DataGridViewTextBoxColumn();
  57. this.AutoPrint = new UAS_MES.CustomControl.CustomCheckBox.AutoPrintCheckBox();
  58. this.pr_code = new System.Windows.Forms.Label();
  59. this.pr_detail = new System.Windows.Forms.Label();
  60. this.pa_currentqty = new System.Windows.Forms.Label();
  61. this.pr_outboxinnerqty = new System.Windows.Forms.Label();
  62. this.groupBoxWithBorder1 = new UAS_MES.CustomControl.GroupBoxWithBorder.GroupBoxWithBorder();
  63. this.AutoGenBoxCode = new System.Windows.Forms.CheckBox();
  64. this.groupBoxWithBorder2 = new UAS_MES.CustomControl.GroupBoxWithBorder.GroupBoxWithBorder();
  65. this.ob_nowcheckqty = new System.Windows.Forms.Label();
  66. this.ob_batchqty = new System.Windows.Forms.Label();
  67. this.ob_nowcheckqty_label = new System.Windows.Forms.Label();
  68. this.ob_batchqty_label = new System.Windows.Forms.Label();
  69. this.SendCheck = new UAS_MES.CustomControl.ButtonUtil.NormalButton();
  70. this.Packing = new UAS_MES.CustomControl.ButtonUtil.NormalButton();
  71. this.pr_packrule = new System.Windows.Forms.Label();
  72. this.pa_status = new System.Windows.Forms.Label();
  73. this.ob_checkno = new System.Windows.Forms.Label();
  74. this.panel2.SuspendLayout();
  75. ((System.ComponentModel.ISupportInitialize)(this.PrintNum)).BeginInit();
  76. ((System.ComponentModel.ISupportInitialize)(this.PackageDetail)).BeginInit();
  77. this.groupBoxWithBorder1.SuspendLayout();
  78. this.groupBoxWithBorder2.SuspendLayout();
  79. this.SuspendLayout();
  80. //
  81. // pr_code_label
  82. //
  83. this.pr_code_label.AutoSize = true;
  84. this.pr_code_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  85. this.pr_code_label.Location = new System.Drawing.Point(13, 93);
  86. this.pr_code_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  87. this.pr_code_label.Name = "pr_code_label";
  88. this.pr_code_label.Size = new System.Drawing.Size(92, 27);
  89. this.pr_code_label.TabIndex = 81;
  90. this.pr_code_label.Text = "产品编号";
  91. //
  92. // pr_detail_label
  93. //
  94. this.pr_detail_label.AutoSize = true;
  95. this.pr_detail_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  96. this.pr_detail_label.Location = new System.Drawing.Point(279, 93);
  97. this.pr_detail_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  98. this.pr_detail_label.Name = "pr_detail_label";
  99. this.pr_detail_label.Size = new System.Drawing.Size(92, 27);
  100. this.pr_detail_label.TabIndex = 80;
  101. this.pr_detail_label.Text = "产品名称";
  102. //
  103. // ms_makecode
  104. //
  105. this.ms_makecode.AutoSize = true;
  106. this.ms_makecode.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  107. this.ms_makecode.Location = new System.Drawing.Point(1108, 568);
  108. this.ms_makecode.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  109. this.ms_makecode.Name = "ms_makecode";
  110. this.ms_makecode.Size = new System.Drawing.Size(0, 27);
  111. this.ms_makecode.TabIndex = 76;
  112. this.ms_makecode.Visible = false;
  113. this.ms_makecode.TextChanged += new System.EventHandler(this.ms_makecode_TextChanged);
  114. //
  115. // panel2
  116. //
  117. this.panel2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
  118. this.panel2.Controls.Add(this.label1);
  119. this.panel2.Dock = System.Windows.Forms.DockStyle.Top;
  120. this.panel2.Location = new System.Drawing.Point(0, 0);
  121. this.panel2.Margin = new System.Windows.Forms.Padding(4);
  122. this.panel2.Name = "panel2";
  123. this.panel2.Size = new System.Drawing.Size(1172, 36);
  124. this.panel2.TabIndex = 88;
  125. this.panel2.Tag = "NoAuto";
  126. //
  127. // label1
  128. //
  129. this.label1.AutoSize = true;
  130. this.label1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  131. this.label1.ForeColor = System.Drawing.SystemColors.ActiveCaptionText;
  132. this.label1.Location = new System.Drawing.Point(6, 5);
  133. this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  134. this.label1.Name = "label1";
  135. this.label1.Size = new System.Drawing.Size(92, 27);
  136. this.label1.TabIndex = 0;
  137. this.label1.Text = "工单信息";
  138. //
  139. // pa_currentqty_label
  140. //
  141. this.pa_currentqty_label.AutoSize = true;
  142. this.pa_currentqty_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  143. this.pa_currentqty_label.Location = new System.Drawing.Point(279, 152);
  144. this.pa_currentqty_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  145. this.pa_currentqty_label.Name = "pa_currentqty_label";
  146. this.pa_currentqty_label.Size = new System.Drawing.Size(92, 27);
  147. this.pa_currentqty_label.TabIndex = 95;
  148. this.pa_currentqty_label.Text = "已装数量";
  149. //
  150. // pr_outboxinnerqty_label
  151. //
  152. this.pr_outboxinnerqty_label.AutoSize = true;
  153. this.pr_outboxinnerqty_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  154. this.pr_outboxinnerqty_label.Location = new System.Drawing.Point(13, 152);
  155. this.pr_outboxinnerqty_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  156. this.pr_outboxinnerqty_label.Name = "pr_outboxinnerqty_label";
  157. this.pr_outboxinnerqty_label.Size = new System.Drawing.Size(92, 27);
  158. this.pr_outboxinnerqty_label.TabIndex = 97;
  159. this.pr_outboxinnerqty_label.Text = "箱内容量";
  160. //
  161. // label13
  162. //
  163. this.label13.AutoSize = true;
  164. this.label13.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  165. this.label13.ForeColor = System.Drawing.Color.Black;
  166. this.label13.Location = new System.Drawing.Point(11, 723);
  167. this.label13.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  168. this.label13.Name = "label13";
  169. this.label13.Size = new System.Drawing.Size(72, 27);
  170. this.label13.TabIndex = 105;
  171. this.label13.Text = "序列号";
  172. //
  173. // pa_code_label
  174. //
  175. this.pa_code_label.AutoSize = true;
  176. this.pa_code_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  177. this.pa_code_label.Location = new System.Drawing.Point(13, 46);
  178. this.pa_code_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  179. this.pa_code_label.Name = "pa_code_label";
  180. this.pa_code_label.Size = new System.Drawing.Size(52, 27);
  181. this.pa_code_label.TabIndex = 113;
  182. this.pa_code_label.Text = "箱号";
  183. //
  184. // PrintList_label
  185. //
  186. this.PrintList_label.AutoSize = true;
  187. this.PrintList_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  188. this.PrintList_label.Location = new System.Drawing.Point(15, 46);
  189. this.PrintList_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  190. this.PrintList_label.Name = "PrintList_label";
  191. this.PrintList_label.Size = new System.Drawing.Size(112, 27);
  192. this.PrintList_label.TabIndex = 116;
  193. this.PrintList_label.Text = "打印机列表";
  194. //
  195. // PrintNum_label
  196. //
  197. this.PrintNum_label.AutoSize = true;
  198. this.PrintNum_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  199. this.PrintNum_label.Location = new System.Drawing.Point(251, 147);
  200. this.PrintNum_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  201. this.PrintNum_label.Name = "PrintNum_label";
  202. this.PrintNum_label.Size = new System.Drawing.Size(52, 27);
  203. this.PrintNum_label.TabIndex = 124;
  204. this.PrintNum_label.Text = "份数";
  205. //
  206. // Cancel
  207. //
  208. this.Cancel.AutoSize = true;
  209. this.Cancel.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  210. this.Cancel.Location = new System.Drawing.Point(413, 723);
  211. this.Cancel.Margin = new System.Windows.Forms.Padding(4);
  212. this.Cancel.Name = "Cancel";
  213. this.Cancel.Size = new System.Drawing.Size(114, 31);
  214. this.Cancel.TabIndex = 129;
  215. this.Cancel.Text = "取消装箱";
  216. this.Cancel.UseVisualStyleBackColor = true;
  217. //
  218. // pa_id
  219. //
  220. this.pa_id.AutoSize = true;
  221. this.pa_id.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  222. this.pa_id.Location = new System.Drawing.Point(1065, 568);
  223. this.pa_id.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  224. this.pa_id.Name = "pa_id";
  225. this.pa_id.Size = new System.Drawing.Size(0, 27);
  226. this.pa_id.TabIndex = 153;
  227. this.pa_id.Visible = false;
  228. //
  229. // PrintLabel
  230. //
  231. this.PrintLabel.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  232. this.PrintLabel.Font = new System.Drawing.Font("微软雅黑", 9F);
  233. this.PrintLabel.FormattingEnabled = true;
  234. this.PrintLabel.Location = new System.Drawing.Point(157, 95);
  235. this.PrintLabel.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  236. this.PrintLabel.Name = "PrintLabel";
  237. this.PrintLabel.Size = new System.Drawing.Size(199, 28);
  238. this.PrintLabel.TabIndex = 159;
  239. //
  240. // label3
  241. //
  242. this.label3.AutoSize = true;
  243. this.label3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  244. this.label3.Location = new System.Drawing.Point(15, 95);
  245. this.label3.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  246. this.label3.Name = "label3";
  247. this.label3.Size = new System.Drawing.Size(92, 27);
  248. this.label3.TabIndex = 160;
  249. this.label3.Text = "打印标签";
  250. //
  251. // PrintNum
  252. //
  253. this.PrintNum.Font = new System.Drawing.Font("微软雅黑", 9F);
  254. this.PrintNum.Location = new System.Drawing.Point(311, 147);
  255. this.PrintNum.Margin = new System.Windows.Forms.Padding(4);
  256. this.PrintNum.Name = "PrintNum";
  257. this.PrintNum.Size = new System.Drawing.Size(57, 27);
  258. this.PrintNum.TabIndex = 164;
  259. this.PrintNum.Value = new decimal(new int[] {
  260. 1,
  261. 0,
  262. 0,
  263. 0});
  264. //
  265. // pa_outboxcode
  266. //
  267. this.pa_outboxcode.Caller = null;
  268. this.pa_outboxcode.Font = new System.Drawing.Font("微软雅黑", 9F);
  269. this.pa_outboxcode.Location = new System.Drawing.Point(130, 49);
  270. this.pa_outboxcode.MakeCode = null;
  271. this.pa_outboxcode.Margin = new System.Windows.Forms.Padding(8, 9, 8, 9);
  272. this.pa_outboxcode.Name = "pa_outboxcode";
  273. this.pa_outboxcode.Pr_id = null;
  274. this.pa_outboxcode.ProdCode = null;
  275. this.pa_outboxcode.ShowClickIcon = false;
  276. this.pa_outboxcode.Size = new System.Drawing.Size(176, 28);
  277. this.pa_outboxcode.TabIndex = 163;
  278. this.pa_outboxcode.KeyDown += new System.Windows.Forms.KeyEventHandler(this.pa_code_KeyDown);
  279. //
  280. // PrintList
  281. //
  282. this.PrintList.Font = new System.Drawing.Font("微软雅黑", 9F);
  283. this.PrintList.Location = new System.Drawing.Point(157, 46);
  284. this.PrintList.Margin = new System.Windows.Forms.Padding(8, 9, 8, 9);
  285. this.PrintList.Name = "PrintList";
  286. this.PrintList.Size = new System.Drawing.Size(199, 28);
  287. this.PrintList.TabIndex = 158;
  288. //
  289. // OperateResult
  290. //
  291. this.OperateResult.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  292. this.OperateResult.Location = new System.Drawing.Point(5, 556);
  293. this.OperateResult.Margin = new System.Windows.Forms.Padding(4);
  294. this.OperateResult.Name = "OperateResult";
  295. this.OperateResult.Size = new System.Drawing.Size(595, 149);
  296. this.OperateResult.TabIndex = 155;
  297. this.OperateResult.Text = "";
  298. //
  299. // Printing
  300. //
  301. this.Printing.AllPower = "ifall";
  302. this.Printing.BackColor = System.Drawing.Color.Transparent;
  303. this.Printing.DownImage = ((System.Drawing.Image)(resources.GetObject("Printing.DownImage")));
  304. this.Printing.Font = new System.Drawing.Font("微软雅黑", 9F);
  305. this.Printing.Image = null;
  306. this.Printing.IsShowBorder = true;
  307. this.Printing.Location = new System.Drawing.Point(389, 144);
  308. this.Printing.Margin = new System.Windows.Forms.Padding(4);
  309. this.Printing.MoveImage = ((System.Drawing.Image)(resources.GetObject("Printing.MoveImage")));
  310. this.Printing.Name = "Printing";
  311. this.Printing.NormalImage = ((System.Drawing.Image)(resources.GetObject("Printing.NormalImage")));
  312. this.Printing.Power = null;
  313. this.Printing.Size = new System.Drawing.Size(80, 30);
  314. this.Printing.TabIndex = 150;
  315. this.Printing.Tag = "ifread";
  316. this.Printing.Text = "打印";
  317. this.Printing.UseVisualStyleBackColor = true;
  318. this.Printing.Click += new System.EventHandler(this.Print_Click);
  319. //
  320. // Clean
  321. //
  322. this.Clean.AllPower = null;
  323. this.Clean.BackColor = System.Drawing.Color.Transparent;
  324. this.Clean.DownImage = ((System.Drawing.Image)(resources.GetObject("Clean.DownImage")));
  325. this.Clean.Image = null;
  326. this.Clean.IsShowBorder = true;
  327. this.Clean.Location = new System.Drawing.Point(618, 675);
  328. this.Clean.Margin = new System.Windows.Forms.Padding(4);
  329. this.Clean.MoveImage = ((System.Drawing.Image)(resources.GetObject("Clean.MoveImage")));
  330. this.Clean.Name = "Clean";
  331. this.Clean.NormalImage = ((System.Drawing.Image)(resources.GetObject("Clean.NormalImage")));
  332. this.Clean.Power = null;
  333. this.Clean.Size = new System.Drawing.Size(80, 30);
  334. this.Clean.TabIndex = 148;
  335. this.Clean.Text = "清除";
  336. this.Clean.UseVisualStyleBackColor = true;
  337. this.Clean.Click += new System.EventHandler(this.Clean_Click);
  338. //
  339. // sn_code
  340. //
  341. this.sn_code.AllPower = "ifall";
  342. this.sn_code.BackColor = System.Drawing.Color.White;
  343. this.sn_code.ID = null;
  344. this.sn_code.Location = new System.Drawing.Point(101, 723);
  345. this.sn_code.Margin = new System.Windows.Forms.Padding(4);
  346. this.sn_code.Name = "sn_code";
  347. this.sn_code.Power = "ifwrite";
  348. this.sn_code.Size = new System.Drawing.Size(260, 25);
  349. this.sn_code.Str = null;
  350. this.sn_code.Str1 = null;
  351. this.sn_code.Str2 = null;
  352. this.sn_code.TabIndex = 135;
  353. this.sn_code.Tag = "IfWrite";
  354. this.sn_code.KeyDown += new System.Windows.Forms.KeyEventHandler(this.barcode_KeyDown);
  355. //
  356. // PackageDetail
  357. //
  358. this.PackageDetail.AllowUserToAddRows = false;
  359. this.PackageDetail.AllowUserToDeleteRows = false;
  360. this.PackageDetail.BackgroundColor = System.Drawing.SystemColors.ButtonFace;
  361. this.PackageDetail.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  362. this.PackageDetail.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  363. this.pd_barcode,
  364. this.pa_outboxcode1,
  365. this.pd_innerqty,
  366. this.pa_indate,
  367. this.pd_id});
  368. this.PackageDetail.Location = new System.Drawing.Point(5, 246);
  369. this.PackageDetail.Margin = new System.Windows.Forms.Padding(4);
  370. this.PackageDetail.Name = "PackageDetail";
  371. this.PackageDetail.ReadOnly = true;
  372. this.PackageDetail.RowTemplate.Height = 23;
  373. this.PackageDetail.Size = new System.Drawing.Size(1150, 300);
  374. this.PackageDetail.TabIndex = 134;
  375. //
  376. // pd_barcode
  377. //
  378. this.pd_barcode.DataPropertyName = "pd_barcode";
  379. this.pd_barcode.HeaderText = "序号";
  380. this.pd_barcode.Name = "pd_barcode";
  381. this.pd_barcode.ReadOnly = true;
  382. this.pd_barcode.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  383. this.pd_barcode.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Programmatic;
  384. this.pd_barcode.Width = 202;
  385. //
  386. // pa_outboxcode1
  387. //
  388. this.pa_outboxcode1.DataPropertyName = "pa_outboxcode";
  389. this.pa_outboxcode1.HeaderText = "箱号";
  390. this.pa_outboxcode1.Name = "pa_outboxcode1";
  391. this.pa_outboxcode1.ReadOnly = true;
  392. this.pa_outboxcode1.Width = 201;
  393. //
  394. // pd_innerqty
  395. //
  396. this.pd_innerqty.DataPropertyName = "pd_innerqty";
  397. this.pd_innerqty.HeaderText = "箱内数量";
  398. this.pd_innerqty.Name = "pd_innerqty";
  399. this.pd_innerqty.ReadOnly = true;
  400. this.pd_innerqty.Visible = false;
  401. this.pd_innerqty.Width = 80;
  402. //
  403. // pa_indate
  404. //
  405. this.pa_indate.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
  406. this.pa_indate.DataPropertyName = "pa_indate";
  407. this.pa_indate.HeaderText = "装箱日期";
  408. this.pa_indate.MinimumWidth = 300;
  409. this.pa_indate.Name = "pa_indate";
  410. this.pa_indate.ReadOnly = true;
  411. this.pa_indate.Width = 300;
  412. //
  413. // pd_id
  414. //
  415. this.pd_id.DataPropertyName = "pd_id";
  416. this.pd_id.HeaderText = "ID";
  417. this.pd_id.Name = "pd_id";
  418. this.pd_id.ReadOnly = true;
  419. this.pd_id.Visible = false;
  420. //
  421. // AutoPrint
  422. //
  423. this.AutoPrint.Checked = false;
  424. this.AutoPrint.Location = new System.Drawing.Point(126, 147);
  425. this.AutoPrint.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  426. this.AutoPrint.Name = "AutoPrint";
  427. this.AutoPrint.Size = new System.Drawing.Size(112, 27);
  428. this.AutoPrint.TabIndex = 166;
  429. //
  430. // pr_code
  431. //
  432. this.pr_code.AutoSize = true;
  433. this.pr_code.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  434. this.pr_code.Location = new System.Drawing.Point(130, 93);
  435. this.pr_code.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  436. this.pr_code.MaximumSize = new System.Drawing.Size(200, 0);
  437. this.pr_code.Name = "pr_code";
  438. this.pr_code.Size = new System.Drawing.Size(0, 27);
  439. this.pr_code.TabIndex = 167;
  440. this.pr_code.TextChanged += new System.EventHandler(this.pr_code_TextChanged);
  441. //
  442. // pr_detail
  443. //
  444. this.pr_detail.AutoSize = true;
  445. this.pr_detail.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  446. this.pr_detail.Location = new System.Drawing.Point(389, 93);
  447. this.pr_detail.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  448. this.pr_detail.Name = "pr_detail";
  449. this.pr_detail.Size = new System.Drawing.Size(0, 27);
  450. this.pr_detail.TabIndex = 168;
  451. //
  452. // pa_currentqty
  453. //
  454. this.pa_currentqty.AutoSize = true;
  455. this.pa_currentqty.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  456. this.pa_currentqty.Location = new System.Drawing.Point(389, 152);
  457. this.pa_currentqty.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  458. this.pa_currentqty.Name = "pa_currentqty";
  459. this.pa_currentqty.Size = new System.Drawing.Size(0, 27);
  460. this.pa_currentqty.TabIndex = 169;
  461. //
  462. // pr_outboxinnerqty
  463. //
  464. this.pr_outboxinnerqty.AutoSize = true;
  465. this.pr_outboxinnerqty.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  466. this.pr_outboxinnerqty.Location = new System.Drawing.Point(130, 152);
  467. this.pr_outboxinnerqty.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  468. this.pr_outboxinnerqty.Name = "pr_outboxinnerqty";
  469. this.pr_outboxinnerqty.Size = new System.Drawing.Size(0, 27);
  470. this.pr_outboxinnerqty.TabIndex = 170;
  471. //
  472. // groupBoxWithBorder1
  473. //
  474. this.groupBoxWithBorder1.BorderColor = System.Drawing.Color.Black;
  475. this.groupBoxWithBorder1.Controls.Add(this.AutoGenBoxCode);
  476. this.groupBoxWithBorder1.Controls.Add(this.pa_currentqty_label);
  477. this.groupBoxWithBorder1.Controls.Add(this.pr_outboxinnerqty);
  478. this.groupBoxWithBorder1.Controls.Add(this.pr_detail_label);
  479. this.groupBoxWithBorder1.Controls.Add(this.pa_outboxcode);
  480. this.groupBoxWithBorder1.Controls.Add(this.pa_currentqty);
  481. this.groupBoxWithBorder1.Controls.Add(this.pr_code_label);
  482. this.groupBoxWithBorder1.Controls.Add(this.pr_detail);
  483. this.groupBoxWithBorder1.Controls.Add(this.pr_outboxinnerqty_label);
  484. this.groupBoxWithBorder1.Controls.Add(this.pr_code);
  485. this.groupBoxWithBorder1.Controls.Add(this.pa_code_label);
  486. this.groupBoxWithBorder1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  487. this.groupBoxWithBorder1.Location = new System.Drawing.Point(5, 43);
  488. this.groupBoxWithBorder1.Name = "groupBoxWithBorder1";
  489. this.groupBoxWithBorder1.Size = new System.Drawing.Size(548, 196);
  490. this.groupBoxWithBorder1.TabIndex = 171;
  491. this.groupBoxWithBorder1.TabStop = false;
  492. this.groupBoxWithBorder1.Text = "装箱信息";
  493. this.groupBoxWithBorder1.TextColor = System.Drawing.Color.Black;
  494. //
  495. // AutoGenBoxCode
  496. //
  497. this.AutoGenBoxCode.AutoSize = true;
  498. this.AutoGenBoxCode.Checked = true;
  499. this.AutoGenBoxCode.CheckState = System.Windows.Forms.CheckState.Checked;
  500. this.AutoGenBoxCode.Location = new System.Drawing.Point(331, 45);
  501. this.AutoGenBoxCode.Name = "AutoGenBoxCode";
  502. this.AutoGenBoxCode.Size = new System.Drawing.Size(154, 31);
  503. this.AutoGenBoxCode.TabIndex = 171;
  504. this.AutoGenBoxCode.Text = "自动生成箱号";
  505. this.AutoGenBoxCode.UseVisualStyleBackColor = true;
  506. //
  507. // groupBoxWithBorder2
  508. //
  509. this.groupBoxWithBorder2.BorderColor = System.Drawing.Color.Black;
  510. this.groupBoxWithBorder2.Controls.Add(this.ob_nowcheckqty);
  511. this.groupBoxWithBorder2.Controls.Add(this.ob_batchqty);
  512. this.groupBoxWithBorder2.Controls.Add(this.ob_nowcheckqty_label);
  513. this.groupBoxWithBorder2.Controls.Add(this.ob_batchqty_label);
  514. this.groupBoxWithBorder2.Controls.Add(this.SendCheck);
  515. this.groupBoxWithBorder2.Controls.Add(this.Packing);
  516. this.groupBoxWithBorder2.Controls.Add(this.PrintLabel);
  517. this.groupBoxWithBorder2.Controls.Add(this.label3);
  518. this.groupBoxWithBorder2.Controls.Add(this.PrintNum);
  519. this.groupBoxWithBorder2.Controls.Add(this.AutoPrint);
  520. this.groupBoxWithBorder2.Controls.Add(this.PrintList);
  521. this.groupBoxWithBorder2.Controls.Add(this.Printing);
  522. this.groupBoxWithBorder2.Controls.Add(this.PrintList_label);
  523. this.groupBoxWithBorder2.Controls.Add(this.PrintNum_label);
  524. this.groupBoxWithBorder2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  525. this.groupBoxWithBorder2.Location = new System.Drawing.Point(560, 43);
  526. this.groupBoxWithBorder2.Name = "groupBoxWithBorder2";
  527. this.groupBoxWithBorder2.Size = new System.Drawing.Size(595, 196);
  528. this.groupBoxWithBorder2.TabIndex = 172;
  529. this.groupBoxWithBorder2.TabStop = false;
  530. this.groupBoxWithBorder2.Text = "打印";
  531. this.groupBoxWithBorder2.TextColor = System.Drawing.Color.Black;
  532. //
  533. // ob_nowcheckqty
  534. //
  535. this.ob_nowcheckqty.AutoSize = true;
  536. this.ob_nowcheckqty.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  537. this.ob_nowcheckqty.Location = new System.Drawing.Point(476, 93);
  538. this.ob_nowcheckqty.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  539. this.ob_nowcheckqty.Name = "ob_nowcheckqty";
  540. this.ob_nowcheckqty.Size = new System.Drawing.Size(0, 27);
  541. this.ob_nowcheckqty.TabIndex = 178;
  542. //
  543. // ob_batchqty
  544. //
  545. this.ob_batchqty.AutoSize = true;
  546. this.ob_batchqty.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  547. this.ob_batchqty.Location = new System.Drawing.Point(476, 45);
  548. this.ob_batchqty.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  549. this.ob_batchqty.Name = "ob_batchqty";
  550. this.ob_batchqty.Size = new System.Drawing.Size(0, 27);
  551. this.ob_batchqty.TabIndex = 177;
  552. //
  553. // ob_nowcheckqty_label
  554. //
  555. this.ob_nowcheckqty_label.AutoSize = true;
  556. this.ob_nowcheckqty_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  557. this.ob_nowcheckqty_label.Location = new System.Drawing.Point(368, 93);
  558. this.ob_nowcheckqty_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  559. this.ob_nowcheckqty_label.Name = "ob_nowcheckqty_label";
  560. this.ob_nowcheckqty_label.Size = new System.Drawing.Size(92, 27);
  561. this.ob_nowcheckqty_label.TabIndex = 176;
  562. this.ob_nowcheckqty_label.Text = "当前批数";
  563. //
  564. // ob_batchqty_label
  565. //
  566. this.ob_batchqty_label.AutoSize = true;
  567. this.ob_batchqty_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  568. this.ob_batchqty_label.Location = new System.Drawing.Point(368, 45);
  569. this.ob_batchqty_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  570. this.ob_batchqty_label.Name = "ob_batchqty_label";
  571. this.ob_batchqty_label.Size = new System.Drawing.Size(92, 27);
  572. this.ob_batchqty_label.TabIndex = 175;
  573. this.ob_batchqty_label.Text = "标准批数";
  574. //
  575. // SendCheck
  576. //
  577. this.SendCheck.AllPower = "ifall";
  578. this.SendCheck.BackColor = System.Drawing.Color.Transparent;
  579. this.SendCheck.DownImage = ((System.Drawing.Image)(resources.GetObject("SendCheck.DownImage")));
  580. this.SendCheck.Enabled = false;
  581. this.SendCheck.Font = new System.Drawing.Font("微软雅黑", 9F);
  582. this.SendCheck.Image = null;
  583. this.SendCheck.IsShowBorder = true;
  584. this.SendCheck.Location = new System.Drawing.Point(492, 144);
  585. this.SendCheck.Margin = new System.Windows.Forms.Padding(4);
  586. this.SendCheck.MoveImage = ((System.Drawing.Image)(resources.GetObject("SendCheck.MoveImage")));
  587. this.SendCheck.Name = "SendCheck";
  588. this.SendCheck.NormalImage = ((System.Drawing.Image)(resources.GetObject("SendCheck.NormalImage")));
  589. this.SendCheck.Power = null;
  590. this.SendCheck.Size = new System.Drawing.Size(80, 30);
  591. this.SendCheck.TabIndex = 174;
  592. this.SendCheck.Tag = "ifread";
  593. this.SendCheck.Text = "送检";
  594. this.SendCheck.UseVisualStyleBackColor = true;
  595. this.SendCheck.Click += new System.EventHandler(this.SendCheck_Click);
  596. //
  597. // Packing
  598. //
  599. this.Packing.AllPower = null;
  600. this.Packing.BackColor = System.Drawing.Color.Transparent;
  601. this.Packing.DownImage = ((System.Drawing.Image)(resources.GetObject("Packing.DownImage")));
  602. this.Packing.Font = new System.Drawing.Font("微软雅黑", 9F);
  603. this.Packing.Image = null;
  604. this.Packing.IsShowBorder = true;
  605. this.Packing.Location = new System.Drawing.Point(20, 144);
  606. this.Packing.Margin = new System.Windows.Forms.Padding(4);
  607. this.Packing.MoveImage = ((System.Drawing.Image)(resources.GetObject("Packing.MoveImage")));
  608. this.Packing.Name = "Packing";
  609. this.Packing.NormalImage = ((System.Drawing.Image)(resources.GetObject("Packing.NormalImage")));
  610. this.Packing.Power = null;
  611. this.Packing.Size = new System.Drawing.Size(80, 30);
  612. this.Packing.TabIndex = 173;
  613. this.Packing.Text = "封箱";
  614. this.Packing.UseVisualStyleBackColor = true;
  615. this.Packing.Click += new System.EventHandler(this.Packing_Click);
  616. //
  617. // pr_packrule
  618. //
  619. this.pr_packrule.AutoSize = true;
  620. this.pr_packrule.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  621. this.pr_packrule.Location = new System.Drawing.Point(1132, 556);
  622. this.pr_packrule.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  623. this.pr_packrule.Name = "pr_packrule";
  624. this.pr_packrule.Size = new System.Drawing.Size(0, 27);
  625. this.pr_packrule.TabIndex = 173;
  626. this.pr_packrule.Visible = false;
  627. //
  628. // pa_status
  629. //
  630. this.pa_status.AutoSize = true;
  631. this.pa_status.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  632. this.pa_status.Location = new System.Drawing.Point(1040, 604);
  633. this.pa_status.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  634. this.pa_status.Name = "pa_status";
  635. this.pa_status.Size = new System.Drawing.Size(0, 27);
  636. this.pa_status.TabIndex = 174;
  637. this.pa_status.Visible = false;
  638. //
  639. // ob_checkno
  640. //
  641. this.ob_checkno.AutoSize = true;
  642. this.ob_checkno.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  643. this.ob_checkno.Location = new System.Drawing.Point(1074, 604);
  644. this.ob_checkno.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  645. this.ob_checkno.Name = "ob_checkno";
  646. this.ob_checkno.Size = new System.Drawing.Size(0, 27);
  647. this.ob_checkno.TabIndex = 175;
  648. this.ob_checkno.Visible = false;
  649. this.ob_checkno.TextChanged += new System.EventHandler(this.ob_checkno_TextChanged);
  650. //
  651. // Make_PackageCollection
  652. //
  653. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
  654. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  655. this.ClientSize = new System.Drawing.Size(1172, 760);
  656. this.Controls.Add(this.ob_checkno);
  657. this.Controls.Add(this.pa_status);
  658. this.Controls.Add(this.pr_packrule);
  659. this.Controls.Add(this.groupBoxWithBorder2);
  660. this.Controls.Add(this.groupBoxWithBorder1);
  661. this.Controls.Add(this.OperateResult);
  662. this.Controls.Add(this.pa_id);
  663. this.Controls.Add(this.Clean);
  664. this.Controls.Add(this.sn_code);
  665. this.Controls.Add(this.PackageDetail);
  666. this.Controls.Add(this.Cancel);
  667. this.Controls.Add(this.label13);
  668. this.Controls.Add(this.panel2);
  669. this.Controls.Add(this.ms_makecode);
  670. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  671. this.Margin = new System.Windows.Forms.Padding(4);
  672. this.Name = "Make_PackageCollection";
  673. this.Tag = "Make!PackageCollection";
  674. this.Text = "包装采集";
  675. this.Activated += new System.EventHandler(this.包装采集_Activated);
  676. this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.包装采集_FormClosing);
  677. this.Load += new System.EventHandler(this.包装采集_Load);
  678. this.SizeChanged += new System.EventHandler(this.包装采集_SizeChanged);
  679. this.panel2.ResumeLayout(true);
  680. this.panel2.PerformLayout();
  681. ((System.ComponentModel.ISupportInitialize)(this.PrintNum)).EndInit();
  682. ((System.ComponentModel.ISupportInitialize)(this.PackageDetail)).EndInit();
  683. this.groupBoxWithBorder1.ResumeLayout(true);
  684. this.groupBoxWithBorder1.PerformLayout();
  685. this.groupBoxWithBorder2.ResumeLayout(true);
  686. this.groupBoxWithBorder2.PerformLayout();
  687. this.ResumeLayout(true);
  688. this.PerformLayout();
  689. }
  690. #endregion
  691. private System.Windows.Forms.Label pr_code_label;
  692. private System.Windows.Forms.Label pr_detail_label;
  693. private System.Windows.Forms.Label ms_makecode;
  694. private System.Windows.Forms.Panel panel2;
  695. private System.Windows.Forms.Label label1;
  696. private System.Windows.Forms.Label pa_currentqty_label;
  697. private System.Windows.Forms.Label pr_outboxinnerqty_label;
  698. private System.Windows.Forms.Label label13;
  699. private System.Windows.Forms.Label pa_code_label;
  700. private System.Windows.Forms.Label PrintList_label;
  701. private System.Windows.Forms.Label PrintNum_label;
  702. private System.Windows.Forms.CheckBox Cancel;
  703. private CustomControl.DataGrid_View.DataGridViewWithSerialNum PackageDetail;
  704. private CustomControl.TextBoxWithIcon.EnterTextBox sn_code;
  705. private CustomControl.ButtonUtil.NormalButton Clean;
  706. private CustomControl.ButtonUtil.NormalButton Printing;
  707. private System.Windows.Forms.Label pa_id;
  708. private CustomControl.RichText.RichTextAutoBottom OperateResult;
  709. private CustomControl.ComBoxWithFocus.PrinterCombox PrintList;
  710. private System.Windows.Forms.ComboBox PrintLabel;
  711. private System.Windows.Forms.Label label3;
  712. private CustomControl.TextBoxWithIcon.TextBoxGeneratePaCode pa_outboxcode;
  713. private System.Windows.Forms.NumericUpDown PrintNum;
  714. private System.Windows.Forms.DataGridViewTextBoxColumn pd_barcode;
  715. private System.Windows.Forms.DataGridViewTextBoxColumn pa_outboxcode1;
  716. private System.Windows.Forms.DataGridViewTextBoxColumn pd_innerqty;
  717. private System.Windows.Forms.DataGridViewTextBoxColumn pa_indate;
  718. private System.Windows.Forms.DataGridViewTextBoxColumn pd_id;
  719. private CustomControl.CustomCheckBox.AutoPrintCheckBox AutoPrint;
  720. private System.Windows.Forms.Label pr_code;
  721. private System.Windows.Forms.Label pr_detail;
  722. private System.Windows.Forms.Label pa_currentqty;
  723. private System.Windows.Forms.Label pr_outboxinnerqty;
  724. private CustomControl.GroupBoxWithBorder.GroupBoxWithBorder groupBoxWithBorder1;
  725. private CustomControl.GroupBoxWithBorder.GroupBoxWithBorder groupBoxWithBorder2;
  726. private CustomControl.ButtonUtil.NormalButton Packing;
  727. private System.Windows.Forms.CheckBox AutoGenBoxCode;
  728. private System.Windows.Forms.Label pr_packrule;
  729. private System.Windows.Forms.Label pa_status;
  730. private CustomControl.ButtonUtil.NormalButton SendCheck;
  731. private System.Windows.Forms.Label ob_batchqty;
  732. private System.Windows.Forms.Label ob_nowcheckqty_label;
  733. private System.Windows.Forms.Label ob_batchqty_label;
  734. private System.Windows.Forms.Label ob_nowcheckqty;
  735. private System.Windows.Forms.Label ob_checkno;
  736. }
  737. }