Make_BigBoxCollection.Designer.cs 37 KB

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