Make_ColorBoxWeigh.Designer.cs 45 KB

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