OQC_BatchResultJudge.Designer.cs 40 KB

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