OQC_PlanMaintain.designer.cs 35 KB

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