OQC_SamplingDataCollection.Designer.cs 64 KB

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