OQC_SamplingDataCollection.Designer.cs 58 KB

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