OQC_SamplingDataCollection.Designer.cs 57 KB

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