OQC_SamplingDataCollection.Designer.cs 50 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923
  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.WaitChooseDGV = new UAS_MES.CustomControl.DataGrid_View.DataGridViewExpand();
  57. this.ob_remark = new UAS_MES.CustomControl.TextBoxWithIcon.EnterTextBox();
  58. this.sncode = new UAS_MES.CustomControl.TextBoxWithIcon.EnterTextBox();
  59. this.CheckTypeDGV = new UAS_MES.CustomControl.DataGrid_View.DataGridViewExpand();
  60. this.ChooseedReject = new UAS_MES.CustomControl.ButtonUtil.ArrowRightButton();
  61. this.WaitReject = new UAS_MES.CustomControl.ButtonUtil.ArrowLeftButton();
  62. this.oi_checkqty = new UAS_MES.CustomControl.TextBoxWithIcon.EnterTextBox();
  63. this.ob_ngqty = new UAS_MES.CustomControl.TextBoxWithIcon.EnterTextBox();
  64. this.ob_okqty = new UAS_MES.CustomControl.TextBoxWithIcon.EnterTextBox();
  65. this.ob_batchqty = new UAS_MES.CustomControl.TextBoxWithIcon.EnterTextBox();
  66. this.bccode = new UAS_MES.CustomControl.TextBoxWithIcon.EnterTextBox();
  67. this.Refresh = new UAS_MES.CustomControl.ButtonUtil.NormalButton();
  68. this.GetBatch = new UAS_MES.CustomControl.ButtonUtil.NormalButton();
  69. this.BatchPass = new UAS_MES.CustomControl.ButtonUtil.NormalButton();
  70. this.Cancel = new UAS_MES.CustomControl.ButtonUtil.NormalButton();
  71. this.Confirm = new UAS_MES.CustomControl.ButtonUtil.NormalButton();
  72. this.ob_checkno = new UAS_MES.CustomControl.TextBoxWithIcon.EnterTextBox();
  73. this.obd_outboxcode = new UAS_MES.CustomControl.TextBoxWithIcon.EnterTextBox();
  74. this.ms_sncode = new UAS_MES.CustomControl.TextBoxWithIcon.EnterTextBox();
  75. this.dataGridViewCheckBoxColumn1 = new System.Windows.Forms.DataGridViewCheckBoxColumn();
  76. this.oi_itemcode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  77. this.oi_ng = new System.Windows.Forms.DataGridViewTextBoxColumn();
  78. this.oi_leveldefect = new System.Windows.Forms.DataGridViewTextBoxColumn();
  79. this.ois_remark = new System.Windows.Forms.DataGridViewTextBoxColumn();
  80. this.ois_status = new System.Windows.Forms.DataGridViewTextBoxColumn();
  81. this.ois_id = new System.Windows.Forms.DataGridViewTextBoxColumn();
  82. this.Column3 = new System.Windows.Forms.DataGridViewCheckBoxColumn();
  83. this.bc_code = new System.Windows.Forms.DataGridViewTextBoxColumn();
  84. this.bc_name = new System.Windows.Forms.DataGridViewTextBoxColumn();
  85. this.bc_code1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  86. this.bc_name1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  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. // WaitChooseDGV
  392. //
  393. this.WaitChooseDGV.AllowUserToAddRows = false;
  394. this.WaitChooseDGV.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  395. this.WaitChooseDGV.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  396. this.Column3,
  397. this.bc_code,
  398. this.bc_name});
  399. this.WaitChooseDGV.Location = new System.Drawing.Point(472, 196);
  400. this.WaitChooseDGV.Name = "WaitChooseDGV";
  401. this.WaitChooseDGV.RowHeadersWidth = 20;
  402. this.WaitChooseDGV.RowTemplate.Height = 23;
  403. this.WaitChooseDGV.Size = new System.Drawing.Size(268, 256);
  404. this.WaitChooseDGV.TabIndex = 204;
  405. this.WaitChooseDGV.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.WaitChooseDGV_CellContentClick);
  406. this.WaitChooseDGV.DataError += new System.Windows.Forms.DataGridViewDataErrorEventHandler(this.WaitChooseDGV_DataError);
  407. this.WaitChooseDGV.RowHeaderMouseClick += new System.Windows.Forms.DataGridViewCellMouseEventHandler(this.WaitChooseDGV_RowHeaderMouseClick);
  408. //
  409. // ob_remark
  410. //
  411. this.ob_remark.AllPower = null;
  412. this.ob_remark.BackColor = System.Drawing.Color.White;
  413. this.ob_remark.ID = null;
  414. this.ob_remark.Location = new System.Drawing.Point(92, 567);
  415. this.ob_remark.Name = "ob_remark";
  416. this.ob_remark.Power = null;
  417. this.ob_remark.Size = new System.Drawing.Size(366, 21);
  418. this.ob_remark.Str = null;
  419. this.ob_remark.Str1 = null;
  420. this.ob_remark.Str2 = null;
  421. this.ob_remark.TabIndex = 203;
  422. this.ob_remark.Tag = "NoAuto";
  423. //
  424. // sncode
  425. //
  426. this.sncode.AllPower = null;
  427. this.sncode.BackColor = System.Drawing.Color.White;
  428. this.sncode.ID = null;
  429. this.sncode.Location = new System.Drawing.Point(92, 534);
  430. this.sncode.Name = "sncode";
  431. this.sncode.Power = null;
  432. this.sncode.Size = new System.Drawing.Size(366, 21);
  433. this.sncode.Str = null;
  434. this.sncode.Str1 = null;
  435. this.sncode.Str2 = null;
  436. this.sncode.TabIndex = 201;
  437. this.sncode.Tag = "ifread";
  438. this.sncode.KeyDown += new System.Windows.Forms.KeyEventHandler(this.sncode_KeyDown);
  439. //
  440. // CheckTypeDGV
  441. //
  442. this.CheckTypeDGV.AllowUserToAddRows = false;
  443. this.CheckTypeDGV.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  444. this.CheckTypeDGV.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  445. this.dataGridViewCheckBoxColumn1,
  446. this.oi_itemcode,
  447. this.oi_ng,
  448. this.oi_leveldefect,
  449. this.ois_remark,
  450. this.ois_status,
  451. this.ois_id});
  452. this.CheckTypeDGV.Location = new System.Drawing.Point(16, 168);
  453. this.CheckTypeDGV.Name = "CheckTypeDGV";
  454. this.CheckTypeDGV.RowHeadersWidth = 20;
  455. this.CheckTypeDGV.RowTemplate.Height = 23;
  456. this.CheckTypeDGV.Size = new System.Drawing.Size(442, 325);
  457. this.CheckTypeDGV.TabIndex = 198;
  458. this.CheckTypeDGV.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.CheckTypeDGV_CellContentClick);
  459. this.CheckTypeDGV.CellValueChanged += new System.Windows.Forms.DataGridViewCellEventHandler(this.CheckTypeDGV_CellValueChanged);
  460. this.CheckTypeDGV.DataError += new System.Windows.Forms.DataGridViewDataErrorEventHandler(this.CheckTypeDGV_DataError);
  461. this.CheckTypeDGV.RowHeaderMouseClick += new System.Windows.Forms.DataGridViewCellMouseEventHandler(this.CheckTypeDGV_RowHeaderMouseClick);
  462. //
  463. // ChooseedReject
  464. //
  465. this.ChooseedReject.Image = ((System.Drawing.Image)(resources.GetObject("ChooseedReject.Image")));
  466. this.ChooseedReject.Location = new System.Drawing.Point(750, 349);
  467. this.ChooseedReject.Name = "ChooseedReject";
  468. this.ChooseedReject.Size = new System.Drawing.Size(50, 23);
  469. this.ChooseedReject.TabIndex = 195;
  470. this.ChooseedReject.UseVisualStyleBackColor = true;
  471. this.ChooseedReject.Click += new System.EventHandler(this.ChooseedReject_Click);
  472. //
  473. // WaitReject
  474. //
  475. this.WaitReject.Image = ((System.Drawing.Image)(resources.GetObject("WaitReject.Image")));
  476. this.WaitReject.Location = new System.Drawing.Point(750, 285);
  477. this.WaitReject.Name = "WaitReject";
  478. this.WaitReject.Size = new System.Drawing.Size(50, 23);
  479. this.WaitReject.TabIndex = 194;
  480. this.WaitReject.UseVisualStyleBackColor = true;
  481. this.WaitReject.Click += new System.EventHandler(this.WaitReject_Click);
  482. //
  483. // oi_checkqty
  484. //
  485. this.oi_checkqty.AllPower = null;
  486. this.oi_checkqty.BackColor = System.Drawing.Color.White;
  487. this.oi_checkqty.Enabled = false;
  488. this.oi_checkqty.ID = null;
  489. this.oi_checkqty.Location = new System.Drawing.Point(909, 59);
  490. this.oi_checkqty.Name = "oi_checkqty";
  491. this.oi_checkqty.Power = null;
  492. this.oi_checkqty.Size = new System.Drawing.Size(146, 21);
  493. this.oi_checkqty.Str = null;
  494. this.oi_checkqty.Str1 = null;
  495. this.oi_checkqty.Str2 = null;
  496. this.oi_checkqty.TabIndex = 190;
  497. this.oi_checkqty.Tag = "NoAuto";
  498. //
  499. // ob_ngqty
  500. //
  501. this.ob_ngqty.AllPower = null;
  502. this.ob_ngqty.BackColor = System.Drawing.Color.White;
  503. this.ob_ngqty.Enabled = false;
  504. this.ob_ngqty.ID = null;
  505. this.ob_ngqty.Location = new System.Drawing.Point(909, 93);
  506. this.ob_ngqty.Name = "ob_ngqty";
  507. this.ob_ngqty.Power = null;
  508. this.ob_ngqty.Size = new System.Drawing.Size(146, 21);
  509. this.ob_ngqty.Str = null;
  510. this.ob_ngqty.Str1 = null;
  511. this.ob_ngqty.Str2 = null;
  512. this.ob_ngqty.TabIndex = 188;
  513. this.ob_ngqty.Tag = "NoAuto";
  514. //
  515. // ob_okqty
  516. //
  517. this.ob_okqty.AllPower = null;
  518. this.ob_okqty.BackColor = System.Drawing.Color.White;
  519. this.ob_okqty.Enabled = false;
  520. this.ob_okqty.ID = null;
  521. this.ob_okqty.Location = new System.Drawing.Point(909, 130);
  522. this.ob_okqty.Name = "ob_okqty";
  523. this.ob_okqty.Power = null;
  524. this.ob_okqty.Size = new System.Drawing.Size(146, 21);
  525. this.ob_okqty.Str = null;
  526. this.ob_okqty.Str1 = null;
  527. this.ob_okqty.Str2 = null;
  528. this.ob_okqty.TabIndex = 186;
  529. this.ob_okqty.Tag = "NoAuto";
  530. //
  531. // ob_batchqty
  532. //
  533. this.ob_batchqty.AllPower = null;
  534. this.ob_batchqty.BackColor = System.Drawing.Color.White;
  535. this.ob_batchqty.Enabled = false;
  536. this.ob_batchqty.ID = null;
  537. this.ob_batchqty.Location = new System.Drawing.Point(909, 27);
  538. this.ob_batchqty.Name = "ob_batchqty";
  539. this.ob_batchqty.Power = null;
  540. this.ob_batchqty.Size = new System.Drawing.Size(146, 21);
  541. this.ob_batchqty.Str = null;
  542. this.ob_batchqty.Str1 = null;
  543. this.ob_batchqty.Str2 = null;
  544. this.ob_batchqty.TabIndex = 180;
  545. this.ob_batchqty.Tag = "NoAuto";
  546. //
  547. // bccode
  548. //
  549. this.bccode.AllPower = null;
  550. this.bccode.BackColor = System.Drawing.Color.White;
  551. this.bccode.ID = null;
  552. this.bccode.Location = new System.Drawing.Point(910, 166);
  553. this.bccode.Name = "bccode";
  554. this.bccode.Power = null;
  555. this.bccode.Size = new System.Drawing.Size(143, 21);
  556. this.bccode.Str = null;
  557. this.bccode.Str1 = null;
  558. this.bccode.Str2 = null;
  559. this.bccode.TabIndex = 178;
  560. this.bccode.Tag = "ifRead";
  561. this.bccode.KeyDown += new System.Windows.Forms.KeyEventHandler(this.bccode_KeyDown);
  562. //
  563. // Refresh
  564. //
  565. this.Refresh.AllPower = "ifall";
  566. this.Refresh.BackColor = System.Drawing.Color.Transparent;
  567. this.Refresh.DownImage = ((System.Drawing.Image)(resources.GetObject("Refresh.DownImage")));
  568. this.Refresh.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  569. this.Refresh.Image = ((System.Drawing.Image)(resources.GetObject("Refresh.Image")));
  570. this.Refresh.IsShowBorder = true;
  571. this.Refresh.Location = new System.Drawing.Point(472, 29);
  572. this.Refresh.MoveImage = ((System.Drawing.Image)(resources.GetObject("Refresh.MoveImage")));
  573. this.Refresh.Name = "Refresh";
  574. this.Refresh.NormalImage = ((System.Drawing.Image)(resources.GetObject("Refresh.NormalImage")));
  575. this.Refresh.Power = "ifRead";
  576. this.Refresh.Size = new System.Drawing.Size(60, 24);
  577. this.Refresh.TabIndex = 176;
  578. this.Refresh.Tag = "IFREAD";
  579. this.Refresh.Text = "刷新";
  580. this.Refresh.UseVisualStyleBackColor = true;
  581. this.Refresh.Click += new System.EventHandler(this.Refresh_Click);
  582. //
  583. // GetBatch
  584. //
  585. this.GetBatch.AllPower = "ifall";
  586. this.GetBatch.BackColor = System.Drawing.Color.Transparent;
  587. this.GetBatch.DownImage = ((System.Drawing.Image)(resources.GetObject("GetBatch.DownImage")));
  588. this.GetBatch.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  589. this.GetBatch.Image = ((System.Drawing.Image)(resources.GetObject("GetBatch.Image")));
  590. this.GetBatch.IsShowBorder = true;
  591. this.GetBatch.Location = new System.Drawing.Point(472, 94);
  592. this.GetBatch.MoveImage = ((System.Drawing.Image)(resources.GetObject("GetBatch.MoveImage")));
  593. this.GetBatch.Name = "GetBatch";
  594. this.GetBatch.NormalImage = ((System.Drawing.Image)(resources.GetObject("GetBatch.NormalImage")));
  595. this.GetBatch.Power = "ifRead";
  596. this.GetBatch.Size = new System.Drawing.Size(60, 24);
  597. this.GetBatch.TabIndex = 175;
  598. this.GetBatch.Tag = "IFREAD";
  599. this.GetBatch.Text = "获取批";
  600. this.GetBatch.UseVisualStyleBackColor = true;
  601. this.GetBatch.Click += new System.EventHandler(this.GetBatch_Click);
  602. //
  603. // BatchPass
  604. //
  605. this.BatchPass.AllPower = "ifall";
  606. this.BatchPass.BackColor = System.Drawing.Color.Transparent;
  607. this.BatchPass.DownImage = ((System.Drawing.Image)(resources.GetObject("BatchPass.DownImage")));
  608. this.BatchPass.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  609. this.BatchPass.Image = ((System.Drawing.Image)(resources.GetObject("BatchPass.Image")));
  610. this.BatchPass.IsShowBorder = true;
  611. this.BatchPass.Location = new System.Drawing.Point(557, 95);
  612. this.BatchPass.MoveImage = ((System.Drawing.Image)(resources.GetObject("BatchPass.MoveImage")));
  613. this.BatchPass.Name = "BatchPass";
  614. this.BatchPass.NormalImage = ((System.Drawing.Image)(resources.GetObject("BatchPass.NormalImage")));
  615. this.BatchPass.Power = "ifWrite";
  616. this.BatchPass.Size = new System.Drawing.Size(60, 24);
  617. this.BatchPass.TabIndex = 174;
  618. this.BatchPass.Tag = "OQC!Inspection";
  619. this.BatchPass.Text = "批判过";
  620. this.BatchPass.UseVisualStyleBackColor = true;
  621. this.BatchPass.Click += new System.EventHandler(this.BatchPass_Click);
  622. //
  623. // Cancel
  624. //
  625. this.Cancel.AllPower = null;
  626. this.Cancel.BackColor = System.Drawing.Color.Transparent;
  627. this.Cancel.DownImage = ((System.Drawing.Image)(resources.GetObject("Cancel.DownImage")));
  628. this.Cancel.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  629. this.Cancel.Image = ((System.Drawing.Image)(resources.GetObject("Cancel.Image")));
  630. this.Cancel.IsShowBorder = true;
  631. this.Cancel.Location = new System.Drawing.Point(557, 567);
  632. this.Cancel.MoveImage = ((System.Drawing.Image)(resources.GetObject("Cancel.MoveImage")));
  633. this.Cancel.Name = "Cancel";
  634. this.Cancel.NormalImage = ((System.Drawing.Image)(resources.GetObject("Cancel.NormalImage")));
  635. this.Cancel.Power = null;
  636. this.Cancel.Size = new System.Drawing.Size(60, 24);
  637. this.Cancel.TabIndex = 173;
  638. this.Cancel.Tag = "OQC!Inspection";
  639. this.Cancel.Text = "取消";
  640. this.Cancel.UseVisualStyleBackColor = true;
  641. this.Cancel.Click += new System.EventHandler(this.Cancel_Click);
  642. //
  643. // Confirm
  644. //
  645. this.Confirm.AllPower = "ifall";
  646. this.Confirm.BackColor = System.Drawing.Color.Transparent;
  647. this.Confirm.DownImage = ((System.Drawing.Image)(resources.GetObject("Confirm.DownImage")));
  648. this.Confirm.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  649. this.Confirm.Image = ((System.Drawing.Image)(resources.GetObject("Confirm.Image")));
  650. this.Confirm.IsShowBorder = true;
  651. this.Confirm.Location = new System.Drawing.Point(472, 567);
  652. this.Confirm.MoveImage = ((System.Drawing.Image)(resources.GetObject("Confirm.MoveImage")));
  653. this.Confirm.Name = "Confirm";
  654. this.Confirm.NormalImage = ((System.Drawing.Image)(resources.GetObject("Confirm.NormalImage")));
  655. this.Confirm.Power = "ifWrite";
  656. this.Confirm.Size = new System.Drawing.Size(60, 24);
  657. this.Confirm.TabIndex = 172;
  658. this.Confirm.Tag = "ifWrite";
  659. this.Confirm.Text = "确认";
  660. this.Confirm.UseVisualStyleBackColor = true;
  661. this.Confirm.Click += new System.EventHandler(this.Confirm_Click);
  662. //
  663. // ob_checkno
  664. //
  665. this.ob_checkno.AllPower = "ifall";
  666. this.ob_checkno.BackColor = System.Drawing.Color.White;
  667. this.ob_checkno.ID = null;
  668. this.ob_checkno.Location = new System.Drawing.Point(95, 29);
  669. this.ob_checkno.Name = "ob_checkno";
  670. this.ob_checkno.Power = "ifread";
  671. this.ob_checkno.Size = new System.Drawing.Size(366, 21);
  672. this.ob_checkno.Str = null;
  673. this.ob_checkno.Str1 = null;
  674. this.ob_checkno.Str2 = null;
  675. this.ob_checkno.TabIndex = 157;
  676. this.ob_checkno.Tag = "NoAuto";
  677. this.ob_checkno.KeyDown += new System.Windows.Forms.KeyEventHandler(this.ob_checkno_KeyDown);
  678. //
  679. // obd_outboxcode
  680. //
  681. this.obd_outboxcode.AllPower = null;
  682. this.obd_outboxcode.BackColor = System.Drawing.Color.White;
  683. this.obd_outboxcode.ID = null;
  684. this.obd_outboxcode.Location = new System.Drawing.Point(95, 61);
  685. this.obd_outboxcode.Name = "obd_outboxcode";
  686. this.obd_outboxcode.Power = null;
  687. this.obd_outboxcode.Size = new System.Drawing.Size(366, 21);
  688. this.obd_outboxcode.Str = null;
  689. this.obd_outboxcode.Str1 = null;
  690. this.obd_outboxcode.Str2 = null;
  691. this.obd_outboxcode.TabIndex = 155;
  692. this.obd_outboxcode.Tag = "NoAuto";
  693. //
  694. // ms_sncode
  695. //
  696. this.ms_sncode.AllPower = "ifall";
  697. this.ms_sncode.BackColor = System.Drawing.Color.White;
  698. this.ms_sncode.ID = null;
  699. this.ms_sncode.Location = new System.Drawing.Point(95, 95);
  700. this.ms_sncode.Name = "ms_sncode";
  701. this.ms_sncode.Power = "ifread";
  702. this.ms_sncode.Size = new System.Drawing.Size(366, 21);
  703. this.ms_sncode.Str = null;
  704. this.ms_sncode.Str1 = null;
  705. this.ms_sncode.Str2 = null;
  706. this.ms_sncode.TabIndex = 153;
  707. this.ms_sncode.Tag = "NoAuto";
  708. this.ms_sncode.KeyDown += new System.Windows.Forms.KeyEventHandler(this.ms_sncode_KeyDown);
  709. //
  710. // dataGridViewCheckBoxColumn1
  711. //
  712. this.dataGridViewCheckBoxColumn1.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
  713. this.dataGridViewCheckBoxColumn1.HeaderText = "勾选";
  714. this.dataGridViewCheckBoxColumn1.Name = "dataGridViewCheckBoxColumn1";
  715. this.dataGridViewCheckBoxColumn1.Resizable = System.Windows.Forms.DataGridViewTriState.False;
  716. this.dataGridViewCheckBoxColumn1.Width = 60;
  717. //
  718. // oi_itemcode
  719. //
  720. this.oi_itemcode.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.ColumnHeader;
  721. this.oi_itemcode.DataPropertyName = "oi_checkkind";
  722. this.oi_itemcode.HeaderText = "检验类型";
  723. this.oi_itemcode.Name = "oi_itemcode";
  724. this.oi_itemcode.Width = 78;
  725. //
  726. // oi_ng
  727. //
  728. this.oi_ng.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.ColumnHeader;
  729. this.oi_ng.DataPropertyName = "oi_count";
  730. dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  731. this.oi_ng.DefaultCellStyle = dataGridViewCellStyle1;
  732. this.oi_ng.HeaderText = "样本数量";
  733. this.oi_ng.Name = "oi_ng";
  734. this.oi_ng.Width = 78;
  735. //
  736. // oi_leveldefect
  737. //
  738. this.oi_leveldefect.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.ColumnHeader;
  739. this.oi_leveldefect.DataPropertyName = "oi_checkedcount";
  740. this.oi_leveldefect.HeaderText = "已检数量";
  741. this.oi_leveldefect.Name = "oi_leveldefect";
  742. this.oi_leveldefect.Width = 78;
  743. //
  744. // ois_remark
  745. //
  746. this.ois_remark.HeaderText = "";
  747. this.ois_remark.Name = "ois_remark";
  748. //
  749. // ois_status
  750. //
  751. this.ois_status.HeaderText = "";
  752. this.ois_status.Name = "ois_status";
  753. //
  754. // ois_id
  755. //
  756. this.ois_id.DataPropertyName = "ois_id";
  757. this.ois_id.HeaderText = "";
  758. this.ois_id.Name = "ois_id";
  759. this.ois_id.Visible = false;
  760. //
  761. // Column3
  762. //
  763. this.Column3.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
  764. this.Column3.HeaderText = "勾选";
  765. this.Column3.Name = "Column3";
  766. this.Column3.Resizable = System.Windows.Forms.DataGridViewTriState.False;
  767. this.Column3.Width = 60;
  768. //
  769. // bc_code
  770. //
  771. this.bc_code.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.ColumnHeader;
  772. this.bc_code.DataPropertyName = "pb_badgroup";
  773. this.bc_code.HeaderText = "不良分组";
  774. this.bc_code.Name = "bc_code";
  775. this.bc_code.Width = 78;
  776. //
  777. // bc_name
  778. //
  779. this.bc_name.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.ColumnHeader;
  780. this.bc_name.DataPropertyName = "bg_name";
  781. this.bc_name.HeaderText = "分组名称";
  782. this.bc_name.Name = "bc_name";
  783. this.bc_name.Width = 78;
  784. //
  785. // bc_code1
  786. //
  787. this.bc_code1.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.ColumnHeader;
  788. this.bc_code1.DataPropertyName = "bc_code";
  789. this.bc_code1.HeaderText = "不良代码";
  790. this.bc_code1.Name = "bc_code1";
  791. this.bc_code1.Width = 78;
  792. //
  793. // bc_name1
  794. //
  795. this.bc_name1.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.ColumnHeader;
  796. this.bc_name1.DataPropertyName = "bc_name";
  797. this.bc_name1.HeaderText = "不良原因";
  798. this.bc_name1.Name = "bc_name1";
  799. this.bc_name1.Width = 78;
  800. //
  801. // OQC_SamplingDataCollection
  802. //
  803. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  804. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  805. this.ClientSize = new System.Drawing.Size(1065, 600);
  806. this.Controls.Add(this.ob_projectcode);
  807. this.Controls.Add(this.ob_status);
  808. this.Controls.Add(this.Clean);
  809. this.Controls.Add(this.OperateResult);
  810. this.Controls.Add(this.ob_prodcode);
  811. this.Controls.Add(this.ob_prodcode_label);
  812. this.Controls.Add(this.ob_makecode);
  813. this.Controls.Add(this.obd_makecode_label);
  814. this.Controls.Add(this.ChoosedDGV);
  815. this.Controls.Add(this.WaitChooseDGV);
  816. this.Controls.Add(this.ob_remark);
  817. this.Controls.Add(this.ob_remark_label);
  818. this.Controls.Add(this.sncode);
  819. this.Controls.Add(this.label10);
  820. this.Controls.Add(this.ChooseAll);
  821. this.Controls.Add(this.CheckTypeDGV);
  822. this.Controls.Add(this.ChooseedReject);
  823. this.Controls.Add(this.WaitReject);
  824. this.Controls.Add(this.label9);
  825. this.Controls.Add(this.oi_checkqty);
  826. this.Controls.Add(this.label6);
  827. this.Controls.Add(this.ob_ngqty);
  828. this.Controls.Add(this.label5);
  829. this.Controls.Add(this.ob_okqty);
  830. this.Controls.Add(this.label4);
  831. this.Controls.Add(this.ob_batchqty);
  832. this.Controls.Add(this.label1);
  833. this.Controls.Add(this.bccode);
  834. this.Controls.Add(this.ob_status_label);
  835. this.Controls.Add(this.Refresh);
  836. this.Controls.Add(this.GetBatch);
  837. this.Controls.Add(this.BatchPass);
  838. this.Controls.Add(this.Cancel);
  839. this.Controls.Add(this.Confirm);
  840. this.Controls.Add(this.ob_checkno);
  841. this.Controls.Add(this.ob_checkno_label);
  842. this.Controls.Add(this.obd_outboxcode);
  843. this.Controls.Add(this.obd_outboxcode_label);
  844. this.Controls.Add(this.ms_sncode);
  845. this.Controls.Add(this.ms_sncode_label);
  846. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  847. this.Name = "OQC_SamplingDataCollection";
  848. this.Tag = "OQC!SamplingDataCollection";
  849. this.Text = "抽样数据采集";
  850. this.Load += new System.EventHandler(this.抽样数据采集_Load);
  851. this.SizeChanged += new System.EventHandler(this.抽样数据采集_SizeChanged);
  852. ((System.ComponentModel.ISupportInitialize)(this.ChoosedDGV)).EndInit();
  853. ((System.ComponentModel.ISupportInitialize)(this.WaitChooseDGV)).EndInit();
  854. ((System.ComponentModel.ISupportInitialize)(this.CheckTypeDGV)).EndInit();
  855. this.ResumeLayout(false);
  856. this.PerformLayout();
  857. }
  858. #endregion
  859. private CustomControl.TextBoxWithIcon.EnterTextBox ob_checkno;
  860. private System.Windows.Forms.Label ob_checkno_label;
  861. private CustomControl.TextBoxWithIcon.EnterTextBox obd_outboxcode;
  862. private System.Windows.Forms.Label obd_outboxcode_label;
  863. private CustomControl.TextBoxWithIcon.EnterTextBox ms_sncode;
  864. private System.Windows.Forms.Label ms_sncode_label;
  865. private CustomControl.ButtonUtil.NormalButton Confirm;
  866. private CustomControl.ButtonUtil.NormalButton Cancel;
  867. private CustomControl.ButtonUtil.NormalButton BatchPass;
  868. private CustomControl.ButtonUtil.NormalButton GetBatch;
  869. private new CustomControl.ButtonUtil.NormalButton Refresh;
  870. private CustomControl.TextBoxWithIcon.EnterTextBox bccode;
  871. private System.Windows.Forms.Label ob_status_label;
  872. private CustomControl.TextBoxWithIcon.EnterTextBox ob_batchqty;
  873. private System.Windows.Forms.Label label1;
  874. private CustomControl.TextBoxWithIcon.EnterTextBox ob_okqty;
  875. private System.Windows.Forms.Label label4;
  876. private CustomControl.TextBoxWithIcon.EnterTextBox ob_ngqty;
  877. private System.Windows.Forms.Label label5;
  878. private CustomControl.TextBoxWithIcon.EnterTextBox oi_checkqty;
  879. private System.Windows.Forms.Label label6;
  880. private CustomControl.ButtonUtil.ArrowRightButton ChooseedReject;
  881. private CustomControl.ButtonUtil.ArrowLeftButton WaitReject;
  882. private System.Windows.Forms.Label label9;
  883. private CustomControl.DataGrid_View.DataGridViewExpand CheckTypeDGV;
  884. private System.Windows.Forms.CheckBox ChooseAll;
  885. private CustomControl.TextBoxWithIcon.EnterTextBox sncode;
  886. private System.Windows.Forms.Label label10;
  887. private CustomControl.TextBoxWithIcon.EnterTextBox ob_remark;
  888. private System.Windows.Forms.Label ob_remark_label;
  889. private CustomControl.DataGrid_View.DataGridViewExpand WaitChooseDGV;
  890. private CustomControl.DataGrid_View.DataGridViewExpand ChoosedDGV;
  891. private System.Windows.Forms.DataGridViewCheckBoxColumn 勾选;
  892. private System.Windows.Forms.DataGridViewTextBoxColumn ob_batchqty_dgv;
  893. private System.Windows.Forms.DataGridViewTextBoxColumn obd_outboxcode_dgv;
  894. private System.Windows.Forms.DataGridViewTextBoxColumn ob_makecode_dgv;
  895. private System.Windows.Forms.DataGridViewTextBoxColumn obd_id;
  896. private CustomControl.TextBoxWithIcon.EnterTextBox ob_makecode;
  897. private System.Windows.Forms.Label obd_makecode_label;
  898. private CustomControl.TextBoxWithIcon.EnterTextBox ob_prodcode;
  899. private System.Windows.Forms.Label ob_prodcode_label;
  900. private CustomControl.RichText.RichTextAutoBottom OperateResult;
  901. private CustomControl.ButtonUtil.NormalButton Clean;
  902. private System.Windows.Forms.Label ob_status;
  903. private CustomControl.TextBoxWithIcon.EnterTextBox ob_projectcode;
  904. private System.Windows.Forms.DataGridViewTextBoxColumn bc_code1;
  905. private System.Windows.Forms.DataGridViewTextBoxColumn bc_name1;
  906. private System.Windows.Forms.DataGridViewCheckBoxColumn Column3;
  907. private System.Windows.Forms.DataGridViewTextBoxColumn bc_code;
  908. private System.Windows.Forms.DataGridViewTextBoxColumn bc_name;
  909. private System.Windows.Forms.DataGridViewCheckBoxColumn dataGridViewCheckBoxColumn1;
  910. private System.Windows.Forms.DataGridViewTextBoxColumn oi_itemcode;
  911. private System.Windows.Forms.DataGridViewTextBoxColumn oi_ng;
  912. private System.Windows.Forms.DataGridViewTextBoxColumn oi_leveldefect;
  913. private System.Windows.Forms.DataGridViewTextBoxColumn ois_remark;
  914. private System.Windows.Forms.DataGridViewTextBoxColumn ois_status;
  915. private System.Windows.Forms.DataGridViewTextBoxColumn ois_id;
  916. }
  917. }