OQC_SamplingDataCollection.Designer.cs 55 KB

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