OQC_PlanMaintain.designer.cs 40 KB

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