Make_PalletWightCollection.Designer.cs 50 KB

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