OQC_SamplingDataCollection.Designer.cs 62 KB

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