Make_TestCollection.Designer.cs 65 KB

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