OQC_PlanMaintain.designer.cs 34 KB

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