OQC_PlanMaintain.designer.cs 36 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667
  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.ad_qty = new UAS_MES.CustomControl.TextBoxWithIcon.TextBoxNumOnly();
  43. this.ad_qty_label = new System.Windows.Forms.Label();
  44. this.ob_remark = new UAS_MES.CustomControl.TextBoxWithIcon.EnterTextBox();
  45. this.ob_aqlcode = new UAS_MES.CustomControl.TextBoxWithIcon.SearchTextBox();
  46. this.pr_detail = new UAS_MES.CustomControl.TextBoxWithIcon.EnterTextBox();
  47. this.ob_projectcode = new UAS_MES.CustomControl.TextBoxWithIcon.SearchTextBox();
  48. this.ob_status = new UAS_MES.CustomControl.TextBoxWithIcon.EnterTextBox();
  49. this.OperateResult = new UAS_MES.CustomControl.RichText.RichTextAutoBottom();
  50. this.Clean = new UAS_MES.CustomControl.ButtonUtil.NormalButton();
  51. this.GetBatch = new UAS_MES.CustomControl.ButtonUtil.NormalButton();
  52. this.Save = new UAS_MES.CustomControl.ButtonUtil.NormalButton();
  53. this.CheckTypeDGV = new UAS_MES.CustomControl.DataGrid_View.DataGridViewWithSerialNum();
  54. this.Choose = new System.Windows.Forms.DataGridViewCheckBoxColumn();
  55. this.oi_id = new System.Windows.Forms.DataGridViewTextBoxColumn();
  56. this.ci_id = new System.Windows.Forms.DataGridViewTextBoxColumn();
  57. this.ci_kind = new System.Windows.Forms.DataGridViewTextBoxColumn();
  58. this.oi_sampleqty = new System.Windows.Forms.DataGridViewTextBoxColumn();
  59. this.ob_prodcode = new UAS_MES.CustomControl.TextBoxWithIcon.EnterTextBox();
  60. this.ob_nowcheckqty = new UAS_MES.CustomControl.TextBoxWithIcon.EnterTextBox();
  61. this.obd_outboxcode = new UAS_MES.CustomControl.TextBoxWithIcon.EnterTextBox();
  62. this.ob_checkno = new UAS_MES.CustomControl.TextBoxWithIcon.EnterTextBox();
  63. this.ms_sncode = new UAS_MES.CustomControl.TextBoxWithIcon.EnterTextBox();
  64. this.ChooseAll = new UAS_MES.CustomControl.ButtonUtil.ChooseAllButton();
  65. this.ob_maxngacceptqty = new UAS_MES.CustomControl.TextBoxWithIcon.EnterTextBox();
  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. // ad_qty
  223. //
  224. this.ad_qty.Location = new System.Drawing.Point(100, 74);
  225. this.ad_qty.Margin = new System.Windows.Forms.Padding(4);
  226. this.ad_qty.Name = "ad_qty";
  227. this.ad_qty.Size = new System.Drawing.Size(204, 25);
  228. this.ad_qty.TabIndex = 194;
  229. this.ad_qty.Text = "0";
  230. this.ad_qty.TextChanged += new System.EventHandler(this.ad_qty_TextChanged_1);
  231. //
  232. // ad_qty_label
  233. //
  234. this.ad_qty_label.AutoSize = true;
  235. this.ad_qty_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  236. this.ad_qty_label.Location = new System.Drawing.Point(16, 74);
  237. this.ad_qty_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  238. this.ad_qty_label.Name = "ad_qty_label";
  239. this.ad_qty_label.Size = new System.Drawing.Size(72, 27);
  240. this.ad_qty_label.TabIndex = 193;
  241. this.ad_qty_label.Text = "样本数";
  242. //
  243. // ob_remark
  244. //
  245. this.ob_remark.AllPower = null;
  246. this.ob_remark.BackColor = System.Drawing.Color.White;
  247. this.ob_remark.ID = null;
  248. this.ob_remark.Location = new System.Drawing.Point(585, 74);
  249. this.ob_remark.Margin = new System.Windows.Forms.Padding(4);
  250. this.ob_remark.Name = "ob_remark";
  251. this.ob_remark.Power = null;
  252. this.ob_remark.Size = new System.Drawing.Size(224, 25);
  253. this.ob_remark.Str = null;
  254. this.ob_remark.Str1 = null;
  255. this.ob_remark.Str2 = null;
  256. this.ob_remark.TabIndex = 173;
  257. this.ob_remark.Tag = "NoAuto";
  258. //
  259. // ob_aqlcode
  260. //
  261. this.ob_aqlcode.AllPower = null;
  262. this.ob_aqlcode.Caller = null;
  263. this.ob_aqlcode.Condition = null;
  264. this.ob_aqlcode.DBTitle = null;
  265. this.ob_aqlcode.FormName = null;
  266. this.ob_aqlcode.Location = new System.Drawing.Point(101, 25);
  267. this.ob_aqlcode.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  268. this.ob_aqlcode.Name = "ob_aqlcode";
  269. this.ob_aqlcode.Power = null;
  270. this.ob_aqlcode.SelectField = null;
  271. this.ob_aqlcode.SetValueField = null;
  272. this.ob_aqlcode.Size = new System.Drawing.Size(226, 26);
  273. this.ob_aqlcode.TabIndex = 191;
  274. this.ob_aqlcode.TableName = null;
  275. this.ob_aqlcode.Tag = "AL_CODE";
  276. this.ob_aqlcode.TextBoxEnable = false;
  277. this.ob_aqlcode.UserControlTextChanged += new UAS_MES.CustomControl.TextBoxWithIcon.SearchTextBox.OnTextChange(this.ob_aqlcode_UserControlTextChanged);
  278. //
  279. // pr_detail
  280. //
  281. this.pr_detail.AllPower = null;
  282. this.pr_detail.BackColor = System.Drawing.Color.White;
  283. this.pr_detail.Enabled = false;
  284. this.pr_detail.ID = null;
  285. this.pr_detail.Location = new System.Drawing.Point(461, 110);
  286. this.pr_detail.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  287. this.pr_detail.Name = "pr_detail";
  288. this.pr_detail.Power = null;
  289. this.pr_detail.ReadOnly = true;
  290. this.pr_detail.Size = new System.Drawing.Size(180, 25);
  291. this.pr_detail.Str = null;
  292. this.pr_detail.Str1 = null;
  293. this.pr_detail.Str2 = null;
  294. this.pr_detail.TabIndex = 189;
  295. this.pr_detail.Tag = "NoAuto";
  296. //
  297. // ob_projectcode
  298. //
  299. this.ob_projectcode.AllPower = null;
  300. this.ob_projectcode.Caller = null;
  301. this.ob_projectcode.Condition = null;
  302. this.ob_projectcode.DBTitle = null;
  303. this.ob_projectcode.FormName = null;
  304. this.ob_projectcode.Location = new System.Drawing.Point(1136, 110);
  305. this.ob_projectcode.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  306. this.ob_projectcode.Name = "ob_projectcode";
  307. this.ob_projectcode.Power = null;
  308. this.ob_projectcode.SelectField = null;
  309. this.ob_projectcode.SetValueField = null;
  310. this.ob_projectcode.Size = new System.Drawing.Size(212, 26);
  311. this.ob_projectcode.TabIndex = 187;
  312. this.ob_projectcode.TableName = null;
  313. this.ob_projectcode.Tag = "pr_code";
  314. this.ob_projectcode.TextBoxEnable = false;
  315. this.ob_projectcode.UserControlTextChanged += new UAS_MES.CustomControl.TextBoxWithIcon.SearchTextBox.OnTextChange(this.ob_projectcode_UserControlTextChanged);
  316. //
  317. // ob_status
  318. //
  319. this.ob_status.AllPower = null;
  320. this.ob_status.BackColor = System.Drawing.Color.White;
  321. this.ob_status.Enabled = false;
  322. this.ob_status.ID = null;
  323. this.ob_status.Location = new System.Drawing.Point(1167, 159);
  324. this.ob_status.Margin = new System.Windows.Forms.Padding(4);
  325. this.ob_status.Name = "ob_status";
  326. this.ob_status.Power = null;
  327. this.ob_status.Size = new System.Drawing.Size(180, 25);
  328. this.ob_status.Str = null;
  329. this.ob_status.Str1 = null;
  330. this.ob_status.Str2 = null;
  331. this.ob_status.TabIndex = 179;
  332. this.ob_status.Tag = "NoAuto";
  333. this.ob_status.Visible = false;
  334. //
  335. // OperateResult
  336. //
  337. this.OperateResult.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  338. this.OperateResult.Location = new System.Drawing.Point(1036, 315);
  339. this.OperateResult.Margin = new System.Windows.Forms.Padding(4);
  340. this.OperateResult.Name = "OperateResult";
  341. this.OperateResult.Size = new System.Drawing.Size(309, 396);
  342. this.OperateResult.TabIndex = 177;
  343. this.OperateResult.Text = "";
  344. //
  345. // Clean
  346. //
  347. this.Clean.AllPower = null;
  348. this.Clean.BackColor = System.Drawing.Color.Transparent;
  349. this.Clean.DownImage = ((System.Drawing.Image)(resources.GetObject("Clean.DownImage")));
  350. this.Clean.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  351. this.Clean.Image = ((System.Drawing.Image)(resources.GetObject("Clean.Image")));
  352. this.Clean.IsShowBorder = true;
  353. this.Clean.Location = new System.Drawing.Point(1145, 729);
  354. this.Clean.Margin = new System.Windows.Forms.Padding(4);
  355. this.Clean.MoveImage = ((System.Drawing.Image)(resources.GetObject("Clean.MoveImage")));
  356. this.Clean.Name = "Clean";
  357. this.Clean.NormalImage = ((System.Drawing.Image)(resources.GetObject("Clean.NormalImage")));
  358. this.Clean.Power = null;
  359. this.Clean.Size = new System.Drawing.Size(91, 30);
  360. this.Clean.TabIndex = 176;
  361. this.Clean.Tag = "";
  362. this.Clean.Text = "清除";
  363. this.Clean.UseVisualStyleBackColor = true;
  364. this.Clean.Click += new System.EventHandler(this.Clean_Click);
  365. //
  366. // GetBatch
  367. //
  368. this.GetBatch.AllPower = "ifall";
  369. this.GetBatch.BackColor = System.Drawing.Color.Transparent;
  370. this.GetBatch.DownImage = ((System.Drawing.Image)(resources.GetObject("GetBatch.DownImage")));
  371. this.GetBatch.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  372. this.GetBatch.Image = ((System.Drawing.Image)(resources.GetObject("GetBatch.Image")));
  373. this.GetBatch.IsShowBorder = true;
  374. this.GetBatch.Location = new System.Drawing.Point(1036, 64);
  375. this.GetBatch.Margin = new System.Windows.Forms.Padding(4);
  376. this.GetBatch.MoveImage = ((System.Drawing.Image)(resources.GetObject("GetBatch.MoveImage")));
  377. this.GetBatch.Name = "GetBatch";
  378. this.GetBatch.NormalImage = ((System.Drawing.Image)(resources.GetObject("GetBatch.NormalImage")));
  379. this.GetBatch.Power = "ifRead";
  380. this.GetBatch.Size = new System.Drawing.Size(91, 30);
  381. this.GetBatch.TabIndex = 171;
  382. this.GetBatch.Tag = "OQC!Inspection";
  383. this.GetBatch.Text = "获取批";
  384. this.GetBatch.UseVisualStyleBackColor = true;
  385. this.GetBatch.Click += new System.EventHandler(this.GetBatch_Click);
  386. //
  387. // Save
  388. //
  389. this.Save.AllPower = "ifall";
  390. this.Save.BackColor = System.Drawing.Color.Transparent;
  391. this.Save.DownImage = ((System.Drawing.Image)(resources.GetObject("Save.DownImage")));
  392. this.Save.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  393. this.Save.Image = ((System.Drawing.Image)(resources.GetObject("Save.Image")));
  394. this.Save.IsShowBorder = true;
  395. this.Save.Location = new System.Drawing.Point(490, 729);
  396. this.Save.Margin = new System.Windows.Forms.Padding(4);
  397. this.Save.MoveImage = ((System.Drawing.Image)(resources.GetObject("Save.MoveImage")));
  398. this.Save.Name = "Save";
  399. this.Save.NormalImage = ((System.Drawing.Image)(resources.GetObject("Save.NormalImage")));
  400. this.Save.Power = "ifWrite";
  401. this.Save.Size = new System.Drawing.Size(93, 30);
  402. this.Save.TabIndex = 168;
  403. this.Save.Tag = "OQC!Inspection";
  404. this.Save.Text = "保存";
  405. this.Save.UseVisualStyleBackColor = true;
  406. this.Save.Click += new System.EventHandler(this.Save_Click);
  407. //
  408. // CheckTypeDGV
  409. //
  410. this.CheckTypeDGV.AllowUserToAddRows = false;
  411. this.CheckTypeDGV.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  412. this.CheckTypeDGV.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  413. this.Choose,
  414. this.oi_id,
  415. this.ci_id,
  416. this.ci_kind,
  417. this.oi_sampleqty});
  418. this.CheckTypeDGV.Location = new System.Drawing.Point(33, 315);
  419. this.CheckTypeDGV.Margin = new System.Windows.Forms.Padding(4);
  420. this.CheckTypeDGV.Name = "CheckTypeDGV";
  421. this.CheckTypeDGV.RowTemplate.Height = 23;
  422. this.CheckTypeDGV.Size = new System.Drawing.Size(993, 398);
  423. this.CheckTypeDGV.TabIndex = 167;
  424. //
  425. // Choose
  426. //
  427. this.Choose.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
  428. this.Choose.DataPropertyName = "Choose";
  429. this.Choose.HeaderText = "勾选";
  430. this.Choose.Name = "Choose";
  431. this.Choose.Resizable = System.Windows.Forms.DataGridViewTriState.False;
  432. this.Choose.Width = 60;
  433. //
  434. // oi_id
  435. //
  436. this.oi_id.DataPropertyName = "oi_id";
  437. this.oi_id.HeaderText = "oi_id";
  438. this.oi_id.Name = "oi_id";
  439. this.oi_id.Visible = false;
  440. //
  441. // ci_id
  442. //
  443. this.ci_id.DataPropertyName = "ci_id";
  444. this.ci_id.HeaderText = "ci_id";
  445. this.ci_id.Name = "ci_id";
  446. this.ci_id.ReadOnly = true;
  447. this.ci_id.Visible = false;
  448. //
  449. // ci_kind
  450. //
  451. this.ci_kind.DataPropertyName = "ci_kind";
  452. this.ci_kind.HeaderText = "检验类型";
  453. this.ci_kind.Name = "ci_kind";
  454. this.ci_kind.ReadOnly = true;
  455. this.ci_kind.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  456. this.ci_kind.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  457. this.ci_kind.Width = 150;
  458. //
  459. // oi_sampleqty
  460. //
  461. this.oi_sampleqty.DataPropertyName = "oi_sampleqty";
  462. this.oi_sampleqty.HeaderText = "样本数量";
  463. this.oi_sampleqty.Name = "oi_sampleqty";
  464. this.oi_sampleqty.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  465. this.oi_sampleqty.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  466. this.oi_sampleqty.Width = 150;
  467. //
  468. // ob_prodcode
  469. //
  470. this.ob_prodcode.AllPower = null;
  471. this.ob_prodcode.BackColor = System.Drawing.Color.White;
  472. this.ob_prodcode.Enabled = false;
  473. this.ob_prodcode.ID = null;
  474. this.ob_prodcode.Location = new System.Drawing.Point(135, 110);
  475. this.ob_prodcode.Margin = new System.Windows.Forms.Padding(4);
  476. this.ob_prodcode.Name = "ob_prodcode";
  477. this.ob_prodcode.Power = null;
  478. this.ob_prodcode.Size = new System.Drawing.Size(180, 25);
  479. this.ob_prodcode.Str = null;
  480. this.ob_prodcode.Str1 = null;
  481. this.ob_prodcode.Str2 = null;
  482. this.ob_prodcode.TabIndex = 164;
  483. this.ob_prodcode.Tag = "NoAuto";
  484. //
  485. // ob_nowcheckqty
  486. //
  487. this.ob_nowcheckqty.AllPower = null;
  488. this.ob_nowcheckqty.BackColor = System.Drawing.Color.White;
  489. this.ob_nowcheckqty.Enabled = false;
  490. this.ob_nowcheckqty.ID = null;
  491. this.ob_nowcheckqty.Location = new System.Drawing.Point(811, 110);
  492. this.ob_nowcheckqty.Margin = new System.Windows.Forms.Padding(4);
  493. this.ob_nowcheckqty.Name = "ob_nowcheckqty";
  494. this.ob_nowcheckqty.Power = null;
  495. this.ob_nowcheckqty.ReadOnly = true;
  496. this.ob_nowcheckqty.Size = new System.Drawing.Size(180, 25);
  497. this.ob_nowcheckqty.Str = null;
  498. this.ob_nowcheckqty.Str1 = null;
  499. this.ob_nowcheckqty.Str2 = null;
  500. this.ob_nowcheckqty.TabIndex = 160;
  501. this.ob_nowcheckqty.Tag = "ob_nowcheckqty";
  502. //
  503. // obd_outboxcode
  504. //
  505. this.obd_outboxcode.AllPower = null;
  506. this.obd_outboxcode.BackColor = System.Drawing.Color.White;
  507. this.obd_outboxcode.ID = null;
  508. this.obd_outboxcode.Location = new System.Drawing.Point(463, 61);
  509. this.obd_outboxcode.Margin = new System.Windows.Forms.Padding(4);
  510. this.obd_outboxcode.Name = "obd_outboxcode";
  511. this.obd_outboxcode.Power = null;
  512. this.obd_outboxcode.Size = new System.Drawing.Size(180, 25);
  513. this.obd_outboxcode.Str = null;
  514. this.obd_outboxcode.Str1 = null;
  515. this.obd_outboxcode.Str2 = null;
  516. this.obd_outboxcode.TabIndex = 158;
  517. this.obd_outboxcode.Tag = "NoAuto";
  518. this.obd_outboxcode.KeyDown += new System.Windows.Forms.KeyEventHandler(this.obd_outboxcode_KeyDown);
  519. //
  520. // ob_checkno
  521. //
  522. this.ob_checkno.AllPower = null;
  523. this.ob_checkno.BackColor = System.Drawing.Color.White;
  524. this.ob_checkno.ID = null;
  525. this.ob_checkno.Location = new System.Drawing.Point(135, 59);
  526. this.ob_checkno.Margin = new System.Windows.Forms.Padding(4);
  527. this.ob_checkno.Name = "ob_checkno";
  528. this.ob_checkno.Power = null;
  529. this.ob_checkno.Size = new System.Drawing.Size(180, 25);
  530. this.ob_checkno.Str = null;
  531. this.ob_checkno.Str1 = null;
  532. this.ob_checkno.Str2 = null;
  533. this.ob_checkno.TabIndex = 155;
  534. this.ob_checkno.Tag = "NoAuto";
  535. this.ob_checkno.KeyDown += new System.Windows.Forms.KeyEventHandler(this.ob_checkno_KeyDown);
  536. //
  537. // ms_sncode
  538. //
  539. this.ms_sncode.AllPower = null;
  540. this.ms_sncode.BackColor = System.Drawing.Color.White;
  541. this.ms_sncode.ID = null;
  542. this.ms_sncode.Location = new System.Drawing.Point(811, 64);
  543. this.ms_sncode.Margin = new System.Windows.Forms.Padding(4);
  544. this.ms_sncode.Name = "ms_sncode";
  545. this.ms_sncode.Power = null;
  546. this.ms_sncode.Size = new System.Drawing.Size(180, 25);
  547. this.ms_sncode.Str = null;
  548. this.ms_sncode.Str1 = null;
  549. this.ms_sncode.Str2 = null;
  550. this.ms_sncode.TabIndex = 153;
  551. this.ms_sncode.Tag = "NoAuto";
  552. this.ms_sncode.KeyDown += new System.Windows.Forms.KeyEventHandler(this.ms_sncode_KeyDown);
  553. //
  554. // ChooseAll
  555. //
  556. this.ChooseAll.Location = new System.Drawing.Point(33, 286);
  557. this.ChooseAll.Name = "ChooseAll";
  558. this.ChooseAll.Size = new System.Drawing.Size(50, 23);
  559. this.ChooseAll.TabIndex = 194;
  560. this.ChooseAll.Text = "全选";
  561. this.ChooseAll.UseVisualStyleBackColor = true;
  562. //
  563. // ob_maxngacceptqty
  564. //
  565. this.ob_maxngacceptqty.AllPower = null;
  566. this.ob_maxngacceptqty.BackColor = System.Drawing.Color.White;
  567. this.ob_maxngacceptqty.ID = null;
  568. this.ob_maxngacceptqty.Location = new System.Drawing.Point(585, 22);
  569. this.ob_maxngacceptqty.Margin = new System.Windows.Forms.Padding(4);
  570. this.ob_maxngacceptqty.Name = "ob_maxngacceptqty";
  571. this.ob_maxngacceptqty.Power = null;
  572. this.ob_maxngacceptqty.Size = new System.Drawing.Size(224, 25);
  573. this.ob_maxngacceptqty.Str = null;
  574. this.ob_maxngacceptqty.Str1 = null;
  575. this.ob_maxngacceptqty.Str2 = null;
  576. this.ob_maxngacceptqty.TabIndex = 195;
  577. this.ob_maxngacceptqty.Tag = "NoAuto";
  578. //
  579. // OQC_PlanMaintain
  580. //
  581. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
  582. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  583. this.ClientSize = new System.Drawing.Size(1363, 781);
  584. this.Controls.Add(this.ChooseAll);
  585. this.Controls.Add(this.panel1);
  586. this.Controls.Add(this.pr_detail);
  587. this.Controls.Add(this.pr_detail_label);
  588. this.Controls.Add(this.ob_projectcode);
  589. this.Controls.Add(this.label1);
  590. this.Controls.Add(this.ob_status);
  591. this.Controls.Add(this.OperateResult);
  592. this.Controls.Add(this.Clean);
  593. this.Controls.Add(this.GetBatch);
  594. this.Controls.Add(this.Save);
  595. this.Controls.Add(this.CheckTypeDGV);
  596. this.Controls.Add(this.ob_prodcode);
  597. this.Controls.Add(this.ob_prodcode_label);
  598. this.Controls.Add(this.ob_nowcheckqty);
  599. this.Controls.Add(this.ob_batchqty_label);
  600. this.Controls.Add(this.obd_outboxcode);
  601. this.Controls.Add(this.obd_outboxcode_label);
  602. this.Controls.Add(this.panel2);
  603. this.Controls.Add(this.ob_checkno);
  604. this.Controls.Add(this.ob_checkno_label);
  605. this.Controls.Add(this.ms_sncode);
  606. this.Controls.Add(this.ms_sncode_label);
  607. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  608. this.Margin = new System.Windows.Forms.Padding(4);
  609. this.Name = "OQC_PlanMaintain";
  610. this.Tag = "OQC!PlanMaintain";
  611. this.Text = "抽样计划维护";
  612. this.Load += new System.EventHandler(this.抽样计划维护_Load);
  613. this.SizeChanged += new System.EventHandler(this.抽样计划维护_SizeChanged);
  614. this.panel2.ResumeLayout(true);
  615. this.panel2.PerformLayout();
  616. this.panel1.ResumeLayout(true);
  617. this.panel1.PerformLayout();
  618. ((System.ComponentModel.ISupportInitialize)(this.CheckTypeDGV)).EndInit();
  619. this.ResumeLayout(true);
  620. this.PerformLayout();
  621. }
  622. #endregion
  623. private CustomControl.TextBoxWithIcon.EnterTextBox ms_sncode;
  624. private System.Windows.Forms.Label ms_sncode_label;
  625. private CustomControl.TextBoxWithIcon.EnterTextBox ob_checkno;
  626. private System.Windows.Forms.Label ob_checkno_label;
  627. private System.Windows.Forms.Panel panel2;
  628. private System.Windows.Forms.Label label2;
  629. private CustomControl.TextBoxWithIcon.EnterTextBox obd_outboxcode;
  630. private System.Windows.Forms.Label obd_outboxcode_label;
  631. private CustomControl.TextBoxWithIcon.EnterTextBox ob_nowcheckqty;
  632. private System.Windows.Forms.Label ob_batchqty_label;
  633. private CustomControl.TextBoxWithIcon.EnterTextBox ob_prodcode;
  634. private System.Windows.Forms.Label ob_prodcode_label;
  635. private CustomControl.DataGrid_View.DataGridViewWithSerialNum CheckTypeDGV;
  636. private CustomControl.ButtonUtil.NormalButton Save;
  637. private CustomControl.ButtonUtil.NormalButton GetBatch;
  638. private CustomControl.TextBoxWithIcon.EnterTextBox ob_remark;
  639. private System.Windows.Forms.Label ob_remark_label;
  640. private CustomControl.ButtonUtil.NormalButton Clean;
  641. private CustomControl.RichText.RichTextAutoBottom OperateResult;
  642. private System.Windows.Forms.Label ob_maxacceptqty_label;
  643. private System.Windows.Forms.Label ob_aqlcode_label;
  644. private System.Windows.Forms.Label label1;
  645. private CustomControl.TextBoxWithIcon.SearchTextBox ob_projectcode;
  646. private System.Windows.Forms.Label pr_detail_label;
  647. private CustomControl.TextBoxWithIcon.EnterTextBox pr_detail;
  648. private CustomControl.TextBoxWithIcon.SearchTextBox ob_aqlcode;
  649. private CustomControl.TextBoxWithIcon.EnterTextBox ob_status;
  650. private System.Windows.Forms.Panel panel1;
  651. private System.Windows.Forms.Label ad_qty_label;
  652. private CustomControl.TextBoxWithIcon.TextBoxNumOnly ad_qty;
  653. private System.Windows.Forms.DataGridViewCheckBoxColumn Choose;
  654. private System.Windows.Forms.DataGridViewTextBoxColumn oi_id;
  655. private System.Windows.Forms.DataGridViewTextBoxColumn ci_id;
  656. private System.Windows.Forms.DataGridViewTextBoxColumn ci_kind;
  657. private System.Windows.Forms.DataGridViewTextBoxColumn oi_sampleqty;
  658. private CustomControl.ButtonUtil.ChooseAllButton ChooseAll;
  659. private CustomControl.TextBoxWithIcon.EnterTextBox ob_maxngacceptqty;
  660. }
  661. }