Packing_PalletCollection.Designer.cs 41 KB

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