OQC_SamplingDataCollection.Designer.cs 54 KB

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