OQC_PlanMaintain.designer.cs 37 KB

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