Make_PackageCollection.Designer.cs 34 KB

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