OQC_SamplingDataCollection.Designer.cs 58 KB

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