OQC_SamplingDataCollection.Designer.cs 57 KB

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