Packing_PackageCollection.Designer.cs 31 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608
  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.pa_makecode = new System.Windows.Forms.Label();
  29. this.pa_id = new System.Windows.Forms.Label();
  30. this.pr_packrule = new System.Windows.Forms.Label();
  31. this.pa_downstatus = new System.Windows.Forms.Label();
  32. this.pa_standardqty = new System.Windows.Forms.Label();
  33. this.PrintList_label = new System.Windows.Forms.Label();
  34. this.pr_code_label = new System.Windows.Forms.Label();
  35. this.pi_title = new System.Windows.Forms.Label();
  36. this.pa_code_label = new System.Windows.Forms.Label();
  37. this.button1 = new System.Windows.Forms.Button();
  38. this.button2 = new System.Windows.Forms.Button();
  39. this.button3 = new System.Windows.Forms.Button();
  40. this.label2 = new System.Windows.Forms.Label();
  41. this.pi_id = new System.Windows.Forms.Label();
  42. this.pi_class = new System.Windows.Forms.Label();
  43. this.pi_whcode = new System.Windows.Forms.Label();
  44. this.button4 = new System.Windows.Forms.Button();
  45. this.pb_name = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.SearchTextBox();
  46. this.pi_inoutno = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.SnCollectionBox();
  47. this.PrintList = new UAS_MES_NEW.CustomControl.ComBoxWithFocus.PrinterCombox();
  48. this.OperateResult = new UAS_MES_NEW.CustomControl.RichText.RichTextAutoBottom();
  49. this.PackageDetail = new UAS_MES_NEW.CustomControl.DataGrid_View.DataGridViewWithSerialNum();
  50. this.pd_pocode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  51. this.pd_ordercode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  52. this.pd_prodcode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  53. this.pr_detail = new System.Windows.Forms.DataGridViewTextBoxColumn();
  54. this.pr_spec = new System.Windows.Forms.DataGridViewTextBoxColumn();
  55. this.qty = new System.Windows.Forms.DataGridViewTextBoxColumn();
  56. this.pd_description = new System.Windows.Forms.DataGridViewTextBoxColumn();
  57. this.pdaqty = new System.Windows.Forms.DataGridViewTextBoxColumn();
  58. this.onlynumber = new System.Windows.Forms.DataGridViewTextBoxColumn();
  59. this.datecode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  60. this.youxiaoqi = new System.Windows.Forms.DataGridViewTextBoxColumn();
  61. this.print = new System.Windows.Forms.DataGridViewButtonColumn();
  62. this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  63. this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  64. this.dataGridViewTextBoxColumn3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  65. this.dataGridViewTextBoxColumn4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  66. this.dataGridViewTextBoxColumn5 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  67. this.dataGridViewTextBoxColumn6 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  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(907, 794);
  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. // PrintList_label
  127. //
  128. this.PrintList_label.AutoSize = true;
  129. this.PrintList_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  130. this.PrintList_label.Location = new System.Drawing.Point(907, 48);
  131. this.PrintList_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  132. this.PrintList_label.Name = "PrintList_label";
  133. this.PrintList_label.Size = new System.Drawing.Size(134, 31);
  134. this.PrintList_label.TabIndex = 116;
  135. this.PrintList_label.Text = "打印机列表";
  136. //
  137. // pr_code_label
  138. //
  139. this.pr_code_label.AutoSize = true;
  140. this.pr_code_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  141. this.pr_code_label.Location = new System.Drawing.Point(13, 122);
  142. this.pr_code_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  143. this.pr_code_label.Name = "pr_code_label";
  144. this.pr_code_label.Size = new System.Drawing.Size(86, 31);
  145. this.pr_code_label.TabIndex = 81;
  146. this.pr_code_label.Text = "供应商";
  147. //
  148. // pi_title
  149. //
  150. this.pi_title.AutoSize = true;
  151. this.pi_title.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  152. this.pi_title.Location = new System.Drawing.Point(142, 122);
  153. this.pi_title.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  154. this.pi_title.MaximumSize = new System.Drawing.Size(225, 0);
  155. this.pi_title.Name = "pi_title";
  156. this.pi_title.Size = new System.Drawing.Size(0, 31);
  157. this.pi_title.TabIndex = 167;
  158. this.pi_title.TextChanged += new System.EventHandler(this.pr_code_TextChanged);
  159. //
  160. // pa_code_label
  161. //
  162. this.pa_code_label.AutoSize = true;
  163. this.pa_code_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  164. this.pa_code_label.Location = new System.Drawing.Point(13, 39);
  165. this.pa_code_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  166. this.pa_code_label.Name = "pa_code_label";
  167. this.pa_code_label.Size = new System.Drawing.Size(110, 31);
  168. this.pa_code_label.TabIndex = 113;
  169. this.pa_code_label.Text = "入库单号";
  170. //
  171. // button1
  172. //
  173. this.button1.Location = new System.Drawing.Point(913, 124);
  174. this.button1.Name = "button1";
  175. this.button1.Size = new System.Drawing.Size(106, 34);
  176. this.button1.TabIndex = 182;
  177. this.button1.Text = "条码清单";
  178. this.button1.UseVisualStyleBackColor = true;
  179. this.button1.Click += new System.EventHandler(this.button1_Click);
  180. //
  181. // button2
  182. //
  183. this.button2.Location = new System.Drawing.Point(740, 12);
  184. this.button2.Name = "button2";
  185. this.button2.Size = new System.Drawing.Size(160, 34);
  186. this.button2.TabIndex = 185;
  187. this.button2.Text = "8001连接";
  188. this.button2.UseVisualStyleBackColor = true;
  189. this.button2.Click += new System.EventHandler(this.button2_Click);
  190. //
  191. // button3
  192. //
  193. this.button3.Location = new System.Drawing.Point(740, 79);
  194. this.button3.Name = "button3";
  195. this.button3.Size = new System.Drawing.Size(160, 34);
  196. this.button3.TabIndex = 186;
  197. this.button3.Text = "8002连接";
  198. this.button3.UseVisualStyleBackColor = true;
  199. this.button3.Click += new System.EventHandler(this.button3_Click);
  200. //
  201. // label2
  202. //
  203. this.label2.AutoSize = true;
  204. this.label2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  205. this.label2.Location = new System.Drawing.Point(421, 42);
  206. this.label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  207. this.label2.Name = "label2";
  208. this.label2.Size = new System.Drawing.Size(62, 31);
  209. this.label2.TabIndex = 188;
  210. this.label2.Text = "品牌";
  211. //
  212. // pi_id
  213. //
  214. this.pi_id.AutoSize = true;
  215. this.pi_id.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  216. this.pi_id.Location = new System.Drawing.Point(667, 402);
  217. this.pi_id.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  218. this.pi_id.Name = "pi_id";
  219. this.pi_id.Size = new System.Drawing.Size(0, 31);
  220. this.pi_id.TabIndex = 189;
  221. this.pi_id.Visible = false;
  222. //
  223. // pi_class
  224. //
  225. this.pi_class.AutoSize = true;
  226. this.pi_class.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  227. this.pi_class.Location = new System.Drawing.Point(675, 410);
  228. this.pi_class.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  229. this.pi_class.Name = "pi_class";
  230. this.pi_class.Size = new System.Drawing.Size(0, 31);
  231. this.pi_class.TabIndex = 190;
  232. this.pi_class.Visible = false;
  233. //
  234. // pi_whcode
  235. //
  236. this.pi_whcode.AutoSize = true;
  237. this.pi_whcode.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  238. this.pi_whcode.Location = new System.Drawing.Point(683, 418);
  239. this.pi_whcode.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  240. this.pi_whcode.Name = "pi_whcode";
  241. this.pi_whcode.Size = new System.Drawing.Size(0, 31);
  242. this.pi_whcode.TabIndex = 191;
  243. this.pi_whcode.Visible = false;
  244. //
  245. // button4
  246. //
  247. this.button4.Location = new System.Drawing.Point(740, 144);
  248. this.button4.Name = "button4";
  249. this.button4.Size = new System.Drawing.Size(160, 34);
  250. this.button4.TabIndex = 192;
  251. this.button4.Text = "8003连接";
  252. this.button4.UseVisualStyleBackColor = true;
  253. this.button4.Click += new System.EventHandler(this.button4_Click);
  254. //
  255. // pb_name
  256. //
  257. this.pb_name.AllPower = "";
  258. this.pb_name.Caller = null;
  259. this.pb_name.Condition = null;
  260. this.pb_name.DBTitle = "回流工序";
  261. this.pb_name.Font = new System.Drawing.Font("微软雅黑", 9F);
  262. this.pb_name.FormName = null;
  263. this.pb_name.Location = new System.Drawing.Point(491, 42);
  264. this.pb_name.Margin = new System.Windows.Forms.Padding(4);
  265. this.pb_name.Name = "pb_name";
  266. this.pb_name.Power = "";
  267. this.pb_name.ReturnData = null;
  268. this.pb_name.SelectField = null;
  269. this.pb_name.SetValueField = null;
  270. this.pb_name.Size = new System.Drawing.Size(177, 33);
  271. this.pb_name.TabIndex = 187;
  272. this.pb_name.TableName = null;
  273. this.pb_name.Tag = "";
  274. this.pb_name.TextBoxEnable = false;
  275. this.pb_name.UserControlTextChanged += new UAS_MES_NEW.CustomControl.TextBoxWithIcon.SearchTextBox.OnTextChange(this.pb_name_UserControlTextChanged);
  276. //
  277. // pi_inoutno
  278. //
  279. this.pi_inoutno.AllPower = null;
  280. this.pi_inoutno.BackColor = System.Drawing.Color.White;
  281. this.pi_inoutno.Font = new System.Drawing.Font("微软雅黑", 12F);
  282. this.pi_inoutno.ForeColor = System.Drawing.Color.Black;
  283. this.pi_inoutno.ID = null;
  284. this.pi_inoutno.Location = new System.Drawing.Point(136, 36);
  285. this.pi_inoutno.Margin = new System.Windows.Forms.Padding(9, 10, 9, 10);
  286. this.pi_inoutno.Name = "pi_inoutno";
  287. this.pi_inoutno.Power = null;
  288. this.pi_inoutno.Size = new System.Drawing.Size(272, 39);
  289. this.pi_inoutno.Str = null;
  290. this.pi_inoutno.Str1 = null;
  291. this.pi_inoutno.Str2 = null;
  292. this.pi_inoutno.TabIndex = 163;
  293. this.pi_inoutno.KeyDown += new System.Windows.Forms.KeyEventHandler(this.pa_code_KeyDown);
  294. //
  295. // PrintList
  296. //
  297. this.PrintList.Font = new System.Drawing.Font("微软雅黑", 9F);
  298. this.PrintList.Location = new System.Drawing.Point(1081, 51);
  299. this.PrintList.Margin = new System.Windows.Forms.Padding(9, 10, 9, 10);
  300. this.PrintList.Name = "PrintList";
  301. this.PrintList.Size = new System.Drawing.Size(204, 42);
  302. this.PrintList.TabIndex = 158;
  303. //
  304. // OperateResult
  305. //
  306. this.OperateResult.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  307. this.OperateResult.Location = new System.Drawing.Point(6, 607);
  308. this.OperateResult.Margin = new System.Windows.Forms.Padding(4);
  309. this.OperateResult.Name = "OperateResult";
  310. this.OperateResult.Size = new System.Drawing.Size(1293, 178);
  311. this.OperateResult.TabIndex = 155;
  312. this.OperateResult.Text = "";
  313. //
  314. // PackageDetail
  315. //
  316. this.PackageDetail.AllowUserToAddRows = false;
  317. this.PackageDetail.AllowUserToDeleteRows = false;
  318. this.PackageDetail.BackgroundColor = System.Drawing.SystemColors.ButtonFace;
  319. this.PackageDetail.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  320. this.PackageDetail.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  321. this.pd_pocode,
  322. this.pd_ordercode,
  323. this.pd_prodcode,
  324. this.pr_detail,
  325. this.pr_spec,
  326. this.qty,
  327. this.pd_description,
  328. this.pdaqty,
  329. this.onlynumber,
  330. this.datecode,
  331. this.youxiaoqi,
  332. this.print});
  333. this.PackageDetail.EnableContentClick = true;
  334. this.PackageDetail.Location = new System.Drawing.Point(6, 197);
  335. this.PackageDetail.Margin = new System.Windows.Forms.Padding(4);
  336. this.PackageDetail.Name = "PackageDetail";
  337. this.PackageDetail.RowHeadersWidth = 62;
  338. this.PackageDetail.RowTemplate.Height = 23;
  339. this.PackageDetail.Size = new System.Drawing.Size(1293, 402);
  340. this.PackageDetail.TabIndex = 134;
  341. this.PackageDetail.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.PackageDetail_CellContentClick);
  342. //
  343. // pd_pocode
  344. //
  345. this.pd_pocode.DataPropertyName = "pd_pocode";
  346. this.pd_pocode.HeaderText = "客户PO";
  347. this.pd_pocode.MinimumWidth = 8;
  348. this.pd_pocode.Name = "pd_pocode";
  349. this.pd_pocode.ReadOnly = true;
  350. this.pd_pocode.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  351. this.pd_pocode.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Programmatic;
  352. this.pd_pocode.Visible = false;
  353. this.pd_pocode.Width = 150;
  354. //
  355. // pd_ordercode
  356. //
  357. this.pd_ordercode.DataPropertyName = "pd_ordercode";
  358. this.pd_ordercode.HeaderText = "订单号";
  359. this.pd_ordercode.MinimumWidth = 8;
  360. this.pd_ordercode.Name = "pd_ordercode";
  361. this.pd_ordercode.ReadOnly = true;
  362. this.pd_ordercode.Visible = false;
  363. this.pd_ordercode.Width = 150;
  364. //
  365. // pd_prodcode
  366. //
  367. this.pd_prodcode.DataPropertyName = "pd_prodcode";
  368. this.pd_prodcode.HeaderText = "物料编号";
  369. this.pd_prodcode.MinimumWidth = 100;
  370. this.pd_prodcode.Name = "pd_prodcode";
  371. this.pd_prodcode.ReadOnly = true;
  372. this.pd_prodcode.Width = 150;
  373. //
  374. // pr_detail
  375. //
  376. this.pr_detail.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
  377. this.pr_detail.DataPropertyName = "pr_detail";
  378. this.pr_detail.HeaderText = "名称";
  379. this.pr_detail.MinimumWidth = 200;
  380. this.pr_detail.Name = "pr_detail";
  381. this.pr_detail.ReadOnly = true;
  382. this.pr_detail.Width = 200;
  383. //
  384. // pr_spec
  385. //
  386. this.pr_spec.DataPropertyName = "pr_spec";
  387. this.pr_spec.HeaderText = "规格型号";
  388. this.pr_spec.MinimumWidth = 200;
  389. this.pr_spec.Name = "pr_spec";
  390. this.pr_spec.ReadOnly = true;
  391. this.pr_spec.Width = 200;
  392. //
  393. // qty
  394. //
  395. this.qty.DataPropertyName = "qty";
  396. this.qty.HeaderText = "入库数量";
  397. this.qty.MinimumWidth = 8;
  398. this.qty.Name = "qty";
  399. this.qty.ReadOnly = true;
  400. this.qty.Width = 80;
  401. //
  402. // pd_description
  403. //
  404. this.pd_description.DataPropertyName = "pd_description";
  405. this.pd_description.HeaderText = "批次号";
  406. this.pd_description.MinimumWidth = 100;
  407. this.pd_description.Name = "pd_description";
  408. this.pd_description.Visible = false;
  409. this.pd_description.Width = 150;
  410. //
  411. // pdaqty
  412. //
  413. this.pdaqty.DataPropertyName = "pdaqty";
  414. this.pdaqty.HeaderText = "条码数量";
  415. this.pdaqty.MinimumWidth = 75;
  416. this.pdaqty.Name = "pdaqty";
  417. this.pdaqty.ReadOnly = true;
  418. this.pdaqty.Width = 75;
  419. //
  420. // onlynumber
  421. //
  422. this.onlynumber.DataPropertyName = "onlynumber";
  423. this.onlynumber.HeaderText = "料盘序号";
  424. this.onlynumber.MinimumWidth = 8;
  425. this.onlynumber.Name = "onlynumber";
  426. this.onlynumber.Visible = false;
  427. this.onlynumber.Width = 150;
  428. //
  429. // datecode
  430. //
  431. this.datecode.DataPropertyName = "datecode";
  432. this.datecode.HeaderText = "周期";
  433. this.datecode.MinimumWidth = 100;
  434. this.datecode.Name = "datecode";
  435. this.datecode.Visible = false;
  436. this.datecode.Width = 150;
  437. //
  438. // youxiaoqi
  439. //
  440. this.youxiaoqi.DataPropertyName = "youxiaoqi";
  441. this.youxiaoqi.HeaderText = "有效期";
  442. this.youxiaoqi.MinimumWidth = 100;
  443. this.youxiaoqi.Name = "youxiaoqi";
  444. this.youxiaoqi.Visible = false;
  445. this.youxiaoqi.Width = 150;
  446. //
  447. // print
  448. //
  449. this.print.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
  450. this.print.HeaderText = "";
  451. this.print.MinimumWidth = 100;
  452. this.print.Name = "print";
  453. this.print.Text = "打印";
  454. this.print.UseColumnTextForButtonValue = true;
  455. this.print.Visible = false;
  456. this.print.Width = 150;
  457. //
  458. // dataGridViewTextBoxColumn1
  459. //
  460. this.dataGridViewTextBoxColumn1.DataPropertyName = "pd_barcode";
  461. this.dataGridViewTextBoxColumn1.HeaderText = "序列号";
  462. this.dataGridViewTextBoxColumn1.MinimumWidth = 250;
  463. this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1";
  464. this.dataGridViewTextBoxColumn1.ReadOnly = true;
  465. this.dataGridViewTextBoxColumn1.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  466. this.dataGridViewTextBoxColumn1.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Programmatic;
  467. this.dataGridViewTextBoxColumn1.Width = 250;
  468. //
  469. // dataGridViewTextBoxColumn2
  470. //
  471. this.dataGridViewTextBoxColumn2.DataPropertyName = "pa_outboxcode";
  472. this.dataGridViewTextBoxColumn2.HeaderText = "箱号";
  473. this.dataGridViewTextBoxColumn2.MinimumWidth = 200;
  474. this.dataGridViewTextBoxColumn2.Name = "dataGridViewTextBoxColumn2";
  475. this.dataGridViewTextBoxColumn2.ReadOnly = true;
  476. this.dataGridViewTextBoxColumn2.Width = 201;
  477. //
  478. // dataGridViewTextBoxColumn3
  479. //
  480. this.dataGridViewTextBoxColumn3.DataPropertyName = "pa_prodcode";
  481. this.dataGridViewTextBoxColumn3.HeaderText = "产品编号";
  482. this.dataGridViewTextBoxColumn3.MinimumWidth = 8;
  483. this.dataGridViewTextBoxColumn3.Name = "dataGridViewTextBoxColumn3";
  484. this.dataGridViewTextBoxColumn3.ReadOnly = true;
  485. this.dataGridViewTextBoxColumn3.Visible = false;
  486. this.dataGridViewTextBoxColumn3.Width = 150;
  487. //
  488. // dataGridViewTextBoxColumn4
  489. //
  490. this.dataGridViewTextBoxColumn4.DataPropertyName = "pd_innerqty";
  491. this.dataGridViewTextBoxColumn4.HeaderText = "箱内数量";
  492. this.dataGridViewTextBoxColumn4.MinimumWidth = 8;
  493. this.dataGridViewTextBoxColumn4.Name = "dataGridViewTextBoxColumn4";
  494. this.dataGridViewTextBoxColumn4.ReadOnly = true;
  495. this.dataGridViewTextBoxColumn4.Visible = false;
  496. this.dataGridViewTextBoxColumn4.Width = 80;
  497. //
  498. // dataGridViewTextBoxColumn5
  499. //
  500. this.dataGridViewTextBoxColumn5.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
  501. this.dataGridViewTextBoxColumn5.DataPropertyName = "pa_indate";
  502. this.dataGridViewTextBoxColumn5.HeaderText = "装箱日期";
  503. this.dataGridViewTextBoxColumn5.MinimumWidth = 300;
  504. this.dataGridViewTextBoxColumn5.Name = "dataGridViewTextBoxColumn5";
  505. this.dataGridViewTextBoxColumn5.ReadOnly = true;
  506. this.dataGridViewTextBoxColumn5.Width = 300;
  507. //
  508. // dataGridViewTextBoxColumn6
  509. //
  510. this.dataGridViewTextBoxColumn6.DataPropertyName = "pd_id";
  511. this.dataGridViewTextBoxColumn6.HeaderText = "ID";
  512. this.dataGridViewTextBoxColumn6.MinimumWidth = 8;
  513. this.dataGridViewTextBoxColumn6.Name = "dataGridViewTextBoxColumn6";
  514. this.dataGridViewTextBoxColumn6.ReadOnly = true;
  515. this.dataGridViewTextBoxColumn6.Visible = false;
  516. this.dataGridViewTextBoxColumn6.Width = 150;
  517. //
  518. // Packing_PackageCollection
  519. //
  520. this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F);
  521. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  522. this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
  523. this.ClientSize = new System.Drawing.Size(1334, 834);
  524. this.Controls.Add(this.button4);
  525. this.Controls.Add(this.pi_whcode);
  526. this.Controls.Add(this.pi_class);
  527. this.Controls.Add(this.pi_id);
  528. this.Controls.Add(this.label2);
  529. this.Controls.Add(this.pb_name);
  530. this.Controls.Add(this.button3);
  531. this.Controls.Add(this.button2);
  532. this.Controls.Add(this.button1);
  533. this.Controls.Add(this.pi_inoutno);
  534. this.Controls.Add(this.pr_code_label);
  535. this.Controls.Add(this.pi_title);
  536. this.Controls.Add(this.pa_code_label);
  537. this.Controls.Add(this.PrintList);
  538. this.Controls.Add(this.PrintList_label);
  539. this.Controls.Add(this.pa_standardqty);
  540. this.Controls.Add(this.pa_downstatus);
  541. this.Controls.Add(this.pr_packrule);
  542. this.Controls.Add(this.OperateResult);
  543. this.Controls.Add(this.pa_id);
  544. this.Controls.Add(this.PackageDetail);
  545. this.Controls.Add(this.pa_makecode);
  546. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
  547. this.Margin = new System.Windows.Forms.Padding(4);
  548. this.Name = "Packing_PackageCollection";
  549. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  550. this.Tag = "Packing!PackageCollection";
  551. this.Text = "包装采集";
  552. this.Activated += new System.EventHandler(this.PackCollection_Activated);
  553. this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.PackCollection_FormClosing);
  554. this.Load += new System.EventHandler(this.PackCollection_Load);
  555. this.SizeChanged += new System.EventHandler(this.PackCollection_SizeChanged);
  556. ((System.ComponentModel.ISupportInitialize)(this.PackageDetail)).EndInit();
  557. this.ResumeLayout(false);
  558. this.PerformLayout();
  559. }
  560. #endregion
  561. private System.Windows.Forms.Label pr_code_label;
  562. private System.Windows.Forms.Label pa_makecode;
  563. private System.Windows.Forms.Label pa_code_label;
  564. private System.Windows.Forms.Label PrintList_label;
  565. private CustomControl.DataGrid_View.DataGridViewWithSerialNum PackageDetail;
  566. private System.Windows.Forms.Label pa_id;
  567. private CustomControl.RichText.RichTextAutoBottom OperateResult;
  568. private CustomControl.ComBoxWithFocus.PrinterCombox PrintList;
  569. private System.Windows.Forms.Label pi_title;
  570. private System.Windows.Forms.Label pr_packrule;
  571. private System.Windows.Forms.Label pa_downstatus;
  572. private System.Windows.Forms.Label pa_standardqty;
  573. public CustomControl.TextBoxWithIcon.SnCollectionBox pi_inoutno;
  574. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn1;
  575. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn2;
  576. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn3;
  577. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn4;
  578. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn5;
  579. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn6;
  580. private System.Windows.Forms.Button button1;
  581. private System.Windows.Forms.DataGridViewTextBoxColumn pd_pocode;
  582. private System.Windows.Forms.DataGridViewTextBoxColumn pd_ordercode;
  583. private System.Windows.Forms.DataGridViewTextBoxColumn pd_prodcode;
  584. private System.Windows.Forms.DataGridViewTextBoxColumn pr_detail;
  585. private System.Windows.Forms.DataGridViewTextBoxColumn pr_spec;
  586. private System.Windows.Forms.DataGridViewTextBoxColumn qty;
  587. private System.Windows.Forms.DataGridViewTextBoxColumn pd_description;
  588. private System.Windows.Forms.DataGridViewTextBoxColumn pdaqty;
  589. private System.Windows.Forms.DataGridViewTextBoxColumn onlynumber;
  590. private System.Windows.Forms.DataGridViewTextBoxColumn datecode;
  591. private System.Windows.Forms.DataGridViewTextBoxColumn youxiaoqi;
  592. private System.Windows.Forms.DataGridViewButtonColumn print;
  593. private System.Windows.Forms.Button button2;
  594. private System.Windows.Forms.Button button3;
  595. private CustomControl.TextBoxWithIcon.SearchTextBox pb_name;
  596. private System.Windows.Forms.Label label2;
  597. private System.Windows.Forms.Label pi_id;
  598. private System.Windows.Forms.Label pi_class;
  599. private System.Windows.Forms.Label pi_whcode;
  600. private System.Windows.Forms.Button button4;
  601. }
  602. }