OQC_PlanMaintain.designer.cs 38 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701
  1. namespace UAS_MES.OQC
  2. {
  3. partial class OQC_PlanMaintain
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region Windows Form Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(OQC_PlanMaintain));
  29. this.ms_sncode_label = new System.Windows.Forms.Label();
  30. this.ob_checkno_label = new System.Windows.Forms.Label();
  31. this.panel2 = new System.Windows.Forms.Panel();
  32. this.label2 = new System.Windows.Forms.Label();
  33. this.obd_outboxcode_label = new System.Windows.Forms.Label();
  34. this.ob_batchqty_label = new System.Windows.Forms.Label();
  35. this.ob_source_label = new System.Windows.Forms.Label();
  36. this.pr_kind_label = new System.Windows.Forms.Label();
  37. this.ob_prodcode_label = new System.Windows.Forms.Label();
  38. this.ob_remark_label = new System.Windows.Forms.Label();
  39. this.ob_status_label = new System.Windows.Forms.Label();
  40. this.ob_maxacceptqty_label = new System.Windows.Forms.Label();
  41. this.ob_aqlcode_label = new System.Windows.Forms.Label();
  42. this.label1 = new System.Windows.Forms.Label();
  43. this.ob_projectcode = new UAS_MES.CustomControl.TextBoxWithIcon.SearchTextBox();
  44. this.ob_aqlcode = new UAS_MES.CustomControl.TextBoxWithIcon.EnterTextBox();
  45. this.ob_maxngacceptqty = new UAS_MES.CustomControl.TextBoxWithIcon.EnterTextBox();
  46. this.ob_status = new UAS_MES.CustomControl.TextBoxWithIcon.EnterTextBox();
  47. this.OperateResult = new UAS_MES.CustomControl.RichText.RichTextAutoBottom();
  48. this.Clean = new UAS_MES.CustomControl.ButtonUtil.NormalButton();
  49. this.ob_remark = new UAS_MES.CustomControl.TextBoxWithIcon.EnterTextBox();
  50. this.GetBatch = new UAS_MES.CustomControl.ButtonUtil.NormalButton();
  51. this.SaveConfiguration = new UAS_MES.CustomControl.ButtonUtil.NormalButton();
  52. this.RefreshConfiguration = 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.pr_kind = new UAS_MES.CustomControl.TextBoxWithIcon.EnterTextBox();
  61. this.ob_prodcode = new UAS_MES.CustomControl.TextBoxWithIcon.EnterTextBox();
  62. this.ob_source = new UAS_MES.CustomControl.TextBoxWithIcon.EnterTextBox();
  63. this.ob_batchqty = new UAS_MES.CustomControl.TextBoxWithIcon.EnterTextBox();
  64. this.obd_outboxcode = new UAS_MES.CustomControl.TextBoxWithIcon.EnterTextBox();
  65. this.ob_checkno = new UAS_MES.CustomControl.TextBoxWithIcon.EnterTextBox();
  66. this.ms_sncode = new UAS_MES.CustomControl.TextBoxWithIcon.EnterTextBox();
  67. this.panel2.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(708, 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, 41);
  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(28, 119);
  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_source_label
  141. //
  142. this.ob_source_label.AutoSize = true;
  143. this.ob_source_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  144. this.ob_source_label.Location = new System.Drawing.Point(357, 121);
  145. this.ob_source_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  146. this.ob_source_label.Name = "ob_source_label";
  147. this.ob_source_label.Size = new System.Drawing.Size(72, 27);
  148. this.ob_source_label.TabIndex = 161;
  149. this.ob_source_label.Text = "批类型";
  150. //
  151. // pr_kind_label
  152. //
  153. this.pr_kind_label.AutoSize = true;
  154. this.pr_kind_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  155. this.pr_kind_label.Location = new System.Drawing.Point(708, 122);
  156. this.pr_kind_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  157. this.pr_kind_label.Name = "pr_kind_label";
  158. this.pr_kind_label.Size = new System.Drawing.Size(92, 27);
  159. this.pr_kind_label.TabIndex = 165;
  160. this.pr_kind_label.Text = "产品类型";
  161. //
  162. // ob_prodcode_label
  163. //
  164. this.ob_prodcode_label.AutoSize = true;
  165. this.ob_prodcode_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  166. this.ob_prodcode_label.Location = new System.Drawing.Point(1059, 65);
  167. this.ob_prodcode_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  168. this.ob_prodcode_label.Name = "ob_prodcode_label";
  169. this.ob_prodcode_label.Size = new System.Drawing.Size(92, 27);
  170. this.ob_prodcode_label.TabIndex = 163;
  171. this.ob_prodcode_label.Text = "产品编号";
  172. //
  173. // ob_remark_label
  174. //
  175. this.ob_remark_label.AutoSize = true;
  176. this.ob_remark_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  177. this.ob_remark_label.Location = new System.Drawing.Point(52, 680);
  178. this.ob_remark_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  179. this.ob_remark_label.Name = "ob_remark_label";
  180. this.ob_remark_label.Size = new System.Drawing.Size(52, 27);
  181. this.ob_remark_label.TabIndex = 172;
  182. this.ob_remark_label.Text = "备注";
  183. //
  184. // ob_status_label
  185. //
  186. this.ob_status_label.AutoSize = true;
  187. this.ob_status_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  188. this.ob_status_label.Location = new System.Drawing.Point(1059, 122);
  189. this.ob_status_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  190. this.ob_status_label.Name = "ob_status_label";
  191. this.ob_status_label.Size = new System.Drawing.Size(52, 27);
  192. this.ob_status_label.TabIndex = 178;
  193. this.ob_status_label.Text = "状态";
  194. //
  195. // ob_maxacceptqty_label
  196. //
  197. this.ob_maxacceptqty_label.AutoSize = true;
  198. this.ob_maxacceptqty_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  199. this.ob_maxacceptqty_label.Location = new System.Drawing.Point(52, 730);
  200. this.ob_maxacceptqty_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  201. this.ob_maxacceptqty_label.Name = "ob_maxacceptqty_label";
  202. this.ob_maxacceptqty_label.Size = new System.Drawing.Size(212, 27);
  203. this.ob_maxacceptqty_label.TabIndex = 182;
  204. this.ob_maxacceptqty_label.Text = "最大不合格允许通过数";
  205. //
  206. // ob_aqlcode_label
  207. //
  208. this.ob_aqlcode_label.AutoSize = true;
  209. this.ob_aqlcode_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  210. this.ob_aqlcode_label.Location = new System.Drawing.Point(547, 680);
  211. this.ob_aqlcode_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  212. this.ob_aqlcode_label.Name = "ob_aqlcode_label";
  213. this.ob_aqlcode_label.Size = new System.Drawing.Size(52, 27);
  214. this.ob_aqlcode_label.TabIndex = 184;
  215. this.ob_aqlcode_label.Text = "AQL";
  216. //
  217. // label1
  218. //
  219. this.label1.AutoSize = true;
  220. this.label1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  221. this.label1.Location = new System.Drawing.Point(1059, 170);
  222. this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  223. this.label1.Name = "label1";
  224. this.label1.Size = new System.Drawing.Size(92, 27);
  225. this.label1.TabIndex = 186;
  226. this.label1.Text = "检验方案";
  227. //
  228. // ob_projectcode
  229. //
  230. this.ob_projectcode.AllPower = null;
  231. this.ob_projectcode.Caller = null;
  232. this.ob_projectcode.Condition = null;
  233. this.ob_projectcode.DBTitle = null;
  234. this.ob_projectcode.FormName = null;
  235. this.ob_projectcode.Location = new System.Drawing.Point(1163, 176);
  236. this.ob_projectcode.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  237. this.ob_projectcode.Name = "ob_projectcode";
  238. this.ob_projectcode.Power = null;
  239. this.ob_projectcode.SelectField = null;
  240. this.ob_projectcode.SetValueField = null;
  241. this.ob_projectcode.Size = new System.Drawing.Size(180, 25);
  242. this.ob_projectcode.TabIndex = 187;
  243. this.ob_projectcode.TableName = null;
  244. this.ob_projectcode.Tag = "pr_code";
  245. this.ob_projectcode.TextBoxEnable = false;
  246. //
  247. // ob_aqlcode
  248. //
  249. this.ob_aqlcode.AllPower = null;
  250. this.ob_aqlcode.BackColor = System.Drawing.Color.White;
  251. this.ob_aqlcode.ID = null;
  252. this.ob_aqlcode.Location = new System.Drawing.Point(629, 680);
  253. this.ob_aqlcode.Margin = new System.Windows.Forms.Padding(4);
  254. this.ob_aqlcode.Name = "ob_aqlcode";
  255. this.ob_aqlcode.Power = null;
  256. this.ob_aqlcode.Size = new System.Drawing.Size(224, 25);
  257. this.ob_aqlcode.Str = null;
  258. this.ob_aqlcode.Str1 = null;
  259. this.ob_aqlcode.Str2 = null;
  260. this.ob_aqlcode.TabIndex = 185;
  261. this.ob_aqlcode.Tag = "NoAuto";
  262. //
  263. // ob_maxngacceptqty
  264. //
  265. this.ob_maxngacceptqty.AllPower = null;
  266. this.ob_maxngacceptqty.BackColor = System.Drawing.Color.White;
  267. this.ob_maxngacceptqty.ID = null;
  268. this.ob_maxngacceptqty.Location = new System.Drawing.Point(287, 730);
  269. this.ob_maxngacceptqty.Margin = new System.Windows.Forms.Padding(4);
  270. this.ob_maxngacceptqty.Name = "ob_maxngacceptqty";
  271. this.ob_maxngacceptqty.Power = null;
  272. this.ob_maxngacceptqty.Size = new System.Drawing.Size(224, 25);
  273. this.ob_maxngacceptqty.Str = null;
  274. this.ob_maxngacceptqty.Str1 = null;
  275. this.ob_maxngacceptqty.Str2 = null;
  276. this.ob_maxngacceptqty.TabIndex = 183;
  277. this.ob_maxngacceptqty.Tag = "NoAuto";
  278. //
  279. // ob_status
  280. //
  281. this.ob_status.AllPower = null;
  282. this.ob_status.BackColor = System.Drawing.Color.White;
  283. this.ob_status.Enabled = false;
  284. this.ob_status.ID = null;
  285. this.ob_status.Location = new System.Drawing.Point(1163, 122);
  286. this.ob_status.Margin = new System.Windows.Forms.Padding(4);
  287. this.ob_status.Name = "ob_status";
  288. this.ob_status.Power = null;
  289. this.ob_status.Size = new System.Drawing.Size(180, 25);
  290. this.ob_status.Str = null;
  291. this.ob_status.Str1 = null;
  292. this.ob_status.Str2 = null;
  293. this.ob_status.TabIndex = 179;
  294. this.ob_status.Tag = "NoAuto";
  295. //
  296. // OperateResult
  297. //
  298. this.OperateResult.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  299. this.OperateResult.Location = new System.Drawing.Point(1073, 216);
  300. this.OperateResult.Margin = new System.Windows.Forms.Padding(4);
  301. this.OperateResult.Name = "OperateResult";
  302. this.OperateResult.Size = new System.Drawing.Size(269, 396);
  303. this.OperateResult.TabIndex = 177;
  304. this.OperateResult.Text = "";
  305. //
  306. // Clean
  307. //
  308. this.Clean.AllPower = null;
  309. this.Clean.BackColor = System.Drawing.Color.Transparent;
  310. this.Clean.DownImage = ((System.Drawing.Image)(resources.GetObject("Clean.DownImage")));
  311. this.Clean.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  312. this.Clean.Image = ((System.Drawing.Image)(resources.GetObject("Clean.Image")));
  313. this.Clean.IsShowBorder = true;
  314. this.Clean.Location = new System.Drawing.Point(1166, 622);
  315. this.Clean.Margin = new System.Windows.Forms.Padding(4);
  316. this.Clean.MoveImage = ((System.Drawing.Image)(resources.GetObject("Clean.MoveImage")));
  317. this.Clean.Name = "Clean";
  318. this.Clean.NormalImage = ((System.Drawing.Image)(resources.GetObject("Clean.NormalImage")));
  319. this.Clean.Power = null;
  320. this.Clean.Size = new System.Drawing.Size(91, 30);
  321. this.Clean.TabIndex = 176;
  322. this.Clean.Tag = "";
  323. this.Clean.Text = "清除";
  324. this.Clean.UseVisualStyleBackColor = true;
  325. this.Clean.Click += new System.EventHandler(this.Clean_Click);
  326. //
  327. // ob_remark
  328. //
  329. this.ob_remark.AllPower = null;
  330. this.ob_remark.BackColor = System.Drawing.Color.White;
  331. this.ob_remark.ID = null;
  332. this.ob_remark.Location = new System.Drawing.Point(136, 682);
  333. this.ob_remark.Margin = new System.Windows.Forms.Padding(4);
  334. this.ob_remark.Name = "ob_remark";
  335. this.ob_remark.Power = null;
  336. this.ob_remark.Size = new System.Drawing.Size(375, 25);
  337. this.ob_remark.Str = null;
  338. this.ob_remark.Str1 = null;
  339. this.ob_remark.Str2 = null;
  340. this.ob_remark.TabIndex = 173;
  341. this.ob_remark.Tag = "NoAuto";
  342. //
  343. // GetBatch
  344. //
  345. this.GetBatch.AllPower = "ifall";
  346. this.GetBatch.BackColor = System.Drawing.Color.Transparent;
  347. this.GetBatch.DownImage = ((System.Drawing.Image)(resources.GetObject("GetBatch.DownImage")));
  348. this.GetBatch.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  349. this.GetBatch.Image = ((System.Drawing.Image)(resources.GetObject("GetBatch.Image")));
  350. this.GetBatch.IsShowBorder = true;
  351. this.GetBatch.Location = new System.Drawing.Point(676, 170);
  352. this.GetBatch.Margin = new System.Windows.Forms.Padding(4);
  353. this.GetBatch.MoveImage = ((System.Drawing.Image)(resources.GetObject("GetBatch.MoveImage")));
  354. this.GetBatch.Name = "GetBatch";
  355. this.GetBatch.NormalImage = ((System.Drawing.Image)(resources.GetObject("GetBatch.NormalImage")));
  356. this.GetBatch.Power = "ifRead";
  357. this.GetBatch.Size = new System.Drawing.Size(91, 30);
  358. this.GetBatch.TabIndex = 171;
  359. this.GetBatch.Tag = "OQC!Inspection";
  360. this.GetBatch.Text = "获取批";
  361. this.GetBatch.UseVisualStyleBackColor = true;
  362. this.GetBatch.Click += new System.EventHandler(this.GetBatch_Click);
  363. //
  364. // SaveConfiguration
  365. //
  366. this.SaveConfiguration.AllPower = "ifall";
  367. this.SaveConfiguration.BackColor = System.Drawing.Color.Transparent;
  368. this.SaveConfiguration.DownImage = ((System.Drawing.Image)(resources.GetObject("SaveConfiguration.DownImage")));
  369. this.SaveConfiguration.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  370. this.SaveConfiguration.Image = ((System.Drawing.Image)(resources.GetObject("SaveConfiguration.Image")));
  371. this.SaveConfiguration.IsShowBorder = true;
  372. this.SaveConfiguration.Location = new System.Drawing.Point(399, 634);
  373. this.SaveConfiguration.Margin = new System.Windows.Forms.Padding(4);
  374. this.SaveConfiguration.MoveImage = ((System.Drawing.Image)(resources.GetObject("SaveConfiguration.MoveImage")));
  375. this.SaveConfiguration.Name = "SaveConfiguration";
  376. this.SaveConfiguration.NormalImage = ((System.Drawing.Image)(resources.GetObject("SaveConfiguration.NormalImage")));
  377. this.SaveConfiguration.Power = "ifWrite";
  378. this.SaveConfiguration.Size = new System.Drawing.Size(91, 30);
  379. this.SaveConfiguration.TabIndex = 170;
  380. this.SaveConfiguration.Tag = "OQC!Inspection";
  381. this.SaveConfiguration.Text = "保存配置";
  382. this.SaveConfiguration.UseVisualStyleBackColor = true;
  383. this.SaveConfiguration.Click += new System.EventHandler(this.SaveConfiguration_Click);
  384. //
  385. // RefreshConfiguration
  386. //
  387. this.RefreshConfiguration.AllPower = "ifall";
  388. this.RefreshConfiguration.BackColor = System.Drawing.Color.Transparent;
  389. this.RefreshConfiguration.DownImage = ((System.Drawing.Image)(resources.GetObject("RefreshConfiguration.DownImage")));
  390. this.RefreshConfiguration.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  391. this.RefreshConfiguration.Image = ((System.Drawing.Image)(resources.GetObject("RefreshConfiguration.Image")));
  392. this.RefreshConfiguration.IsShowBorder = true;
  393. this.RefreshConfiguration.Location = new System.Drawing.Point(613, 634);
  394. this.RefreshConfiguration.Margin = new System.Windows.Forms.Padding(4);
  395. this.RefreshConfiguration.MoveImage = ((System.Drawing.Image)(resources.GetObject("RefreshConfiguration.MoveImage")));
  396. this.RefreshConfiguration.Name = "RefreshConfiguration";
  397. this.RefreshConfiguration.NormalImage = ((System.Drawing.Image)(resources.GetObject("RefreshConfiguration.NormalImage")));
  398. this.RefreshConfiguration.Power = "ifRead";
  399. this.RefreshConfiguration.Size = new System.Drawing.Size(91, 30);
  400. this.RefreshConfiguration.TabIndex = 169;
  401. this.RefreshConfiguration.Tag = "OQC!Inspection";
  402. this.RefreshConfiguration.Text = "刷新配置";
  403. this.RefreshConfiguration.UseVisualStyleBackColor = true;
  404. this.RefreshConfiguration.Click += new System.EventHandler(this.RefreshConfiguration_Click);
  405. //
  406. // Save
  407. //
  408. this.Save.AllPower = "ifall";
  409. this.Save.BackColor = System.Drawing.Color.Transparent;
  410. this.Save.DownImage = ((System.Drawing.Image)(resources.GetObject("Save.DownImage")));
  411. this.Save.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  412. this.Save.Image = ((System.Drawing.Image)(resources.GetObject("Save.Image")));
  413. this.Save.IsShowBorder = true;
  414. this.Save.Location = new System.Drawing.Point(551, 725);
  415. this.Save.Margin = new System.Windows.Forms.Padding(4);
  416. this.Save.MoveImage = ((System.Drawing.Image)(resources.GetObject("Save.MoveImage")));
  417. this.Save.Name = "Save";
  418. this.Save.NormalImage = ((System.Drawing.Image)(resources.GetObject("Save.NormalImage")));
  419. this.Save.Power = "ifWrite";
  420. this.Save.Size = new System.Drawing.Size(93, 30);
  421. this.Save.TabIndex = 168;
  422. this.Save.Tag = "OQC!Inspection";
  423. this.Save.Text = "保存";
  424. this.Save.UseVisualStyleBackColor = true;
  425. this.Save.Click += new System.EventHandler(this.Save_Click);
  426. //
  427. // CheckTypeDGV
  428. //
  429. this.CheckTypeDGV.AllowUserToAddRows = false;
  430. this.CheckTypeDGV.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  431. this.CheckTypeDGV.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  432. this.Choose,
  433. this.oi_id,
  434. this.ci_id,
  435. this.ci_kind,
  436. this.oi_sampleqty});
  437. this.CheckTypeDGV.Location = new System.Drawing.Point(57, 216);
  438. this.CheckTypeDGV.Margin = new System.Windows.Forms.Padding(4);
  439. this.CheckTypeDGV.Name = "CheckTypeDGV";
  440. this.CheckTypeDGV.RowTemplate.Height = 23;
  441. this.CheckTypeDGV.Size = new System.Drawing.Size(993, 398);
  442. this.CheckTypeDGV.TabIndex = 167;
  443. this.CheckTypeDGV.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.CheckTypeDGV_CellContentClick);
  444. //
  445. // Choose
  446. //
  447. this.Choose.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
  448. this.Choose.DataPropertyName = "choose";
  449. this.Choose.HeaderText = "勾选";
  450. this.Choose.Name = "Choose";
  451. this.Choose.Resizable = System.Windows.Forms.DataGridViewTriState.False;
  452. this.Choose.Width = 60;
  453. //
  454. // oi_id
  455. //
  456. this.oi_id.DataPropertyName = "oi_id";
  457. this.oi_id.HeaderText = "oi_id";
  458. this.oi_id.Name = "oi_id";
  459. this.oi_id.Visible = false;
  460. //
  461. // ci_id
  462. //
  463. this.ci_id.DataPropertyName = "ci_id";
  464. this.ci_id.HeaderText = "ci_id";
  465. this.ci_id.Name = "ci_id";
  466. this.ci_id.ReadOnly = true;
  467. this.ci_id.Visible = false;
  468. //
  469. // ci_kind
  470. //
  471. this.ci_kind.DataPropertyName = "ci_kind";
  472. this.ci_kind.HeaderText = "检验类型";
  473. this.ci_kind.Name = "ci_kind";
  474. this.ci_kind.ReadOnly = true;
  475. this.ci_kind.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  476. this.ci_kind.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  477. this.ci_kind.Width = 150;
  478. //
  479. // oi_sampleqty
  480. //
  481. this.oi_sampleqty.DataPropertyName = "oi_sampleqty";
  482. this.oi_sampleqty.HeaderText = "样本数量";
  483. this.oi_sampleqty.Name = "oi_sampleqty";
  484. this.oi_sampleqty.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  485. this.oi_sampleqty.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  486. this.oi_sampleqty.Width = 150;
  487. //
  488. // pr_kind
  489. //
  490. this.pr_kind.AllPower = null;
  491. this.pr_kind.BackColor = System.Drawing.Color.White;
  492. this.pr_kind.Enabled = false;
  493. this.pr_kind.ID = null;
  494. this.pr_kind.Location = new System.Drawing.Point(813, 122);
  495. this.pr_kind.Margin = new System.Windows.Forms.Padding(4);
  496. this.pr_kind.Name = "pr_kind";
  497. this.pr_kind.Power = null;
  498. this.pr_kind.Size = new System.Drawing.Size(180, 25);
  499. this.pr_kind.Str = null;
  500. this.pr_kind.Str1 = null;
  501. this.pr_kind.Str2 = null;
  502. this.pr_kind.TabIndex = 166;
  503. this.pr_kind.Tag = "NoAuto";
  504. //
  505. // ob_prodcode
  506. //
  507. this.ob_prodcode.AllPower = null;
  508. this.ob_prodcode.BackColor = System.Drawing.Color.White;
  509. this.ob_prodcode.Enabled = false;
  510. this.ob_prodcode.ID = null;
  511. this.ob_prodcode.Location = new System.Drawing.Point(1163, 68);
  512. this.ob_prodcode.Margin = new System.Windows.Forms.Padding(4);
  513. this.ob_prodcode.Name = "ob_prodcode";
  514. this.ob_prodcode.Power = null;
  515. this.ob_prodcode.Size = new System.Drawing.Size(180, 25);
  516. this.ob_prodcode.Str = null;
  517. this.ob_prodcode.Str1 = null;
  518. this.ob_prodcode.Str2 = null;
  519. this.ob_prodcode.TabIndex = 164;
  520. this.ob_prodcode.Tag = "NoAuto";
  521. //
  522. // ob_source
  523. //
  524. this.ob_source.AllPower = null;
  525. this.ob_source.BackColor = System.Drawing.Color.White;
  526. this.ob_source.Enabled = false;
  527. this.ob_source.ID = null;
  528. this.ob_source.Location = new System.Drawing.Point(465, 121);
  529. this.ob_source.Margin = new System.Windows.Forms.Padding(4);
  530. this.ob_source.Name = "ob_source";
  531. this.ob_source.Power = null;
  532. this.ob_source.Size = new System.Drawing.Size(180, 25);
  533. this.ob_source.Str = null;
  534. this.ob_source.Str1 = null;
  535. this.ob_source.Str2 = null;
  536. this.ob_source.TabIndex = 162;
  537. this.ob_source.Tag = "NoAuto";
  538. //
  539. // ob_batchqty
  540. //
  541. this.ob_batchqty.AllPower = null;
  542. this.ob_batchqty.BackColor = System.Drawing.Color.White;
  543. this.ob_batchqty.ID = null;
  544. this.ob_batchqty.Location = new System.Drawing.Point(135, 121);
  545. this.ob_batchqty.Margin = new System.Windows.Forms.Padding(4);
  546. this.ob_batchqty.Name = "ob_batchqty";
  547. this.ob_batchqty.Power = null;
  548. this.ob_batchqty.Size = new System.Drawing.Size(180, 25);
  549. this.ob_batchqty.Str = null;
  550. this.ob_batchqty.Str1 = null;
  551. this.ob_batchqty.Str2 = null;
  552. this.ob_batchqty.TabIndex = 160;
  553. this.ob_batchqty.Tag = "NoAuto";
  554. //
  555. // obd_outboxcode
  556. //
  557. this.obd_outboxcode.AllPower = null;
  558. this.obd_outboxcode.BackColor = System.Drawing.Color.White;
  559. this.obd_outboxcode.ID = null;
  560. this.obd_outboxcode.Location = new System.Drawing.Point(465, 61);
  561. this.obd_outboxcode.Margin = new System.Windows.Forms.Padding(4);
  562. this.obd_outboxcode.Name = "obd_outboxcode";
  563. this.obd_outboxcode.Power = null;
  564. this.obd_outboxcode.Size = new System.Drawing.Size(180, 25);
  565. this.obd_outboxcode.Str = null;
  566. this.obd_outboxcode.Str1 = null;
  567. this.obd_outboxcode.Str2 = null;
  568. this.obd_outboxcode.TabIndex = 158;
  569. this.obd_outboxcode.Tag = "NoAuto";
  570. //
  571. // ob_checkno
  572. //
  573. this.ob_checkno.AllPower = null;
  574. this.ob_checkno.BackColor = System.Drawing.Color.White;
  575. this.ob_checkno.ID = null;
  576. this.ob_checkno.Location = new System.Drawing.Point(135, 59);
  577. this.ob_checkno.Margin = new System.Windows.Forms.Padding(4);
  578. this.ob_checkno.Name = "ob_checkno";
  579. this.ob_checkno.Power = null;
  580. this.ob_checkno.Size = new System.Drawing.Size(180, 25);
  581. this.ob_checkno.Str = null;
  582. this.ob_checkno.Str1 = null;
  583. this.ob_checkno.Str2 = null;
  584. this.ob_checkno.TabIndex = 155;
  585. this.ob_checkno.Tag = "NoAuto";
  586. this.ob_checkno.KeyDown += new System.Windows.Forms.KeyEventHandler(this.ob_checkno_KeyDown);
  587. //
  588. // ms_sncode
  589. //
  590. this.ms_sncode.AllPower = null;
  591. this.ms_sncode.BackColor = System.Drawing.Color.White;
  592. this.ms_sncode.ID = null;
  593. this.ms_sncode.Location = new System.Drawing.Point(813, 64);
  594. this.ms_sncode.Margin = new System.Windows.Forms.Padding(4);
  595. this.ms_sncode.Name = "ms_sncode";
  596. this.ms_sncode.Power = null;
  597. this.ms_sncode.Size = new System.Drawing.Size(180, 25);
  598. this.ms_sncode.Str = null;
  599. this.ms_sncode.Str1 = null;
  600. this.ms_sncode.Str2 = null;
  601. this.ms_sncode.TabIndex = 153;
  602. this.ms_sncode.Tag = "NoAuto";
  603. this.ms_sncode.KeyDown += new System.Windows.Forms.KeyEventHandler(this.ms_sncode_KeyDown);
  604. //
  605. // OQC_PlanMaintain
  606. //
  607. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
  608. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  609. this.ClientSize = new System.Drawing.Size(1363, 770);
  610. this.Controls.Add(this.ob_projectcode);
  611. this.Controls.Add(this.label1);
  612. this.Controls.Add(this.ob_aqlcode);
  613. this.Controls.Add(this.ob_aqlcode_label);
  614. this.Controls.Add(this.ob_maxngacceptqty);
  615. this.Controls.Add(this.ob_maxacceptqty_label);
  616. this.Controls.Add(this.ob_status);
  617. this.Controls.Add(this.ob_status_label);
  618. this.Controls.Add(this.OperateResult);
  619. this.Controls.Add(this.Clean);
  620. this.Controls.Add(this.ob_remark);
  621. this.Controls.Add(this.ob_remark_label);
  622. this.Controls.Add(this.GetBatch);
  623. this.Controls.Add(this.SaveConfiguration);
  624. this.Controls.Add(this.RefreshConfiguration);
  625. this.Controls.Add(this.Save);
  626. this.Controls.Add(this.CheckTypeDGV);
  627. this.Controls.Add(this.pr_kind);
  628. this.Controls.Add(this.pr_kind_label);
  629. this.Controls.Add(this.ob_prodcode);
  630. this.Controls.Add(this.ob_prodcode_label);
  631. this.Controls.Add(this.ob_source);
  632. this.Controls.Add(this.ob_source_label);
  633. this.Controls.Add(this.ob_batchqty);
  634. this.Controls.Add(this.ob_batchqty_label);
  635. this.Controls.Add(this.obd_outboxcode);
  636. this.Controls.Add(this.obd_outboxcode_label);
  637. this.Controls.Add(this.panel2);
  638. this.Controls.Add(this.ob_checkno);
  639. this.Controls.Add(this.ob_checkno_label);
  640. this.Controls.Add(this.ms_sncode);
  641. this.Controls.Add(this.ms_sncode_label);
  642. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  643. this.Margin = new System.Windows.Forms.Padding(4);
  644. this.Name = "OQC_PlanMaintain";
  645. this.Tag = "OQC!PlanMaintain";
  646. this.Text = "抽样计划维护";
  647. this.Load += new System.EventHandler(this.抽样计划维护_Load);
  648. this.SizeChanged += new System.EventHandler(this.抽样计划维护_SizeChanged);
  649. this.panel2.ResumeLayout(false);
  650. this.panel2.PerformLayout();
  651. ((System.ComponentModel.ISupportInitialize)(this.CheckTypeDGV)).EndInit();
  652. this.ResumeLayout(false);
  653. this.PerformLayout();
  654. }
  655. #endregion
  656. private CustomControl.TextBoxWithIcon.EnterTextBox ms_sncode;
  657. private System.Windows.Forms.Label ms_sncode_label;
  658. private CustomControl.TextBoxWithIcon.EnterTextBox ob_checkno;
  659. private System.Windows.Forms.Label ob_checkno_label;
  660. private System.Windows.Forms.Panel panel2;
  661. private System.Windows.Forms.Label label2;
  662. private CustomControl.TextBoxWithIcon.EnterTextBox obd_outboxcode;
  663. private System.Windows.Forms.Label obd_outboxcode_label;
  664. private CustomControl.TextBoxWithIcon.EnterTextBox ob_batchqty;
  665. private System.Windows.Forms.Label ob_batchqty_label;
  666. private CustomControl.TextBoxWithIcon.EnterTextBox ob_source;
  667. private System.Windows.Forms.Label ob_source_label;
  668. private CustomControl.TextBoxWithIcon.EnterTextBox pr_kind;
  669. private System.Windows.Forms.Label pr_kind_label;
  670. private CustomControl.TextBoxWithIcon.EnterTextBox ob_prodcode;
  671. private System.Windows.Forms.Label ob_prodcode_label;
  672. private CustomControl.DataGrid_View.DataGridViewWithSerialNum CheckTypeDGV;
  673. private CustomControl.ButtonUtil.NormalButton Save;
  674. private CustomControl.ButtonUtil.NormalButton RefreshConfiguration;
  675. private CustomControl.ButtonUtil.NormalButton SaveConfiguration;
  676. private CustomControl.ButtonUtil.NormalButton GetBatch;
  677. private CustomControl.TextBoxWithIcon.EnterTextBox ob_remark;
  678. private System.Windows.Forms.Label ob_remark_label;
  679. private CustomControl.ButtonUtil.NormalButton Clean;
  680. private CustomControl.RichText.RichTextAutoBottom OperateResult;
  681. private CustomControl.TextBoxWithIcon.EnterTextBox ob_status;
  682. private System.Windows.Forms.Label ob_status_label;
  683. private CustomControl.TextBoxWithIcon.EnterTextBox ob_maxngacceptqty;
  684. private System.Windows.Forms.Label ob_maxacceptqty_label;
  685. private CustomControl.TextBoxWithIcon.EnterTextBox ob_aqlcode;
  686. private System.Windows.Forms.Label ob_aqlcode_label;
  687. private System.Windows.Forms.Label label1;
  688. private System.Windows.Forms.DataGridViewCheckBoxColumn Choose;
  689. private System.Windows.Forms.DataGridViewTextBoxColumn oi_id;
  690. private System.Windows.Forms.DataGridViewTextBoxColumn ci_id;
  691. private System.Windows.Forms.DataGridViewTextBoxColumn ci_kind;
  692. private System.Windows.Forms.DataGridViewTextBoxColumn oi_sampleqty;
  693. private CustomControl.TextBoxWithIcon.SearchTextBox ob_projectcode;
  694. }
  695. }