OQC_SamplingDataCollection.Designer.cs 54 KB

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