OQC_PlanMaintain.designer.cs 36 KB

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