OQC_PlanMaintain.designer.cs 40 KB

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