Special_CancelOQC.Designer.cs 38 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707
  1. namespace UAS_MES_NEW.Special
  2. {
  3. partial class Special_CancelOQC
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region Windows Form Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.components = new System.ComponentModel.Container();
  29. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Special_CancelOQC));
  30. this.SN_label = new System.Windows.Forms.Label();
  31. this.OK = new System.Windows.Forms.RadioButton();
  32. this.NG = new System.Windows.Forms.RadioButton();
  33. this.pr_sendchecktype = new System.Windows.Forms.Label();
  34. this.ma_salecode = new System.Windows.Forms.Label();
  35. this.label2 = new System.Windows.Forms.Label();
  36. this.ChoosedRejectList = new System.Windows.Forms.ListView();
  37. this.columnHeader6 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
  38. this.columnHeader3 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
  39. this.columnHeader7 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
  40. this.columnHeader8 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
  41. this.columnHeader10 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
  42. this.label5 = new System.Windows.Forms.Label();
  43. this.label4 = new System.Windows.Forms.Label();
  44. this.WaitRejectList = new System.Windows.Forms.ListView();
  45. this.columnHeader5 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
  46. this.columnHeader4 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
  47. this.columnHeader1 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
  48. this.columnHeader2 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
  49. this.columnHeader9 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
  50. this.label3 = new System.Windows.Forms.Label();
  51. this.bc_remark_label = new System.Windows.Forms.Label();
  52. this.bc_groupcode_label = new System.Windows.Forms.Label();
  53. this.pr_detail_label = new System.Windows.Forms.Label();
  54. this.ma_prodcode_label = new System.Windows.Forms.Label();
  55. this.label1 = new System.Windows.Forms.Label();
  56. this.BadInfSource = new System.Windows.Forms.BindingSource(this.components);
  57. this.ms_makecode = new UAS_MES_NEW.CustomControl.ValueLabel.ValueLabel();
  58. this.pr_spec = new UAS_MES_NEW.CustomControl.ValueLabel.ValueLabel();
  59. this.ma_prodcode = new UAS_MES_NEW.CustomControl.ValueLabel.ValueLabel();
  60. this.Filter = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.TextBoxWithPlaceHolder();
  61. this.bc_code = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.EnterTextBox();
  62. this.ChooseedReject = new UAS_MES_NEW.CustomControl.ButtonUtil.ArrowRightButton();
  63. this.WaitReject = new UAS_MES_NEW.CustomControl.ButtonUtil.ArrowLeftButton();
  64. this.bc_remark = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.EnterTextBox();
  65. this.bc_groupcode = new UAS_MES_NEW.CustomControl.ComBoxWithFocus.ComBoxWithFocus();
  66. this.OperateResult = new UAS_MES_NEW.CustomControl.RichText.RichTextAutoBottom();
  67. this.SaveRepairInf = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
  68. this.SN = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.EnterTextBox();
  69. this.panel1 = new System.Windows.Forms.Panel();
  70. this.ngqty = new UAS_MES_NEW.CustomControl.ValueLabel.ValueLabel();
  71. this.label9 = new System.Windows.Forms.Label();
  72. this.okqty = new UAS_MES_NEW.CustomControl.ValueLabel.ValueLabel();
  73. this.label8 = new System.Windows.Forms.Label();
  74. this.ob_checkno = new System.Windows.Forms.Label();
  75. this.ob_batchqty = new UAS_MES_NEW.CustomControl.ValueLabel.ValueLabel();
  76. this.totalqty = new UAS_MES_NEW.CustomControl.ValueLabel.ValueLabel();
  77. this.mcd_inqty_label = new System.Windows.Forms.Label();
  78. ((System.ComponentModel.ISupportInitialize)(this.BadInfSource)).BeginInit();
  79. this.panel1.SuspendLayout();
  80. this.SuspendLayout();
  81. //
  82. // SN_label
  83. //
  84. this.SN_label.AutoSize = true;
  85. this.SN_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  86. this.SN_label.Location = new System.Drawing.Point(60, 116);
  87. this.SN_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  88. this.SN_label.Name = "SN_label";
  89. this.SN_label.Size = new System.Drawing.Size(62, 41);
  90. this.SN_label.TabIndex = 1;
  91. this.SN_label.Text = "SN";
  92. //
  93. // OK
  94. //
  95. this.OK.AutoSize = true;
  96. this.OK.Checked = true;
  97. this.OK.Location = new System.Drawing.Point(67, 212);
  98. this.OK.Name = "OK";
  99. this.OK.Size = new System.Drawing.Size(89, 28);
  100. this.OK.TabIndex = 151;
  101. this.OK.TabStop = true;
  102. this.OK.Text = "良品";
  103. this.OK.UseVisualStyleBackColor = true;
  104. //
  105. // NG
  106. //
  107. this.NG.AutoSize = true;
  108. this.NG.Location = new System.Drawing.Point(224, 212);
  109. this.NG.Name = "NG";
  110. this.NG.Size = new System.Drawing.Size(113, 28);
  111. this.NG.TabIndex = 152;
  112. this.NG.Text = "不良品";
  113. this.NG.UseVisualStyleBackColor = true;
  114. //
  115. // pr_sendchecktype
  116. //
  117. this.pr_sendchecktype.AutoSize = true;
  118. this.pr_sendchecktype.Location = new System.Drawing.Point(992, 278);
  119. this.pr_sendchecktype.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  120. this.pr_sendchecktype.Name = "pr_sendchecktype";
  121. this.pr_sendchecktype.Size = new System.Drawing.Size(0, 24);
  122. this.pr_sendchecktype.TabIndex = 218;
  123. this.pr_sendchecktype.Visible = false;
  124. //
  125. // ma_salecode
  126. //
  127. this.ma_salecode.AutoSize = true;
  128. this.ma_salecode.Location = new System.Drawing.Point(992, 270);
  129. this.ma_salecode.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  130. this.ma_salecode.Name = "ma_salecode";
  131. this.ma_salecode.Size = new System.Drawing.Size(0, 24);
  132. this.ma_salecode.TabIndex = 217;
  133. this.ma_salecode.Visible = false;
  134. //
  135. // label2
  136. //
  137. this.label2.AutoSize = true;
  138. this.label2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  139. this.label2.ForeColor = System.Drawing.Color.Blue;
  140. this.label2.Location = new System.Drawing.Point(44, 270);
  141. this.label2.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  142. this.label2.Name = "label2";
  143. this.label2.Size = new System.Drawing.Size(146, 42);
  144. this.label2.TabIndex = 201;
  145. this.label2.Text = "采集信息";
  146. //
  147. // ChoosedRejectList
  148. //
  149. this.ChoosedRejectList.CheckBoxes = true;
  150. this.ChoosedRejectList.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
  151. this.columnHeader6,
  152. this.columnHeader3,
  153. this.columnHeader7,
  154. this.columnHeader8,
  155. this.columnHeader10});
  156. this.ChoosedRejectList.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  157. this.ChoosedRejectList.HideSelection = false;
  158. this.ChoosedRejectList.Location = new System.Drawing.Point(774, 532);
  159. this.ChoosedRejectList.Margin = new System.Windows.Forms.Padding(6);
  160. this.ChoosedRejectList.Name = "ChoosedRejectList";
  161. this.ChoosedRejectList.Size = new System.Drawing.Size(528, 408);
  162. this.ChoosedRejectList.TabIndex = 213;
  163. this.ChoosedRejectList.UseCompatibleStateImageBehavior = false;
  164. this.ChoosedRejectList.View = System.Windows.Forms.View.Details;
  165. //
  166. // columnHeader6
  167. //
  168. this.columnHeader6.Text = " ";
  169. this.columnHeader6.Width = 20;
  170. //
  171. // columnHeader3
  172. //
  173. this.columnHeader3.Text = "不良代码组";
  174. this.columnHeader3.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  175. this.columnHeader3.Width = 150;
  176. //
  177. // columnHeader7
  178. //
  179. this.columnHeader7.Text = "不良代码";
  180. this.columnHeader7.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  181. this.columnHeader7.Width = 168;
  182. //
  183. // columnHeader8
  184. //
  185. this.columnHeader8.Text = "不良名称";
  186. this.columnHeader8.Width = 99;
  187. //
  188. // columnHeader10
  189. //
  190. this.columnHeader10.Text = "备注";
  191. this.columnHeader10.Width = 3;
  192. //
  193. // label5
  194. //
  195. this.label5.AutoSize = true;
  196. this.label5.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  197. this.label5.ForeColor = System.Drawing.Color.Black;
  198. this.label5.Location = new System.Drawing.Point(770, 482);
  199. this.label5.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  200. this.label5.Name = "label5";
  201. this.label5.Size = new System.Drawing.Size(146, 42);
  202. this.label5.TabIndex = 208;
  203. this.label5.Text = "已选不良";
  204. //
  205. // label4
  206. //
  207. this.label4.AutoSize = true;
  208. this.label4.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  209. this.label4.ForeColor = System.Drawing.Color.Black;
  210. this.label4.Location = new System.Drawing.Point(44, 482);
  211. this.label4.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  212. this.label4.Name = "label4";
  213. this.label4.Size = new System.Drawing.Size(146, 42);
  214. this.label4.TabIndex = 207;
  215. this.label4.Text = "待选不良";
  216. //
  217. // WaitRejectList
  218. //
  219. this.WaitRejectList.CheckBoxes = true;
  220. this.WaitRejectList.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
  221. this.columnHeader5,
  222. this.columnHeader4,
  223. this.columnHeader1,
  224. this.columnHeader2,
  225. this.columnHeader9});
  226. this.WaitRejectList.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  227. this.WaitRejectList.FullRowSelect = true;
  228. this.WaitRejectList.HideSelection = false;
  229. this.WaitRejectList.Location = new System.Drawing.Point(46, 532);
  230. this.WaitRejectList.Margin = new System.Windows.Forms.Padding(6);
  231. this.WaitRejectList.Name = "WaitRejectList";
  232. this.WaitRejectList.Size = new System.Drawing.Size(528, 408);
  233. this.WaitRejectList.TabIndex = 206;
  234. this.WaitRejectList.UseCompatibleStateImageBehavior = false;
  235. this.WaitRejectList.View = System.Windows.Forms.View.Details;
  236. //
  237. // columnHeader5
  238. //
  239. this.columnHeader5.Text = " ";
  240. this.columnHeader5.Width = 0;
  241. //
  242. // columnHeader4
  243. //
  244. this.columnHeader4.Text = "不良代码组";
  245. this.columnHeader4.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  246. this.columnHeader4.Width = 0;
  247. //
  248. // columnHeader1
  249. //
  250. this.columnHeader1.Text = "不良代码";
  251. this.columnHeader1.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  252. this.columnHeader1.Width = 134;
  253. //
  254. // columnHeader2
  255. //
  256. this.columnHeader2.Text = "不良名称";
  257. this.columnHeader2.Width = 392;
  258. //
  259. // columnHeader9
  260. //
  261. this.columnHeader9.Text = "备注";
  262. this.columnHeader9.Width = 0;
  263. //
  264. // label3
  265. //
  266. this.label3.AutoSize = true;
  267. this.label3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  268. this.label3.Location = new System.Drawing.Point(44, 410);
  269. this.label3.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  270. this.label3.Name = "label3";
  271. this.label3.Size = new System.Drawing.Size(146, 41);
  272. this.label3.TabIndex = 205;
  273. this.label3.Text = "不良代码";
  274. //
  275. // bc_remark_label
  276. //
  277. this.bc_remark_label.AutoSize = true;
  278. this.bc_remark_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  279. this.bc_remark_label.Location = new System.Drawing.Point(612, 330);
  280. this.bc_remark_label.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  281. this.bc_remark_label.Name = "bc_remark_label";
  282. this.bc_remark_label.Size = new System.Drawing.Size(146, 41);
  283. this.bc_remark_label.TabIndex = 204;
  284. this.bc_remark_label.Text = "不良备注";
  285. //
  286. // bc_groupcode_label
  287. //
  288. this.bc_groupcode_label.AutoSize = true;
  289. this.bc_groupcode_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  290. this.bc_groupcode_label.Location = new System.Drawing.Point(44, 330);
  291. this.bc_groupcode_label.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  292. this.bc_groupcode_label.Name = "bc_groupcode_label";
  293. this.bc_groupcode_label.Size = new System.Drawing.Size(146, 41);
  294. this.bc_groupcode_label.TabIndex = 203;
  295. this.bc_groupcode_label.Text = "不良组别";
  296. //
  297. // pr_detail_label
  298. //
  299. this.pr_detail_label.AutoSize = true;
  300. this.pr_detail_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  301. this.pr_detail_label.Location = new System.Drawing.Point(1169, 39);
  302. this.pr_detail_label.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  303. this.pr_detail_label.Name = "pr_detail_label";
  304. this.pr_detail_label.Size = new System.Drawing.Size(146, 41);
  305. this.pr_detail_label.TabIndex = 219;
  306. this.pr_detail_label.Text = "产品规格";
  307. //
  308. // ma_prodcode_label
  309. //
  310. this.ma_prodcode_label.AutoSize = true;
  311. this.ma_prodcode_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  312. this.ma_prodcode_label.Location = new System.Drawing.Point(601, 39);
  313. this.ma_prodcode_label.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  314. this.ma_prodcode_label.Name = "ma_prodcode_label";
  315. this.ma_prodcode_label.Size = new System.Drawing.Size(146, 41);
  316. this.ma_prodcode_label.TabIndex = 220;
  317. this.ma_prodcode_label.Text = "产品编号";
  318. //
  319. // label1
  320. //
  321. this.label1.AutoSize = true;
  322. this.label1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  323. this.label1.Location = new System.Drawing.Point(60, 39);
  324. this.label1.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  325. this.label1.Name = "label1";
  326. this.label1.Size = new System.Drawing.Size(114, 41);
  327. this.label1.TabIndex = 223;
  328. this.label1.Text = "工单号";
  329. //
  330. // ms_makecode
  331. //
  332. this.ms_makecode.AutoSize = true;
  333. this.ms_makecode.CutLength = null;
  334. this.ms_makecode.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  335. this.ms_makecode.Location = new System.Drawing.Point(242, 39);
  336. this.ms_makecode.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  337. this.ms_makecode.MaximumSize = new System.Drawing.Size(300, 0);
  338. this.ms_makecode.Name = "ms_makecode";
  339. this.ms_makecode.Size = new System.Drawing.Size(0, 41);
  340. this.ms_makecode.TabIndex = 224;
  341. //
  342. // pr_spec
  343. //
  344. this.pr_spec.AutoSize = true;
  345. this.pr_spec.CutLength = "qweqwe";
  346. this.pr_spec.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  347. this.pr_spec.Location = new System.Drawing.Point(1343, 39);
  348. this.pr_spec.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  349. this.pr_spec.MaximumSize = new System.Drawing.Size(360, 0);
  350. this.pr_spec.Name = "pr_spec";
  351. this.pr_spec.Size = new System.Drawing.Size(0, 41);
  352. this.pr_spec.TabIndex = 222;
  353. //
  354. // ma_prodcode
  355. //
  356. this.ma_prodcode.AutoSize = true;
  357. this.ma_prodcode.CutLength = null;
  358. this.ma_prodcode.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  359. this.ma_prodcode.Location = new System.Drawing.Point(783, 39);
  360. this.ma_prodcode.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  361. this.ma_prodcode.MaximumSize = new System.Drawing.Size(300, 0);
  362. this.ma_prodcode.Name = "ma_prodcode";
  363. this.ma_prodcode.Size = new System.Drawing.Size(0, 41);
  364. this.ma_prodcode.TabIndex = 221;
  365. this.ma_prodcode.TextChanged += new System.EventHandler(this.ma_prodcode_TextChanged);
  366. //
  367. // Filter
  368. //
  369. this.Filter.BackColor = System.Drawing.Color.Transparent;
  370. this.Filter.Font = new System.Drawing.Font("宋体", 10.8F);
  371. this.Filter.Location = new System.Drawing.Point(224, 482);
  372. this.Filter.Margin = new System.Windows.Forms.Padding(4);
  373. this.Filter.Name = "Filter";
  374. this.Filter.PlaceHolder = "不良名称搜索";
  375. this.Filter.Size = new System.Drawing.Size(352, 44);
  376. this.Filter.TabIndex = 215;
  377. //
  378. // bc_code
  379. //
  380. this.bc_code.AllPower = null;
  381. this.bc_code.BackColor = System.Drawing.Color.White;
  382. this.bc_code.Font = new System.Drawing.Font("宋体", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  383. this.bc_code.ID = null;
  384. this.bc_code.Location = new System.Drawing.Point(226, 410);
  385. this.bc_code.Margin = new System.Windows.Forms.Padding(6);
  386. this.bc_code.Name = "bc_code";
  387. this.bc_code.Power = null;
  388. this.bc_code.Size = new System.Drawing.Size(348, 40);
  389. this.bc_code.Str = null;
  390. this.bc_code.Str1 = null;
  391. this.bc_code.Str2 = null;
  392. this.bc_code.TabIndex = 214;
  393. //
  394. // ChooseedReject
  395. //
  396. this.ChooseedReject.Image = ((System.Drawing.Image)(resources.GetObject("ChooseedReject.Image")));
  397. this.ChooseedReject.Location = new System.Drawing.Point(622, 662);
  398. this.ChooseedReject.Margin = new System.Windows.Forms.Padding(6);
  399. this.ChooseedReject.Name = "ChooseedReject";
  400. this.ChooseedReject.Size = new System.Drawing.Size(100, 46);
  401. this.ChooseedReject.TabIndex = 211;
  402. this.ChooseedReject.UseVisualStyleBackColor = true;
  403. this.ChooseedReject.Click += new System.EventHandler(this.ChooseedReject_Click);
  404. //
  405. // WaitReject
  406. //
  407. this.WaitReject.Image = ((System.Drawing.Image)(resources.GetObject("WaitReject.Image")));
  408. this.WaitReject.Location = new System.Drawing.Point(622, 788);
  409. this.WaitReject.Margin = new System.Windows.Forms.Padding(6);
  410. this.WaitReject.Name = "WaitReject";
  411. this.WaitReject.Size = new System.Drawing.Size(100, 46);
  412. this.WaitReject.TabIndex = 210;
  413. this.WaitReject.UseVisualStyleBackColor = true;
  414. this.WaitReject.Click += new System.EventHandler(this.WaitReject_Click);
  415. //
  416. // bc_remark
  417. //
  418. this.bc_remark.AllPower = null;
  419. this.bc_remark.BackColor = System.Drawing.Color.White;
  420. this.bc_remark.ID = null;
  421. this.bc_remark.Location = new System.Drawing.Point(778, 332);
  422. this.bc_remark.Margin = new System.Windows.Forms.Padding(6);
  423. this.bc_remark.Multiline = true;
  424. this.bc_remark.Name = "bc_remark";
  425. this.bc_remark.Power = null;
  426. this.bc_remark.Size = new System.Drawing.Size(524, 120);
  427. this.bc_remark.Str = null;
  428. this.bc_remark.Str1 = null;
  429. this.bc_remark.Str2 = null;
  430. this.bc_remark.TabIndex = 209;
  431. //
  432. // bc_groupcode
  433. //
  434. this.bc_groupcode.Font = new System.Drawing.Font("宋体", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  435. this.bc_groupcode.FormattingEnabled = true;
  436. this.bc_groupcode.Location = new System.Drawing.Point(226, 332);
  437. this.bc_groupcode.Margin = new System.Windows.Forms.Padding(6);
  438. this.bc_groupcode.Name = "bc_groupcode";
  439. this.bc_groupcode.Size = new System.Drawing.Size(348, 37);
  440. this.bc_groupcode.TabIndex = 202;
  441. this.bc_groupcode.SelectedIndexChanged += new System.EventHandler(this.bc_groupcode_SelectedIndexChanged);
  442. //
  443. // OperateResult
  444. //
  445. this.OperateResult.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  446. this.OperateResult.Location = new System.Drawing.Point(1343, 328);
  447. this.OperateResult.Margin = new System.Windows.Forms.Padding(8);
  448. this.OperateResult.Name = "OperateResult";
  449. this.OperateResult.Size = new System.Drawing.Size(460, 614);
  450. this.OperateResult.TabIndex = 150;
  451. this.OperateResult.Text = "";
  452. //
  453. // SaveRepairInf
  454. //
  455. this.SaveRepairInf.AllPower = "ifall";
  456. this.SaveRepairInf.BackColor = System.Drawing.Color.Transparent;
  457. this.SaveRepairInf.DownImage = ((System.Drawing.Image)(resources.GetObject("SaveRepairInf.DownImage")));
  458. this.SaveRepairInf.Image = null;
  459. this.SaveRepairInf.IsShowBorder = true;
  460. this.SaveRepairInf.Location = new System.Drawing.Point(774, 957);
  461. this.SaveRepairInf.Margin = new System.Windows.Forms.Padding(6);
  462. this.SaveRepairInf.MoveImage = ((System.Drawing.Image)(resources.GetObject("SaveRepairInf.MoveImage")));
  463. this.SaveRepairInf.Name = "SaveRepairInf";
  464. this.SaveRepairInf.NormalImage = ((System.Drawing.Image)(resources.GetObject("SaveRepairInf.NormalImage")));
  465. this.SaveRepairInf.Power = null;
  466. this.SaveRepairInf.Size = new System.Drawing.Size(172, 48);
  467. this.SaveRepairInf.TabIndex = 145;
  468. this.SaveRepairInf.Tag = "IfRead";
  469. this.SaveRepairInf.Text = "确认";
  470. this.SaveRepairInf.UseVisualStyleBackColor = true;
  471. this.SaveRepairInf.Click += new System.EventHandler(this.SaveRepairInf_Click);
  472. //
  473. // SN
  474. //
  475. this.SN.AllPower = null;
  476. this.SN.BackColor = System.Drawing.Color.White;
  477. this.SN.ID = null;
  478. this.SN.Location = new System.Drawing.Point(224, 122);
  479. this.SN.Margin = new System.Windows.Forms.Padding(4);
  480. this.SN.Name = "SN";
  481. this.SN.Power = null;
  482. this.SN.Size = new System.Drawing.Size(318, 35);
  483. this.SN.Str = null;
  484. this.SN.Str1 = null;
  485. this.SN.Str2 = null;
  486. this.SN.TabIndex = 2;
  487. this.SN.KeyDown += new System.Windows.Forms.KeyEventHandler(this.SN_KeyDown);
  488. //
  489. // panel1
  490. //
  491. this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  492. this.panel1.Controls.Add(this.ngqty);
  493. this.panel1.Controls.Add(this.label9);
  494. this.panel1.Controls.Add(this.okqty);
  495. this.panel1.Controls.Add(this.label8);
  496. this.panel1.Controls.Add(this.ob_checkno);
  497. this.panel1.Controls.Add(this.ob_batchqty);
  498. this.panel1.Controls.Add(this.totalqty);
  499. this.panel1.Controls.Add(this.mcd_inqty_label);
  500. this.panel1.Location = new System.Drawing.Point(1176, 95);
  501. this.panel1.Margin = new System.Windows.Forms.Padding(4);
  502. this.panel1.Name = "panel1";
  503. this.panel1.Size = new System.Drawing.Size(609, 216);
  504. this.panel1.TabIndex = 225;
  505. this.panel1.Paint += new System.Windows.Forms.PaintEventHandler(this.panel1_Paint);
  506. //
  507. // ngqty
  508. //
  509. this.ngqty.AutoSize = true;
  510. this.ngqty.CutLength = null;
  511. this.ngqty.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  512. this.ngqty.Location = new System.Drawing.Point(228, 158);
  513. this.ngqty.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  514. this.ngqty.MaximumSize = new System.Drawing.Size(300, 0);
  515. this.ngqty.Name = "ngqty";
  516. this.ngqty.Size = new System.Drawing.Size(0, 41);
  517. this.ngqty.TabIndex = 84;
  518. this.ngqty.Tag = "mcd_inqty";
  519. //
  520. // label9
  521. //
  522. this.label9.AutoSize = true;
  523. this.label9.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  524. this.label9.Location = new System.Drawing.Point(32, 158);
  525. this.label9.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  526. this.label9.Name = "label9";
  527. this.label9.Size = new System.Drawing.Size(114, 41);
  528. this.label9.TabIndex = 83;
  529. this.label9.Text = "不良数";
  530. //
  531. // okqty
  532. //
  533. this.okqty.AutoSize = true;
  534. this.okqty.CutLength = null;
  535. this.okqty.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  536. this.okqty.Location = new System.Drawing.Point(217, 88);
  537. this.okqty.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  538. this.okqty.MaximumSize = new System.Drawing.Size(300, 0);
  539. this.okqty.Name = "okqty";
  540. this.okqty.Size = new System.Drawing.Size(0, 41);
  541. this.okqty.TabIndex = 82;
  542. this.okqty.Tag = "mcd_inqty";
  543. //
  544. // label8
  545. //
  546. this.label8.AutoSize = true;
  547. this.label8.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  548. this.label8.Location = new System.Drawing.Point(36, 88);
  549. this.label8.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  550. this.label8.Name = "label8";
  551. this.label8.Size = new System.Drawing.Size(114, 41);
  552. this.label8.TabIndex = 81;
  553. this.label8.Text = "良品数";
  554. //
  555. // ob_checkno
  556. //
  557. this.ob_checkno.AutoSize = true;
  558. this.ob_checkno.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  559. this.ob_checkno.ForeColor = System.Drawing.Color.Black;
  560. this.ob_checkno.Location = new System.Drawing.Point(570, 168);
  561. this.ob_checkno.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  562. this.ob_checkno.Name = "ob_checkno";
  563. this.ob_checkno.Size = new System.Drawing.Size(0, 41);
  564. this.ob_checkno.TabIndex = 76;
  565. this.ob_checkno.Tag = "ob_checkno";
  566. this.ob_checkno.Visible = false;
  567. //
  568. // ob_batchqty
  569. //
  570. this.ob_batchqty.AutoSize = true;
  571. this.ob_batchqty.CutLength = null;
  572. this.ob_batchqty.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  573. this.ob_batchqty.ForeColor = System.Drawing.Color.Black;
  574. this.ob_batchqty.Location = new System.Drawing.Point(376, 168);
  575. this.ob_batchqty.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  576. this.ob_batchqty.MaximumSize = new System.Drawing.Size(300, 0);
  577. this.ob_batchqty.Name = "ob_batchqty";
  578. this.ob_batchqty.Size = new System.Drawing.Size(0, 41);
  579. this.ob_batchqty.TabIndex = 75;
  580. this.ob_batchqty.Tag = "ob_batchqty";
  581. //
  582. // totalqty
  583. //
  584. this.totalqty.AutoSize = true;
  585. this.totalqty.CutLength = null;
  586. this.totalqty.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  587. this.totalqty.Location = new System.Drawing.Point(214, 19);
  588. this.totalqty.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  589. this.totalqty.MaximumSize = new System.Drawing.Size(300, 0);
  590. this.totalqty.Name = "totalqty";
  591. this.totalqty.Size = new System.Drawing.Size(0, 41);
  592. this.totalqty.TabIndex = 54;
  593. this.totalqty.Tag = "mcd_inqty";
  594. //
  595. // mcd_inqty_label
  596. //
  597. this.mcd_inqty_label.AutoSize = true;
  598. this.mcd_inqty_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  599. this.mcd_inqty_label.Location = new System.Drawing.Point(32, 19);
  600. this.mcd_inqty_label.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  601. this.mcd_inqty_label.Name = "mcd_inqty_label";
  602. this.mcd_inqty_label.Size = new System.Drawing.Size(146, 41);
  603. this.mcd_inqty_label.TabIndex = 14;
  604. this.mcd_inqty_label.Text = "已采集数";
  605. //
  606. // Special_CancelOQC
  607. //
  608. this.AutoScaleDimensions = new System.Drawing.SizeF(12F, 24F);
  609. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  610. this.ClientSize = new System.Drawing.Size(1833, 1020);
  611. this.Controls.Add(this.panel1);
  612. this.Controls.Add(this.ms_makecode);
  613. this.Controls.Add(this.label1);
  614. this.Controls.Add(this.pr_spec);
  615. this.Controls.Add(this.ma_prodcode);
  616. this.Controls.Add(this.pr_detail_label);
  617. this.Controls.Add(this.ma_prodcode_label);
  618. this.Controls.Add(this.pr_sendchecktype);
  619. this.Controls.Add(this.ma_salecode);
  620. this.Controls.Add(this.Filter);
  621. this.Controls.Add(this.bc_code);
  622. this.Controls.Add(this.label2);
  623. this.Controls.Add(this.ChoosedRejectList);
  624. this.Controls.Add(this.ChooseedReject);
  625. this.Controls.Add(this.WaitReject);
  626. this.Controls.Add(this.bc_remark);
  627. this.Controls.Add(this.label5);
  628. this.Controls.Add(this.label4);
  629. this.Controls.Add(this.WaitRejectList);
  630. this.Controls.Add(this.label3);
  631. this.Controls.Add(this.bc_groupcode);
  632. this.Controls.Add(this.bc_remark_label);
  633. this.Controls.Add(this.bc_groupcode_label);
  634. this.Controls.Add(this.NG);
  635. this.Controls.Add(this.OK);
  636. this.Controls.Add(this.OperateResult);
  637. this.Controls.Add(this.SaveRepairInf);
  638. this.Controls.Add(this.SN);
  639. this.Controls.Add(this.SN_label);
  640. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  641. this.Margin = new System.Windows.Forms.Padding(4);
  642. this.Name = "Special_CancelOQC";
  643. this.Tag = "Special!CancelOQC";
  644. this.Text = "拆箱处理";
  645. this.Load += new System.EventHandler(this.Special_BoxSplit_Load);
  646. ((System.ComponentModel.ISupportInitialize)(this.BadInfSource)).EndInit();
  647. this.panel1.ResumeLayout(false);
  648. this.panel1.PerformLayout();
  649. this.ResumeLayout(false);
  650. this.PerformLayout();
  651. }
  652. #endregion
  653. private System.Windows.Forms.Label SN_label;
  654. private CustomControl.TextBoxWithIcon.EnterTextBox SN;
  655. private CustomControl.ButtonUtil.NormalButton SaveRepairInf;
  656. private CustomControl.RichText.RichTextAutoBottom OperateResult;
  657. private System.Windows.Forms.RadioButton OK;
  658. private System.Windows.Forms.RadioButton NG;
  659. private System.Windows.Forms.Label pr_sendchecktype;
  660. private System.Windows.Forms.Label ma_salecode;
  661. private CustomControl.TextBoxWithIcon.TextBoxWithPlaceHolder Filter;
  662. private CustomControl.TextBoxWithIcon.EnterTextBox bc_code;
  663. private System.Windows.Forms.Label label2;
  664. private System.Windows.Forms.ListView ChoosedRejectList;
  665. private System.Windows.Forms.ColumnHeader columnHeader6;
  666. private System.Windows.Forms.ColumnHeader columnHeader3;
  667. private System.Windows.Forms.ColumnHeader columnHeader7;
  668. private System.Windows.Forms.ColumnHeader columnHeader8;
  669. private System.Windows.Forms.ColumnHeader columnHeader10;
  670. private CustomControl.ButtonUtil.ArrowRightButton ChooseedReject;
  671. private CustomControl.ButtonUtil.ArrowLeftButton WaitReject;
  672. private CustomControl.TextBoxWithIcon.EnterTextBox bc_remark;
  673. private System.Windows.Forms.Label label5;
  674. private System.Windows.Forms.Label label4;
  675. private System.Windows.Forms.ListView WaitRejectList;
  676. private System.Windows.Forms.ColumnHeader columnHeader5;
  677. private System.Windows.Forms.ColumnHeader columnHeader4;
  678. private System.Windows.Forms.ColumnHeader columnHeader1;
  679. private System.Windows.Forms.ColumnHeader columnHeader2;
  680. private System.Windows.Forms.ColumnHeader columnHeader9;
  681. private System.Windows.Forms.Label label3;
  682. private CustomControl.ComBoxWithFocus.ComBoxWithFocus bc_groupcode;
  683. private System.Windows.Forms.Label bc_remark_label;
  684. private System.Windows.Forms.Label bc_groupcode_label;
  685. private CustomControl.ValueLabel.ValueLabel pr_spec;
  686. private CustomControl.ValueLabel.ValueLabel ma_prodcode;
  687. private System.Windows.Forms.Label pr_detail_label;
  688. private System.Windows.Forms.Label ma_prodcode_label;
  689. private CustomControl.ValueLabel.ValueLabel ms_makecode;
  690. private System.Windows.Forms.Label label1;
  691. private System.Windows.Forms.BindingSource BadInfSource;
  692. private System.Windows.Forms.Panel panel1;
  693. private CustomControl.ValueLabel.ValueLabel ngqty;
  694. private System.Windows.Forms.Label label9;
  695. private CustomControl.ValueLabel.ValueLabel okqty;
  696. private System.Windows.Forms.Label label8;
  697. private System.Windows.Forms.Label ob_checkno;
  698. private CustomControl.ValueLabel.ValueLabel ob_batchqty;
  699. private CustomControl.ValueLabel.ValueLabel totalqty;
  700. private System.Windows.Forms.Label mcd_inqty_label;
  701. }
  702. }