OQC_PlanMaintain.designer.cs 40 KB

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