OQC_SamplingDataCollection.Designer.cs 49 KB

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