Make_MidBoxWeigh.Designer.cs 53 KB

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