Packing_PalletWightCollection.Designer.cs 57 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030
  1. namespace UAS_MES_NEW.Packing
  2. {
  3. partial class Packing_PalletWightCollection
  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. try
  16. {
  17. if (disposing && (components != null))
  18. {
  19. components.Dispose();
  20. }
  21. base.Dispose(disposing);
  22. }
  23. catch (System.Exception)
  24. {
  25. }
  26. }
  27. #region Windows Form Designer generated code
  28. /// <summary>
  29. /// Required method for Designer support - do not modify
  30. /// the contents of this method with the code editor.
  31. /// </summary>
  32. private void InitializeComponent()
  33. {
  34. this.components = new System.ComponentModel.Container();
  35. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Packing_PalletWightCollection));
  36. this.pa_outboxcode_label = new System.Windows.Forms.Label();
  37. this.pa_totalqty_label = new System.Windows.Forms.Label();
  38. this.pa_makecode_label = new System.Windows.Forms.Label();
  39. this.pa_restqty_label = new System.Windows.Forms.Label();
  40. this.pa_salecode_label = new System.Windows.Forms.Label();
  41. this.outboxcode_label = new System.Windows.Forms.Label();
  42. this.pa_prodcode_label = new System.Windows.Forms.Label();
  43. this.PrintLabel = new UAS_MES_NEW.CustomControl.ComBoxWithFocus.ComboxWithTip(this.components);
  44. this.PrintLabel_label = new System.Windows.Forms.Label();
  45. this.PrinterList_label = new System.Windows.Forms.Label();
  46. this.pa_packageqty_label = new System.Windows.Forms.Label();
  47. this.AutoOutBoxCode = new System.Windows.Forms.CheckBox();
  48. this.pa_status = new System.Windows.Forms.Label();
  49. this.Cancel = new System.Windows.Forms.CheckBox();
  50. this.pr_packrule = new System.Windows.Forms.Label();
  51. this.pa_salecode = new System.Windows.Forms.Label();
  52. this.pd_makecode = new System.Windows.Forms.Label();
  53. this.pd_prodcode = new System.Windows.Forms.Label();
  54. this.pd_salecode = new System.Windows.Forms.Label();
  55. this.OutBoxLength_label = new System.Windows.Forms.Label();
  56. this.PalletPreFix_label = new System.Windows.Forms.Label();
  57. this.panel4 = new UAS_MES_NEW.CustomControl.GroupBoxWithBorder.GroupBoxWithBorder();
  58. this.weight = new System.Windows.Forms.TextBox();
  59. this.pr_colorboxunit = new System.Windows.Forms.Label();
  60. this.weight_label = new System.Windows.Forms.Label();
  61. this.ComList = new System.Windows.Forms.Label();
  62. this.BaudRate = new System.Windows.Forms.Label();
  63. this.pr_colorboxgw_label = new System.Windows.Forms.Label();
  64. this.RefreshWeigh = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
  65. this.pr_code = new UAS_MES_NEW.CustomControl.ValueLabel.ValueLabel();
  66. this.ma_code = new UAS_MES_NEW.CustomControl.ValueLabel.ValueLabel();
  67. this.pr_cartongw = new UAS_MES_NEW.CustomControl.ValueLabel.ValueLabel();
  68. this.StopWeight = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
  69. this.StartWeight = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
  70. this.PalletPreFix = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.SnCollectionBox();
  71. this.StepCount = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.SourceStepCount();
  72. this.OutBoxLength = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.SnCollectionBox();
  73. this.AutoPrint = new UAS_MES_NEW.CustomControl.CustomCheckBox.AutoPrintCheckBox();
  74. this.pa_standardqty = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.EnterTextBox();
  75. this.PrintNum = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.EnterTextBox();
  76. this.Packing = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
  77. this.PrinterList = new UAS_MES_NEW.CustomControl.ComBoxWithFocus.PrinterCombox();
  78. this.pa_prodcode = new UAS_MES_NEW.CustomControl.ValueLabel.ValueLabel();
  79. this.Clean = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
  80. this.OperateResult = new UAS_MES_NEW.CustomControl.RichText.RichTextAutoBottom();
  81. this.outboxcode = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.SnCollectionBox();
  82. this.pa_outboxcode = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.SnCollectionBox();
  83. this.Printlab = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
  84. this.ReleasePallet = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
  85. this.NewPalletCode = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
  86. this.pa_custcode = new UAS_MES_NEW.CustomControl.ValueLabel.ValueLabel();
  87. this.PackageInf = new UAS_MES_NEW.CustomControl.DataGrid_View.DataGridViewWithSerialNum();
  88. this.pd_outboxcode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  89. this.pd_innerqty = new System.Windows.Forms.DataGridViewTextBoxColumn();
  90. this.Column3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  91. this.Column4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  92. this.Column5 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  93. this.pa_makecode = new UAS_MES_NEW.CustomControl.ValueLabel.ValueLabel();
  94. this.pa_totalqty = new UAS_MES_NEW.CustomControl.ValueLabel.ValueLabel();
  95. this.pa_remark = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.SnCollectionBox();
  96. this.label1 = new System.Windows.Forms.Label();
  97. this.panel4.SuspendLayout();
  98. ((System.ComponentModel.ISupportInitialize)(this.PackageInf)).BeginInit();
  99. this.SuspendLayout();
  100. //
  101. // pa_outboxcode_label
  102. //
  103. this.pa_outboxcode_label.AutoSize = true;
  104. this.pa_outboxcode_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  105. this.pa_outboxcode_label.Location = new System.Drawing.Point(8, 84);
  106. this.pa_outboxcode_label.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  107. this.pa_outboxcode_label.Name = "pa_outboxcode_label";
  108. this.pa_outboxcode_label.Size = new System.Drawing.Size(114, 41);
  109. this.pa_outboxcode_label.TabIndex = 102;
  110. this.pa_outboxcode_label.Text = "栈板号";
  111. //
  112. // pa_totalqty_label
  113. //
  114. this.pa_totalqty_label.AutoSize = true;
  115. this.pa_totalqty_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  116. this.pa_totalqty_label.Location = new System.Drawing.Point(580, 166);
  117. this.pa_totalqty_label.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  118. this.pa_totalqty_label.Name = "pa_totalqty_label";
  119. this.pa_totalqty_label.Size = new System.Drawing.Size(146, 41);
  120. this.pa_totalqty_label.TabIndex = 104;
  121. this.pa_totalqty_label.Text = "已装数量";
  122. //
  123. // pa_makecode_label
  124. //
  125. this.pa_makecode_label.AutoSize = true;
  126. this.pa_makecode_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  127. this.pa_makecode_label.Location = new System.Drawing.Point(580, 84);
  128. this.pa_makecode_label.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  129. this.pa_makecode_label.Name = "pa_makecode_label";
  130. this.pa_makecode_label.Size = new System.Drawing.Size(146, 41);
  131. this.pa_makecode_label.TabIndex = 108;
  132. this.pa_makecode_label.Text = "制造单号";
  133. //
  134. // pa_restqty_label
  135. //
  136. this.pa_restqty_label.AutoSize = true;
  137. this.pa_restqty_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  138. this.pa_restqty_label.Location = new System.Drawing.Point(1618, 260);
  139. this.pa_restqty_label.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  140. this.pa_restqty_label.Name = "pa_restqty_label";
  141. this.pa_restqty_label.Size = new System.Drawing.Size(146, 41);
  142. this.pa_restqty_label.TabIndex = 154;
  143. this.pa_restqty_label.Text = "打印张数";
  144. //
  145. // pa_salecode_label
  146. //
  147. this.pa_salecode_label.AutoSize = true;
  148. this.pa_salecode_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  149. this.pa_salecode_label.Location = new System.Drawing.Point(1506, 84);
  150. this.pa_salecode_label.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  151. this.pa_salecode_label.Name = "pa_salecode_label";
  152. this.pa_salecode_label.Size = new System.Drawing.Size(82, 41);
  153. this.pa_salecode_label.TabIndex = 157;
  154. this.pa_salecode_label.Text = "合同";
  155. //
  156. // outboxcode_label
  157. //
  158. this.outboxcode_label.AutoSize = true;
  159. this.outboxcode_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  160. this.outboxcode_label.Location = new System.Drawing.Point(32, 1034);
  161. this.outboxcode_label.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  162. this.outboxcode_label.Name = "outboxcode_label";
  163. this.outboxcode_label.Size = new System.Drawing.Size(82, 41);
  164. this.outboxcode_label.TabIndex = 166;
  165. this.outboxcode_label.Text = "箱号";
  166. //
  167. // pa_prodcode_label
  168. //
  169. this.pa_prodcode_label.AutoSize = true;
  170. this.pa_prodcode_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  171. this.pa_prodcode_label.Location = new System.Drawing.Point(964, 84);
  172. this.pa_prodcode_label.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  173. this.pa_prodcode_label.Name = "pa_prodcode_label";
  174. this.pa_prodcode_label.Size = new System.Drawing.Size(146, 41);
  175. this.pa_prodcode_label.TabIndex = 169;
  176. this.pa_prodcode_label.Text = "产品编号";
  177. //
  178. // PrintLabel
  179. //
  180. this.PrintLabel.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  181. this.PrintLabel.FormattingEnabled = true;
  182. this.PrintLabel.Location = new System.Drawing.Point(1690, 166);
  183. this.PrintLabel.Margin = new System.Windows.Forms.Padding(4, 2, 4, 2);
  184. this.PrintLabel.Name = "PrintLabel";
  185. this.PrintLabel.Size = new System.Drawing.Size(234, 32);
  186. this.PrintLabel.TabIndex = 172;
  187. this.PrintLabel.SelectedValueChanged += new System.EventHandler(this.PrintLabel_SelectedValueChanged);
  188. //
  189. // PrintLabel_label
  190. //
  191. this.PrintLabel_label.AutoSize = true;
  192. this.PrintLabel_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  193. this.PrintLabel_label.Location = new System.Drawing.Point(1506, 166);
  194. this.PrintLabel_label.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  195. this.PrintLabel_label.Name = "PrintLabel_label";
  196. this.PrintLabel_label.Size = new System.Drawing.Size(146, 41);
  197. this.PrintLabel_label.TabIndex = 174;
  198. this.PrintLabel_label.Text = "标签文件";
  199. //
  200. // PrinterList_label
  201. //
  202. this.PrinterList_label.AutoSize = true;
  203. this.PrinterList_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  204. this.PrinterList_label.Location = new System.Drawing.Point(964, 166);
  205. this.PrinterList_label.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  206. this.PrinterList_label.Name = "PrinterList_label";
  207. this.PrinterList_label.Size = new System.Drawing.Size(178, 41);
  208. this.PrinterList_label.TabIndex = 173;
  209. this.PrinterList_label.Text = "打印机列表";
  210. //
  211. // pa_packageqty_label
  212. //
  213. this.pa_packageqty_label.AutoSize = true;
  214. this.pa_packageqty_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  215. this.pa_packageqty_label.Location = new System.Drawing.Point(8, 166);
  216. this.pa_packageqty_label.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  217. this.pa_packageqty_label.Name = "pa_packageqty_label";
  218. this.pa_packageqty_label.Size = new System.Drawing.Size(146, 41);
  219. this.pa_packageqty_label.TabIndex = 176;
  220. this.pa_packageqty_label.Text = "栈板容量";
  221. //
  222. // AutoOutBoxCode
  223. //
  224. this.AutoOutBoxCode.AutoSize = true;
  225. this.AutoOutBoxCode.Font = new System.Drawing.Font("微软雅黑", 10F);
  226. this.AutoOutBoxCode.Location = new System.Drawing.Point(16, 32);
  227. this.AutoOutBoxCode.Margin = new System.Windows.Forms.Padding(6);
  228. this.AutoOutBoxCode.Name = "AutoOutBoxCode";
  229. this.AutoOutBoxCode.Size = new System.Drawing.Size(155, 39);
  230. this.AutoOutBoxCode.TabIndex = 180;
  231. this.AutoOutBoxCode.Text = "自动生成";
  232. this.AutoOutBoxCode.UseVisualStyleBackColor = true;
  233. //
  234. // pa_status
  235. //
  236. this.pa_status.AutoSize = true;
  237. this.pa_status.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  238. this.pa_status.Location = new System.Drawing.Point(1736, 348);
  239. this.pa_status.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  240. this.pa_status.Name = "pa_status";
  241. this.pa_status.Size = new System.Drawing.Size(0, 41);
  242. this.pa_status.TabIndex = 181;
  243. this.pa_status.Visible = false;
  244. //
  245. // Cancel
  246. //
  247. this.Cancel.AutoSize = true;
  248. this.Cancel.Font = new System.Drawing.Font("微软雅黑", 10F);
  249. this.Cancel.Location = new System.Drawing.Point(428, 1036);
  250. this.Cancel.Margin = new System.Windows.Forms.Padding(6);
  251. this.Cancel.Name = "Cancel";
  252. this.Cancel.Size = new System.Drawing.Size(155, 39);
  253. this.Cancel.TabIndex = 185;
  254. this.Cancel.Text = "取消采集";
  255. this.Cancel.UseVisualStyleBackColor = true;
  256. //
  257. // pr_packrule
  258. //
  259. this.pr_packrule.AutoSize = true;
  260. this.pr_packrule.Location = new System.Drawing.Point(1498, 1042);
  261. this.pr_packrule.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  262. this.pr_packrule.Name = "pr_packrule";
  263. this.pr_packrule.Size = new System.Drawing.Size(0, 24);
  264. this.pr_packrule.TabIndex = 186;
  265. this.pr_packrule.Visible = false;
  266. //
  267. // pa_salecode
  268. //
  269. this.pa_salecode.AutoSize = true;
  270. this.pa_salecode.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  271. this.pa_salecode.Location = new System.Drawing.Point(1688, 84);
  272. this.pa_salecode.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  273. this.pa_salecode.Name = "pa_salecode";
  274. this.pa_salecode.Size = new System.Drawing.Size(0, 41);
  275. this.pa_salecode.TabIndex = 187;
  276. //
  277. // pd_makecode
  278. //
  279. this.pd_makecode.AutoSize = true;
  280. this.pd_makecode.Location = new System.Drawing.Point(1596, 600);
  281. this.pd_makecode.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  282. this.pd_makecode.Name = "pd_makecode";
  283. this.pd_makecode.Size = new System.Drawing.Size(0, 24);
  284. this.pd_makecode.TabIndex = 188;
  285. this.pd_makecode.Visible = false;
  286. //
  287. // pd_prodcode
  288. //
  289. this.pd_prodcode.AutoSize = true;
  290. this.pd_prodcode.Location = new System.Drawing.Point(1498, 598);
  291. this.pd_prodcode.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  292. this.pd_prodcode.Name = "pd_prodcode";
  293. this.pd_prodcode.Size = new System.Drawing.Size(0, 24);
  294. this.pd_prodcode.TabIndex = 189;
  295. this.pd_prodcode.Visible = false;
  296. //
  297. // pd_salecode
  298. //
  299. this.pd_salecode.AutoSize = true;
  300. this.pd_salecode.Location = new System.Drawing.Point(1832, 596);
  301. this.pd_salecode.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  302. this.pd_salecode.Name = "pd_salecode";
  303. this.pd_salecode.Size = new System.Drawing.Size(0, 24);
  304. this.pd_salecode.TabIndex = 190;
  305. this.pd_salecode.Visible = false;
  306. //
  307. // OutBoxLength_label
  308. //
  309. this.OutBoxLength_label.AutoSize = true;
  310. this.OutBoxLength_label.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  311. this.OutBoxLength_label.Location = new System.Drawing.Point(184, 34);
  312. this.OutBoxLength_label.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  313. this.OutBoxLength_label.Name = "OutBoxLength_label";
  314. this.OutBoxLength_label.Size = new System.Drawing.Size(71, 36);
  315. this.OutBoxLength_label.TabIndex = 193;
  316. this.OutBoxLength_label.Text = "长度";
  317. //
  318. // PalletPreFix_label
  319. //
  320. this.PalletPreFix_label.AutoSize = true;
  321. this.PalletPreFix_label.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  322. this.PalletPreFix_label.Location = new System.Drawing.Point(364, 34);
  323. this.PalletPreFix_label.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  324. this.PalletPreFix_label.Name = "PalletPreFix_label";
  325. this.PalletPreFix_label.Size = new System.Drawing.Size(71, 36);
  326. this.PalletPreFix_label.TabIndex = 196;
  327. this.PalletPreFix_label.Text = "前缀";
  328. //
  329. // panel4
  330. //
  331. this.panel4.BorderColor = System.Drawing.Color.Black;
  332. this.panel4.Controls.Add(this.weight);
  333. this.panel4.Controls.Add(this.pr_colorboxunit);
  334. this.panel4.Controls.Add(this.weight_label);
  335. this.panel4.Font = new System.Drawing.Font("微软雅黑", 12F);
  336. this.panel4.Location = new System.Drawing.Point(1184, 328);
  337. this.panel4.Margin = new System.Windows.Forms.Padding(6, 4, 6, 4);
  338. this.panel4.Name = "panel4";
  339. this.panel4.Padding = new System.Windows.Forms.Padding(6);
  340. this.panel4.Size = new System.Drawing.Size(592, 250);
  341. this.panel4.TabIndex = 197;
  342. this.panel4.TabStop = false;
  343. this.panel4.Text = "重量";
  344. this.panel4.TextColor = System.Drawing.Color.Black;
  345. //
  346. // weight
  347. //
  348. this.weight.Font = new System.Drawing.Font("微软雅黑", 40F);
  349. this.weight.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(192)))), ((int)(((byte)(0)))));
  350. this.weight.Location = new System.Drawing.Point(181, 101);
  351. this.weight.Name = "weight";
  352. this.weight.Size = new System.Drawing.Size(367, 148);
  353. this.weight.TabIndex = 43;
  354. //
  355. // pr_colorboxunit
  356. //
  357. this.pr_colorboxunit.AutoSize = true;
  358. this.pr_colorboxunit.BackColor = System.Drawing.SystemColors.ActiveCaptionText;
  359. this.pr_colorboxunit.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  360. this.pr_colorboxunit.ForeColor = System.Drawing.SystemColors.ControlLightLight;
  361. this.pr_colorboxunit.Location = new System.Drawing.Point(38, 202);
  362. this.pr_colorboxunit.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  363. this.pr_colorboxunit.Name = "pr_colorboxunit";
  364. this.pr_colorboxunit.Size = new System.Drawing.Size(60, 50);
  365. this.pr_colorboxunit.TabIndex = 42;
  366. this.pr_colorboxunit.Text = "克";
  367. this.pr_colorboxunit.Visible = false;
  368. //
  369. // weight_label
  370. //
  371. this.weight_label.AutoSize = true;
  372. this.weight_label.BackColor = System.Drawing.SystemColors.ActiveCaptionText;
  373. this.weight_label.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  374. this.weight_label.ForeColor = System.Drawing.SystemColors.ControlLightLight;
  375. this.weight_label.Location = new System.Drawing.Point(38, 104);
  376. this.weight_label.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  377. this.weight_label.Name = "weight_label";
  378. this.weight_label.Size = new System.Drawing.Size(98, 50);
  379. this.weight_label.TabIndex = 20;
  380. this.weight_label.Text = "重量";
  381. this.weight_label.Visible = false;
  382. //
  383. // ComList
  384. //
  385. this.ComList.AutoSize = true;
  386. this.ComList.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  387. this.ComList.Location = new System.Drawing.Point(878, 32);
  388. this.ComList.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  389. this.ComList.Name = "ComList";
  390. this.ComList.Size = new System.Drawing.Size(128, 38);
  391. this.ComList.TabIndex = 198;
  392. this.ComList.Text = "ComList";
  393. this.ComList.Visible = false;
  394. //
  395. // BaudRate
  396. //
  397. this.BaudRate.AutoSize = true;
  398. this.BaudRate.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  399. this.BaudRate.Location = new System.Drawing.Point(1048, 32);
  400. this.BaudRate.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  401. this.BaudRate.Name = "BaudRate";
  402. this.BaudRate.Size = new System.Drawing.Size(150, 38);
  403. this.BaudRate.TabIndex = 199;
  404. this.BaudRate.Text = "BaudRate";
  405. this.BaudRate.Visible = false;
  406. //
  407. // pr_colorboxgw_label
  408. //
  409. this.pr_colorboxgw_label.AutoSize = true;
  410. this.pr_colorboxgw_label.Font = new System.Drawing.Font("微软雅黑", 12F);
  411. this.pr_colorboxgw_label.Location = new System.Drawing.Point(1168, 258);
  412. this.pr_colorboxgw_label.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  413. this.pr_colorboxgw_label.Name = "pr_colorboxgw_label";
  414. this.pr_colorboxgw_label.Size = new System.Drawing.Size(146, 41);
  415. this.pr_colorboxgw_label.TabIndex = 202;
  416. this.pr_colorboxgw_label.Text = "标准重量";
  417. //
  418. // RefreshWeigh
  419. //
  420. this.RefreshWeigh.AllPower = null;
  421. this.RefreshWeigh.BackColor = System.Drawing.Color.Transparent;
  422. this.RefreshWeigh.DownImage = ((System.Drawing.Image)(resources.GetObject("RefreshWeigh.DownImage")));
  423. this.RefreshWeigh.Image = ((System.Drawing.Image)(resources.GetObject("RefreshWeigh.Image")));
  424. this.RefreshWeigh.IsShowBorder = true;
  425. this.RefreshWeigh.Location = new System.Drawing.Point(1822, 532);
  426. this.RefreshWeigh.Margin = new System.Windows.Forms.Padding(6);
  427. this.RefreshWeigh.MoveImage = ((System.Drawing.Image)(resources.GetObject("RefreshWeigh.MoveImage")));
  428. this.RefreshWeigh.Name = "RefreshWeigh";
  429. this.RefreshWeigh.NormalImage = ((System.Drawing.Image)(resources.GetObject("RefreshWeigh.NormalImage")));
  430. this.RefreshWeigh.Power = null;
  431. this.RefreshWeigh.Size = new System.Drawing.Size(106, 58);
  432. this.RefreshWeigh.TabIndex = 206;
  433. this.RefreshWeigh.Text = "刷新重量";
  434. this.RefreshWeigh.UseVisualStyleBackColor = true;
  435. this.RefreshWeigh.Click += new System.EventHandler(this.RefreshWeigh_Click);
  436. //
  437. // pr_code
  438. //
  439. this.pr_code.AutoSize = true;
  440. this.pr_code.CutLength = null;
  441. this.pr_code.Location = new System.Drawing.Point(1224, 22);
  442. this.pr_code.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  443. this.pr_code.MaximumSize = new System.Drawing.Size(400, 0);
  444. this.pr_code.Name = "pr_code";
  445. this.pr_code.Size = new System.Drawing.Size(0, 24);
  446. this.pr_code.TabIndex = 205;
  447. this.pr_code.Visible = false;
  448. //
  449. // ma_code
  450. //
  451. this.ma_code.AutoSize = true;
  452. this.ma_code.CutLength = null;
  453. this.ma_code.Location = new System.Drawing.Point(1514, 22);
  454. this.ma_code.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  455. this.ma_code.MaximumSize = new System.Drawing.Size(400, 0);
  456. this.ma_code.Name = "ma_code";
  457. this.ma_code.Size = new System.Drawing.Size(0, 24);
  458. this.ma_code.TabIndex = 204;
  459. this.ma_code.Visible = false;
  460. //
  461. // pr_cartongw
  462. //
  463. this.pr_cartongw.AutoSize = true;
  464. this.pr_cartongw.CutLength = null;
  465. this.pr_cartongw.Font = new System.Drawing.Font("微软雅黑", 12F);
  466. this.pr_cartongw.Location = new System.Drawing.Point(1336, 258);
  467. this.pr_cartongw.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  468. this.pr_cartongw.MaximumSize = new System.Drawing.Size(300, 0);
  469. this.pr_cartongw.Name = "pr_cartongw";
  470. this.pr_cartongw.Size = new System.Drawing.Size(0, 41);
  471. this.pr_cartongw.TabIndex = 203;
  472. this.pr_cartongw.Tag = "1";
  473. //
  474. // StopWeight
  475. //
  476. this.StopWeight.AllPower = null;
  477. this.StopWeight.BackColor = System.Drawing.Color.Transparent;
  478. this.StopWeight.DownImage = ((System.Drawing.Image)(resources.GetObject("StopWeight.DownImage")));
  479. this.StopWeight.Image = ((System.Drawing.Image)(resources.GetObject("StopWeight.Image")));
  480. this.StopWeight.IsShowBorder = true;
  481. this.StopWeight.Location = new System.Drawing.Point(1822, 474);
  482. this.StopWeight.Margin = new System.Windows.Forms.Padding(6, 4, 6, 4);
  483. this.StopWeight.MoveImage = ((System.Drawing.Image)(resources.GetObject("StopWeight.MoveImage")));
  484. this.StopWeight.Name = "StopWeight";
  485. this.StopWeight.NormalImage = ((System.Drawing.Image)(resources.GetObject("StopWeight.NormalImage")));
  486. this.StopWeight.Power = null;
  487. this.StopWeight.Size = new System.Drawing.Size(108, 48);
  488. this.StopWeight.TabIndex = 201;
  489. this.StopWeight.Text = "停止称量";
  490. this.StopWeight.UseVisualStyleBackColor = true;
  491. this.StopWeight.Click += new System.EventHandler(this.StopWeight_Click);
  492. //
  493. // StartWeight
  494. //
  495. this.StartWeight.AllPower = null;
  496. this.StartWeight.BackColor = System.Drawing.Color.Transparent;
  497. this.StartWeight.DownImage = ((System.Drawing.Image)(resources.GetObject("StartWeight.DownImage")));
  498. this.StartWeight.Image = ((System.Drawing.Image)(resources.GetObject("StartWeight.Image")));
  499. this.StartWeight.IsShowBorder = true;
  500. this.StartWeight.Location = new System.Drawing.Point(1822, 392);
  501. this.StartWeight.Margin = new System.Windows.Forms.Padding(6, 4, 6, 4);
  502. this.StartWeight.MoveImage = ((System.Drawing.Image)(resources.GetObject("StartWeight.MoveImage")));
  503. this.StartWeight.Name = "StartWeight";
  504. this.StartWeight.NormalImage = ((System.Drawing.Image)(resources.GetObject("StartWeight.NormalImage")));
  505. this.StartWeight.Power = null;
  506. this.StartWeight.Size = new System.Drawing.Size(108, 48);
  507. this.StartWeight.TabIndex = 200;
  508. this.StartWeight.Text = "开始称量";
  509. this.StartWeight.UseVisualStyleBackColor = true;
  510. this.StartWeight.Click += new System.EventHandler(this.StartWeight_Click);
  511. //
  512. // PalletPreFix
  513. //
  514. this.PalletPreFix.AllPower = null;
  515. this.PalletPreFix.BackColor = System.Drawing.Color.White;
  516. this.PalletPreFix.Font = new System.Drawing.Font("微软雅黑", 9F);
  517. this.PalletPreFix.ID = null;
  518. this.PalletPreFix.Location = new System.Drawing.Point(440, 32);
  519. this.PalletPreFix.Margin = new System.Windows.Forms.Padding(12, 14, 12, 14);
  520. this.PalletPreFix.Name = "PalletPreFix";
  521. this.PalletPreFix.Power = null;
  522. this.PalletPreFix.Size = new System.Drawing.Size(72, 39);
  523. this.PalletPreFix.Str = null;
  524. this.PalletPreFix.Str1 = null;
  525. this.PalletPreFix.Str2 = null;
  526. this.PalletPreFix.TabIndex = 195;
  527. this.PalletPreFix.KeyDown += new System.Windows.Forms.KeyEventHandler(this.PalletPreFix_KeyDown);
  528. //
  529. // StepCount
  530. //
  531. this.StepCount.LineCode = null;
  532. this.StepCount.Location = new System.Drawing.Point(964, 22);
  533. this.StepCount.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  534. this.StepCount.Name = "StepCount";
  535. this.StepCount.Size = new System.Drawing.Size(176, 44);
  536. this.StepCount.Source = null;
  537. this.StepCount.StepCode = null;
  538. this.StepCount.TabIndex = 194;
  539. //
  540. // OutBoxLength
  541. //
  542. this.OutBoxLength.AllPower = null;
  543. this.OutBoxLength.BackColor = System.Drawing.Color.White;
  544. this.OutBoxLength.Font = new System.Drawing.Font("微软雅黑", 9F);
  545. this.OutBoxLength.ID = null;
  546. this.OutBoxLength.Location = new System.Drawing.Point(268, 32);
  547. this.OutBoxLength.Margin = new System.Windows.Forms.Padding(12, 14, 12, 14);
  548. this.OutBoxLength.Name = "OutBoxLength";
  549. this.OutBoxLength.Power = null;
  550. this.OutBoxLength.Size = new System.Drawing.Size(72, 39);
  551. this.OutBoxLength.Str = null;
  552. this.OutBoxLength.Str1 = null;
  553. this.OutBoxLength.Str2 = null;
  554. this.OutBoxLength.TabIndex = 192;
  555. this.OutBoxLength.KeyDown += new System.Windows.Forms.KeyEventHandler(this.OutBoxLength_KeyDown);
  556. //
  557. // AutoPrint
  558. //
  559. this.AutoPrint.Checked = false;
  560. this.AutoPrint.Location = new System.Drawing.Point(1792, 328);
  561. this.AutoPrint.Margin = new System.Windows.Forms.Padding(6, 8, 6, 8);
  562. this.AutoPrint.Name = "AutoPrint";
  563. this.AutoPrint.Size = new System.Drawing.Size(168, 44);
  564. this.AutoPrint.TabIndex = 191;
  565. //
  566. // pa_standardqty
  567. //
  568. this.pa_standardqty.AllPower = null;
  569. this.pa_standardqty.BackColor = System.Drawing.Color.White;
  570. this.pa_standardqty.ID = null;
  571. this.pa_standardqty.Location = new System.Drawing.Point(170, 168);
  572. this.pa_standardqty.Margin = new System.Windows.Forms.Padding(4);
  573. this.pa_standardqty.Name = "pa_standardqty";
  574. this.pa_standardqty.Power = null;
  575. this.pa_standardqty.Size = new System.Drawing.Size(224, 35);
  576. this.pa_standardqty.Str = null;
  577. this.pa_standardqty.Str1 = null;
  578. this.pa_standardqty.Str2 = null;
  579. this.pa_standardqty.TabIndex = 184;
  580. this.pa_standardqty.KeyDown += new System.Windows.Forms.KeyEventHandler(this.pa_standardqty_KeyDown);
  581. //
  582. // PrintNum
  583. //
  584. this.PrintNum.AllPower = null;
  585. this.PrintNum.BackColor = System.Drawing.Color.White;
  586. this.PrintNum.Enabled = false;
  587. this.PrintNum.ID = null;
  588. this.PrintNum.Location = new System.Drawing.Point(1784, 260);
  589. this.PrintNum.Margin = new System.Windows.Forms.Padding(6);
  590. this.PrintNum.Name = "PrintNum";
  591. this.PrintNum.Power = null;
  592. this.PrintNum.Size = new System.Drawing.Size(140, 35);
  593. this.PrintNum.Str = null;
  594. this.PrintNum.Str1 = null;
  595. this.PrintNum.Str2 = null;
  596. this.PrintNum.TabIndex = 183;
  597. //
  598. // Packing
  599. //
  600. this.Packing.AllPower = null;
  601. this.Packing.BackColor = System.Drawing.Color.Transparent;
  602. this.Packing.DownImage = ((System.Drawing.Image)(resources.GetObject("Packing.DownImage")));
  603. this.Packing.Image = ((System.Drawing.Image)(resources.GetObject("Packing.Image")));
  604. this.Packing.IsShowBorder = true;
  605. this.Packing.Location = new System.Drawing.Point(972, 1036);
  606. this.Packing.Margin = new System.Windows.Forms.Padding(6);
  607. this.Packing.MoveImage = ((System.Drawing.Image)(resources.GetObject("Packing.MoveImage")));
  608. this.Packing.Name = "Packing";
  609. this.Packing.NormalImage = ((System.Drawing.Image)(resources.GetObject("Packing.NormalImage")));
  610. this.Packing.Power = null;
  611. this.Packing.Size = new System.Drawing.Size(112, 48);
  612. this.Packing.TabIndex = 178;
  613. this.Packing.Text = "封栈板";
  614. this.Packing.UseVisualStyleBackColor = true;
  615. this.Packing.Click += new System.EventHandler(this.Packing_Click);
  616. //
  617. // PrinterList
  618. //
  619. this.PrinterList.Location = new System.Drawing.Point(1184, 166);
  620. this.PrinterList.Margin = new System.Windows.Forms.Padding(8);
  621. this.PrinterList.Name = "PrinterList";
  622. this.PrinterList.Size = new System.Drawing.Size(264, 40);
  623. this.PrinterList.TabIndex = 171;
  624. //
  625. // pa_prodcode
  626. //
  627. this.pa_prodcode.AutoSize = true;
  628. this.pa_prodcode.CutLength = null;
  629. this.pa_prodcode.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  630. this.pa_prodcode.Location = new System.Drawing.Point(1176, 84);
  631. this.pa_prodcode.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  632. this.pa_prodcode.MaximumSize = new System.Drawing.Size(300, 0);
  633. this.pa_prodcode.Name = "pa_prodcode";
  634. this.pa_prodcode.Size = new System.Drawing.Size(0, 41);
  635. this.pa_prodcode.TabIndex = 170;
  636. this.pa_prodcode.Tag = "1";
  637. this.pa_prodcode.TextChanged += new System.EventHandler(this.pa_prodcode_TextChanged);
  638. //
  639. // Clean
  640. //
  641. this.Clean.AllPower = null;
  642. this.Clean.BackColor = System.Drawing.Color.Transparent;
  643. this.Clean.DownImage = ((System.Drawing.Image)(resources.GetObject("Clean.DownImage")));
  644. this.Clean.Image = ((System.Drawing.Image)(resources.GetObject("Clean.Image")));
  645. this.Clean.IsShowBorder = true;
  646. this.Clean.Location = new System.Drawing.Point(1658, 1020);
  647. this.Clean.Margin = new System.Windows.Forms.Padding(6);
  648. this.Clean.MoveImage = ((System.Drawing.Image)(resources.GetObject("Clean.MoveImage")));
  649. this.Clean.Name = "Clean";
  650. this.Clean.NormalImage = ((System.Drawing.Image)(resources.GetObject("Clean.NormalImage")));
  651. this.Clean.Power = null;
  652. this.Clean.Size = new System.Drawing.Size(120, 48);
  653. this.Clean.TabIndex = 168;
  654. this.Clean.Text = "清除";
  655. this.Clean.UseVisualStyleBackColor = true;
  656. this.Clean.Click += new System.EventHandler(this.Clean_Click);
  657. //
  658. // OperateResult
  659. //
  660. this.OperateResult.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  661. this.OperateResult.Location = new System.Drawing.Point(1176, 602);
  662. this.OperateResult.Margin = new System.Windows.Forms.Padding(6);
  663. this.OperateResult.Name = "OperateResult";
  664. this.OperateResult.Size = new System.Drawing.Size(744, 404);
  665. this.OperateResult.TabIndex = 167;
  666. this.OperateResult.Text = "";
  667. //
  668. // outboxcode
  669. //
  670. this.outboxcode.AllPower = "ifall";
  671. this.outboxcode.BackColor = System.Drawing.Color.White;
  672. this.outboxcode.ID = null;
  673. this.outboxcode.Location = new System.Drawing.Point(134, 1036);
  674. this.outboxcode.Margin = new System.Windows.Forms.Padding(6);
  675. this.outboxcode.Name = "outboxcode";
  676. this.outboxcode.Power = "ifread";
  677. this.outboxcode.Size = new System.Drawing.Size(260, 35);
  678. this.outboxcode.Str = null;
  679. this.outboxcode.Str1 = null;
  680. this.outboxcode.Str2 = null;
  681. this.outboxcode.TabIndex = 164;
  682. this.outboxcode.Tag = "NoAuto";
  683. this.outboxcode.KeyDown += new System.Windows.Forms.KeyEventHandler(this.outboxcode_KeyDown);
  684. //
  685. // pa_outboxcode
  686. //
  687. this.pa_outboxcode.AllPower = "ifall";
  688. this.pa_outboxcode.BackColor = System.Drawing.Color.White;
  689. this.pa_outboxcode.ID = null;
  690. this.pa_outboxcode.Location = new System.Drawing.Point(170, 88);
  691. this.pa_outboxcode.Margin = new System.Windows.Forms.Padding(6);
  692. this.pa_outboxcode.Name = "pa_outboxcode";
  693. this.pa_outboxcode.Power = "ifread";
  694. this.pa_outboxcode.Size = new System.Drawing.Size(342, 35);
  695. this.pa_outboxcode.Str = null;
  696. this.pa_outboxcode.Str1 = null;
  697. this.pa_outboxcode.Str2 = null;
  698. this.pa_outboxcode.TabIndex = 163;
  699. this.pa_outboxcode.Tag = "NoAuto";
  700. this.pa_outboxcode.KeyDown += new System.Windows.Forms.KeyEventHandler(this.palletcode_KeyDown);
  701. //
  702. // Printlab
  703. //
  704. this.Printlab.AllPower = null;
  705. this.Printlab.BackColor = System.Drawing.Color.Transparent;
  706. this.Printlab.DownImage = ((System.Drawing.Image)(resources.GetObject("Printlab.DownImage")));
  707. this.Printlab.Image = ((System.Drawing.Image)(resources.GetObject("Printlab.Image")));
  708. this.Printlab.IsShowBorder = true;
  709. this.Printlab.Location = new System.Drawing.Point(820, 1036);
  710. this.Printlab.Margin = new System.Windows.Forms.Padding(6);
  711. this.Printlab.MoveImage = ((System.Drawing.Image)(resources.GetObject("Printlab.MoveImage")));
  712. this.Printlab.Name = "Printlab";
  713. this.Printlab.NormalImage = ((System.Drawing.Image)(resources.GetObject("Printlab.NormalImage")));
  714. this.Printlab.Power = null;
  715. this.Printlab.Size = new System.Drawing.Size(90, 48);
  716. this.Printlab.TabIndex = 161;
  717. this.Printlab.Text = "打印";
  718. this.Printlab.UseVisualStyleBackColor = true;
  719. this.Printlab.Click += new System.EventHandler(this.Print_Click);
  720. //
  721. // ReleasePallet
  722. //
  723. this.ReleasePallet.AllPower = null;
  724. this.ReleasePallet.BackColor = System.Drawing.Color.Transparent;
  725. this.ReleasePallet.DownImage = ((System.Drawing.Image)(resources.GetObject("ReleasePallet.DownImage")));
  726. this.ReleasePallet.Image = ((System.Drawing.Image)(resources.GetObject("ReleasePallet.Image")));
  727. this.ReleasePallet.IsShowBorder = true;
  728. this.ReleasePallet.Location = new System.Drawing.Point(648, 1036);
  729. this.ReleasePallet.Margin = new System.Windows.Forms.Padding(6);
  730. this.ReleasePallet.MoveImage = ((System.Drawing.Image)(resources.GetObject("ReleasePallet.MoveImage")));
  731. this.ReleasePallet.Name = "ReleasePallet";
  732. this.ReleasePallet.NormalImage = ((System.Drawing.Image)(resources.GetObject("ReleasePallet.NormalImage")));
  733. this.ReleasePallet.Power = null;
  734. this.ReleasePallet.Size = new System.Drawing.Size(112, 48);
  735. this.ReleasePallet.TabIndex = 160;
  736. this.ReleasePallet.Text = "解除栈板";
  737. this.ReleasePallet.UseVisualStyleBackColor = true;
  738. this.ReleasePallet.Click += new System.EventHandler(this.ReleasePallet_Click);
  739. //
  740. // NewPalletCode
  741. //
  742. this.NewPalletCode.AllPower = "ifall";
  743. this.NewPalletCode.BackColor = System.Drawing.Color.Transparent;
  744. this.NewPalletCode.DownImage = ((System.Drawing.Image)(resources.GetObject("NewPalletCode.DownImage")));
  745. this.NewPalletCode.Image = ((System.Drawing.Image)(resources.GetObject("NewPalletCode.Image")));
  746. this.NewPalletCode.IsShowBorder = true;
  747. this.NewPalletCode.Location = new System.Drawing.Point(1822, 28);
  748. this.NewPalletCode.Margin = new System.Windows.Forms.Padding(6);
  749. this.NewPalletCode.MoveImage = ((System.Drawing.Image)(resources.GetObject("NewPalletCode.MoveImage")));
  750. this.NewPalletCode.Name = "NewPalletCode";
  751. this.NewPalletCode.NormalImage = ((System.Drawing.Image)(resources.GetObject("NewPalletCode.NormalImage")));
  752. this.NewPalletCode.Power = "ifread";
  753. this.NewPalletCode.Size = new System.Drawing.Size(120, 48);
  754. this.NewPalletCode.TabIndex = 159;
  755. this.NewPalletCode.Text = "新增栈板";
  756. this.NewPalletCode.UseVisualStyleBackColor = true;
  757. this.NewPalletCode.Visible = false;
  758. this.NewPalletCode.Click += new System.EventHandler(this.NewPallet_Click);
  759. //
  760. // pa_custcode
  761. //
  762. this.pa_custcode.AutoSize = true;
  763. this.pa_custcode.CutLength = null;
  764. this.pa_custcode.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  765. this.pa_custcode.Location = new System.Drawing.Point(1448, 348);
  766. this.pa_custcode.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  767. this.pa_custcode.MaximumSize = new System.Drawing.Size(300, 0);
  768. this.pa_custcode.Name = "pa_custcode";
  769. this.pa_custcode.Size = new System.Drawing.Size(0, 41);
  770. this.pa_custcode.TabIndex = 158;
  771. this.pa_custcode.Tag = "1";
  772. //
  773. // PackageInf
  774. //
  775. this.PackageInf.AllowUserToAddRows = false;
  776. this.PackageInf.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  777. this.PackageInf.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  778. this.pd_outboxcode,
  779. this.pd_innerqty,
  780. this.Column3,
  781. this.Column4,
  782. this.Column5});
  783. this.PackageInf.EnableContentClick = true;
  784. this.PackageInf.Location = new System.Drawing.Point(6, 258);
  785. this.PackageInf.Margin = new System.Windows.Forms.Padding(6);
  786. this.PackageInf.Name = "PackageInf";
  787. this.PackageInf.RowTemplate.Height = 23;
  788. this.PackageInf.Size = new System.Drawing.Size(1148, 748);
  789. this.PackageInf.TabIndex = 156;
  790. //
  791. // pd_outboxcode
  792. //
  793. this.pd_outboxcode.DataPropertyName = "code";
  794. this.pd_outboxcode.HeaderText = "箱号";
  795. this.pd_outboxcode.MinimumWidth = 200;
  796. this.pd_outboxcode.Name = "pd_outboxcode";
  797. this.pd_outboxcode.ReadOnly = true;
  798. this.pd_outboxcode.Width = 200;
  799. //
  800. // pd_innerqty
  801. //
  802. this.pd_innerqty.DataPropertyName = "pd_innerqty";
  803. this.pd_innerqty.HeaderText = "数量";
  804. this.pd_innerqty.MinimumWidth = 70;
  805. this.pd_innerqty.Name = "pd_innerqty";
  806. this.pd_innerqty.ReadOnly = true;
  807. this.pd_innerqty.Width = 70;
  808. //
  809. // Column3
  810. //
  811. this.Column3.DataPropertyName = "pd_prodcode";
  812. this.Column3.HeaderText = "产品编号";
  813. this.Column3.MinimumWidth = 150;
  814. this.Column3.Name = "Column3";
  815. this.Column3.ReadOnly = true;
  816. this.Column3.Width = 150;
  817. //
  818. // Column4
  819. //
  820. this.Column4.DataPropertyName = "pd_makecode";
  821. this.Column4.HeaderText = "工单号";
  822. this.Column4.MinimumWidth = 150;
  823. this.Column4.Name = "Column4";
  824. this.Column4.ReadOnly = true;
  825. this.Column4.Width = 150;
  826. //
  827. // Column5
  828. //
  829. this.Column5.DataPropertyName = "pa_salecode";
  830. this.Column5.HeaderText = "合同";
  831. this.Column5.MinimumWidth = 150;
  832. this.Column5.Name = "Column5";
  833. this.Column5.ReadOnly = true;
  834. this.Column5.Width = 150;
  835. //
  836. // pa_makecode
  837. //
  838. this.pa_makecode.AutoSize = true;
  839. this.pa_makecode.CutLength = null;
  840. this.pa_makecode.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  841. this.pa_makecode.Location = new System.Drawing.Point(748, 84);
  842. this.pa_makecode.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  843. this.pa_makecode.MaximumSize = new System.Drawing.Size(300, 0);
  844. this.pa_makecode.Name = "pa_makecode";
  845. this.pa_makecode.Size = new System.Drawing.Size(0, 41);
  846. this.pa_makecode.TabIndex = 109;
  847. this.pa_makecode.Tag = "1";
  848. //
  849. // pa_totalqty
  850. //
  851. this.pa_totalqty.AutoSize = true;
  852. this.pa_totalqty.CutLength = null;
  853. this.pa_totalqty.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  854. this.pa_totalqty.Location = new System.Drawing.Point(748, 166);
  855. this.pa_totalqty.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  856. this.pa_totalqty.MaximumSize = new System.Drawing.Size(300, 0);
  857. this.pa_totalqty.Name = "pa_totalqty";
  858. this.pa_totalqty.Size = new System.Drawing.Size(0, 41);
  859. this.pa_totalqty.TabIndex = 105;
  860. this.pa_totalqty.Tag = "1";
  861. //
  862. // pa_remark
  863. //
  864. this.pa_remark.AllPower = "ifall";
  865. this.pa_remark.BackColor = System.Drawing.Color.White;
  866. this.pa_remark.ID = null;
  867. this.pa_remark.Location = new System.Drawing.Point(1304, 1044);
  868. this.pa_remark.Margin = new System.Windows.Forms.Padding(6);
  869. this.pa_remark.Name = "pa_remark";
  870. this.pa_remark.Power = "ifread";
  871. this.pa_remark.Size = new System.Drawing.Size(260, 35);
  872. this.pa_remark.Str = null;
  873. this.pa_remark.Str1 = null;
  874. this.pa_remark.Str2 = null;
  875. this.pa_remark.TabIndex = 207;
  876. this.pa_remark.Tag = "NoAuto";
  877. //
  878. // label1
  879. //
  880. this.label1.AutoSize = true;
  881. this.label1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  882. this.label1.Location = new System.Drawing.Point(1177, 1039);
  883. this.label1.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  884. this.label1.Name = "label1";
  885. this.label1.Size = new System.Drawing.Size(82, 41);
  886. this.label1.TabIndex = 208;
  887. this.label1.Text = "备注";
  888. //
  889. // Packing_PalletWightCollection
  890. //
  891. this.AutoScaleDimensions = new System.Drawing.SizeF(12F, 24F);
  892. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  893. this.ClientSize = new System.Drawing.Size(1988, 1104);
  894. this.Controls.Add(this.label1);
  895. this.Controls.Add(this.pa_remark);
  896. this.Controls.Add(this.RefreshWeigh);
  897. this.Controls.Add(this.pr_code);
  898. this.Controls.Add(this.ma_code);
  899. this.Controls.Add(this.pr_cartongw);
  900. this.Controls.Add(this.pr_colorboxgw_label);
  901. this.Controls.Add(this.StopWeight);
  902. this.Controls.Add(this.StartWeight);
  903. this.Controls.Add(this.BaudRate);
  904. this.Controls.Add(this.ComList);
  905. this.Controls.Add(this.panel4);
  906. this.Controls.Add(this.PalletPreFix_label);
  907. this.Controls.Add(this.PalletPreFix);
  908. this.Controls.Add(this.StepCount);
  909. this.Controls.Add(this.OutBoxLength_label);
  910. this.Controls.Add(this.OutBoxLength);
  911. this.Controls.Add(this.AutoPrint);
  912. this.Controls.Add(this.pd_salecode);
  913. this.Controls.Add(this.pd_prodcode);
  914. this.Controls.Add(this.pd_makecode);
  915. this.Controls.Add(this.pa_salecode);
  916. this.Controls.Add(this.pr_packrule);
  917. this.Controls.Add(this.Cancel);
  918. this.Controls.Add(this.pa_standardqty);
  919. this.Controls.Add(this.PrintNum);
  920. this.Controls.Add(this.pa_status);
  921. this.Controls.Add(this.AutoOutBoxCode);
  922. this.Controls.Add(this.Packing);
  923. this.Controls.Add(this.pa_packageqty_label);
  924. this.Controls.Add(this.PrintLabel_label);
  925. this.Controls.Add(this.PrinterList_label);
  926. this.Controls.Add(this.PrintLabel);
  927. this.Controls.Add(this.PrinterList);
  928. this.Controls.Add(this.pa_prodcode);
  929. this.Controls.Add(this.pa_prodcode_label);
  930. this.Controls.Add(this.Clean);
  931. this.Controls.Add(this.OperateResult);
  932. this.Controls.Add(this.outboxcode_label);
  933. this.Controls.Add(this.outboxcode);
  934. this.Controls.Add(this.pa_outboxcode);
  935. this.Controls.Add(this.Printlab);
  936. this.Controls.Add(this.ReleasePallet);
  937. this.Controls.Add(this.NewPalletCode);
  938. this.Controls.Add(this.pa_custcode);
  939. this.Controls.Add(this.pa_salecode_label);
  940. this.Controls.Add(this.PackageInf);
  941. this.Controls.Add(this.pa_restqty_label);
  942. this.Controls.Add(this.pa_makecode);
  943. this.Controls.Add(this.pa_makecode_label);
  944. this.Controls.Add(this.pa_totalqty);
  945. this.Controls.Add(this.pa_totalqty_label);
  946. this.Controls.Add(this.pa_outboxcode_label);
  947. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  948. this.Margin = new System.Windows.Forms.Padding(6);
  949. this.Name = "Packing_PalletWightCollection";
  950. this.Tag = "Packing!PalletWightCollection";
  951. this.Text = " ";
  952. this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Make_PalletCollection_FormClosing);
  953. this.Load += new System.EventHandler(this.Make_PalletCollection_Load);
  954. this.SizeChanged += new System.EventHandler(this.Make_PalletCollection_SizeChanged);
  955. this.panel4.ResumeLayout(true);
  956. this.panel4.PerformLayout();
  957. ((System.ComponentModel.ISupportInitialize)(this.PackageInf)).EndInit();
  958. this.ResumeLayout(true);
  959. this.PerformLayout();
  960. }
  961. #endregion
  962. private System.Windows.Forms.Label pa_outboxcode_label;
  963. private CustomControl.ValueLabel.ValueLabel pa_totalqty;
  964. private System.Windows.Forms.Label pa_totalqty_label;
  965. private CustomControl.ValueLabel.ValueLabel pa_makecode;
  966. private System.Windows.Forms.Label pa_makecode_label;
  967. private System.Windows.Forms.Label pa_restqty_label;
  968. private CustomControl.DataGrid_View.DataGridViewWithSerialNum PackageInf;
  969. private CustomControl.ValueLabel.ValueLabel pa_custcode;
  970. private System.Windows.Forms.Label pa_salecode_label;
  971. private CustomControl.ButtonUtil.NormalButton NewPalletCode;
  972. private CustomControl.ButtonUtil.NormalButton ReleasePallet;
  973. private CustomControl.ButtonUtil.NormalButton Printlab;
  974. private CustomControl.TextBoxWithIcon.SnCollectionBox pa_outboxcode;
  975. private CustomControl.TextBoxWithIcon.SnCollectionBox outboxcode;
  976. private System.Windows.Forms.Label outboxcode_label;
  977. private CustomControl.RichText.RichTextAutoBottom OperateResult;
  978. private CustomControl.ButtonUtil.NormalButton Clean;
  979. private CustomControl.ValueLabel.ValueLabel pa_prodcode;
  980. private System.Windows.Forms.Label pa_prodcode_label;
  981. private CustomControl.ComBoxWithFocus.PrinterCombox PrinterList;
  982. private UAS_MES_NEW.CustomControl.ComBoxWithFocus.ComboxWithTip PrintLabel;
  983. private System.Windows.Forms.Label PrintLabel_label;
  984. private System.Windows.Forms.Label PrinterList_label;
  985. private System.Windows.Forms.Label pa_packageqty_label;
  986. private CustomControl.ButtonUtil.NormalButton Packing;
  987. private System.Windows.Forms.CheckBox AutoOutBoxCode;
  988. private System.Windows.Forms.Label pa_status;
  989. private CustomControl.TextBoxWithIcon.EnterTextBox PrintNum;
  990. private CustomControl.TextBoxWithIcon.EnterTextBox pa_standardqty;
  991. private System.Windows.Forms.CheckBox Cancel;
  992. private System.Windows.Forms.Label pr_packrule;
  993. private System.Windows.Forms.Label pa_salecode;
  994. private System.Windows.Forms.Label pd_makecode;
  995. private System.Windows.Forms.Label pd_prodcode;
  996. private System.Windows.Forms.Label pd_salecode;
  997. private CustomControl.CustomCheckBox.AutoPrintCheckBox AutoPrint;
  998. private System.Windows.Forms.Label OutBoxLength_label;
  999. private CustomControl.TextBoxWithIcon.SnCollectionBox OutBoxLength;
  1000. private CustomControl.TextBoxWithIcon.SourceStepCount StepCount;
  1001. private System.Windows.Forms.Label PalletPreFix_label;
  1002. private CustomControl.TextBoxWithIcon.SnCollectionBox PalletPreFix;
  1003. private System.Windows.Forms.DataGridViewTextBoxColumn pd_outboxcode;
  1004. private System.Windows.Forms.DataGridViewTextBoxColumn pd_innerqty;
  1005. private System.Windows.Forms.DataGridViewTextBoxColumn Column3;
  1006. private System.Windows.Forms.DataGridViewTextBoxColumn Column4;
  1007. private System.Windows.Forms.DataGridViewTextBoxColumn Column5;
  1008. private CustomControl.GroupBoxWithBorder.GroupBoxWithBorder panel4;
  1009. private System.Windows.Forms.Label pr_colorboxunit;
  1010. private System.Windows.Forms.Label weight_label;
  1011. private System.Windows.Forms.Label ComList;
  1012. private System.Windows.Forms.Label BaudRate;
  1013. private CustomControl.ButtonUtil.NormalButton StopWeight;
  1014. private CustomControl.ButtonUtil.NormalButton StartWeight;
  1015. private CustomControl.ValueLabel.ValueLabel pr_cartongw;
  1016. private System.Windows.Forms.Label pr_colorboxgw_label;
  1017. private CustomControl.ValueLabel.ValueLabel ma_code;
  1018. private CustomControl.ValueLabel.ValueLabel pr_code;
  1019. private CustomControl.ButtonUtil.NormalButton RefreshWeigh;
  1020. private System.Windows.Forms.TextBox weight;
  1021. private CustomControl.TextBoxWithIcon.SnCollectionBox pa_remark;
  1022. private System.Windows.Forms.Label label1;
  1023. }
  1024. }