Make_PalletCollection.Designer.cs 39 KB

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