OQC_SamplingDataCollection.Designer.cs 58 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057
  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. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(OQC_SamplingDataCollection));
  29. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
  30. this.ob_checkno_label = new System.Windows.Forms.Label();
  31. this.obd_outboxcode_label = new System.Windows.Forms.Label();
  32. this.ms_sncode_label = new System.Windows.Forms.Label();
  33. this.bc_code_label = new System.Windows.Forms.Label();
  34. this.label1 = new System.Windows.Forms.Label();
  35. this.label4 = new System.Windows.Forms.Label();
  36. this.label5 = new System.Windows.Forms.Label();
  37. this.label6 = new System.Windows.Forms.Label();
  38. this.label9 = new System.Windows.Forms.Label();
  39. this.sncode_label = new System.Windows.Forms.Label();
  40. this.ob_remark_label = new System.Windows.Forms.Label();
  41. this.obd_makecode_label = new System.Windows.Forms.Label();
  42. this.ob_prodcode_label = new System.Windows.Forms.Label();
  43. this.ob_status = new System.Windows.Forms.Label();
  44. this.ob_aqlcode_label = new System.Windows.Forms.Label();
  45. this.ob_maxngacceptqty_label = new System.Windows.Forms.Label();
  46. this.ob_projectcode_label = new System.Windows.Forms.Label();
  47. this.ob_maxngacceptqty = new UAS_MES.CustomControl.TextBoxWithIcon.EnterTextBox();
  48. this.ob_aqlcode = new UAS_MES.CustomControl.TextBoxWithIcon.EnterTextBox();
  49. this.ob_projectcode = new UAS_MES.CustomControl.TextBoxWithIcon.EnterTextBox();
  50. this.Clean = new UAS_MES.CustomControl.ButtonUtil.NormalButton();
  51. this.OperateResult = new UAS_MES.CustomControl.RichText.RichTextAutoBottom();
  52. this.ob_prodcode = new UAS_MES.CustomControl.TextBoxWithIcon.EnterTextBox();
  53. this.ob_makecode = new UAS_MES.CustomControl.TextBoxWithIcon.EnterTextBox();
  54. this.ChoosedDGV = new UAS_MES.CustomControl.DataGrid_View.DataGridViewExpand();
  55. this.WaitChooseDGV = new UAS_MES.CustomControl.DataGrid_View.DataGridViewWithCheckBox();
  56. this.ob_remark = new UAS_MES.CustomControl.TextBoxWithIcon.EnterTextBox();
  57. this.sncode = new UAS_MES.CustomControl.TextBoxWithIcon.EnterTextBox();
  58. this.CheckTypeDGV = new UAS_MES.CustomControl.DataGrid_View.DataGridViewWithCheckBox();
  59. this.choose = new System.Windows.Forms.DataGridViewCheckBoxColumn();
  60. this.oi_itemcode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  61. this.ci_name = new System.Windows.Forms.DataGridViewTextBoxColumn();
  62. this.oi_sampleqty = new System.Windows.Forms.DataGridViewTextBoxColumn();
  63. this.oi_checkqty = new System.Windows.Forms.DataGridViewTextBoxColumn();
  64. this.oi_ng = new System.Windows.Forms.DataGridViewCheckBoxColumn();
  65. this.oi_leveldefect = new System.Windows.Forms.DataGridViewComboBoxColumn();
  66. this.ois_remark = new System.Windows.Forms.DataGridViewTextBoxColumn();
  67. this.ois_status = new System.Windows.Forms.DataGridViewTextBoxColumn();
  68. this.ChooseedReject = new UAS_MES.CustomControl.ButtonUtil.ArrowRightButton();
  69. this.WaitReject = new UAS_MES.CustomControl.ButtonUtil.ArrowLeftButton();
  70. this.oi_checkqty1 = new UAS_MES.CustomControl.TextBoxWithIcon.EnterTextBox();
  71. this.ob_okqty = new UAS_MES.CustomControl.TextBoxWithIcon.EnterTextBox();
  72. this.ob_ngqty = new UAS_MES.CustomControl.TextBoxWithIcon.EnterTextBox();
  73. this.ob_nowcheckqty = new UAS_MES.CustomControl.TextBoxWithIcon.EnterTextBox();
  74. this.bccode = new UAS_MES.CustomControl.TextBoxWithIcon.EnterTextBox();
  75. this.GetBatch = new UAS_MES.CustomControl.ButtonUtil.NormalButton();
  76. this.BatchPass = new UAS_MES.CustomControl.ButtonUtil.NormalButton();
  77. this.Confirm = new UAS_MES.CustomControl.ButtonUtil.NormalButton();
  78. this.ob_checkno = new UAS_MES.CustomControl.TextBoxWithIcon.EnterTextBox();
  79. this.obd_outboxcode = new UAS_MES.CustomControl.TextBoxWithIcon.EnterTextBox();
  80. this.ms_sncode = new UAS_MES.CustomControl.TextBoxWithIcon.EnterTextBox();
  81. this.勾选 = new System.Windows.Forms.DataGridViewCheckBoxColumn();
  82. this.ob_batchqty_dgv = new System.Windows.Forms.DataGridViewTextBoxColumn();
  83. this.obd_outboxcode_dgv = new System.Windows.Forms.DataGridViewTextBoxColumn();
  84. this.ob_makecode_dgv = new System.Windows.Forms.DataGridViewTextBoxColumn();
  85. this.obd_id = new System.Windows.Forms.DataGridViewTextBoxColumn();
  86. this.BadGroupCode = new UAS_MES.CustomControl.ComBoxWithFocus.ComBoxWithFocus();
  87. this.ChooseAll = new System.Windows.Forms.DataGridViewCheckBoxColumn();
  88. this.bg_code = new System.Windows.Forms.DataGridViewTextBoxColumn();
  89. this.bc_code = new System.Windows.Forms.DataGridViewTextBoxColumn();
  90. this.bc_name = new System.Windows.Forms.DataGridViewTextBoxColumn();
  91. this.or_id = new System.Windows.Forms.DataGridViewTextBoxColumn();
  92. this.bg_code1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  93. this.bc_code1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  94. this.bc_name1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  95. ((System.ComponentModel.ISupportInitialize)(this.ChoosedDGV)).BeginInit();
  96. ((System.ComponentModel.ISupportInitialize)(this.WaitChooseDGV)).BeginInit();
  97. ((System.ComponentModel.ISupportInitialize)(this.CheckTypeDGV)).BeginInit();
  98. this.SuspendLayout();
  99. //
  100. // ob_checkno_label
  101. //
  102. this.ob_checkno_label.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  103. | System.Windows.Forms.AnchorStyles.Right)));
  104. this.ob_checkno_label.AutoSize = true;
  105. this.ob_checkno_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  106. this.ob_checkno_label.Location = new System.Drawing.Point(17, 32);
  107. this.ob_checkno_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  108. this.ob_checkno_label.Name = "ob_checkno_label";
  109. this.ob_checkno_label.Size = new System.Drawing.Size(72, 27);
  110. this.ob_checkno_label.TabIndex = 156;
  111. this.ob_checkno_label.Text = "抽检批";
  112. //
  113. // obd_outboxcode_label
  114. //
  115. this.obd_outboxcode_label.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  116. | System.Windows.Forms.AnchorStyles.Right)));
  117. this.obd_outboxcode_label.AutoSize = true;
  118. this.obd_outboxcode_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  119. this.obd_outboxcode_label.Location = new System.Drawing.Point(17, 72);
  120. this.obd_outboxcode_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  121. this.obd_outboxcode_label.Name = "obd_outboxcode_label";
  122. this.obd_outboxcode_label.Size = new System.Drawing.Size(52, 27);
  123. this.obd_outboxcode_label.TabIndex = 154;
  124. this.obd_outboxcode_label.Text = "箱号";
  125. //
  126. // ms_sncode_label
  127. //
  128. this.ms_sncode_label.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  129. | System.Windows.Forms.AnchorStyles.Right)));
  130. this.ms_sncode_label.AutoSize = true;
  131. this.ms_sncode_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  132. this.ms_sncode_label.Location = new System.Drawing.Point(17, 115);
  133. this.ms_sncode_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  134. this.ms_sncode_label.Name = "ms_sncode_label";
  135. this.ms_sncode_label.Size = new System.Drawing.Size(72, 27);
  136. this.ms_sncode_label.TabIndex = 152;
  137. this.ms_sncode_label.Text = "序列号";
  138. //
  139. // bc_code_label
  140. //
  141. this.bc_code_label.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  142. | System.Windows.Forms.AnchorStyles.Right)));
  143. this.bc_code_label.AutoSize = true;
  144. this.bc_code_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  145. this.bc_code_label.Location = new System.Drawing.Point(1076, 214);
  146. this.bc_code_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  147. this.bc_code_label.Name = "bc_code_label";
  148. this.bc_code_label.Size = new System.Drawing.Size(92, 27);
  149. this.bc_code_label.TabIndex = 177;
  150. this.bc_code_label.Text = "不良代码";
  151. //
  152. // label1
  153. //
  154. this.label1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  155. | System.Windows.Forms.AnchorStyles.Right)));
  156. this.label1.AutoSize = true;
  157. this.label1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  158. this.label1.Location = new System.Drawing.Point(1076, 51);
  159. this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  160. this.label1.Name = "label1";
  161. this.label1.Size = new System.Drawing.Size(72, 27);
  162. this.label1.TabIndex = 179;
  163. this.label1.Text = "实批数";
  164. //
  165. // label4
  166. //
  167. this.label4.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  168. | System.Windows.Forms.AnchorStyles.Right)));
  169. this.label4.AutoSize = true;
  170. this.label4.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  171. this.label4.Location = new System.Drawing.Point(1076, 174);
  172. this.label4.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  173. this.label4.Name = "label4";
  174. this.label4.Size = new System.Drawing.Size(92, 27);
  175. this.label4.TabIndex = 185;
  176. this.label4.Text = "不合格数";
  177. //
  178. // label5
  179. //
  180. this.label5.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  181. | System.Windows.Forms.AnchorStyles.Right)));
  182. this.label5.AutoSize = true;
  183. this.label5.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  184. this.label5.Location = new System.Drawing.Point(1076, 131);
  185. this.label5.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  186. this.label5.Name = "label5";
  187. this.label5.Size = new System.Drawing.Size(72, 27);
  188. this.label5.TabIndex = 187;
  189. this.label5.Text = "合格数";
  190. //
  191. // label6
  192. //
  193. this.label6.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  194. | System.Windows.Forms.AnchorStyles.Right)));
  195. this.label6.AutoSize = true;
  196. this.label6.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  197. this.label6.Location = new System.Drawing.Point(1076, 90);
  198. this.label6.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  199. this.label6.Name = "label6";
  200. this.label6.Size = new System.Drawing.Size(72, 27);
  201. this.label6.TabIndex = 189;
  202. this.label6.Text = "抽检数";
  203. //
  204. // label9
  205. //
  206. this.label9.AutoSize = true;
  207. this.label9.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  208. this.label9.Location = new System.Drawing.Point(621, 218);
  209. this.label9.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  210. this.label9.Name = "label9";
  211. this.label9.Size = new System.Drawing.Size(132, 27);
  212. this.label9.TabIndex = 192;
  213. this.label9.Text = "待选不良分组";
  214. //
  215. // sncode_label
  216. //
  217. this.sncode_label.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  218. | System.Windows.Forms.AnchorStyles.Right)));
  219. this.sncode_label.AutoSize = true;
  220. this.sncode_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  221. this.sncode_label.Location = new System.Drawing.Point(17, 664);
  222. this.sncode_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  223. this.sncode_label.Name = "sncode_label";
  224. this.sncode_label.Size = new System.Drawing.Size(72, 27);
  225. this.sncode_label.TabIndex = 200;
  226. this.sncode_label.Text = "序列号";
  227. //
  228. // ob_remark_label
  229. //
  230. this.ob_remark_label.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  231. | System.Windows.Forms.AnchorStyles.Right)));
  232. this.ob_remark_label.AutoSize = true;
  233. this.ob_remark_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  234. this.ob_remark_label.Location = new System.Drawing.Point(17, 706);
  235. this.ob_remark_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  236. this.ob_remark_label.Name = "ob_remark_label";
  237. this.ob_remark_label.Size = new System.Drawing.Size(52, 27);
  238. this.ob_remark_label.TabIndex = 202;
  239. this.ob_remark_label.Text = "备注";
  240. //
  241. // obd_makecode_label
  242. //
  243. this.obd_makecode_label.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  244. | System.Windows.Forms.AnchorStyles.Right)));
  245. this.obd_makecode_label.AutoSize = true;
  246. this.obd_makecode_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  247. this.obd_makecode_label.Location = new System.Drawing.Point(17, 160);
  248. this.obd_makecode_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  249. this.obd_makecode_label.Name = "obd_makecode_label";
  250. this.obd_makecode_label.Size = new System.Drawing.Size(72, 27);
  251. this.obd_makecode_label.TabIndex = 206;
  252. this.obd_makecode_label.Text = "工单号";
  253. //
  254. // ob_prodcode_label
  255. //
  256. this.ob_prodcode_label.AutoSize = true;
  257. this.ob_prodcode_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  258. this.ob_prodcode_label.Location = new System.Drawing.Point(320, 160);
  259. this.ob_prodcode_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  260. this.ob_prodcode_label.Name = "ob_prodcode_label";
  261. this.ob_prodcode_label.Size = new System.Drawing.Size(92, 27);
  262. this.ob_prodcode_label.TabIndex = 208;
  263. this.ob_prodcode_label.Text = "产品编号";
  264. //
  265. // ob_status
  266. //
  267. this.ob_status.AutoSize = true;
  268. this.ob_status.Location = new System.Drawing.Point(20, 11);
  269. this.ob_status.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  270. this.ob_status.Name = "ob_status";
  271. this.ob_status.Size = new System.Drawing.Size(0, 15);
  272. this.ob_status.TabIndex = 212;
  273. this.ob_status.Visible = false;
  274. //
  275. // ob_aqlcode_label
  276. //
  277. this.ob_aqlcode_label.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  278. | System.Windows.Forms.AnchorStyles.Right)));
  279. this.ob_aqlcode_label.AutoSize = true;
  280. this.ob_aqlcode_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  281. this.ob_aqlcode_label.Location = new System.Drawing.Point(1076, 9);
  282. this.ob_aqlcode_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  283. this.ob_aqlcode_label.Name = "ob_aqlcode_label";
  284. this.ob_aqlcode_label.Size = new System.Drawing.Size(52, 27);
  285. this.ob_aqlcode_label.TabIndex = 214;
  286. this.ob_aqlcode_label.Text = "AQL";
  287. //
  288. // ob_maxngacceptqty_label
  289. //
  290. this.ob_maxngacceptqty_label.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  291. | System.Windows.Forms.AnchorStyles.Right)));
  292. this.ob_maxngacceptqty_label.AutoSize = true;
  293. this.ob_maxngacceptqty_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  294. this.ob_maxngacceptqty_label.Location = new System.Drawing.Point(855, 9);
  295. this.ob_maxngacceptqty_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  296. this.ob_maxngacceptqty_label.Name = "ob_maxngacceptqty_label";
  297. this.ob_maxngacceptqty_label.Size = new System.Drawing.Size(172, 27);
  298. this.ob_maxngacceptqty_label.TabIndex = 216;
  299. this.ob_maxngacceptqty_label.Text = "最大不合格通过数";
  300. //
  301. // ob_projectcode_label
  302. //
  303. this.ob_projectcode_label.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  304. | System.Windows.Forms.AnchorStyles.Right)));
  305. this.ob_projectcode_label.AutoSize = true;
  306. this.ob_projectcode_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  307. this.ob_projectcode_label.Location = new System.Drawing.Point(855, 90);
  308. this.ob_projectcode_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  309. this.ob_projectcode_label.Name = "ob_projectcode_label";
  310. this.ob_projectcode_label.Size = new System.Drawing.Size(92, 27);
  311. this.ob_projectcode_label.TabIndex = 218;
  312. this.ob_projectcode_label.Text = "检验方案";
  313. //
  314. // ob_maxngacceptqty
  315. //
  316. this.ob_maxngacceptqty.AllPower = null;
  317. this.ob_maxngacceptqty.BackColor = System.Drawing.Color.White;
  318. this.ob_maxngacceptqty.ID = null;
  319. this.ob_maxngacceptqty.Location = new System.Drawing.Point(860, 51);
  320. this.ob_maxngacceptqty.Margin = new System.Windows.Forms.Padding(4);
  321. this.ob_maxngacceptqty.Name = "ob_maxngacceptqty";
  322. this.ob_maxngacceptqty.Power = null;
  323. this.ob_maxngacceptqty.Size = new System.Drawing.Size(193, 25);
  324. this.ob_maxngacceptqty.Str = null;
  325. this.ob_maxngacceptqty.Str1 = null;
  326. this.ob_maxngacceptqty.Str2 = null;
  327. this.ob_maxngacceptqty.TabIndex = 217;
  328. this.ob_maxngacceptqty.Tag = "ob_maxngacceptqty";
  329. //
  330. // ob_aqlcode
  331. //
  332. this.ob_aqlcode.AllPower = null;
  333. this.ob_aqlcode.BackColor = System.Drawing.Color.White;
  334. this.ob_aqlcode.Enabled = false;
  335. this.ob_aqlcode.ID = null;
  336. this.ob_aqlcode.Location = new System.Drawing.Point(1211, 9);
  337. this.ob_aqlcode.Margin = new System.Windows.Forms.Padding(4);
  338. this.ob_aqlcode.Name = "ob_aqlcode";
  339. this.ob_aqlcode.Power = null;
  340. this.ob_aqlcode.Size = new System.Drawing.Size(193, 25);
  341. this.ob_aqlcode.Str = null;
  342. this.ob_aqlcode.Str1 = null;
  343. this.ob_aqlcode.Str2 = null;
  344. this.ob_aqlcode.TabIndex = 215;
  345. this.ob_aqlcode.Tag = "ob_aqlcode";
  346. //
  347. // ob_projectcode
  348. //
  349. this.ob_projectcode.AllPower = null;
  350. this.ob_projectcode.BackColor = System.Drawing.Color.White;
  351. this.ob_projectcode.Enabled = false;
  352. this.ob_projectcode.ID = null;
  353. this.ob_projectcode.Location = new System.Drawing.Point(860, 132);
  354. this.ob_projectcode.Margin = new System.Windows.Forms.Padding(4);
  355. this.ob_projectcode.Name = "ob_projectcode";
  356. this.ob_projectcode.Power = null;
  357. this.ob_projectcode.Size = new System.Drawing.Size(193, 25);
  358. this.ob_projectcode.Str = null;
  359. this.ob_projectcode.Str1 = null;
  360. this.ob_projectcode.Str2 = null;
  361. this.ob_projectcode.TabIndex = 213;
  362. this.ob_projectcode.Tag = "NoAuto";
  363. //
  364. // Clean
  365. //
  366. this.Clean.AllPower = null;
  367. this.Clean.BackColor = System.Drawing.Color.Transparent;
  368. this.Clean.DownImage = ((System.Drawing.Image)(resources.GetObject("Clean.DownImage")));
  369. this.Clean.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  370. this.Clean.Image = ((System.Drawing.Image)(resources.GetObject("Clean.Image")));
  371. this.Clean.IsShowBorder = true;
  372. this.Clean.Location = new System.Drawing.Point(1349, 711);
  373. this.Clean.Margin = new System.Windows.Forms.Padding(4);
  374. this.Clean.MoveImage = ((System.Drawing.Image)(resources.GetObject("Clean.MoveImage")));
  375. this.Clean.Name = "Clean";
  376. this.Clean.NormalImage = ((System.Drawing.Image)(resources.GetObject("Clean.NormalImage")));
  377. this.Clean.Power = null;
  378. this.Clean.Size = new System.Drawing.Size(64, 30);
  379. this.Clean.TabIndex = 211;
  380. this.Clean.Tag = "OQC!Inspection";
  381. this.Clean.Text = "清除";
  382. this.Clean.UseVisualStyleBackColor = true;
  383. this.Clean.Click += new System.EventHandler(this.Clean_Click);
  384. //
  385. // OperateResult
  386. //
  387. this.OperateResult.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  388. this.OperateResult.Location = new System.Drawing.Point(916, 588);
  389. this.OperateResult.Margin = new System.Windows.Forms.Padding(4);
  390. this.OperateResult.Name = "OperateResult";
  391. this.OperateResult.Size = new System.Drawing.Size(425, 153);
  392. this.OperateResult.TabIndex = 210;
  393. this.OperateResult.Text = "";
  394. //
  395. // ob_prodcode
  396. //
  397. this.ob_prodcode.AllPower = null;
  398. this.ob_prodcode.BackColor = System.Drawing.Color.White;
  399. this.ob_prodcode.Enabled = false;
  400. this.ob_prodcode.ID = null;
  401. this.ob_prodcode.Location = new System.Drawing.Point(460, 164);
  402. this.ob_prodcode.Margin = new System.Windows.Forms.Padding(4);
  403. this.ob_prodcode.Name = "ob_prodcode";
  404. this.ob_prodcode.Power = null;
  405. this.ob_prodcode.Size = new System.Drawing.Size(153, 25);
  406. this.ob_prodcode.Str = null;
  407. this.ob_prodcode.Str1 = null;
  408. this.ob_prodcode.Str2 = null;
  409. this.ob_prodcode.TabIndex = 209;
  410. this.ob_prodcode.Tag = "NoAuto";
  411. //
  412. // ob_makecode
  413. //
  414. this.ob_makecode.AllPower = null;
  415. this.ob_makecode.BackColor = System.Drawing.Color.White;
  416. this.ob_makecode.Enabled = false;
  417. this.ob_makecode.ID = null;
  418. this.ob_makecode.Location = new System.Drawing.Point(127, 164);
  419. this.ob_makecode.Margin = new System.Windows.Forms.Padding(4);
  420. this.ob_makecode.Name = "ob_makecode";
  421. this.ob_makecode.Power = null;
  422. this.ob_makecode.Size = new System.Drawing.Size(153, 25);
  423. this.ob_makecode.Str = null;
  424. this.ob_makecode.Str1 = null;
  425. this.ob_makecode.Str2 = null;
  426. this.ob_makecode.TabIndex = 207;
  427. this.ob_makecode.Tag = "NoAuto";
  428. //
  429. // ChoosedDGV
  430. //
  431. this.ChoosedDGV.AllowUserToAddRows = false;
  432. this.ChoosedDGV.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  433. this.ChoosedDGV.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  434. this.or_id,
  435. this.bg_code1,
  436. this.bc_code1,
  437. this.bc_name1});
  438. this.ChoosedDGV.Location = new System.Drawing.Point(1080, 255);
  439. this.ChoosedDGV.Margin = new System.Windows.Forms.Padding(4);
  440. this.ChoosedDGV.Name = "ChoosedDGV";
  441. this.ChoosedDGV.RowHeadersWidth = 20;
  442. this.ChoosedDGV.RowTemplate.Height = 23;
  443. this.ChoosedDGV.Size = new System.Drawing.Size(325, 321);
  444. this.ChoosedDGV.TabIndex = 205;
  445. //
  446. // WaitChooseDGV
  447. //
  448. this.WaitChooseDGV.AllowUserToAddRows = false;
  449. this.WaitChooseDGV.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  450. this.WaitChooseDGV.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  451. this.ChooseAll,
  452. this.bg_code,
  453. this.bc_code,
  454. this.bc_name});
  455. this.WaitChooseDGV.Location = new System.Drawing.Point(629, 255);
  456. this.WaitChooseDGV.Margin = new System.Windows.Forms.Padding(4);
  457. this.WaitChooseDGV.Name = "WaitChooseDGV";
  458. this.WaitChooseDGV.RowHeadersWidth = 20;
  459. this.WaitChooseDGV.RowTemplate.Height = 23;
  460. this.WaitChooseDGV.Size = new System.Drawing.Size(357, 320);
  461. this.WaitChooseDGV.TabIndex = 204;
  462. this.WaitChooseDGV.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.WaitChooseDGV_CellContentClick);
  463. this.WaitChooseDGV.DataError += new System.Windows.Forms.DataGridViewDataErrorEventHandler(this.WaitChooseDGV_DataError);
  464. //
  465. // ob_remark
  466. //
  467. this.ob_remark.AllPower = null;
  468. this.ob_remark.BackColor = System.Drawing.Color.White;
  469. this.ob_remark.ID = null;
  470. this.ob_remark.Location = new System.Drawing.Point(123, 709);
  471. this.ob_remark.Margin = new System.Windows.Forms.Padding(4);
  472. this.ob_remark.Name = "ob_remark";
  473. this.ob_remark.Power = null;
  474. this.ob_remark.Size = new System.Drawing.Size(487, 25);
  475. this.ob_remark.Str = null;
  476. this.ob_remark.Str1 = null;
  477. this.ob_remark.Str2 = null;
  478. this.ob_remark.TabIndex = 203;
  479. this.ob_remark.Tag = "NoAuto";
  480. //
  481. // sncode
  482. //
  483. this.sncode.AllPower = null;
  484. this.sncode.BackColor = System.Drawing.Color.White;
  485. this.sncode.ID = null;
  486. this.sncode.Location = new System.Drawing.Point(123, 668);
  487. this.sncode.Margin = new System.Windows.Forms.Padding(4);
  488. this.sncode.Name = "sncode";
  489. this.sncode.Power = null;
  490. this.sncode.Size = new System.Drawing.Size(487, 25);
  491. this.sncode.Str = null;
  492. this.sncode.Str1 = null;
  493. this.sncode.Str2 = null;
  494. this.sncode.TabIndex = 201;
  495. this.sncode.Tag = "ifread";
  496. this.sncode.KeyDown += new System.Windows.Forms.KeyEventHandler(this.sncode_KeyDown);
  497. //
  498. // CheckTypeDGV
  499. //
  500. this.CheckTypeDGV.AllowUserToAddRows = false;
  501. this.CheckTypeDGV.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  502. this.CheckTypeDGV.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  503. this.choose,
  504. this.oi_itemcode,
  505. this.ci_name,
  506. this.oi_sampleqty,
  507. this.oi_checkqty,
  508. this.oi_ng,
  509. this.oi_leveldefect,
  510. this.ois_remark,
  511. this.ois_status});
  512. this.CheckTypeDGV.Location = new System.Drawing.Point(22, 214);
  513. this.CheckTypeDGV.Margin = new System.Windows.Forms.Padding(4);
  514. this.CheckTypeDGV.Name = "CheckTypeDGV";
  515. this.CheckTypeDGV.RowHeadersWidth = 20;
  516. this.CheckTypeDGV.RowTemplate.Height = 23;
  517. this.CheckTypeDGV.Size = new System.Drawing.Size(589, 415);
  518. this.CheckTypeDGV.TabIndex = 198;
  519. this.CheckTypeDGV.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.CheckTypeDGV_CellContentClick);
  520. this.CheckTypeDGV.CellValueChanged += new System.Windows.Forms.DataGridViewCellEventHandler(this.CheckTypeDGV_CellValueChanged);
  521. this.CheckTypeDGV.DataError += new System.Windows.Forms.DataGridViewDataErrorEventHandler(this.CheckTypeDGV_DataError);
  522. //
  523. // choose
  524. //
  525. this.choose.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
  526. this.choose.DataPropertyName = "choose";
  527. this.choose.HeaderText = "勾选";
  528. this.choose.Name = "choose";
  529. this.choose.Resizable = System.Windows.Forms.DataGridViewTriState.False;
  530. this.choose.Width = 60;
  531. //
  532. // oi_itemcode
  533. //
  534. this.oi_itemcode.DataPropertyName = "oi_itemcode";
  535. this.oi_itemcode.HeaderText = "项目编号";
  536. this.oi_itemcode.Name = "oi_itemcode";
  537. this.oi_itemcode.Visible = false;
  538. //
  539. // ci_name
  540. //
  541. this.ci_name.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
  542. this.ci_name.DataPropertyName = "ci_name";
  543. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  544. this.ci_name.DefaultCellStyle = dataGridViewCellStyle2;
  545. this.ci_name.HeaderText = "项目名称";
  546. this.ci_name.Name = "ci_name";
  547. //
  548. // oi_sampleqty
  549. //
  550. this.oi_sampleqty.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
  551. this.oi_sampleqty.DataPropertyName = "oi_sampleqty";
  552. this.oi_sampleqty.HeaderText = "样本数";
  553. this.oi_sampleqty.Name = "oi_sampleqty";
  554. this.oi_sampleqty.Width = 96;
  555. //
  556. // oi_checkqty
  557. //
  558. this.oi_checkqty.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
  559. this.oi_checkqty.DataPropertyName = "oi_checkqty";
  560. this.oi_checkqty.HeaderText = "已检数";
  561. this.oi_checkqty.Name = "oi_checkqty";
  562. this.oi_checkqty.Width = 81;
  563. //
  564. // oi_ng
  565. //
  566. this.oi_ng.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
  567. this.oi_ng.DataPropertyName = "oi_ng";
  568. this.oi_ng.HeaderText = "是否通过";
  569. this.oi_ng.Name = "oi_ng";
  570. this.oi_ng.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  571. this.oi_ng.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
  572. //
  573. // oi_leveldefect
  574. //
  575. this.oi_leveldefect.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
  576. this.oi_leveldefect.DataPropertyName = "oi_leveldefect";
  577. this.oi_leveldefect.HeaderText = "缺陷等级";
  578. this.oi_leveldefect.Name = "oi_leveldefect";
  579. this.oi_leveldefect.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  580. this.oi_leveldefect.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
  581. //
  582. // ois_remark
  583. //
  584. this.ois_remark.DataPropertyName = "ois_remark";
  585. this.ois_remark.HeaderText = "备注";
  586. this.ois_remark.Name = "ois_remark";
  587. this.ois_remark.Visible = false;
  588. //
  589. // ois_status
  590. //
  591. this.ois_status.DataPropertyName = "ois_status";
  592. this.ois_status.HeaderText = "是否检验";
  593. this.ois_status.Name = "ois_status";
  594. this.ois_status.Visible = false;
  595. //
  596. // ChooseedReject
  597. //
  598. this.ChooseedReject.Image = ((System.Drawing.Image)(resources.GetObject("ChooseedReject.Image")));
  599. this.ChooseedReject.Location = new System.Drawing.Point(1000, 369);
  600. this.ChooseedReject.Margin = new System.Windows.Forms.Padding(4);
  601. this.ChooseedReject.Name = "ChooseedReject";
  602. this.ChooseedReject.Size = new System.Drawing.Size(67, 29);
  603. this.ChooseedReject.TabIndex = 195;
  604. this.ChooseedReject.UseVisualStyleBackColor = true;
  605. this.ChooseedReject.Click += new System.EventHandler(this.ChooseedReject_Click);
  606. //
  607. // WaitReject
  608. //
  609. this.WaitReject.Image = ((System.Drawing.Image)(resources.GetObject("WaitReject.Image")));
  610. this.WaitReject.Location = new System.Drawing.Point(1000, 442);
  611. this.WaitReject.Margin = new System.Windows.Forms.Padding(4);
  612. this.WaitReject.Name = "WaitReject";
  613. this.WaitReject.Size = new System.Drawing.Size(67, 29);
  614. this.WaitReject.TabIndex = 194;
  615. this.WaitReject.UseVisualStyleBackColor = true;
  616. this.WaitReject.Click += new System.EventHandler(this.WaitReject_Click);
  617. //
  618. // oi_checkqty1
  619. //
  620. this.oi_checkqty1.AllPower = null;
  621. this.oi_checkqty1.BackColor = System.Drawing.Color.White;
  622. this.oi_checkqty1.Enabled = false;
  623. this.oi_checkqty1.ID = null;
  624. this.oi_checkqty1.Location = new System.Drawing.Point(1211, 91);
  625. this.oi_checkqty1.Margin = new System.Windows.Forms.Padding(4);
  626. this.oi_checkqty1.Name = "oi_checkqty1";
  627. this.oi_checkqty1.Power = null;
  628. this.oi_checkqty1.Size = new System.Drawing.Size(195, 25);
  629. this.oi_checkqty1.Str = null;
  630. this.oi_checkqty1.Str1 = null;
  631. this.oi_checkqty1.Str2 = null;
  632. this.oi_checkqty1.TabIndex = 190;
  633. this.oi_checkqty1.Tag = "oi_checkqty";
  634. //
  635. // ob_okqty
  636. //
  637. this.ob_okqty.AllPower = null;
  638. this.ob_okqty.BackColor = System.Drawing.Color.White;
  639. this.ob_okqty.Enabled = false;
  640. this.ob_okqty.ID = null;
  641. this.ob_okqty.Location = new System.Drawing.Point(1211, 132);
  642. this.ob_okqty.Margin = new System.Windows.Forms.Padding(4);
  643. this.ob_okqty.Name = "ob_okqty";
  644. this.ob_okqty.Power = null;
  645. this.ob_okqty.Size = new System.Drawing.Size(195, 25);
  646. this.ob_okqty.Str = null;
  647. this.ob_okqty.Str1 = null;
  648. this.ob_okqty.Str2 = null;
  649. this.ob_okqty.TabIndex = 188;
  650. this.ob_okqty.Tag = "NoAuto";
  651. //
  652. // ob_ngqty
  653. //
  654. this.ob_ngqty.AllPower = null;
  655. this.ob_ngqty.BackColor = System.Drawing.Color.White;
  656. this.ob_ngqty.Enabled = false;
  657. this.ob_ngqty.ID = null;
  658. this.ob_ngqty.Location = new System.Drawing.Point(1211, 175);
  659. this.ob_ngqty.Margin = new System.Windows.Forms.Padding(4);
  660. this.ob_ngqty.Name = "ob_ngqty";
  661. this.ob_ngqty.Power = null;
  662. this.ob_ngqty.Size = new System.Drawing.Size(195, 25);
  663. this.ob_ngqty.Str = null;
  664. this.ob_ngqty.Str1 = null;
  665. this.ob_ngqty.Str2 = null;
  666. this.ob_ngqty.TabIndex = 186;
  667. this.ob_ngqty.Tag = "NoAuto";
  668. //
  669. // ob_nowcheckqty
  670. //
  671. this.ob_nowcheckqty.AllPower = null;
  672. this.ob_nowcheckqty.BackColor = System.Drawing.Color.White;
  673. this.ob_nowcheckqty.Enabled = false;
  674. this.ob_nowcheckqty.ID = null;
  675. this.ob_nowcheckqty.Location = new System.Drawing.Point(1211, 52);
  676. this.ob_nowcheckqty.Margin = new System.Windows.Forms.Padding(4);
  677. this.ob_nowcheckqty.Name = "ob_nowcheckqty";
  678. this.ob_nowcheckqty.Power = null;
  679. this.ob_nowcheckqty.Size = new System.Drawing.Size(195, 25);
  680. this.ob_nowcheckqty.Str = null;
  681. this.ob_nowcheckqty.Str1 = null;
  682. this.ob_nowcheckqty.Str2 = null;
  683. this.ob_nowcheckqty.TabIndex = 180;
  684. this.ob_nowcheckqty.Tag = "";
  685. //
  686. // bccode
  687. //
  688. this.bccode.AllPower = null;
  689. this.bccode.BackColor = System.Drawing.Color.White;
  690. this.bccode.ID = null;
  691. this.bccode.Location = new System.Drawing.Point(1211, 219);
  692. this.bccode.Margin = new System.Windows.Forms.Padding(4);
  693. this.bccode.Name = "bccode";
  694. this.bccode.Power = null;
  695. this.bccode.Size = new System.Drawing.Size(195, 25);
  696. this.bccode.Str = null;
  697. this.bccode.Str1 = null;
  698. this.bccode.Str2 = null;
  699. this.bccode.TabIndex = 178;
  700. this.bccode.Tag = "bc_code";
  701. this.bccode.KeyDown += new System.Windows.Forms.KeyEventHandler(this.bccode_KeyDown);
  702. //
  703. // GetBatch
  704. //
  705. this.GetBatch.AllPower = "ifall";
  706. this.GetBatch.BackColor = System.Drawing.Color.Transparent;
  707. this.GetBatch.DownImage = ((System.Drawing.Image)(resources.GetObject("GetBatch.DownImage")));
  708. this.GetBatch.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  709. this.GetBatch.Image = ((System.Drawing.Image)(resources.GetObject("GetBatch.Image")));
  710. this.GetBatch.IsShowBorder = true;
  711. this.GetBatch.Location = new System.Drawing.Point(629, 118);
  712. this.GetBatch.Margin = new System.Windows.Forms.Padding(4);
  713. this.GetBatch.MoveImage = ((System.Drawing.Image)(resources.GetObject("GetBatch.MoveImage")));
  714. this.GetBatch.Name = "GetBatch";
  715. this.GetBatch.NormalImage = ((System.Drawing.Image)(resources.GetObject("GetBatch.NormalImage")));
  716. this.GetBatch.Power = "ifRead";
  717. this.GetBatch.Size = new System.Drawing.Size(80, 30);
  718. this.GetBatch.TabIndex = 175;
  719. this.GetBatch.Tag = "IFREAD";
  720. this.GetBatch.Text = "获取批";
  721. this.GetBatch.UseVisualStyleBackColor = true;
  722. this.GetBatch.Click += new System.EventHandler(this.GetBatch_Click);
  723. //
  724. // BatchPass
  725. //
  726. this.BatchPass.AllPower = "ifall";
  727. this.BatchPass.BackColor = System.Drawing.Color.Transparent;
  728. this.BatchPass.DownImage = ((System.Drawing.Image)(resources.GetObject("BatchPass.DownImage")));
  729. this.BatchPass.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  730. this.BatchPass.Image = ((System.Drawing.Image)(resources.GetObject("BatchPass.Image")));
  731. this.BatchPass.IsShowBorder = true;
  732. this.BatchPass.Location = new System.Drawing.Point(720, 119);
  733. this.BatchPass.Margin = new System.Windows.Forms.Padding(4);
  734. this.BatchPass.MoveImage = ((System.Drawing.Image)(resources.GetObject("BatchPass.MoveImage")));
  735. this.BatchPass.Name = "BatchPass";
  736. this.BatchPass.NormalImage = ((System.Drawing.Image)(resources.GetObject("BatchPass.NormalImage")));
  737. this.BatchPass.Power = "ifWrite";
  738. this.BatchPass.Size = new System.Drawing.Size(80, 30);
  739. this.BatchPass.TabIndex = 174;
  740. this.BatchPass.Tag = "OQC!Inspection";
  741. this.BatchPass.Text = "批判过";
  742. this.BatchPass.UseVisualStyleBackColor = true;
  743. this.BatchPass.Click += new System.EventHandler(this.BatchPass_Click);
  744. //
  745. // Confirm
  746. //
  747. this.Confirm.AllPower = "ifall";
  748. this.Confirm.BackColor = System.Drawing.Color.Transparent;
  749. this.Confirm.DownImage = ((System.Drawing.Image)(resources.GetObject("Confirm.DownImage")));
  750. this.Confirm.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  751. this.Confirm.Image = ((System.Drawing.Image)(resources.GetObject("Confirm.Image")));
  752. this.Confirm.IsShowBorder = true;
  753. this.Confirm.Location = new System.Drawing.Point(629, 709);
  754. this.Confirm.Margin = new System.Windows.Forms.Padding(4);
  755. this.Confirm.MoveImage = ((System.Drawing.Image)(resources.GetObject("Confirm.MoveImage")));
  756. this.Confirm.Name = "Confirm";
  757. this.Confirm.NormalImage = ((System.Drawing.Image)(resources.GetObject("Confirm.NormalImage")));
  758. this.Confirm.Power = "ifWrite";
  759. this.Confirm.Size = new System.Drawing.Size(80, 30);
  760. this.Confirm.TabIndex = 172;
  761. this.Confirm.Tag = "ifWrite";
  762. this.Confirm.Text = "确认";
  763. this.Confirm.UseVisualStyleBackColor = true;
  764. this.Confirm.Click += new System.EventHandler(this.Confirm_Click);
  765. //
  766. // ob_checkno
  767. //
  768. this.ob_checkno.AllPower = "ifall";
  769. this.ob_checkno.BackColor = System.Drawing.Color.White;
  770. this.ob_checkno.ID = null;
  771. this.ob_checkno.Location = new System.Drawing.Point(127, 36);
  772. this.ob_checkno.Margin = new System.Windows.Forms.Padding(4);
  773. this.ob_checkno.Name = "ob_checkno";
  774. this.ob_checkno.Power = "ifread";
  775. this.ob_checkno.Size = new System.Drawing.Size(487, 25);
  776. this.ob_checkno.Str = null;
  777. this.ob_checkno.Str1 = null;
  778. this.ob_checkno.Str2 = null;
  779. this.ob_checkno.TabIndex = 157;
  780. this.ob_checkno.Tag = "NoAuto";
  781. this.ob_checkno.KeyDown += new System.Windows.Forms.KeyEventHandler(this.ob_checkno_KeyDown);
  782. //
  783. // obd_outboxcode
  784. //
  785. this.obd_outboxcode.AllPower = null;
  786. this.obd_outboxcode.BackColor = System.Drawing.Color.White;
  787. this.obd_outboxcode.ID = null;
  788. this.obd_outboxcode.Location = new System.Drawing.Point(127, 76);
  789. this.obd_outboxcode.Margin = new System.Windows.Forms.Padding(4);
  790. this.obd_outboxcode.Name = "obd_outboxcode";
  791. this.obd_outboxcode.Power = null;
  792. this.obd_outboxcode.Size = new System.Drawing.Size(487, 25);
  793. this.obd_outboxcode.Str = null;
  794. this.obd_outboxcode.Str1 = null;
  795. this.obd_outboxcode.Str2 = null;
  796. this.obd_outboxcode.TabIndex = 155;
  797. this.obd_outboxcode.Tag = "NoAuto";
  798. //
  799. // ms_sncode
  800. //
  801. this.ms_sncode.AllPower = "ifall";
  802. this.ms_sncode.BackColor = System.Drawing.Color.White;
  803. this.ms_sncode.ID = null;
  804. this.ms_sncode.Location = new System.Drawing.Point(127, 119);
  805. this.ms_sncode.Margin = new System.Windows.Forms.Padding(4);
  806. this.ms_sncode.Name = "ms_sncode";
  807. this.ms_sncode.Power = "ifread";
  808. this.ms_sncode.Size = new System.Drawing.Size(487, 25);
  809. this.ms_sncode.Str = null;
  810. this.ms_sncode.Str1 = null;
  811. this.ms_sncode.Str2 = null;
  812. this.ms_sncode.TabIndex = 153;
  813. this.ms_sncode.Tag = "NoAuto";
  814. this.ms_sncode.KeyDown += new System.Windows.Forms.KeyEventHandler(this.ms_sncode_KeyDown);
  815. //
  816. // 勾选
  817. //
  818. this.勾选.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
  819. this.勾选.HeaderText = "勾选";
  820. this.勾选.Name = "勾选";
  821. this.勾选.Resizable = System.Windows.Forms.DataGridViewTriState.False;
  822. this.勾选.Width = 42;
  823. //
  824. // ob_batchqty_dgv
  825. //
  826. this.ob_batchqty_dgv.DataPropertyName = "ob_batchqty";
  827. this.ob_batchqty_dgv.HeaderText = "检验类型";
  828. this.ob_batchqty_dgv.Name = "ob_batchqty_dgv";
  829. this.ob_batchqty_dgv.Width = 110;
  830. //
  831. // obd_outboxcode_dgv
  832. //
  833. this.obd_outboxcode_dgv.DataPropertyName = "obd_outboxcode";
  834. this.obd_outboxcode_dgv.HeaderText = "已检数";
  835. this.obd_outboxcode_dgv.Name = "obd_outboxcode_dgv";
  836. //
  837. // ob_makecode_dgv
  838. //
  839. this.ob_makecode_dgv.DataPropertyName = "ob_makecode";
  840. this.ob_makecode_dgv.HeaderText = "应检数";
  841. this.ob_makecode_dgv.Name = "ob_makecode_dgv";
  842. this.ob_makecode_dgv.Width = 190;
  843. //
  844. // obd_id
  845. //
  846. this.obd_id.DataPropertyName = "obd_id";
  847. this.obd_id.HeaderText = "ob_id";
  848. this.obd_id.Name = "obd_id";
  849. this.obd_id.Visible = false;
  850. //
  851. // BadGroupCode
  852. //
  853. this.BadGroupCode.FormattingEnabled = true;
  854. this.BadGroupCode.Location = new System.Drawing.Point(760, 221);
  855. this.BadGroupCode.Name = "BadGroupCode";
  856. this.BadGroupCode.Size = new System.Drawing.Size(173, 23);
  857. this.BadGroupCode.TabIndex = 219;
  858. this.BadGroupCode.SelectedIndexChanged += new System.EventHandler(this.BadGroupCode_SelectedIndexChanged);
  859. //
  860. // ChooseAll
  861. //
  862. this.ChooseAll.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
  863. this.ChooseAll.DataPropertyName = "ChooseAll";
  864. this.ChooseAll.HeaderText = "勾选";
  865. this.ChooseAll.Name = "ChooseAll";
  866. this.ChooseAll.Resizable = System.Windows.Forms.DataGridViewTriState.False;
  867. this.ChooseAll.Width = 60;
  868. //
  869. // bg_code
  870. //
  871. this.bg_code.DataPropertyName = "bg_code";
  872. this.bg_code.HeaderText = "不良组别编号";
  873. this.bg_code.Name = "bg_code";
  874. this.bg_code.Visible = false;
  875. //
  876. // bc_code
  877. //
  878. this.bc_code.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
  879. this.bc_code.DataPropertyName = "bc_code";
  880. this.bc_code.HeaderText = "不良代码";
  881. this.bc_code.Name = "bc_code";
  882. this.bc_code.ReadOnly = true;
  883. this.bc_code.Width = 130;
  884. //
  885. // bc_name
  886. //
  887. this.bc_name.DataPropertyName = "bc_name";
  888. this.bc_name.HeaderText = "不良名称";
  889. this.bc_name.Name = "bc_name";
  890. this.bc_name.ReadOnly = true;
  891. //
  892. // or_id
  893. //
  894. this.or_id.DataPropertyName = "or_id";
  895. this.or_id.HeaderText = "or_id";
  896. this.or_id.Name = "or_id";
  897. this.or_id.Visible = false;
  898. //
  899. // bg_code1
  900. //
  901. this.bg_code1.DataPropertyName = "bg_code";
  902. this.bg_code1.HeaderText = "不良组别编号";
  903. this.bg_code1.Name = "bg_code1";
  904. this.bg_code1.Visible = false;
  905. //
  906. // bc_code1
  907. //
  908. this.bc_code1.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
  909. this.bc_code1.DataPropertyName = "bc_code";
  910. this.bc_code1.HeaderText = "不良代码";
  911. this.bc_code1.Name = "bc_code1";
  912. this.bc_code1.ReadOnly = true;
  913. this.bc_code1.Width = 130;
  914. //
  915. // bc_name1
  916. //
  917. this.bc_name1.DataPropertyName = "bc_name";
  918. this.bc_name1.HeaderText = "不良名称 ";
  919. this.bc_name1.Name = "bc_name1";
  920. this.bc_name1.ReadOnly = true;
  921. this.bc_name1.Width = 151;
  922. //
  923. // OQC_SamplingDataCollection
  924. //
  925. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
  926. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  927. this.ClientSize = new System.Drawing.Size(1420, 762);
  928. this.Controls.Add(this.BadGroupCode);
  929. this.Controls.Add(this.ob_projectcode_label);
  930. this.Controls.Add(this.ob_maxngacceptqty);
  931. this.Controls.Add(this.ob_maxngacceptqty_label);
  932. this.Controls.Add(this.ob_aqlcode);
  933. this.Controls.Add(this.ob_aqlcode_label);
  934. this.Controls.Add(this.ob_projectcode);
  935. this.Controls.Add(this.ob_status);
  936. this.Controls.Add(this.Clean);
  937. this.Controls.Add(this.OperateResult);
  938. this.Controls.Add(this.ob_prodcode);
  939. this.Controls.Add(this.ob_prodcode_label);
  940. this.Controls.Add(this.ob_makecode);
  941. this.Controls.Add(this.obd_makecode_label);
  942. this.Controls.Add(this.ChoosedDGV);
  943. this.Controls.Add(this.WaitChooseDGV);
  944. this.Controls.Add(this.ob_remark);
  945. this.Controls.Add(this.ob_remark_label);
  946. this.Controls.Add(this.sncode);
  947. this.Controls.Add(this.sncode_label);
  948. this.Controls.Add(this.CheckTypeDGV);
  949. this.Controls.Add(this.ChooseedReject);
  950. this.Controls.Add(this.WaitReject);
  951. this.Controls.Add(this.label9);
  952. this.Controls.Add(this.oi_checkqty1);
  953. this.Controls.Add(this.label6);
  954. this.Controls.Add(this.ob_okqty);
  955. this.Controls.Add(this.label5);
  956. this.Controls.Add(this.ob_ngqty);
  957. this.Controls.Add(this.label4);
  958. this.Controls.Add(this.ob_nowcheckqty);
  959. this.Controls.Add(this.label1);
  960. this.Controls.Add(this.bccode);
  961. this.Controls.Add(this.bc_code_label);
  962. this.Controls.Add(this.GetBatch);
  963. this.Controls.Add(this.BatchPass);
  964. this.Controls.Add(this.Confirm);
  965. this.Controls.Add(this.ob_checkno);
  966. this.Controls.Add(this.ob_checkno_label);
  967. this.Controls.Add(this.obd_outboxcode);
  968. this.Controls.Add(this.obd_outboxcode_label);
  969. this.Controls.Add(this.ms_sncode);
  970. this.Controls.Add(this.ms_sncode_label);
  971. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  972. this.Margin = new System.Windows.Forms.Padding(4);
  973. this.Name = "OQC_SamplingDataCollection";
  974. this.Tag = "OQC!SamplingDataCollection";
  975. this.Text = " ";
  976. this.Load += new System.EventHandler(this.抽样数据采集_Load);
  977. this.SizeChanged += new System.EventHandler(this.抽样数据采集_SizeChanged);
  978. ((System.ComponentModel.ISupportInitialize)(this.ChoosedDGV)).EndInit();
  979. ((System.ComponentModel.ISupportInitialize)(this.WaitChooseDGV)).EndInit();
  980. ((System.ComponentModel.ISupportInitialize)(this.CheckTypeDGV)).EndInit();
  981. this.ResumeLayout(false);
  982. this.PerformLayout();
  983. }
  984. #endregion
  985. private CustomControl.TextBoxWithIcon.EnterTextBox ob_checkno;
  986. private System.Windows.Forms.Label ob_checkno_label;
  987. private CustomControl.TextBoxWithIcon.EnterTextBox obd_outboxcode;
  988. private System.Windows.Forms.Label obd_outboxcode_label;
  989. private CustomControl.TextBoxWithIcon.EnterTextBox ms_sncode;
  990. private System.Windows.Forms.Label ms_sncode_label;
  991. private CustomControl.ButtonUtil.NormalButton Confirm;
  992. private CustomControl.ButtonUtil.NormalButton BatchPass;
  993. private CustomControl.ButtonUtil.NormalButton GetBatch;
  994. private CustomControl.TextBoxWithIcon.EnterTextBox bccode;
  995. private System.Windows.Forms.Label bc_code_label;
  996. private CustomControl.TextBoxWithIcon.EnterTextBox ob_nowcheckqty;
  997. private System.Windows.Forms.Label label1;
  998. private CustomControl.TextBoxWithIcon.EnterTextBox ob_ngqty;
  999. private System.Windows.Forms.Label label4;
  1000. private CustomControl.TextBoxWithIcon.EnterTextBox ob_okqty;
  1001. private System.Windows.Forms.Label label5;
  1002. private CustomControl.TextBoxWithIcon.EnterTextBox oi_checkqty1;
  1003. private System.Windows.Forms.Label label6;
  1004. private CustomControl.ButtonUtil.ArrowRightButton ChooseedReject;
  1005. private CustomControl.ButtonUtil.ArrowLeftButton WaitReject;
  1006. private System.Windows.Forms.Label label9;
  1007. private CustomControl.DataGrid_View.DataGridViewWithCheckBox CheckTypeDGV;
  1008. private CustomControl.TextBoxWithIcon.EnterTextBox sncode;
  1009. private System.Windows.Forms.Label sncode_label;
  1010. private CustomControl.TextBoxWithIcon.EnterTextBox ob_remark;
  1011. private System.Windows.Forms.Label ob_remark_label;
  1012. private UAS_MES.CustomControl.DataGrid_View.DataGridViewWithCheckBox WaitChooseDGV;
  1013. private CustomControl.DataGrid_View.DataGridViewExpand ChoosedDGV;
  1014. private System.Windows.Forms.DataGridViewCheckBoxColumn 勾选;
  1015. private System.Windows.Forms.DataGridViewTextBoxColumn ob_batchqty_dgv;
  1016. private System.Windows.Forms.DataGridViewTextBoxColumn obd_outboxcode_dgv;
  1017. private System.Windows.Forms.DataGridViewTextBoxColumn ob_makecode_dgv;
  1018. private System.Windows.Forms.DataGridViewTextBoxColumn obd_id;
  1019. private CustomControl.TextBoxWithIcon.EnterTextBox ob_makecode;
  1020. private System.Windows.Forms.Label obd_makecode_label;
  1021. private CustomControl.TextBoxWithIcon.EnterTextBox ob_prodcode;
  1022. private System.Windows.Forms.Label ob_prodcode_label;
  1023. private CustomControl.RichText.RichTextAutoBottom OperateResult;
  1024. private CustomControl.ButtonUtil.NormalButton Clean;
  1025. private System.Windows.Forms.Label ob_status;
  1026. private CustomControl.TextBoxWithIcon.EnterTextBox ob_projectcode;
  1027. private CustomControl.TextBoxWithIcon.EnterTextBox ob_aqlcode;
  1028. private System.Windows.Forms.Label ob_aqlcode_label;
  1029. private CustomControl.TextBoxWithIcon.EnterTextBox ob_maxngacceptqty;
  1030. private System.Windows.Forms.Label ob_maxngacceptqty_label;
  1031. private System.Windows.Forms.Label ob_projectcode_label;
  1032. private CustomControl.ComBoxWithFocus.ComBoxWithFocus BadGroupCode;
  1033. private System.Windows.Forms.DataGridViewCheckBoxColumn choose;
  1034. private System.Windows.Forms.DataGridViewTextBoxColumn oi_itemcode;
  1035. private System.Windows.Forms.DataGridViewTextBoxColumn ci_name;
  1036. private System.Windows.Forms.DataGridViewTextBoxColumn oi_sampleqty;
  1037. private System.Windows.Forms.DataGridViewTextBoxColumn oi_checkqty;
  1038. private System.Windows.Forms.DataGridViewCheckBoxColumn oi_ng;
  1039. private System.Windows.Forms.DataGridViewComboBoxColumn oi_leveldefect;
  1040. private System.Windows.Forms.DataGridViewTextBoxColumn ois_remark;
  1041. private System.Windows.Forms.DataGridViewTextBoxColumn ois_status;
  1042. private System.Windows.Forms.DataGridViewCheckBoxColumn ChooseAll;
  1043. private System.Windows.Forms.DataGridViewTextBoxColumn bg_code;
  1044. private System.Windows.Forms.DataGridViewTextBoxColumn bc_code;
  1045. private System.Windows.Forms.DataGridViewTextBoxColumn bc_name;
  1046. private System.Windows.Forms.DataGridViewTextBoxColumn or_id;
  1047. private System.Windows.Forms.DataGridViewTextBoxColumn bg_code1;
  1048. private System.Windows.Forms.DataGridViewTextBoxColumn bc_code1;
  1049. private System.Windows.Forms.DataGridViewTextBoxColumn bc_name1;
  1050. }
  1051. }