Make_ColorBoxWeigh.Designer.cs 52 KB

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