OQC_PlanMaintain.designer.cs 34 KB

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