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.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.PrinterList = new UAS_MES.CustomControl.ComBoxWithFocus.PrinterCombox();
  53. this.pa_prodcode = new UAS_MES.CustomControl.ValueLabel.ValueLabel();
  54. this.Clean = new UAS_MES.CustomControl.ButtonUtil.NormalButton();
  55. this.OperateResult = new UAS_MES.CustomControl.RichText.RichTextAutoBottom();
  56. this.outboxcode = new UAS_MES.CustomControl.TextBoxWithIcon.SnCollectionBox();
  57. this.pa_outboxcode = new UAS_MES.CustomControl.TextBoxWithIcon.SnCollectionBox();
  58. this.Printlab = new UAS_MES.CustomControl.ButtonUtil.NormalButton();
  59. this.ReleasePallet = new UAS_MES.CustomControl.ButtonUtil.NormalButton();
  60. this.NewPalletCode = new UAS_MES.CustomControl.ButtonUtil.NormalButton();
  61. this.pa_custcode = new UAS_MES.CustomControl.ValueLabel.ValueLabel();
  62. this.PackageInf = new UAS_MES.CustomControl.DataGrid_View.DataGridViewWithSerialNum();
  63. this.pd_outboxcode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  64. this.pd_innerqty = new System.Windows.Forms.DataGridViewTextBoxColumn();
  65. this.Column3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  66. this.Column4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  67. this.Column5 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  68. this.pa_makecode = new UAS_MES.CustomControl.ValueLabel.ValueLabel();
  69. this.pa_totalqty = 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(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(393, 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(393, 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(1004, 159);
  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(1004, 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(951, 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(643, 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(1127, 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(157, 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(1004, 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(643, 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("微软雅黑", 10F);
  200. this.AutoOutBoxCode.Location = new System.Drawing.Point(262, 35);
  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. // 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(1013, 214);
  226. this.AutoPrint.Margin = new System.Windows.Forms.Padding(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. // Cancel
  234. //
  235. this.Cancel.AutoSize = true;
  236. this.Cancel.Font = new System.Drawing.Font("微软雅黑", 10F);
  237. this.Cancel.Location = new System.Drawing.Point(1216, 324);
  238. this.Cancel.Margin = new System.Windows.Forms.Padding(4);
  239. this.Cancel.Name = "Cancel";
  240. this.Cancel.Size = new System.Drawing.Size(100, 27);
  241. this.Cancel.TabIndex = 185;
  242. this.Cancel.Text = "取消采集";
  243. this.Cancel.UseVisualStyleBackColor = true;
  244. //
  245. // pr_packrule
  246. //
  247. this.pr_packrule.AutoSize = true;
  248. this.pr_packrule.Location = new System.Drawing.Point(999, 651);
  249. this.pr_packrule.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  250. this.pr_packrule.Name = "pr_packrule";
  251. this.pr_packrule.Size = new System.Drawing.Size(0, 15);
  252. this.pr_packrule.TabIndex = 186;
  253. this.pr_packrule.Visible = false;
  254. //
  255. // pa_salecode
  256. //
  257. this.pa_salecode.AutoSize = true;
  258. this.pa_salecode.Location = new System.Drawing.Point(1223, 651);
  259. this.pa_salecode.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  260. this.pa_salecode.Name = "pa_salecode";
  261. this.pa_salecode.Size = new System.Drawing.Size(0, 15);
  262. this.pa_salecode.TabIndex = 187;
  263. this.pa_salecode.Visible = false;
  264. //
  265. // pd_makecode
  266. //
  267. this.pd_makecode.AutoSize = true;
  268. this.pd_makecode.Location = new System.Drawing.Point(1064, 375);
  269. this.pd_makecode.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  270. this.pd_makecode.Name = "pd_makecode";
  271. this.pd_makecode.Size = new System.Drawing.Size(0, 15);
  272. this.pd_makecode.TabIndex = 188;
  273. this.pd_makecode.Visible = false;
  274. //
  275. // pd_prodcode
  276. //
  277. this.pd_prodcode.AutoSize = true;
  278. this.pd_prodcode.Location = new System.Drawing.Point(999, 374);
  279. this.pd_prodcode.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  280. this.pd_prodcode.Name = "pd_prodcode";
  281. this.pd_prodcode.Size = new System.Drawing.Size(0, 15);
  282. this.pd_prodcode.TabIndex = 189;
  283. this.pd_prodcode.Visible = false;
  284. //
  285. // pd_salecode
  286. //
  287. this.pd_salecode.AutoSize = true;
  288. this.pd_salecode.Location = new System.Drawing.Point(1221, 372);
  289. this.pd_salecode.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  290. this.pd_salecode.Name = "pd_salecode";
  291. this.pd_salecode.Size = new System.Drawing.Size(0, 15);
  292. this.pd_salecode.TabIndex = 190;
  293. this.pd_salecode.Visible = false;
  294. //
  295. // pa_standardqty
  296. //
  297. this.pa_standardqty.AllPower = null;
  298. this.pa_standardqty.BackColor = System.Drawing.Color.White;
  299. this.pa_standardqty.ID = null;
  300. this.pa_standardqty.Location = new System.Drawing.Point(113, 98);
  301. this.pa_standardqty.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  302. this.pa_standardqty.Name = "pa_standardqty";
  303. this.pa_standardqty.Power = null;
  304. this.pa_standardqty.Size = new System.Drawing.Size(141, 25);
  305. this.pa_standardqty.Str = null;
  306. this.pa_standardqty.Str1 = null;
  307. this.pa_standardqty.Str2 = null;
  308. this.pa_standardqty.TabIndex = 184;
  309. this.pa_standardqty.KeyDown += new System.Windows.Forms.KeyEventHandler(this.pa_standardqty_KeyDown);
  310. //
  311. // PrintNum
  312. //
  313. this.PrintNum.AllPower = null;
  314. this.PrintNum.BackColor = System.Drawing.Color.White;
  315. this.PrintNum.Enabled = false;
  316. this.PrintNum.ID = null;
  317. this.PrintNum.Location = new System.Drawing.Point(1127, 161);
  318. this.PrintNum.Margin = new System.Windows.Forms.Padding(4);
  319. this.PrintNum.Name = "PrintNum";
  320. this.PrintNum.Power = null;
  321. this.PrintNum.Size = new System.Drawing.Size(157, 25);
  322. this.PrintNum.Str = null;
  323. this.PrintNum.Str1 = null;
  324. this.PrintNum.Str2 = null;
  325. this.PrintNum.TabIndex = 183;
  326. //
  327. // Packing
  328. //
  329. this.Packing.AllPower = null;
  330. this.Packing.BackColor = System.Drawing.Color.Transparent;
  331. this.Packing.DownImage = ((System.Drawing.Image)(resources.GetObject("Packing.DownImage")));
  332. this.Packing.Image = ((System.Drawing.Image)(resources.GetObject("Packing.Image")));
  333. this.Packing.IsShowBorder = true;
  334. this.Packing.Location = new System.Drawing.Point(1203, 266);
  335. this.Packing.Margin = new System.Windows.Forms.Padding(4);
  336. this.Packing.MoveImage = ((System.Drawing.Image)(resources.GetObject("Packing.MoveImage")));
  337. this.Packing.Name = "Packing";
  338. this.Packing.NormalImage = ((System.Drawing.Image)(resources.GetObject("Packing.NormalImage")));
  339. this.Packing.Power = null;
  340. this.Packing.Size = new System.Drawing.Size(75, 30);
  341. this.Packing.TabIndex = 178;
  342. this.Packing.Text = "封栈板";
  343. this.Packing.UseVisualStyleBackColor = true;
  344. this.Packing.Click += new System.EventHandler(this.Packing_Click);
  345. //
  346. // PrinterList
  347. //
  348. this.PrinterList.Location = new System.Drawing.Point(790, 96);
  349. this.PrinterList.Margin = new System.Windows.Forms.Padding(5);
  350. this.PrinterList.Name = "PrinterList";
  351. this.PrinterList.Size = new System.Drawing.Size(176, 30);
  352. this.PrinterList.TabIndex = 171;
  353. //
  354. // pa_prodcode
  355. //
  356. this.pa_prodcode.AutoSize = true;
  357. this.pa_prodcode.CutLength = null;
  358. this.pa_prodcode.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  359. this.pa_prodcode.Location = new System.Drawing.Point(784, 34);
  360. this.pa_prodcode.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  361. this.pa_prodcode.MaximumSize = new System.Drawing.Size(200, 0);
  362. this.pa_prodcode.Name = "pa_prodcode";
  363. this.pa_prodcode.Size = new System.Drawing.Size(0, 27);
  364. this.pa_prodcode.TabIndex = 170;
  365. this.pa_prodcode.Tag = "1";
  366. this.pa_prodcode.TextChanged += new System.EventHandler(this.pa_prodcode_TextChanged);
  367. //
  368. // Clean
  369. //
  370. this.Clean.AllPower = null;
  371. this.Clean.BackColor = System.Drawing.Color.Transparent;
  372. this.Clean.DownImage = ((System.Drawing.Image)(resources.GetObject("Clean.DownImage")));
  373. this.Clean.Image = ((System.Drawing.Image)(resources.GetObject("Clean.Image")));
  374. this.Clean.IsShowBorder = true;
  375. this.Clean.Location = new System.Drawing.Point(1105, 638);
  376. this.Clean.Margin = new System.Windows.Forms.Padding(4);
  377. this.Clean.MoveImage = ((System.Drawing.Image)(resources.GetObject("Clean.MoveImage")));
  378. this.Clean.Name = "Clean";
  379. this.Clean.NormalImage = ((System.Drawing.Image)(resources.GetObject("Clean.NormalImage")));
  380. this.Clean.Power = null;
  381. this.Clean.Size = new System.Drawing.Size(80, 30);
  382. this.Clean.TabIndex = 168;
  383. this.Clean.Text = "清除";
  384. this.Clean.UseVisualStyleBackColor = true;
  385. this.Clean.Click += new System.EventHandler(this.Clean_Click);
  386. //
  387. // OperateResult
  388. //
  389. this.OperateResult.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  390. this.OperateResult.Location = new System.Drawing.Point(953, 375);
  391. this.OperateResult.Margin = new System.Windows.Forms.Padding(4);
  392. this.OperateResult.Name = "OperateResult";
  393. this.OperateResult.Size = new System.Drawing.Size(368, 254);
  394. this.OperateResult.TabIndex = 167;
  395. this.OperateResult.Text = "";
  396. //
  397. // outboxcode
  398. //
  399. this.outboxcode.AllPower = "ifall";
  400. this.outboxcode.BackColor = System.Drawing.Color.White;
  401. this.outboxcode.ID = null;
  402. this.outboxcode.Location = new System.Drawing.Point(1019, 326);
  403. this.outboxcode.Margin = new System.Windows.Forms.Padding(4);
  404. this.outboxcode.Name = "outboxcode";
  405. this.outboxcode.Power = "ifread";
  406. this.outboxcode.Size = new System.Drawing.Size(175, 25);
  407. this.outboxcode.Str = null;
  408. this.outboxcode.Str1 = null;
  409. this.outboxcode.Str2 = null;
  410. this.outboxcode.TabIndex = 164;
  411. this.outboxcode.Tag = "NoAuto";
  412. this.outboxcode.KeyDown += new System.Windows.Forms.KeyEventHandler(this.outboxcode_KeyDown);
  413. //
  414. // pa_outboxcode
  415. //
  416. this.pa_outboxcode.AllPower = "ifall";
  417. this.pa_outboxcode.BackColor = System.Drawing.Color.White;
  418. this.pa_outboxcode.ID = null;
  419. this.pa_outboxcode.Location = new System.Drawing.Point(113, 36);
  420. this.pa_outboxcode.Margin = new System.Windows.Forms.Padding(4);
  421. this.pa_outboxcode.Name = "pa_outboxcode";
  422. this.pa_outboxcode.Power = "ifread";
  423. this.pa_outboxcode.Size = new System.Drawing.Size(141, 25);
  424. this.pa_outboxcode.Str = null;
  425. this.pa_outboxcode.Str1 = null;
  426. this.pa_outboxcode.Str2 = null;
  427. this.pa_outboxcode.TabIndex = 163;
  428. this.pa_outboxcode.Tag = "NoAuto";
  429. this.pa_outboxcode.KeyDown += new System.Windows.Forms.KeyEventHandler(this.palletcode_KeyDown);
  430. //
  431. // Printlab
  432. //
  433. this.Printlab.AllPower = null;
  434. this.Printlab.BackColor = System.Drawing.Color.Transparent;
  435. this.Printlab.DownImage = ((System.Drawing.Image)(resources.GetObject("Printlab.DownImage")));
  436. this.Printlab.Image = ((System.Drawing.Image)(resources.GetObject("Printlab.Image")));
  437. this.Printlab.IsShowBorder = true;
  438. this.Printlab.Location = new System.Drawing.Point(1101, 266);
  439. this.Printlab.Margin = new System.Windows.Forms.Padding(4);
  440. this.Printlab.MoveImage = ((System.Drawing.Image)(resources.GetObject("Printlab.MoveImage")));
  441. this.Printlab.Name = "Printlab";
  442. this.Printlab.NormalImage = ((System.Drawing.Image)(resources.GetObject("Printlab.NormalImage")));
  443. this.Printlab.Power = null;
  444. this.Printlab.Size = new System.Drawing.Size(60, 30);
  445. this.Printlab.TabIndex = 161;
  446. this.Printlab.Text = "打印";
  447. this.Printlab.UseVisualStyleBackColor = true;
  448. this.Printlab.Click += new System.EventHandler(this.Print_Click);
  449. //
  450. // ReleasePallet
  451. //
  452. this.ReleasePallet.AllPower = null;
  453. this.ReleasePallet.BackColor = System.Drawing.Color.Transparent;
  454. this.ReleasePallet.DownImage = ((System.Drawing.Image)(resources.GetObject("ReleasePallet.DownImage")));
  455. this.ReleasePallet.Image = ((System.Drawing.Image)(resources.GetObject("ReleasePallet.Image")));
  456. this.ReleasePallet.IsShowBorder = true;
  457. this.ReleasePallet.Location = new System.Drawing.Point(987, 266);
  458. this.ReleasePallet.Margin = new System.Windows.Forms.Padding(4);
  459. this.ReleasePallet.MoveImage = ((System.Drawing.Image)(resources.GetObject("ReleasePallet.MoveImage")));
  460. this.ReleasePallet.Name = "ReleasePallet";
  461. this.ReleasePallet.NormalImage = ((System.Drawing.Image)(resources.GetObject("ReleasePallet.NormalImage")));
  462. this.ReleasePallet.Power = null;
  463. this.ReleasePallet.Size = new System.Drawing.Size(75, 30);
  464. this.ReleasePallet.TabIndex = 160;
  465. this.ReleasePallet.Text = "解除栈板";
  466. this.ReleasePallet.UseVisualStyleBackColor = true;
  467. this.ReleasePallet.Click += new System.EventHandler(this.ReleasePallet_Click);
  468. //
  469. // NewPalletCode
  470. //
  471. this.NewPalletCode.AllPower = "ifall";
  472. this.NewPalletCode.BackColor = System.Drawing.Color.Transparent;
  473. this.NewPalletCode.DownImage = ((System.Drawing.Image)(resources.GetObject("NewPalletCode.DownImage")));
  474. this.NewPalletCode.Image = ((System.Drawing.Image)(resources.GetObject("NewPalletCode.Image")));
  475. this.NewPalletCode.IsShowBorder = true;
  476. this.NewPalletCode.Location = new System.Drawing.Point(1221, 12);
  477. this.NewPalletCode.Margin = new System.Windows.Forms.Padding(4);
  478. this.NewPalletCode.MoveImage = ((System.Drawing.Image)(resources.GetObject("NewPalletCode.MoveImage")));
  479. this.NewPalletCode.Name = "NewPalletCode";
  480. this.NewPalletCode.NormalImage = ((System.Drawing.Image)(resources.GetObject("NewPalletCode.NormalImage")));
  481. this.NewPalletCode.Power = "ifread";
  482. this.NewPalletCode.Size = new System.Drawing.Size(80, 30);
  483. this.NewPalletCode.TabIndex = 159;
  484. this.NewPalletCode.Text = "新增栈板";
  485. this.NewPalletCode.UseVisualStyleBackColor = true;
  486. this.NewPalletCode.Visible = false;
  487. this.NewPalletCode.Click += new System.EventHandler(this.NewPallet_Click);
  488. //
  489. // pa_custcode
  490. //
  491. this.pa_custcode.AutoSize = true;
  492. this.pa_custcode.CutLength = null;
  493. this.pa_custcode.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  494. this.pa_custcode.Location = new System.Drawing.Point(1127, 34);
  495. this.pa_custcode.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  496. this.pa_custcode.MaximumSize = new System.Drawing.Size(200, 0);
  497. this.pa_custcode.Name = "pa_custcode";
  498. this.pa_custcode.Size = new System.Drawing.Size(0, 27);
  499. this.pa_custcode.TabIndex = 158;
  500. this.pa_custcode.Tag = "1";
  501. //
  502. // PackageInf
  503. //
  504. this.PackageInf.AllowUserToAddRows = false;
  505. this.PackageInf.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  506. this.PackageInf.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  507. this.pd_outboxcode,
  508. this.pd_innerqty,
  509. this.Column3,
  510. this.Column4,
  511. this.Column5});
  512. this.PackageInf.EnableContentClick = true;
  513. this.PackageInf.Location = new System.Drawing.Point(4, 161);
  514. this.PackageInf.Margin = new System.Windows.Forms.Padding(4);
  515. this.PackageInf.Name = "PackageInf";
  516. this.PackageInf.RowTemplate.Height = 23;
  517. this.PackageInf.Size = new System.Drawing.Size(941, 519);
  518. this.PackageInf.TabIndex = 156;
  519. //
  520. // pd_outboxcode
  521. //
  522. this.pd_outboxcode.DataPropertyName = "code";
  523. this.pd_outboxcode.HeaderText = "箱号";
  524. this.pd_outboxcode.Name = "pd_outboxcode";
  525. this.pd_outboxcode.ReadOnly = true;
  526. //
  527. // pd_innerqty
  528. //
  529. this.pd_innerqty.DataPropertyName = "pd_innerqty";
  530. this.pd_innerqty.HeaderText = "数量";
  531. this.pd_innerqty.Name = "pd_innerqty";
  532. this.pd_innerqty.ReadOnly = true;
  533. //
  534. // Column3
  535. //
  536. this.Column3.DataPropertyName = "pd_prodcode";
  537. this.Column3.HeaderText = "产品编号";
  538. this.Column3.Name = "Column3";
  539. this.Column3.ReadOnly = true;
  540. //
  541. // Column4
  542. //
  543. this.Column4.DataPropertyName = "pd_makecode";
  544. this.Column4.HeaderText = "工单号";
  545. this.Column4.Name = "Column4";
  546. this.Column4.ReadOnly = true;
  547. //
  548. // Column5
  549. //
  550. this.Column5.DataPropertyName = "pa_custcode";
  551. this.Column5.HeaderText = "客户";
  552. this.Column5.MinimumWidth = 100;
  553. this.Column5.Name = "Column5";
  554. this.Column5.ReadOnly = true;
  555. //
  556. // pa_makecode
  557. //
  558. this.pa_makecode.AutoSize = true;
  559. this.pa_makecode.CutLength = null;
  560. this.pa_makecode.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  561. this.pa_makecode.Location = new System.Drawing.Point(505, 34);
  562. this.pa_makecode.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  563. this.pa_makecode.MaximumSize = new System.Drawing.Size(200, 0);
  564. this.pa_makecode.Name = "pa_makecode";
  565. this.pa_makecode.Size = new System.Drawing.Size(0, 27);
  566. this.pa_makecode.TabIndex = 109;
  567. this.pa_makecode.Tag = "1";
  568. //
  569. // pa_totalqty
  570. //
  571. this.pa_totalqty.AutoSize = true;
  572. this.pa_totalqty.CutLength = null;
  573. this.pa_totalqty.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  574. this.pa_totalqty.Location = new System.Drawing.Point(505, 96);
  575. this.pa_totalqty.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  576. this.pa_totalqty.MaximumSize = new System.Drawing.Size(200, 0);
  577. this.pa_totalqty.Name = "pa_totalqty";
  578. this.pa_totalqty.Size = new System.Drawing.Size(0, 27);
  579. this.pa_totalqty.TabIndex = 105;
  580. this.pa_totalqty.Tag = "1";
  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);
  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. }