Make_ColorBoxWeigh.Designer.cs 51 KB

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