Packing_BigBoxCollection.Designer.cs 39 KB

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