Make_ColorBoxWeigh.Designer.cs 47 KB

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