Make_PalletCollection.Designer.cs 38 KB

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