Make_ColorBoxWeigh.Designer.cs 50 KB

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