F_PM_1602.Designer.cs 42 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702
  1. namespace Dongke.IBOSS.PRD.Client.PMModule
  2. {
  3. partial class F_PM_1602
  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_1602));
  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 dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle();
  32. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle7 = new System.Windows.Forms.DataGridViewCellStyle();
  33. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle8 = new System.Windows.Forms.DataGridViewCellStyle();
  34. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle15 = new System.Windows.Forms.DataGridViewCellStyle();
  35. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle9 = new System.Windows.Forms.DataGridViewCellStyle();
  36. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle10 = new System.Windows.Forms.DataGridViewCellStyle();
  37. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle11 = new System.Windows.Forms.DataGridViewCellStyle();
  38. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle12 = new System.Windows.Forms.DataGridViewCellStyle();
  39. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle13 = new System.Windows.Forms.DataGridViewCellStyle();
  40. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle14 = new System.Windows.Forms.DataGridViewCellStyle();
  41. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
  42. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
  43. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
  44. this.gbxBasicInfo = new Dongke.IBOSS.PRD.Basics.BaseControls.C_GroupBox();
  45. this.dropSemiTestType = new Dongke.IBOSS.PRD.Basics.BaseControls.DKListBoxComboBox();
  46. this.dropUserID = new Dongke.IBOSS.PRD.Basics.BaseControls.DKListBoxComboBox();
  47. this.txtRemarks = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  48. this.lblRemarks = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  49. this.c_Label1 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  50. this.dtpDate = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DateTimePicker();
  51. this.lblUserCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  52. this.lblDate = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  53. this.tabControl1 = new System.Windows.Forms.TabControl();
  54. this.tabPage1 = new System.Windows.Forms.TabPage();
  55. this.tabControl2 = new System.Windows.Forms.TabControl();
  56. this.tabPage3 = new System.Windows.Forms.TabPage();
  57. this.dgvDefectDetail = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
  58. this.dgvSemiTestDetail = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
  59. this.btnCancel = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  60. this.btnSave = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  61. this.GroutingUserCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  62. this.GroutingUserID = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DGV_Column_ListBoxComboBox();
  63. this.GoodsID = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DGV_Column_ListBoxComboBox();
  64. this.GoodsCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  65. this.GoodsName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  66. this.GoodsSpecification = new System.Windows.Forms.DataGridViewTextBoxColumn();
  67. this.GoodsModel = new System.Windows.Forms.DataGridViewTextBoxColumn();
  68. this.GoodsTypeName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  69. this.TestNum = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DGV_Column_Digital();
  70. this.ScrapNum = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DGV_Column_Digital();
  71. this.ScrapReason = new System.Windows.Forms.DataGridViewTextBoxColumn();
  72. this.Feedback = new System.Windows.Forms.DataGridViewTextBoxColumn();
  73. this.FilterCount = new System.Windows.Forms.DataGridViewTextBoxColumn();
  74. this.DefectID = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DGV_Column_ListBoxComboBox();
  75. this.DefectPositionID = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DGV_Column_ListBoxComboBox();
  76. this.DefectNum = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DGV_Column_Digital();
  77. this.DefectFilterCount = new System.Windows.Forms.DataGridViewTextBoxColumn();
  78. this.gbxBasicInfo.SuspendLayout();
  79. this.tabControl1.SuspendLayout();
  80. this.tabPage1.SuspendLayout();
  81. this.tabControl2.SuspendLayout();
  82. this.tabPage3.SuspendLayout();
  83. ((System.ComponentModel.ISupportInitialize)(this.dgvDefectDetail)).BeginInit();
  84. ((System.ComponentModel.ISupportInitialize)(this.dgvSemiTestDetail)).BeginInit();
  85. this.SuspendLayout();
  86. //
  87. // gbxBasicInfo
  88. //
  89. this.gbxBasicInfo.BackColor = System.Drawing.Color.Transparent;
  90. this.gbxBasicInfo.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("gbxBasicInfo.BackgroundImage")));
  91. this.gbxBasicInfo.Controls.Add(this.dropSemiTestType);
  92. this.gbxBasicInfo.Controls.Add(this.dropUserID);
  93. this.gbxBasicInfo.Controls.Add(this.txtRemarks);
  94. this.gbxBasicInfo.Controls.Add(this.lblRemarks);
  95. this.gbxBasicInfo.Controls.Add(this.c_Label1);
  96. this.gbxBasicInfo.Controls.Add(this.dtpDate);
  97. this.gbxBasicInfo.Controls.Add(this.lblUserCode);
  98. this.gbxBasicInfo.Controls.Add(this.lblDate);
  99. this.gbxBasicInfo.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  100. this.gbxBasicInfo.ForeColor = System.Drawing.SystemColors.ControlText;
  101. this.gbxBasicInfo.IsMustInput = false;
  102. this.gbxBasicInfo.Location = new System.Drawing.Point(12, 4);
  103. this.gbxBasicInfo.Name = "gbxBasicInfo";
  104. this.gbxBasicInfo.OriginalHeight = -1;
  105. this.gbxBasicInfo.Size = new System.Drawing.Size(1014, 113);
  106. this.gbxBasicInfo.TabIndex = 26;
  107. this.gbxBasicInfo.TabStop = false;
  108. this.gbxBasicInfo.Text = "检验信息 ▼";
  109. //
  110. // dropSemiTestType
  111. //
  112. this.dropSemiTestType.BackColor = System.Drawing.SystemColors.Window;
  113. this.dropSemiTestType.BackgroundColor = System.Drawing.SystemColors.Window;
  114. this.dropSemiTestType.DataSource = null;
  115. this.dropSemiTestType.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  116. this.dropSemiTestType.FormattingEnabled = true;
  117. //
  118. //
  119. //
  120. this.dropSemiTestType.ListBox.Dock = System.Windows.Forms.DockStyle.Fill;
  121. this.dropSemiTestType.ListBox.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  122. this.dropSemiTestType.ListBox.IntegralHeight = false;
  123. this.dropSemiTestType.ListBox.Location = new System.Drawing.Point(0, 0);
  124. this.dropSemiTestType.ListBox.Name = "";
  125. this.dropSemiTestType.ListBox.Size = new System.Drawing.Size(158, 136);
  126. this.dropSemiTestType.ListBox.TabIndex = 0;
  127. this.dropSemiTestType.Location = new System.Drawing.Point(554, 22);
  128. this.dropSemiTestType.Name = "dropSemiTestType";
  129. this.dropSemiTestType.Size = new System.Drawing.Size(160, 20);
  130. this.dropSemiTestType.TabIndex = 27;
  131. //
  132. // dropUserID
  133. //
  134. this.dropUserID.BackColor = System.Drawing.SystemColors.Window;
  135. this.dropUserID.BackgroundColor = System.Drawing.SystemColors.Window;
  136. this.dropUserID.DataSource = null;
  137. this.dropUserID.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  138. this.dropUserID.FormattingEnabled = true;
  139. //
  140. //
  141. //
  142. this.dropUserID.ListBox.Dock = System.Windows.Forms.DockStyle.Fill;
  143. this.dropUserID.ListBox.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  144. this.dropUserID.ListBox.IntegralHeight = false;
  145. this.dropUserID.ListBox.Location = new System.Drawing.Point(0, 0);
  146. this.dropUserID.ListBox.Name = "";
  147. this.dropUserID.ListBox.Size = new System.Drawing.Size(158, 136);
  148. this.dropUserID.ListBox.TabIndex = 0;
  149. this.dropUserID.Location = new System.Drawing.Point(99, 22);
  150. this.dropUserID.Name = "dropUserID";
  151. this.dropUserID.Size = new System.Drawing.Size(160, 20);
  152. this.dropUserID.TabIndex = 27;
  153. //
  154. // txtRemarks
  155. //
  156. this.txtRemarks.BackColor = System.Drawing.SystemColors.Window;
  157. this.txtRemarks.BackgroundColor = System.Drawing.SystemColors.Window;
  158. this.txtRemarks.ErrorMessage = "";
  159. this.txtRemarks.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  160. this.txtRemarks.Location = new System.Drawing.Point(99, 49);
  161. this.txtRemarks.MaxLength = 20;
  162. this.txtRemarks.Multiline = true;
  163. this.txtRemarks.Name = "txtRemarks";
  164. this.txtRemarks.Size = new System.Drawing.Size(615, 58);
  165. this.txtRemarks.TabIndex = 10;
  166. //
  167. // lblRemarks
  168. //
  169. this.lblRemarks.AutoSize = true;
  170. this.lblRemarks.BackColor = System.Drawing.Color.Transparent;
  171. this.lblRemarks.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  172. this.lblRemarks.Location = new System.Drawing.Point(63, 54);
  173. this.lblRemarks.Name = "lblRemarks";
  174. this.lblRemarks.Size = new System.Drawing.Size(29, 12);
  175. this.lblRemarks.TabIndex = 9;
  176. this.lblRemarks.Text = "备注";
  177. //
  178. // c_Label1
  179. //
  180. this.c_Label1.AutoSize = true;
  181. this.c_Label1.BackColor = System.Drawing.Color.Transparent;
  182. this.c_Label1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  183. this.c_Label1.ForeColor = System.Drawing.SystemColors.ControlText;
  184. this.c_Label1.Location = new System.Drawing.Point(494, 26);
  185. this.c_Label1.Name = "c_Label1";
  186. this.c_Label1.Size = new System.Drawing.Size(53, 12);
  187. this.c_Label1.TabIndex = 7;
  188. this.c_Label1.Text = "半检类别";
  189. //
  190. // dtpDate
  191. //
  192. this.dtpDate.CustomFormat = "yyyy-MM-dd";
  193. this.dtpDate.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  194. this.dtpDate.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  195. this.dtpDate.Location = new System.Drawing.Point(324, 22);
  196. this.dtpDate.Name = "dtpDate";
  197. this.dtpDate.Size = new System.Drawing.Size(151, 21);
  198. this.dtpDate.TabIndex = 8;
  199. //
  200. // lblUserCode
  201. //
  202. this.lblUserCode.AutoSize = true;
  203. this.lblUserCode.BackColor = System.Drawing.Color.Transparent;
  204. this.lblUserCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  205. this.lblUserCode.ForeColor = System.Drawing.SystemColors.ControlText;
  206. this.lblUserCode.Location = new System.Drawing.Point(39, 26);
  207. this.lblUserCode.Name = "lblUserCode";
  208. this.lblUserCode.Size = new System.Drawing.Size(53, 12);
  209. this.lblUserCode.TabIndex = 7;
  210. this.lblUserCode.Text = "检验工号";
  211. //
  212. // lblDate
  213. //
  214. this.lblDate.AutoSize = true;
  215. this.lblDate.BackColor = System.Drawing.Color.Transparent;
  216. this.lblDate.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  217. this.lblDate.ForeColor = System.Drawing.SystemColors.ControlText;
  218. this.lblDate.Location = new System.Drawing.Point(278, 26);
  219. this.lblDate.Name = "lblDate";
  220. this.lblDate.Size = new System.Drawing.Size(29, 12);
  221. this.lblDate.TabIndex = 5;
  222. this.lblDate.Text = "日期";
  223. //
  224. // tabControl1
  225. //
  226. this.tabControl1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  227. | System.Windows.Forms.AnchorStyles.Left)
  228. | System.Windows.Forms.AnchorStyles.Right)));
  229. this.tabControl1.Controls.Add(this.tabPage1);
  230. this.tabControl1.Location = new System.Drawing.Point(12, 123);
  231. this.tabControl1.Name = "tabControl1";
  232. this.tabControl1.SelectedIndex = 0;
  233. this.tabControl1.Size = new System.Drawing.Size(1014, 396);
  234. this.tabControl1.TabIndex = 33;
  235. //
  236. // tabPage1
  237. //
  238. this.tabPage1.BackgroundImage = global::Dongke.IBOSS.PRD.Client.PMModule.Properties.Resources.bg;
  239. this.tabPage1.Controls.Add(this.tabControl2);
  240. this.tabPage1.Controls.Add(this.dgvSemiTestDetail);
  241. this.tabPage1.Location = new System.Drawing.Point(4, 22);
  242. this.tabPage1.Name = "tabPage1";
  243. this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
  244. this.tabPage1.Size = new System.Drawing.Size(1006, 370);
  245. this.tabPage1.TabIndex = 0;
  246. this.tabPage1.Text = "检验明细";
  247. this.tabPage1.UseVisualStyleBackColor = true;
  248. //
  249. // tabControl2
  250. //
  251. this.tabControl2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
  252. | System.Windows.Forms.AnchorStyles.Right)));
  253. this.tabControl2.Controls.Add(this.tabPage3);
  254. this.tabControl2.Location = new System.Drawing.Point(0, 168);
  255. this.tabControl2.Name = "tabControl2";
  256. this.tabControl2.SelectedIndex = 0;
  257. this.tabControl2.Size = new System.Drawing.Size(1000, 199);
  258. this.tabControl2.TabIndex = 1;
  259. //
  260. // tabPage3
  261. //
  262. this.tabPage3.BackgroundImage = global::Dongke.IBOSS.PRD.Client.PMModule.Properties.Resources.bg;
  263. this.tabPage3.Controls.Add(this.dgvDefectDetail);
  264. this.tabPage3.Location = new System.Drawing.Point(4, 22);
  265. this.tabPage3.Name = "tabPage3";
  266. this.tabPage3.Padding = new System.Windows.Forms.Padding(3);
  267. this.tabPage3.Size = new System.Drawing.Size(992, 173);
  268. this.tabPage3.TabIndex = 0;
  269. this.tabPage3.Text = "缺陷明细";
  270. this.tabPage3.UseVisualStyleBackColor = true;
  271. //
  272. // dgvDefectDetail
  273. //
  274. this.dgvDefectDetail.AllowUserToModifyRows = true;
  275. dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
  276. this.dgvDefectDetail.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
  277. this.dgvDefectDetail.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  278. this.dgvDefectDetail.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
  279. this.dgvDefectDetail.CellHeight = 25;
  280. this.dgvDefectDetail.ChildNodeColumnName = null;
  281. this.dgvDefectDetail.ChildNodeColumnText = null;
  282. this.dgvDefectDetail.ColumnDeep = 1;
  283. this.dgvDefectDetail.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  284. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  285. dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(58)))), ((int)(((byte)(70)))));
  286. dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  287. dataGridViewCellStyle2.ForeColor = System.Drawing.Color.White;
  288. dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  289. dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  290. dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  291. this.dgvDefectDetail.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
  292. this.dgvDefectDetail.ColumnHeadersHeight = 25;
  293. this.dgvDefectDetail.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  294. this.dgvDefectDetail.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  295. this.DefectID,
  296. this.DefectPositionID,
  297. this.DefectNum,
  298. this.DefectFilterCount});
  299. this.dgvDefectDetail.ColumnTreeView = null;
  300. this.dgvDefectDetail.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)));
  301. this.dgvDefectDetail.Dock = System.Windows.Forms.DockStyle.Fill;
  302. this.dgvDefectDetail.DynamicColumnName = "";
  303. this.dgvDefectDetail.EnableHeadersVisualStyles = false;
  304. this.dgvDefectDetail.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  305. this.dgvDefectDetail.IsAutoCountSum = true;
  306. this.dgvDefectDetail.IsAutoResizeColumns = false;
  307. this.dgvDefectDetail.IsClickF12 = false;
  308. this.dgvDefectDetail.IsSubTotalFlag = false;
  309. this.dgvDefectDetail.Location = new System.Drawing.Point(3, 3);
  310. this.dgvDefectDetail.MultiSelect = false;
  311. this.dgvDefectDetail.Name = "dgvDefectDetail";
  312. this.dgvDefectDetail.ReadOnly = true;
  313. this.dgvDefectDetail.RefreshAtHscroll = false;
  314. this.dgvDefectDetail.RowHeadersWidth = 50;
  315. this.dgvDefectDetail.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
  316. dataGridViewCellStyle6.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  317. this.dgvDefectDetail.RowsDefaultCellStyle = dataGridViewCellStyle6;
  318. this.dgvDefectDetail.RowTemplate.Height = 21;
  319. this.dgvDefectDetail.Size = new System.Drawing.Size(986, 167);
  320. this.dgvDefectDetail.SortOrderColumnName = null;
  321. this.dgvDefectDetail.TabIndex = 0;
  322. this.dgvDefectDetail.Tag = true;
  323. this.dgvDefectDetail.TotalSumColumns = null;
  324. this.dgvDefectDetail.ViewRowFilter = "";
  325. this.dgvDefectDetail.CurrentCellDirtyStateChanged += new System.EventHandler(this.dgvDefectDetail_CurrentCellDirtyStateChanged);
  326. this.dgvDefectDetail.SelectionChanged += new System.EventHandler(this.dgvDefectDetail_SelectionChanged);
  327. this.dgvDefectDetail.UserAddedRow += new System.Windows.Forms.DataGridViewRowEventHandler(this.dgvDefectDetail_UserAddedRow);
  328. //
  329. // dgvSemiTestDetail
  330. //
  331. this.dgvSemiTestDetail.AllowUserToModifyRows = true;
  332. dataGridViewCellStyle7.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
  333. this.dgvSemiTestDetail.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle7;
  334. this.dgvSemiTestDetail.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  335. | System.Windows.Forms.AnchorStyles.Left)
  336. | System.Windows.Forms.AnchorStyles.Right)));
  337. this.dgvSemiTestDetail.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  338. this.dgvSemiTestDetail.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
  339. this.dgvSemiTestDetail.CellHeight = 25;
  340. this.dgvSemiTestDetail.ChildNodeColumnName = null;
  341. this.dgvSemiTestDetail.ChildNodeColumnText = null;
  342. this.dgvSemiTestDetail.ColumnDeep = 1;
  343. this.dgvSemiTestDetail.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  344. dataGridViewCellStyle8.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  345. dataGridViewCellStyle8.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(58)))), ((int)(((byte)(70)))));
  346. dataGridViewCellStyle8.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  347. dataGridViewCellStyle8.ForeColor = System.Drawing.Color.White;
  348. dataGridViewCellStyle8.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  349. dataGridViewCellStyle8.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  350. dataGridViewCellStyle8.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  351. this.dgvSemiTestDetail.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle8;
  352. this.dgvSemiTestDetail.ColumnHeadersHeight = 25;
  353. this.dgvSemiTestDetail.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  354. this.dgvSemiTestDetail.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  355. this.GroutingUserCode,
  356. this.GroutingUserID,
  357. this.GoodsID,
  358. this.GoodsCode,
  359. this.GoodsName,
  360. this.GoodsSpecification,
  361. this.GoodsModel,
  362. this.GoodsTypeName,
  363. this.TestNum,
  364. this.ScrapNum,
  365. this.ScrapReason,
  366. this.Feedback,
  367. this.FilterCount});
  368. this.dgvSemiTestDetail.ColumnTreeView = null;
  369. 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)));
  370. this.dgvSemiTestDetail.DynamicColumnName = "";
  371. this.dgvSemiTestDetail.EnableHeadersVisualStyles = false;
  372. this.dgvSemiTestDetail.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  373. this.dgvSemiTestDetail.IsAutoCountSum = true;
  374. this.dgvSemiTestDetail.IsAutoResizeColumns = false;
  375. this.dgvSemiTestDetail.IsClickF12 = false;
  376. this.dgvSemiTestDetail.IsSubTotalFlag = false;
  377. this.dgvSemiTestDetail.Location = new System.Drawing.Point(2, 2);
  378. this.dgvSemiTestDetail.MultiSelect = false;
  379. this.dgvSemiTestDetail.Name = "dgvSemiTestDetail";
  380. this.dgvSemiTestDetail.RefreshAtHscroll = false;
  381. this.dgvSemiTestDetail.RowHeadersWidth = 50;
  382. this.dgvSemiTestDetail.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
  383. dataGridViewCellStyle15.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  384. this.dgvSemiTestDetail.RowsDefaultCellStyle = dataGridViewCellStyle15;
  385. this.dgvSemiTestDetail.RowTemplate.Height = 21;
  386. this.dgvSemiTestDetail.Size = new System.Drawing.Size(1000, 164);
  387. this.dgvSemiTestDetail.SortOrderColumnName = null;
  388. this.dgvSemiTestDetail.TabIndex = 0;
  389. this.dgvSemiTestDetail.Tag = true;
  390. this.dgvSemiTestDetail.TotalSumColumns = null;
  391. this.dgvSemiTestDetail.ViewRowFilter = "";
  392. this.dgvSemiTestDetail.CellValidating += new System.Windows.Forms.DataGridViewCellValidatingEventHandler(this.dgvSemiTestDetail_CellValidating);
  393. this.dgvSemiTestDetail.CellValueChanged += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvSemiTestDetail_CellValueChanged);
  394. this.dgvSemiTestDetail.CurrentCellDirtyStateChanged += new System.EventHandler(this.dgvSemiTestDetail_CurrentCellDirtyStateChanged);
  395. this.dgvSemiTestDetail.SelectionChanged += new System.EventHandler(this.dgvSemiTestDetail_SelectionChanged);
  396. this.dgvSemiTestDetail.UserAddedRow += new System.Windows.Forms.DataGridViewRowEventHandler(this.dgvSemiTestDetail_UserAddedRow);
  397. //
  398. // btnCancel
  399. //
  400. this.btnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  401. this.btnCancel.BackColor = System.Drawing.Color.Transparent;
  402. this.btnCancel.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnCancel.BackgroundImage")));
  403. this.btnCancel.CausesValidation = false;
  404. this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
  405. this.btnCancel.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  406. this.btnCancel.ForeColor = System.Drawing.Color.White;
  407. this.btnCancel.Location = new System.Drawing.Point(939, 538);
  408. this.btnCancel.Name = "btnCancel";
  409. this.btnCancel.Size = new System.Drawing.Size(85, 33);
  410. this.btnCancel.TabIndex = 35;
  411. this.btnCancel.Text = "取消";
  412. this.btnCancel.UseVisualStyleBackColor = false;
  413. //
  414. // btnSave
  415. //
  416. this.btnSave.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  417. this.btnSave.BackColor = System.Drawing.Color.Transparent;
  418. this.btnSave.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnSave.BackgroundImage")));
  419. this.btnSave.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  420. this.btnSave.ForeColor = System.Drawing.Color.White;
  421. this.btnSave.Location = new System.Drawing.Point(850, 538);
  422. this.btnSave.Name = "btnSave";
  423. this.btnSave.Size = new System.Drawing.Size(85, 33);
  424. this.btnSave.TabIndex = 34;
  425. this.btnSave.Tag = "保存";
  426. this.btnSave.Text = "保存";
  427. this.btnSave.UseVisualStyleBackColor = false;
  428. this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
  429. //
  430. // GroutingUserCode
  431. //
  432. this.GroutingUserCode.DataPropertyName = "GroutingUserCode";
  433. this.GroutingUserCode.HeaderText = "成型工号编码";
  434. this.GroutingUserCode.Name = "GroutingUserCode";
  435. this.GroutingUserCode.Visible = false;
  436. //
  437. // GroutingUserID
  438. //
  439. this.GroutingUserID.DataPropertyName = "GroutingUserID";
  440. dataGridViewCellStyle9.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(230)))), ((int)(((byte)(230)))));
  441. this.GroutingUserID.DefaultCellStyle = dataGridViewCellStyle9;
  442. this.GroutingUserID.HeaderText = "成型工号";
  443. this.GroutingUserID.Name = "GroutingUserID";
  444. this.GroutingUserID.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  445. this.GroutingUserID.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
  446. this.GroutingUserID.Width = 80;
  447. //
  448. // GoodsID
  449. //
  450. this.GoodsID.DataPropertyName = "GoodsID";
  451. dataGridViewCellStyle10.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(230)))), ((int)(((byte)(230)))));
  452. this.GoodsID.DefaultCellStyle = dataGridViewCellStyle10;
  453. this.GoodsID.HeaderText = "产品编码";
  454. this.GoodsID.Name = "GoodsID";
  455. this.GoodsID.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  456. this.GoodsID.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
  457. //
  458. // GoodsCode
  459. //
  460. this.GoodsCode.DataPropertyName = "GoodsCode";
  461. this.GoodsCode.HeaderText = "产品编码";
  462. this.GoodsCode.Name = "GoodsCode";
  463. this.GoodsCode.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  464. this.GoodsCode.Visible = false;
  465. this.GoodsCode.Width = 80;
  466. //
  467. // GoodsName
  468. //
  469. this.GoodsName.DataPropertyName = "GoodsName";
  470. this.GoodsName.HeaderText = "产品名称";
  471. this.GoodsName.Name = "GoodsName";
  472. this.GoodsName.ReadOnly = true;
  473. //
  474. // GoodsSpecification
  475. //
  476. this.GoodsSpecification.DataPropertyName = "GoodsSpecification";
  477. this.GoodsSpecification.HeaderText = "规格";
  478. this.GoodsSpecification.Name = "GoodsSpecification";
  479. this.GoodsSpecification.ReadOnly = true;
  480. this.GoodsSpecification.Width = 50;
  481. //
  482. // GoodsModel
  483. //
  484. this.GoodsModel.DataPropertyName = "GoodsModel";
  485. this.GoodsModel.HeaderText = "型号";
  486. this.GoodsModel.Name = "GoodsModel";
  487. this.GoodsModel.ReadOnly = true;
  488. this.GoodsModel.Width = 50;
  489. //
  490. // GoodsTypeName
  491. //
  492. this.GoodsTypeName.DataPropertyName = "GoodsTypeName";
  493. this.GoodsTypeName.HeaderText = "类别";
  494. this.GoodsTypeName.Name = "GoodsTypeName";
  495. this.GoodsTypeName.ReadOnly = true;
  496. this.GoodsTypeName.Width = 50;
  497. //
  498. // TestNum
  499. //
  500. this.TestNum.DataPropertyName = "TestNum";
  501. dataGridViewCellStyle11.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
  502. dataGridViewCellStyle11.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(230)))), ((int)(((byte)(230)))));
  503. this.TestNum.DefaultCellStyle = dataGridViewCellStyle11;
  504. this.TestNum.HeaderText = "总数";
  505. this.TestNum.MaxValue = new decimal(new int[] {
  506. 999999,
  507. 0,
  508. 0,
  509. 0});
  510. this.TestNum.MinValue = new decimal(new int[] {
  511. 0,
  512. 0,
  513. 0,
  514. 0});
  515. this.TestNum.Name = "TestNum";
  516. this.TestNum.Number = new System.Drawing.Point(0, 0);
  517. this.TestNum.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  518. this.TestNum.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
  519. this.TestNum.Width = 50;
  520. //
  521. // ScrapNum
  522. //
  523. this.ScrapNum.DataPropertyName = "ScrapNum";
  524. dataGridViewCellStyle12.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
  525. dataGridViewCellStyle12.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(230)))), ((int)(((byte)(230)))));
  526. this.ScrapNum.DefaultCellStyle = dataGridViewCellStyle12;
  527. this.ScrapNum.HeaderText = "报废数";
  528. this.ScrapNum.MaxValue = new decimal(new int[] {
  529. 999999,
  530. 0,
  531. 0,
  532. 0});
  533. this.ScrapNum.MinValue = new decimal(new int[] {
  534. 0,
  535. 0,
  536. 0,
  537. 0});
  538. this.ScrapNum.Name = "ScrapNum";
  539. this.ScrapNum.Number = new System.Drawing.Point(0, 0);
  540. this.ScrapNum.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  541. this.ScrapNum.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
  542. this.ScrapNum.Width = 50;
  543. //
  544. // ScrapReason
  545. //
  546. this.ScrapReason.DataPropertyName = "ScrapReason";
  547. dataGridViewCellStyle13.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(230)))), ((int)(((byte)(230)))));
  548. this.ScrapReason.DefaultCellStyle = dataGridViewCellStyle13;
  549. this.ScrapReason.HeaderText = "报废原因";
  550. this.ScrapReason.MaxInputLength = 250;
  551. this.ScrapReason.Name = "ScrapReason";
  552. this.ScrapReason.Width = 225;
  553. //
  554. // Feedback
  555. //
  556. this.Feedback.DataPropertyName = "Feedback";
  557. dataGridViewCellStyle14.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(230)))), ((int)(((byte)(230)))));
  558. this.Feedback.DefaultCellStyle = dataGridViewCellStyle14;
  559. this.Feedback.HeaderText = "反馈问题";
  560. this.Feedback.MaxInputLength = 250;
  561. this.Feedback.Name = "Feedback";
  562. this.Feedback.Width = 225;
  563. //
  564. // FilterCount
  565. //
  566. this.FilterCount.DataPropertyName = "FilterCount";
  567. this.FilterCount.HeaderText = "过滤数";
  568. this.FilterCount.Name = "FilterCount";
  569. this.FilterCount.Visible = false;
  570. //
  571. // DefectID
  572. //
  573. this.DefectID.DataPropertyName = "DefectID";
  574. dataGridViewCellStyle3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(230)))), ((int)(((byte)(230)))));
  575. this.DefectID.DefaultCellStyle = dataGridViewCellStyle3;
  576. this.DefectID.HeaderText = "缺陷";
  577. this.DefectID.Name = "DefectID";
  578. this.DefectID.ReadOnly = true;
  579. this.DefectID.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  580. this.DefectID.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
  581. //
  582. // DefectPositionID
  583. //
  584. this.DefectPositionID.DataPropertyName = "DefectPositionID";
  585. dataGridViewCellStyle4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(230)))), ((int)(((byte)(230)))));
  586. this.DefectPositionID.DefaultCellStyle = dataGridViewCellStyle4;
  587. this.DefectPositionID.HeaderText = "缺陷位置";
  588. this.DefectPositionID.Name = "DefectPositionID";
  589. this.DefectPositionID.ReadOnly = true;
  590. this.DefectPositionID.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  591. this.DefectPositionID.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
  592. //
  593. // DefectNum
  594. //
  595. this.DefectNum.DataPropertyName = "DefectNum";
  596. dataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
  597. dataGridViewCellStyle5.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(230)))), ((int)(((byte)(230)))));
  598. this.DefectNum.DefaultCellStyle = dataGridViewCellStyle5;
  599. this.DefectNum.HeaderText = "数量";
  600. this.DefectNum.MaxValue = new decimal(new int[] {
  601. 999999,
  602. 0,
  603. 0,
  604. 0});
  605. this.DefectNum.MinValue = new decimal(new int[] {
  606. 0,
  607. 0,
  608. 0,
  609. 0});
  610. this.DefectNum.Name = "DefectNum";
  611. this.DefectNum.Number = new System.Drawing.Point(0, 0);
  612. this.DefectNum.ReadOnly = true;
  613. this.DefectNum.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  614. this.DefectNum.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
  615. //
  616. // DefectFilterCount
  617. //
  618. this.DefectFilterCount.DataPropertyName = "FilterCount";
  619. this.DefectFilterCount.HeaderText = "过滤数";
  620. this.DefectFilterCount.Name = "DefectFilterCount";
  621. this.DefectFilterCount.ReadOnly = true;
  622. this.DefectFilterCount.Visible = false;
  623. //
  624. // F_PM_1602
  625. //
  626. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  627. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  628. this.CancelButton = this.btnCancel;
  629. this.ClientSize = new System.Drawing.Size(1038, 618);
  630. this.Controls.Add(this.btnCancel);
  631. this.Controls.Add(this.btnSave);
  632. this.Controls.Add(this.tabControl1);
  633. this.Controls.Add(this.gbxBasicInfo);
  634. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
  635. this.IsSaveFormSize = false;
  636. this.MaximizeBox = false;
  637. this.MinimizeBox = false;
  638. this.Name = "F_PM_1602";
  639. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  640. this.Text = "半检数据";
  641. this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
  642. this.Load += new System.EventHandler(this.F_PM_1602_Load);
  643. this.Controls.SetChildIndex(this.gbxBasicInfo, 0);
  644. this.Controls.SetChildIndex(this.tabControl1, 0);
  645. this.Controls.SetChildIndex(this.btnSave, 0);
  646. this.Controls.SetChildIndex(this.btnCancel, 0);
  647. this.gbxBasicInfo.ResumeLayout(false);
  648. this.gbxBasicInfo.PerformLayout();
  649. this.tabControl1.ResumeLayout(false);
  650. this.tabPage1.ResumeLayout(false);
  651. this.tabControl2.ResumeLayout(false);
  652. this.tabPage3.ResumeLayout(false);
  653. ((System.ComponentModel.ISupportInitialize)(this.dgvDefectDetail)).EndInit();
  654. ((System.ComponentModel.ISupportInitialize)(this.dgvSemiTestDetail)).EndInit();
  655. this.ResumeLayout(false);
  656. this.PerformLayout();
  657. }
  658. #endregion
  659. private Basics.BaseControls.C_GroupBox gbxBasicInfo;
  660. private Basics.BaseControls.C_Label lblUserCode;
  661. private Basics.BaseControls.C_Label lblDate;
  662. private Basics.BaseControls.C_DateTimePicker dtpDate;
  663. private Basics.BaseControls.C_Label lblRemarks;
  664. private Basics.BaseControls.C_TextBox txtRemarks;
  665. private System.Windows.Forms.TabControl tabControl1;
  666. private System.Windows.Forms.TabPage tabPage1;
  667. private System.Windows.Forms.TabControl tabControl2;
  668. private System.Windows.Forms.TabPage tabPage3;
  669. private Basics.BaseControls.C_DataGridView dgvDefectDetail;
  670. private Basics.BaseControls.C_DataGridView dgvSemiTestDetail;
  671. private Basics.BaseControls.C_Button btnCancel;
  672. private Basics.BaseControls.C_Button btnSave;
  673. private Basics.BaseControls.DKListBoxComboBox dropUserID;
  674. private Basics.BaseControls.DKListBoxComboBox dropSemiTestType;
  675. private Basics.BaseControls.C_Label c_Label1;
  676. private System.Windows.Forms.DataGridViewTextBoxColumn GroutingUserCode;
  677. private Basics.BaseControls.C_DGV_Column_ListBoxComboBox GroutingUserID;
  678. private Basics.BaseControls.C_DGV_Column_ListBoxComboBox GoodsID;
  679. private System.Windows.Forms.DataGridViewTextBoxColumn GoodsCode;
  680. private System.Windows.Forms.DataGridViewTextBoxColumn GoodsName;
  681. private System.Windows.Forms.DataGridViewTextBoxColumn GoodsSpecification;
  682. private System.Windows.Forms.DataGridViewTextBoxColumn GoodsModel;
  683. private System.Windows.Forms.DataGridViewTextBoxColumn GoodsTypeName;
  684. private Basics.BaseControls.C_DGV_Column_Digital TestNum;
  685. private Basics.BaseControls.C_DGV_Column_Digital ScrapNum;
  686. private System.Windows.Forms.DataGridViewTextBoxColumn ScrapReason;
  687. private System.Windows.Forms.DataGridViewTextBoxColumn Feedback;
  688. private System.Windows.Forms.DataGridViewTextBoxColumn FilterCount;
  689. private Basics.BaseControls.C_DGV_Column_ListBoxComboBox DefectID;
  690. private Basics.BaseControls.C_DGV_Column_ListBoxComboBox DefectPositionID;
  691. private Basics.BaseControls.C_DGV_Column_Digital DefectNum;
  692. private System.Windows.Forms.DataGridViewTextBoxColumn DefectFilterCount;
  693. }
  694. }