OQC_PlanMaintain.designer.cs 38 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703
  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.pr_detail_label = new System.Windows.Forms.Label();
  44. this.ob_maxngacceptqty = new UAS_MES.CustomControl.TextBoxWithIcon.TextBoxNumOnly();
  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.ob_remark = new UAS_MES.CustomControl.TextBoxWithIcon.EnterTextBox();
  52. this.GetBatch = new UAS_MES.CustomControl.ButtonUtil.NormalButton();
  53. this.SaveConfiguration = new UAS_MES.CustomControl.ButtonUtil.NormalButton();
  54. this.RefreshConfiguration = new UAS_MES.CustomControl.ButtonUtil.NormalButton();
  55. this.Save = new UAS_MES.CustomControl.ButtonUtil.NormalButton();
  56. this.CheckTypeDGV = new UAS_MES.CustomControl.DataGrid_View.DataGridViewWithSerialNum();
  57. this.Choose = new System.Windows.Forms.DataGridViewCheckBoxColumn();
  58. this.oi_id = new System.Windows.Forms.DataGridViewTextBoxColumn();
  59. this.ci_id = new System.Windows.Forms.DataGridViewTextBoxColumn();
  60. this.ci_kind = new System.Windows.Forms.DataGridViewTextBoxColumn();
  61. this.oi_sampleqty = new System.Windows.Forms.DataGridViewTextBoxColumn();
  62. this.pr_kind = new UAS_MES.CustomControl.TextBoxWithIcon.EnterTextBox();
  63. this.ob_prodcode = new UAS_MES.CustomControl.TextBoxWithIcon.EnterTextBox();
  64. this.ob_source = new UAS_MES.CustomControl.TextBoxWithIcon.EnterTextBox();
  65. this.ob_batchqty = new UAS_MES.CustomControl.TextBoxWithIcon.EnterTextBox();
  66. this.obd_outboxcode = new UAS_MES.CustomControl.TextBoxWithIcon.EnterTextBox();
  67. this.ob_checkno = new UAS_MES.CustomControl.TextBoxWithIcon.EnterTextBox();
  68. this.ms_sncode = new UAS_MES.CustomControl.TextBoxWithIcon.EnterTextBox();
  69. this.panel2.SuspendLayout();
  70. ((System.ComponentModel.ISupportInitialize)(this.CheckTypeDGV)).BeginInit();
  71. this.SuspendLayout();
  72. //
  73. // ms_sncode_label
  74. //
  75. this.ms_sncode_label.AutoSize = true;
  76. this.ms_sncode_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  77. this.ms_sncode_label.Location = new System.Drawing.Point(526, 49);
  78. this.ms_sncode_label.Name = "ms_sncode_label";
  79. this.ms_sncode_label.Size = new System.Drawing.Size(58, 21);
  80. this.ms_sncode_label.TabIndex = 152;
  81. this.ms_sncode_label.Text = "序列号";
  82. //
  83. // ob_checkno_label
  84. //
  85. this.ob_checkno_label.AutoSize = true;
  86. this.ob_checkno_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  87. this.ob_checkno_label.Location = new System.Drawing.Point(21, 45);
  88. this.ob_checkno_label.Name = "ob_checkno_label";
  89. this.ob_checkno_label.Size = new System.Drawing.Size(58, 21);
  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.Name = "panel2";
  101. this.panel2.Size = new System.Drawing.Size(1022, 33);
  102. this.panel2.TabIndex = 156;
  103. this.panel2.Tag = "NoAuto";
  104. //
  105. // label2
  106. //
  107. this.label2.AutoSize = true;
  108. this.label2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  109. this.label2.ForeColor = System.Drawing.SystemColors.ActiveCaptionText;
  110. this.label2.Location = new System.Drawing.Point(12, 4);
  111. this.label2.Name = "label2";
  112. this.label2.Size = new System.Drawing.Size(143, 21);
  113. this.label2.TabIndex = 0;
  114. this.label2.Text = "OQC采样计划维护";
  115. //
  116. // obd_outboxcode_label
  117. //
  118. this.obd_outboxcode_label.AutoSize = true;
  119. this.obd_outboxcode_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  120. this.obd_outboxcode_label.Location = new System.Drawing.Point(268, 47);
  121. this.obd_outboxcode_label.Name = "obd_outboxcode_label";
  122. this.obd_outboxcode_label.Size = new System.Drawing.Size(42, 21);
  123. this.obd_outboxcode_label.TabIndex = 157;
  124. this.obd_outboxcode_label.Text = "箱号";
  125. //
  126. // ob_batchqty_label
  127. //
  128. this.ob_batchqty_label.AutoSize = true;
  129. this.ob_batchqty_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  130. this.ob_batchqty_label.Location = new System.Drawing.Point(21, 84);
  131. this.ob_batchqty_label.Name = "ob_batchqty_label";
  132. this.ob_batchqty_label.Size = new System.Drawing.Size(58, 21);
  133. this.ob_batchqty_label.TabIndex = 159;
  134. this.ob_batchqty_label.Text = "批数量";
  135. //
  136. // ob_source_label
  137. //
  138. this.ob_source_label.AutoSize = true;
  139. this.ob_source_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  140. this.ob_source_label.Location = new System.Drawing.Point(268, 86);
  141. this.ob_source_label.Name = "ob_source_label";
  142. this.ob_source_label.Size = new System.Drawing.Size(58, 21);
  143. this.ob_source_label.TabIndex = 161;
  144. this.ob_source_label.Text = "批类型";
  145. //
  146. // pr_kind_label
  147. //
  148. this.pr_kind_label.AutoSize = true;
  149. this.pr_kind_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  150. this.pr_kind_label.Location = new System.Drawing.Point(526, 87);
  151. this.pr_kind_label.Name = "pr_kind_label";
  152. this.pr_kind_label.Size = new System.Drawing.Size(74, 21);
  153. this.pr_kind_label.TabIndex = 165;
  154. this.pr_kind_label.Text = "产品类型";
  155. //
  156. // ob_prodcode_label
  157. //
  158. this.ob_prodcode_label.AutoSize = true;
  159. this.ob_prodcode_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  160. this.ob_prodcode_label.Location = new System.Drawing.Point(789, 52);
  161. this.ob_prodcode_label.Name = "ob_prodcode_label";
  162. this.ob_prodcode_label.Size = new System.Drawing.Size(74, 21);
  163. this.ob_prodcode_label.TabIndex = 163;
  164. this.ob_prodcode_label.Text = "产品编号";
  165. //
  166. // ob_remark_label
  167. //
  168. this.ob_remark_label.AutoSize = true;
  169. this.ob_remark_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  170. this.ob_remark_label.Location = new System.Drawing.Point(39, 550);
  171. this.ob_remark_label.Name = "ob_remark_label";
  172. this.ob_remark_label.Size = new System.Drawing.Size(42, 21);
  173. this.ob_remark_label.TabIndex = 172;
  174. this.ob_remark_label.Text = "备注";
  175. //
  176. // ob_status_label
  177. //
  178. this.ob_status_label.AutoSize = true;
  179. this.ob_status_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  180. this.ob_status_label.Location = new System.Drawing.Point(789, 87);
  181. this.ob_status_label.Name = "ob_status_label";
  182. this.ob_status_label.Size = new System.Drawing.Size(42, 21);
  183. this.ob_status_label.TabIndex = 178;
  184. this.ob_status_label.Text = "状态";
  185. //
  186. // ob_maxacceptqty_label
  187. //
  188. this.ob_maxacceptqty_label.AutoSize = true;
  189. this.ob_maxacceptqty_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  190. this.ob_maxacceptqty_label.Location = new System.Drawing.Point(39, 584);
  191. this.ob_maxacceptqty_label.Name = "ob_maxacceptqty_label";
  192. this.ob_maxacceptqty_label.Size = new System.Drawing.Size(170, 21);
  193. this.ob_maxacceptqty_label.TabIndex = 182;
  194. this.ob_maxacceptqty_label.Text = "最大不合格允许通过数";
  195. //
  196. // ob_aqlcode_label
  197. //
  198. this.ob_aqlcode_label.AutoSize = true;
  199. this.ob_aqlcode_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  200. this.ob_aqlcode_label.Location = new System.Drawing.Point(410, 550);
  201. this.ob_aqlcode_label.Name = "ob_aqlcode_label";
  202. this.ob_aqlcode_label.Size = new System.Drawing.Size(42, 21);
  203. this.ob_aqlcode_label.TabIndex = 184;
  204. this.ob_aqlcode_label.Text = "AQL";
  205. //
  206. // label1
  207. //
  208. this.label1.AutoSize = true;
  209. this.label1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  210. this.label1.Location = new System.Drawing.Point(268, 126);
  211. this.label1.Name = "label1";
  212. this.label1.Size = new System.Drawing.Size(74, 21);
  213. this.label1.TabIndex = 186;
  214. this.label1.Text = "检验方案";
  215. //
  216. // pr_detail_label
  217. //
  218. this.pr_detail_label.AutoSize = true;
  219. this.pr_detail_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  220. this.pr_detail_label.Location = new System.Drawing.Point(21, 126);
  221. this.pr_detail_label.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  222. this.pr_detail_label.Name = "pr_detail_label";
  223. this.pr_detail_label.Size = new System.Drawing.Size(74, 21);
  224. this.pr_detail_label.TabIndex = 188;
  225. this.pr_detail_label.Text = "产品名称";
  226. //
  227. // ob_maxngacceptqty
  228. //
  229. this.ob_maxngacceptqty.Location = new System.Drawing.Point(215, 584);
  230. this.ob_maxngacceptqty.Name = "ob_maxngacceptqty";
  231. this.ob_maxngacceptqty.Size = new System.Drawing.Size(169, 21);
  232. this.ob_maxngacceptqty.TabIndex = 192;
  233. this.ob_maxngacceptqty.Text = "0";
  234. //
  235. // ob_aqlcode
  236. //
  237. this.ob_aqlcode.AllPower = null;
  238. this.ob_aqlcode.Caller = null;
  239. this.ob_aqlcode.Condition = null;
  240. this.ob_aqlcode.DBTitle = null;
  241. this.ob_aqlcode.FormName = null;
  242. this.ob_aqlcode.Location = new System.Drawing.Point(460, 552);
  243. this.ob_aqlcode.Margin = new System.Windows.Forms.Padding(2);
  244. this.ob_aqlcode.Name = "ob_aqlcode";
  245. this.ob_aqlcode.Power = null;
  246. this.ob_aqlcode.SelectField = null;
  247. this.ob_aqlcode.SetValueField = null;
  248. this.ob_aqlcode.Size = new System.Drawing.Size(196, 21);
  249. this.ob_aqlcode.TabIndex = 191;
  250. this.ob_aqlcode.TableName = null;
  251. this.ob_aqlcode.Tag = "AL_CODE";
  252. this.ob_aqlcode.TextBoxEnable = false;
  253. //
  254. // pr_detail
  255. //
  256. this.pr_detail.AllPower = null;
  257. this.pr_detail.BackColor = System.Drawing.Color.White;
  258. this.pr_detail.Enabled = false;
  259. this.pr_detail.ID = null;
  260. this.pr_detail.Location = new System.Drawing.Point(101, 126);
  261. this.pr_detail.Margin = new System.Windows.Forms.Padding(2);
  262. this.pr_detail.Name = "pr_detail";
  263. this.pr_detail.Power = null;
  264. this.pr_detail.ReadOnly = true;
  265. this.pr_detail.Size = new System.Drawing.Size(136, 21);
  266. this.pr_detail.Str = null;
  267. this.pr_detail.Str1 = null;
  268. this.pr_detail.Str2 = null;
  269. this.pr_detail.TabIndex = 189;
  270. this.pr_detail.Tag = "NoAuto";
  271. //
  272. // ob_projectcode
  273. //
  274. this.ob_projectcode.AllPower = null;
  275. this.ob_projectcode.Caller = null;
  276. this.ob_projectcode.Condition = null;
  277. this.ob_projectcode.DBTitle = null;
  278. this.ob_projectcode.FormName = null;
  279. this.ob_projectcode.Location = new System.Drawing.Point(347, 126);
  280. this.ob_projectcode.Margin = new System.Windows.Forms.Padding(2);
  281. this.ob_projectcode.Name = "ob_projectcode";
  282. this.ob_projectcode.Power = null;
  283. this.ob_projectcode.SelectField = null;
  284. this.ob_projectcode.SetValueField = null;
  285. this.ob_projectcode.Size = new System.Drawing.Size(159, 21);
  286. this.ob_projectcode.TabIndex = 187;
  287. this.ob_projectcode.TableName = null;
  288. this.ob_projectcode.Tag = "pr_code";
  289. this.ob_projectcode.TextBoxEnable = false;
  290. //
  291. // ob_status
  292. //
  293. this.ob_status.AllPower = null;
  294. this.ob_status.BackColor = System.Drawing.Color.White;
  295. this.ob_status.Enabled = false;
  296. this.ob_status.ID = null;
  297. this.ob_status.Location = new System.Drawing.Point(872, 87);
  298. this.ob_status.Name = "ob_status";
  299. this.ob_status.Power = null;
  300. this.ob_status.Size = new System.Drawing.Size(136, 21);
  301. this.ob_status.Str = null;
  302. this.ob_status.Str1 = null;
  303. this.ob_status.Str2 = null;
  304. this.ob_status.TabIndex = 179;
  305. this.ob_status.Tag = "NoAuto";
  306. //
  307. // OperateResult
  308. //
  309. this.OperateResult.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  310. this.OperateResult.Location = new System.Drawing.Point(807, 194);
  311. this.OperateResult.Name = "OperateResult";
  312. this.OperateResult.Size = new System.Drawing.Size(203, 318);
  313. this.OperateResult.TabIndex = 177;
  314. this.OperateResult.Text = "";
  315. //
  316. // Clean
  317. //
  318. this.Clean.AllPower = null;
  319. this.Clean.BackColor = System.Drawing.Color.Transparent;
  320. this.Clean.DownImage = ((System.Drawing.Image)(resources.GetObject("Clean.DownImage")));
  321. this.Clean.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  322. this.Clean.Image = ((System.Drawing.Image)(resources.GetObject("Clean.Image")));
  323. this.Clean.IsShowBorder = true;
  324. this.Clean.Location = new System.Drawing.Point(872, 518);
  325. this.Clean.MoveImage = ((System.Drawing.Image)(resources.GetObject("Clean.MoveImage")));
  326. this.Clean.Name = "Clean";
  327. this.Clean.NormalImage = ((System.Drawing.Image)(resources.GetObject("Clean.NormalImage")));
  328. this.Clean.Power = null;
  329. this.Clean.Size = new System.Drawing.Size(68, 24);
  330. this.Clean.TabIndex = 176;
  331. this.Clean.Tag = "";
  332. this.Clean.Text = "清除";
  333. this.Clean.UseVisualStyleBackColor = true;
  334. this.Clean.Click += new System.EventHandler(this.Clean_Click);
  335. //
  336. // ob_remark
  337. //
  338. this.ob_remark.AllPower = null;
  339. this.ob_remark.BackColor = System.Drawing.Color.White;
  340. this.ob_remark.ID = null;
  341. this.ob_remark.Location = new System.Drawing.Point(102, 552);
  342. this.ob_remark.Name = "ob_remark";
  343. this.ob_remark.Power = null;
  344. this.ob_remark.Size = new System.Drawing.Size(282, 21);
  345. this.ob_remark.Str = null;
  346. this.ob_remark.Str1 = null;
  347. this.ob_remark.Str2 = null;
  348. this.ob_remark.TabIndex = 173;
  349. this.ob_remark.Tag = "NoAuto";
  350. //
  351. // GetBatch
  352. //
  353. this.GetBatch.AllPower = "ifall";
  354. this.GetBatch.BackColor = System.Drawing.Color.Transparent;
  355. this.GetBatch.DownImage = ((System.Drawing.Image)(resources.GetObject("GetBatch.DownImage")));
  356. this.GetBatch.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  357. this.GetBatch.Image = ((System.Drawing.Image)(resources.GetObject("GetBatch.Image")));
  358. this.GetBatch.IsShowBorder = true;
  359. this.GetBatch.Location = new System.Drawing.Point(460, 160);
  360. this.GetBatch.MoveImage = ((System.Drawing.Image)(resources.GetObject("GetBatch.MoveImage")));
  361. this.GetBatch.Name = "GetBatch";
  362. this.GetBatch.NormalImage = ((System.Drawing.Image)(resources.GetObject("GetBatch.NormalImage")));
  363. this.GetBatch.Power = "ifRead";
  364. this.GetBatch.Size = new System.Drawing.Size(68, 24);
  365. this.GetBatch.TabIndex = 171;
  366. this.GetBatch.Tag = "OQC!Inspection";
  367. this.GetBatch.Text = "获取批";
  368. this.GetBatch.UseVisualStyleBackColor = true;
  369. this.GetBatch.Click += new System.EventHandler(this.GetBatch_Click);
  370. //
  371. // SaveConfiguration
  372. //
  373. this.SaveConfiguration.AllPower = "ifall";
  374. this.SaveConfiguration.BackColor = System.Drawing.Color.Transparent;
  375. this.SaveConfiguration.DownImage = ((System.Drawing.Image)(resources.GetObject("SaveConfiguration.DownImage")));
  376. this.SaveConfiguration.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  377. this.SaveConfiguration.Image = ((System.Drawing.Image)(resources.GetObject("SaveConfiguration.Image")));
  378. this.SaveConfiguration.IsShowBorder = true;
  379. this.SaveConfiguration.Location = new System.Drawing.Point(299, 518);
  380. this.SaveConfiguration.MoveImage = ((System.Drawing.Image)(resources.GetObject("SaveConfiguration.MoveImage")));
  381. this.SaveConfiguration.Name = "SaveConfiguration";
  382. this.SaveConfiguration.NormalImage = ((System.Drawing.Image)(resources.GetObject("SaveConfiguration.NormalImage")));
  383. this.SaveConfiguration.Power = "ifWrite";
  384. this.SaveConfiguration.Size = new System.Drawing.Size(68, 24);
  385. this.SaveConfiguration.TabIndex = 170;
  386. this.SaveConfiguration.Tag = "OQC!Inspection";
  387. this.SaveConfiguration.Text = "保存配置";
  388. this.SaveConfiguration.UseVisualStyleBackColor = true;
  389. this.SaveConfiguration.Click += new System.EventHandler(this.SaveConfiguration_Click);
  390. //
  391. // RefreshConfiguration
  392. //
  393. this.RefreshConfiguration.AllPower = "ifall";
  394. this.RefreshConfiguration.BackColor = System.Drawing.Color.Transparent;
  395. this.RefreshConfiguration.DownImage = ((System.Drawing.Image)(resources.GetObject("RefreshConfiguration.DownImage")));
  396. this.RefreshConfiguration.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  397. this.RefreshConfiguration.Image = ((System.Drawing.Image)(resources.GetObject("RefreshConfiguration.Image")));
  398. this.RefreshConfiguration.IsShowBorder = true;
  399. this.RefreshConfiguration.Location = new System.Drawing.Point(460, 518);
  400. this.RefreshConfiguration.MoveImage = ((System.Drawing.Image)(resources.GetObject("RefreshConfiguration.MoveImage")));
  401. this.RefreshConfiguration.Name = "RefreshConfiguration";
  402. this.RefreshConfiguration.NormalImage = ((System.Drawing.Image)(resources.GetObject("RefreshConfiguration.NormalImage")));
  403. this.RefreshConfiguration.Power = "ifRead";
  404. this.RefreshConfiguration.Size = new System.Drawing.Size(68, 24);
  405. this.RefreshConfiguration.TabIndex = 169;
  406. this.RefreshConfiguration.Tag = "OQC!Inspection";
  407. this.RefreshConfiguration.Text = "刷新配置";
  408. this.RefreshConfiguration.UseVisualStyleBackColor = true;
  409. this.RefreshConfiguration.Click += new System.EventHandler(this.RefreshConfiguration_Click);
  410. //
  411. // Save
  412. //
  413. this.Save.AllPower = "ifall";
  414. this.Save.BackColor = System.Drawing.Color.Transparent;
  415. this.Save.DownImage = ((System.Drawing.Image)(resources.GetObject("Save.DownImage")));
  416. this.Save.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  417. this.Save.Image = ((System.Drawing.Image)(resources.GetObject("Save.Image")));
  418. this.Save.IsShowBorder = true;
  419. this.Save.Location = new System.Drawing.Point(413, 583);
  420. this.Save.MoveImage = ((System.Drawing.Image)(resources.GetObject("Save.MoveImage")));
  421. this.Save.Name = "Save";
  422. this.Save.NormalImage = ((System.Drawing.Image)(resources.GetObject("Save.NormalImage")));
  423. this.Save.Power = "ifWrite";
  424. this.Save.Size = new System.Drawing.Size(70, 24);
  425. this.Save.TabIndex = 168;
  426. this.Save.Tag = "OQC!Inspection";
  427. this.Save.Text = "保存";
  428. this.Save.UseVisualStyleBackColor = true;
  429. this.Save.Click += new System.EventHandler(this.Save_Click);
  430. //
  431. // CheckTypeDGV
  432. //
  433. this.CheckTypeDGV.AllowUserToAddRows = false;
  434. this.CheckTypeDGV.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  435. this.CheckTypeDGV.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  436. this.Choose,
  437. this.oi_id,
  438. this.ci_id,
  439. this.ci_kind,
  440. this.oi_sampleqty});
  441. this.CheckTypeDGV.Location = new System.Drawing.Point(43, 194);
  442. this.CheckTypeDGV.Name = "CheckTypeDGV";
  443. this.CheckTypeDGV.RowTemplate.Height = 23;
  444. this.CheckTypeDGV.Size = new System.Drawing.Size(745, 318);
  445. this.CheckTypeDGV.TabIndex = 167;
  446. //
  447. // Choose
  448. //
  449. this.Choose.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
  450. this.Choose.DataPropertyName = "choose";
  451. this.Choose.HeaderText = "勾选";
  452. this.Choose.Name = "Choose";
  453. this.Choose.Resizable = System.Windows.Forms.DataGridViewTriState.False;
  454. this.Choose.Width = 60;
  455. //
  456. // oi_id
  457. //
  458. this.oi_id.DataPropertyName = "oi_id";
  459. this.oi_id.HeaderText = "oi_id";
  460. this.oi_id.Name = "oi_id";
  461. this.oi_id.Visible = false;
  462. //
  463. // ci_id
  464. //
  465. this.ci_id.DataPropertyName = "ci_id";
  466. this.ci_id.HeaderText = "ci_id";
  467. this.ci_id.Name = "ci_id";
  468. this.ci_id.ReadOnly = true;
  469. this.ci_id.Visible = false;
  470. //
  471. // ci_kind
  472. //
  473. this.ci_kind.DataPropertyName = "ci_kind";
  474. this.ci_kind.HeaderText = "检验类型";
  475. this.ci_kind.Name = "ci_kind";
  476. this.ci_kind.ReadOnly = true;
  477. this.ci_kind.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  478. this.ci_kind.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  479. this.ci_kind.Width = 150;
  480. //
  481. // oi_sampleqty
  482. //
  483. this.oi_sampleqty.DataPropertyName = "oi_sampleqty";
  484. this.oi_sampleqty.HeaderText = "样本数量";
  485. this.oi_sampleqty.Name = "oi_sampleqty";
  486. this.oi_sampleqty.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  487. this.oi_sampleqty.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  488. this.oi_sampleqty.Width = 150;
  489. //
  490. // pr_kind
  491. //
  492. this.pr_kind.AllPower = null;
  493. this.pr_kind.BackColor = System.Drawing.Color.White;
  494. this.pr_kind.Enabled = false;
  495. this.pr_kind.ID = null;
  496. this.pr_kind.Location = new System.Drawing.Point(608, 87);
  497. this.pr_kind.Name = "pr_kind";
  498. this.pr_kind.Power = null;
  499. this.pr_kind.ReadOnly = true;
  500. this.pr_kind.Size = new System.Drawing.Size(136, 21);
  501. this.pr_kind.Str = null;
  502. this.pr_kind.Str1 = null;
  503. this.pr_kind.Str2 = null;
  504. this.pr_kind.TabIndex = 166;
  505. this.pr_kind.Tag = "NoAuto";
  506. //
  507. // ob_prodcode
  508. //
  509. this.ob_prodcode.AllPower = null;
  510. this.ob_prodcode.BackColor = System.Drawing.Color.White;
  511. this.ob_prodcode.Enabled = false;
  512. this.ob_prodcode.ID = null;
  513. this.ob_prodcode.Location = new System.Drawing.Point(872, 54);
  514. this.ob_prodcode.Name = "ob_prodcode";
  515. this.ob_prodcode.Power = null;
  516. this.ob_prodcode.Size = new System.Drawing.Size(136, 21);
  517. this.ob_prodcode.Str = null;
  518. this.ob_prodcode.Str1 = null;
  519. this.ob_prodcode.Str2 = null;
  520. this.ob_prodcode.TabIndex = 164;
  521. this.ob_prodcode.Tag = "NoAuto";
  522. //
  523. // ob_source
  524. //
  525. this.ob_source.AllPower = null;
  526. this.ob_source.BackColor = System.Drawing.Color.White;
  527. this.ob_source.Enabled = false;
  528. this.ob_source.ID = null;
  529. this.ob_source.Location = new System.Drawing.Point(347, 86);
  530. this.ob_source.Name = "ob_source";
  531. this.ob_source.Power = null;
  532. this.ob_source.Size = new System.Drawing.Size(136, 21);
  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.Enabled = false;
  544. this.ob_batchqty.ID = null;
  545. this.ob_batchqty.Location = new System.Drawing.Point(101, 86);
  546. this.ob_batchqty.Name = "ob_batchqty";
  547. this.ob_batchqty.Power = null;
  548. this.ob_batchqty.ReadOnly = true;
  549. this.ob_batchqty.Size = new System.Drawing.Size(136, 21);
  550. this.ob_batchqty.Str = null;
  551. this.ob_batchqty.Str1 = null;
  552. this.ob_batchqty.Str2 = null;
  553. this.ob_batchqty.TabIndex = 160;
  554. this.ob_batchqty.Tag = "NoAuto";
  555. //
  556. // obd_outboxcode
  557. //
  558. this.obd_outboxcode.AllPower = null;
  559. this.obd_outboxcode.BackColor = System.Drawing.Color.White;
  560. this.obd_outboxcode.ID = null;
  561. this.obd_outboxcode.Location = new System.Drawing.Point(347, 49);
  562. this.obd_outboxcode.Name = "obd_outboxcode";
  563. this.obd_outboxcode.Power = null;
  564. this.obd_outboxcode.Size = new System.Drawing.Size(136, 21);
  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. this.obd_outboxcode.KeyDown += new System.Windows.Forms.KeyEventHandler(this.obd_outboxcode_KeyDown);
  571. //
  572. // ob_checkno
  573. //
  574. this.ob_checkno.AllPower = null;
  575. this.ob_checkno.BackColor = System.Drawing.Color.White;
  576. this.ob_checkno.ID = null;
  577. this.ob_checkno.Location = new System.Drawing.Point(101, 47);
  578. this.ob_checkno.Name = "ob_checkno";
  579. this.ob_checkno.Power = null;
  580. this.ob_checkno.Size = new System.Drawing.Size(136, 21);
  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(608, 51);
  594. this.ms_sncode.Name = "ms_sncode";
  595. this.ms_sncode.Power = null;
  596. this.ms_sncode.Size = new System.Drawing.Size(136, 21);
  597. this.ms_sncode.Str = null;
  598. this.ms_sncode.Str1 = null;
  599. this.ms_sncode.Str2 = null;
  600. this.ms_sncode.TabIndex = 153;
  601. this.ms_sncode.Tag = "NoAuto";
  602. this.ms_sncode.KeyDown += new System.Windows.Forms.KeyEventHandler(this.ms_sncode_KeyDown);
  603. //
  604. // OQC_PlanMaintain
  605. //
  606. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  607. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  608. this.ClientSize = new System.Drawing.Size(1022, 616);
  609. this.Controls.Add(this.ob_maxngacceptqty);
  610. this.Controls.Add(this.ob_aqlcode);
  611. this.Controls.Add(this.pr_detail);
  612. this.Controls.Add(this.pr_detail_label);
  613. this.Controls.Add(this.ob_projectcode);
  614. this.Controls.Add(this.label1);
  615. this.Controls.Add(this.ob_aqlcode_label);
  616. this.Controls.Add(this.ob_maxacceptqty_label);
  617. this.Controls.Add(this.ob_status);
  618. this.Controls.Add(this.ob_status_label);
  619. this.Controls.Add(this.OperateResult);
  620. this.Controls.Add(this.Clean);
  621. this.Controls.Add(this.ob_remark);
  622. this.Controls.Add(this.ob_remark_label);
  623. this.Controls.Add(this.GetBatch);
  624. this.Controls.Add(this.SaveConfiguration);
  625. this.Controls.Add(this.RefreshConfiguration);
  626. this.Controls.Add(this.Save);
  627. this.Controls.Add(this.CheckTypeDGV);
  628. this.Controls.Add(this.pr_kind);
  629. this.Controls.Add(this.pr_kind_label);
  630. this.Controls.Add(this.ob_prodcode);
  631. this.Controls.Add(this.ob_prodcode_label);
  632. this.Controls.Add(this.ob_source);
  633. this.Controls.Add(this.ob_source_label);
  634. this.Controls.Add(this.ob_batchqty);
  635. this.Controls.Add(this.ob_batchqty_label);
  636. this.Controls.Add(this.obd_outboxcode);
  637. this.Controls.Add(this.obd_outboxcode_label);
  638. this.Controls.Add(this.panel2);
  639. this.Controls.Add(this.ob_checkno);
  640. this.Controls.Add(this.ob_checkno_label);
  641. this.Controls.Add(this.ms_sncode);
  642. this.Controls.Add(this.ms_sncode_label);
  643. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  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 System.Windows.Forms.Label ob_maxacceptqty_label;
  684. private System.Windows.Forms.Label ob_aqlcode_label;
  685. private System.Windows.Forms.Label label1;
  686. private CustomControl.TextBoxWithIcon.SearchTextBox ob_projectcode;
  687. private System.Windows.Forms.Label pr_detail_label;
  688. private CustomControl.TextBoxWithIcon.EnterTextBox pr_detail;
  689. private CustomControl.TextBoxWithIcon.SearchTextBox ob_aqlcode;
  690. private System.Windows.Forms.DataGridViewCheckBoxColumn Choose;
  691. private System.Windows.Forms.DataGridViewTextBoxColumn oi_id;
  692. private System.Windows.Forms.DataGridViewTextBoxColumn ci_id;
  693. private System.Windows.Forms.DataGridViewTextBoxColumn ci_kind;
  694. private System.Windows.Forms.DataGridViewTextBoxColumn oi_sampleqty;
  695. private CustomControl.TextBoxWithIcon.TextBoxNumOnly ob_maxngacceptqty;
  696. }
  697. }