Packing_PalletCollection.Designer.cs 43 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768
  1. namespace UAS_MES_NEW.Packing
  2. {
  3. partial class Packing_PalletCollection
  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. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Packing_PalletCollection));
  30. this.pa_outboxcode_label = new System.Windows.Forms.Label();
  31. this.pa_totalqty_label = new System.Windows.Forms.Label();
  32. this.pa_makecode_label = new System.Windows.Forms.Label();
  33. this.pa_restqty_label = new System.Windows.Forms.Label();
  34. this.pa_salecode_label = new System.Windows.Forms.Label();
  35. this.outboxcode_label = new System.Windows.Forms.Label();
  36. this.pa_prodcode_label = new System.Windows.Forms.Label();
  37. this.PrintLabel = new UAS_MES_NEW.CustomControl.ComBoxWithFocus.ComboxWithTip(this.components);
  38. this.PrintLabel_label = new System.Windows.Forms.Label();
  39. this.PrinterList_label = new System.Windows.Forms.Label();
  40. this.pa_packageqty_label = new System.Windows.Forms.Label();
  41. this.AutoOutBoxCode = new System.Windows.Forms.CheckBox();
  42. this.pa_status = new System.Windows.Forms.Label();
  43. this.Cancel = new System.Windows.Forms.CheckBox();
  44. this.pr_packrule = new System.Windows.Forms.Label();
  45. this.pa_salecode = new System.Windows.Forms.Label();
  46. this.pd_makecode = new System.Windows.Forms.Label();
  47. this.pd_prodcode = new System.Windows.Forms.Label();
  48. this.pd_salecode = new System.Windows.Forms.Label();
  49. this.pa_standardqty = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.EnterTextBox();
  50. this.PrintNum = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.EnterTextBox();
  51. this.Packing = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
  52. this.PrinterList = new UAS_MES_NEW.CustomControl.ComBoxWithFocus.PrinterCombox();
  53. this.pa_prodcode = new UAS_MES_NEW.CustomControl.ValueLabel.ValueLabel();
  54. this.Clean = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
  55. this.OperateResult = new UAS_MES_NEW.CustomControl.RichText.RichTextAutoBottom();
  56. this.outboxcode = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.SnCollectionBox();
  57. this.pa_outboxcode = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.SnCollectionBox();
  58. this.Printlab = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
  59. this.ReleasePallet = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
  60. this.NewPalletCode = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
  61. this.pa_custcode = new UAS_MES_NEW.CustomControl.ValueLabel.ValueLabel();
  62. this.PackageInf = new UAS_MES_NEW.CustomControl.DataGrid_View.DataGridViewWithSerialNum();
  63. this.pd_outboxcode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  64. this.pd_innerqty = new System.Windows.Forms.DataGridViewTextBoxColumn();
  65. this.Column3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  66. this.Column4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  67. this.Column5 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  68. this.pa_makecode = new UAS_MES_NEW.CustomControl.ValueLabel.ValueLabel();
  69. this.pa_totalqty = new UAS_MES_NEW.CustomControl.ValueLabel.ValueLabel();
  70. this.AutoPrint = new UAS_MES_NEW.CustomControl.CustomCheckBox.AutoPrintCheckBox();
  71. this.OutBoxLength_label = new System.Windows.Forms.Label();
  72. this.OutBoxLength = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.SnCollectionBox();
  73. this.StepCount = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.SourceStepCount();
  74. this.PalletPreFix_label = new System.Windows.Forms.Label();
  75. this.PalletPreFix = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.SnCollectionBox();
  76. ((System.ComponentModel.ISupportInitialize)(this.PackageInf)).BeginInit();
  77. this.SuspendLayout();
  78. //
  79. // pa_outboxcode_label
  80. //
  81. this.pa_outboxcode_label.AutoSize = true;
  82. this.pa_outboxcode_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  83. this.pa_outboxcode_label.Location = new System.Drawing.Point(8, 84);
  84. this.pa_outboxcode_label.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  85. this.pa_outboxcode_label.Name = "pa_outboxcode_label";
  86. this.pa_outboxcode_label.Size = new System.Drawing.Size(114, 41);
  87. this.pa_outboxcode_label.TabIndex = 102;
  88. this.pa_outboxcode_label.Text = "栈板号";
  89. //
  90. // pa_totalqty_label
  91. //
  92. this.pa_totalqty_label.AutoSize = true;
  93. this.pa_totalqty_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  94. this.pa_totalqty_label.Location = new System.Drawing.Point(580, 166);
  95. this.pa_totalqty_label.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  96. this.pa_totalqty_label.Name = "pa_totalqty_label";
  97. this.pa_totalqty_label.Size = new System.Drawing.Size(146, 41);
  98. this.pa_totalqty_label.TabIndex = 104;
  99. this.pa_totalqty_label.Text = "已装数量";
  100. //
  101. // pa_makecode_label
  102. //
  103. this.pa_makecode_label.AutoSize = true;
  104. this.pa_makecode_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  105. this.pa_makecode_label.Location = new System.Drawing.Point(580, 84);
  106. this.pa_makecode_label.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  107. this.pa_makecode_label.Name = "pa_makecode_label";
  108. this.pa_makecode_label.Size = new System.Drawing.Size(146, 41);
  109. this.pa_makecode_label.TabIndex = 108;
  110. this.pa_makecode_label.Text = "制造单号";
  111. //
  112. // pa_restqty_label
  113. //
  114. this.pa_restqty_label.AutoSize = true;
  115. this.pa_restqty_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  116. this.pa_restqty_label.Location = new System.Drawing.Point(1506, 254);
  117. this.pa_restqty_label.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  118. this.pa_restqty_label.Name = "pa_restqty_label";
  119. this.pa_restqty_label.Size = new System.Drawing.Size(146, 41);
  120. this.pa_restqty_label.TabIndex = 154;
  121. this.pa_restqty_label.Text = "打印张数";
  122. //
  123. // pa_salecode_label
  124. //
  125. this.pa_salecode_label.AutoSize = true;
  126. this.pa_salecode_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  127. this.pa_salecode_label.Location = new System.Drawing.Point(1506, 84);
  128. this.pa_salecode_label.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  129. this.pa_salecode_label.Name = "pa_salecode_label";
  130. this.pa_salecode_label.Size = new System.Drawing.Size(82, 41);
  131. this.pa_salecode_label.TabIndex = 157;
  132. this.pa_salecode_label.Text = "合同";
  133. //
  134. // outboxcode_label
  135. //
  136. this.outboxcode_label.AutoSize = true;
  137. this.outboxcode_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  138. this.outboxcode_label.Location = new System.Drawing.Point(1426, 522);
  139. this.outboxcode_label.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  140. this.outboxcode_label.Name = "outboxcode_label";
  141. this.outboxcode_label.Size = new System.Drawing.Size(82, 41);
  142. this.outboxcode_label.TabIndex = 166;
  143. this.outboxcode_label.Text = "箱号";
  144. //
  145. // pa_prodcode_label
  146. //
  147. this.pa_prodcode_label.AutoSize = true;
  148. this.pa_prodcode_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  149. this.pa_prodcode_label.Location = new System.Drawing.Point(964, 84);
  150. this.pa_prodcode_label.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  151. this.pa_prodcode_label.Name = "pa_prodcode_label";
  152. this.pa_prodcode_label.Size = new System.Drawing.Size(146, 41);
  153. this.pa_prodcode_label.TabIndex = 169;
  154. this.pa_prodcode_label.Text = "产品编号";
  155. //
  156. // PrintLabel
  157. //
  158. this.PrintLabel.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  159. this.PrintLabel.FormattingEnabled = true;
  160. this.PrintLabel.Location = new System.Drawing.Point(1690, 166);
  161. this.PrintLabel.Margin = new System.Windows.Forms.Padding(4, 2, 4, 2);
  162. this.PrintLabel.Name = "PrintLabel";
  163. this.PrintLabel.Size = new System.Drawing.Size(234, 32);
  164. this.PrintLabel.TabIndex = 172;
  165. this.PrintLabel.SelectedValueChanged += new System.EventHandler(this.PrintLabel_SelectedValueChanged);
  166. //
  167. // PrintLabel_label
  168. //
  169. this.PrintLabel_label.AutoSize = true;
  170. this.PrintLabel_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  171. this.PrintLabel_label.Location = new System.Drawing.Point(1506, 166);
  172. this.PrintLabel_label.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  173. this.PrintLabel_label.Name = "PrintLabel_label";
  174. this.PrintLabel_label.Size = new System.Drawing.Size(146, 41);
  175. this.PrintLabel_label.TabIndex = 174;
  176. this.PrintLabel_label.Text = "标签文件";
  177. //
  178. // PrinterList_label
  179. //
  180. this.PrinterList_label.AutoSize = true;
  181. this.PrinterList_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  182. this.PrinterList_label.Location = new System.Drawing.Point(964, 166);
  183. this.PrinterList_label.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  184. this.PrinterList_label.Name = "PrinterList_label";
  185. this.PrinterList_label.Size = new System.Drawing.Size(178, 41);
  186. this.PrinterList_label.TabIndex = 173;
  187. this.PrinterList_label.Text = "打印机列表";
  188. //
  189. // pa_packageqty_label
  190. //
  191. this.pa_packageqty_label.AutoSize = true;
  192. this.pa_packageqty_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  193. this.pa_packageqty_label.Location = new System.Drawing.Point(8, 166);
  194. this.pa_packageqty_label.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  195. this.pa_packageqty_label.Name = "pa_packageqty_label";
  196. this.pa_packageqty_label.Size = new System.Drawing.Size(146, 41);
  197. this.pa_packageqty_label.TabIndex = 176;
  198. this.pa_packageqty_label.Text = "栈板容量";
  199. //
  200. // AutoOutBoxCode
  201. //
  202. this.AutoOutBoxCode.AutoSize = true;
  203. this.AutoOutBoxCode.Font = new System.Drawing.Font("微软雅黑", 10F);
  204. this.AutoOutBoxCode.Location = new System.Drawing.Point(16, 32);
  205. this.AutoOutBoxCode.Margin = new System.Windows.Forms.Padding(6, 6, 6, 6);
  206. this.AutoOutBoxCode.Name = "AutoOutBoxCode";
  207. this.AutoOutBoxCode.Size = new System.Drawing.Size(155, 39);
  208. this.AutoOutBoxCode.TabIndex = 180;
  209. this.AutoOutBoxCode.Text = "自动生成";
  210. this.AutoOutBoxCode.UseVisualStyleBackColor = true;
  211. //
  212. // pa_status
  213. //
  214. this.pa_status.AutoSize = true;
  215. this.pa_status.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  216. this.pa_status.Location = new System.Drawing.Point(1736, 348);
  217. this.pa_status.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  218. this.pa_status.Name = "pa_status";
  219. this.pa_status.Size = new System.Drawing.Size(0, 41);
  220. this.pa_status.TabIndex = 181;
  221. this.pa_status.Visible = false;
  222. //
  223. // Cancel
  224. //
  225. this.Cancel.AutoSize = true;
  226. this.Cancel.Font = new System.Drawing.Font("微软雅黑", 10F);
  227. this.Cancel.Location = new System.Drawing.Point(1824, 518);
  228. this.Cancel.Margin = new System.Windows.Forms.Padding(6, 6, 6, 6);
  229. this.Cancel.Name = "Cancel";
  230. this.Cancel.Size = new System.Drawing.Size(155, 39);
  231. this.Cancel.TabIndex = 185;
  232. this.Cancel.Text = "取消采集";
  233. this.Cancel.UseVisualStyleBackColor = true;
  234. //
  235. // pr_packrule
  236. //
  237. this.pr_packrule.AutoSize = true;
  238. this.pr_packrule.Location = new System.Drawing.Point(1498, 1042);
  239. this.pr_packrule.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  240. this.pr_packrule.Name = "pr_packrule";
  241. this.pr_packrule.Size = new System.Drawing.Size(0, 24);
  242. this.pr_packrule.TabIndex = 186;
  243. this.pr_packrule.Visible = false;
  244. //
  245. // pa_salecode
  246. //
  247. this.pa_salecode.AutoSize = true;
  248. this.pa_salecode.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  249. this.pa_salecode.Location = new System.Drawing.Point(1688, 84);
  250. this.pa_salecode.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  251. this.pa_salecode.Name = "pa_salecode";
  252. this.pa_salecode.Size = new System.Drawing.Size(0, 41);
  253. this.pa_salecode.TabIndex = 187;
  254. //
  255. // pd_makecode
  256. //
  257. this.pd_makecode.AutoSize = true;
  258. this.pd_makecode.Location = new System.Drawing.Point(1596, 600);
  259. this.pd_makecode.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  260. this.pd_makecode.Name = "pd_makecode";
  261. this.pd_makecode.Size = new System.Drawing.Size(0, 24);
  262. this.pd_makecode.TabIndex = 188;
  263. this.pd_makecode.Visible = false;
  264. //
  265. // pd_prodcode
  266. //
  267. this.pd_prodcode.AutoSize = true;
  268. this.pd_prodcode.Location = new System.Drawing.Point(1498, 598);
  269. this.pd_prodcode.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  270. this.pd_prodcode.Name = "pd_prodcode";
  271. this.pd_prodcode.Size = new System.Drawing.Size(0, 24);
  272. this.pd_prodcode.TabIndex = 189;
  273. this.pd_prodcode.Visible = false;
  274. //
  275. // pd_salecode
  276. //
  277. this.pd_salecode.AutoSize = true;
  278. this.pd_salecode.Location = new System.Drawing.Point(1832, 596);
  279. this.pd_salecode.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  280. this.pd_salecode.Name = "pd_salecode";
  281. this.pd_salecode.Size = new System.Drawing.Size(0, 24);
  282. this.pd_salecode.TabIndex = 190;
  283. this.pd_salecode.Visible = false;
  284. //
  285. // pa_standardqty
  286. //
  287. this.pa_standardqty.AllPower = null;
  288. this.pa_standardqty.BackColor = System.Drawing.Color.White;
  289. this.pa_standardqty.ID = null;
  290. this.pa_standardqty.Location = new System.Drawing.Point(170, 168);
  291. this.pa_standardqty.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  292. this.pa_standardqty.Name = "pa_standardqty";
  293. this.pa_standardqty.Power = null;
  294. this.pa_standardqty.Size = new System.Drawing.Size(224, 35);
  295. this.pa_standardqty.Str = null;
  296. this.pa_standardqty.Str1 = null;
  297. this.pa_standardqty.Str2 = null;
  298. this.pa_standardqty.TabIndex = 184;
  299. this.pa_standardqty.KeyDown += new System.Windows.Forms.KeyEventHandler(this.pa_standardqty_KeyDown);
  300. //
  301. // PrintNum
  302. //
  303. this.PrintNum.AllPower = null;
  304. this.PrintNum.BackColor = System.Drawing.Color.White;
  305. this.PrintNum.Enabled = false;
  306. this.PrintNum.ID = null;
  307. this.PrintNum.Location = new System.Drawing.Point(1690, 258);
  308. this.PrintNum.Margin = new System.Windows.Forms.Padding(6, 6, 6, 6);
  309. this.PrintNum.Name = "PrintNum";
  310. this.PrintNum.Power = null;
  311. this.PrintNum.Size = new System.Drawing.Size(234, 35);
  312. this.PrintNum.Str = null;
  313. this.PrintNum.Str1 = null;
  314. this.PrintNum.Str2 = null;
  315. this.PrintNum.TabIndex = 183;
  316. //
  317. // Packing
  318. //
  319. this.Packing.AllPower = null;
  320. this.Packing.BackColor = System.Drawing.Color.Transparent;
  321. this.Packing.DownImage = ((System.Drawing.Image)(resources.GetObject("Packing.DownImage")));
  322. this.Packing.Image = ((System.Drawing.Image)(resources.GetObject("Packing.Image")));
  323. this.Packing.IsShowBorder = true;
  324. this.Packing.Location = new System.Drawing.Point(1804, 426);
  325. this.Packing.Margin = new System.Windows.Forms.Padding(6, 6, 6, 6);
  326. this.Packing.MoveImage = ((System.Drawing.Image)(resources.GetObject("Packing.MoveImage")));
  327. this.Packing.Name = "Packing";
  328. this.Packing.NormalImage = ((System.Drawing.Image)(resources.GetObject("Packing.NormalImage")));
  329. this.Packing.Power = null;
  330. this.Packing.Size = new System.Drawing.Size(112, 48);
  331. this.Packing.TabIndex = 178;
  332. this.Packing.Text = "封栈板";
  333. this.Packing.UseVisualStyleBackColor = true;
  334. this.Packing.Click += new System.EventHandler(this.Packing_Click);
  335. //
  336. // PrinterList
  337. //
  338. this.PrinterList.Location = new System.Drawing.Point(1184, 166);
  339. this.PrinterList.Margin = new System.Windows.Forms.Padding(8, 8, 8, 8);
  340. this.PrinterList.Name = "PrinterList";
  341. this.PrinterList.Size = new System.Drawing.Size(264, 40);
  342. this.PrinterList.TabIndex = 171;
  343. //
  344. // pa_prodcode
  345. //
  346. this.pa_prodcode.AutoSize = true;
  347. this.pa_prodcode.CutLength = null;
  348. this.pa_prodcode.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  349. this.pa_prodcode.Location = new System.Drawing.Point(1176, 84);
  350. this.pa_prodcode.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  351. this.pa_prodcode.MaximumSize = new System.Drawing.Size(300, 0);
  352. this.pa_prodcode.Name = "pa_prodcode";
  353. this.pa_prodcode.Size = new System.Drawing.Size(0, 41);
  354. this.pa_prodcode.TabIndex = 170;
  355. this.pa_prodcode.Tag = "1";
  356. this.pa_prodcode.TextChanged += new System.EventHandler(this.pa_prodcode_TextChanged);
  357. //
  358. // Clean
  359. //
  360. this.Clean.AllPower = null;
  361. this.Clean.BackColor = System.Drawing.Color.Transparent;
  362. this.Clean.DownImage = ((System.Drawing.Image)(resources.GetObject("Clean.DownImage")));
  363. this.Clean.Image = ((System.Drawing.Image)(resources.GetObject("Clean.Image")));
  364. this.Clean.IsShowBorder = true;
  365. this.Clean.Location = new System.Drawing.Point(1658, 1020);
  366. this.Clean.Margin = new System.Windows.Forms.Padding(6, 6, 6, 6);
  367. this.Clean.MoveImage = ((System.Drawing.Image)(resources.GetObject("Clean.MoveImage")));
  368. this.Clean.Name = "Clean";
  369. this.Clean.NormalImage = ((System.Drawing.Image)(resources.GetObject("Clean.NormalImage")));
  370. this.Clean.Power = null;
  371. this.Clean.Size = new System.Drawing.Size(120, 48);
  372. this.Clean.TabIndex = 168;
  373. this.Clean.Text = "清除";
  374. this.Clean.UseVisualStyleBackColor = true;
  375. this.Clean.Click += new System.EventHandler(this.Clean_Click);
  376. //
  377. // OperateResult
  378. //
  379. this.OperateResult.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  380. this.OperateResult.Location = new System.Drawing.Point(1430, 600);
  381. this.OperateResult.Margin = new System.Windows.Forms.Padding(6, 6, 6, 6);
  382. this.OperateResult.Name = "OperateResult";
  383. this.OperateResult.Size = new System.Drawing.Size(550, 404);
  384. this.OperateResult.TabIndex = 167;
  385. this.OperateResult.Text = "";
  386. //
  387. // outboxcode
  388. //
  389. this.outboxcode.AllPower = "ifall";
  390. this.outboxcode.BackColor = System.Drawing.Color.White;
  391. this.outboxcode.ID = null;
  392. this.outboxcode.Location = new System.Drawing.Point(1528, 522);
  393. this.outboxcode.Margin = new System.Windows.Forms.Padding(6, 6, 6, 6);
  394. this.outboxcode.Name = "outboxcode";
  395. this.outboxcode.Power = "ifread";
  396. this.outboxcode.Size = new System.Drawing.Size(260, 35);
  397. this.outboxcode.Str = null;
  398. this.outboxcode.Str1 = null;
  399. this.outboxcode.Str2 = null;
  400. this.outboxcode.TabIndex = 164;
  401. this.outboxcode.Tag = "NoAuto";
  402. this.outboxcode.KeyDown += new System.Windows.Forms.KeyEventHandler(this.outboxcode_KeyDown);
  403. //
  404. // pa_outboxcode
  405. //
  406. this.pa_outboxcode.AllPower = "ifall";
  407. this.pa_outboxcode.BackColor = System.Drawing.Color.White;
  408. this.pa_outboxcode.ID = null;
  409. this.pa_outboxcode.Location = new System.Drawing.Point(170, 88);
  410. this.pa_outboxcode.Margin = new System.Windows.Forms.Padding(6, 6, 6, 6);
  411. this.pa_outboxcode.Name = "pa_outboxcode";
  412. this.pa_outboxcode.Power = "ifread";
  413. this.pa_outboxcode.Size = new System.Drawing.Size(342, 35);
  414. this.pa_outboxcode.Str = null;
  415. this.pa_outboxcode.Str1 = null;
  416. this.pa_outboxcode.Str2 = null;
  417. this.pa_outboxcode.TabIndex = 163;
  418. this.pa_outboxcode.Tag = "NoAuto";
  419. this.pa_outboxcode.KeyDown += new System.Windows.Forms.KeyEventHandler(this.palletcode_KeyDown);
  420. //
  421. // Printlab
  422. //
  423. this.Printlab.AllPower = null;
  424. this.Printlab.BackColor = System.Drawing.Color.Transparent;
  425. this.Printlab.DownImage = ((System.Drawing.Image)(resources.GetObject("Printlab.DownImage")));
  426. this.Printlab.Image = ((System.Drawing.Image)(resources.GetObject("Printlab.Image")));
  427. this.Printlab.IsShowBorder = true;
  428. this.Printlab.Location = new System.Drawing.Point(1652, 426);
  429. this.Printlab.Margin = new System.Windows.Forms.Padding(6, 6, 6, 6);
  430. this.Printlab.MoveImage = ((System.Drawing.Image)(resources.GetObject("Printlab.MoveImage")));
  431. this.Printlab.Name = "Printlab";
  432. this.Printlab.NormalImage = ((System.Drawing.Image)(resources.GetObject("Printlab.NormalImage")));
  433. this.Printlab.Power = null;
  434. this.Printlab.Size = new System.Drawing.Size(90, 48);
  435. this.Printlab.TabIndex = 161;
  436. this.Printlab.Text = "打印";
  437. this.Printlab.UseVisualStyleBackColor = true;
  438. this.Printlab.Click += new System.EventHandler(this.Print_Click);
  439. //
  440. // ReleasePallet
  441. //
  442. this.ReleasePallet.AllPower = null;
  443. this.ReleasePallet.BackColor = System.Drawing.Color.Transparent;
  444. this.ReleasePallet.DownImage = ((System.Drawing.Image)(resources.GetObject("ReleasePallet.DownImage")));
  445. this.ReleasePallet.Image = ((System.Drawing.Image)(resources.GetObject("ReleasePallet.Image")));
  446. this.ReleasePallet.IsShowBorder = true;
  447. this.ReleasePallet.Location = new System.Drawing.Point(1480, 426);
  448. this.ReleasePallet.Margin = new System.Windows.Forms.Padding(6, 6, 6, 6);
  449. this.ReleasePallet.MoveImage = ((System.Drawing.Image)(resources.GetObject("ReleasePallet.MoveImage")));
  450. this.ReleasePallet.Name = "ReleasePallet";
  451. this.ReleasePallet.NormalImage = ((System.Drawing.Image)(resources.GetObject("ReleasePallet.NormalImage")));
  452. this.ReleasePallet.Power = null;
  453. this.ReleasePallet.Size = new System.Drawing.Size(112, 48);
  454. this.ReleasePallet.TabIndex = 160;
  455. this.ReleasePallet.Text = "解除栈板";
  456. this.ReleasePallet.UseVisualStyleBackColor = true;
  457. this.ReleasePallet.Click += new System.EventHandler(this.ReleasePallet_Click);
  458. //
  459. // NewPalletCode
  460. //
  461. this.NewPalletCode.AllPower = "ifall";
  462. this.NewPalletCode.BackColor = System.Drawing.Color.Transparent;
  463. this.NewPalletCode.DownImage = ((System.Drawing.Image)(resources.GetObject("NewPalletCode.DownImage")));
  464. this.NewPalletCode.Image = ((System.Drawing.Image)(resources.GetObject("NewPalletCode.Image")));
  465. this.NewPalletCode.IsShowBorder = true;
  466. this.NewPalletCode.Location = new System.Drawing.Point(1832, 32);
  467. this.NewPalletCode.Margin = new System.Windows.Forms.Padding(6, 6, 6, 6);
  468. this.NewPalletCode.MoveImage = ((System.Drawing.Image)(resources.GetObject("NewPalletCode.MoveImage")));
  469. this.NewPalletCode.Name = "NewPalletCode";
  470. this.NewPalletCode.NormalImage = ((System.Drawing.Image)(resources.GetObject("NewPalletCode.NormalImage")));
  471. this.NewPalletCode.Power = "ifread";
  472. this.NewPalletCode.Size = new System.Drawing.Size(120, 48);
  473. this.NewPalletCode.TabIndex = 159;
  474. this.NewPalletCode.Text = "新增栈板";
  475. this.NewPalletCode.UseVisualStyleBackColor = true;
  476. this.NewPalletCode.Visible = false;
  477. this.NewPalletCode.Click += new System.EventHandler(this.NewPallet_Click);
  478. //
  479. // pa_custcode
  480. //
  481. this.pa_custcode.AutoSize = true;
  482. this.pa_custcode.CutLength = null;
  483. this.pa_custcode.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  484. this.pa_custcode.Location = new System.Drawing.Point(1448, 348);
  485. this.pa_custcode.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  486. this.pa_custcode.MaximumSize = new System.Drawing.Size(300, 0);
  487. this.pa_custcode.Name = "pa_custcode";
  488. this.pa_custcode.Size = new System.Drawing.Size(0, 41);
  489. this.pa_custcode.TabIndex = 158;
  490. this.pa_custcode.Tag = "1";
  491. //
  492. // PackageInf
  493. //
  494. this.PackageInf.AllowUserToAddRows = false;
  495. this.PackageInf.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  496. this.PackageInf.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  497. this.pd_outboxcode,
  498. this.pd_innerqty,
  499. this.Column3,
  500. this.Column4,
  501. this.Column5});
  502. this.PackageInf.EnableContentClick = true;
  503. this.PackageInf.Location = new System.Drawing.Point(6, 258);
  504. this.PackageInf.Margin = new System.Windows.Forms.Padding(6, 6, 6, 6);
  505. this.PackageInf.Name = "PackageInf";
  506. this.PackageInf.RowTemplate.Height = 23;
  507. this.PackageInf.Size = new System.Drawing.Size(1412, 830);
  508. this.PackageInf.TabIndex = 156;
  509. //
  510. // pd_outboxcode
  511. //
  512. this.pd_outboxcode.DataPropertyName = "code";
  513. this.pd_outboxcode.HeaderText = "箱号";
  514. this.pd_outboxcode.MinimumWidth = 200;
  515. this.pd_outboxcode.Name = "pd_outboxcode";
  516. this.pd_outboxcode.ReadOnly = true;
  517. this.pd_outboxcode.Width = 200;
  518. //
  519. // pd_innerqty
  520. //
  521. this.pd_innerqty.DataPropertyName = "pd_innerqty";
  522. this.pd_innerqty.HeaderText = "数量";
  523. this.pd_innerqty.MinimumWidth = 70;
  524. this.pd_innerqty.Name = "pd_innerqty";
  525. this.pd_innerqty.ReadOnly = true;
  526. this.pd_innerqty.Width = 70;
  527. //
  528. // Column3
  529. //
  530. this.Column3.DataPropertyName = "pd_prodcode";
  531. this.Column3.HeaderText = "产品编号";
  532. this.Column3.MinimumWidth = 150;
  533. this.Column3.Name = "Column3";
  534. this.Column3.ReadOnly = true;
  535. this.Column3.Width = 150;
  536. //
  537. // Column4
  538. //
  539. this.Column4.DataPropertyName = "pd_makecode";
  540. this.Column4.HeaderText = "工单号";
  541. this.Column4.MinimumWidth = 150;
  542. this.Column4.Name = "Column4";
  543. this.Column4.ReadOnly = true;
  544. this.Column4.Width = 150;
  545. //
  546. // Column5
  547. //
  548. this.Column5.DataPropertyName = "pa_salecode";
  549. this.Column5.HeaderText = "合同";
  550. this.Column5.MinimumWidth = 150;
  551. this.Column5.Name = "Column5";
  552. this.Column5.ReadOnly = true;
  553. this.Column5.Width = 150;
  554. //
  555. // pa_makecode
  556. //
  557. this.pa_makecode.AutoSize = true;
  558. this.pa_makecode.CutLength = null;
  559. this.pa_makecode.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  560. this.pa_makecode.Location = new System.Drawing.Point(748, 84);
  561. this.pa_makecode.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  562. this.pa_makecode.MaximumSize = new System.Drawing.Size(300, 0);
  563. this.pa_makecode.Name = "pa_makecode";
  564. this.pa_makecode.Size = new System.Drawing.Size(0, 41);
  565. this.pa_makecode.TabIndex = 109;
  566. this.pa_makecode.Tag = "1";
  567. //
  568. // pa_totalqty
  569. //
  570. this.pa_totalqty.AutoSize = true;
  571. this.pa_totalqty.CutLength = null;
  572. this.pa_totalqty.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  573. this.pa_totalqty.Location = new System.Drawing.Point(748, 166);
  574. this.pa_totalqty.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  575. this.pa_totalqty.MaximumSize = new System.Drawing.Size(300, 0);
  576. this.pa_totalqty.Name = "pa_totalqty";
  577. this.pa_totalqty.Size = new System.Drawing.Size(0, 41);
  578. this.pa_totalqty.TabIndex = 105;
  579. this.pa_totalqty.Tag = "1";
  580. //
  581. // AutoPrint
  582. //
  583. this.AutoPrint.Checked = false;
  584. this.AutoPrint.Location = new System.Drawing.Point(1514, 348);
  585. this.AutoPrint.Margin = new System.Windows.Forms.Padding(6, 8, 6, 8);
  586. this.AutoPrint.Name = "AutoPrint";
  587. this.AutoPrint.Size = new System.Drawing.Size(168, 44);
  588. this.AutoPrint.TabIndex = 191;
  589. //
  590. // OutBoxLength_label
  591. //
  592. this.OutBoxLength_label.AutoSize = true;
  593. this.OutBoxLength_label.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  594. this.OutBoxLength_label.Location = new System.Drawing.Point(184, 34);
  595. this.OutBoxLength_label.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  596. this.OutBoxLength_label.Name = "OutBoxLength_label";
  597. this.OutBoxLength_label.Size = new System.Drawing.Size(71, 36);
  598. this.OutBoxLength_label.TabIndex = 193;
  599. this.OutBoxLength_label.Text = "长度";
  600. //
  601. // OutBoxLength
  602. //
  603. this.OutBoxLength.AllPower = null;
  604. this.OutBoxLength.BackColor = System.Drawing.Color.White;
  605. this.OutBoxLength.Font = new System.Drawing.Font("微软雅黑", 9F);
  606. this.OutBoxLength.ID = null;
  607. this.OutBoxLength.Location = new System.Drawing.Point(268, 32);
  608. this.OutBoxLength.Margin = new System.Windows.Forms.Padding(12, 14, 12, 14);
  609. this.OutBoxLength.Name = "OutBoxLength";
  610. this.OutBoxLength.Power = null;
  611. this.OutBoxLength.Size = new System.Drawing.Size(72, 39);
  612. this.OutBoxLength.Str = null;
  613. this.OutBoxLength.Str1 = null;
  614. this.OutBoxLength.Str2 = null;
  615. this.OutBoxLength.TabIndex = 192;
  616. this.OutBoxLength.KeyDown += new System.Windows.Forms.KeyEventHandler(this.OutBoxLength_KeyDown);
  617. //
  618. // StepCount
  619. //
  620. this.StepCount.LineCode = null;
  621. this.StepCount.Location = new System.Drawing.Point(964, 22);
  622. this.StepCount.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  623. this.StepCount.Name = "StepCount";
  624. this.StepCount.Size = new System.Drawing.Size(176, 44);
  625. this.StepCount.Source = null;
  626. this.StepCount.StepCode = null;
  627. this.StepCount.TabIndex = 194;
  628. //
  629. // PalletPreFix_label
  630. //
  631. this.PalletPreFix_label.AutoSize = true;
  632. this.PalletPreFix_label.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  633. this.PalletPreFix_label.Location = new System.Drawing.Point(364, 34);
  634. this.PalletPreFix_label.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  635. this.PalletPreFix_label.Name = "PalletPreFix_label";
  636. this.PalletPreFix_label.Size = new System.Drawing.Size(71, 36);
  637. this.PalletPreFix_label.TabIndex = 196;
  638. this.PalletPreFix_label.Text = "前缀";
  639. //
  640. // PalletPreFix
  641. //
  642. this.PalletPreFix.AllPower = null;
  643. this.PalletPreFix.BackColor = System.Drawing.Color.White;
  644. this.PalletPreFix.Font = new System.Drawing.Font("微软雅黑", 9F);
  645. this.PalletPreFix.ID = null;
  646. this.PalletPreFix.Location = new System.Drawing.Point(440, 32);
  647. this.PalletPreFix.Margin = new System.Windows.Forms.Padding(12, 14, 12, 14);
  648. this.PalletPreFix.Name = "PalletPreFix";
  649. this.PalletPreFix.Power = null;
  650. this.PalletPreFix.Size = new System.Drawing.Size(72, 39);
  651. this.PalletPreFix.Str = null;
  652. this.PalletPreFix.Str1 = null;
  653. this.PalletPreFix.Str2 = null;
  654. this.PalletPreFix.TabIndex = 195;
  655. this.PalletPreFix.KeyDown += new System.Windows.Forms.KeyEventHandler(this.PalletPreFix_KeyDown);
  656. //
  657. // Packing_PalletCollection
  658. //
  659. this.AutoScaleDimensions = new System.Drawing.SizeF(12F, 24F);
  660. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  661. this.ClientSize = new System.Drawing.Size(1994, 1104);
  662. this.Controls.Add(this.PalletPreFix_label);
  663. this.Controls.Add(this.PalletPreFix);
  664. this.Controls.Add(this.StepCount);
  665. this.Controls.Add(this.OutBoxLength_label);
  666. this.Controls.Add(this.OutBoxLength);
  667. this.Controls.Add(this.AutoPrint);
  668. this.Controls.Add(this.pd_salecode);
  669. this.Controls.Add(this.pd_prodcode);
  670. this.Controls.Add(this.pd_makecode);
  671. this.Controls.Add(this.pa_salecode);
  672. this.Controls.Add(this.pr_packrule);
  673. this.Controls.Add(this.Cancel);
  674. this.Controls.Add(this.pa_standardqty);
  675. this.Controls.Add(this.PrintNum);
  676. this.Controls.Add(this.pa_status);
  677. this.Controls.Add(this.AutoOutBoxCode);
  678. this.Controls.Add(this.Packing);
  679. this.Controls.Add(this.pa_packageqty_label);
  680. this.Controls.Add(this.PrintLabel_label);
  681. this.Controls.Add(this.PrinterList_label);
  682. this.Controls.Add(this.PrintLabel);
  683. this.Controls.Add(this.PrinterList);
  684. this.Controls.Add(this.pa_prodcode);
  685. this.Controls.Add(this.pa_prodcode_label);
  686. this.Controls.Add(this.Clean);
  687. this.Controls.Add(this.OperateResult);
  688. this.Controls.Add(this.outboxcode_label);
  689. this.Controls.Add(this.outboxcode);
  690. this.Controls.Add(this.pa_outboxcode);
  691. this.Controls.Add(this.Printlab);
  692. this.Controls.Add(this.ReleasePallet);
  693. this.Controls.Add(this.NewPalletCode);
  694. this.Controls.Add(this.pa_custcode);
  695. this.Controls.Add(this.pa_salecode_label);
  696. this.Controls.Add(this.PackageInf);
  697. this.Controls.Add(this.pa_restqty_label);
  698. this.Controls.Add(this.pa_makecode);
  699. this.Controls.Add(this.pa_makecode_label);
  700. this.Controls.Add(this.pa_totalqty);
  701. this.Controls.Add(this.pa_totalqty_label);
  702. this.Controls.Add(this.pa_outboxcode_label);
  703. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  704. this.Margin = new System.Windows.Forms.Padding(6, 6, 6, 6);
  705. this.Name = "Packing_PalletCollection";
  706. this.Tag = "Packing!BigBoxCollection";
  707. this.Text = " ";
  708. this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Make_PalletCollection_FormClosing);
  709. this.Load += new System.EventHandler(this.Make_PalletCollection_Load);
  710. this.SizeChanged += new System.EventHandler(this.Make_PalletCollection_SizeChanged);
  711. ((System.ComponentModel.ISupportInitialize)(this.PackageInf)).EndInit();
  712. this.ResumeLayout(false);
  713. this.PerformLayout();
  714. }
  715. #endregion
  716. private System.Windows.Forms.Label pa_outboxcode_label;
  717. private CustomControl.ValueLabel.ValueLabel pa_totalqty;
  718. private System.Windows.Forms.Label pa_totalqty_label;
  719. private CustomControl.ValueLabel.ValueLabel pa_makecode;
  720. private System.Windows.Forms.Label pa_makecode_label;
  721. private System.Windows.Forms.Label pa_restqty_label;
  722. private CustomControl.DataGrid_View.DataGridViewWithSerialNum PackageInf;
  723. private CustomControl.ValueLabel.ValueLabel pa_custcode;
  724. private System.Windows.Forms.Label pa_salecode_label;
  725. private CustomControl.ButtonUtil.NormalButton NewPalletCode;
  726. private CustomControl.ButtonUtil.NormalButton ReleasePallet;
  727. private CustomControl.ButtonUtil.NormalButton Printlab;
  728. private CustomControl.TextBoxWithIcon.SnCollectionBox pa_outboxcode;
  729. private CustomControl.TextBoxWithIcon.SnCollectionBox outboxcode;
  730. private System.Windows.Forms.Label outboxcode_label;
  731. private CustomControl.RichText.RichTextAutoBottom OperateResult;
  732. private CustomControl.ButtonUtil.NormalButton Clean;
  733. private CustomControl.ValueLabel.ValueLabel pa_prodcode;
  734. private System.Windows.Forms.Label pa_prodcode_label;
  735. private CustomControl.ComBoxWithFocus.PrinterCombox PrinterList;
  736. private UAS_MES_NEW.CustomControl.ComBoxWithFocus.ComboxWithTip PrintLabel;
  737. private System.Windows.Forms.Label PrintLabel_label;
  738. private System.Windows.Forms.Label PrinterList_label;
  739. private System.Windows.Forms.Label pa_packageqty_label;
  740. private CustomControl.ButtonUtil.NormalButton Packing;
  741. private System.Windows.Forms.CheckBox AutoOutBoxCode;
  742. private System.Windows.Forms.Label pa_status;
  743. private CustomControl.TextBoxWithIcon.EnterTextBox PrintNum;
  744. private CustomControl.TextBoxWithIcon.EnterTextBox pa_standardqty;
  745. private System.Windows.Forms.CheckBox Cancel;
  746. private System.Windows.Forms.Label pr_packrule;
  747. private System.Windows.Forms.Label pa_salecode;
  748. private System.Windows.Forms.Label pd_makecode;
  749. private System.Windows.Forms.Label pd_prodcode;
  750. private System.Windows.Forms.Label pd_salecode;
  751. private CustomControl.CustomCheckBox.AutoPrintCheckBox AutoPrint;
  752. private System.Windows.Forms.Label OutBoxLength_label;
  753. private CustomControl.TextBoxWithIcon.SnCollectionBox OutBoxLength;
  754. private CustomControl.TextBoxWithIcon.SourceStepCount StepCount;
  755. private System.Windows.Forms.Label PalletPreFix_label;
  756. private CustomControl.TextBoxWithIcon.SnCollectionBox PalletPreFix;
  757. private System.Windows.Forms.DataGridViewTextBoxColumn pd_outboxcode;
  758. private System.Windows.Forms.DataGridViewTextBoxColumn pd_innerqty;
  759. private System.Windows.Forms.DataGridViewTextBoxColumn Column3;
  760. private System.Windows.Forms.DataGridViewTextBoxColumn Column4;
  761. private System.Windows.Forms.DataGridViewTextBoxColumn Column5;
  762. }
  763. }