OQC_BatchResultJudge.Designer.cs 45 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812
  1. namespace UAS_MES_NEW.OQC
  2. {
  3. partial class OQC_BatchResultJudge
  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_BatchResultJudge));
  29. this.ob_batchqty_label = new System.Windows.Forms.Label();
  30. this.ob_result_label = new System.Windows.Forms.Label();
  31. this.ob_okqty_label = new System.Windows.Forms.Label();
  32. this.ob_ngqty_label = new System.Windows.Forms.Label();
  33. this.oi_checkqty_label = new System.Windows.Forms.Label();
  34. this.ReworkRequire = new System.Windows.Forms.CheckBox();
  35. this.ob_aqlcode_label = new System.Windows.Forms.Label();
  36. this.ob_prodcode_label = new System.Windows.Forms.Label();
  37. this.ob_makecode_label = new System.Windows.Forms.Label();
  38. this.ob_checkno_label = new System.Windows.Forms.Label();
  39. this.obd_outboxcode_label = new System.Windows.Forms.Label();
  40. this.ms_sncode_label = new System.Windows.Forms.Label();
  41. this.label3 = new System.Windows.Forms.Label();
  42. this.ob_maxngacceptqty_label = new System.Windows.Forms.Label();
  43. this.Remark = new System.Windows.Forms.RichTextBox();
  44. this.label5 = new System.Windows.Forms.Label();
  45. this.ob_status_label = new System.Windows.Forms.Label();
  46. this.normalButton1 = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
  47. this.ob_maxngacceptqty = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.EnterTextBox();
  48. this.ob_status = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.EnterTextBox();
  49. this.ob_source = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.EnterTextBox();
  50. this.ob_id = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.EnterTextBox();
  51. this.OperateResult = new UAS_MES_NEW.CustomControl.RichText.RichTextAutoBottom();
  52. this.GetBatch = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
  53. this.ob_prodcode = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.EnterTextBox();
  54. this.ob_makecode = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.EnterTextBox();
  55. this.ob_checkno = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.EnterTextBox();
  56. this.obd_outboxcode = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.SnCollectionBox();
  57. this.ms_sncode = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.SnCollectionBox();
  58. this.ob_nowcheckqty = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.EnterTextBox();
  59. this.ob_okqty = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.EnterTextBox();
  60. this.oi_checkqty = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.EnterTextBox();
  61. this.ob_ngqty = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.EnterTextBox();
  62. this.ob_result = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.EnterTextBox();
  63. this.ob_aqlcode = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.EnterTextBox();
  64. this.WithdrawPass = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
  65. this.BatchRejection = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
  66. this.ForcePass = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
  67. this.ForceRejection = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
  68. this.WithdrawRejection = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
  69. this.BatchPass = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
  70. this.Clean = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
  71. this.SuspendLayout();
  72. //
  73. // ob_batchqty_label
  74. //
  75. this.ob_batchqty_label.AutoSize = true;
  76. this.ob_batchqty_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  77. this.ob_batchqty_label.Location = new System.Drawing.Point(680, 292);
  78. this.ob_batchqty_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  79. this.ob_batchqty_label.Name = "ob_batchqty_label";
  80. this.ob_batchqty_label.Size = new System.Drawing.Size(72, 27);
  81. this.ob_batchqty_label.TabIndex = 158;
  82. this.ob_batchqty_label.Text = "实批数";
  83. //
  84. // ob_result_label
  85. //
  86. this.ob_result_label.AutoSize = true;
  87. this.ob_result_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  88. this.ob_result_label.Location = new System.Drawing.Point(680, 252);
  89. this.ob_result_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  90. this.ob_result_label.Name = "ob_result_label";
  91. this.ob_result_label.Size = new System.Drawing.Size(92, 27);
  92. this.ob_result_label.TabIndex = 166;
  93. this.ob_result_label.Text = "判定结果";
  94. //
  95. // ob_okqty_label
  96. //
  97. this.ob_okqty_label.AutoSize = true;
  98. this.ob_okqty_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  99. this.ob_okqty_label.Location = new System.Drawing.Point(680, 377);
  100. this.ob_okqty_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  101. this.ob_okqty_label.Name = "ob_okqty_label";
  102. this.ob_okqty_label.Size = new System.Drawing.Size(72, 27);
  103. this.ob_okqty_label.TabIndex = 160;
  104. this.ob_okqty_label.Text = "合格数";
  105. //
  106. // ob_ngqty_label
  107. //
  108. this.ob_ngqty_label.AutoSize = true;
  109. this.ob_ngqty_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  110. this.ob_ngqty_label.Location = new System.Drawing.Point(680, 420);
  111. this.ob_ngqty_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  112. this.ob_ngqty_label.Name = "ob_ngqty_label";
  113. this.ob_ngqty_label.Size = new System.Drawing.Size(92, 27);
  114. this.ob_ngqty_label.TabIndex = 162;
  115. this.ob_ngqty_label.Text = "不合格数";
  116. //
  117. // oi_checkqty_label
  118. //
  119. this.oi_checkqty_label.AutoSize = true;
  120. this.oi_checkqty_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  121. this.oi_checkqty_label.Location = new System.Drawing.Point(680, 333);
  122. this.oi_checkqty_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  123. this.oi_checkqty_label.Name = "oi_checkqty_label";
  124. this.oi_checkqty_label.Size = new System.Drawing.Size(72, 27);
  125. this.oi_checkqty_label.TabIndex = 164;
  126. this.oi_checkqty_label.Text = "抽检数";
  127. //
  128. // ReworkRequire
  129. //
  130. this.ReworkRequire.AutoSize = true;
  131. this.ReworkRequire.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  132. this.ReworkRequire.Location = new System.Drawing.Point(163, 620);
  133. this.ReworkRequire.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
  134. this.ReworkRequire.Name = "ReworkRequire";
  135. this.ReworkRequire.Size = new System.Drawing.Size(154, 31);
  136. this.ReworkRequire.TabIndex = 168;
  137. this.ReworkRequire.Text = "发起返工需求";
  138. this.ReworkRequire.UseVisualStyleBackColor = true;
  139. this.ReworkRequire.Visible = false;
  140. //
  141. // ob_aqlcode_label
  142. //
  143. this.ob_aqlcode_label.AutoSize = true;
  144. this.ob_aqlcode_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  145. this.ob_aqlcode_label.Location = new System.Drawing.Point(680, 462);
  146. this.ob_aqlcode_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  147. this.ob_aqlcode_label.Name = "ob_aqlcode_label";
  148. this.ob_aqlcode_label.Size = new System.Drawing.Size(52, 27);
  149. this.ob_aqlcode_label.TabIndex = 169;
  150. this.ob_aqlcode_label.Text = "AQL";
  151. //
  152. // ob_prodcode_label
  153. //
  154. this.ob_prodcode_label.AutoSize = true;
  155. this.ob_prodcode_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  156. this.ob_prodcode_label.Location = new System.Drawing.Point(352, 145);
  157. this.ob_prodcode_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  158. this.ob_prodcode_label.Name = "ob_prodcode_label";
  159. this.ob_prodcode_label.Size = new System.Drawing.Size(92, 27);
  160. this.ob_prodcode_label.TabIndex = 218;
  161. this.ob_prodcode_label.Text = "产品编号";
  162. //
  163. // ob_makecode_label
  164. //
  165. this.ob_makecode_label.AutoSize = true;
  166. this.ob_makecode_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  167. this.ob_makecode_label.Location = new System.Drawing.Point(11, 145);
  168. this.ob_makecode_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  169. this.ob_makecode_label.Name = "ob_makecode_label";
  170. this.ob_makecode_label.Size = new System.Drawing.Size(72, 27);
  171. this.ob_makecode_label.TabIndex = 216;
  172. this.ob_makecode_label.Text = "工单号";
  173. //
  174. // ob_checkno_label
  175. //
  176. this.ob_checkno_label.AutoSize = true;
  177. this.ob_checkno_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  178. this.ob_checkno_label.Location = new System.Drawing.Point(11, 15);
  179. this.ob_checkno_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  180. this.ob_checkno_label.Name = "ob_checkno_label";
  181. this.ob_checkno_label.Size = new System.Drawing.Size(72, 27);
  182. this.ob_checkno_label.TabIndex = 214;
  183. this.ob_checkno_label.Text = "抽检批";
  184. //
  185. // obd_outboxcode_label
  186. //
  187. this.obd_outboxcode_label.AutoSize = true;
  188. this.obd_outboxcode_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  189. this.obd_outboxcode_label.Location = new System.Drawing.Point(11, 55);
  190. this.obd_outboxcode_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  191. this.obd_outboxcode_label.Name = "obd_outboxcode_label";
  192. this.obd_outboxcode_label.Size = new System.Drawing.Size(52, 27);
  193. this.obd_outboxcode_label.TabIndex = 212;
  194. this.obd_outboxcode_label.Text = "箱号";
  195. //
  196. // ms_sncode_label
  197. //
  198. this.ms_sncode_label.AutoSize = true;
  199. this.ms_sncode_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  200. this.ms_sncode_label.Location = new System.Drawing.Point(11, 97);
  201. this.ms_sncode_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  202. this.ms_sncode_label.Name = "ms_sncode_label";
  203. this.ms_sncode_label.Size = new System.Drawing.Size(72, 27);
  204. this.ms_sncode_label.TabIndex = 210;
  205. this.ms_sncode_label.Text = "序列号";
  206. //
  207. // label3
  208. //
  209. this.label3.AutoSize = true;
  210. this.label3.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  211. this.label3.Location = new System.Drawing.Point(48, 532);
  212. this.label3.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  213. this.label3.Name = "label3";
  214. this.label3.Size = new System.Drawing.Size(571, 24);
  215. this.label3.TabIndex = 222;
  216. this.label3.Text = "--说明:如何物料没有维护AQL标准,需手动填写最大不合格允许通过数";
  217. //
  218. // ob_maxngacceptqty_label
  219. //
  220. this.ob_maxngacceptqty_label.AutoSize = true;
  221. this.ob_maxngacceptqty_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  222. this.ob_maxngacceptqty_label.Location = new System.Drawing.Point(48, 497);
  223. this.ob_maxngacceptqty_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  224. this.ob_maxngacceptqty_label.Name = "ob_maxngacceptqty_label";
  225. this.ob_maxngacceptqty_label.Size = new System.Drawing.Size(212, 27);
  226. this.ob_maxngacceptqty_label.TabIndex = 223;
  227. this.ob_maxngacceptqty_label.Text = "最大不合格允许通过数";
  228. //
  229. // Remark
  230. //
  231. this.Remark.Location = new System.Drawing.Point(117, 202);
  232. this.Remark.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
  233. this.Remark.Name = "Remark";
  234. this.Remark.Size = new System.Drawing.Size(546, 281);
  235. this.Remark.TabIndex = 225;
  236. this.Remark.Tag = "Remark";
  237. this.Remark.Text = "";
  238. //
  239. // label5
  240. //
  241. this.label5.AutoSize = true;
  242. this.label5.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  243. this.label5.Location = new System.Drawing.Point(11, 202);
  244. this.label5.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  245. this.label5.Name = "label5";
  246. this.label5.Size = new System.Drawing.Size(52, 27);
  247. this.label5.TabIndex = 226;
  248. this.label5.Text = "备注";
  249. //
  250. // ob_status_label
  251. //
  252. this.ob_status_label.AutoSize = true;
  253. this.ob_status_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  254. this.ob_status_label.Location = new System.Drawing.Point(680, 210);
  255. this.ob_status_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  256. this.ob_status_label.Name = "ob_status_label";
  257. this.ob_status_label.Size = new System.Drawing.Size(92, 27);
  258. this.ob_status_label.TabIndex = 232;
  259. this.ob_status_label.Text = "批次状态";
  260. //
  261. // normalButton1
  262. //
  263. this.normalButton1.AllPower = null;
  264. this.normalButton1.BackColor = System.Drawing.Color.Transparent;
  265. this.normalButton1.DownImage = ((System.Drawing.Image)(resources.GetObject("normalButton1.DownImage")));
  266. this.normalButton1.Image = null;
  267. this.normalButton1.IsShowBorder = true;
  268. this.normalButton1.Location = new System.Drawing.Point(571, 495);
  269. this.normalButton1.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
  270. this.normalButton1.MoveImage = ((System.Drawing.Image)(resources.GetObject("normalButton1.MoveImage")));
  271. this.normalButton1.Name = "normalButton1";
  272. this.normalButton1.NormalImage = ((System.Drawing.Image)(resources.GetObject("normalButton1.NormalImage")));
  273. this.normalButton1.Power = null;
  274. this.normalButton1.Size = new System.Drawing.Size(100, 35);
  275. this.normalButton1.TabIndex = 234;
  276. this.normalButton1.Text = "保存备注";
  277. this.normalButton1.UseVisualStyleBackColor = false;
  278. this.normalButton1.Click += new System.EventHandler(this.normalButton1_Click);
  279. //
  280. // ob_maxngacceptqty
  281. //
  282. this.ob_maxngacceptqty.AllPower = "";
  283. this.ob_maxngacceptqty.BackColor = System.Drawing.Color.White;
  284. this.ob_maxngacceptqty.ID = null;
  285. this.ob_maxngacceptqty.Location = new System.Drawing.Point(268, 497);
  286. this.ob_maxngacceptqty.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
  287. this.ob_maxngacceptqty.Name = "ob_maxngacceptqty";
  288. this.ob_maxngacceptqty.Power = "";
  289. this.ob_maxngacceptqty.Size = new System.Drawing.Size(257, 25);
  290. this.ob_maxngacceptqty.Str = null;
  291. this.ob_maxngacceptqty.Str1 = null;
  292. this.ob_maxngacceptqty.Str2 = null;
  293. this.ob_maxngacceptqty.TabIndex = 233;
  294. this.ob_maxngacceptqty.Tag = "NoAuto";
  295. //
  296. // ob_status
  297. //
  298. this.ob_status.AllPower = null;
  299. this.ob_status.BackColor = System.Drawing.Color.White;
  300. this.ob_status.Enabled = false;
  301. this.ob_status.ID = null;
  302. this.ob_status.Location = new System.Drawing.Point(800, 210);
  303. this.ob_status.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
  304. this.ob_status.Name = "ob_status";
  305. this.ob_status.Power = null;
  306. this.ob_status.Size = new System.Drawing.Size(194, 25);
  307. this.ob_status.Str = null;
  308. this.ob_status.Str1 = null;
  309. this.ob_status.Str2 = null;
  310. this.ob_status.TabIndex = 231;
  311. this.ob_status.Tag = "NoAuto";
  312. //
  313. // ob_source
  314. //
  315. this.ob_source.AllPower = null;
  316. this.ob_source.BackColor = System.Drawing.Color.White;
  317. this.ob_source.Enabled = false;
  318. this.ob_source.ID = null;
  319. this.ob_source.Location = new System.Drawing.Point(1012, 57);
  320. this.ob_source.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
  321. this.ob_source.Name = "ob_source";
  322. this.ob_source.Power = null;
  323. this.ob_source.Size = new System.Drawing.Size(194, 25);
  324. this.ob_source.Str = null;
  325. this.ob_source.Str1 = null;
  326. this.ob_source.Str2 = null;
  327. this.ob_source.TabIndex = 229;
  328. this.ob_source.Tag = "NoAuto";
  329. this.ob_source.Visible = false;
  330. //
  331. // ob_id
  332. //
  333. this.ob_id.AllPower = null;
  334. this.ob_id.BackColor = System.Drawing.Color.White;
  335. this.ob_id.Enabled = false;
  336. this.ob_id.ID = null;
  337. this.ob_id.Location = new System.Drawing.Point(1012, 32);
  338. this.ob_id.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
  339. this.ob_id.Name = "ob_id";
  340. this.ob_id.Power = null;
  341. this.ob_id.Size = new System.Drawing.Size(194, 25);
  342. this.ob_id.Str = null;
  343. this.ob_id.Str1 = null;
  344. this.ob_id.Str2 = null;
  345. this.ob_id.TabIndex = 228;
  346. this.ob_id.Tag = "NoAuto";
  347. this.ob_id.Visible = false;
  348. //
  349. // OperateResult
  350. //
  351. this.OperateResult.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  352. this.OperateResult.Location = new System.Drawing.Point(1013, 177);
  353. this.OperateResult.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
  354. this.OperateResult.Name = "OperateResult";
  355. this.OperateResult.Size = new System.Drawing.Size(279, 397);
  356. this.OperateResult.TabIndex = 227;
  357. this.OperateResult.Text = "";
  358. //
  359. // GetBatch
  360. //
  361. this.GetBatch.AllPower = "";
  362. this.GetBatch.BackColor = System.Drawing.Color.Transparent;
  363. this.GetBatch.DownImage = ((System.Drawing.Image)(resources.GetObject("GetBatch.DownImage")));
  364. this.GetBatch.Image = ((System.Drawing.Image)(resources.GetObject("GetBatch.Image")));
  365. this.GetBatch.IsShowBorder = true;
  366. this.GetBatch.Location = new System.Drawing.Point(681, 147);
  367. this.GetBatch.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
  368. this.GetBatch.MoveImage = ((System.Drawing.Image)(resources.GetObject("GetBatch.MoveImage")));
  369. this.GetBatch.Name = "GetBatch";
  370. this.GetBatch.NormalImage = ((System.Drawing.Image)(resources.GetObject("GetBatch.NormalImage")));
  371. this.GetBatch.Power = "ifread";
  372. this.GetBatch.Size = new System.Drawing.Size(80, 30);
  373. this.GetBatch.TabIndex = 221;
  374. this.GetBatch.Text = "获取批";
  375. this.GetBatch.UseVisualStyleBackColor = true;
  376. this.GetBatch.Click += new System.EventHandler(this.GetBatch_Click);
  377. //
  378. // ob_prodcode
  379. //
  380. this.ob_prodcode.AllPower = null;
  381. this.ob_prodcode.BackColor = System.Drawing.Color.White;
  382. this.ob_prodcode.Enabled = false;
  383. this.ob_prodcode.ID = null;
  384. this.ob_prodcode.Location = new System.Drawing.Point(473, 150);
  385. this.ob_prodcode.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
  386. this.ob_prodcode.Name = "ob_prodcode";
  387. this.ob_prodcode.Power = null;
  388. this.ob_prodcode.Size = new System.Drawing.Size(191, 25);
  389. this.ob_prodcode.Str = null;
  390. this.ob_prodcode.Str1 = null;
  391. this.ob_prodcode.Str2 = null;
  392. this.ob_prodcode.TabIndex = 219;
  393. this.ob_prodcode.Tag = "NoAuto";
  394. //
  395. // ob_makecode
  396. //
  397. this.ob_makecode.AllPower = null;
  398. this.ob_makecode.BackColor = System.Drawing.Color.White;
  399. this.ob_makecode.Enabled = false;
  400. this.ob_makecode.ID = null;
  401. this.ob_makecode.Location = new System.Drawing.Point(117, 147);
  402. this.ob_makecode.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
  403. this.ob_makecode.Name = "ob_makecode";
  404. this.ob_makecode.Power = null;
  405. this.ob_makecode.Size = new System.Drawing.Size(212, 25);
  406. this.ob_makecode.Str = null;
  407. this.ob_makecode.Str1 = null;
  408. this.ob_makecode.Str2 = null;
  409. this.ob_makecode.TabIndex = 217;
  410. this.ob_makecode.Tag = "NoAuto";
  411. //
  412. // ob_checkno
  413. //
  414. this.ob_checkno.AllPower = "";
  415. this.ob_checkno.BackColor = System.Drawing.Color.White;
  416. this.ob_checkno.ID = null;
  417. this.ob_checkno.Location = new System.Drawing.Point(117, 17);
  418. this.ob_checkno.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
  419. this.ob_checkno.Name = "ob_checkno";
  420. this.ob_checkno.Power = "";
  421. this.ob_checkno.Size = new System.Drawing.Size(546, 25);
  422. this.ob_checkno.Str = null;
  423. this.ob_checkno.Str1 = null;
  424. this.ob_checkno.Str2 = null;
  425. this.ob_checkno.TabIndex = 215;
  426. this.ob_checkno.Tag = "NoAuto";
  427. this.ob_checkno.KeyDown += new System.Windows.Forms.KeyEventHandler(this.ob_checkno_KeyDown);
  428. //
  429. // obd_outboxcode
  430. //
  431. this.obd_outboxcode.AllPower = null;
  432. this.obd_outboxcode.BackColor = System.Drawing.Color.White;
  433. this.obd_outboxcode.ID = null;
  434. this.obd_outboxcode.Location = new System.Drawing.Point(117, 57);
  435. this.obd_outboxcode.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
  436. this.obd_outboxcode.Name = "obd_outboxcode";
  437. this.obd_outboxcode.Power = null;
  438. this.obd_outboxcode.Size = new System.Drawing.Size(546, 25);
  439. this.obd_outboxcode.Str = null;
  440. this.obd_outboxcode.Str1 = null;
  441. this.obd_outboxcode.Str2 = null;
  442. this.obd_outboxcode.TabIndex = 213;
  443. this.obd_outboxcode.Tag = "NoAuto";
  444. this.obd_outboxcode.KeyDown += new System.Windows.Forms.KeyEventHandler(this.obd_outboxcode_KeyDown);
  445. //
  446. // ms_sncode
  447. //
  448. this.ms_sncode.AllPower = "";
  449. this.ms_sncode.BackColor = System.Drawing.Color.White;
  450. this.ms_sncode.ID = null;
  451. this.ms_sncode.Location = new System.Drawing.Point(117, 100);
  452. this.ms_sncode.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
  453. this.ms_sncode.Name = "ms_sncode";
  454. this.ms_sncode.Power = "";
  455. this.ms_sncode.Size = new System.Drawing.Size(546, 25);
  456. this.ms_sncode.Str = null;
  457. this.ms_sncode.Str1 = null;
  458. this.ms_sncode.Str2 = null;
  459. this.ms_sncode.TabIndex = 211;
  460. this.ms_sncode.Tag = "NoAuto";
  461. this.ms_sncode.KeyDown += new System.Windows.Forms.KeyEventHandler(this.ms_sncode_KeyDown);
  462. //
  463. // ob_nowcheckqty
  464. //
  465. this.ob_nowcheckqty.AllPower = null;
  466. this.ob_nowcheckqty.BackColor = System.Drawing.Color.White;
  467. this.ob_nowcheckqty.Enabled = false;
  468. this.ob_nowcheckqty.ID = null;
  469. this.ob_nowcheckqty.Location = new System.Drawing.Point(800, 292);
  470. this.ob_nowcheckqty.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
  471. this.ob_nowcheckqty.Name = "ob_nowcheckqty";
  472. this.ob_nowcheckqty.Power = null;
  473. this.ob_nowcheckqty.Size = new System.Drawing.Size(194, 25);
  474. this.ob_nowcheckqty.Str = null;
  475. this.ob_nowcheckqty.Str1 = null;
  476. this.ob_nowcheckqty.Str2 = null;
  477. this.ob_nowcheckqty.TabIndex = 176;
  478. this.ob_nowcheckqty.Tag = "";
  479. //
  480. // ob_okqty
  481. //
  482. this.ob_okqty.AllPower = null;
  483. this.ob_okqty.BackColor = System.Drawing.Color.White;
  484. this.ob_okqty.Enabled = false;
  485. this.ob_okqty.ID = null;
  486. this.ob_okqty.Location = new System.Drawing.Point(800, 377);
  487. this.ob_okqty.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
  488. this.ob_okqty.Name = "ob_okqty";
  489. this.ob_okqty.Power = null;
  490. this.ob_okqty.Size = new System.Drawing.Size(194, 25);
  491. this.ob_okqty.Str = null;
  492. this.ob_okqty.Str1 = null;
  493. this.ob_okqty.Str2 = null;
  494. this.ob_okqty.TabIndex = 175;
  495. this.ob_okqty.Tag = "NoAuto";
  496. //
  497. // oi_checkqty
  498. //
  499. this.oi_checkqty.AllPower = null;
  500. this.oi_checkqty.BackColor = System.Drawing.Color.White;
  501. this.oi_checkqty.Enabled = false;
  502. this.oi_checkqty.ID = null;
  503. this.oi_checkqty.Location = new System.Drawing.Point(800, 333);
  504. this.oi_checkqty.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
  505. this.oi_checkqty.Name = "oi_checkqty";
  506. this.oi_checkqty.Power = null;
  507. this.oi_checkqty.Size = new System.Drawing.Size(194, 25);
  508. this.oi_checkqty.Str = null;
  509. this.oi_checkqty.Str1 = null;
  510. this.oi_checkqty.Str2 = null;
  511. this.oi_checkqty.TabIndex = 174;
  512. this.oi_checkqty.Tag = "NoAuto";
  513. //
  514. // ob_ngqty
  515. //
  516. this.ob_ngqty.AllPower = null;
  517. this.ob_ngqty.BackColor = System.Drawing.Color.White;
  518. this.ob_ngqty.Enabled = false;
  519. this.ob_ngqty.ID = null;
  520. this.ob_ngqty.Location = new System.Drawing.Point(800, 420);
  521. this.ob_ngqty.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
  522. this.ob_ngqty.Name = "ob_ngqty";
  523. this.ob_ngqty.Power = null;
  524. this.ob_ngqty.Size = new System.Drawing.Size(194, 25);
  525. this.ob_ngqty.Str = null;
  526. this.ob_ngqty.Str1 = null;
  527. this.ob_ngqty.Str2 = null;
  528. this.ob_ngqty.TabIndex = 173;
  529. this.ob_ngqty.Tag = "NoAuto";
  530. //
  531. // ob_result
  532. //
  533. this.ob_result.AllPower = null;
  534. this.ob_result.BackColor = System.Drawing.Color.White;
  535. this.ob_result.Enabled = false;
  536. this.ob_result.ID = null;
  537. this.ob_result.Location = new System.Drawing.Point(800, 252);
  538. this.ob_result.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
  539. this.ob_result.Name = "ob_result";
  540. this.ob_result.Power = null;
  541. this.ob_result.Size = new System.Drawing.Size(194, 25);
  542. this.ob_result.Str = null;
  543. this.ob_result.Str1 = null;
  544. this.ob_result.Str2 = null;
  545. this.ob_result.TabIndex = 172;
  546. this.ob_result.Tag = "NoAuto";
  547. //
  548. // ob_aqlcode
  549. //
  550. this.ob_aqlcode.AllPower = null;
  551. this.ob_aqlcode.BackColor = System.Drawing.Color.White;
  552. this.ob_aqlcode.Enabled = false;
  553. this.ob_aqlcode.ID = null;
  554. this.ob_aqlcode.Location = new System.Drawing.Point(800, 462);
  555. this.ob_aqlcode.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
  556. this.ob_aqlcode.Name = "ob_aqlcode";
  557. this.ob_aqlcode.Power = null;
  558. this.ob_aqlcode.Size = new System.Drawing.Size(194, 25);
  559. this.ob_aqlcode.Str = null;
  560. this.ob_aqlcode.Str1 = null;
  561. this.ob_aqlcode.Str2 = null;
  562. this.ob_aqlcode.TabIndex = 171;
  563. this.ob_aqlcode.Tag = "NoAuto";
  564. //
  565. // WithdrawPass
  566. //
  567. this.WithdrawPass.AllPower = "";
  568. this.WithdrawPass.BackColor = System.Drawing.Color.Transparent;
  569. this.WithdrawPass.DownImage = ((System.Drawing.Image)(resources.GetObject("WithdrawPass.DownImage")));
  570. this.WithdrawPass.Enabled = false;
  571. this.WithdrawPass.Image = ((System.Drawing.Image)(resources.GetObject("WithdrawPass.Image")));
  572. this.WithdrawPass.IsShowBorder = true;
  573. this.WithdrawPass.Location = new System.Drawing.Point(580, 570);
  574. this.WithdrawPass.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
  575. this.WithdrawPass.MoveImage = ((System.Drawing.Image)(resources.GetObject("WithdrawPass.MoveImage")));
  576. this.WithdrawPass.Name = "WithdrawPass";
  577. this.WithdrawPass.NormalImage = ((System.Drawing.Image)(resources.GetObject("WithdrawPass.NormalImage")));
  578. this.WithdrawPass.Power = "IFREAD";
  579. this.WithdrawPass.Size = new System.Drawing.Size(91, 37);
  580. this.WithdrawPass.TabIndex = 167;
  581. this.WithdrawPass.Text = "撤销通过";
  582. this.WithdrawPass.UseVisualStyleBackColor = true;
  583. this.WithdrawPass.Click += new System.EventHandler(this.WithdrawPass_Click);
  584. //
  585. // BatchRejection
  586. //
  587. this.BatchRejection.AllPower = "";
  588. this.BatchRejection.BackColor = System.Drawing.Color.Transparent;
  589. this.BatchRejection.DownImage = ((System.Drawing.Image)(resources.GetObject("BatchRejection.DownImage")));
  590. this.BatchRejection.Enabled = false;
  591. this.BatchRejection.Image = ((System.Drawing.Image)(resources.GetObject("BatchRejection.Image")));
  592. this.BatchRejection.IsShowBorder = true;
  593. this.BatchRejection.Location = new System.Drawing.Point(41, 622);
  594. this.BatchRejection.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
  595. this.BatchRejection.MoveImage = ((System.Drawing.Image)(resources.GetObject("BatchRejection.MoveImage")));
  596. this.BatchRejection.Name = "BatchRejection";
  597. this.BatchRejection.NormalImage = ((System.Drawing.Image)(resources.GetObject("BatchRejection.NormalImage")));
  598. this.BatchRejection.Power = "IFREAD";
  599. this.BatchRejection.Size = new System.Drawing.Size(91, 37);
  600. this.BatchRejection.TabIndex = 166;
  601. this.BatchRejection.Text = "批判退";
  602. this.BatchRejection.UseVisualStyleBackColor = true;
  603. this.BatchRejection.Click += new System.EventHandler(this.BatchRejection_Click);
  604. //
  605. // ForcePass
  606. //
  607. this.ForcePass.AllPower = "";
  608. this.ForcePass.BackColor = System.Drawing.Color.Transparent;
  609. this.ForcePass.DownImage = ((System.Drawing.Image)(resources.GetObject("ForcePass.DownImage")));
  610. this.ForcePass.Enabled = false;
  611. this.ForcePass.Image = ((System.Drawing.Image)(resources.GetObject("ForcePass.Image")));
  612. this.ForcePass.IsShowBorder = true;
  613. this.ForcePass.Location = new System.Drawing.Point(393, 570);
  614. this.ForcePass.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
  615. this.ForcePass.MoveImage = ((System.Drawing.Image)(resources.GetObject("ForcePass.MoveImage")));
  616. this.ForcePass.Name = "ForcePass";
  617. this.ForcePass.NormalImage = ((System.Drawing.Image)(resources.GetObject("ForcePass.NormalImage")));
  618. this.ForcePass.Power = "ifspecial";
  619. this.ForcePass.Size = new System.Drawing.Size(91, 37);
  620. this.ForcePass.TabIndex = 165;
  621. this.ForcePass.Text = "强制通过";
  622. this.ForcePass.UseVisualStyleBackColor = true;
  623. this.ForcePass.Click += new System.EventHandler(this.ForcePass_Click);
  624. //
  625. // ForceRejection
  626. //
  627. this.ForceRejection.AllPower = "";
  628. this.ForceRejection.BackColor = System.Drawing.Color.Transparent;
  629. this.ForceRejection.DownImage = ((System.Drawing.Image)(resources.GetObject("ForceRejection.DownImage")));
  630. this.ForceRejection.Enabled = false;
  631. this.ForceRejection.Image = ((System.Drawing.Image)(resources.GetObject("ForceRejection.Image")));
  632. this.ForceRejection.IsShowBorder = true;
  633. this.ForceRejection.Location = new System.Drawing.Point(393, 622);
  634. this.ForceRejection.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
  635. this.ForceRejection.MoveImage = ((System.Drawing.Image)(resources.GetObject("ForceRejection.MoveImage")));
  636. this.ForceRejection.Name = "ForceRejection";
  637. this.ForceRejection.NormalImage = ((System.Drawing.Image)(resources.GetObject("ForceRejection.NormalImage")));
  638. this.ForceRejection.Power = "ifspecial";
  639. this.ForceRejection.Size = new System.Drawing.Size(91, 37);
  640. this.ForceRejection.TabIndex = 164;
  641. this.ForceRejection.Text = "强制批退";
  642. this.ForceRejection.UseVisualStyleBackColor = true;
  643. this.ForceRejection.Click += new System.EventHandler(this.ForceRejection_Click);
  644. //
  645. // WithdrawRejection
  646. //
  647. this.WithdrawRejection.AllPower = "";
  648. this.WithdrawRejection.BackColor = System.Drawing.Color.Transparent;
  649. this.WithdrawRejection.DownImage = ((System.Drawing.Image)(resources.GetObject("WithdrawRejection.DownImage")));
  650. this.WithdrawRejection.Enabled = false;
  651. this.WithdrawRejection.Image = ((System.Drawing.Image)(resources.GetObject("WithdrawRejection.Image")));
  652. this.WithdrawRejection.IsShowBorder = true;
  653. this.WithdrawRejection.Location = new System.Drawing.Point(580, 622);
  654. this.WithdrawRejection.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
  655. this.WithdrawRejection.MoveImage = ((System.Drawing.Image)(resources.GetObject("WithdrawRejection.MoveImage")));
  656. this.WithdrawRejection.Name = "WithdrawRejection";
  657. this.WithdrawRejection.NormalImage = ((System.Drawing.Image)(resources.GetObject("WithdrawRejection.NormalImage")));
  658. this.WithdrawRejection.Power = "IFREAD";
  659. this.WithdrawRejection.Size = new System.Drawing.Size(91, 37);
  660. this.WithdrawRejection.TabIndex = 163;
  661. this.WithdrawRejection.Text = "撤销判退";
  662. this.WithdrawRejection.UseVisualStyleBackColor = true;
  663. this.WithdrawRejection.Visible = false;
  664. this.WithdrawRejection.Click += new System.EventHandler(this.WithdrawRejection_Click);
  665. //
  666. // BatchPass
  667. //
  668. this.BatchPass.AllPower = "";
  669. this.BatchPass.BackColor = System.Drawing.Color.Transparent;
  670. this.BatchPass.DownImage = ((System.Drawing.Image)(resources.GetObject("BatchPass.DownImage")));
  671. this.BatchPass.Enabled = false;
  672. this.BatchPass.Image = ((System.Drawing.Image)(resources.GetObject("BatchPass.Image")));
  673. this.BatchPass.IsShowBorder = true;
  674. this.BatchPass.Location = new System.Drawing.Point(41, 568);
  675. this.BatchPass.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
  676. this.BatchPass.MoveImage = ((System.Drawing.Image)(resources.GetObject("BatchPass.MoveImage")));
  677. this.BatchPass.Name = "BatchPass";
  678. this.BatchPass.NormalImage = ((System.Drawing.Image)(resources.GetObject("BatchPass.NormalImage")));
  679. this.BatchPass.Power = "IFREAD";
  680. this.BatchPass.Size = new System.Drawing.Size(91, 37);
  681. this.BatchPass.TabIndex = 162;
  682. this.BatchPass.Text = "批判过";
  683. this.BatchPass.UseVisualStyleBackColor = true;
  684. this.BatchPass.Click += new System.EventHandler(this.BatchPass_Click);
  685. //
  686. // Clean
  687. //
  688. this.Clean.AllPower = null;
  689. this.Clean.BackColor = System.Drawing.Color.Transparent;
  690. this.Clean.DownImage = ((System.Drawing.Image)(resources.GetObject("Clean.DownImage")));
  691. this.Clean.Image = ((System.Drawing.Image)(resources.GetObject("Clean.Image")));
  692. this.Clean.IsShowBorder = true;
  693. this.Clean.Location = new System.Drawing.Point(1113, 607);
  694. this.Clean.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
  695. this.Clean.MoveImage = ((System.Drawing.Image)(resources.GetObject("Clean.MoveImage")));
  696. this.Clean.Name = "Clean";
  697. this.Clean.NormalImage = ((System.Drawing.Image)(resources.GetObject("Clean.NormalImage")));
  698. this.Clean.Power = null;
  699. this.Clean.Size = new System.Drawing.Size(85, 37);
  700. this.Clean.TabIndex = 159;
  701. this.Clean.Text = "清除";
  702. this.Clean.UseVisualStyleBackColor = true;
  703. this.Clean.Click += new System.EventHandler(this.Clean_Click);
  704. //
  705. // OQC_BatchResultJudge
  706. //
  707. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
  708. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  709. this.ClientSize = new System.Drawing.Size(1300, 672);
  710. this.Controls.Add(this.normalButton1);
  711. this.Controls.Add(this.ob_maxngacceptqty);
  712. this.Controls.Add(this.ob_status_label);
  713. this.Controls.Add(this.ob_status);
  714. this.Controls.Add(this.ob_source);
  715. this.Controls.Add(this.ob_id);
  716. this.Controls.Add(this.OperateResult);
  717. this.Controls.Add(this.label5);
  718. this.Controls.Add(this.Remark);
  719. this.Controls.Add(this.ob_maxngacceptqty_label);
  720. this.Controls.Add(this.label3);
  721. this.Controls.Add(this.GetBatch);
  722. this.Controls.Add(this.ob_prodcode);
  723. this.Controls.Add(this.ob_prodcode_label);
  724. this.Controls.Add(this.ob_makecode);
  725. this.Controls.Add(this.ob_makecode_label);
  726. this.Controls.Add(this.ob_checkno);
  727. this.Controls.Add(this.ob_checkno_label);
  728. this.Controls.Add(this.obd_outboxcode);
  729. this.Controls.Add(this.obd_outboxcode_label);
  730. this.Controls.Add(this.ms_sncode);
  731. this.Controls.Add(this.ms_sncode_label);
  732. this.Controls.Add(this.ob_nowcheckqty);
  733. this.Controls.Add(this.ob_okqty);
  734. this.Controls.Add(this.oi_checkqty);
  735. this.Controls.Add(this.ob_ngqty);
  736. this.Controls.Add(this.ob_result);
  737. this.Controls.Add(this.ob_aqlcode);
  738. this.Controls.Add(this.ob_aqlcode_label);
  739. this.Controls.Add(this.ReworkRequire);
  740. this.Controls.Add(this.WithdrawPass);
  741. this.Controls.Add(this.ob_batchqty_label);
  742. this.Controls.Add(this.BatchRejection);
  743. this.Controls.Add(this.ForcePass);
  744. this.Controls.Add(this.ForceRejection);
  745. this.Controls.Add(this.ob_result_label);
  746. this.Controls.Add(this.WithdrawRejection);
  747. this.Controls.Add(this.ob_okqty_label);
  748. this.Controls.Add(this.BatchPass);
  749. this.Controls.Add(this.Clean);
  750. this.Controls.Add(this.ob_ngqty_label);
  751. this.Controls.Add(this.oi_checkqty_label);
  752. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  753. this.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
  754. this.Name = "OQC_BatchResultJudge";
  755. this.Tag = "OQC!BatchResultJudge";
  756. this.Text = "抽检批维护";
  757. this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.OQC_BatchResultJudge_FormClosing);
  758. this.Load += new System.EventHandler(this.抽检批维护_Load);
  759. this.SizeChanged += new System.EventHandler(this.抽检批维护_SizeChanged);
  760. this.ResumeLayout(false);
  761. this.PerformLayout();
  762. }
  763. #endregion
  764. private System.Windows.Forms.Label ob_result_label;
  765. private System.Windows.Forms.Label oi_checkqty_label;
  766. private System.Windows.Forms.Label ob_ngqty_label;
  767. private System.Windows.Forms.Label ob_okqty_label;
  768. private System.Windows.Forms.Label ob_batchqty_label;
  769. private CustomControl.ButtonUtil.NormalButton Clean;
  770. private CustomControl.ButtonUtil.NormalButton BatchPass;
  771. private CustomControl.ButtonUtil.NormalButton WithdrawRejection;
  772. private CustomControl.ButtonUtil.NormalButton ForceRejection;
  773. private CustomControl.ButtonUtil.NormalButton ForcePass;
  774. private CustomControl.ButtonUtil.NormalButton BatchRejection;
  775. private CustomControl.ButtonUtil.NormalButton WithdrawPass;
  776. private System.Windows.Forms.CheckBox ReworkRequire;
  777. private System.Windows.Forms.Label ob_aqlcode_label;
  778. private CustomControl.TextBoxWithIcon.EnterTextBox ob_aqlcode;
  779. private CustomControl.TextBoxWithIcon.EnterTextBox ob_result;
  780. private CustomControl.TextBoxWithIcon.EnterTextBox ob_ngqty;
  781. private CustomControl.TextBoxWithIcon.EnterTextBox oi_checkqty;
  782. private CustomControl.TextBoxWithIcon.EnterTextBox ob_okqty;
  783. private CustomControl.TextBoxWithIcon.EnterTextBox ob_nowcheckqty;
  784. private CustomControl.TextBoxWithIcon.EnterTextBox ob_prodcode;
  785. private System.Windows.Forms.Label ob_prodcode_label;
  786. private CustomControl.TextBoxWithIcon.EnterTextBox ob_makecode;
  787. private System.Windows.Forms.Label ob_makecode_label;
  788. private CustomControl.TextBoxWithIcon.EnterTextBox ob_checkno;
  789. private System.Windows.Forms.Label ob_checkno_label;
  790. private CustomControl.TextBoxWithIcon.SnCollectionBox obd_outboxcode;
  791. private System.Windows.Forms.Label obd_outboxcode_label;
  792. private CustomControl.TextBoxWithIcon.SnCollectionBox ms_sncode;
  793. private System.Windows.Forms.Label ms_sncode_label;
  794. private CustomControl.ButtonUtil.NormalButton GetBatch;
  795. private System.Windows.Forms.Label label3;
  796. private System.Windows.Forms.Label ob_maxngacceptqty_label;
  797. private System.Windows.Forms.RichTextBox Remark;
  798. private System.Windows.Forms.Label label5;
  799. private CustomControl.RichText.RichTextAutoBottom OperateResult;
  800. private CustomControl.TextBoxWithIcon.EnterTextBox ob_id;
  801. private CustomControl.TextBoxWithIcon.EnterTextBox ob_source;
  802. private CustomControl.TextBoxWithIcon.EnterTextBox ob_status;
  803. private System.Windows.Forms.Label ob_status_label;
  804. private CustomControl.TextBoxWithIcon.EnterTextBox ob_maxngacceptqty;
  805. private CustomControl.ButtonUtil.NormalButton normalButton1;
  806. }
  807. }