Make_TestCollectionBad.Designer.cs 57 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045
  1. using UAS_MES_NEW.CustomControl.CustomCheckBox;
  2. namespace UAS_MES_NEW.Make
  3. {
  4. partial class Make_TestCollectionBad
  5. {
  6. /// <summary>
  7. /// Required designer variable.
  8. /// </summary>
  9. private System.ComponentModel.IContainer components = null;
  10. /// <summary>
  11. /// Clean up any resources being used.
  12. /// </summary>
  13. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  14. protected override void Dispose(bool disposing)
  15. {
  16. if (disposing && (components != null))
  17. {
  18. components.Dispose();
  19. }
  20. base.Dispose(disposing);
  21. }
  22. #region Windows Form Designer generated code
  23. /// <summary>
  24. /// Required method for Designer support - do not modify
  25. /// the contents of this method with the code editor.
  26. /// </summary>
  27. private void InitializeComponent()
  28. {
  29. this.components = new System.ComponentModel.Container();
  30. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Make_TestCollectionBad));
  31. this.bc_remark_label = new System.Windows.Forms.Label();
  32. this.ms_sncode_label = new System.Windows.Forms.Label();
  33. this.bc_groupcode_label = new System.Windows.Forms.Label();
  34. this.label2 = new System.Windows.Forms.Label();
  35. this.label3 = new System.Windows.Forms.Label();
  36. this.GoodProduct = new System.Windows.Forms.RadioButton();
  37. this.Reject = new System.Windows.Forms.RadioButton();
  38. this.WaitRejectList = new System.Windows.Forms.ListView();
  39. this.columnHeader5 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
  40. this.columnHeader4 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
  41. this.columnHeader1 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
  42. this.columnHeader2 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
  43. this.columnHeader9 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
  44. this.label4 = new System.Windows.Forms.Label();
  45. this.label5 = new System.Windows.Forms.Label();
  46. this.label6 = new System.Windows.Forms.Label();
  47. this.ChoosedRejectList = new System.Windows.Forms.ListView();
  48. this.columnHeader6 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
  49. this.columnHeader3 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
  50. this.columnHeader7 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
  51. this.columnHeader8 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
  52. this.columnHeader10 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
  53. this.AutoBadCode = new UAS_MES_NEW.CustomControl.CustomCheckBox.ReSetCheckBox();
  54. this.ma_qty_label = new System.Windows.Forms.Label();
  55. this.ma_prodcode_label = new System.Windows.Forms.Label();
  56. this.ms_makecode_label = new System.Windows.Forms.Label();
  57. this.mcd_inqty_label = new System.Windows.Forms.Label();
  58. this.mc_restqty_label = new System.Windows.Forms.Label();
  59. this.panel1 = new System.Windows.Forms.Panel();
  60. this.mcd_totalng = new UAS_MES_NEW.CustomControl.ValueLabel.ValueLabel();
  61. this.label9 = new System.Windows.Forms.Label();
  62. this.mcd_okqty = new UAS_MES_NEW.CustomControl.ValueLabel.ValueLabel();
  63. this.label8 = new System.Windows.Forms.Label();
  64. this.mcd_ngqty = new UAS_MES_NEW.CustomControl.ValueLabel.ValueLabel();
  65. this.label1 = new System.Windows.Forms.Label();
  66. this.ob_checkno = new System.Windows.Forms.Label();
  67. this.SendCheck = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
  68. this.ob_batchqty = new UAS_MES_NEW.CustomControl.ValueLabel.ValueLabel();
  69. this.mcd_remainqty = new UAS_MES_NEW.CustomControl.ValueLabel.ValueLabel();
  70. this.mcd_inqty = new UAS_MES_NEW.CustomControl.ValueLabel.ValueLabel();
  71. this.ob_sendqty = new UAS_MES_NEW.CustomControl.ValueLabel.ValueLabel();
  72. this.ob_nowcheckqty = new UAS_MES_NEW.CustomControl.ValueLabel.ValueLabel();
  73. this.pr_detail_label = new System.Windows.Forms.Label();
  74. this.ma_softversion_label = new System.Windows.Forms.Label();
  75. this.BadInfSource = new System.Windows.Forms.BindingSource(this.components);
  76. this.NoteForChange = new System.Windows.Forms.CheckBox();
  77. this.ControlLockTimer = new System.Windows.Forms.Timer(this.components);
  78. this.Lock_label = new System.Windows.Forms.Label();
  79. this.ma_salecode = new System.Windows.Forms.Label();
  80. this.pr_sendchecktype = new System.Windows.Forms.Label();
  81. this.StepCount = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.SourceStepCount();
  82. this.Filter = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.TextBoxWithPlaceHolder();
  83. this.ma_softversion = new UAS_MES_NEW.CustomControl.ValueLabel.ValueLabel();
  84. this.Save = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
  85. this.bc_code = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.EnterTextBox();
  86. this.ma_code = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.MaCodeSearchTextBox();
  87. this.LockMakeCode = new UAS_MES_NEW.CustomControl.CustomCheckBox.LockCheckBox();
  88. this.pr_spec = new UAS_MES_NEW.CustomControl.ValueLabel.ValueLabel();
  89. this.ma_qty = new UAS_MES_NEW.CustomControl.ValueLabel.ValueLabel();
  90. this.ma_prodcode = new UAS_MES_NEW.CustomControl.ValueLabel.ValueLabel();
  91. this.OperateResult = new UAS_MES_NEW.CustomControl.RichText.RichTextAutoBottom();
  92. this.CleanInfo = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
  93. this.ChooseedReject = new UAS_MES_NEW.CustomControl.ButtonUtil.ArrowRightButton();
  94. this.WaitReject = new UAS_MES_NEW.CustomControl.ButtonUtil.ArrowLeftButton();
  95. this.bc_remark = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.EnterTextBox();
  96. this.bc_groupcode = new UAS_MES_NEW.CustomControl.ComBoxWithFocus.ComBoxWithFocus();
  97. this.ms_sncode = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.SnCollectionBox();
  98. this.WriteSoftWare = new UAS_MES_NEW.CustomControl.CustomCheckBox.ReSetCheckBox();
  99. this.SoftWarePath = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.EnterTextBox();
  100. this.normalButton1 = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
  101. this.PrintList = new UAS_MES_NEW.CustomControl.ComBoxWithFocus.PrinterCombox();
  102. this.panel1.SuspendLayout();
  103. ((System.ComponentModel.ISupportInitialize)(this.BadInfSource)).BeginInit();
  104. this.SuspendLayout();
  105. //
  106. // bc_remark_label
  107. //
  108. this.bc_remark_label.AutoSize = true;
  109. this.bc_remark_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  110. this.bc_remark_label.Location = new System.Drawing.Point(287, 181);
  111. this.bc_remark_label.Name = "bc_remark_label";
  112. this.bc_remark_label.Size = new System.Drawing.Size(74, 21);
  113. this.bc_remark_label.TabIndex = 25;
  114. this.bc_remark_label.Text = "不良备注";
  115. //
  116. // ms_sncode_label
  117. //
  118. this.ms_sncode_label.AutoSize = true;
  119. this.ms_sncode_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  120. this.ms_sncode_label.Location = new System.Drawing.Point(214, 498);
  121. this.ms_sncode_label.Name = "ms_sncode_label";
  122. this.ms_sncode_label.Size = new System.Drawing.Size(58, 21);
  123. this.ms_sncode_label.TabIndex = 18;
  124. this.ms_sncode_label.Text = "序列号";
  125. //
  126. // bc_groupcode_label
  127. //
  128. this.bc_groupcode_label.AutoSize = true;
  129. this.bc_groupcode_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  130. this.bc_groupcode_label.Location = new System.Drawing.Point(3, 181);
  131. this.bc_groupcode_label.Name = "bc_groupcode_label";
  132. this.bc_groupcode_label.Size = new System.Drawing.Size(74, 21);
  133. this.bc_groupcode_label.TabIndex = 24;
  134. this.bc_groupcode_label.Text = "不良组别";
  135. //
  136. // label2
  137. //
  138. this.label2.AutoSize = true;
  139. this.label2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  140. this.label2.ForeColor = System.Drawing.Color.Blue;
  141. this.label2.Location = new System.Drawing.Point(3, 151);
  142. this.label2.Name = "label2";
  143. this.label2.Size = new System.Drawing.Size(74, 22);
  144. this.label2.TabIndex = 0;
  145. this.label2.Text = "采集信息";
  146. //
  147. // label3
  148. //
  149. this.label3.AutoSize = true;
  150. this.label3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  151. this.label3.Location = new System.Drawing.Point(3, 221);
  152. this.label3.Name = "label3";
  153. this.label3.Size = new System.Drawing.Size(74, 21);
  154. this.label3.TabIndex = 34;
  155. this.label3.Text = "不良代码";
  156. //
  157. // GoodProduct
  158. //
  159. this.GoodProduct.AutoSize = true;
  160. this.GoodProduct.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  161. this.GoodProduct.ForeColor = System.Drawing.Color.Blue;
  162. this.GoodProduct.Location = new System.Drawing.Point(6, 495);
  163. this.GoodProduct.Name = "GoodProduct";
  164. this.GoodProduct.Size = new System.Drawing.Size(68, 29);
  165. this.GoodProduct.TabIndex = 35;
  166. this.GoodProduct.TabStop = true;
  167. this.GoodProduct.Text = "良品";
  168. this.GoodProduct.UseVisualStyleBackColor = true;
  169. this.GoodProduct.Visible = false;
  170. this.GoodProduct.CheckedChanged += new System.EventHandler(this.GoodProduct_CheckedChanged);
  171. //
  172. // Reject
  173. //
  174. this.Reject.AutoSize = true;
  175. this.Reject.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  176. this.Reject.ForeColor = System.Drawing.Color.Red;
  177. this.Reject.Location = new System.Drawing.Point(88, 495);
  178. this.Reject.Name = "Reject";
  179. this.Reject.Size = new System.Drawing.Size(87, 29);
  180. this.Reject.TabIndex = 36;
  181. this.Reject.TabStop = true;
  182. this.Reject.Text = "不良品";
  183. this.Reject.UseVisualStyleBackColor = true;
  184. //
  185. // WaitRejectList
  186. //
  187. this.WaitRejectList.CheckBoxes = true;
  188. this.WaitRejectList.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
  189. this.columnHeader5,
  190. this.columnHeader4,
  191. this.columnHeader1,
  192. this.columnHeader2,
  193. this.columnHeader9});
  194. this.WaitRejectList.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  195. this.WaitRejectList.FullRowSelect = true;
  196. this.WaitRejectList.Location = new System.Drawing.Point(4, 282);
  197. this.WaitRejectList.Name = "WaitRejectList";
  198. this.WaitRejectList.Size = new System.Drawing.Size(266, 206);
  199. this.WaitRejectList.TabIndex = 37;
  200. this.WaitRejectList.UseCompatibleStateImageBehavior = false;
  201. this.WaitRejectList.View = System.Windows.Forms.View.Details;
  202. this.WaitRejectList.DoubleClick += new System.EventHandler(this.WaitRejectList_DoubleClick);
  203. //
  204. // columnHeader5
  205. //
  206. this.columnHeader5.Text = " ";
  207. this.columnHeader5.Width = 20;
  208. //
  209. // columnHeader4
  210. //
  211. this.columnHeader4.Text = "不良代码组";
  212. this.columnHeader4.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  213. this.columnHeader4.Width = 0;
  214. //
  215. // columnHeader1
  216. //
  217. this.columnHeader1.Text = "不良代码";
  218. this.columnHeader1.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  219. this.columnHeader1.Width = 143;
  220. //
  221. // columnHeader2
  222. //
  223. this.columnHeader2.Text = "不良名称";
  224. this.columnHeader2.Width = 122;
  225. //
  226. // columnHeader9
  227. //
  228. this.columnHeader9.Text = "备注";
  229. this.columnHeader9.Width = 0;
  230. //
  231. // label4
  232. //
  233. this.label4.AutoSize = true;
  234. this.label4.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  235. this.label4.ForeColor = System.Drawing.Color.Black;
  236. this.label4.Location = new System.Drawing.Point(3, 257);
  237. this.label4.Name = "label4";
  238. this.label4.Size = new System.Drawing.Size(74, 22);
  239. this.label4.TabIndex = 39;
  240. this.label4.Text = "待选不良";
  241. //
  242. // label5
  243. //
  244. this.label5.AutoSize = true;
  245. this.label5.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  246. this.label5.ForeColor = System.Drawing.Color.Black;
  247. this.label5.Location = new System.Drawing.Point(366, 257);
  248. this.label5.Name = "label5";
  249. this.label5.Size = new System.Drawing.Size(74, 22);
  250. this.label5.TabIndex = 40;
  251. this.label5.Text = "已选不良";
  252. //
  253. // label6
  254. //
  255. this.label6.AutoSize = true;
  256. this.label6.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  257. this.label6.Location = new System.Drawing.Point(641, 151);
  258. this.label6.Name = "label6";
  259. this.label6.Size = new System.Drawing.Size(74, 22);
  260. this.label6.TabIndex = 46;
  261. this.label6.Text = "操作结果";
  262. //
  263. // ChoosedRejectList
  264. //
  265. this.ChoosedRejectList.CheckBoxes = true;
  266. this.ChoosedRejectList.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
  267. this.columnHeader6,
  268. this.columnHeader3,
  269. this.columnHeader7,
  270. this.columnHeader8,
  271. this.columnHeader10});
  272. this.ChoosedRejectList.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  273. this.ChoosedRejectList.Location = new System.Drawing.Point(368, 282);
  274. this.ChoosedRejectList.Name = "ChoosedRejectList";
  275. this.ChoosedRejectList.Size = new System.Drawing.Size(266, 206);
  276. this.ChoosedRejectList.TabIndex = 50;
  277. this.ChoosedRejectList.UseCompatibleStateImageBehavior = false;
  278. this.ChoosedRejectList.View = System.Windows.Forms.View.Details;
  279. //
  280. // columnHeader6
  281. //
  282. this.columnHeader6.Text = " ";
  283. this.columnHeader6.Width = 20;
  284. //
  285. // columnHeader3
  286. //
  287. this.columnHeader3.Text = "不良代码组";
  288. this.columnHeader3.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  289. this.columnHeader3.Width = 117;
  290. //
  291. // columnHeader7
  292. //
  293. this.columnHeader7.Text = "不良代码";
  294. this.columnHeader7.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  295. this.columnHeader7.Width = 95;
  296. //
  297. // columnHeader8
  298. //
  299. this.columnHeader8.Text = "不良名称";
  300. this.columnHeader8.Width = 99;
  301. //
  302. // columnHeader10
  303. //
  304. this.columnHeader10.Text = "备注";
  305. this.columnHeader10.Width = 0;
  306. //
  307. // AutoBadCode
  308. //
  309. this.AutoBadCode.AutoSize = true;
  310. this.AutoBadCode.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  311. this.AutoBadCode.Location = new System.Drawing.Point(728, 154);
  312. this.AutoBadCode.Margin = new System.Windows.Forms.Padding(2);
  313. this.AutoBadCode.Name = "AutoBadCode";
  314. this.AutoBadCode.Size = new System.Drawing.Size(99, 21);
  315. this.AutoBadCode.TabIndex = 69;
  316. this.AutoBadCode.Text = "恢复出厂设置";
  317. this.AutoBadCode.UseVisualStyleBackColor = true;
  318. //
  319. // ma_qty_label
  320. //
  321. this.ma_qty_label.AutoSize = true;
  322. this.ma_qty_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  323. this.ma_qty_label.Location = new System.Drawing.Point(287, 14);
  324. this.ma_qty_label.Name = "ma_qty_label";
  325. this.ma_qty_label.Size = new System.Drawing.Size(74, 21);
  326. this.ma_qty_label.TabIndex = 11;
  327. this.ma_qty_label.Text = "工单数量";
  328. //
  329. // ma_prodcode_label
  330. //
  331. this.ma_prodcode_label.AutoSize = true;
  332. this.ma_prodcode_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  333. this.ma_prodcode_label.Location = new System.Drawing.Point(3, 64);
  334. this.ma_prodcode_label.Name = "ma_prodcode_label";
  335. this.ma_prodcode_label.Size = new System.Drawing.Size(74, 21);
  336. this.ma_prodcode_label.TabIndex = 7;
  337. this.ma_prodcode_label.Text = "产品编号";
  338. //
  339. // ms_makecode_label
  340. //
  341. this.ms_makecode_label.AutoSize = true;
  342. this.ms_makecode_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  343. this.ms_makecode_label.Location = new System.Drawing.Point(3, 13);
  344. this.ms_makecode_label.Name = "ms_makecode_label";
  345. this.ms_makecode_label.Size = new System.Drawing.Size(74, 21);
  346. this.ms_makecode_label.TabIndex = 2;
  347. this.ms_makecode_label.Text = "归属工单";
  348. //
  349. // mcd_inqty_label
  350. //
  351. this.mcd_inqty_label.AutoSize = true;
  352. this.mcd_inqty_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  353. this.mcd_inqty_label.Location = new System.Drawing.Point(157, 12);
  354. this.mcd_inqty_label.Name = "mcd_inqty_label";
  355. this.mcd_inqty_label.Size = new System.Drawing.Size(74, 21);
  356. this.mcd_inqty_label.TabIndex = 14;
  357. this.mcd_inqty_label.Text = "已采集数";
  358. //
  359. // mc_restqty_label
  360. //
  361. this.mc_restqty_label.AutoSize = true;
  362. this.mc_restqty_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  363. this.mc_restqty_label.Location = new System.Drawing.Point(16, 12);
  364. this.mc_restqty_label.Name = "mc_restqty_label";
  365. this.mc_restqty_label.Size = new System.Drawing.Size(74, 21);
  366. this.mc_restqty_label.TabIndex = 17;
  367. this.mc_restqty_label.Text = "待采集数";
  368. //
  369. // panel1
  370. //
  371. this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  372. this.panel1.Controls.Add(this.mcd_totalng);
  373. this.panel1.Controls.Add(this.label9);
  374. this.panel1.Controls.Add(this.mcd_okqty);
  375. this.panel1.Controls.Add(this.label8);
  376. this.panel1.Controls.Add(this.mcd_ngqty);
  377. this.panel1.Controls.Add(this.label1);
  378. this.panel1.Controls.Add(this.ob_checkno);
  379. this.panel1.Controls.Add(this.SendCheck);
  380. this.panel1.Controls.Add(this.ob_batchqty);
  381. this.panel1.Controls.Add(this.mcd_remainqty);
  382. this.panel1.Controls.Add(this.mc_restqty_label);
  383. this.panel1.Controls.Add(this.mcd_inqty);
  384. this.panel1.Controls.Add(this.mcd_inqty_label);
  385. this.panel1.Location = new System.Drawing.Point(537, 14);
  386. this.panel1.Margin = new System.Windows.Forms.Padding(2);
  387. this.panel1.Name = "panel1";
  388. this.panel1.Size = new System.Drawing.Size(315, 127);
  389. this.panel1.TabIndex = 71;
  390. //
  391. // mcd_totalng
  392. //
  393. this.mcd_totalng.AutoSize = true;
  394. this.mcd_totalng.CutLength = null;
  395. this.mcd_totalng.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  396. this.mcd_totalng.Location = new System.Drawing.Point(114, 91);
  397. this.mcd_totalng.MaximumSize = new System.Drawing.Size(150, 0);
  398. this.mcd_totalng.Name = "mcd_totalng";
  399. this.mcd_totalng.Size = new System.Drawing.Size(0, 21);
  400. this.mcd_totalng.TabIndex = 84;
  401. this.mcd_totalng.Tag = "mcd_inqty";
  402. //
  403. // label9
  404. //
  405. this.label9.AutoSize = true;
  406. this.label9.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  407. this.label9.Location = new System.Drawing.Point(16, 91);
  408. this.label9.Name = "label9";
  409. this.label9.Size = new System.Drawing.Size(90, 21);
  410. this.label9.TabIndex = 83;
  411. this.label9.Text = "累计不良数";
  412. //
  413. // mcd_okqty
  414. //
  415. this.mcd_okqty.AutoSize = true;
  416. this.mcd_okqty.CutLength = null;
  417. this.mcd_okqty.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  418. this.mcd_okqty.Location = new System.Drawing.Point(250, 50);
  419. this.mcd_okqty.MaximumSize = new System.Drawing.Size(150, 0);
  420. this.mcd_okqty.Name = "mcd_okqty";
  421. this.mcd_okqty.Size = new System.Drawing.Size(0, 21);
  422. this.mcd_okqty.TabIndex = 82;
  423. this.mcd_okqty.Tag = "mcd_inqty";
  424. //
  425. // label8
  426. //
  427. this.label8.AutoSize = true;
  428. this.label8.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  429. this.label8.Location = new System.Drawing.Point(159, 50);
  430. this.label8.Name = "label8";
  431. this.label8.Size = new System.Drawing.Size(58, 21);
  432. this.label8.TabIndex = 81;
  433. this.label8.Text = "良品数";
  434. //
  435. // mcd_ngqty
  436. //
  437. this.mcd_ngqty.AutoSize = true;
  438. this.mcd_ngqty.CutLength = null;
  439. this.mcd_ngqty.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  440. this.mcd_ngqty.Location = new System.Drawing.Point(114, 50);
  441. this.mcd_ngqty.MaximumSize = new System.Drawing.Size(150, 0);
  442. this.mcd_ngqty.Name = "mcd_ngqty";
  443. this.mcd_ngqty.Size = new System.Drawing.Size(0, 21);
  444. this.mcd_ngqty.TabIndex = 80;
  445. this.mcd_ngqty.Tag = "mcd_inqty";
  446. //
  447. // label1
  448. //
  449. this.label1.AutoSize = true;
  450. this.label1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  451. this.label1.Location = new System.Drawing.Point(16, 50);
  452. this.label1.Name = "label1";
  453. this.label1.Size = new System.Drawing.Size(90, 21);
  454. this.label1.TabIndex = 79;
  455. this.label1.Text = "当前不良数";
  456. //
  457. // ob_checkno
  458. //
  459. this.ob_checkno.AutoSize = true;
  460. this.ob_checkno.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  461. this.ob_checkno.ForeColor = System.Drawing.Color.Black;
  462. this.ob_checkno.Location = new System.Drawing.Point(285, 90);
  463. this.ob_checkno.Name = "ob_checkno";
  464. this.ob_checkno.Size = new System.Drawing.Size(0, 21);
  465. this.ob_checkno.TabIndex = 76;
  466. this.ob_checkno.Tag = "ob_checkno";
  467. this.ob_checkno.Visible = false;
  468. this.ob_checkno.TextChanged += new System.EventHandler(this.ob_checkno_TextChanged);
  469. //
  470. // SendCheck
  471. //
  472. this.SendCheck.AllPower = null;
  473. this.SendCheck.BackColor = System.Drawing.Color.Transparent;
  474. this.SendCheck.DownImage = ((System.Drawing.Image)(resources.GetObject("SendCheck.DownImage")));
  475. this.SendCheck.Enabled = false;
  476. this.SendCheck.Image = null;
  477. this.SendCheck.IsShowBorder = true;
  478. this.SendCheck.Location = new System.Drawing.Point(229, 90);
  479. this.SendCheck.Margin = new System.Windows.Forms.Padding(2);
  480. this.SendCheck.MoveImage = ((System.Drawing.Image)(resources.GetObject("SendCheck.MoveImage")));
  481. this.SendCheck.Name = "SendCheck";
  482. this.SendCheck.NormalImage = ((System.Drawing.Image)(resources.GetObject("SendCheck.NormalImage")));
  483. this.SendCheck.Power = null;
  484. this.SendCheck.Size = new System.Drawing.Size(65, 26);
  485. this.SendCheck.TabIndex = 72;
  486. this.SendCheck.Text = "送检";
  487. this.SendCheck.UseVisualStyleBackColor = false;
  488. this.SendCheck.Click += new System.EventHandler(this.SendCheck_Click);
  489. //
  490. // ob_batchqty
  491. //
  492. this.ob_batchqty.AutoSize = true;
  493. this.ob_batchqty.CutLength = null;
  494. this.ob_batchqty.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  495. this.ob_batchqty.ForeColor = System.Drawing.Color.Black;
  496. this.ob_batchqty.Location = new System.Drawing.Point(188, 90);
  497. this.ob_batchqty.MaximumSize = new System.Drawing.Size(150, 0);
  498. this.ob_batchqty.Name = "ob_batchqty";
  499. this.ob_batchqty.Size = new System.Drawing.Size(0, 21);
  500. this.ob_batchqty.TabIndex = 75;
  501. this.ob_batchqty.Tag = "ob_batchqty";
  502. //
  503. // mcd_remainqty
  504. //
  505. this.mcd_remainqty.AutoSize = true;
  506. this.mcd_remainqty.CutLength = null;
  507. this.mcd_remainqty.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  508. this.mcd_remainqty.Location = new System.Drawing.Point(114, 12);
  509. this.mcd_remainqty.MaximumSize = new System.Drawing.Size(150, 0);
  510. this.mcd_remainqty.Name = "mcd_remainqty";
  511. this.mcd_remainqty.Size = new System.Drawing.Size(0, 21);
  512. this.mcd_remainqty.TabIndex = 57;
  513. this.mcd_remainqty.Tag = "mcd_remainqty";
  514. //
  515. // mcd_inqty
  516. //
  517. this.mcd_inqty.AutoSize = true;
  518. this.mcd_inqty.CutLength = null;
  519. this.mcd_inqty.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  520. this.mcd_inqty.Location = new System.Drawing.Point(248, 12);
  521. this.mcd_inqty.MaximumSize = new System.Drawing.Size(150, 0);
  522. this.mcd_inqty.Name = "mcd_inqty";
  523. this.mcd_inqty.Size = new System.Drawing.Size(0, 21);
  524. this.mcd_inqty.TabIndex = 54;
  525. this.mcd_inqty.Tag = "mcd_inqty";
  526. //
  527. // ob_sendqty
  528. //
  529. this.ob_sendqty.AutoSize = true;
  530. this.ob_sendqty.CutLength = null;
  531. this.ob_sendqty.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  532. this.ob_sendqty.ForeColor = System.Drawing.Color.Black;
  533. this.ob_sendqty.Location = new System.Drawing.Point(430, 120);
  534. this.ob_sendqty.MaximumSize = new System.Drawing.Size(150, 0);
  535. this.ob_sendqty.Name = "ob_sendqty";
  536. this.ob_sendqty.Size = new System.Drawing.Size(0, 21);
  537. this.ob_sendqty.TabIndex = 78;
  538. this.ob_sendqty.Tag = "ob_batchqty";
  539. this.ob_sendqty.Visible = false;
  540. //
  541. // ob_nowcheckqty
  542. //
  543. this.ob_nowcheckqty.AutoSize = true;
  544. this.ob_nowcheckqty.CutLength = null;
  545. this.ob_nowcheckqty.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  546. this.ob_nowcheckqty.ForeColor = System.Drawing.Color.Black;
  547. this.ob_nowcheckqty.Location = new System.Drawing.Point(484, 120);
  548. this.ob_nowcheckqty.MaximumSize = new System.Drawing.Size(150, 0);
  549. this.ob_nowcheckqty.Name = "ob_nowcheckqty";
  550. this.ob_nowcheckqty.Size = new System.Drawing.Size(0, 21);
  551. this.ob_nowcheckqty.TabIndex = 73;
  552. this.ob_nowcheckqty.Tag = "ob_nowcheckqty";
  553. this.ob_nowcheckqty.Visible = false;
  554. //
  555. // pr_detail_label
  556. //
  557. this.pr_detail_label.AutoSize = true;
  558. this.pr_detail_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  559. this.pr_detail_label.Location = new System.Drawing.Point(287, 64);
  560. this.pr_detail_label.Name = "pr_detail_label";
  561. this.pr_detail_label.Size = new System.Drawing.Size(74, 21);
  562. this.pr_detail_label.TabIndex = 6;
  563. this.pr_detail_label.Text = "产品规格";
  564. //
  565. // ma_softversion_label
  566. //
  567. this.ma_softversion_label.AutoSize = true;
  568. this.ma_softversion_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  569. this.ma_softversion_label.Location = new System.Drawing.Point(3, 112);
  570. this.ma_softversion_label.Name = "ma_softversion_label";
  571. this.ma_softversion_label.Size = new System.Drawing.Size(74, 21);
  572. this.ma_softversion_label.TabIndex = 72;
  573. this.ma_softversion_label.Text = "软件版本";
  574. //
  575. // NoteForChange
  576. //
  577. this.NoteForChange.AutoSize = true;
  578. this.NoteForChange.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  579. this.NoteForChange.Location = new System.Drawing.Point(290, 112);
  580. this.NoteForChange.Margin = new System.Windows.Forms.Padding(2);
  581. this.NoteForChange.Name = "NoteForChange";
  582. this.NoteForChange.Size = new System.Drawing.Size(99, 21);
  583. this.NoteForChange.TabIndex = 75;
  584. this.NoteForChange.Text = "切换工单提示";
  585. this.NoteForChange.UseVisualStyleBackColor = true;
  586. //
  587. // Lock_label
  588. //
  589. this.Lock_label.AutoSize = true;
  590. this.Lock_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  591. this.Lock_label.ForeColor = System.Drawing.Color.Red;
  592. this.Lock_label.Location = new System.Drawing.Point(288, 149);
  593. this.Lock_label.Name = "Lock_label";
  594. this.Lock_label.Size = new System.Drawing.Size(126, 21);
  595. this.Lock_label.TabIndex = 77;
  596. this.Lock_label.Text = "Ctrl+Q解除锁定";
  597. this.Lock_label.Visible = false;
  598. //
  599. // ma_salecode
  600. //
  601. this.ma_salecode.AutoSize = true;
  602. this.ma_salecode.Location = new System.Drawing.Point(477, 151);
  603. this.ma_salecode.Name = "ma_salecode";
  604. this.ma_salecode.Size = new System.Drawing.Size(0, 12);
  605. this.ma_salecode.TabIndex = 78;
  606. this.ma_salecode.Visible = false;
  607. //
  608. // pr_sendchecktype
  609. //
  610. this.pr_sendchecktype.AutoSize = true;
  611. this.pr_sendchecktype.Location = new System.Drawing.Point(477, 155);
  612. this.pr_sendchecktype.Name = "pr_sendchecktype";
  613. this.pr_sendchecktype.Size = new System.Drawing.Size(0, 12);
  614. this.pr_sendchecktype.TabIndex = 79;
  615. this.pr_sendchecktype.Visible = false;
  616. //
  617. // StepCount
  618. //
  619. this.StepCount.LineCode = null;
  620. this.StepCount.Location = new System.Drawing.Point(291, 146);
  621. this.StepCount.Margin = new System.Windows.Forms.Padding(4, 7, 4, 7);
  622. this.StepCount.Name = "StepCount";
  623. this.StepCount.Size = new System.Drawing.Size(64, 22);
  624. this.StepCount.Source = null;
  625. this.StepCount.StepCode = null;
  626. this.StepCount.TabIndex = 194;
  627. //
  628. // Filter
  629. //
  630. this.Filter.BackColor = System.Drawing.Color.Transparent;
  631. this.Filter.Font = new System.Drawing.Font("宋体", 10.8F);
  632. this.Filter.Location = new System.Drawing.Point(93, 257);
  633. this.Filter.Margin = new System.Windows.Forms.Padding(2);
  634. this.Filter.Name = "Filter";
  635. this.Filter.PlaceHolder = "不良名称搜索";
  636. this.Filter.Size = new System.Drawing.Size(176, 22);
  637. this.Filter.TabIndex = 76;
  638. this.Filter.UserControlTextChanged += new UAS_MES_NEW.CustomControl.TextBoxWithIcon.TextBoxWithPlaceHolder.OnTextChange(this.Filter_UserControlTextChanged);
  639. //
  640. // ma_softversion
  641. //
  642. this.ma_softversion.AutoSize = true;
  643. this.ma_softversion.CutLength = null;
  644. this.ma_softversion.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  645. this.ma_softversion.Location = new System.Drawing.Point(94, 112);
  646. this.ma_softversion.MaximumSize = new System.Drawing.Size(150, 0);
  647. this.ma_softversion.Name = "ma_softversion";
  648. this.ma_softversion.Size = new System.Drawing.Size(0, 21);
  649. this.ma_softversion.TabIndex = 73;
  650. //
  651. // Save
  652. //
  653. this.Save.AllPower = null;
  654. this.Save.BackColor = System.Drawing.Color.Transparent;
  655. this.Save.DownImage = ((System.Drawing.Image)(resources.GetObject("Save.DownImage")));
  656. this.Save.Image = null;
  657. this.Save.IsShowBorder = true;
  658. this.Save.Location = new System.Drawing.Point(477, 497);
  659. this.Save.Margin = new System.Windows.Forms.Padding(2);
  660. this.Save.MoveImage = ((System.Drawing.Image)(resources.GetObject("Save.MoveImage")));
  661. this.Save.Name = "Save";
  662. this.Save.NormalImage = ((System.Drawing.Image)(resources.GetObject("Save.NormalImage")));
  663. this.Save.Power = null;
  664. this.Save.Size = new System.Drawing.Size(65, 26);
  665. this.Save.TabIndex = 70;
  666. this.Save.Text = "保存";
  667. this.Save.UseVisualStyleBackColor = false;
  668. this.Save.Click += new System.EventHandler(this.Save_Click);
  669. //
  670. // bc_code
  671. //
  672. this.bc_code.AllPower = null;
  673. this.bc_code.BackColor = System.Drawing.Color.White;
  674. this.bc_code.Font = new System.Drawing.Font("宋体", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  675. this.bc_code.ID = null;
  676. this.bc_code.Location = new System.Drawing.Point(94, 221);
  677. this.bc_code.Name = "bc_code";
  678. this.bc_code.Power = null;
  679. this.bc_code.Size = new System.Drawing.Size(176, 24);
  680. this.bc_code.Str = null;
  681. this.bc_code.Str1 = null;
  682. this.bc_code.Str2 = null;
  683. this.bc_code.TabIndex = 70;
  684. this.bc_code.KeyDown += new System.Windows.Forms.KeyEventHandler(this.bc_code_KeyDown);
  685. //
  686. // ma_code
  687. //
  688. this.ma_code.AllPower = null;
  689. this.ma_code.Caller = null;
  690. this.ma_code.Condition = null;
  691. this.ma_code.DBTitle = null;
  692. this.ma_code.FormName = null;
  693. this.ma_code.Location = new System.Drawing.Point(93, 13);
  694. this.ma_code.Name = "ma_code";
  695. this.ma_code.Power = null;
  696. this.ma_code.ReturnData = null;
  697. this.ma_code.SelectField = null;
  698. this.ma_code.SetValueField = null;
  699. this.ma_code.Size = new System.Drawing.Size(115, 21);
  700. this.ma_code.TabIndex = 67;
  701. this.ma_code.TableName = null;
  702. this.ma_code.Tag = "ma_code";
  703. this.ma_code.TextBoxEnable = true;
  704. this.ma_code.UserControlTextChanged += new UAS_MES_NEW.CustomControl.TextBoxWithIcon.MaCodeSearchTextBox.OnTextChange(this.ma_code_UserControlTextChanged);
  705. //
  706. // LockMakeCode
  707. //
  708. this.LockMakeCode.AutoSize = true;
  709. this.LockMakeCode.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  710. this.LockMakeCode.LeaveEvent = false;
  711. this.LockMakeCode.Location = new System.Drawing.Point(224, 15);
  712. this.LockMakeCode.Margin = new System.Windows.Forms.Padding(2);
  713. this.LockMakeCode.Name = "LockMakeCode";
  714. this.LockMakeCode.Size = new System.Drawing.Size(51, 21);
  715. this.LockMakeCode.TabIndex = 66;
  716. this.LockMakeCode.Text = "锁定";
  717. this.LockMakeCode.UseVisualStyleBackColor = true;
  718. //
  719. // pr_spec
  720. //
  721. this.pr_spec.AutoSize = true;
  722. this.pr_spec.CutLength = "qweqwe";
  723. this.pr_spec.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  724. this.pr_spec.Location = new System.Drawing.Point(374, 64);
  725. this.pr_spec.MaximumSize = new System.Drawing.Size(180, 0);
  726. this.pr_spec.Name = "pr_spec";
  727. this.pr_spec.Size = new System.Drawing.Size(0, 21);
  728. this.pr_spec.TabIndex = 56;
  729. //
  730. // ma_qty
  731. //
  732. this.ma_qty.AutoSize = true;
  733. this.ma_qty.CutLength = null;
  734. this.ma_qty.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  735. this.ma_qty.Location = new System.Drawing.Point(373, 14);
  736. this.ma_qty.MaximumSize = new System.Drawing.Size(150, 0);
  737. this.ma_qty.Name = "ma_qty";
  738. this.ma_qty.Size = new System.Drawing.Size(0, 21);
  739. this.ma_qty.TabIndex = 55;
  740. //
  741. // ma_prodcode
  742. //
  743. this.ma_prodcode.AutoSize = true;
  744. this.ma_prodcode.CutLength = null;
  745. this.ma_prodcode.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  746. this.ma_prodcode.Location = new System.Drawing.Point(94, 64);
  747. this.ma_prodcode.MaximumSize = new System.Drawing.Size(150, 0);
  748. this.ma_prodcode.Name = "ma_prodcode";
  749. this.ma_prodcode.Size = new System.Drawing.Size(0, 21);
  750. this.ma_prodcode.TabIndex = 53;
  751. this.ma_prodcode.TextChanged += new System.EventHandler(this.ma_prodcode_TextChanged);
  752. //
  753. // OperateResult
  754. //
  755. this.OperateResult.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  756. this.OperateResult.Location = new System.Drawing.Point(644, 181);
  757. this.OperateResult.Name = "OperateResult";
  758. this.OperateResult.Size = new System.Drawing.Size(207, 307);
  759. this.OperateResult.TabIndex = 52;
  760. this.OperateResult.Text = "";
  761. //
  762. // CleanInfo
  763. //
  764. this.CleanInfo.AllPower = null;
  765. this.CleanInfo.BackColor = System.Drawing.Color.Transparent;
  766. this.CleanInfo.DownImage = ((System.Drawing.Image)(resources.GetObject("CleanInfo.DownImage")));
  767. this.CleanInfo.Image = ((System.Drawing.Image)(resources.GetObject("CleanInfo.Image")));
  768. this.CleanInfo.IsShowBorder = true;
  769. this.CleanInfo.Location = new System.Drawing.Point(423, 149);
  770. this.CleanInfo.MoveImage = ((System.Drawing.Image)(resources.GetObject("CleanInfo.MoveImage")));
  771. this.CleanInfo.Name = "CleanInfo";
  772. this.CleanInfo.NormalImage = ((System.Drawing.Image)(resources.GetObject("CleanInfo.NormalImage")));
  773. this.CleanInfo.Power = null;
  774. this.CleanInfo.Size = new System.Drawing.Size(61, 24);
  775. this.CleanInfo.TabIndex = 47;
  776. this.CleanInfo.Text = "清除内容";
  777. this.CleanInfo.UseVisualStyleBackColor = true;
  778. this.CleanInfo.Visible = false;
  779. this.CleanInfo.Click += new System.EventHandler(this.CleanInfo_Click);
  780. //
  781. // ChooseedReject
  782. //
  783. this.ChooseedReject.Image = ((System.Drawing.Image)(resources.GetObject("ChooseedReject.Image")));
  784. this.ChooseedReject.Location = new System.Drawing.Point(292, 347);
  785. this.ChooseedReject.Name = "ChooseedReject";
  786. this.ChooseedReject.Size = new System.Drawing.Size(50, 23);
  787. this.ChooseedReject.TabIndex = 45;
  788. this.ChooseedReject.UseVisualStyleBackColor = true;
  789. this.ChooseedReject.Click += new System.EventHandler(this.ChooseedReject_Click);
  790. //
  791. // WaitReject
  792. //
  793. this.WaitReject.Image = ((System.Drawing.Image)(resources.GetObject("WaitReject.Image")));
  794. this.WaitReject.Location = new System.Drawing.Point(292, 410);
  795. this.WaitReject.Name = "WaitReject";
  796. this.WaitReject.Size = new System.Drawing.Size(50, 23);
  797. this.WaitReject.TabIndex = 44;
  798. this.WaitReject.UseVisualStyleBackColor = true;
  799. this.WaitReject.Click += new System.EventHandler(this.WaitReject_Click);
  800. //
  801. // bc_remark
  802. //
  803. this.bc_remark.AllPower = null;
  804. this.bc_remark.BackColor = System.Drawing.Color.White;
  805. this.bc_remark.ID = null;
  806. this.bc_remark.Location = new System.Drawing.Point(370, 182);
  807. this.bc_remark.Multiline = true;
  808. this.bc_remark.Name = "bc_remark";
  809. this.bc_remark.Power = null;
  810. this.bc_remark.Size = new System.Drawing.Size(264, 62);
  811. this.bc_remark.Str = null;
  812. this.bc_remark.Str1 = null;
  813. this.bc_remark.Str2 = null;
  814. this.bc_remark.TabIndex = 41;
  815. //
  816. // bc_groupcode
  817. //
  818. this.bc_groupcode.Font = new System.Drawing.Font("宋体", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  819. this.bc_groupcode.FormattingEnabled = true;
  820. this.bc_groupcode.Location = new System.Drawing.Point(94, 182);
  821. this.bc_groupcode.Name = "bc_groupcode";
  822. this.bc_groupcode.Size = new System.Drawing.Size(176, 22);
  823. this.bc_groupcode.TabIndex = 21;
  824. this.bc_groupcode.SelectedIndexChanged += new System.EventHandler(this.bc_groupcode_SelectedIndexChanged);
  825. //
  826. // ms_sncode
  827. //
  828. this.ms_sncode.AllPower = "ifall";
  829. this.ms_sncode.BackColor = System.Drawing.Color.White;
  830. this.ms_sncode.Font = new System.Drawing.Font("宋体", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  831. this.ms_sncode.ID = null;
  832. this.ms_sncode.Location = new System.Drawing.Point(280, 498);
  833. this.ms_sncode.Name = "ms_sncode";
  834. this.ms_sncode.Power = null;
  835. this.ms_sncode.Size = new System.Drawing.Size(181, 24);
  836. this.ms_sncode.Str = null;
  837. this.ms_sncode.Str1 = null;
  838. this.ms_sncode.Str2 = null;
  839. this.ms_sncode.TabIndex = 68;
  840. this.ms_sncode.Tag = "IfRead";
  841. this.ms_sncode.KeyDown += new System.Windows.Forms.KeyEventHandler(this.ms_code_KeyDown);
  842. //
  843. // WriteSoftWare
  844. //
  845. this.WriteSoftWare.AutoSize = true;
  846. this.WriteSoftWare.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  847. this.WriteSoftWare.Location = new System.Drawing.Point(562, 503);
  848. this.WriteSoftWare.Margin = new System.Windows.Forms.Padding(2);
  849. this.WriteSoftWare.Name = "WriteSoftWare";
  850. this.WriteSoftWare.Size = new System.Drawing.Size(75, 21);
  851. this.WriteSoftWare.TabIndex = 195;
  852. this.WriteSoftWare.Text = "烧入软件";
  853. this.WriteSoftWare.UseVisualStyleBackColor = true;
  854. this.WriteSoftWare.Visible = false;
  855. //
  856. // SoftWarePath
  857. //
  858. this.SoftWarePath.AllPower = null;
  859. this.SoftWarePath.BackColor = System.Drawing.Color.White;
  860. this.SoftWarePath.Font = new System.Drawing.Font("宋体", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  861. this.SoftWarePath.ID = null;
  862. this.SoftWarePath.Location = new System.Drawing.Point(638, 500);
  863. this.SoftWarePath.Name = "SoftWarePath";
  864. this.SoftWarePath.Power = null;
  865. this.SoftWarePath.Size = new System.Drawing.Size(196, 24);
  866. this.SoftWarePath.Str = null;
  867. this.SoftWarePath.Str1 = null;
  868. this.SoftWarePath.Str2 = null;
  869. this.SoftWarePath.TabIndex = 196;
  870. this.SoftWarePath.Visible = false;
  871. //
  872. // normalButton1
  873. //
  874. this.normalButton1.AllPower = null;
  875. this.normalButton1.BackColor = System.Drawing.Color.Transparent;
  876. this.normalButton1.DownImage = ((System.Drawing.Image)(resources.GetObject("normalButton1.DownImage")));
  877. this.normalButton1.Image = null;
  878. this.normalButton1.IsShowBorder = true;
  879. this.normalButton1.Location = new System.Drawing.Point(497, 251);
  880. this.normalButton1.MoveImage = ((System.Drawing.Image)(resources.GetObject("normalButton1.MoveImage")));
  881. this.normalButton1.Name = "normalButton1";
  882. this.normalButton1.NormalImage = ((System.Drawing.Image)(resources.GetObject("normalButton1.NormalImage")));
  883. this.normalButton1.Power = null;
  884. this.normalButton1.Size = new System.Drawing.Size(104, 28);
  885. this.normalButton1.TabIndex = 197;
  886. this.normalButton1.Text = "打印不良";
  887. this.normalButton1.UseVisualStyleBackColor = false;
  888. this.normalButton1.Click += new System.EventHandler(this.normalButton1_Click);
  889. //
  890. // PrintList
  891. //
  892. this.PrintList.Font = new System.Drawing.Font("微软雅黑", 9F);
  893. this.PrintList.Location = new System.Drawing.Point(498, 151);
  894. this.PrintList.Margin = new System.Windows.Forms.Padding(6, 7, 6, 7);
  895. this.PrintList.Name = "PrintList";
  896. this.PrintList.Size = new System.Drawing.Size(136, 28);
  897. this.PrintList.TabIndex = 198;
  898. //
  899. // Make_TestCollectionBad
  900. //
  901. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  902. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  903. this.BackColor = System.Drawing.SystemColors.Control;
  904. this.ClientSize = new System.Drawing.Size(862, 535);
  905. this.Controls.Add(this.PrintList);
  906. this.Controls.Add(this.normalButton1);
  907. this.Controls.Add(this.SoftWarePath);
  908. this.Controls.Add(this.WriteSoftWare);
  909. this.Controls.Add(this.ob_sendqty);
  910. this.Controls.Add(this.StepCount);
  911. this.Controls.Add(this.pr_sendchecktype);
  912. this.Controls.Add(this.ma_salecode);
  913. this.Controls.Add(this.Lock_label);
  914. this.Controls.Add(this.Filter);
  915. this.Controls.Add(this.ob_nowcheckqty);
  916. this.Controls.Add(this.NoteForChange);
  917. this.Controls.Add(this.ma_softversion);
  918. this.Controls.Add(this.ma_softversion_label);
  919. this.Controls.Add(this.panel1);
  920. this.Controls.Add(this.Save);
  921. this.Controls.Add(this.AutoBadCode);
  922. this.Controls.Add(this.bc_code);
  923. this.Controls.Add(this.ma_code);
  924. this.Controls.Add(this.LockMakeCode);
  925. this.Controls.Add(this.label2);
  926. this.Controls.Add(this.pr_spec);
  927. this.Controls.Add(this.ma_qty);
  928. this.Controls.Add(this.ma_prodcode);
  929. this.Controls.Add(this.OperateResult);
  930. this.Controls.Add(this.ChoosedRejectList);
  931. this.Controls.Add(this.CleanInfo);
  932. this.Controls.Add(this.label6);
  933. this.Controls.Add(this.ChooseedReject);
  934. this.Controls.Add(this.WaitReject);
  935. this.Controls.Add(this.bc_remark);
  936. this.Controls.Add(this.label5);
  937. this.Controls.Add(this.label4);
  938. this.Controls.Add(this.WaitRejectList);
  939. this.Controls.Add(this.Reject);
  940. this.Controls.Add(this.GoodProduct);
  941. this.Controls.Add(this.label3);
  942. this.Controls.Add(this.bc_groupcode);
  943. this.Controls.Add(this.bc_remark_label);
  944. this.Controls.Add(this.ms_sncode_label);
  945. this.Controls.Add(this.bc_groupcode_label);
  946. this.Controls.Add(this.ms_sncode);
  947. this.Controls.Add(this.ma_qty_label);
  948. this.Controls.Add(this.ms_makecode_label);
  949. this.Controls.Add(this.pr_detail_label);
  950. this.Controls.Add(this.ma_prodcode_label);
  951. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  952. this.KeyPreview = true;
  953. this.Name = "Make_TestCollectionBad";
  954. this.Tag = "Make!TestCollectionBad";
  955. this.Text = " ";
  956. this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Make_TestCollection_FormClosing);
  957. this.Load += new System.EventHandler(this.TestCollection_Load);
  958. this.SizeChanged += new System.EventHandler(this.测试采集_SizeChanged);
  959. this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.Make_TestCollection_KeyDown);
  960. this.panel1.ResumeLayout(false);
  961. this.panel1.PerformLayout();
  962. ((System.ComponentModel.ISupportInitialize)(this.BadInfSource)).EndInit();
  963. this.ResumeLayout(false);
  964. this.PerformLayout();
  965. }
  966. #endregion
  967. private System.Windows.Forms.Label ma_prodcode_label;
  968. private System.Windows.Forms.Label ms_makecode_label;
  969. private System.Windows.Forms.Label mcd_inqty_label;
  970. private System.Windows.Forms.Label ma_qty_label;
  971. private System.Windows.Forms.Label mc_restqty_label;
  972. private System.Windows.Forms.Label ms_sncode_label;
  973. private CustomControl.TextBoxWithIcon.SnCollectionBox ms_sncode;
  974. private System.Windows.Forms.Label bc_groupcode_label;
  975. private System.Windows.Forms.Label bc_remark_label;
  976. private CustomControl.ComBoxWithFocus.ComBoxWithFocus bc_groupcode;
  977. private System.Windows.Forms.Label label2;
  978. private System.Windows.Forms.Label label3;
  979. private System.Windows.Forms.RadioButton GoodProduct;
  980. private System.Windows.Forms.RadioButton Reject;
  981. private System.Windows.Forms.ListView WaitRejectList;
  982. private System.Windows.Forms.Label label4;
  983. private System.Windows.Forms.Label label5;
  984. private CustomControl.TextBoxWithIcon.EnterTextBox bc_remark;
  985. private CustomControl.ButtonUtil.ArrowLeftButton WaitReject;
  986. private CustomControl.ButtonUtil.ArrowRightButton ChooseedReject;
  987. private System.Windows.Forms.ColumnHeader columnHeader1;
  988. private System.Windows.Forms.Label label6;
  989. private CustomControl.ButtonUtil.NormalButton CleanInfo;
  990. private System.Windows.Forms.ColumnHeader columnHeader5;
  991. private System.Windows.Forms.ListView ChoosedRejectList;
  992. private System.Windows.Forms.ColumnHeader columnHeader6;
  993. private System.Windows.Forms.ColumnHeader columnHeader7;
  994. private CustomControl.RichText.RichTextAutoBottom OperateResult;
  995. private CustomControl.ValueLabel.ValueLabel ma_prodcode;
  996. private CustomControl.ValueLabel.ValueLabel mcd_inqty;
  997. private CustomControl.ValueLabel.ValueLabel ma_qty;
  998. private CustomControl.ValueLabel.ValueLabel pr_spec;
  999. private CustomControl.ValueLabel.ValueLabel mcd_remainqty;
  1000. private System.Windows.Forms.ColumnHeader columnHeader3;
  1001. private CustomControl.CustomCheckBox.LockCheckBox LockMakeCode;
  1002. private CustomControl.TextBoxWithIcon.MaCodeSearchTextBox ma_code;
  1003. private CustomControl.TextBoxWithIcon.EnterTextBox bc_code;
  1004. private ReSetCheckBox AutoBadCode;
  1005. private System.Windows.Forms.ColumnHeader columnHeader4;
  1006. private CustomControl.ButtonUtil.NormalButton Save;
  1007. private System.Windows.Forms.Panel panel1;
  1008. private CustomControl.ValueLabel.ValueLabel ob_batchqty;
  1009. private CustomControl.ValueLabel.ValueLabel ob_nowcheckqty;
  1010. private CustomControl.ButtonUtil.NormalButton SendCheck;
  1011. private System.Windows.Forms.Label ob_checkno;
  1012. private System.Windows.Forms.Label pr_detail_label;
  1013. private System.Windows.Forms.ColumnHeader columnHeader2;
  1014. private System.Windows.Forms.ColumnHeader columnHeader8;
  1015. private CustomControl.ValueLabel.ValueLabel ob_sendqty;
  1016. private CustomControl.ValueLabel.ValueLabel ma_softversion;
  1017. private System.Windows.Forms.Label ma_softversion_label;
  1018. private System.Windows.Forms.ColumnHeader columnHeader9;
  1019. private System.Windows.Forms.ColumnHeader columnHeader10;
  1020. private System.Windows.Forms.BindingSource BadInfSource;
  1021. private System.Windows.Forms.CheckBox NoteForChange;
  1022. private CustomControl.TextBoxWithIcon.TextBoxWithPlaceHolder Filter;
  1023. private System.Windows.Forms.Timer ControlLockTimer;
  1024. private System.Windows.Forms.Label Lock_label;
  1025. private System.Windows.Forms.Label ma_salecode;
  1026. private System.Windows.Forms.Label pr_sendchecktype;
  1027. private CustomControl.TextBoxWithIcon.SourceStepCount StepCount;
  1028. private ReSetCheckBox WriteSoftWare;
  1029. private CustomControl.TextBoxWithIcon.EnterTextBox SoftWarePath;
  1030. private CustomControl.ValueLabel.ValueLabel mcd_ngqty;
  1031. private System.Windows.Forms.Label label1;
  1032. private CustomControl.ValueLabel.ValueLabel mcd_totalng;
  1033. private System.Windows.Forms.Label label9;
  1034. private CustomControl.ValueLabel.ValueLabel mcd_okqty;
  1035. private System.Windows.Forms.Label label8;
  1036. private CustomControl.ButtonUtil.NormalButton normalButton1;
  1037. private CustomControl.ComBoxWithFocus.PrinterCombox PrintList;
  1038. }
  1039. }