Packing_PackageCollection.Designer.cs 30 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575
  1. namespace UAS_MES_NEW.Packing
  2. {
  3. partial class Packing_PackageCollection
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region Windows Form Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.components = new System.ComponentModel.Container();
  29. this.pa_makecode = new System.Windows.Forms.Label();
  30. this.pa_id = new System.Windows.Forms.Label();
  31. this.pr_packrule = new System.Windows.Forms.Label();
  32. this.pa_downstatus = new System.Windows.Forms.Label();
  33. this.pa_standardqty = new System.Windows.Forms.Label();
  34. this.label3 = new System.Windows.Forms.Label();
  35. this.PrintList_label = new System.Windows.Forms.Label();
  36. this.PrintNum_label = new System.Windows.Forms.Label();
  37. this.pr_code_label = new System.Windows.Forms.Label();
  38. this.pi_title = new System.Windows.Forms.Label();
  39. this.pa_code_label = new System.Windows.Forms.Label();
  40. this.PrintNum = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.EnterTextBox();
  41. this.pi_inoutno = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.SnCollectionBox();
  42. this.PrintLabel = new UAS_MES_NEW.CustomControl.ComBoxWithFocus.ComboxWithTip(this.components);
  43. this.PrintList = new UAS_MES_NEW.CustomControl.ComBoxWithFocus.PrinterCombox();
  44. this.OperateResult = new UAS_MES_NEW.CustomControl.RichText.RichTextAutoBottom();
  45. this.PackageDetail = new UAS_MES_NEW.CustomControl.DataGrid_View.DataGridViewWithSerialNum();
  46. this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  47. this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  48. this.dataGridViewTextBoxColumn3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  49. this.dataGridViewTextBoxColumn4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  50. this.dataGridViewTextBoxColumn5 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  51. this.dataGridViewTextBoxColumn6 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  52. this.pd_pocode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  53. this.pd_ordercode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  54. this.pd_prodcode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  55. this.pr_brand = new System.Windows.Forms.DataGridViewTextBoxColumn();
  56. this.pr_orispeccode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  57. this.pd_outqty = new System.Windows.Forms.DataGridViewTextBoxColumn();
  58. this.pr_detail = new System.Windows.Forms.DataGridViewTextBoxColumn();
  59. this.pd_description = new System.Windows.Forms.DataGridViewTextBoxColumn();
  60. this.pr_speccs = new System.Windows.Forms.DataGridViewTextBoxColumn();
  61. this.pd_custprodcode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  62. this.pd_id = new System.Windows.Forms.DataGridViewTextBoxColumn();
  63. this.codenum = new System.Windows.Forms.DataGridViewTextBoxColumn();
  64. this.onlynumber = new System.Windows.Forms.DataGridViewTextBoxColumn();
  65. this.datecode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  66. this.youxiaoqi = new System.Windows.Forms.DataGridViewTextBoxColumn();
  67. this.print = new System.Windows.Forms.DataGridViewButtonColumn();
  68. ((System.ComponentModel.ISupportInitialize)(this.PackageDetail)).BeginInit();
  69. this.SuspendLayout();
  70. //
  71. // pa_makecode
  72. //
  73. this.pa_makecode.AutoSize = true;
  74. this.pa_makecode.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  75. this.pa_makecode.Location = new System.Drawing.Point(1246, 640);
  76. this.pa_makecode.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  77. this.pa_makecode.Name = "pa_makecode";
  78. this.pa_makecode.Size = new System.Drawing.Size(0, 31);
  79. this.pa_makecode.TabIndex = 76;
  80. this.pa_makecode.Visible = false;
  81. //
  82. // pa_id
  83. //
  84. this.pa_id.AutoSize = true;
  85. this.pa_id.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  86. this.pa_id.Location = new System.Drawing.Point(1198, 640);
  87. this.pa_id.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  88. this.pa_id.Name = "pa_id";
  89. this.pa_id.Size = new System.Drawing.Size(0, 31);
  90. this.pa_id.TabIndex = 153;
  91. this.pa_id.Visible = false;
  92. //
  93. // pr_packrule
  94. //
  95. this.pr_packrule.AutoSize = true;
  96. this.pr_packrule.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  97. this.pr_packrule.Location = new System.Drawing.Point(1274, 627);
  98. this.pr_packrule.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  99. this.pr_packrule.Name = "pr_packrule";
  100. this.pr_packrule.Size = new System.Drawing.Size(0, 31);
  101. this.pr_packrule.TabIndex = 173;
  102. this.pr_packrule.Visible = false;
  103. //
  104. // pa_downstatus
  105. //
  106. this.pa_downstatus.AutoSize = true;
  107. this.pa_downstatus.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  108. this.pa_downstatus.Location = new System.Drawing.Point(1256, 684);
  109. this.pa_downstatus.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  110. this.pa_downstatus.Name = "pa_downstatus";
  111. this.pa_downstatus.Size = new System.Drawing.Size(0, 31);
  112. this.pa_downstatus.TabIndex = 178;
  113. this.pa_downstatus.Visible = false;
  114. //
  115. // pa_standardqty
  116. //
  117. this.pa_standardqty.AutoSize = true;
  118. this.pa_standardqty.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  119. this.pa_standardqty.Location = new System.Drawing.Point(1274, 705);
  120. this.pa_standardqty.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  121. this.pa_standardqty.Name = "pa_standardqty";
  122. this.pa_standardqty.Size = new System.Drawing.Size(0, 31);
  123. this.pa_standardqty.TabIndex = 180;
  124. this.pa_standardqty.Visible = false;
  125. //
  126. // label3
  127. //
  128. this.label3.AutoSize = true;
  129. this.label3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  130. this.label3.Location = new System.Drawing.Point(907, 108);
  131. this.label3.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  132. this.label3.Name = "label3";
  133. this.label3.Size = new System.Drawing.Size(110, 31);
  134. this.label3.TabIndex = 160;
  135. this.label3.Text = "打印标签";
  136. //
  137. // PrintList_label
  138. //
  139. this.PrintList_label.AutoSize = true;
  140. this.PrintList_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  141. this.PrintList_label.Location = new System.Drawing.Point(907, 48);
  142. this.PrintList_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  143. this.PrintList_label.Name = "PrintList_label";
  144. this.PrintList_label.Size = new System.Drawing.Size(134, 31);
  145. this.PrintList_label.TabIndex = 116;
  146. this.PrintList_label.Text = "打印机列表";
  147. //
  148. // PrintNum_label
  149. //
  150. this.PrintNum_label.AutoSize = true;
  151. this.PrintNum_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  152. this.PrintNum_label.Location = new System.Drawing.Point(1077, 168);
  153. this.PrintNum_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  154. this.PrintNum_label.Name = "PrintNum_label";
  155. this.PrintNum_label.Size = new System.Drawing.Size(62, 31);
  156. this.PrintNum_label.TabIndex = 124;
  157. this.PrintNum_label.Text = "份数";
  158. //
  159. // pr_code_label
  160. //
  161. this.pr_code_label.AutoSize = true;
  162. this.pr_code_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  163. this.pr_code_label.Location = new System.Drawing.Point(13, 122);
  164. this.pr_code_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  165. this.pr_code_label.Name = "pr_code_label";
  166. this.pr_code_label.Size = new System.Drawing.Size(62, 31);
  167. this.pr_code_label.TabIndex = 81;
  168. this.pr_code_label.Text = "客户";
  169. //
  170. // pi_title
  171. //
  172. this.pi_title.AutoSize = true;
  173. this.pi_title.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  174. this.pi_title.Location = new System.Drawing.Point(142, 122);
  175. this.pi_title.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  176. this.pi_title.MaximumSize = new System.Drawing.Size(225, 0);
  177. this.pi_title.Name = "pi_title";
  178. this.pi_title.Size = new System.Drawing.Size(0, 31);
  179. this.pi_title.TabIndex = 167;
  180. this.pi_title.TextChanged += new System.EventHandler(this.pr_code_TextChanged);
  181. //
  182. // pa_code_label
  183. //
  184. this.pa_code_label.AutoSize = true;
  185. this.pa_code_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  186. this.pa_code_label.Location = new System.Drawing.Point(13, 39);
  187. this.pa_code_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  188. this.pa_code_label.Name = "pa_code_label";
  189. this.pa_code_label.Size = new System.Drawing.Size(110, 31);
  190. this.pa_code_label.TabIndex = 113;
  191. this.pa_code_label.Text = "出货单号";
  192. //
  193. // PrintNum
  194. //
  195. this.PrintNum.AllPower = null;
  196. this.PrintNum.BackColor = System.Drawing.Color.White;
  197. this.PrintNum.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  198. this.PrintNum.ID = null;
  199. this.PrintNum.Location = new System.Drawing.Point(1150, 171);
  200. this.PrintNum.Margin = new System.Windows.Forms.Padding(4);
  201. this.PrintNum.Name = "PrintNum";
  202. this.PrintNum.Power = null;
  203. this.PrintNum.Size = new System.Drawing.Size(44, 31);
  204. this.PrintNum.Str = null;
  205. this.PrintNum.Str1 = null;
  206. this.PrintNum.Str2 = null;
  207. this.PrintNum.TabIndex = 181;
  208. //
  209. // pi_inoutno
  210. //
  211. this.pi_inoutno.AllPower = null;
  212. this.pi_inoutno.BackColor = System.Drawing.Color.White;
  213. this.pi_inoutno.Font = new System.Drawing.Font("微软雅黑", 12F);
  214. this.pi_inoutno.ForeColor = System.Drawing.Color.Black;
  215. this.pi_inoutno.ID = null;
  216. this.pi_inoutno.Location = new System.Drawing.Point(136, 36);
  217. this.pi_inoutno.Margin = new System.Windows.Forms.Padding(9, 10, 9, 10);
  218. this.pi_inoutno.Name = "pi_inoutno";
  219. this.pi_inoutno.Power = null;
  220. this.pi_inoutno.Size = new System.Drawing.Size(272, 39);
  221. this.pi_inoutno.Str = null;
  222. this.pi_inoutno.Str1 = null;
  223. this.pi_inoutno.Str2 = null;
  224. this.pi_inoutno.TabIndex = 163;
  225. this.pi_inoutno.KeyDown += new System.Windows.Forms.KeyEventHandler(this.pa_code_KeyDown);
  226. //
  227. // PrintLabel
  228. //
  229. this.PrintLabel.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  230. this.PrintLabel.Font = new System.Drawing.Font("微软雅黑", 9F);
  231. this.PrintLabel.FormattingEnabled = true;
  232. this.PrintLabel.Location = new System.Drawing.Point(1081, 106);
  233. this.PrintLabel.Name = "PrintLabel";
  234. this.PrintLabel.Size = new System.Drawing.Size(202, 32);
  235. this.PrintLabel.TabIndex = 159;
  236. this.PrintLabel.SelectedValueChanged += new System.EventHandler(this.PrintLabel_SelectedValueChanged);
  237. //
  238. // PrintList
  239. //
  240. this.PrintList.Font = new System.Drawing.Font("微软雅黑", 9F);
  241. this.PrintList.Location = new System.Drawing.Point(1081, 51);
  242. this.PrintList.Margin = new System.Windows.Forms.Padding(9, 10, 9, 10);
  243. this.PrintList.Name = "PrintList";
  244. this.PrintList.Size = new System.Drawing.Size(204, 42);
  245. this.PrintList.TabIndex = 158;
  246. //
  247. // OperateResult
  248. //
  249. this.OperateResult.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  250. this.OperateResult.Location = new System.Drawing.Point(6, 640);
  251. this.OperateResult.Margin = new System.Windows.Forms.Padding(4);
  252. this.OperateResult.Name = "OperateResult";
  253. this.OperateResult.Size = new System.Drawing.Size(1293, 178);
  254. this.OperateResult.TabIndex = 155;
  255. this.OperateResult.Text = "";
  256. //
  257. // PackageDetail
  258. //
  259. this.PackageDetail.AllowUserToAddRows = false;
  260. this.PackageDetail.AllowUserToDeleteRows = false;
  261. this.PackageDetail.BackgroundColor = System.Drawing.SystemColors.ButtonFace;
  262. this.PackageDetail.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  263. this.PackageDetail.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  264. this.pd_pocode,
  265. this.pd_ordercode,
  266. this.pd_prodcode,
  267. this.pr_brand,
  268. this.pr_orispeccode,
  269. this.pd_outqty,
  270. this.pr_detail,
  271. this.pd_description,
  272. this.pr_speccs,
  273. this.pd_custprodcode,
  274. this.pd_id,
  275. this.codenum,
  276. this.onlynumber,
  277. this.datecode,
  278. this.youxiaoqi,
  279. this.print});
  280. this.PackageDetail.EnableContentClick = true;
  281. this.PackageDetail.Location = new System.Drawing.Point(6, 226);
  282. this.PackageDetail.Margin = new System.Windows.Forms.Padding(4);
  283. this.PackageDetail.Name = "PackageDetail";
  284. this.PackageDetail.RowHeadersWidth = 62;
  285. this.PackageDetail.RowTemplate.Height = 23;
  286. this.PackageDetail.Size = new System.Drawing.Size(1293, 402);
  287. this.PackageDetail.TabIndex = 134;
  288. this.PackageDetail.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.PackageDetail_CellContentClick);
  289. //
  290. // dataGridViewTextBoxColumn1
  291. //
  292. this.dataGridViewTextBoxColumn1.DataPropertyName = "pd_barcode";
  293. this.dataGridViewTextBoxColumn1.HeaderText = "序列号";
  294. this.dataGridViewTextBoxColumn1.MinimumWidth = 250;
  295. this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1";
  296. this.dataGridViewTextBoxColumn1.ReadOnly = true;
  297. this.dataGridViewTextBoxColumn1.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  298. this.dataGridViewTextBoxColumn1.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Programmatic;
  299. this.dataGridViewTextBoxColumn1.Width = 250;
  300. //
  301. // dataGridViewTextBoxColumn2
  302. //
  303. this.dataGridViewTextBoxColumn2.DataPropertyName = "pa_outboxcode";
  304. this.dataGridViewTextBoxColumn2.HeaderText = "箱号";
  305. this.dataGridViewTextBoxColumn2.MinimumWidth = 200;
  306. this.dataGridViewTextBoxColumn2.Name = "dataGridViewTextBoxColumn2";
  307. this.dataGridViewTextBoxColumn2.ReadOnly = true;
  308. this.dataGridViewTextBoxColumn2.Width = 201;
  309. //
  310. // dataGridViewTextBoxColumn3
  311. //
  312. this.dataGridViewTextBoxColumn3.DataPropertyName = "pa_prodcode";
  313. this.dataGridViewTextBoxColumn3.HeaderText = "产品编号";
  314. this.dataGridViewTextBoxColumn3.MinimumWidth = 8;
  315. this.dataGridViewTextBoxColumn3.Name = "dataGridViewTextBoxColumn3";
  316. this.dataGridViewTextBoxColumn3.ReadOnly = true;
  317. this.dataGridViewTextBoxColumn3.Visible = false;
  318. this.dataGridViewTextBoxColumn3.Width = 150;
  319. //
  320. // dataGridViewTextBoxColumn4
  321. //
  322. this.dataGridViewTextBoxColumn4.DataPropertyName = "pd_innerqty";
  323. this.dataGridViewTextBoxColumn4.HeaderText = "箱内数量";
  324. this.dataGridViewTextBoxColumn4.MinimumWidth = 8;
  325. this.dataGridViewTextBoxColumn4.Name = "dataGridViewTextBoxColumn4";
  326. this.dataGridViewTextBoxColumn4.ReadOnly = true;
  327. this.dataGridViewTextBoxColumn4.Visible = false;
  328. this.dataGridViewTextBoxColumn4.Width = 80;
  329. //
  330. // dataGridViewTextBoxColumn5
  331. //
  332. this.dataGridViewTextBoxColumn5.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
  333. this.dataGridViewTextBoxColumn5.DataPropertyName = "pa_indate";
  334. this.dataGridViewTextBoxColumn5.HeaderText = "装箱日期";
  335. this.dataGridViewTextBoxColumn5.MinimumWidth = 300;
  336. this.dataGridViewTextBoxColumn5.Name = "dataGridViewTextBoxColumn5";
  337. this.dataGridViewTextBoxColumn5.ReadOnly = true;
  338. this.dataGridViewTextBoxColumn5.Width = 300;
  339. //
  340. // dataGridViewTextBoxColumn6
  341. //
  342. this.dataGridViewTextBoxColumn6.DataPropertyName = "pd_id";
  343. this.dataGridViewTextBoxColumn6.HeaderText = "ID";
  344. this.dataGridViewTextBoxColumn6.MinimumWidth = 8;
  345. this.dataGridViewTextBoxColumn6.Name = "dataGridViewTextBoxColumn6";
  346. this.dataGridViewTextBoxColumn6.ReadOnly = true;
  347. this.dataGridViewTextBoxColumn6.Visible = false;
  348. this.dataGridViewTextBoxColumn6.Width = 150;
  349. //
  350. // pd_pocode
  351. //
  352. this.pd_pocode.DataPropertyName = "pd_pocode";
  353. this.pd_pocode.HeaderText = "客户PO";
  354. this.pd_pocode.MinimumWidth = 8;
  355. this.pd_pocode.Name = "pd_pocode";
  356. this.pd_pocode.ReadOnly = true;
  357. this.pd_pocode.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  358. this.pd_pocode.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Programmatic;
  359. this.pd_pocode.Width = 150;
  360. //
  361. // pd_ordercode
  362. //
  363. this.pd_ordercode.DataPropertyName = "pd_ordercode";
  364. this.pd_ordercode.HeaderText = "订单号";
  365. this.pd_ordercode.MinimumWidth = 8;
  366. this.pd_ordercode.Name = "pd_ordercode";
  367. this.pd_ordercode.ReadOnly = true;
  368. this.pd_ordercode.Width = 150;
  369. //
  370. // pd_prodcode
  371. //
  372. this.pd_prodcode.DataPropertyName = "pd_prodcode";
  373. this.pd_prodcode.HeaderText = "物料编号";
  374. this.pd_prodcode.MinimumWidth = 100;
  375. this.pd_prodcode.Name = "pd_prodcode";
  376. this.pd_prodcode.ReadOnly = true;
  377. this.pd_prodcode.Width = 150;
  378. //
  379. // pr_brand
  380. //
  381. this.pr_brand.DataPropertyName = "pr_brand";
  382. this.pr_brand.HeaderText = "品牌";
  383. this.pr_brand.MinimumWidth = 8;
  384. this.pr_brand.Name = "pr_brand";
  385. this.pr_brand.ReadOnly = true;
  386. this.pr_brand.Width = 80;
  387. //
  388. // pr_orispeccode
  389. //
  390. this.pr_orispeccode.DataPropertyName = "pr_orispeccode";
  391. this.pr_orispeccode.HeaderText = "型号";
  392. this.pr_orispeccode.MinimumWidth = 150;
  393. this.pr_orispeccode.Name = "pr_orispeccode";
  394. this.pr_orispeccode.ReadOnly = true;
  395. this.pr_orispeccode.Width = 150;
  396. //
  397. // pd_outqty
  398. //
  399. this.pd_outqty.DataPropertyName = "pd_outqty";
  400. this.pd_outqty.HeaderText = "数量";
  401. this.pd_outqty.MinimumWidth = 8;
  402. this.pd_outqty.Name = "pd_outqty";
  403. this.pd_outqty.ReadOnly = true;
  404. this.pd_outqty.Width = 80;
  405. //
  406. // pr_detail
  407. //
  408. this.pr_detail.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
  409. this.pr_detail.DataPropertyName = "pr_detail";
  410. this.pr_detail.HeaderText = "产品名称";
  411. this.pr_detail.MinimumWidth = 200;
  412. this.pr_detail.Name = "pr_detail";
  413. this.pr_detail.ReadOnly = true;
  414. this.pr_detail.Width = 200;
  415. //
  416. // pd_description
  417. //
  418. this.pd_description.DataPropertyName = "pd_description";
  419. this.pd_description.HeaderText = "批次号";
  420. this.pd_description.MinimumWidth = 100;
  421. this.pd_description.Name = "pd_description";
  422. this.pd_description.Width = 150;
  423. //
  424. // pr_speccs
  425. //
  426. this.pr_speccs.DataPropertyName = "pr_speccs";
  427. this.pr_speccs.HeaderText = "封装";
  428. this.pr_speccs.MinimumWidth = 8;
  429. this.pr_speccs.Name = "pr_speccs";
  430. this.pr_speccs.Width = 150;
  431. //
  432. // pd_custprodcode
  433. //
  434. this.pd_custprodcode.DataPropertyName = "pd_custprodcode";
  435. this.pd_custprodcode.HeaderText = "客户料号";
  436. this.pd_custprodcode.MinimumWidth = 8;
  437. this.pd_custprodcode.Name = "pd_custprodcode";
  438. this.pd_custprodcode.Width = 150;
  439. //
  440. // pd_id
  441. //
  442. this.pd_id.DataPropertyName = "pd_id";
  443. this.pd_id.HeaderText = "ID";
  444. this.pd_id.MinimumWidth = 8;
  445. this.pd_id.Name = "pd_id";
  446. this.pd_id.ReadOnly = true;
  447. this.pd_id.Visible = false;
  448. this.pd_id.Width = 150;
  449. //
  450. // codenum
  451. //
  452. this.codenum.HeaderText = "标签数量";
  453. this.codenum.MinimumWidth = 75;
  454. this.codenum.Name = "codenum";
  455. this.codenum.Width = 75;
  456. //
  457. // onlynumber
  458. //
  459. this.onlynumber.DataPropertyName = "onlynumber";
  460. this.onlynumber.HeaderText = "料盘序号";
  461. this.onlynumber.MinimumWidth = 8;
  462. this.onlynumber.Name = "onlynumber";
  463. this.onlynumber.Width = 150;
  464. //
  465. // datecode
  466. //
  467. this.datecode.DataPropertyName = "datecode";
  468. this.datecode.HeaderText = "周期";
  469. this.datecode.MinimumWidth = 100;
  470. this.datecode.Name = "datecode";
  471. this.datecode.Width = 150;
  472. //
  473. // youxiaoqi
  474. //
  475. this.youxiaoqi.DataPropertyName = "youxiaoqi";
  476. this.youxiaoqi.HeaderText = "有效期";
  477. this.youxiaoqi.MinimumWidth = 100;
  478. this.youxiaoqi.Name = "youxiaoqi";
  479. this.youxiaoqi.Width = 150;
  480. //
  481. // print
  482. //
  483. this.print.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
  484. this.print.HeaderText = "";
  485. this.print.MinimumWidth = 100;
  486. this.print.Name = "print";
  487. this.print.Text = "打印";
  488. this.print.UseColumnTextForButtonValue = true;
  489. this.print.Width = 150;
  490. //
  491. // Packing_PackageCollection
  492. //
  493. this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F);
  494. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  495. this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
  496. this.ClientSize = new System.Drawing.Size(1334, 834);
  497. this.Controls.Add(this.PrintNum);
  498. this.Controls.Add(this.pi_inoutno);
  499. this.Controls.Add(this.pr_code_label);
  500. this.Controls.Add(this.pi_title);
  501. this.Controls.Add(this.pa_code_label);
  502. this.Controls.Add(this.PrintLabel);
  503. this.Controls.Add(this.label3);
  504. this.Controls.Add(this.PrintList);
  505. this.Controls.Add(this.PrintList_label);
  506. this.Controls.Add(this.PrintNum_label);
  507. this.Controls.Add(this.pa_standardqty);
  508. this.Controls.Add(this.pa_downstatus);
  509. this.Controls.Add(this.pr_packrule);
  510. this.Controls.Add(this.OperateResult);
  511. this.Controls.Add(this.pa_id);
  512. this.Controls.Add(this.PackageDetail);
  513. this.Controls.Add(this.pa_makecode);
  514. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
  515. this.Margin = new System.Windows.Forms.Padding(4);
  516. this.Name = "Packing_PackageCollection";
  517. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  518. this.Tag = "Packing!PackageCollection";
  519. this.Text = "包装采集";
  520. this.Activated += new System.EventHandler(this.PackCollection_Activated);
  521. this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.PackCollection_FormClosing);
  522. this.Load += new System.EventHandler(this.PackCollection_Load);
  523. this.SizeChanged += new System.EventHandler(this.PackCollection_SizeChanged);
  524. ((System.ComponentModel.ISupportInitialize)(this.PackageDetail)).EndInit();
  525. this.ResumeLayout(false);
  526. this.PerformLayout();
  527. }
  528. #endregion
  529. private System.Windows.Forms.Label pr_code_label;
  530. private System.Windows.Forms.Label pa_makecode;
  531. private System.Windows.Forms.Label pa_code_label;
  532. private System.Windows.Forms.Label PrintList_label;
  533. private System.Windows.Forms.Label PrintNum_label;
  534. private CustomControl.DataGrid_View.DataGridViewWithSerialNum PackageDetail;
  535. private System.Windows.Forms.Label pa_id;
  536. private CustomControl.RichText.RichTextAutoBottom OperateResult;
  537. private CustomControl.ComBoxWithFocus.PrinterCombox PrintList;
  538. private System.Windows.Forms.Label label3;
  539. private System.Windows.Forms.Label pi_title;
  540. private System.Windows.Forms.Label pr_packrule;
  541. private System.Windows.Forms.Label pa_downstatus;
  542. private System.Windows.Forms.Label pa_standardqty;
  543. private CustomControl.TextBoxWithIcon.EnterTextBox PrintNum;
  544. private UAS_MES_NEW.CustomControl.ComBoxWithFocus.ComboxWithTip PrintLabel;
  545. public CustomControl.TextBoxWithIcon.SnCollectionBox pi_inoutno;
  546. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn1;
  547. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn2;
  548. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn3;
  549. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn4;
  550. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn5;
  551. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn6;
  552. private System.Windows.Forms.DataGridViewTextBoxColumn pd_pocode;
  553. private System.Windows.Forms.DataGridViewTextBoxColumn pd_ordercode;
  554. private System.Windows.Forms.DataGridViewTextBoxColumn pd_prodcode;
  555. private System.Windows.Forms.DataGridViewTextBoxColumn pr_brand;
  556. private System.Windows.Forms.DataGridViewTextBoxColumn pr_orispeccode;
  557. private System.Windows.Forms.DataGridViewTextBoxColumn pd_outqty;
  558. private System.Windows.Forms.DataGridViewTextBoxColumn pr_detail;
  559. private System.Windows.Forms.DataGridViewTextBoxColumn pd_description;
  560. private System.Windows.Forms.DataGridViewTextBoxColumn pr_speccs;
  561. private System.Windows.Forms.DataGridViewTextBoxColumn pd_custprodcode;
  562. private System.Windows.Forms.DataGridViewTextBoxColumn pd_id;
  563. private System.Windows.Forms.DataGridViewTextBoxColumn codenum;
  564. private System.Windows.Forms.DataGridViewTextBoxColumn onlynumber;
  565. private System.Windows.Forms.DataGridViewTextBoxColumn datecode;
  566. private System.Windows.Forms.DataGridViewTextBoxColumn youxiaoqi;
  567. private System.Windows.Forms.DataGridViewButtonColumn print;
  568. }
  569. }