OQC_BatchResultJudge.Designer.cs 42 KB

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