F_PM_1601.Designer.cs 38 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733
  1. namespace Dongke.IBOSS.PRD.Client.PMModule
  2. {
  3. partial class F_PM_1601
  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(F_PM_1601));
  29. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
  30. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
  31. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
  32. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
  33. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
  34. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle();
  35. this.tsbtnClose = new System.Windows.Forms.ToolStripButton();
  36. this.tsbtnAdaptive = new System.Windows.Forms.ToolStripButton();
  37. this.tsrOperate = new Dongke.IBOSS.PRD.Basics.BaseControls.C_ToolStrip();
  38. this.tsbtnAdd = new System.Windows.Forms.ToolStripButton();
  39. this.tsbtnEdit = new System.Windows.Forms.ToolStripButton();
  40. this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
  41. this.gbxCondition = new Dongke.IBOSS.PRD.Basics.BaseControls.C_GroupBox();
  42. this.scbGoods = new Dongke.IBOSS.PRD.Client.Controls.SearchBox.ScbGoods();
  43. this.lblGoods = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  44. this.dropSemiTestType = new Dongke.IBOSS.PRD.Basics.BaseControls.DKListBoxComboBox();
  45. this.c_Label1 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  46. this.txtRemarks = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  47. this.lblRemarks = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  48. this.lblGroutingDateStart = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  49. this.lblGroutingDateEnd = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  50. this.dtpSemiTestDateEnd = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DateTimePicker();
  51. this.dtpSemiTestDateStart = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DateTimePicker();
  52. this.btnClearCondition = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  53. this.btnSearch = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  54. this.dgvSemiTestDetail = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
  55. this.TestUserID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  56. this.Testdate = new System.Windows.Forms.DataGridViewTextBoxColumn();
  57. this.SemiTestType = new System.Windows.Forms.DataGridViewTextBoxColumn();
  58. this.Remarks = new System.Windows.Forms.DataGridViewTextBoxColumn();
  59. this.GroutingUserID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  60. this.GoodsTypeName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  61. this.GoodsCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  62. this.GoodsName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  63. this.GoodsSpecification = new System.Windows.Forms.DataGridViewTextBoxColumn();
  64. this.GoodsModel = new System.Windows.Forms.DataGridViewTextBoxColumn();
  65. this.TestNum = new System.Windows.Forms.DataGridViewTextBoxColumn();
  66. this.ScrapNum = new System.Windows.Forms.DataGridViewTextBoxColumn();
  67. this.ScrapReason = new System.Windows.Forms.DataGridViewTextBoxColumn();
  68. this.Feedback = new System.Windows.Forms.DataGridViewTextBoxColumn();
  69. this.Semitestdetailid = new System.Windows.Forms.DataGridViewTextBoxColumn();
  70. this.SemiTestID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  71. this.dgvSemiTestDefect = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
  72. this.dictionaryvalue = new System.Windows.Forms.DataGridViewTextBoxColumn();
  73. this.lblUser = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  74. this.c_Label2 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  75. this.scbUser = new Dongke.IBOSS.PRD.Client.Controls.SearchBox.ScbUser();
  76. this.scbCheckUser = new Dongke.IBOSS.PRD.Client.Controls.SearchBox.ScbUser();
  77. this.tsrOperate.SuspendLayout();
  78. this.gbxCondition.SuspendLayout();
  79. ((System.ComponentModel.ISupportInitialize)(this.dgvSemiTestDetail)).BeginInit();
  80. ((System.ComponentModel.ISupportInitialize)(this.dgvSemiTestDefect)).BeginInit();
  81. this.SuspendLayout();
  82. //
  83. // tsbtnClose
  84. //
  85. this.tsbtnClose.AutoSize = false;
  86. this.tsbtnClose.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  87. this.tsbtnClose.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  88. this.tsbtnClose.ImageTransparentColor = System.Drawing.Color.Magenta;
  89. this.tsbtnClose.Name = "tsbtnClose";
  90. this.tsbtnClose.Size = new System.Drawing.Size(60, 25);
  91. this.tsbtnClose.Text = "关闭(&X)";
  92. this.tsbtnClose.Click += new System.EventHandler(this.tsbtnClose_Click);
  93. //
  94. // tsbtnAdaptive
  95. //
  96. this.tsbtnAdaptive.AutoSize = false;
  97. this.tsbtnAdaptive.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  98. this.tsbtnAdaptive.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  99. this.tsbtnAdaptive.ImageTransparentColor = System.Drawing.Color.Magenta;
  100. this.tsbtnAdaptive.Name = "tsbtnAdaptive";
  101. this.tsbtnAdaptive.Size = new System.Drawing.Size(90, 25);
  102. this.tsbtnAdaptive.Text = "自适应列宽(&A)";
  103. this.tsbtnAdaptive.Click += new System.EventHandler(this.tsbtnAdaptive_Click);
  104. //
  105. // tsrOperate
  106. //
  107. this.tsrOperate.AutoSize = false;
  108. this.tsrOperate.BackColor = System.Drawing.Color.Transparent;
  109. this.tsrOperate.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  110. this.tsrOperate.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  111. this.tsbtnAdd,
  112. this.tsbtnEdit,
  113. this.toolStripSeparator1,
  114. this.tsbtnAdaptive,
  115. this.tsbtnClose});
  116. this.tsrOperate.Location = new System.Drawing.Point(0, 0);
  117. this.tsrOperate.Name = "tsrOperate";
  118. this.tsrOperate.RenderMode = System.Windows.Forms.ToolStripRenderMode.System;
  119. this.tsrOperate.ShowItemToolTips = false;
  120. this.tsrOperate.Size = new System.Drawing.Size(1131, 35);
  121. this.tsrOperate.TabIndex = 36;
  122. this.tsrOperate.Text = "toolStrip1";
  123. //
  124. // tsbtnAdd
  125. //
  126. this.tsbtnAdd.AutoSize = false;
  127. this.tsbtnAdd.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  128. this.tsbtnAdd.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  129. this.tsbtnAdd.ImageTransparentColor = System.Drawing.Color.Magenta;
  130. this.tsbtnAdd.Name = "tsbtnAdd";
  131. this.tsbtnAdd.Size = new System.Drawing.Size(60, 25);
  132. this.tsbtnAdd.Text = "新建(&N)";
  133. this.tsbtnAdd.Click += new System.EventHandler(this.tsbtnAdd_Click);
  134. //
  135. // tsbtnEdit
  136. //
  137. this.tsbtnEdit.AutoSize = false;
  138. this.tsbtnEdit.Enabled = false;
  139. this.tsbtnEdit.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  140. this.tsbtnEdit.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  141. this.tsbtnEdit.ImageTransparentColor = System.Drawing.Color.Magenta;
  142. this.tsbtnEdit.Name = "tsbtnEdit";
  143. this.tsbtnEdit.Size = new System.Drawing.Size(60, 25);
  144. this.tsbtnEdit.Text = "编辑(&E)";
  145. this.tsbtnEdit.Click += new System.EventHandler(this.tsbtnEdit_Click);
  146. //
  147. // toolStripSeparator1
  148. //
  149. this.toolStripSeparator1.AutoSize = false;
  150. this.toolStripSeparator1.Name = "toolStripSeparator1";
  151. this.toolStripSeparator1.Size = new System.Drawing.Size(6, 25);
  152. //
  153. // gbxCondition
  154. //
  155. this.gbxCondition.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  156. | System.Windows.Forms.AnchorStyles.Right)));
  157. this.gbxCondition.BackColor = System.Drawing.Color.Transparent;
  158. this.gbxCondition.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("gbxCondition.BackgroundImage")));
  159. this.gbxCondition.Controls.Add(this.scbCheckUser);
  160. this.gbxCondition.Controls.Add(this.c_Label2);
  161. this.gbxCondition.Controls.Add(this.scbUser);
  162. this.gbxCondition.Controls.Add(this.lblUser);
  163. this.gbxCondition.Controls.Add(this.scbGoods);
  164. this.gbxCondition.Controls.Add(this.lblGoods);
  165. this.gbxCondition.Controls.Add(this.dropSemiTestType);
  166. this.gbxCondition.Controls.Add(this.c_Label1);
  167. this.gbxCondition.Controls.Add(this.txtRemarks);
  168. this.gbxCondition.Controls.Add(this.lblRemarks);
  169. this.gbxCondition.Controls.Add(this.lblGroutingDateStart);
  170. this.gbxCondition.Controls.Add(this.lblGroutingDateEnd);
  171. this.gbxCondition.Controls.Add(this.dtpSemiTestDateEnd);
  172. this.gbxCondition.Controls.Add(this.dtpSemiTestDateStart);
  173. this.gbxCondition.Controls.Add(this.btnClearCondition);
  174. this.gbxCondition.Controls.Add(this.btnSearch);
  175. this.gbxCondition.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  176. this.gbxCondition.ForeColor = System.Drawing.SystemColors.ControlText;
  177. this.gbxCondition.IsMustInput = false;
  178. this.gbxCondition.Location = new System.Drawing.Point(0, 38);
  179. this.gbxCondition.Name = "gbxCondition";
  180. this.gbxCondition.OriginalHeight = -1;
  181. this.gbxCondition.Size = new System.Drawing.Size(1119, 78);
  182. this.gbxCondition.TabIndex = 40;
  183. this.gbxCondition.TabStop = false;
  184. this.gbxCondition.Text = "查询条件 ▼";
  185. //
  186. // scbGoods
  187. //
  188. this.scbGoods.CheckedData = null;
  189. this.scbGoods.Location = new System.Drawing.Point(65, 20);
  190. this.scbGoods.MultiSelect = true;
  191. this.scbGoods.Name = "scbGoods";
  192. this.scbGoods.Size = new System.Drawing.Size(142, 21);
  193. this.scbGoods.TabIndex = 32;
  194. //
  195. // lblGoods
  196. //
  197. this.lblGoods.AutoSize = true;
  198. this.lblGoods.BackColor = System.Drawing.Color.Transparent;
  199. this.lblGoods.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  200. this.lblGoods.ForeColor = System.Drawing.SystemColors.ControlText;
  201. this.lblGoods.Location = new System.Drawing.Point(6, 26);
  202. this.lblGoods.Name = "lblGoods";
  203. this.lblGoods.Size = new System.Drawing.Size(53, 12);
  204. this.lblGoods.TabIndex = 31;
  205. this.lblGoods.Text = "产品名称";
  206. //
  207. // dropSemiTestType
  208. //
  209. this.dropSemiTestType.BackColor = System.Drawing.SystemColors.Window;
  210. this.dropSemiTestType.BackgroundColor = System.Drawing.SystemColors.Window;
  211. this.dropSemiTestType.DataSource = null;
  212. this.dropSemiTestType.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  213. this.dropSemiTestType.FormattingEnabled = true;
  214. //
  215. //
  216. //
  217. this.dropSemiTestType.ListBox.Dock = System.Windows.Forms.DockStyle.Fill;
  218. this.dropSemiTestType.ListBox.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  219. this.dropSemiTestType.ListBox.IntegralHeight = false;
  220. this.dropSemiTestType.ListBox.Location = new System.Drawing.Point(0, 0);
  221. this.dropSemiTestType.ListBox.Name = "";
  222. this.dropSemiTestType.ListBox.Size = new System.Drawing.Size(140, 136);
  223. this.dropSemiTestType.ListBox.TabIndex = 0;
  224. this.dropSemiTestType.Location = new System.Drawing.Point(65, 48);
  225. this.dropSemiTestType.Name = "dropSemiTestType";
  226. this.dropSemiTestType.Size = new System.Drawing.Size(142, 20);
  227. this.dropSemiTestType.TabIndex = 3;
  228. //
  229. // c_Label1
  230. //
  231. this.c_Label1.AutoSize = true;
  232. this.c_Label1.BackColor = System.Drawing.Color.Transparent;
  233. this.c_Label1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  234. this.c_Label1.ForeColor = System.Drawing.SystemColors.ControlText;
  235. this.c_Label1.Location = new System.Drawing.Point(5, 52);
  236. this.c_Label1.Name = "c_Label1";
  237. this.c_Label1.Size = new System.Drawing.Size(53, 12);
  238. this.c_Label1.TabIndex = 30;
  239. this.c_Label1.Text = "半检类别";
  240. //
  241. // txtRemarks
  242. //
  243. this.txtRemarks.BackColor = System.Drawing.SystemColors.Window;
  244. this.txtRemarks.BackgroundColor = System.Drawing.SystemColors.Window;
  245. this.txtRemarks.ErrorMessage = "";
  246. this.txtRemarks.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  247. this.txtRemarks.Location = new System.Drawing.Point(286, 48);
  248. this.txtRemarks.Name = "txtRemarks";
  249. this.txtRemarks.Size = new System.Drawing.Size(374, 21);
  250. this.txtRemarks.TabIndex = 6;
  251. this.txtRemarks.TextValue = "";
  252. //
  253. // lblRemarks
  254. //
  255. this.lblRemarks.AutoSize = true;
  256. this.lblRemarks.BackColor = System.Drawing.Color.Transparent;
  257. this.lblRemarks.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  258. this.lblRemarks.Location = new System.Drawing.Point(251, 52);
  259. this.lblRemarks.Name = "lblRemarks";
  260. this.lblRemarks.Size = new System.Drawing.Size(29, 12);
  261. this.lblRemarks.TabIndex = 14;
  262. this.lblRemarks.Text = "备注";
  263. //
  264. // lblGroutingDateStart
  265. //
  266. this.lblGroutingDateStart.AutoSize = true;
  267. this.lblGroutingDateStart.BackColor = System.Drawing.Color.Transparent;
  268. this.lblGroutingDateStart.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  269. this.lblGroutingDateStart.ForeColor = System.Drawing.SystemColors.ControlText;
  270. this.lblGroutingDateStart.Location = new System.Drawing.Point(672, 24);
  271. this.lblGroutingDateStart.Name = "lblGroutingDateStart";
  272. this.lblGroutingDateStart.Size = new System.Drawing.Size(53, 12);
  273. this.lblGroutingDateStart.TabIndex = 4;
  274. this.lblGroutingDateStart.Text = "开始日期";
  275. //
  276. // lblGroutingDateEnd
  277. //
  278. this.lblGroutingDateEnd.AutoSize = true;
  279. this.lblGroutingDateEnd.BackColor = System.Drawing.Color.Transparent;
  280. this.lblGroutingDateEnd.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  281. this.lblGroutingDateEnd.ForeColor = System.Drawing.SystemColors.ControlText;
  282. this.lblGroutingDateEnd.Location = new System.Drawing.Point(885, 24);
  283. this.lblGroutingDateEnd.Name = "lblGroutingDateEnd";
  284. this.lblGroutingDateEnd.Size = new System.Drawing.Size(53, 12);
  285. this.lblGroutingDateEnd.TabIndex = 6;
  286. this.lblGroutingDateEnd.Text = "结束日期";
  287. //
  288. // dtpSemiTestDateEnd
  289. //
  290. this.dtpSemiTestDateEnd.CustomFormat = "yyyy-MM-dd";
  291. this.dtpSemiTestDateEnd.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  292. this.dtpSemiTestDateEnd.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  293. this.dtpSemiTestDateEnd.Location = new System.Drawing.Point(944, 20);
  294. this.dtpSemiTestDateEnd.Name = "dtpSemiTestDateEnd";
  295. this.dtpSemiTestDateEnd.Size = new System.Drawing.Size(134, 21);
  296. this.dtpSemiTestDateEnd.TabIndex = 5;
  297. //
  298. // dtpSemiTestDateStart
  299. //
  300. this.dtpSemiTestDateStart.CustomFormat = "yyyy-MM-dd";
  301. this.dtpSemiTestDateStart.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  302. this.dtpSemiTestDateStart.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  303. this.dtpSemiTestDateStart.Location = new System.Drawing.Point(731, 20);
  304. this.dtpSemiTestDateStart.Name = "dtpSemiTestDateStart";
  305. this.dtpSemiTestDateStart.Size = new System.Drawing.Size(135, 21);
  306. this.dtpSemiTestDateStart.TabIndex = 4;
  307. //
  308. // btnClearCondition
  309. //
  310. this.btnClearCondition.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  311. this.btnClearCondition.BackColor = System.Drawing.Color.Transparent;
  312. this.btnClearCondition.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnClearCondition.BackgroundImage")));
  313. this.btnClearCondition.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  314. this.btnClearCondition.ForeColor = System.Drawing.Color.White;
  315. this.btnClearCondition.Location = new System.Drawing.Point(1022, 44);
  316. this.btnClearCondition.Name = "btnClearCondition";
  317. this.btnClearCondition.Size = new System.Drawing.Size(85, 30);
  318. this.btnClearCondition.TabIndex = 8;
  319. this.btnClearCondition.Text = "清空条件(&C)";
  320. this.btnClearCondition.UseVisualStyleBackColor = true;
  321. this.btnClearCondition.Click += new System.EventHandler(this.btnClearCondition_Click);
  322. //
  323. // btnSearch
  324. //
  325. this.btnSearch.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  326. this.btnSearch.BackColor = System.Drawing.Color.Transparent;
  327. this.btnSearch.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnSearch.BackgroundImage")));
  328. this.btnSearch.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  329. this.btnSearch.ForeColor = System.Drawing.Color.White;
  330. this.btnSearch.Location = new System.Drawing.Point(931, 44);
  331. this.btnSearch.Name = "btnSearch";
  332. this.btnSearch.Size = new System.Drawing.Size(85, 30);
  333. this.btnSearch.TabIndex = 7;
  334. this.btnSearch.Text = "查询(&Q)";
  335. this.btnSearch.UseVisualStyleBackColor = true;
  336. this.btnSearch.Click += new System.EventHandler(this.btnSearch_Click);
  337. //
  338. // dgvSemiTestDetail
  339. //
  340. this.dgvSemiTestDetail.AllowUserToAddRows = false;
  341. this.dgvSemiTestDetail.AllowUserToDeleteRows = false;
  342. this.dgvSemiTestDetail.AllowUserToModifyRows = true;
  343. dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
  344. this.dgvSemiTestDetail.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
  345. this.dgvSemiTestDetail.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  346. | System.Windows.Forms.AnchorStyles.Right)));
  347. this.dgvSemiTestDetail.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  348. this.dgvSemiTestDetail.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
  349. this.dgvSemiTestDetail.CellHeight = 25;
  350. this.dgvSemiTestDetail.ChildNodeColumnName = null;
  351. this.dgvSemiTestDetail.ChildNodeColumnText = null;
  352. this.dgvSemiTestDetail.ColumnDeep = 1;
  353. this.dgvSemiTestDetail.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  354. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  355. dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(58)))), ((int)(((byte)(70)))));
  356. dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  357. dataGridViewCellStyle2.ForeColor = System.Drawing.Color.White;
  358. dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  359. dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  360. dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  361. this.dgvSemiTestDetail.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
  362. this.dgvSemiTestDetail.ColumnHeadersHeight = 25;
  363. this.dgvSemiTestDetail.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  364. this.dgvSemiTestDetail.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  365. this.TestUserID,
  366. this.Testdate,
  367. this.SemiTestType,
  368. this.Remarks,
  369. this.GroutingUserID,
  370. this.GoodsTypeName,
  371. this.GoodsCode,
  372. this.GoodsName,
  373. this.GoodsSpecification,
  374. this.GoodsModel,
  375. this.TestNum,
  376. this.ScrapNum,
  377. this.ScrapReason,
  378. this.Feedback,
  379. this.Semitestdetailid,
  380. this.SemiTestID});
  381. this.dgvSemiTestDetail.ColumnTreeView = null;
  382. this.dgvSemiTestDetail.ContextMenuVisible = ((Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView.ContextMenuVisibleFlags)((Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView.ContextMenuVisibleFlags.Refine | Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView.ContextMenuVisibleFlags.FileOut)));
  383. this.dgvSemiTestDetail.DynamicColumnName = "";
  384. this.dgvSemiTestDetail.EnableHeadersVisualStyles = false;
  385. this.dgvSemiTestDetail.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  386. this.dgvSemiTestDetail.FormatQuantityColumns = null;
  387. this.dgvSemiTestDetail.HorizontalMergeColumn = null;
  388. this.dgvSemiTestDetail.IsAutoCountSum = true;
  389. this.dgvSemiTestDetail.IsAutoResizeColumns = false;
  390. this.dgvSemiTestDetail.IsClickF12 = false;
  391. this.dgvSemiTestDetail.IsOpenMergeCellFlag = false;
  392. this.dgvSemiTestDetail.IsSubTotalFlag = false;
  393. this.dgvSemiTestDetail.IsTopDeep = false;
  394. this.dgvSemiTestDetail.Location = new System.Drawing.Point(0, 122);
  395. this.dgvSemiTestDetail.MergeColumnNames = null;
  396. this.dgvSemiTestDetail.MergeDetailColumnNames = null;
  397. this.dgvSemiTestDetail.MergeDetailOnlyColumn = null;
  398. this.dgvSemiTestDetail.MergeOnlyColumn = null;
  399. this.dgvSemiTestDetail.MultiSelect = false;
  400. this.dgvSemiTestDetail.Name = "dgvSemiTestDetail";
  401. this.dgvSemiTestDetail.ReadOnly = true;
  402. this.dgvSemiTestDetail.RefreshAtHscroll = false;
  403. this.dgvSemiTestDetail.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.AutoSizeToAllHeaders;
  404. dataGridViewCellStyle3.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  405. this.dgvSemiTestDetail.RowsDefaultCellStyle = dataGridViewCellStyle3;
  406. this.dgvSemiTestDetail.RowTemplate.Height = 25;
  407. this.dgvSemiTestDetail.Size = new System.Drawing.Size(1119, 253);
  408. this.dgvSemiTestDetail.SortOrderColumnName = null;
  409. this.dgvSemiTestDetail.TabIndex = 16;
  410. this.dgvSemiTestDetail.Tag = true;
  411. this.dgvSemiTestDetail.TotalSumColumns = null;
  412. this.dgvSemiTestDetail.ViewRowFilter = "";
  413. this.dgvSemiTestDetail.SelectionChanged += new System.EventHandler(this.dgvSemiTestDetail_SelectionChanged);
  414. //
  415. // TestUserID
  416. //
  417. this.TestUserID.DataPropertyName = "TestUserID";
  418. this.TestUserID.HeaderText = "检验工号";
  419. this.TestUserID.Name = "TestUserID";
  420. this.TestUserID.ReadOnly = true;
  421. this.TestUserID.Width = 80;
  422. //
  423. // Testdate
  424. //
  425. this.Testdate.DataPropertyName = "Testdate";
  426. this.Testdate.HeaderText = "检验日期";
  427. this.Testdate.Name = "Testdate";
  428. this.Testdate.ReadOnly = true;
  429. this.Testdate.Width = 80;
  430. //
  431. // SemiTestType
  432. //
  433. this.SemiTestType.DataPropertyName = "SemiTestType";
  434. this.SemiTestType.HeaderText = "半检类别";
  435. this.SemiTestType.Name = "SemiTestType";
  436. this.SemiTestType.ReadOnly = true;
  437. //
  438. // Remarks
  439. //
  440. this.Remarks.DataPropertyName = "Remarks";
  441. this.Remarks.HeaderText = "备注";
  442. this.Remarks.Name = "Remarks";
  443. this.Remarks.ReadOnly = true;
  444. this.Remarks.Width = 80;
  445. //
  446. // GroutingUserID
  447. //
  448. this.GroutingUserID.DataPropertyName = "GroutingUserID";
  449. this.GroutingUserID.HeaderText = "成型工号";
  450. this.GroutingUserID.Name = "GroutingUserID";
  451. this.GroutingUserID.ReadOnly = true;
  452. this.GroutingUserID.Width = 80;
  453. //
  454. // GoodsTypeName
  455. //
  456. this.GoodsTypeName.DataPropertyName = "GoodsTypeName";
  457. this.GoodsTypeName.HeaderText = "产品类别";
  458. this.GoodsTypeName.Name = "GoodsTypeName";
  459. this.GoodsTypeName.ReadOnly = true;
  460. this.GoodsTypeName.Width = 80;
  461. //
  462. // GoodsCode
  463. //
  464. this.GoodsCode.DataPropertyName = "GoodsCode";
  465. this.GoodsCode.HeaderText = "产品编码";
  466. this.GoodsCode.Name = "GoodsCode";
  467. this.GoodsCode.ReadOnly = true;
  468. this.GoodsCode.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  469. this.GoodsCode.Width = 80;
  470. //
  471. // GoodsName
  472. //
  473. this.GoodsName.DataPropertyName = "GoodsName";
  474. this.GoodsName.HeaderText = "产品名称";
  475. this.GoodsName.Name = "GoodsName";
  476. this.GoodsName.ReadOnly = true;
  477. this.GoodsName.Visible = false;
  478. this.GoodsName.Width = 80;
  479. //
  480. // GoodsSpecification
  481. //
  482. this.GoodsSpecification.DataPropertyName = "GoodsSpecification";
  483. this.GoodsSpecification.HeaderText = "规格";
  484. this.GoodsSpecification.Name = "GoodsSpecification";
  485. this.GoodsSpecification.ReadOnly = true;
  486. this.GoodsSpecification.Width = 50;
  487. //
  488. // GoodsModel
  489. //
  490. this.GoodsModel.DataPropertyName = "GoodsModel";
  491. this.GoodsModel.HeaderText = "型号";
  492. this.GoodsModel.Name = "GoodsModel";
  493. this.GoodsModel.ReadOnly = true;
  494. this.GoodsModel.Width = 50;
  495. //
  496. // TestNum
  497. //
  498. this.TestNum.DataPropertyName = "TestNum";
  499. this.TestNum.HeaderText = "总数";
  500. this.TestNum.Name = "TestNum";
  501. this.TestNum.ReadOnly = true;
  502. this.TestNum.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  503. this.TestNum.Width = 50;
  504. //
  505. // ScrapNum
  506. //
  507. this.ScrapNum.DataPropertyName = "ScrapNum";
  508. this.ScrapNum.HeaderText = "报废数";
  509. this.ScrapNum.Name = "ScrapNum";
  510. this.ScrapNum.ReadOnly = true;
  511. this.ScrapNum.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  512. this.ScrapNum.Width = 50;
  513. //
  514. // ScrapReason
  515. //
  516. this.ScrapReason.DataPropertyName = "ScrapReason";
  517. this.ScrapReason.HeaderText = "报废原因";
  518. this.ScrapReason.MaxInputLength = 250;
  519. this.ScrapReason.Name = "ScrapReason";
  520. this.ScrapReason.ReadOnly = true;
  521. this.ScrapReason.Width = 225;
  522. //
  523. // Feedback
  524. //
  525. this.Feedback.DataPropertyName = "Feedback";
  526. this.Feedback.HeaderText = "反馈问题";
  527. this.Feedback.MaxInputLength = 250;
  528. this.Feedback.Name = "Feedback";
  529. this.Feedback.ReadOnly = true;
  530. this.Feedback.Width = 225;
  531. //
  532. // Semitestdetailid
  533. //
  534. this.Semitestdetailid.DataPropertyName = "Semitestdetailid";
  535. this.Semitestdetailid.HeaderText = "半检数据明细Id";
  536. this.Semitestdetailid.Name = "Semitestdetailid";
  537. this.Semitestdetailid.ReadOnly = true;
  538. this.Semitestdetailid.Visible = false;
  539. //
  540. // SemiTestID
  541. //
  542. this.SemiTestID.DataPropertyName = "SemiTestID";
  543. this.SemiTestID.HeaderText = "半检数据Id";
  544. this.SemiTestID.Name = "SemiTestID";
  545. this.SemiTestID.ReadOnly = true;
  546. this.SemiTestID.Visible = false;
  547. //
  548. // dgvSemiTestDefect
  549. //
  550. this.dgvSemiTestDefect.AllowUserToAddRows = false;
  551. this.dgvSemiTestDefect.AllowUserToDeleteRows = false;
  552. this.dgvSemiTestDefect.AllowUserToModifyRows = true;
  553. dataGridViewCellStyle4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
  554. this.dgvSemiTestDefect.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle4;
  555. this.dgvSemiTestDefect.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  556. | System.Windows.Forms.AnchorStyles.Left)
  557. | System.Windows.Forms.AnchorStyles.Right)));
  558. this.dgvSemiTestDefect.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  559. this.dgvSemiTestDefect.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
  560. this.dgvSemiTestDefect.CellHeight = 25;
  561. this.dgvSemiTestDefect.ChildNodeColumnName = null;
  562. this.dgvSemiTestDefect.ChildNodeColumnText = null;
  563. this.dgvSemiTestDefect.ColumnDeep = 1;
  564. this.dgvSemiTestDefect.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  565. dataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  566. dataGridViewCellStyle5.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(58)))), ((int)(((byte)(70)))));
  567. dataGridViewCellStyle5.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  568. dataGridViewCellStyle5.ForeColor = System.Drawing.Color.White;
  569. dataGridViewCellStyle5.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  570. dataGridViewCellStyle5.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  571. dataGridViewCellStyle5.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  572. this.dgvSemiTestDefect.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle5;
  573. this.dgvSemiTestDefect.ColumnHeadersHeight = 25;
  574. this.dgvSemiTestDefect.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  575. this.dgvSemiTestDefect.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  576. this.dictionaryvalue});
  577. this.dgvSemiTestDefect.ColumnTreeView = null;
  578. this.dgvSemiTestDefect.ContextMenuVisible = ((Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView.ContextMenuVisibleFlags)((Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView.ContextMenuVisibleFlags.Refine | Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView.ContextMenuVisibleFlags.FileOut)));
  579. this.dgvSemiTestDefect.DynamicColumnName = "";
  580. this.dgvSemiTestDefect.EnableHeadersVisualStyles = false;
  581. this.dgvSemiTestDefect.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  582. this.dgvSemiTestDefect.FormatQuantityColumns = null;
  583. this.dgvSemiTestDefect.HorizontalMergeColumn = null;
  584. this.dgvSemiTestDefect.IsAutoCountSum = true;
  585. this.dgvSemiTestDefect.IsAutoResizeColumns = false;
  586. this.dgvSemiTestDefect.IsClickF12 = false;
  587. this.dgvSemiTestDefect.IsOpenMergeCellFlag = false;
  588. this.dgvSemiTestDefect.IsSubTotalFlag = false;
  589. this.dgvSemiTestDefect.IsTopDeep = false;
  590. this.dgvSemiTestDefect.Location = new System.Drawing.Point(0, 381);
  591. this.dgvSemiTestDefect.MergeColumnNames = null;
  592. this.dgvSemiTestDefect.MergeDetailColumnNames = null;
  593. this.dgvSemiTestDefect.MergeDetailOnlyColumn = null;
  594. this.dgvSemiTestDefect.MergeOnlyColumn = null;
  595. this.dgvSemiTestDefect.MultiSelect = false;
  596. this.dgvSemiTestDefect.Name = "dgvSemiTestDefect";
  597. this.dgvSemiTestDefect.ReadOnly = true;
  598. this.dgvSemiTestDefect.RefreshAtHscroll = false;
  599. this.dgvSemiTestDefect.RowHeadersWidth = 50;
  600. this.dgvSemiTestDefect.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
  601. dataGridViewCellStyle6.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  602. this.dgvSemiTestDefect.RowsDefaultCellStyle = dataGridViewCellStyle6;
  603. this.dgvSemiTestDefect.RowTemplate.Height = 25;
  604. this.dgvSemiTestDefect.Size = new System.Drawing.Size(1124, 74);
  605. this.dgvSemiTestDefect.SortOrderColumnName = null;
  606. this.dgvSemiTestDefect.TabIndex = 41;
  607. this.dgvSemiTestDefect.Tag = true;
  608. this.dgvSemiTestDefect.TotalSumColumns = null;
  609. this.dgvSemiTestDefect.ViewRowFilter = "";
  610. //
  611. // dictionaryvalue
  612. //
  613. this.dictionaryvalue.DataPropertyName = "dictionaryvalue";
  614. this.dictionaryvalue.HeaderText = "缺陷名称";
  615. this.dictionaryvalue.Name = "dictionaryvalue";
  616. this.dictionaryvalue.ReadOnly = true;
  617. //
  618. // lblUser
  619. //
  620. this.lblUser.AutoSize = true;
  621. this.lblUser.BackColor = System.Drawing.Color.Transparent;
  622. this.lblUser.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  623. this.lblUser.ForeColor = System.Drawing.SystemColors.ControlText;
  624. this.lblUser.Location = new System.Drawing.Point(227, 24);
  625. this.lblUser.Name = "lblUser";
  626. this.lblUser.Size = new System.Drawing.Size(53, 12);
  627. this.lblUser.TabIndex = 53;
  628. this.lblUser.Text = "检验工号";
  629. //
  630. // c_Label2
  631. //
  632. this.c_Label2.AutoSize = true;
  633. this.c_Label2.BackColor = System.Drawing.Color.Transparent;
  634. this.c_Label2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  635. this.c_Label2.ForeColor = System.Drawing.SystemColors.ControlText;
  636. this.c_Label2.Location = new System.Drawing.Point(455, 24);
  637. this.c_Label2.Name = "c_Label2";
  638. this.c_Label2.Size = new System.Drawing.Size(53, 12);
  639. this.c_Label2.TabIndex = 55;
  640. this.c_Label2.Text = "成型工号";
  641. //
  642. // scbUser
  643. //
  644. this.scbUser.CheckedData = null;
  645. this.scbUser.IsWorker = false;
  646. this.scbUser.Location = new System.Drawing.Point(514, 18);
  647. this.scbUser.MultiSelect = true;
  648. this.scbUser.Name = "scbUser";
  649. this.scbUser.Size = new System.Drawing.Size(146, 21);
  650. this.scbUser.TabIndex = 54;
  651. //
  652. // scbCheckUser
  653. //
  654. this.scbCheckUser.CheckedData = null;
  655. this.scbCheckUser.IsWorker = false;
  656. this.scbCheckUser.Location = new System.Drawing.Point(286, 18);
  657. this.scbCheckUser.MultiSelect = true;
  658. this.scbCheckUser.Name = "scbCheckUser";
  659. this.scbCheckUser.Size = new System.Drawing.Size(146, 21);
  660. this.scbCheckUser.TabIndex = 56;
  661. //
  662. // F_PM_1601
  663. //
  664. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  665. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  666. this.ClientSize = new System.Drawing.Size(1131, 456);
  667. this.Controls.Add(this.dgvSemiTestDefect);
  668. this.Controls.Add(this.dgvSemiTestDetail);
  669. this.Controls.Add(this.gbxCondition);
  670. this.Controls.Add(this.tsrOperate);
  671. this.Name = "F_PM_1601";
  672. this.Text = "半检数据明细表";
  673. this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.F_PM_1601_FormClosed);
  674. this.Load += new System.EventHandler(this.F_PM_1601_Load);
  675. this.tsrOperate.ResumeLayout(false);
  676. this.tsrOperate.PerformLayout();
  677. this.gbxCondition.ResumeLayout(false);
  678. this.gbxCondition.PerformLayout();
  679. ((System.ComponentModel.ISupportInitialize)(this.dgvSemiTestDetail)).EndInit();
  680. ((System.ComponentModel.ISupportInitialize)(this.dgvSemiTestDefect)).EndInit();
  681. this.ResumeLayout(false);
  682. }
  683. #endregion
  684. private System.Windows.Forms.ToolStripButton tsbtnClose;
  685. private System.Windows.Forms.ToolStripButton tsbtnAdaptive;
  686. private Basics.BaseControls.C_ToolStrip tsrOperate;
  687. private Basics.BaseControls.C_GroupBox gbxCondition;
  688. private Basics.BaseControls.C_TextBox txtRemarks;
  689. private Basics.BaseControls.C_Label lblRemarks;
  690. private Basics.BaseControls.C_Label lblGroutingDateStart;
  691. private Basics.BaseControls.C_Label lblGroutingDateEnd;
  692. private Basics.BaseControls.C_DateTimePicker dtpSemiTestDateEnd;
  693. private Basics.BaseControls.C_DateTimePicker dtpSemiTestDateStart;
  694. private Basics.BaseControls.C_Button btnClearCondition;
  695. private Basics.BaseControls.C_Button btnSearch;
  696. private Basics.BaseControls.C_DataGridView dgvSemiTestDetail;
  697. private Basics.BaseControls.C_DataGridView dgvSemiTestDefect;
  698. private System.Windows.Forms.DataGridViewTextBoxColumn dictionaryvalue;
  699. private System.Windows.Forms.ToolStripButton tsbtnAdd;
  700. private System.Windows.Forms.ToolStripButton tsbtnEdit;
  701. private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
  702. private Basics.BaseControls.DKListBoxComboBox dropSemiTestType;
  703. private Basics.BaseControls.C_Label c_Label1;
  704. private System.Windows.Forms.DataGridViewTextBoxColumn TestUserID;
  705. private System.Windows.Forms.DataGridViewTextBoxColumn Testdate;
  706. private System.Windows.Forms.DataGridViewTextBoxColumn SemiTestType;
  707. private System.Windows.Forms.DataGridViewTextBoxColumn Remarks;
  708. private System.Windows.Forms.DataGridViewTextBoxColumn GroutingUserID;
  709. private System.Windows.Forms.DataGridViewTextBoxColumn GoodsTypeName;
  710. private System.Windows.Forms.DataGridViewTextBoxColumn GoodsCode;
  711. private System.Windows.Forms.DataGridViewTextBoxColumn GoodsName;
  712. private System.Windows.Forms.DataGridViewTextBoxColumn GoodsSpecification;
  713. private System.Windows.Forms.DataGridViewTextBoxColumn GoodsModel;
  714. private System.Windows.Forms.DataGridViewTextBoxColumn TestNum;
  715. private System.Windows.Forms.DataGridViewTextBoxColumn ScrapNum;
  716. private System.Windows.Forms.DataGridViewTextBoxColumn ScrapReason;
  717. private System.Windows.Forms.DataGridViewTextBoxColumn Feedback;
  718. private System.Windows.Forms.DataGridViewTextBoxColumn Semitestdetailid;
  719. private System.Windows.Forms.DataGridViewTextBoxColumn SemiTestID;
  720. private Controls.SearchBox.ScbGoods scbGoods;
  721. private Basics.BaseControls.C_Label lblGoods;
  722. private Basics.BaseControls.C_Label c_Label2;
  723. private Controls.SearchBox.ScbUser scbUser;
  724. private Basics.BaseControls.C_Label lblUser;
  725. private Controls.SearchBox.ScbUser scbCheckUser;
  726. }
  727. }