Packing_PackageCollection.Designer.cs 29 KB

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