OQC_SamplingDataCollection.Designer.cs 74 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339
  1. namespace UAS_MES.OQC
  2. {
  3. partial class OQC_SamplingDataCollection
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region Windows Form Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.components = new System.ComponentModel.Container();
  29. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(OQC_SamplingDataCollection));
  30. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
  31. this.ob_checkno_label = new System.Windows.Forms.Label();
  32. this.obd_outboxcode_label = new System.Windows.Forms.Label();
  33. this.ms_sncode_label = new System.Windows.Forms.Label();
  34. this.bc_code_label = new System.Windows.Forms.Label();
  35. this.label1 = new System.Windows.Forms.Label();
  36. this.label4 = new System.Windows.Forms.Label();
  37. this.label5 = new System.Windows.Forms.Label();
  38. this.oi_sampleqty_label = new System.Windows.Forms.Label();
  39. this.label9 = new System.Windows.Forms.Label();
  40. this.sncode_label = new System.Windows.Forms.Label();
  41. this.ob_remark_label = new System.Windows.Forms.Label();
  42. this.obd_makecode_label = new System.Windows.Forms.Label();
  43. this.ob_prodcode_label = new System.Windows.Forms.Label();
  44. this.ob_status = new System.Windows.Forms.Label();
  45. this.ob_aqlcode_label = new System.Windows.Forms.Label();
  46. this.ob_maxngacceptqty_label = new System.Windows.Forms.Label();
  47. this.ob_projectcode_label = new System.Windows.Forms.Label();
  48. this.BadInfoSource = new System.Windows.Forms.BindingSource(this.components);
  49. this.label2 = new System.Windows.Forms.Label();
  50. this.Filter = new UAS_MES.CustomControl.TextBoxWithIcon.TextBoxWithPlaceHolder();
  51. this.BadGroupCode = new UAS_MES.CustomControl.ComBoxWithFocus.ComBoxWithFocus();
  52. this.ob_maxngacceptqty = new UAS_MES.CustomControl.TextBoxWithIcon.EnterTextBox();
  53. this.ob_aqlcode = new UAS_MES.CustomControl.TextBoxWithIcon.EnterTextBox();
  54. this.ob_projectcode = new UAS_MES.CustomControl.TextBoxWithIcon.EnterTextBox();
  55. this.Clean = new UAS_MES.CustomControl.ButtonUtil.NormalButton();
  56. this.OperateResult = new UAS_MES.CustomControl.RichText.RichTextAutoBottom();
  57. this.ob_prodcode = new UAS_MES.CustomControl.TextBoxWithIcon.EnterTextBox();
  58. this.ob_makecode = new UAS_MES.CustomControl.TextBoxWithIcon.EnterTextBox();
  59. this.ChoosedDGV = new UAS_MES.CustomControl.DataGrid_View.DataGridViewExpand();
  60. this.choose1 = new System.Windows.Forms.DataGridViewCheckBoxColumn();
  61. this.or_id = new System.Windows.Forms.DataGridViewTextBoxColumn();
  62. this.bg_name1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  63. this.bg_code1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  64. this.bc_code1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  65. this.bc_name1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  66. this.WaitChooseDGV = new UAS_MES.CustomControl.DataGrid_View.DataGridViewWithCheckBox();
  67. this.ChooseAll = new System.Windows.Forms.DataGridViewCheckBoxColumn();
  68. this.bg_name = new System.Windows.Forms.DataGridViewTextBoxColumn();
  69. this.bg_code = new System.Windows.Forms.DataGridViewTextBoxColumn();
  70. this.bc_code = new System.Windows.Forms.DataGridViewTextBoxColumn();
  71. this.bc_name = new System.Windows.Forms.DataGridViewTextBoxColumn();
  72. this.ob_remark = new UAS_MES.CustomControl.TextBoxWithIcon.EnterTextBox();
  73. this.sncode = new UAS_MES.CustomControl.TextBoxWithIcon.SnCollectionBox();
  74. this.CheckTypeDGV = new UAS_MES.CustomControl.DataGrid_View.DataGridViewWithCheckBox();
  75. this.choose = new System.Windows.Forms.DataGridViewCheckBoxColumn();
  76. this.oi_itemcode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  77. this.ci_name = new System.Windows.Forms.DataGridViewTextBoxColumn();
  78. this.oi_sampleqty = new System.Windows.Forms.DataGridViewTextBoxColumn();
  79. this.oi_checkqty = new System.Windows.Forms.DataGridViewTextBoxColumn();
  80. this.oi_ng = new System.Windows.Forms.DataGridViewCheckBoxColumn();
  81. this.oi_leveldefect = new System.Windows.Forms.DataGridViewComboBoxColumn();
  82. this.ois_remark = new System.Windows.Forms.DataGridViewTextBoxColumn();
  83. this.ois_status = new System.Windows.Forms.DataGridViewTextBoxColumn();
  84. this.ChooseedReject = new UAS_MES.CustomControl.ButtonUtil.ArrowRightButton();
  85. this.WaitReject = new UAS_MES.CustomControl.ButtonUtil.ArrowLeftButton();
  86. this.oi_checkqty1 = new UAS_MES.CustomControl.TextBoxWithIcon.EnterTextBox();
  87. this.ob_okqty = new UAS_MES.CustomControl.TextBoxWithIcon.EnterTextBox();
  88. this.ob_ngqty = new UAS_MES.CustomControl.TextBoxWithIcon.EnterTextBox();
  89. this.ob_nowcheckqty = new UAS_MES.CustomControl.TextBoxWithIcon.EnterTextBox();
  90. this.bccode = new UAS_MES.CustomControl.TextBoxWithIcon.EnterTextBox();
  91. this.GetBatch = new UAS_MES.CustomControl.ButtonUtil.NormalButton();
  92. this.BatchPass = new UAS_MES.CustomControl.ButtonUtil.NormalButton();
  93. this.Confirm = new UAS_MES.CustomControl.ButtonUtil.NormalButton();
  94. this.ob_checkno = new UAS_MES.CustomControl.TextBoxWithIcon.EnterTextBox();
  95. this.obd_outboxcode = new UAS_MES.CustomControl.TextBoxWithIcon.SnCollectionBox();
  96. this.勾选 = new System.Windows.Forms.DataGridViewCheckBoxColumn();
  97. this.ob_batchqty_dgv = new System.Windows.Forms.DataGridViewTextBoxColumn();
  98. this.obd_outboxcode_dgv = new System.Windows.Forms.DataGridViewTextBoxColumn();
  99. this.ob_makecode_dgv = new System.Windows.Forms.DataGridViewTextBoxColumn();
  100. this.obd_id = new System.Windows.Forms.DataGridViewTextBoxColumn();
  101. this.ob_cracceptqty = new UAS_MES.CustomControl.TextBoxWithIcon.EnterTextBox();
  102. this.label3 = new System.Windows.Forms.Label();
  103. this.ob_maacceptqty = new UAS_MES.CustomControl.TextBoxWithIcon.EnterTextBox();
  104. this.label6 = new System.Windows.Forms.Label();
  105. this.ob_miacceptqty = new UAS_MES.CustomControl.TextBoxWithIcon.EnterTextBox();
  106. this.label7 = new System.Windows.Forms.Label();
  107. this.ob_crqty = new UAS_MES.CustomControl.TextBoxWithIcon.EnterTextBox();
  108. this.label8 = new System.Windows.Forms.Label();
  109. this.ob_maqty = new UAS_MES.CustomControl.TextBoxWithIcon.EnterTextBox();
  110. this.label10 = new System.Windows.Forms.Label();
  111. this.ob_miqty = new UAS_MES.CustomControl.TextBoxWithIcon.EnterTextBox();
  112. this.label11 = new System.Windows.Forms.Label();
  113. this.ms_sncode = new UAS_MES.CustomControl.TextBoxWithIcon.SnCollectionBox();
  114. ((System.ComponentModel.ISupportInitialize)(this.BadInfoSource)).BeginInit();
  115. ((System.ComponentModel.ISupportInitialize)(this.ChoosedDGV)).BeginInit();
  116. ((System.ComponentModel.ISupportInitialize)(this.WaitChooseDGV)).BeginInit();
  117. ((System.ComponentModel.ISupportInitialize)(this.CheckTypeDGV)).BeginInit();
  118. this.SuspendLayout();
  119. //
  120. // ob_checkno_label
  121. //
  122. this.ob_checkno_label.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  123. | System.Windows.Forms.AnchorStyles.Right)));
  124. this.ob_checkno_label.AutoSize = true;
  125. this.ob_checkno_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  126. this.ob_checkno_label.Location = new System.Drawing.Point(17, 32);
  127. this.ob_checkno_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  128. this.ob_checkno_label.Name = "ob_checkno_label";
  129. this.ob_checkno_label.Size = new System.Drawing.Size(72, 27);
  130. this.ob_checkno_label.TabIndex = 156;
  131. this.ob_checkno_label.Text = "抽检批";
  132. //
  133. // obd_outboxcode_label
  134. //
  135. this.obd_outboxcode_label.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  136. | System.Windows.Forms.AnchorStyles.Right)));
  137. this.obd_outboxcode_label.AutoSize = true;
  138. this.obd_outboxcode_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  139. this.obd_outboxcode_label.Location = new System.Drawing.Point(17, 72);
  140. this.obd_outboxcode_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  141. this.obd_outboxcode_label.Name = "obd_outboxcode_label";
  142. this.obd_outboxcode_label.Size = new System.Drawing.Size(52, 27);
  143. this.obd_outboxcode_label.TabIndex = 154;
  144. this.obd_outboxcode_label.Text = "箱号";
  145. //
  146. // ms_sncode_label
  147. //
  148. this.ms_sncode_label.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  149. | System.Windows.Forms.AnchorStyles.Right)));
  150. this.ms_sncode_label.AutoSize = true;
  151. this.ms_sncode_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  152. this.ms_sncode_label.Location = new System.Drawing.Point(17, 115);
  153. this.ms_sncode_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  154. this.ms_sncode_label.Name = "ms_sncode_label";
  155. this.ms_sncode_label.Size = new System.Drawing.Size(72, 27);
  156. this.ms_sncode_label.TabIndex = 152;
  157. this.ms_sncode_label.Text = "序列号";
  158. //
  159. // bc_code_label
  160. //
  161. this.bc_code_label.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  162. | System.Windows.Forms.AnchorStyles.Right)));
  163. this.bc_code_label.AutoSize = true;
  164. this.bc_code_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  165. this.bc_code_label.Location = new System.Drawing.Point(1076, 214);
  166. this.bc_code_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  167. this.bc_code_label.Name = "bc_code_label";
  168. this.bc_code_label.Size = new System.Drawing.Size(92, 27);
  169. this.bc_code_label.TabIndex = 177;
  170. this.bc_code_label.Text = "不良代码";
  171. //
  172. // label1
  173. //
  174. this.label1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  175. | System.Windows.Forms.AnchorStyles.Right)));
  176. this.label1.AutoSize = true;
  177. this.label1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  178. this.label1.Location = new System.Drawing.Point(1076, 51);
  179. this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  180. this.label1.Name = "label1";
  181. this.label1.Size = new System.Drawing.Size(72, 27);
  182. this.label1.TabIndex = 179;
  183. this.label1.Text = "实批数";
  184. //
  185. // label4
  186. //
  187. this.label4.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  188. | System.Windows.Forms.AnchorStyles.Right)));
  189. this.label4.AutoSize = true;
  190. this.label4.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  191. this.label4.Location = new System.Drawing.Point(1076, 174);
  192. this.label4.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  193. this.label4.Name = "label4";
  194. this.label4.Size = new System.Drawing.Size(92, 27);
  195. this.label4.TabIndex = 185;
  196. this.label4.Text = "不合格数";
  197. //
  198. // label5
  199. //
  200. this.label5.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  201. | System.Windows.Forms.AnchorStyles.Right)));
  202. this.label5.AutoSize = true;
  203. this.label5.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  204. this.label5.Location = new System.Drawing.Point(1076, 131);
  205. this.label5.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  206. this.label5.Name = "label5";
  207. this.label5.Size = new System.Drawing.Size(72, 27);
  208. this.label5.TabIndex = 187;
  209. this.label5.Text = "合格数";
  210. //
  211. // oi_sampleqty_label
  212. //
  213. this.oi_sampleqty_label.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  214. | System.Windows.Forms.AnchorStyles.Right)));
  215. this.oi_sampleqty_label.AutoSize = true;
  216. this.oi_sampleqty_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  217. this.oi_sampleqty_label.Location = new System.Drawing.Point(1076, 90);
  218. this.oi_sampleqty_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  219. this.oi_sampleqty_label.Name = "oi_sampleqty_label";
  220. this.oi_sampleqty_label.Size = new System.Drawing.Size(72, 27);
  221. this.oi_sampleqty_label.TabIndex = 189;
  222. this.oi_sampleqty_label.Text = "样本数";
  223. //
  224. // label9
  225. //
  226. this.label9.AutoSize = true;
  227. this.label9.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  228. this.label9.Location = new System.Drawing.Point(621, 218);
  229. this.label9.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  230. this.label9.Name = "label9";
  231. this.label9.Size = new System.Drawing.Size(132, 27);
  232. this.label9.TabIndex = 192;
  233. this.label9.Text = "待选不良分组";
  234. //
  235. // sncode_label
  236. //
  237. this.sncode_label.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  238. | System.Windows.Forms.AnchorStyles.Right)));
  239. this.sncode_label.AutoSize = true;
  240. this.sncode_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  241. this.sncode_label.Location = new System.Drawing.Point(17, 664);
  242. this.sncode_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  243. this.sncode_label.Name = "sncode_label";
  244. this.sncode_label.Size = new System.Drawing.Size(72, 27);
  245. this.sncode_label.TabIndex = 200;
  246. this.sncode_label.Text = "序列号";
  247. //
  248. // ob_remark_label
  249. //
  250. this.ob_remark_label.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  251. | System.Windows.Forms.AnchorStyles.Right)));
  252. this.ob_remark_label.AutoSize = true;
  253. this.ob_remark_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  254. this.ob_remark_label.Location = new System.Drawing.Point(17, 706);
  255. this.ob_remark_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  256. this.ob_remark_label.Name = "ob_remark_label";
  257. this.ob_remark_label.Size = new System.Drawing.Size(52, 27);
  258. this.ob_remark_label.TabIndex = 202;
  259. this.ob_remark_label.Text = "备注";
  260. //
  261. // obd_makecode_label
  262. //
  263. this.obd_makecode_label.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  264. | System.Windows.Forms.AnchorStyles.Right)));
  265. this.obd_makecode_label.AutoSize = true;
  266. this.obd_makecode_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  267. this.obd_makecode_label.Location = new System.Drawing.Point(17, 160);
  268. this.obd_makecode_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  269. this.obd_makecode_label.Name = "obd_makecode_label";
  270. this.obd_makecode_label.Size = new System.Drawing.Size(72, 27);
  271. this.obd_makecode_label.TabIndex = 206;
  272. this.obd_makecode_label.Text = "工单号";
  273. //
  274. // ob_prodcode_label
  275. //
  276. this.ob_prodcode_label.AutoSize = true;
  277. this.ob_prodcode_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  278. this.ob_prodcode_label.Location = new System.Drawing.Point(320, 160);
  279. this.ob_prodcode_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  280. this.ob_prodcode_label.Name = "ob_prodcode_label";
  281. this.ob_prodcode_label.Size = new System.Drawing.Size(92, 27);
  282. this.ob_prodcode_label.TabIndex = 208;
  283. this.ob_prodcode_label.Text = "产品编号";
  284. //
  285. // ob_status
  286. //
  287. this.ob_status.AutoSize = true;
  288. this.ob_status.Location = new System.Drawing.Point(20, 11);
  289. this.ob_status.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  290. this.ob_status.Name = "ob_status";
  291. this.ob_status.Size = new System.Drawing.Size(0, 15);
  292. this.ob_status.TabIndex = 212;
  293. this.ob_status.Visible = false;
  294. //
  295. // ob_aqlcode_label
  296. //
  297. this.ob_aqlcode_label.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  298. | System.Windows.Forms.AnchorStyles.Right)));
  299. this.ob_aqlcode_label.AutoSize = true;
  300. this.ob_aqlcode_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  301. this.ob_aqlcode_label.Location = new System.Drawing.Point(1076, 9);
  302. this.ob_aqlcode_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  303. this.ob_aqlcode_label.Name = "ob_aqlcode_label";
  304. this.ob_aqlcode_label.Size = new System.Drawing.Size(52, 27);
  305. this.ob_aqlcode_label.TabIndex = 214;
  306. this.ob_aqlcode_label.Text = "AQL";
  307. //
  308. // ob_maxngacceptqty_label
  309. //
  310. this.ob_maxngacceptqty_label.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  311. | System.Windows.Forms.AnchorStyles.Right)));
  312. this.ob_maxngacceptqty_label.AutoSize = true;
  313. this.ob_maxngacceptqty_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  314. this.ob_maxngacceptqty_label.Location = new System.Drawing.Point(713, 588);
  315. this.ob_maxngacceptqty_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  316. this.ob_maxngacceptqty_label.Name = "ob_maxngacceptqty_label";
  317. this.ob_maxngacceptqty_label.Size = new System.Drawing.Size(172, 27);
  318. this.ob_maxngacceptqty_label.TabIndex = 216;
  319. this.ob_maxngacceptqty_label.Text = "最大不合格通过数";
  320. this.ob_maxngacceptqty_label.Visible = false;
  321. //
  322. // ob_projectcode_label
  323. //
  324. this.ob_projectcode_label.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  325. | System.Windows.Forms.AnchorStyles.Right)));
  326. this.ob_projectcode_label.AutoSize = true;
  327. this.ob_projectcode_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  328. this.ob_projectcode_label.Location = new System.Drawing.Point(713, 669);
  329. this.ob_projectcode_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  330. this.ob_projectcode_label.Name = "ob_projectcode_label";
  331. this.ob_projectcode_label.Size = new System.Drawing.Size(92, 27);
  332. this.ob_projectcode_label.TabIndex = 218;
  333. this.ob_projectcode_label.Text = "检验方案";
  334. this.ob_projectcode_label.Visible = false;
  335. //
  336. // label2
  337. //
  338. this.label2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  339. | System.Windows.Forms.AnchorStyles.Right)));
  340. this.label2.AutoSize = true;
  341. this.label2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  342. this.label2.Location = new System.Drawing.Point(624, 174);
  343. this.label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  344. this.label2.Name = "label2";
  345. this.label2.Size = new System.Drawing.Size(52, 27);
  346. this.label2.TabIndex = 221;
  347. this.label2.Text = "搜索";
  348. //
  349. // Filter
  350. //
  351. this.Filter.BackColor = System.Drawing.Color.Transparent;
  352. this.Filter.Font = new System.Drawing.Font("宋体", 10.8F);
  353. this.Filter.Location = new System.Drawing.Point(699, 178);
  354. this.Filter.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  355. this.Filter.Name = "Filter";
  356. this.Filter.PlaceHolder = "不良名称搜索";
  357. this.Filter.Size = new System.Drawing.Size(172, 30);
  358. this.Filter.TabIndex = 220;
  359. this.Filter.UserControlTextChanged += new UAS_MES.CustomControl.TextBoxWithIcon.TextBoxWithPlaceHolder.OnTextChange(this.Filter_UserControlTextChanged);
  360. //
  361. // BadGroupCode
  362. //
  363. this.BadGroupCode.FormattingEnabled = true;
  364. this.BadGroupCode.Location = new System.Drawing.Point(760, 221);
  365. this.BadGroupCode.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  366. this.BadGroupCode.Name = "BadGroupCode";
  367. this.BadGroupCode.Size = new System.Drawing.Size(173, 23);
  368. this.BadGroupCode.TabIndex = 219;
  369. this.BadGroupCode.SelectedIndexChanged += new System.EventHandler(this.BadGroupCode_SelectedIndexChanged);
  370. //
  371. // ob_maxngacceptqty
  372. //
  373. this.ob_maxngacceptqty.AllPower = null;
  374. this.ob_maxngacceptqty.BackColor = System.Drawing.Color.White;
  375. this.ob_maxngacceptqty.ID = null;
  376. this.ob_maxngacceptqty.Location = new System.Drawing.Point(719, 630);
  377. this.ob_maxngacceptqty.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  378. this.ob_maxngacceptqty.Name = "ob_maxngacceptqty";
  379. this.ob_maxngacceptqty.Power = null;
  380. this.ob_maxngacceptqty.Size = new System.Drawing.Size(193, 25);
  381. this.ob_maxngacceptqty.Str = null;
  382. this.ob_maxngacceptqty.Str1 = null;
  383. this.ob_maxngacceptqty.Str2 = null;
  384. this.ob_maxngacceptqty.TabIndex = 217;
  385. this.ob_maxngacceptqty.Tag = "ob_maxngacceptqty";
  386. this.ob_maxngacceptqty.Visible = false;
  387. //
  388. // ob_aqlcode
  389. //
  390. this.ob_aqlcode.AllPower = null;
  391. this.ob_aqlcode.BackColor = System.Drawing.Color.White;
  392. this.ob_aqlcode.Enabled = false;
  393. this.ob_aqlcode.ID = null;
  394. this.ob_aqlcode.Location = new System.Drawing.Point(1211, 9);
  395. this.ob_aqlcode.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  396. this.ob_aqlcode.Name = "ob_aqlcode";
  397. this.ob_aqlcode.Power = null;
  398. this.ob_aqlcode.Size = new System.Drawing.Size(193, 25);
  399. this.ob_aqlcode.Str = null;
  400. this.ob_aqlcode.Str1 = null;
  401. this.ob_aqlcode.Str2 = null;
  402. this.ob_aqlcode.TabIndex = 215;
  403. this.ob_aqlcode.Tag = "ob_aqlcode";
  404. //
  405. // ob_projectcode
  406. //
  407. this.ob_projectcode.AllPower = null;
  408. this.ob_projectcode.BackColor = System.Drawing.Color.White;
  409. this.ob_projectcode.Enabled = false;
  410. this.ob_projectcode.ID = null;
  411. this.ob_projectcode.Location = new System.Drawing.Point(719, 711);
  412. this.ob_projectcode.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  413. this.ob_projectcode.Name = "ob_projectcode";
  414. this.ob_projectcode.Power = null;
  415. this.ob_projectcode.Size = new System.Drawing.Size(193, 25);
  416. this.ob_projectcode.Str = null;
  417. this.ob_projectcode.Str1 = null;
  418. this.ob_projectcode.Str2 = null;
  419. this.ob_projectcode.TabIndex = 213;
  420. this.ob_projectcode.Tag = "NoAuto";
  421. this.ob_projectcode.Visible = false;
  422. //
  423. // Clean
  424. //
  425. this.Clean.AllPower = null;
  426. this.Clean.BackColor = System.Drawing.Color.Transparent;
  427. this.Clean.DownImage = ((System.Drawing.Image)(resources.GetObject("Clean.DownImage")));
  428. this.Clean.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  429. this.Clean.Image = ((System.Drawing.Image)(resources.GetObject("Clean.Image")));
  430. this.Clean.IsShowBorder = true;
  431. this.Clean.Location = new System.Drawing.Point(1349, 711);
  432. this.Clean.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  433. this.Clean.MoveImage = ((System.Drawing.Image)(resources.GetObject("Clean.MoveImage")));
  434. this.Clean.Name = "Clean";
  435. this.Clean.NormalImage = ((System.Drawing.Image)(resources.GetObject("Clean.NormalImage")));
  436. this.Clean.Power = null;
  437. this.Clean.Size = new System.Drawing.Size(64, 30);
  438. this.Clean.TabIndex = 211;
  439. this.Clean.Tag = "OQC!Inspection";
  440. this.Clean.Text = "清除";
  441. this.Clean.UseVisualStyleBackColor = true;
  442. this.Clean.Click += new System.EventHandler(this.Clean_Click);
  443. //
  444. // OperateResult
  445. //
  446. this.OperateResult.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  447. this.OperateResult.Location = new System.Drawing.Point(916, 588);
  448. this.OperateResult.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  449. this.OperateResult.Name = "OperateResult";
  450. this.OperateResult.Size = new System.Drawing.Size(425, 153);
  451. this.OperateResult.TabIndex = 210;
  452. this.OperateResult.Text = "";
  453. //
  454. // ob_prodcode
  455. //
  456. this.ob_prodcode.AllPower = null;
  457. this.ob_prodcode.BackColor = System.Drawing.Color.White;
  458. this.ob_prodcode.Enabled = false;
  459. this.ob_prodcode.ID = null;
  460. this.ob_prodcode.Location = new System.Drawing.Point(460, 164);
  461. this.ob_prodcode.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  462. this.ob_prodcode.Name = "ob_prodcode";
  463. this.ob_prodcode.Power = null;
  464. this.ob_prodcode.Size = new System.Drawing.Size(153, 25);
  465. this.ob_prodcode.Str = null;
  466. this.ob_prodcode.Str1 = null;
  467. this.ob_prodcode.Str2 = null;
  468. this.ob_prodcode.TabIndex = 209;
  469. this.ob_prodcode.Tag = "NoAuto";
  470. //
  471. // ob_makecode
  472. //
  473. this.ob_makecode.AllPower = null;
  474. this.ob_makecode.BackColor = System.Drawing.Color.White;
  475. this.ob_makecode.Enabled = false;
  476. this.ob_makecode.ID = null;
  477. this.ob_makecode.Location = new System.Drawing.Point(127, 164);
  478. this.ob_makecode.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  479. this.ob_makecode.Name = "ob_makecode";
  480. this.ob_makecode.Power = null;
  481. this.ob_makecode.Size = new System.Drawing.Size(153, 25);
  482. this.ob_makecode.Str = null;
  483. this.ob_makecode.Str1 = null;
  484. this.ob_makecode.Str2 = null;
  485. this.ob_makecode.TabIndex = 207;
  486. this.ob_makecode.Tag = "NoAuto";
  487. //
  488. // ChoosedDGV
  489. //
  490. this.ChoosedDGV.AllowUserToAddRows = false;
  491. this.ChoosedDGV.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  492. this.ChoosedDGV.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  493. this.choose1,
  494. this.or_id,
  495. this.bg_name1,
  496. this.bg_code1,
  497. this.bc_code1,
  498. this.bc_name1});
  499. this.ChoosedDGV.Location = new System.Drawing.Point(1080, 255);
  500. this.ChoosedDGV.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  501. this.ChoosedDGV.Name = "ChoosedDGV";
  502. this.ChoosedDGV.RowHeadersWidth = 20;
  503. this.ChoosedDGV.RowTemplate.Height = 23;
  504. this.ChoosedDGV.Size = new System.Drawing.Size(325, 321);
  505. this.ChoosedDGV.TabIndex = 205;
  506. //
  507. // choose1
  508. //
  509. this.choose1.HeaderText = "勾选";
  510. this.choose1.MinimumWidth = 50;
  511. this.choose1.Name = "choose1";
  512. this.choose1.Width = 50;
  513. //
  514. // or_id
  515. //
  516. this.or_id.DataPropertyName = "or_id";
  517. this.or_id.HeaderText = "or_id";
  518. this.or_id.Name = "or_id";
  519. this.or_id.Visible = false;
  520. //
  521. // bg_name1
  522. //
  523. this.bg_name1.DataPropertyName = "bg_name";
  524. this.bg_name1.HeaderText = "不良组别名称";
  525. this.bg_name1.Name = "bg_name1";
  526. this.bg_name1.Visible = false;
  527. //
  528. // bg_code1
  529. //
  530. this.bg_code1.DataPropertyName = "bg_code";
  531. this.bg_code1.HeaderText = "不良组别编号";
  532. this.bg_code1.Name = "bg_code1";
  533. this.bg_code1.Visible = false;
  534. //
  535. // bc_code1
  536. //
  537. this.bc_code1.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
  538. this.bc_code1.DataPropertyName = "bc_code";
  539. this.bc_code1.HeaderText = "不良代码";
  540. this.bc_code1.Name = "bc_code1";
  541. this.bc_code1.ReadOnly = true;
  542. this.bc_code1.Width = 140;
  543. //
  544. // bc_name1
  545. //
  546. this.bc_name1.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
  547. this.bc_name1.DataPropertyName = "bc_name";
  548. this.bc_name1.HeaderText = "不良名称 ";
  549. this.bc_name1.Name = "bc_name1";
  550. this.bc_name1.ReadOnly = true;
  551. //
  552. // WaitChooseDGV
  553. //
  554. this.WaitChooseDGV.AllowUserToAddRows = false;
  555. this.WaitChooseDGV.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  556. this.WaitChooseDGV.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  557. this.ChooseAll,
  558. this.bg_name,
  559. this.bg_code,
  560. this.bc_code,
  561. this.bc_name});
  562. this.WaitChooseDGV.Location = new System.Drawing.Point(629, 255);
  563. this.WaitChooseDGV.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  564. this.WaitChooseDGV.Name = "WaitChooseDGV";
  565. this.WaitChooseDGV.RowHeadersWidth = 20;
  566. this.WaitChooseDGV.RowTemplate.Height = 23;
  567. this.WaitChooseDGV.Size = new System.Drawing.Size(357, 320);
  568. this.WaitChooseDGV.TabIndex = 204;
  569. this.WaitChooseDGV.DataError += new System.Windows.Forms.DataGridViewDataErrorEventHandler(this.WaitChooseDGV_DataError);
  570. //
  571. // ChooseAll
  572. //
  573. this.ChooseAll.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
  574. this.ChooseAll.DataPropertyName = "ChooseAll";
  575. this.ChooseAll.HeaderText = "勾选";
  576. this.ChooseAll.Name = "ChooseAll";
  577. this.ChooseAll.Resizable = System.Windows.Forms.DataGridViewTriState.False;
  578. this.ChooseAll.Width = 60;
  579. //
  580. // bg_name
  581. //
  582. this.bg_name.DataPropertyName = "bg_name";
  583. this.bg_name.HeaderText = "不良组别名称";
  584. this.bg_name.Name = "bg_name";
  585. this.bg_name.Visible = false;
  586. //
  587. // bg_code
  588. //
  589. this.bg_code.DataPropertyName = "bg_code";
  590. this.bg_code.HeaderText = "不良组别编号";
  591. this.bg_code.Name = "bg_code";
  592. this.bg_code.Visible = false;
  593. //
  594. // bc_code
  595. //
  596. this.bc_code.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
  597. this.bc_code.DataPropertyName = "bc_code";
  598. this.bc_code.HeaderText = "不良代码";
  599. this.bc_code.Name = "bc_code";
  600. this.bc_code.ReadOnly = true;
  601. this.bc_code.Width = 130;
  602. //
  603. // bc_name
  604. //
  605. this.bc_name.DataPropertyName = "bc_name";
  606. this.bc_name.HeaderText = "不良名称";
  607. this.bc_name.Name = "bc_name";
  608. this.bc_name.ReadOnly = true;
  609. //
  610. // ob_remark
  611. //
  612. this.ob_remark.AllPower = null;
  613. this.ob_remark.BackColor = System.Drawing.Color.White;
  614. this.ob_remark.ID = null;
  615. this.ob_remark.Location = new System.Drawing.Point(123, 709);
  616. this.ob_remark.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  617. this.ob_remark.Name = "ob_remark";
  618. this.ob_remark.Power = null;
  619. this.ob_remark.Size = new System.Drawing.Size(487, 25);
  620. this.ob_remark.Str = null;
  621. this.ob_remark.Str1 = null;
  622. this.ob_remark.Str2 = null;
  623. this.ob_remark.TabIndex = 203;
  624. this.ob_remark.Tag = "NoAuto";
  625. //
  626. // sncode
  627. //
  628. this.sncode.AllPower = null;
  629. this.sncode.BackColor = System.Drawing.Color.White;
  630. this.sncode.ID = null;
  631. this.sncode.Location = new System.Drawing.Point(123, 668);
  632. this.sncode.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  633. this.sncode.Name = "sncode";
  634. this.sncode.Power = null;
  635. this.sncode.Size = new System.Drawing.Size(487, 25);
  636. this.sncode.Str = null;
  637. this.sncode.Str1 = null;
  638. this.sncode.Str2 = null;
  639. this.sncode.TabIndex = 201;
  640. this.sncode.Tag = "ifread";
  641. this.sncode.KeyDown += new System.Windows.Forms.KeyEventHandler(this.sncode_KeyDown);
  642. //
  643. // CheckTypeDGV
  644. //
  645. this.CheckTypeDGV.AllowUserToAddRows = false;
  646. this.CheckTypeDGV.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  647. this.CheckTypeDGV.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  648. this.choose,
  649. this.oi_itemcode,
  650. this.ci_name,
  651. this.oi_sampleqty,
  652. this.oi_checkqty,
  653. this.oi_ng,
  654. this.oi_leveldefect,
  655. this.ois_remark,
  656. this.ois_status});
  657. this.CheckTypeDGV.Location = new System.Drawing.Point(21, 214);
  658. this.CheckTypeDGV.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  659. this.CheckTypeDGV.Name = "CheckTypeDGV";
  660. this.CheckTypeDGV.RowHeadersWidth = 20;
  661. this.CheckTypeDGV.RowTemplate.Height = 23;
  662. this.CheckTypeDGV.Size = new System.Drawing.Size(589, 415);
  663. this.CheckTypeDGV.TabIndex = 198;
  664. this.CheckTypeDGV.CellValueChanged += new System.Windows.Forms.DataGridViewCellEventHandler(this.CheckTypeDGV_CellValueChanged);
  665. this.CheckTypeDGV.DataError += new System.Windows.Forms.DataGridViewDataErrorEventHandler(this.CheckTypeDGV_DataError);
  666. //
  667. // choose
  668. //
  669. this.choose.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
  670. this.choose.DataPropertyName = "choose";
  671. this.choose.HeaderText = "勾选";
  672. this.choose.Name = "choose";
  673. this.choose.Resizable = System.Windows.Forms.DataGridViewTriState.False;
  674. this.choose.Width = 60;
  675. //
  676. // oi_itemcode
  677. //
  678. this.oi_itemcode.DataPropertyName = "oi_itemcode";
  679. this.oi_itemcode.HeaderText = "项目编号";
  680. this.oi_itemcode.Name = "oi_itemcode";
  681. this.oi_itemcode.Visible = false;
  682. //
  683. // ci_name
  684. //
  685. this.ci_name.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
  686. this.ci_name.DataPropertyName = "ci_name";
  687. dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  688. this.ci_name.DefaultCellStyle = dataGridViewCellStyle1;
  689. this.ci_name.HeaderText = "项目名称";
  690. this.ci_name.Name = "ci_name";
  691. this.ci_name.ReadOnly = true;
  692. //
  693. // oi_sampleqty
  694. //
  695. this.oi_sampleqty.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
  696. this.oi_sampleqty.DataPropertyName = "oi_sampleqty";
  697. this.oi_sampleqty.HeaderText = "样本数";
  698. this.oi_sampleqty.Name = "oi_sampleqty";
  699. this.oi_sampleqty.ReadOnly = true;
  700. this.oi_sampleqty.Width = 96;
  701. //
  702. // oi_checkqty
  703. //
  704. this.oi_checkqty.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
  705. this.oi_checkqty.DataPropertyName = "oi_checkqty";
  706. this.oi_checkqty.HeaderText = "已检数";
  707. this.oi_checkqty.Name = "oi_checkqty";
  708. this.oi_checkqty.ReadOnly = true;
  709. this.oi_checkqty.Width = 81;
  710. //
  711. // oi_ng
  712. //
  713. this.oi_ng.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
  714. this.oi_ng.DataPropertyName = "oi_ng";
  715. this.oi_ng.HeaderText = "是否NG";
  716. this.oi_ng.Name = "oi_ng";
  717. this.oi_ng.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  718. this.oi_ng.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
  719. //
  720. // oi_leveldefect
  721. //
  722. this.oi_leveldefect.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
  723. this.oi_leveldefect.DataPropertyName = "oi_leveldefect";
  724. this.oi_leveldefect.HeaderText = "缺陷等级";
  725. this.oi_leveldefect.Name = "oi_leveldefect";
  726. this.oi_leveldefect.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  727. this.oi_leveldefect.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
  728. //
  729. // ois_remark
  730. //
  731. this.ois_remark.DataPropertyName = "ois_remark";
  732. this.ois_remark.HeaderText = "备注";
  733. this.ois_remark.Name = "ois_remark";
  734. this.ois_remark.Visible = false;
  735. //
  736. // ois_status
  737. //
  738. this.ois_status.DataPropertyName = "ois_status";
  739. this.ois_status.HeaderText = "是否检验";
  740. this.ois_status.Name = "ois_status";
  741. this.ois_status.Visible = false;
  742. //
  743. // ChooseedReject
  744. //
  745. this.ChooseedReject.Image = ((System.Drawing.Image)(resources.GetObject("ChooseedReject.Image")));
  746. this.ChooseedReject.Location = new System.Drawing.Point(1000, 369);
  747. this.ChooseedReject.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  748. this.ChooseedReject.Name = "ChooseedReject";
  749. this.ChooseedReject.Size = new System.Drawing.Size(67, 29);
  750. this.ChooseedReject.TabIndex = 195;
  751. this.ChooseedReject.UseVisualStyleBackColor = true;
  752. this.ChooseedReject.Click += new System.EventHandler(this.ChooseedReject_Click);
  753. //
  754. // WaitReject
  755. //
  756. this.WaitReject.Image = ((System.Drawing.Image)(resources.GetObject("WaitReject.Image")));
  757. this.WaitReject.Location = new System.Drawing.Point(1000, 442);
  758. this.WaitReject.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  759. this.WaitReject.Name = "WaitReject";
  760. this.WaitReject.Size = new System.Drawing.Size(67, 29);
  761. this.WaitReject.TabIndex = 194;
  762. this.WaitReject.UseVisualStyleBackColor = true;
  763. this.WaitReject.Click += new System.EventHandler(this.WaitReject_Click);
  764. //
  765. // oi_checkqty1
  766. //
  767. this.oi_checkqty1.AllPower = null;
  768. this.oi_checkqty1.BackColor = System.Drawing.Color.White;
  769. this.oi_checkqty1.Enabled = false;
  770. this.oi_checkqty1.ID = null;
  771. this.oi_checkqty1.Location = new System.Drawing.Point(1211, 91);
  772. this.oi_checkqty1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  773. this.oi_checkqty1.Name = "oi_checkqty1";
  774. this.oi_checkqty1.Power = null;
  775. this.oi_checkqty1.Size = new System.Drawing.Size(195, 25);
  776. this.oi_checkqty1.Str = null;
  777. this.oi_checkqty1.Str1 = null;
  778. this.oi_checkqty1.Str2 = null;
  779. this.oi_checkqty1.TabIndex = 190;
  780. this.oi_checkqty1.Tag = "oi_sampleqty";
  781. //
  782. // ob_okqty
  783. //
  784. this.ob_okqty.AllPower = null;
  785. this.ob_okqty.BackColor = System.Drawing.Color.White;
  786. this.ob_okqty.Enabled = false;
  787. this.ob_okqty.ID = null;
  788. this.ob_okqty.Location = new System.Drawing.Point(1211, 132);
  789. this.ob_okqty.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  790. this.ob_okqty.Name = "ob_okqty";
  791. this.ob_okqty.Power = null;
  792. this.ob_okqty.Size = new System.Drawing.Size(195, 25);
  793. this.ob_okqty.Str = null;
  794. this.ob_okqty.Str1 = null;
  795. this.ob_okqty.Str2 = null;
  796. this.ob_okqty.TabIndex = 188;
  797. this.ob_okqty.Tag = "NoAuto";
  798. //
  799. // ob_ngqty
  800. //
  801. this.ob_ngqty.AllPower = null;
  802. this.ob_ngqty.BackColor = System.Drawing.Color.White;
  803. this.ob_ngqty.Enabled = false;
  804. this.ob_ngqty.ID = null;
  805. this.ob_ngqty.Location = new System.Drawing.Point(1211, 175);
  806. this.ob_ngqty.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  807. this.ob_ngqty.Name = "ob_ngqty";
  808. this.ob_ngqty.Power = null;
  809. this.ob_ngqty.Size = new System.Drawing.Size(195, 25);
  810. this.ob_ngqty.Str = null;
  811. this.ob_ngqty.Str1 = null;
  812. this.ob_ngqty.Str2 = null;
  813. this.ob_ngqty.TabIndex = 186;
  814. this.ob_ngqty.Tag = "NoAuto";
  815. //
  816. // ob_nowcheckqty
  817. //
  818. this.ob_nowcheckqty.AllPower = null;
  819. this.ob_nowcheckqty.BackColor = System.Drawing.Color.White;
  820. this.ob_nowcheckqty.Enabled = false;
  821. this.ob_nowcheckqty.ID = null;
  822. this.ob_nowcheckqty.Location = new System.Drawing.Point(1211, 52);
  823. this.ob_nowcheckqty.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  824. this.ob_nowcheckqty.Name = "ob_nowcheckqty";
  825. this.ob_nowcheckqty.Power = null;
  826. this.ob_nowcheckqty.Size = new System.Drawing.Size(195, 25);
  827. this.ob_nowcheckqty.Str = null;
  828. this.ob_nowcheckqty.Str1 = null;
  829. this.ob_nowcheckqty.Str2 = null;
  830. this.ob_nowcheckqty.TabIndex = 180;
  831. this.ob_nowcheckqty.Tag = "";
  832. //
  833. // bccode
  834. //
  835. this.bccode.AllPower = null;
  836. this.bccode.BackColor = System.Drawing.Color.White;
  837. this.bccode.ID = null;
  838. this.bccode.Location = new System.Drawing.Point(1211, 219);
  839. this.bccode.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  840. this.bccode.Name = "bccode";
  841. this.bccode.Power = null;
  842. this.bccode.Size = new System.Drawing.Size(195, 25);
  843. this.bccode.Str = null;
  844. this.bccode.Str1 = null;
  845. this.bccode.Str2 = null;
  846. this.bccode.TabIndex = 178;
  847. this.bccode.Tag = "bc_code";
  848. this.bccode.KeyDown += new System.Windows.Forms.KeyEventHandler(this.bccode_KeyDown);
  849. //
  850. // GetBatch
  851. //
  852. this.GetBatch.AllPower = "ifall";
  853. this.GetBatch.BackColor = System.Drawing.Color.Transparent;
  854. this.GetBatch.DownImage = ((System.Drawing.Image)(resources.GetObject("GetBatch.DownImage")));
  855. this.GetBatch.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  856. this.GetBatch.Image = ((System.Drawing.Image)(resources.GetObject("GetBatch.Image")));
  857. this.GetBatch.IsShowBorder = true;
  858. this.GetBatch.Location = new System.Drawing.Point(629, 118);
  859. this.GetBatch.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  860. this.GetBatch.MoveImage = ((System.Drawing.Image)(resources.GetObject("GetBatch.MoveImage")));
  861. this.GetBatch.Name = "GetBatch";
  862. this.GetBatch.NormalImage = ((System.Drawing.Image)(resources.GetObject("GetBatch.NormalImage")));
  863. this.GetBatch.Power = "ifRead";
  864. this.GetBatch.Size = new System.Drawing.Size(60, 30);
  865. this.GetBatch.TabIndex = 175;
  866. this.GetBatch.Tag = "IFREAD";
  867. this.GetBatch.Text = "获取批";
  868. this.GetBatch.UseVisualStyleBackColor = true;
  869. this.GetBatch.Click += new System.EventHandler(this.GetBatch_Click);
  870. //
  871. // BatchPass
  872. //
  873. this.BatchPass.AllPower = "ifall";
  874. this.BatchPass.BackColor = System.Drawing.Color.Transparent;
  875. this.BatchPass.DownImage = ((System.Drawing.Image)(resources.GetObject("BatchPass.DownImage")));
  876. this.BatchPass.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  877. this.BatchPass.Image = ((System.Drawing.Image)(resources.GetObject("BatchPass.Image")));
  878. this.BatchPass.IsShowBorder = true;
  879. this.BatchPass.Location = new System.Drawing.Point(719, 119);
  880. this.BatchPass.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  881. this.BatchPass.MoveImage = ((System.Drawing.Image)(resources.GetObject("BatchPass.MoveImage")));
  882. this.BatchPass.Name = "BatchPass";
  883. this.BatchPass.NormalImage = ((System.Drawing.Image)(resources.GetObject("BatchPass.NormalImage")));
  884. this.BatchPass.Power = "ifread";
  885. this.BatchPass.Size = new System.Drawing.Size(60, 30);
  886. this.BatchPass.TabIndex = 174;
  887. this.BatchPass.Tag = "OQC!Inspection";
  888. this.BatchPass.Text = "批判过";
  889. this.BatchPass.UseVisualStyleBackColor = true;
  890. this.BatchPass.Click += new System.EventHandler(this.BatchPass_Click);
  891. //
  892. // Confirm
  893. //
  894. this.Confirm.AllPower = "ifall";
  895. this.Confirm.BackColor = System.Drawing.Color.Transparent;
  896. this.Confirm.DownImage = ((System.Drawing.Image)(resources.GetObject("Confirm.DownImage")));
  897. this.Confirm.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  898. this.Confirm.Image = ((System.Drawing.Image)(resources.GetObject("Confirm.Image")));
  899. this.Confirm.IsShowBorder = true;
  900. this.Confirm.Location = new System.Drawing.Point(629, 709);
  901. this.Confirm.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  902. this.Confirm.MoveImage = ((System.Drawing.Image)(resources.GetObject("Confirm.MoveImage")));
  903. this.Confirm.Name = "Confirm";
  904. this.Confirm.NormalImage = ((System.Drawing.Image)(resources.GetObject("Confirm.NormalImage")));
  905. this.Confirm.Power = "IFREAD";
  906. this.Confirm.Size = new System.Drawing.Size(80, 30);
  907. this.Confirm.TabIndex = 172;
  908. this.Confirm.Tag = "ifread";
  909. this.Confirm.Text = "确认";
  910. this.Confirm.UseVisualStyleBackColor = true;
  911. this.Confirm.Click += new System.EventHandler(this.Confirm_Click);
  912. //
  913. // ob_checkno
  914. //
  915. this.ob_checkno.AllPower = "ifall";
  916. this.ob_checkno.BackColor = System.Drawing.Color.White;
  917. this.ob_checkno.ID = null;
  918. this.ob_checkno.Location = new System.Drawing.Point(127, 36);
  919. this.ob_checkno.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  920. this.ob_checkno.Name = "ob_checkno";
  921. this.ob_checkno.Power = "ifread";
  922. this.ob_checkno.Size = new System.Drawing.Size(487, 25);
  923. this.ob_checkno.Str = null;
  924. this.ob_checkno.Str1 = null;
  925. this.ob_checkno.Str2 = null;
  926. this.ob_checkno.TabIndex = 157;
  927. this.ob_checkno.Tag = "NoAuto";
  928. this.ob_checkno.KeyDown += new System.Windows.Forms.KeyEventHandler(this.ob_checkno_KeyDown);
  929. //
  930. // obd_outboxcode
  931. //
  932. this.obd_outboxcode.AllPower = null;
  933. this.obd_outboxcode.BackColor = System.Drawing.Color.White;
  934. this.obd_outboxcode.ID = null;
  935. this.obd_outboxcode.Location = new System.Drawing.Point(127, 76);
  936. this.obd_outboxcode.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  937. this.obd_outboxcode.Name = "obd_outboxcode";
  938. this.obd_outboxcode.Power = null;
  939. this.obd_outboxcode.Size = new System.Drawing.Size(487, 25);
  940. this.obd_outboxcode.Str = null;
  941. this.obd_outboxcode.Str1 = null;
  942. this.obd_outboxcode.Str2 = null;
  943. this.obd_outboxcode.TabIndex = 155;
  944. this.obd_outboxcode.Tag = "NoAuto";
  945. this.obd_outboxcode.KeyDown += new System.Windows.Forms.KeyEventHandler(this.obd_outboxcode_KeyDown);
  946. //
  947. // 勾选
  948. //
  949. this.勾选.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
  950. this.勾选.HeaderText = "勾选";
  951. this.勾选.Name = "勾选";
  952. this.勾选.Resizable = System.Windows.Forms.DataGridViewTriState.False;
  953. this.勾选.Width = 42;
  954. //
  955. // ob_batchqty_dgv
  956. //
  957. this.ob_batchqty_dgv.DataPropertyName = "ob_batchqty";
  958. this.ob_batchqty_dgv.HeaderText = "检验类型";
  959. this.ob_batchqty_dgv.Name = "ob_batchqty_dgv";
  960. this.ob_batchqty_dgv.Width = 110;
  961. //
  962. // obd_outboxcode_dgv
  963. //
  964. this.obd_outboxcode_dgv.DataPropertyName = "obd_outboxcode";
  965. this.obd_outboxcode_dgv.HeaderText = "已检数";
  966. this.obd_outboxcode_dgv.Name = "obd_outboxcode_dgv";
  967. //
  968. // ob_makecode_dgv
  969. //
  970. this.ob_makecode_dgv.DataPropertyName = "ob_makecode";
  971. this.ob_makecode_dgv.HeaderText = "应检数";
  972. this.ob_makecode_dgv.Name = "ob_makecode_dgv";
  973. this.ob_makecode_dgv.Width = 190;
  974. //
  975. // obd_id
  976. //
  977. this.obd_id.DataPropertyName = "obd_id";
  978. this.obd_id.HeaderText = "ob_id";
  979. this.obd_id.Name = "obd_id";
  980. this.obd_id.Visible = false;
  981. //
  982. // ob_cracceptqty
  983. //
  984. this.ob_cracceptqty.AllPower = null;
  985. this.ob_cracceptqty.BackColor = System.Drawing.Color.White;
  986. this.ob_cracceptqty.ID = null;
  987. this.ob_cracceptqty.Location = new System.Drawing.Point(875, 42);
  988. this.ob_cracceptqty.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  989. this.ob_cracceptqty.Name = "ob_cracceptqty";
  990. this.ob_cracceptqty.Power = null;
  991. this.ob_cracceptqty.Size = new System.Drawing.Size(193, 25);
  992. this.ob_cracceptqty.Str = null;
  993. this.ob_cracceptqty.Str1 = null;
  994. this.ob_cracceptqty.Str2 = null;
  995. this.ob_cracceptqty.TabIndex = 223;
  996. this.ob_cracceptqty.Tag = "ob_cracceptqty";
  997. //
  998. // label3
  999. //
  1000. this.label3.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  1001. | System.Windows.Forms.AnchorStyles.Right)));
  1002. this.label3.AutoSize = true;
  1003. this.label3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1004. this.label3.Location = new System.Drawing.Point(869, 11);
  1005. this.label3.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  1006. this.label3.Name = "label3";
  1007. this.label3.Size = new System.Drawing.Size(138, 27);
  1008. this.label3.TabIndex = 222;
  1009. this.label3.Text = "最大CR通过数";
  1010. //
  1011. // ob_maacceptqty
  1012. //
  1013. this.ob_maacceptqty.AllPower = null;
  1014. this.ob_maacceptqty.BackColor = System.Drawing.Color.White;
  1015. this.ob_maacceptqty.ID = null;
  1016. this.ob_maacceptqty.Location = new System.Drawing.Point(879, 102);
  1017. this.ob_maacceptqty.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  1018. this.ob_maacceptqty.Name = "ob_maacceptqty";
  1019. this.ob_maacceptqty.Power = null;
  1020. this.ob_maacceptqty.Size = new System.Drawing.Size(193, 25);
  1021. this.ob_maacceptqty.Str = null;
  1022. this.ob_maacceptqty.Str1 = null;
  1023. this.ob_maacceptqty.Str2 = null;
  1024. this.ob_maacceptqty.TabIndex = 225;
  1025. this.ob_maacceptqty.Tag = "ob_maacceptqty";
  1026. //
  1027. // label6
  1028. //
  1029. this.label6.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  1030. | System.Windows.Forms.AnchorStyles.Right)));
  1031. this.label6.AutoSize = true;
  1032. this.label6.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1033. this.label6.Location = new System.Drawing.Point(873, 71);
  1034. this.label6.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  1035. this.label6.Name = "label6";
  1036. this.label6.Size = new System.Drawing.Size(146, 27);
  1037. this.label6.TabIndex = 224;
  1038. this.label6.Text = "最大MA通过数";
  1039. //
  1040. // ob_miacceptqty
  1041. //
  1042. this.ob_miacceptqty.AllPower = null;
  1043. this.ob_miacceptqty.BackColor = System.Drawing.Color.White;
  1044. this.ob_miacceptqty.ID = null;
  1045. this.ob_miacceptqty.Location = new System.Drawing.Point(879, 164);
  1046. this.ob_miacceptqty.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  1047. this.ob_miacceptqty.Name = "ob_miacceptqty";
  1048. this.ob_miacceptqty.Power = null;
  1049. this.ob_miacceptqty.Size = new System.Drawing.Size(193, 25);
  1050. this.ob_miacceptqty.Str = null;
  1051. this.ob_miacceptqty.Str1 = null;
  1052. this.ob_miacceptqty.Str2 = null;
  1053. this.ob_miacceptqty.TabIndex = 227;
  1054. this.ob_miacceptqty.Tag = "ob_miacceptqty";
  1055. //
  1056. // label7
  1057. //
  1058. this.label7.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  1059. | System.Windows.Forms.AnchorStyles.Right)));
  1060. this.label7.AutoSize = true;
  1061. this.label7.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1062. this.label7.Location = new System.Drawing.Point(873, 132);
  1063. this.label7.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  1064. this.label7.Name = "label7";
  1065. this.label7.Size = new System.Drawing.Size(138, 27);
  1066. this.label7.TabIndex = 226;
  1067. this.label7.Text = "最大MI通过数";
  1068. //
  1069. // ob_crqty
  1070. //
  1071. this.ob_crqty.AllPower = null;
  1072. this.ob_crqty.BackColor = System.Drawing.Color.White;
  1073. this.ob_crqty.ID = null;
  1074. this.ob_crqty.Location = new System.Drawing.Point(760, 14);
  1075. this.ob_crqty.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  1076. this.ob_crqty.Name = "ob_crqty";
  1077. this.ob_crqty.Power = null;
  1078. this.ob_crqty.Size = new System.Drawing.Size(96, 25);
  1079. this.ob_crqty.Str = null;
  1080. this.ob_crqty.Str1 = null;
  1081. this.ob_crqty.Str2 = null;
  1082. this.ob_crqty.TabIndex = 229;
  1083. this.ob_crqty.Tag = "ob_crqty";
  1084. //
  1085. // label8
  1086. //
  1087. this.label8.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  1088. | System.Windows.Forms.AnchorStyles.Right)));
  1089. this.label8.AutoSize = true;
  1090. this.label8.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1091. this.label8.Location = new System.Drawing.Point(677, 14);
  1092. this.label8.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  1093. this.label8.Name = "label8";
  1094. this.label8.Size = new System.Drawing.Size(58, 27);
  1095. this.label8.TabIndex = 228;
  1096. this.label8.Text = "CR数";
  1097. //
  1098. // ob_maqty
  1099. //
  1100. this.ob_maqty.AllPower = null;
  1101. this.ob_maqty.BackColor = System.Drawing.Color.White;
  1102. this.ob_maqty.ID = null;
  1103. this.ob_maqty.Location = new System.Drawing.Point(760, 51);
  1104. this.ob_maqty.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  1105. this.ob_maqty.Name = "ob_maqty";
  1106. this.ob_maqty.Power = null;
  1107. this.ob_maqty.Size = new System.Drawing.Size(96, 25);
  1108. this.ob_maqty.Str = null;
  1109. this.ob_maqty.Str1 = null;
  1110. this.ob_maqty.Str2 = null;
  1111. this.ob_maqty.TabIndex = 231;
  1112. this.ob_maqty.Tag = "ob_maqty";
  1113. //
  1114. // label10
  1115. //
  1116. this.label10.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  1117. | System.Windows.Forms.AnchorStyles.Right)));
  1118. this.label10.AutoSize = true;
  1119. this.label10.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1120. this.label10.Location = new System.Drawing.Point(677, 51);
  1121. this.label10.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  1122. this.label10.Name = "label10";
  1123. this.label10.Size = new System.Drawing.Size(66, 27);
  1124. this.label10.TabIndex = 230;
  1125. this.label10.Text = "MA数";
  1126. //
  1127. // ob_miqty
  1128. //
  1129. this.ob_miqty.AllPower = null;
  1130. this.ob_miqty.BackColor = System.Drawing.Color.White;
  1131. this.ob_miqty.ID = null;
  1132. this.ob_miqty.Location = new System.Drawing.Point(760, 90);
  1133. this.ob_miqty.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  1134. this.ob_miqty.Name = "ob_miqty";
  1135. this.ob_miqty.Power = null;
  1136. this.ob_miqty.Size = new System.Drawing.Size(96, 25);
  1137. this.ob_miqty.Str = null;
  1138. this.ob_miqty.Str1 = null;
  1139. this.ob_miqty.Str2 = null;
  1140. this.ob_miqty.TabIndex = 233;
  1141. this.ob_miqty.Tag = "ob_miqty";
  1142. //
  1143. // label11
  1144. //
  1145. this.label11.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  1146. | System.Windows.Forms.AnchorStyles.Right)));
  1147. this.label11.AutoSize = true;
  1148. this.label11.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1149. this.label11.Location = new System.Drawing.Point(677, 90);
  1150. this.label11.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  1151. this.label11.Name = "label11";
  1152. this.label11.Size = new System.Drawing.Size(58, 27);
  1153. this.label11.TabIndex = 232;
  1154. this.label11.Text = "MI数";
  1155. //
  1156. // ms_sncode
  1157. //
  1158. this.ms_sncode.AllPower = null;
  1159. this.ms_sncode.BackColor = System.Drawing.Color.White;
  1160. this.ms_sncode.ID = null;
  1161. this.ms_sncode.Location = new System.Drawing.Point(127, 120);
  1162. this.ms_sncode.Name = "ms_sncode";
  1163. this.ms_sncode.Power = null;
  1164. this.ms_sncode.Size = new System.Drawing.Size(483, 25);
  1165. this.ms_sncode.Str = null;
  1166. this.ms_sncode.Str1 = null;
  1167. this.ms_sncode.Str2 = null;
  1168. this.ms_sncode.TabIndex = 234;
  1169. this.ms_sncode.KeyDown += new System.Windows.Forms.KeyEventHandler(this.ms_sncode_KeyDown);
  1170. //
  1171. // OQC_SamplingDataCollection
  1172. //
  1173. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
  1174. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  1175. this.ClientSize = new System.Drawing.Size(1420, 762);
  1176. this.Controls.Add(this.ms_sncode);
  1177. this.Controls.Add(this.ob_miqty);
  1178. this.Controls.Add(this.label11);
  1179. this.Controls.Add(this.ob_maqty);
  1180. this.Controls.Add(this.label10);
  1181. this.Controls.Add(this.ob_crqty);
  1182. this.Controls.Add(this.label8);
  1183. this.Controls.Add(this.ob_miacceptqty);
  1184. this.Controls.Add(this.label7);
  1185. this.Controls.Add(this.ob_maacceptqty);
  1186. this.Controls.Add(this.label6);
  1187. this.Controls.Add(this.ob_cracceptqty);
  1188. this.Controls.Add(this.label3);
  1189. this.Controls.Add(this.label2);
  1190. this.Controls.Add(this.Filter);
  1191. this.Controls.Add(this.BadGroupCode);
  1192. this.Controls.Add(this.ob_projectcode_label);
  1193. this.Controls.Add(this.ob_maxngacceptqty);
  1194. this.Controls.Add(this.ob_maxngacceptqty_label);
  1195. this.Controls.Add(this.ob_aqlcode);
  1196. this.Controls.Add(this.ob_aqlcode_label);
  1197. this.Controls.Add(this.ob_projectcode);
  1198. this.Controls.Add(this.ob_status);
  1199. this.Controls.Add(this.Clean);
  1200. this.Controls.Add(this.OperateResult);
  1201. this.Controls.Add(this.ob_prodcode);
  1202. this.Controls.Add(this.ob_prodcode_label);
  1203. this.Controls.Add(this.ob_makecode);
  1204. this.Controls.Add(this.obd_makecode_label);
  1205. this.Controls.Add(this.ChoosedDGV);
  1206. this.Controls.Add(this.WaitChooseDGV);
  1207. this.Controls.Add(this.ob_remark);
  1208. this.Controls.Add(this.ob_remark_label);
  1209. this.Controls.Add(this.sncode);
  1210. this.Controls.Add(this.sncode_label);
  1211. this.Controls.Add(this.CheckTypeDGV);
  1212. this.Controls.Add(this.ChooseedReject);
  1213. this.Controls.Add(this.WaitReject);
  1214. this.Controls.Add(this.label9);
  1215. this.Controls.Add(this.oi_checkqty1);
  1216. this.Controls.Add(this.oi_sampleqty_label);
  1217. this.Controls.Add(this.ob_okqty);
  1218. this.Controls.Add(this.label5);
  1219. this.Controls.Add(this.ob_ngqty);
  1220. this.Controls.Add(this.label4);
  1221. this.Controls.Add(this.ob_nowcheckqty);
  1222. this.Controls.Add(this.label1);
  1223. this.Controls.Add(this.bccode);
  1224. this.Controls.Add(this.bc_code_label);
  1225. this.Controls.Add(this.GetBatch);
  1226. this.Controls.Add(this.BatchPass);
  1227. this.Controls.Add(this.Confirm);
  1228. this.Controls.Add(this.ob_checkno);
  1229. this.Controls.Add(this.ob_checkno_label);
  1230. this.Controls.Add(this.obd_outboxcode);
  1231. this.Controls.Add(this.obd_outboxcode_label);
  1232. this.Controls.Add(this.ms_sncode_label);
  1233. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  1234. this.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  1235. this.Name = "OQC_SamplingDataCollection";
  1236. this.Tag = "OQC!SamplingDataCollection";
  1237. this.Text = " ";
  1238. this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.OQC_SamplingDataCollection_FormClosing);
  1239. this.Load += new System.EventHandler(this.抽样数据采集_Load);
  1240. this.SizeChanged += new System.EventHandler(this.抽样数据采集_SizeChanged);
  1241. ((System.ComponentModel.ISupportInitialize)(this.BadInfoSource)).EndInit();
  1242. ((System.ComponentModel.ISupportInitialize)(this.ChoosedDGV)).EndInit();
  1243. ((System.ComponentModel.ISupportInitialize)(this.WaitChooseDGV)).EndInit();
  1244. ((System.ComponentModel.ISupportInitialize)(this.CheckTypeDGV)).EndInit();
  1245. this.ResumeLayout(false);
  1246. this.PerformLayout();
  1247. }
  1248. #endregion
  1249. private CustomControl.TextBoxWithIcon.EnterTextBox ob_checkno;
  1250. private System.Windows.Forms.Label ob_checkno_label;
  1251. private CustomControl.TextBoxWithIcon.SnCollectionBox obd_outboxcode;
  1252. private System.Windows.Forms.Label obd_outboxcode_label;
  1253. private System.Windows.Forms.Label ms_sncode_label;
  1254. private CustomControl.ButtonUtil.NormalButton Confirm;
  1255. private CustomControl.ButtonUtil.NormalButton BatchPass;
  1256. private CustomControl.ButtonUtil.NormalButton GetBatch;
  1257. private CustomControl.TextBoxWithIcon.EnterTextBox bccode;
  1258. private System.Windows.Forms.Label bc_code_label;
  1259. private CustomControl.TextBoxWithIcon.EnterTextBox ob_nowcheckqty;
  1260. private System.Windows.Forms.Label label1;
  1261. private CustomControl.TextBoxWithIcon.EnterTextBox ob_ngqty;
  1262. private System.Windows.Forms.Label label4;
  1263. private CustomControl.TextBoxWithIcon.EnterTextBox ob_okqty;
  1264. private System.Windows.Forms.Label label5;
  1265. private CustomControl.TextBoxWithIcon.EnterTextBox oi_checkqty1;
  1266. private System.Windows.Forms.Label oi_sampleqty_label;
  1267. private CustomControl.ButtonUtil.ArrowRightButton ChooseedReject;
  1268. private CustomControl.ButtonUtil.ArrowLeftButton WaitReject;
  1269. private System.Windows.Forms.Label label9;
  1270. private CustomControl.DataGrid_View.DataGridViewWithCheckBox CheckTypeDGV;
  1271. private CustomControl.TextBoxWithIcon.SnCollectionBox sncode;
  1272. private System.Windows.Forms.Label sncode_label;
  1273. private CustomControl.TextBoxWithIcon.EnterTextBox ob_remark;
  1274. private System.Windows.Forms.Label ob_remark_label;
  1275. private UAS_MES.CustomControl.DataGrid_View.DataGridViewWithCheckBox WaitChooseDGV;
  1276. private CustomControl.DataGrid_View.DataGridViewExpand ChoosedDGV;
  1277. private System.Windows.Forms.DataGridViewCheckBoxColumn 勾选;
  1278. private System.Windows.Forms.DataGridViewTextBoxColumn ob_batchqty_dgv;
  1279. private System.Windows.Forms.DataGridViewTextBoxColumn obd_outboxcode_dgv;
  1280. private System.Windows.Forms.DataGridViewTextBoxColumn ob_makecode_dgv;
  1281. private System.Windows.Forms.DataGridViewTextBoxColumn obd_id;
  1282. private CustomControl.TextBoxWithIcon.EnterTextBox ob_makecode;
  1283. private System.Windows.Forms.Label obd_makecode_label;
  1284. private CustomControl.TextBoxWithIcon.EnterTextBox ob_prodcode;
  1285. private System.Windows.Forms.Label ob_prodcode_label;
  1286. private CustomControl.RichText.RichTextAutoBottom OperateResult;
  1287. private CustomControl.ButtonUtil.NormalButton Clean;
  1288. private System.Windows.Forms.Label ob_status;
  1289. private CustomControl.TextBoxWithIcon.EnterTextBox ob_projectcode;
  1290. private CustomControl.TextBoxWithIcon.EnterTextBox ob_aqlcode;
  1291. private System.Windows.Forms.Label ob_aqlcode_label;
  1292. private CustomControl.TextBoxWithIcon.EnterTextBox ob_maxngacceptqty;
  1293. private System.Windows.Forms.Label ob_maxngacceptqty_label;
  1294. private System.Windows.Forms.Label ob_projectcode_label;
  1295. private CustomControl.ComBoxWithFocus.ComBoxWithFocus BadGroupCode;
  1296. private System.Windows.Forms.DataGridViewCheckBoxColumn choose;
  1297. private System.Windows.Forms.DataGridViewTextBoxColumn oi_itemcode;
  1298. private System.Windows.Forms.DataGridViewTextBoxColumn ci_name;
  1299. private System.Windows.Forms.DataGridViewTextBoxColumn oi_sampleqty;
  1300. private System.Windows.Forms.DataGridViewTextBoxColumn oi_checkqty;
  1301. private System.Windows.Forms.DataGridViewCheckBoxColumn oi_ng;
  1302. private System.Windows.Forms.DataGridViewComboBoxColumn oi_leveldefect;
  1303. private System.Windows.Forms.DataGridViewTextBoxColumn ois_remark;
  1304. private System.Windows.Forms.DataGridViewTextBoxColumn ois_status;
  1305. private CustomControl.TextBoxWithIcon.TextBoxWithPlaceHolder Filter;
  1306. private System.Windows.Forms.BindingSource BadInfoSource;
  1307. private System.Windows.Forms.Label label2;
  1308. private System.Windows.Forms.DataGridViewCheckBoxColumn ChooseAll;
  1309. private System.Windows.Forms.DataGridViewTextBoxColumn bg_name;
  1310. private System.Windows.Forms.DataGridViewTextBoxColumn bg_code;
  1311. private System.Windows.Forms.DataGridViewTextBoxColumn bc_code;
  1312. private System.Windows.Forms.DataGridViewTextBoxColumn bc_name;
  1313. private System.Windows.Forms.DataGridViewCheckBoxColumn choose1;
  1314. private System.Windows.Forms.DataGridViewTextBoxColumn or_id;
  1315. private System.Windows.Forms.DataGridViewTextBoxColumn bg_name1;
  1316. private System.Windows.Forms.DataGridViewTextBoxColumn bg_code1;
  1317. private System.Windows.Forms.DataGridViewTextBoxColumn bc_code1;
  1318. private System.Windows.Forms.DataGridViewTextBoxColumn bc_name1;
  1319. private CustomControl.TextBoxWithIcon.EnterTextBox ob_cracceptqty;
  1320. private System.Windows.Forms.Label label3;
  1321. private CustomControl.TextBoxWithIcon.EnterTextBox ob_maacceptqty;
  1322. private System.Windows.Forms.Label label6;
  1323. private CustomControl.TextBoxWithIcon.EnterTextBox ob_miacceptqty;
  1324. private System.Windows.Forms.Label label7;
  1325. private CustomControl.TextBoxWithIcon.EnterTextBox ob_crqty;
  1326. private System.Windows.Forms.Label label8;
  1327. private CustomControl.TextBoxWithIcon.EnterTextBox ob_maqty;
  1328. private System.Windows.Forms.Label label10;
  1329. private CustomControl.TextBoxWithIcon.EnterTextBox ob_miqty;
  1330. private System.Windows.Forms.Label label11;
  1331. private CustomControl.TextBoxWithIcon.SnCollectionBox ms_sncode;
  1332. }
  1333. }