Packing_PalletWightCollection.Designer.cs 55 KB

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