OQC_PlanMaintain.designer.cs 36 KB

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