OQC_SamplingDataCollection.Designer.cs 61 KB

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