OQC_PlanMaintain.designer.cs 38 KB

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