OQC_PlanMaintain.designer.cs 40 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766
  1. namespace UAS_MES.OQC
  2. {
  3. partial class OQC_PlanMaintain
  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_PlanMaintain));
  29. this.ms_sncode_label = new System.Windows.Forms.Label();
  30. this.ob_checkno_label = new System.Windows.Forms.Label();
  31. this.panel2 = new System.Windows.Forms.Panel();
  32. this.label2 = new System.Windows.Forms.Label();
  33. this.obd_outboxcode_label = new System.Windows.Forms.Label();
  34. this.ob_batchqty_label = new System.Windows.Forms.Label();
  35. this.ob_prodcode_label = new System.Windows.Forms.Label();
  36. this.ob_remark_label = new System.Windows.Forms.Label();
  37. this.ob_maxacceptqty_label = new System.Windows.Forms.Label();
  38. this.ob_aqlcode_label = new System.Windows.Forms.Label();
  39. this.label1 = new System.Windows.Forms.Label();
  40. this.pr_detail_label = new System.Windows.Forms.Label();
  41. this.panel1 = new System.Windows.Forms.Panel();
  42. this.ob_maxngacceptqty = new UAS_MES.CustomControl.TextBoxWithIcon.EnterTextBox();
  43. this.ob_sampleqty = new UAS_MES.CustomControl.TextBoxWithIcon.TextBoxNumOnly();
  44. this.ob_sampleqty_label = new System.Windows.Forms.Label();
  45. this.ob_remark = new UAS_MES.CustomControl.TextBoxWithIcon.EnterTextBox();
  46. this.al_code = new UAS_MES.CustomControl.TextBoxWithIcon.SearchTextBox();
  47. this.pr_detail = new UAS_MES.CustomControl.TextBoxWithIcon.EnterTextBox();
  48. this.pr_code = new UAS_MES.CustomControl.TextBoxWithIcon.SearchTextBox();
  49. this.ob_status = new UAS_MES.CustomControl.TextBoxWithIcon.EnterTextBox();
  50. this.OperateResult = new UAS_MES.CustomControl.RichText.RichTextAutoBottom();
  51. this.Clean = new UAS_MES.CustomControl.ButtonUtil.NormalButton();
  52. this.GetBatch = new UAS_MES.CustomControl.ButtonUtil.NormalButton();
  53. this.Save = new UAS_MES.CustomControl.ButtonUtil.NormalButton();
  54. this.CheckTypeDGV = new UAS_MES.CustomControl.DataGrid_View.DataGridViewWithSerialNum();
  55. this.Choose = new System.Windows.Forms.DataGridViewCheckBoxColumn();
  56. this.oi_id = new System.Windows.Forms.DataGridViewTextBoxColumn();
  57. this.ci_id = new System.Windows.Forms.DataGridViewTextBoxColumn();
  58. this.ci_kind = new System.Windows.Forms.DataGridViewTextBoxColumn();
  59. this.oi_sampleqty = new System.Windows.Forms.DataGridViewTextBoxColumn();
  60. this.ob_prodcode = new UAS_MES.CustomControl.TextBoxWithIcon.EnterTextBox();
  61. this.ob_nowcheckqty = new UAS_MES.CustomControl.TextBoxWithIcon.EnterTextBox();
  62. this.obd_outboxcode = new UAS_MES.CustomControl.TextBoxWithIcon.SnCollectionBox();
  63. this.ob_checkno = new UAS_MES.CustomControl.TextBoxWithIcon.EnterTextBox();
  64. this.ms_sncode = new UAS_MES.CustomControl.TextBoxWithIcon.SnCollectionBox();
  65. this.ChooseAll = new UAS_MES.CustomControl.ButtonUtil.ChooseAllButton();
  66. this.ob_reworkcode = new System.Windows.Forms.Label();
  67. this.ob_source = new System.Windows.Forms.Label();
  68. this.label3 = new System.Windows.Forms.Label();
  69. this.ob_cracceptqty = new UAS_MES.CustomControl.TextBoxWithIcon.EnterTextBox();
  70. this.ob_maacceptqty = new UAS_MES.CustomControl.TextBoxWithIcon.EnterTextBox();
  71. this.label4 = new System.Windows.Forms.Label();
  72. this.ob_miacceptqty = new UAS_MES.CustomControl.TextBoxWithIcon.EnterTextBox();
  73. this.label5 = new System.Windows.Forms.Label();
  74. this.panel2.SuspendLayout();
  75. this.panel1.SuspendLayout();
  76. ((System.ComponentModel.ISupportInitialize)(this.CheckTypeDGV)).BeginInit();
  77. this.SuspendLayout();
  78. //
  79. // ms_sncode_label
  80. //
  81. this.ms_sncode_label.AutoSize = true;
  82. this.ms_sncode_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  83. this.ms_sncode_label.Location = new System.Drawing.Point(517, 49);
  84. this.ms_sncode_label.Name = "ms_sncode_label";
  85. this.ms_sncode_label.Size = new System.Drawing.Size(58, 21);
  86. this.ms_sncode_label.TabIndex = 152;
  87. this.ms_sncode_label.Text = "序列号";
  88. //
  89. // ob_checkno_label
  90. //
  91. this.ob_checkno_label.AutoSize = true;
  92. this.ob_checkno_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  93. this.ob_checkno_label.Location = new System.Drawing.Point(21, 45);
  94. this.ob_checkno_label.Name = "ob_checkno_label";
  95. this.ob_checkno_label.Size = new System.Drawing.Size(58, 21);
  96. this.ob_checkno_label.TabIndex = 154;
  97. this.ob_checkno_label.Text = "批次号";
  98. //
  99. // panel2
  100. //
  101. this.panel2.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
  102. this.panel2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
  103. this.panel2.Controls.Add(this.label2);
  104. this.panel2.Dock = System.Windows.Forms.DockStyle.Top;
  105. this.panel2.Location = new System.Drawing.Point(0, 0);
  106. this.panel2.Name = "panel2";
  107. this.panel2.Size = new System.Drawing.Size(1022, 29);
  108. this.panel2.TabIndex = 156;
  109. this.panel2.Tag = "NoAuto";
  110. //
  111. // label2
  112. //
  113. this.label2.AutoSize = true;
  114. this.label2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  115. this.label2.ForeColor = System.Drawing.SystemColors.ActiveCaptionText;
  116. this.label2.Location = new System.Drawing.Point(12, 4);
  117. this.label2.Name = "label2";
  118. this.label2.Size = new System.Drawing.Size(143, 21);
  119. this.label2.TabIndex = 0;
  120. this.label2.Text = "OQC采样计划维护";
  121. //
  122. // obd_outboxcode_label
  123. //
  124. this.obd_outboxcode_label.AutoSize = true;
  125. this.obd_outboxcode_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  126. this.obd_outboxcode_label.Location = new System.Drawing.Point(264, 47);
  127. this.obd_outboxcode_label.Name = "obd_outboxcode_label";
  128. this.obd_outboxcode_label.Size = new System.Drawing.Size(42, 21);
  129. this.obd_outboxcode_label.TabIndex = 157;
  130. this.obd_outboxcode_label.Text = "箱号";
  131. //
  132. // ob_batchqty_label
  133. //
  134. this.ob_batchqty_label.AutoSize = true;
  135. this.ob_batchqty_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  136. this.ob_batchqty_label.Location = new System.Drawing.Point(519, 88);
  137. this.ob_batchqty_label.Name = "ob_batchqty_label";
  138. this.ob_batchqty_label.Size = new System.Drawing.Size(58, 21);
  139. this.ob_batchqty_label.TabIndex = 159;
  140. this.ob_batchqty_label.Text = "批数量";
  141. //
  142. // ob_prodcode_label
  143. //
  144. this.ob_prodcode_label.AutoSize = true;
  145. this.ob_prodcode_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  146. this.ob_prodcode_label.Location = new System.Drawing.Point(21, 88);
  147. this.ob_prodcode_label.Name = "ob_prodcode_label";
  148. this.ob_prodcode_label.Size = new System.Drawing.Size(74, 21);
  149. this.ob_prodcode_label.TabIndex = 163;
  150. this.ob_prodcode_label.Text = "产品编号";
  151. //
  152. // ob_remark_label
  153. //
  154. this.ob_remark_label.AutoSize = true;
  155. this.ob_remark_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  156. this.ob_remark_label.Location = new System.Drawing.Point(507, 70);
  157. this.ob_remark_label.Name = "ob_remark_label";
  158. this.ob_remark_label.Size = new System.Drawing.Size(42, 21);
  159. this.ob_remark_label.TabIndex = 172;
  160. this.ob_remark_label.Text = "备注";
  161. //
  162. // ob_maxacceptqty_label
  163. //
  164. this.ob_maxacceptqty_label.AutoSize = true;
  165. this.ob_maxacceptqty_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  166. this.ob_maxacceptqty_label.Location = new System.Drawing.Point(292, 9);
  167. this.ob_maxacceptqty_label.Name = "ob_maxacceptqty_label";
  168. this.ob_maxacceptqty_label.Size = new System.Drawing.Size(170, 21);
  169. this.ob_maxacceptqty_label.TabIndex = 182;
  170. this.ob_maxacceptqty_label.Text = "最大不合格允许通过数";
  171. //
  172. // ob_aqlcode_label
  173. //
  174. this.ob_aqlcode_label.AutoSize = true;
  175. this.ob_aqlcode_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  176. this.ob_aqlcode_label.Location = new System.Drawing.Point(12, 9);
  177. this.ob_aqlcode_label.Name = "ob_aqlcode_label";
  178. this.ob_aqlcode_label.Size = new System.Drawing.Size(42, 21);
  179. this.ob_aqlcode_label.TabIndex = 184;
  180. this.ob_aqlcode_label.Text = "AQL";
  181. //
  182. // label1
  183. //
  184. this.label1.AutoSize = true;
  185. this.label1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  186. this.label1.Location = new System.Drawing.Point(764, 88);
  187. this.label1.Name = "label1";
  188. this.label1.Size = new System.Drawing.Size(74, 21);
  189. this.label1.TabIndex = 186;
  190. this.label1.Text = "检验方案";
  191. //
  192. // pr_detail_label
  193. //
  194. this.pr_detail_label.AutoSize = true;
  195. this.pr_detail_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  196. this.pr_detail_label.Location = new System.Drawing.Point(264, 88);
  197. this.pr_detail_label.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  198. this.pr_detail_label.Name = "pr_detail_label";
  199. this.pr_detail_label.Size = new System.Drawing.Size(74, 21);
  200. this.pr_detail_label.TabIndex = 188;
  201. this.pr_detail_label.Text = "产品名称";
  202. //
  203. // panel1
  204. //
  205. this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  206. this.panel1.Controls.Add(this.ob_miacceptqty);
  207. this.panel1.Controls.Add(this.label5);
  208. this.panel1.Controls.Add(this.ob_maacceptqty);
  209. this.panel1.Controls.Add(this.label4);
  210. this.panel1.Controls.Add(this.ob_cracceptqty);
  211. this.panel1.Controls.Add(this.label3);
  212. this.panel1.Controls.Add(this.ob_maxngacceptqty);
  213. this.panel1.Controls.Add(this.ob_sampleqty);
  214. this.panel1.Controls.Add(this.ob_sampleqty_label);
  215. this.panel1.Controls.Add(this.ob_remark);
  216. this.panel1.Controls.Add(this.ob_remark_label);
  217. this.panel1.Controls.Add(this.al_code);
  218. this.panel1.Controls.Add(this.ob_aqlcode_label);
  219. this.panel1.Controls.Add(this.ob_maxacceptqty_label);
  220. this.panel1.Location = new System.Drawing.Point(25, 126);
  221. this.panel1.Name = "panel1";
  222. this.panel1.Size = new System.Drawing.Size(745, 96);
  223. this.panel1.TabIndex = 193;
  224. //
  225. // ob_maxngacceptqty
  226. //
  227. this.ob_maxngacceptqty.AllPower = null;
  228. this.ob_maxngacceptqty.BackColor = System.Drawing.Color.White;
  229. this.ob_maxngacceptqty.ID = null;
  230. this.ob_maxngacceptqty.Location = new System.Drawing.Point(472, 9);
  231. this.ob_maxngacceptqty.Name = "ob_maxngacceptqty";
  232. this.ob_maxngacceptqty.Power = null;
  233. this.ob_maxngacceptqty.Size = new System.Drawing.Size(169, 21);
  234. this.ob_maxngacceptqty.Str = null;
  235. this.ob_maxngacceptqty.Str1 = null;
  236. this.ob_maxngacceptqty.Str2 = null;
  237. this.ob_maxngacceptqty.TabIndex = 195;
  238. this.ob_maxngacceptqty.Tag = "NoAuto";
  239. //
  240. // ob_sampleqty
  241. //
  242. this.ob_sampleqty.Location = new System.Drawing.Point(88, 68);
  243. this.ob_sampleqty.Name = "ob_sampleqty";
  244. this.ob_sampleqty.Size = new System.Drawing.Size(154, 21);
  245. this.ob_sampleqty.TabIndex = 194;
  246. this.ob_sampleqty.Text = "0";
  247. this.ob_sampleqty.TextChanged += new System.EventHandler(this.ad_qty_TextChanged_1);
  248. //
  249. // ob_sampleqty_label
  250. //
  251. this.ob_sampleqty_label.AutoSize = true;
  252. this.ob_sampleqty_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  253. this.ob_sampleqty_label.Location = new System.Drawing.Point(12, 68);
  254. this.ob_sampleqty_label.Name = "ob_sampleqty_label";
  255. this.ob_sampleqty_label.Size = new System.Drawing.Size(58, 21);
  256. this.ob_sampleqty_label.TabIndex = 193;
  257. this.ob_sampleqty_label.Text = "样本数";
  258. //
  259. // ob_remark
  260. //
  261. this.ob_remark.AllPower = null;
  262. this.ob_remark.BackColor = System.Drawing.Color.White;
  263. this.ob_remark.ID = null;
  264. this.ob_remark.Location = new System.Drawing.Point(561, 70);
  265. this.ob_remark.Name = "ob_remark";
  266. this.ob_remark.Power = null;
  267. this.ob_remark.Size = new System.Drawing.Size(169, 21);
  268. this.ob_remark.Str = null;
  269. this.ob_remark.Str1 = null;
  270. this.ob_remark.Str2 = null;
  271. this.ob_remark.TabIndex = 173;
  272. this.ob_remark.Tag = "NoAuto";
  273. //
  274. // al_code
  275. //
  276. this.al_code.AllPower = null;
  277. this.al_code.Caller = null;
  278. this.al_code.Condition = null;
  279. this.al_code.DBTitle = null;
  280. this.al_code.FormName = null;
  281. this.al_code.Location = new System.Drawing.Point(89, 11);
  282. this.al_code.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
  283. this.al_code.Name = "al_code";
  284. this.al_code.Power = null;
  285. this.al_code.ReturnData = null;
  286. this.al_code.SelectField = null;
  287. this.al_code.SetValueField = null;
  288. this.al_code.Size = new System.Drawing.Size(170, 21);
  289. this.al_code.TabIndex = 191;
  290. this.al_code.TableName = null;
  291. this.al_code.Tag = "ob_aqlcode";
  292. this.al_code.TextBoxEnable = false;
  293. this.al_code.UserControlTextChanged += new UAS_MES.CustomControl.TextBoxWithIcon.SearchTextBox.OnTextChange(this.ob_aqlcode_UserControlTextChanged);
  294. //
  295. // pr_detail
  296. //
  297. this.pr_detail.AllPower = null;
  298. this.pr_detail.BackColor = System.Drawing.Color.White;
  299. this.pr_detail.Enabled = false;
  300. this.pr_detail.ID = null;
  301. this.pr_detail.Location = new System.Drawing.Point(344, 88);
  302. this.pr_detail.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
  303. this.pr_detail.Name = "pr_detail";
  304. this.pr_detail.Power = null;
  305. this.pr_detail.ReadOnly = true;
  306. this.pr_detail.Size = new System.Drawing.Size(136, 21);
  307. this.pr_detail.Str = null;
  308. this.pr_detail.Str1 = null;
  309. this.pr_detail.Str2 = null;
  310. this.pr_detail.TabIndex = 189;
  311. this.pr_detail.Tag = "NoAuto";
  312. //
  313. // pr_code
  314. //
  315. this.pr_code.AllPower = null;
  316. this.pr_code.Caller = null;
  317. this.pr_code.Condition = null;
  318. this.pr_code.DBTitle = null;
  319. this.pr_code.FormName = null;
  320. this.pr_code.Location = new System.Drawing.Point(852, 88);
  321. this.pr_code.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
  322. this.pr_code.Name = "pr_code";
  323. this.pr_code.Power = null;
  324. this.pr_code.ReturnData = null;
  325. this.pr_code.SelectField = null;
  326. this.pr_code.SetValueField = null;
  327. this.pr_code.Size = new System.Drawing.Size(159, 21);
  328. this.pr_code.TabIndex = 187;
  329. this.pr_code.TableName = null;
  330. this.pr_code.Tag = "ob_projectcode";
  331. this.pr_code.TextBoxEnable = false;
  332. this.pr_code.UserControlTextChanged += new UAS_MES.CustomControl.TextBoxWithIcon.SearchTextBox.OnTextChange(this.ob_projectcode_UserControlTextChanged);
  333. //
  334. // ob_status
  335. //
  336. this.ob_status.AllPower = null;
  337. this.ob_status.BackColor = System.Drawing.Color.White;
  338. this.ob_status.Enabled = false;
  339. this.ob_status.ID = null;
  340. this.ob_status.Location = new System.Drawing.Point(875, 127);
  341. this.ob_status.Name = "ob_status";
  342. this.ob_status.Power = null;
  343. this.ob_status.Size = new System.Drawing.Size(136, 21);
  344. this.ob_status.Str = null;
  345. this.ob_status.Str1 = null;
  346. this.ob_status.Str2 = null;
  347. this.ob_status.TabIndex = 179;
  348. this.ob_status.Tag = "NoAuto";
  349. this.ob_status.Visible = false;
  350. //
  351. // OperateResult
  352. //
  353. this.OperateResult.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  354. this.OperateResult.Location = new System.Drawing.Point(777, 252);
  355. this.OperateResult.Name = "OperateResult";
  356. this.OperateResult.Size = new System.Drawing.Size(233, 318);
  357. this.OperateResult.TabIndex = 177;
  358. this.OperateResult.Text = "";
  359. //
  360. // Clean
  361. //
  362. this.Clean.AllPower = null;
  363. this.Clean.BackColor = System.Drawing.Color.Transparent;
  364. this.Clean.DownImage = ((System.Drawing.Image)(resources.GetObject("Clean.DownImage")));
  365. this.Clean.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  366. this.Clean.Image = ((System.Drawing.Image)(resources.GetObject("Clean.Image")));
  367. this.Clean.IsShowBorder = true;
  368. this.Clean.Location = new System.Drawing.Point(859, 583);
  369. this.Clean.MoveImage = ((System.Drawing.Image)(resources.GetObject("Clean.MoveImage")));
  370. this.Clean.Name = "Clean";
  371. this.Clean.NormalImage = ((System.Drawing.Image)(resources.GetObject("Clean.NormalImage")));
  372. this.Clean.Power = null;
  373. this.Clean.Size = new System.Drawing.Size(68, 24);
  374. this.Clean.TabIndex = 176;
  375. this.Clean.Tag = "";
  376. this.Clean.Text = "清除";
  377. this.Clean.UseVisualStyleBackColor = true;
  378. this.Clean.Click += new System.EventHandler(this.Clean_Click);
  379. //
  380. // GetBatch
  381. //
  382. this.GetBatch.AllPower = "ifall";
  383. this.GetBatch.BackColor = System.Drawing.Color.Transparent;
  384. this.GetBatch.DownImage = ((System.Drawing.Image)(resources.GetObject("GetBatch.DownImage")));
  385. this.GetBatch.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  386. this.GetBatch.Image = ((System.Drawing.Image)(resources.GetObject("GetBatch.Image")));
  387. this.GetBatch.IsShowBorder = true;
  388. this.GetBatch.Location = new System.Drawing.Point(768, 51);
  389. this.GetBatch.MoveImage = ((System.Drawing.Image)(resources.GetObject("GetBatch.MoveImage")));
  390. this.GetBatch.Name = "GetBatch";
  391. this.GetBatch.NormalImage = ((System.Drawing.Image)(resources.GetObject("GetBatch.NormalImage")));
  392. this.GetBatch.Power = "ifRead";
  393. this.GetBatch.Size = new System.Drawing.Size(68, 24);
  394. this.GetBatch.TabIndex = 171;
  395. this.GetBatch.Tag = "OQC!Inspection";
  396. this.GetBatch.Text = "获取批";
  397. this.GetBatch.UseVisualStyleBackColor = true;
  398. this.GetBatch.Click += new System.EventHandler(this.GetBatch_Click);
  399. //
  400. // Save
  401. //
  402. this.Save.AllPower = "ifall";
  403. this.Save.BackColor = System.Drawing.Color.Transparent;
  404. this.Save.DownImage = ((System.Drawing.Image)(resources.GetObject("Save.DownImage")));
  405. this.Save.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  406. this.Save.Image = ((System.Drawing.Image)(resources.GetObject("Save.Image")));
  407. this.Save.IsShowBorder = true;
  408. this.Save.Location = new System.Drawing.Point(368, 583);
  409. this.Save.MoveImage = ((System.Drawing.Image)(resources.GetObject("Save.MoveImage")));
  410. this.Save.Name = "Save";
  411. this.Save.NormalImage = ((System.Drawing.Image)(resources.GetObject("Save.NormalImage")));
  412. this.Save.Power = "ifread";
  413. this.Save.Size = new System.Drawing.Size(70, 24);
  414. this.Save.TabIndex = 168;
  415. this.Save.Tag = "";
  416. this.Save.Text = "保存";
  417. this.Save.UseVisualStyleBackColor = true;
  418. this.Save.Click += new System.EventHandler(this.Save_Click);
  419. //
  420. // CheckTypeDGV
  421. //
  422. this.CheckTypeDGV.AllowUserToAddRows = false;
  423. this.CheckTypeDGV.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  424. this.CheckTypeDGV.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  425. this.Choose,
  426. this.oi_id,
  427. this.ci_id,
  428. this.ci_kind,
  429. this.oi_sampleqty});
  430. this.CheckTypeDGV.EnableContentClick = true;
  431. this.CheckTypeDGV.Location = new System.Drawing.Point(25, 252);
  432. this.CheckTypeDGV.Name = "CheckTypeDGV";
  433. this.CheckTypeDGV.RowTemplate.Height = 23;
  434. this.CheckTypeDGV.Size = new System.Drawing.Size(745, 318);
  435. this.CheckTypeDGV.TabIndex = 167;
  436. this.CheckTypeDGV.DataSourceChanged += new System.EventHandler(this.CheckTypeDGV_DataSourceChanged);
  437. //
  438. // Choose
  439. //
  440. this.Choose.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
  441. this.Choose.DataPropertyName = "Choose";
  442. this.Choose.HeaderText = "勾选";
  443. this.Choose.Name = "Choose";
  444. this.Choose.Resizable = System.Windows.Forms.DataGridViewTriState.False;
  445. this.Choose.Width = 60;
  446. //
  447. // oi_id
  448. //
  449. this.oi_id.DataPropertyName = "oi_id";
  450. this.oi_id.HeaderText = "oi_id";
  451. this.oi_id.Name = "oi_id";
  452. this.oi_id.Visible = false;
  453. //
  454. // ci_id
  455. //
  456. this.ci_id.DataPropertyName = "ci_id";
  457. this.ci_id.HeaderText = "ci_id";
  458. this.ci_id.Name = "ci_id";
  459. this.ci_id.ReadOnly = true;
  460. this.ci_id.Visible = false;
  461. //
  462. // ci_kind
  463. //
  464. this.ci_kind.DataPropertyName = "ci_kind";
  465. this.ci_kind.HeaderText = "检验类型";
  466. this.ci_kind.Name = "ci_kind";
  467. this.ci_kind.ReadOnly = true;
  468. this.ci_kind.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  469. this.ci_kind.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  470. this.ci_kind.Width = 150;
  471. //
  472. // oi_sampleqty
  473. //
  474. this.oi_sampleqty.DataPropertyName = "oi_sampleqty";
  475. this.oi_sampleqty.HeaderText = "样本数量";
  476. this.oi_sampleqty.Name = "oi_sampleqty";
  477. this.oi_sampleqty.ReadOnly = true;
  478. this.oi_sampleqty.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  479. this.oi_sampleqty.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  480. this.oi_sampleqty.Width = 150;
  481. //
  482. // ob_prodcode
  483. //
  484. this.ob_prodcode.AllPower = null;
  485. this.ob_prodcode.BackColor = System.Drawing.Color.White;
  486. this.ob_prodcode.Enabled = false;
  487. this.ob_prodcode.ID = null;
  488. this.ob_prodcode.Location = new System.Drawing.Point(101, 88);
  489. this.ob_prodcode.Name = "ob_prodcode";
  490. this.ob_prodcode.Power = null;
  491. this.ob_prodcode.Size = new System.Drawing.Size(136, 21);
  492. this.ob_prodcode.Str = null;
  493. this.ob_prodcode.Str1 = null;
  494. this.ob_prodcode.Str2 = null;
  495. this.ob_prodcode.TabIndex = 164;
  496. this.ob_prodcode.Tag = "NoAuto";
  497. //
  498. // ob_nowcheckqty
  499. //
  500. this.ob_nowcheckqty.AllPower = null;
  501. this.ob_nowcheckqty.BackColor = System.Drawing.Color.White;
  502. this.ob_nowcheckqty.Enabled = false;
  503. this.ob_nowcheckqty.ID = null;
  504. this.ob_nowcheckqty.Location = new System.Drawing.Point(596, 88);
  505. this.ob_nowcheckqty.Name = "ob_nowcheckqty";
  506. this.ob_nowcheckqty.Power = null;
  507. this.ob_nowcheckqty.ReadOnly = true;
  508. this.ob_nowcheckqty.Size = new System.Drawing.Size(136, 21);
  509. this.ob_nowcheckqty.Str = null;
  510. this.ob_nowcheckqty.Str1 = null;
  511. this.ob_nowcheckqty.Str2 = null;
  512. this.ob_nowcheckqty.TabIndex = 160;
  513. this.ob_nowcheckqty.Tag = "ob_nowcheckqty";
  514. //
  515. // obd_outboxcode
  516. //
  517. this.obd_outboxcode.AllPower = null;
  518. this.obd_outboxcode.BackColor = System.Drawing.Color.White;
  519. this.obd_outboxcode.ID = null;
  520. this.obd_outboxcode.Location = new System.Drawing.Point(344, 49);
  521. this.obd_outboxcode.Name = "obd_outboxcode";
  522. this.obd_outboxcode.Power = null;
  523. this.obd_outboxcode.Size = new System.Drawing.Size(136, 21);
  524. this.obd_outboxcode.Str = null;
  525. this.obd_outboxcode.Str1 = null;
  526. this.obd_outboxcode.Str2 = null;
  527. this.obd_outboxcode.TabIndex = 158;
  528. this.obd_outboxcode.Tag = "NoAuto";
  529. this.obd_outboxcode.KeyDown += new System.Windows.Forms.KeyEventHandler(this.obd_outboxcode_KeyDown);
  530. //
  531. // ob_checkno
  532. //
  533. this.ob_checkno.AllPower = null;
  534. this.ob_checkno.BackColor = System.Drawing.Color.White;
  535. this.ob_checkno.ID = null;
  536. this.ob_checkno.Location = new System.Drawing.Point(101, 47);
  537. this.ob_checkno.Name = "ob_checkno";
  538. this.ob_checkno.Power = null;
  539. this.ob_checkno.Size = new System.Drawing.Size(136, 21);
  540. this.ob_checkno.Str = null;
  541. this.ob_checkno.Str1 = null;
  542. this.ob_checkno.Str2 = null;
  543. this.ob_checkno.TabIndex = 155;
  544. this.ob_checkno.Tag = "NoAuto";
  545. this.ob_checkno.KeyDown += new System.Windows.Forms.KeyEventHandler(this.ob_checkno_KeyDown);
  546. //
  547. // ms_sncode
  548. //
  549. this.ms_sncode.AllPower = null;
  550. this.ms_sncode.BackColor = System.Drawing.Color.White;
  551. this.ms_sncode.ID = null;
  552. this.ms_sncode.Location = new System.Drawing.Point(596, 51);
  553. this.ms_sncode.Name = "ms_sncode";
  554. this.ms_sncode.Power = null;
  555. this.ms_sncode.Size = new System.Drawing.Size(136, 21);
  556. this.ms_sncode.Str = null;
  557. this.ms_sncode.Str1 = null;
  558. this.ms_sncode.Str2 = null;
  559. this.ms_sncode.TabIndex = 153;
  560. this.ms_sncode.Tag = "NoAuto";
  561. this.ms_sncode.KeyDown += new System.Windows.Forms.KeyEventHandler(this.ms_sncode_KeyDown);
  562. //
  563. // ChooseAll
  564. //
  565. this.ChooseAll.Location = new System.Drawing.Point(25, 229);
  566. this.ChooseAll.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
  567. this.ChooseAll.Name = "ChooseAll";
  568. this.ChooseAll.Size = new System.Drawing.Size(38, 18);
  569. this.ChooseAll.TabIndex = 194;
  570. this.ChooseAll.Text = "全选";
  571. this.ChooseAll.UseVisualStyleBackColor = true;
  572. //
  573. // ob_reworkcode
  574. //
  575. this.ob_reworkcode.AutoSize = true;
  576. this.ob_reworkcode.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  577. this.ob_reworkcode.Location = new System.Drawing.Point(796, 186);
  578. this.ob_reworkcode.Name = "ob_reworkcode";
  579. this.ob_reworkcode.Size = new System.Drawing.Size(0, 21);
  580. this.ob_reworkcode.TabIndex = 195;
  581. this.ob_reworkcode.Visible = false;
  582. //
  583. // ob_source
  584. //
  585. this.ob_source.AutoSize = true;
  586. this.ob_source.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  587. this.ob_source.Location = new System.Drawing.Point(796, 158);
  588. this.ob_source.Name = "ob_source";
  589. this.ob_source.Size = new System.Drawing.Size(0, 21);
  590. this.ob_source.TabIndex = 196;
  591. this.ob_source.Visible = false;
  592. //
  593. // label3
  594. //
  595. this.label3.AutoSize = true;
  596. this.label3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  597. this.label3.Location = new System.Drawing.Point(12, 40);
  598. this.label3.Name = "label3";
  599. this.label3.Size = new System.Drawing.Size(47, 21);
  600. this.label3.TabIndex = 196;
  601. this.label3.Text = "CR数";
  602. //
  603. // ob_cracceptqty
  604. //
  605. this.ob_cracceptqty.AllPower = null;
  606. this.ob_cracceptqty.BackColor = System.Drawing.Color.White;
  607. this.ob_cracceptqty.ID = null;
  608. this.ob_cracceptqty.Location = new System.Drawing.Point(88, 42);
  609. this.ob_cracceptqty.Name = "ob_cracceptqty";
  610. this.ob_cracceptqty.Power = null;
  611. this.ob_cracceptqty.Size = new System.Drawing.Size(154, 21);
  612. this.ob_cracceptqty.Str = null;
  613. this.ob_cracceptqty.Str1 = null;
  614. this.ob_cracceptqty.Str2 = null;
  615. this.ob_cracceptqty.TabIndex = 197;
  616. this.ob_cracceptqty.Tag = "NoAuto";
  617. //
  618. // ob_maacceptqty
  619. //
  620. this.ob_maacceptqty.AllPower = null;
  621. this.ob_maacceptqty.BackColor = System.Drawing.Color.White;
  622. this.ob_maacceptqty.ID = null;
  623. this.ob_maacceptqty.Location = new System.Drawing.Point(340, 42);
  624. this.ob_maacceptqty.Name = "ob_maacceptqty";
  625. this.ob_maacceptqty.Power = null;
  626. this.ob_maacceptqty.Size = new System.Drawing.Size(131, 21);
  627. this.ob_maacceptqty.Str = null;
  628. this.ob_maacceptqty.Str1 = null;
  629. this.ob_maacceptqty.Str2 = null;
  630. this.ob_maacceptqty.TabIndex = 199;
  631. this.ob_maacceptqty.Tag = "NoAuto";
  632. //
  633. // label4
  634. //
  635. this.label4.AutoSize = true;
  636. this.label4.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  637. this.label4.Location = new System.Drawing.Point(289, 41);
  638. this.label4.Name = "label4";
  639. this.label4.Size = new System.Drawing.Size(53, 21);
  640. this.label4.TabIndex = 198;
  641. this.label4.Text = "MA数";
  642. //
  643. // ob_miacceptqty
  644. //
  645. this.ob_miacceptqty.AllPower = null;
  646. this.ob_miacceptqty.BackColor = System.Drawing.Color.White;
  647. this.ob_miacceptqty.ID = null;
  648. this.ob_miacceptqty.Location = new System.Drawing.Point(561, 42);
  649. this.ob_miacceptqty.Name = "ob_miacceptqty";
  650. this.ob_miacceptqty.Power = null;
  651. this.ob_miacceptqty.Size = new System.Drawing.Size(131, 21);
  652. this.ob_miacceptqty.Str = null;
  653. this.ob_miacceptqty.Str1 = null;
  654. this.ob_miacceptqty.Str2 = null;
  655. this.ob_miacceptqty.TabIndex = 201;
  656. this.ob_miacceptqty.Tag = "NoAuto";
  657. //
  658. // label5
  659. //
  660. this.label5.AutoSize = true;
  661. this.label5.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  662. this.label5.Location = new System.Drawing.Point(509, 40);
  663. this.label5.Name = "label5";
  664. this.label5.Size = new System.Drawing.Size(47, 21);
  665. this.label5.TabIndex = 200;
  666. this.label5.Text = "MI数";
  667. //
  668. // OQC_PlanMaintain
  669. //
  670. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  671. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  672. this.ClientSize = new System.Drawing.Size(1022, 625);
  673. this.Controls.Add(this.ob_source);
  674. this.Controls.Add(this.ob_reworkcode);
  675. this.Controls.Add(this.ChooseAll);
  676. this.Controls.Add(this.panel1);
  677. this.Controls.Add(this.pr_detail);
  678. this.Controls.Add(this.pr_detail_label);
  679. this.Controls.Add(this.pr_code);
  680. this.Controls.Add(this.label1);
  681. this.Controls.Add(this.ob_status);
  682. this.Controls.Add(this.OperateResult);
  683. this.Controls.Add(this.Clean);
  684. this.Controls.Add(this.GetBatch);
  685. this.Controls.Add(this.Save);
  686. this.Controls.Add(this.CheckTypeDGV);
  687. this.Controls.Add(this.ob_prodcode);
  688. this.Controls.Add(this.ob_prodcode_label);
  689. this.Controls.Add(this.ob_nowcheckqty);
  690. this.Controls.Add(this.ob_batchqty_label);
  691. this.Controls.Add(this.obd_outboxcode);
  692. this.Controls.Add(this.obd_outboxcode_label);
  693. this.Controls.Add(this.panel2);
  694. this.Controls.Add(this.ob_checkno);
  695. this.Controls.Add(this.ob_checkno_label);
  696. this.Controls.Add(this.ms_sncode);
  697. this.Controls.Add(this.ms_sncode_label);
  698. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  699. this.Name = "OQC_PlanMaintain";
  700. this.Tag = "OQC!PlanMaintain";
  701. this.Text = "抽样计划维护";
  702. this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.OQC_PlanMaintain_FormClosing);
  703. this.Load += new System.EventHandler(this.抽样计划维护_Load);
  704. this.SizeChanged += new System.EventHandler(this.抽样计划维护_SizeChanged);
  705. this.panel2.ResumeLayout(false);
  706. this.panel2.PerformLayout();
  707. this.panel1.ResumeLayout(false);
  708. this.panel1.PerformLayout();
  709. ((System.ComponentModel.ISupportInitialize)(this.CheckTypeDGV)).EndInit();
  710. this.ResumeLayout(false);
  711. this.PerformLayout();
  712. }
  713. #endregion
  714. private CustomControl.TextBoxWithIcon.SnCollectionBox ms_sncode;
  715. private System.Windows.Forms.Label ms_sncode_label;
  716. private CustomControl.TextBoxWithIcon.EnterTextBox ob_checkno;
  717. private System.Windows.Forms.Label ob_checkno_label;
  718. private System.Windows.Forms.Panel panel2;
  719. private System.Windows.Forms.Label label2;
  720. private CustomControl.TextBoxWithIcon.SnCollectionBox obd_outboxcode;
  721. private System.Windows.Forms.Label obd_outboxcode_label;
  722. private CustomControl.TextBoxWithIcon.EnterTextBox ob_nowcheckqty;
  723. private System.Windows.Forms.Label ob_batchqty_label;
  724. private CustomControl.TextBoxWithIcon.EnterTextBox ob_prodcode;
  725. private System.Windows.Forms.Label ob_prodcode_label;
  726. private CustomControl.DataGrid_View.DataGridViewWithSerialNum CheckTypeDGV;
  727. private CustomControl.ButtonUtil.NormalButton Save;
  728. private CustomControl.ButtonUtil.NormalButton GetBatch;
  729. private CustomControl.TextBoxWithIcon.EnterTextBox ob_remark;
  730. private System.Windows.Forms.Label ob_remark_label;
  731. private CustomControl.ButtonUtil.NormalButton Clean;
  732. private CustomControl.RichText.RichTextAutoBottom OperateResult;
  733. private System.Windows.Forms.Label ob_maxacceptqty_label;
  734. private System.Windows.Forms.Label ob_aqlcode_label;
  735. private System.Windows.Forms.Label label1;
  736. private CustomControl.TextBoxWithIcon.SearchTextBox pr_code;
  737. private System.Windows.Forms.Label pr_detail_label;
  738. private CustomControl.TextBoxWithIcon.EnterTextBox pr_detail;
  739. private CustomControl.TextBoxWithIcon.SearchTextBox al_code;
  740. private CustomControl.TextBoxWithIcon.EnterTextBox ob_status;
  741. private System.Windows.Forms.Panel panel1;
  742. private System.Windows.Forms.Label ob_sampleqty_label;
  743. private CustomControl.TextBoxWithIcon.TextBoxNumOnly ob_sampleqty;
  744. private CustomControl.ButtonUtil.ChooseAllButton ChooseAll;
  745. private CustomControl.TextBoxWithIcon.EnterTextBox ob_maxngacceptqty;
  746. private System.Windows.Forms.DataGridViewCheckBoxColumn Choose;
  747. private System.Windows.Forms.DataGridViewTextBoxColumn oi_id;
  748. private System.Windows.Forms.DataGridViewTextBoxColumn ci_id;
  749. private System.Windows.Forms.DataGridViewTextBoxColumn ci_kind;
  750. private System.Windows.Forms.DataGridViewTextBoxColumn oi_sampleqty;
  751. private System.Windows.Forms.Label ob_reworkcode;
  752. private System.Windows.Forms.Label ob_source;
  753. private CustomControl.TextBoxWithIcon.EnterTextBox ob_miacceptqty;
  754. private System.Windows.Forms.Label label5;
  755. private CustomControl.TextBoxWithIcon.EnterTextBox ob_maacceptqty;
  756. private System.Windows.Forms.Label label4;
  757. private CustomControl.TextBoxWithIcon.EnterTextBox ob_cracceptqty;
  758. private System.Windows.Forms.Label label3;
  759. }
  760. }