OQC_SamplingDataCollection.Designer.cs 55 KB

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