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_aqlcode = new UAS_MES.CustomControl.TextBoxWithIcon.SearchTextBox();
  45. this.pr_detail = new UAS_MES.CustomControl.TextBoxWithIcon.EnterTextBox();
  46. this.ob_projectcode = new UAS_MES.CustomControl.TextBoxWithIcon.SearchTextBox();
  47. this.ob_status = new UAS_MES.CustomControl.TextBoxWithIcon.EnterTextBox();
  48. this.OperateResult = new UAS_MES.CustomControl.RichText.RichTextAutoBottom();
  49. this.Clean = new UAS_MES.CustomControl.ButtonUtil.NormalButton();
  50. this.ob_remark = new UAS_MES.CustomControl.TextBoxWithIcon.EnterTextBox();
  51. this.GetBatch = new UAS_MES.CustomControl.ButtonUtil.NormalButton();
  52. this.SaveConfiguration = new UAS_MES.CustomControl.ButtonUtil.NormalButton();
  53. this.RefreshConfiguration = new UAS_MES.CustomControl.ButtonUtil.NormalButton();
  54. this.Save = new UAS_MES.CustomControl.ButtonUtil.NormalButton();
  55. this.CheckTypeDGV = new UAS_MES.CustomControl.DataGrid_View.DataGridViewWithSerialNum();
  56. this.Choose = new System.Windows.Forms.DataGridViewCheckBoxColumn();
  57. this.oi_id = new System.Windows.Forms.DataGridViewTextBoxColumn();
  58. this.ci_id = new System.Windows.Forms.DataGridViewTextBoxColumn();
  59. this.ci_kind = new System.Windows.Forms.DataGridViewTextBoxColumn();
  60. this.oi_sampleqty = new System.Windows.Forms.DataGridViewTextBoxColumn();
  61. this.pr_kind = new UAS_MES.CustomControl.TextBoxWithIcon.EnterTextBox();
  62. this.ob_prodcode = new UAS_MES.CustomControl.TextBoxWithIcon.EnterTextBox();
  63. this.ob_source = new UAS_MES.CustomControl.TextBoxWithIcon.EnterTextBox();
  64. this.ob_batchqty = new UAS_MES.CustomControl.TextBoxWithIcon.EnterTextBox();
  65. this.obd_outboxcode = new UAS_MES.CustomControl.TextBoxWithIcon.EnterTextBox();
  66. this.ob_checkno = new UAS_MES.CustomControl.TextBoxWithIcon.EnterTextBox();
  67. this.ms_sncode = new UAS_MES.CustomControl.TextBoxWithIcon.EnterTextBox();
  68. this.ob_maxngacceptqty = new UAS_MES.CustomControl.TextBoxWithIcon.TextBoxNumOnly();
  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, 95);
  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, 97);
  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, 98);
  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, 544);
  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, 98);
  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, 544);
  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(789, 139);
  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, 136);
  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_aqlcode
  228. //
  229. this.ob_aqlcode.AllPower = null;
  230. this.ob_aqlcode.Caller = null;
  231. this.ob_aqlcode.Condition = null;
  232. this.ob_aqlcode.DBTitle = null;
  233. this.ob_aqlcode.FormName = null;
  234. this.ob_aqlcode.Location = new System.Drawing.Point(460, 542);
  235. this.ob_aqlcode.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
  236. this.ob_aqlcode.Name = "ob_aqlcode";
  237. this.ob_aqlcode.Power = null;
  238. this.ob_aqlcode.SelectField = null;
  239. this.ob_aqlcode.SetValueField = null;
  240. this.ob_aqlcode.Size = new System.Drawing.Size(193, 21);
  241. this.ob_aqlcode.TabIndex = 191;
  242. this.ob_aqlcode.TableName = null;
  243. this.ob_aqlcode.Tag = "AL_CODE";
  244. this.ob_aqlcode.TextBoxEnable = false;
  245. //
  246. // pr_detail
  247. //
  248. this.pr_detail.AllPower = null;
  249. this.pr_detail.BackColor = System.Drawing.Color.White;
  250. this.pr_detail.Enabled = false;
  251. this.pr_detail.ID = null;
  252. this.pr_detail.Location = new System.Drawing.Point(101, 141);
  253. this.pr_detail.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
  254. this.pr_detail.Name = "pr_detail";
  255. this.pr_detail.Power = null;
  256. this.pr_detail.ReadOnly = true;
  257. this.pr_detail.Size = new System.Drawing.Size(136, 21);
  258. this.pr_detail.Str = null;
  259. this.pr_detail.Str1 = null;
  260. this.pr_detail.Str2 = null;
  261. this.pr_detail.TabIndex = 189;
  262. this.pr_detail.Tag = "NoAuto";
  263. //
  264. // ob_projectcode
  265. //
  266. this.ob_projectcode.AllPower = null;
  267. this.ob_projectcode.Caller = null;
  268. this.ob_projectcode.Condition = null;
  269. this.ob_projectcode.DBTitle = null;
  270. this.ob_projectcode.FormName = null;
  271. this.ob_projectcode.Location = new System.Drawing.Point(872, 141);
  272. this.ob_projectcode.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
  273. this.ob_projectcode.Name = "ob_projectcode";
  274. this.ob_projectcode.Power = null;
  275. this.ob_projectcode.SelectField = null;
  276. this.ob_projectcode.SetValueField = null;
  277. this.ob_projectcode.Size = new System.Drawing.Size(136, 21);
  278. this.ob_projectcode.TabIndex = 187;
  279. this.ob_projectcode.TableName = null;
  280. this.ob_projectcode.Tag = "pr_code";
  281. this.ob_projectcode.TextBoxEnable = false;
  282. //
  283. // ob_status
  284. //
  285. this.ob_status.AllPower = null;
  286. this.ob_status.BackColor = System.Drawing.Color.White;
  287. this.ob_status.Enabled = false;
  288. this.ob_status.ID = null;
  289. this.ob_status.Location = new System.Drawing.Point(872, 98);
  290. this.ob_status.Name = "ob_status";
  291. this.ob_status.Power = null;
  292. this.ob_status.Size = new System.Drawing.Size(136, 21);
  293. this.ob_status.Str = null;
  294. this.ob_status.Str1 = null;
  295. this.ob_status.Str2 = null;
  296. this.ob_status.TabIndex = 179;
  297. this.ob_status.Tag = "NoAuto";
  298. //
  299. // OperateResult
  300. //
  301. this.OperateResult.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  302. this.OperateResult.Location = new System.Drawing.Point(805, 173);
  303. this.OperateResult.Name = "OperateResult";
  304. this.OperateResult.Size = new System.Drawing.Size(203, 318);
  305. this.OperateResult.TabIndex = 177;
  306. this.OperateResult.Text = "";
  307. //
  308. // Clean
  309. //
  310. this.Clean.AllPower = null;
  311. this.Clean.BackColor = System.Drawing.Color.Transparent;
  312. this.Clean.DownImage = ((System.Drawing.Image)(resources.GetObject("Clean.DownImage")));
  313. this.Clean.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  314. this.Clean.Image = ((System.Drawing.Image)(resources.GetObject("Clean.Image")));
  315. this.Clean.IsShowBorder = true;
  316. this.Clean.Location = new System.Drawing.Point(874, 498);
  317. this.Clean.MoveImage = ((System.Drawing.Image)(resources.GetObject("Clean.MoveImage")));
  318. this.Clean.Name = "Clean";
  319. this.Clean.NormalImage = ((System.Drawing.Image)(resources.GetObject("Clean.NormalImage")));
  320. this.Clean.Power = null;
  321. this.Clean.Size = new System.Drawing.Size(68, 24);
  322. this.Clean.TabIndex = 176;
  323. this.Clean.Tag = "";
  324. this.Clean.Text = "清除";
  325. this.Clean.UseVisualStyleBackColor = true;
  326. this.Clean.Click += new System.EventHandler(this.Clean_Click);
  327. //
  328. // ob_remark
  329. //
  330. this.ob_remark.AllPower = null;
  331. this.ob_remark.BackColor = System.Drawing.Color.White;
  332. this.ob_remark.ID = null;
  333. this.ob_remark.Location = new System.Drawing.Point(102, 546);
  334. this.ob_remark.Name = "ob_remark";
  335. this.ob_remark.Power = null;
  336. this.ob_remark.Size = new System.Drawing.Size(282, 21);
  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(507, 136);
  352. this.GetBatch.MoveImage = ((System.Drawing.Image)(resources.GetObject("GetBatch.MoveImage")));
  353. this.GetBatch.Name = "GetBatch";
  354. this.GetBatch.NormalImage = ((System.Drawing.Image)(resources.GetObject("GetBatch.NormalImage")));
  355. this.GetBatch.Power = "ifRead";
  356. this.GetBatch.Size = new System.Drawing.Size(68, 24);
  357. this.GetBatch.TabIndex = 171;
  358. this.GetBatch.Tag = "OQC!Inspection";
  359. this.GetBatch.Text = "获取批";
  360. this.GetBatch.UseVisualStyleBackColor = true;
  361. this.GetBatch.Click += new System.EventHandler(this.GetBatch_Click);
  362. //
  363. // SaveConfiguration
  364. //
  365. this.SaveConfiguration.AllPower = "ifall";
  366. this.SaveConfiguration.BackColor = System.Drawing.Color.Transparent;
  367. this.SaveConfiguration.DownImage = ((System.Drawing.Image)(resources.GetObject("SaveConfiguration.DownImage")));
  368. this.SaveConfiguration.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  369. this.SaveConfiguration.Image = ((System.Drawing.Image)(resources.GetObject("SaveConfiguration.Image")));
  370. this.SaveConfiguration.IsShowBorder = true;
  371. this.SaveConfiguration.Location = new System.Drawing.Point(299, 507);
  372. this.SaveConfiguration.MoveImage = ((System.Drawing.Image)(resources.GetObject("SaveConfiguration.MoveImage")));
  373. this.SaveConfiguration.Name = "SaveConfiguration";
  374. this.SaveConfiguration.NormalImage = ((System.Drawing.Image)(resources.GetObject("SaveConfiguration.NormalImage")));
  375. this.SaveConfiguration.Power = "ifWrite";
  376. this.SaveConfiguration.Size = new System.Drawing.Size(68, 24);
  377. this.SaveConfiguration.TabIndex = 170;
  378. this.SaveConfiguration.Tag = "OQC!Inspection";
  379. this.SaveConfiguration.Text = "保存配置";
  380. this.SaveConfiguration.UseVisualStyleBackColor = true;
  381. this.SaveConfiguration.Click += new System.EventHandler(this.SaveConfiguration_Click);
  382. //
  383. // RefreshConfiguration
  384. //
  385. this.RefreshConfiguration.AllPower = "ifall";
  386. this.RefreshConfiguration.BackColor = System.Drawing.Color.Transparent;
  387. this.RefreshConfiguration.DownImage = ((System.Drawing.Image)(resources.GetObject("RefreshConfiguration.DownImage")));
  388. this.RefreshConfiguration.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  389. this.RefreshConfiguration.Image = ((System.Drawing.Image)(resources.GetObject("RefreshConfiguration.Image")));
  390. this.RefreshConfiguration.IsShowBorder = true;
  391. this.RefreshConfiguration.Location = new System.Drawing.Point(460, 507);
  392. this.RefreshConfiguration.MoveImage = ((System.Drawing.Image)(resources.GetObject("RefreshConfiguration.MoveImage")));
  393. this.RefreshConfiguration.Name = "RefreshConfiguration";
  394. this.RefreshConfiguration.NormalImage = ((System.Drawing.Image)(resources.GetObject("RefreshConfiguration.NormalImage")));
  395. this.RefreshConfiguration.Power = "ifRead";
  396. this.RefreshConfiguration.Size = new System.Drawing.Size(68, 24);
  397. this.RefreshConfiguration.TabIndex = 169;
  398. this.RefreshConfiguration.Tag = "OQC!Inspection";
  399. this.RefreshConfiguration.Text = "刷新配置";
  400. this.RefreshConfiguration.UseVisualStyleBackColor = true;
  401. this.RefreshConfiguration.Click += new System.EventHandler(this.RefreshConfiguration_Click);
  402. //
  403. // Save
  404. //
  405. this.Save.AllPower = "ifall";
  406. this.Save.BackColor = System.Drawing.Color.Transparent;
  407. this.Save.DownImage = ((System.Drawing.Image)(resources.GetObject("Save.DownImage")));
  408. this.Save.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  409. this.Save.Image = ((System.Drawing.Image)(resources.GetObject("Save.Image")));
  410. this.Save.IsShowBorder = true;
  411. this.Save.Location = new System.Drawing.Point(413, 583);
  412. this.Save.MoveImage = ((System.Drawing.Image)(resources.GetObject("Save.MoveImage")));
  413. this.Save.Name = "Save";
  414. this.Save.NormalImage = ((System.Drawing.Image)(resources.GetObject("Save.NormalImage")));
  415. this.Save.Power = "ifWrite";
  416. this.Save.Size = new System.Drawing.Size(70, 24);
  417. this.Save.TabIndex = 168;
  418. this.Save.Tag = "OQC!Inspection";
  419. this.Save.Text = "保存";
  420. this.Save.UseVisualStyleBackColor = true;
  421. this.Save.Click += new System.EventHandler(this.Save_Click);
  422. //
  423. // CheckTypeDGV
  424. //
  425. this.CheckTypeDGV.AllowUserToAddRows = false;
  426. this.CheckTypeDGV.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  427. this.CheckTypeDGV.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  428. this.Choose,
  429. this.oi_id,
  430. this.ci_id,
  431. this.ci_kind,
  432. this.oi_sampleqty});
  433. this.CheckTypeDGV.Location = new System.Drawing.Point(43, 173);
  434. this.CheckTypeDGV.Name = "CheckTypeDGV";
  435. this.CheckTypeDGV.RowTemplate.Height = 23;
  436. this.CheckTypeDGV.Size = new System.Drawing.Size(745, 318);
  437. this.CheckTypeDGV.TabIndex = 167;
  438. this.CheckTypeDGV.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.CheckTypeDGV_CellContentClick);
  439. //
  440. // Choose
  441. //
  442. this.Choose.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
  443. this.Choose.DataPropertyName = "choose";
  444. this.Choose.HeaderText = "勾选";
  445. this.Choose.Name = "Choose";
  446. this.Choose.Resizable = System.Windows.Forms.DataGridViewTriState.False;
  447. this.Choose.Width = 60;
  448. //
  449. // oi_id
  450. //
  451. this.oi_id.DataPropertyName = "oi_id";
  452. this.oi_id.HeaderText = "oi_id";
  453. this.oi_id.Name = "oi_id";
  454. this.oi_id.Visible = false;
  455. //
  456. // ci_id
  457. //
  458. this.ci_id.DataPropertyName = "ci_id";
  459. this.ci_id.HeaderText = "ci_id";
  460. this.ci_id.Name = "ci_id";
  461. this.ci_id.ReadOnly = true;
  462. this.ci_id.Visible = false;
  463. //
  464. // ci_kind
  465. //
  466. this.ci_kind.DataPropertyName = "ci_kind";
  467. this.ci_kind.HeaderText = "检验类型";
  468. this.ci_kind.Name = "ci_kind";
  469. this.ci_kind.ReadOnly = true;
  470. this.ci_kind.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  471. this.ci_kind.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  472. this.ci_kind.Width = 150;
  473. //
  474. // oi_sampleqty
  475. //
  476. this.oi_sampleqty.DataPropertyName = "oi_sampleqty";
  477. this.oi_sampleqty.HeaderText = "样本数量";
  478. this.oi_sampleqty.Name = "oi_sampleqty";
  479. this.oi_sampleqty.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  480. this.oi_sampleqty.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  481. this.oi_sampleqty.Width = 150;
  482. //
  483. // pr_kind
  484. //
  485. this.pr_kind.AllPower = null;
  486. this.pr_kind.BackColor = System.Drawing.Color.White;
  487. this.pr_kind.Enabled = false;
  488. this.pr_kind.ID = null;
  489. this.pr_kind.Location = new System.Drawing.Point(608, 98);
  490. this.pr_kind.Name = "pr_kind";
  491. this.pr_kind.Power = null;
  492. this.pr_kind.ReadOnly = true;
  493. this.pr_kind.Size = new System.Drawing.Size(136, 21);
  494. this.pr_kind.Str = null;
  495. this.pr_kind.Str1 = null;
  496. this.pr_kind.Str2 = null;
  497. this.pr_kind.TabIndex = 166;
  498. this.pr_kind.Tag = "NoAuto";
  499. //
  500. // ob_prodcode
  501. //
  502. this.ob_prodcode.AllPower = null;
  503. this.ob_prodcode.BackColor = System.Drawing.Color.White;
  504. this.ob_prodcode.Enabled = false;
  505. this.ob_prodcode.ID = null;
  506. this.ob_prodcode.Location = new System.Drawing.Point(872, 54);
  507. this.ob_prodcode.Name = "ob_prodcode";
  508. this.ob_prodcode.Power = null;
  509. this.ob_prodcode.Size = new System.Drawing.Size(136, 21);
  510. this.ob_prodcode.Str = null;
  511. this.ob_prodcode.Str1 = null;
  512. this.ob_prodcode.Str2 = null;
  513. this.ob_prodcode.TabIndex = 164;
  514. this.ob_prodcode.Tag = "NoAuto";
  515. //
  516. // ob_source
  517. //
  518. this.ob_source.AllPower = null;
  519. this.ob_source.BackColor = System.Drawing.Color.White;
  520. this.ob_source.Enabled = false;
  521. this.ob_source.ID = null;
  522. this.ob_source.Location = new System.Drawing.Point(347, 97);
  523. this.ob_source.Name = "ob_source";
  524. this.ob_source.Power = null;
  525. this.ob_source.Size = new System.Drawing.Size(136, 21);
  526. this.ob_source.Str = null;
  527. this.ob_source.Str1 = null;
  528. this.ob_source.Str2 = null;
  529. this.ob_source.TabIndex = 162;
  530. this.ob_source.Tag = "NoAuto";
  531. //
  532. // ob_batchqty
  533. //
  534. this.ob_batchqty.AllPower = null;
  535. this.ob_batchqty.BackColor = System.Drawing.Color.White;
  536. this.ob_batchqty.Enabled = false;
  537. this.ob_batchqty.ID = null;
  538. this.ob_batchqty.Location = new System.Drawing.Point(101, 97);
  539. this.ob_batchqty.Name = "ob_batchqty";
  540. this.ob_batchqty.Power = null;
  541. this.ob_batchqty.ReadOnly = true;
  542. this.ob_batchqty.Size = new System.Drawing.Size(136, 21);
  543. this.ob_batchqty.Str = null;
  544. this.ob_batchqty.Str1 = null;
  545. this.ob_batchqty.Str2 = null;
  546. this.ob_batchqty.TabIndex = 160;
  547. this.ob_batchqty.Tag = "NoAuto";
  548. //
  549. // obd_outboxcode
  550. //
  551. this.obd_outboxcode.AllPower = null;
  552. this.obd_outboxcode.BackColor = System.Drawing.Color.White;
  553. this.obd_outboxcode.ID = null;
  554. this.obd_outboxcode.Location = new System.Drawing.Point(347, 49);
  555. this.obd_outboxcode.Name = "obd_outboxcode";
  556. this.obd_outboxcode.Power = null;
  557. this.obd_outboxcode.Size = new System.Drawing.Size(136, 21);
  558. this.obd_outboxcode.Str = null;
  559. this.obd_outboxcode.Str1 = null;
  560. this.obd_outboxcode.Str2 = null;
  561. this.obd_outboxcode.TabIndex = 158;
  562. this.obd_outboxcode.Tag = "NoAuto";
  563. //
  564. // ob_checkno
  565. //
  566. this.ob_checkno.AllPower = null;
  567. this.ob_checkno.BackColor = System.Drawing.Color.White;
  568. this.ob_checkno.ID = null;
  569. this.ob_checkno.Location = new System.Drawing.Point(101, 47);
  570. this.ob_checkno.Name = "ob_checkno";
  571. this.ob_checkno.Power = null;
  572. this.ob_checkno.Size = new System.Drawing.Size(136, 21);
  573. this.ob_checkno.Str = null;
  574. this.ob_checkno.Str1 = null;
  575. this.ob_checkno.Str2 = null;
  576. this.ob_checkno.TabIndex = 155;
  577. this.ob_checkno.Tag = "NoAuto";
  578. this.ob_checkno.KeyDown += new System.Windows.Forms.KeyEventHandler(this.ob_checkno_KeyDown);
  579. //
  580. // ms_sncode
  581. //
  582. this.ms_sncode.AllPower = null;
  583. this.ms_sncode.BackColor = System.Drawing.Color.White;
  584. this.ms_sncode.ID = null;
  585. this.ms_sncode.Location = new System.Drawing.Point(608, 51);
  586. this.ms_sncode.Name = "ms_sncode";
  587. this.ms_sncode.Power = null;
  588. this.ms_sncode.Size = new System.Drawing.Size(136, 21);
  589. this.ms_sncode.Str = null;
  590. this.ms_sncode.Str1 = null;
  591. this.ms_sncode.Str2 = null;
  592. this.ms_sncode.TabIndex = 153;
  593. this.ms_sncode.Tag = "NoAuto";
  594. this.ms_sncode.KeyDown += new System.Windows.Forms.KeyEventHandler(this.ms_sncode_KeyDown);
  595. //
  596. // ob_maxngacceptqty
  597. //
  598. this.ob_maxngacceptqty.Location = new System.Drawing.Point(215, 584);
  599. this.ob_maxngacceptqty.Name = "ob_maxngacceptqty";
  600. this.ob_maxngacceptqty.Size = new System.Drawing.Size(169, 21);
  601. this.ob_maxngacceptqty.TabIndex = 192;
  602. this.ob_maxngacceptqty.Text = "0";
  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. }