OQC_BatchResultJudge.Designer.cs 45 KB

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