OQC_BatchResultJudge.Designer.cs 45 KB

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