F_RPT_080117.Designer.cs 41 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686
  1. namespace Dongke.IBOSS.PRD.Client.ReportModule
  2. {
  3. partial class F_RPT_080117
  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.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
  29. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
  30. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
  31. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
  32. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
  33. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle();
  34. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(F_RPT_080117));
  35. this.tblScrapTotalModule = new System.Windows.Forms.TabControl();
  36. this.tapScrapTotalModule = new System.Windows.Forms.TabPage();
  37. this.dgvScrapTotalModule = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
  38. this.tapScrapTotalModuleDetail = new System.Windows.Forms.TabPage();
  39. this.dgvScrapTotalModuleDetail = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
  40. this.BARCODE = new System.Windows.Forms.DataGridViewTextBoxColumn();
  41. this.GOODSCODE2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  42. this.CONFIGTYPE1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  43. this.INSPECTTYPE = new System.Windows.Forms.DataGridViewTextBoxColumn();
  44. this.INSPECTITEM = new System.Windows.Forms.DataGridViewTextBoxColumn();
  45. this.INSPECTMARK = new System.Windows.Forms.DataGridViewTextBoxColumn();
  46. this.TECHNICALREQUIREMENT = new System.Windows.Forms.DataGridViewTextBoxColumn();
  47. this.UPPERLIMIT2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  48. this.LOWERLIMIT2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  49. this.INSPECTCOUNT = new System.Windows.Forms.DataGridViewTextBoxColumn();
  50. this.INSPECTVALUE = new System.Windows.Forms.DataGridViewTextBoxColumn();
  51. this.CREATETIME = new System.Windows.Forms.DataGridViewTextBoxColumn();
  52. this.USERCODE = new System.Windows.Forms.DataGridViewTextBoxColumn();
  53. this.USERNAME = new System.Windows.Forms.DataGridViewTextBoxColumn();
  54. this.REMARKS = new System.Windows.Forms.DataGridViewTextBoxColumn();
  55. this.gbxCondition = new Dongke.IBOSS.PRD.Basics.BaseControls.C_GroupBox();
  56. this.c_Label1 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  57. this.listBox1 = new System.Windows.Forms.ListBox();
  58. this.c_Label7 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  59. this.c_Label3 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  60. this.dtpGDateEnd = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DateTimePicker();
  61. this.dtpGDateStart = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DateTimePicker();
  62. this.chkSpecialRepairFlag = new Dongke.IBOSS.PRD.Basics.BaseControls.C_CheckBox();
  63. this.btnClearCondition = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  64. this.btnSearch = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  65. this.tsrOperate = new Dongke.IBOSS.PRD.Basics.BaseControls.C_ToolStrip();
  66. this.tsbtnAdaptive = new System.Windows.Forms.ToolStripButton();
  67. this.tsbtnClose = new System.Windows.Forms.ToolStripButton();
  68. this.GOODSCODE = new System.Windows.Forms.DataGridViewTextBoxColumn();
  69. this.CONFIGTYPE = new System.Windows.Forms.DataGridViewTextBoxColumn();
  70. this.GOODSID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  71. this.PLANQUANTITY1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  72. this.QUANTITY1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  73. this.AVGQUANTITY = new System.Windows.Forms.DataGridViewTextBoxColumn();
  74. this.UNQUALIFIEDQUANTITY1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  75. this.UNQUALIFIEDRATE = new System.Windows.Forms.DataGridViewTextBoxColumn();
  76. this.tblScrapTotalModule.SuspendLayout();
  77. this.tapScrapTotalModule.SuspendLayout();
  78. ((System.ComponentModel.ISupportInitialize)(this.dgvScrapTotalModule)).BeginInit();
  79. this.tapScrapTotalModuleDetail.SuspendLayout();
  80. ((System.ComponentModel.ISupportInitialize)(this.dgvScrapTotalModuleDetail)).BeginInit();
  81. this.gbxCondition.SuspendLayout();
  82. this.tsrOperate.SuspendLayout();
  83. this.SuspendLayout();
  84. //
  85. // tblScrapTotalModule
  86. //
  87. this.tblScrapTotalModule.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  88. | System.Windows.Forms.AnchorStyles.Left)
  89. | System.Windows.Forms.AnchorStyles.Right)));
  90. this.tblScrapTotalModule.Controls.Add(this.tapScrapTotalModule);
  91. this.tblScrapTotalModule.Controls.Add(this.tapScrapTotalModuleDetail);
  92. this.tblScrapTotalModule.Location = new System.Drawing.Point(0, 160);
  93. this.tblScrapTotalModule.Margin = new System.Windows.Forms.Padding(0);
  94. this.tblScrapTotalModule.Name = "tblScrapTotalModule";
  95. this.tblScrapTotalModule.Padding = new System.Drawing.Point(0, 0);
  96. this.tblScrapTotalModule.SelectedIndex = 0;
  97. this.tblScrapTotalModule.Size = new System.Drawing.Size(1122, 331);
  98. this.tblScrapTotalModule.TabIndex = 2;
  99. //
  100. // tapScrapTotalModule
  101. //
  102. this.tapScrapTotalModule.Controls.Add(this.dgvScrapTotalModule);
  103. this.tapScrapTotalModule.Location = new System.Drawing.Point(4, 22);
  104. this.tapScrapTotalModule.Margin = new System.Windows.Forms.Padding(0);
  105. this.tapScrapTotalModule.Name = "tapScrapTotalModule";
  106. this.tapScrapTotalModule.Size = new System.Drawing.Size(1114, 305);
  107. this.tapScrapTotalModule.TabIndex = 0;
  108. this.tapScrapTotalModule.Text = "QC检验计划分析明细汇总表";
  109. this.tapScrapTotalModule.UseVisualStyleBackColor = true;
  110. //
  111. // dgvScrapTotalModule
  112. //
  113. this.dgvScrapTotalModule.AllowUserToAddRows = false;
  114. this.dgvScrapTotalModule.AllowUserToDeleteRows = false;
  115. this.dgvScrapTotalModule.AllowUserToModifyRows = true;
  116. this.dgvScrapTotalModule.AllowUserToOrderColumns = true;
  117. this.dgvScrapTotalModule.AllowUserToSortRows = false;
  118. dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
  119. this.dgvScrapTotalModule.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
  120. this.dgvScrapTotalModule.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  121. this.dgvScrapTotalModule.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
  122. this.dgvScrapTotalModule.CellHeight = 23;
  123. this.dgvScrapTotalModule.ChildNodeColumnName = null;
  124. this.dgvScrapTotalModule.ChildNodeColumnText = null;
  125. this.dgvScrapTotalModule.ColumnDeep = 1;
  126. this.dgvScrapTotalModule.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  127. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  128. dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(58)))), ((int)(((byte)(70)))));
  129. dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  130. dataGridViewCellStyle2.ForeColor = System.Drawing.Color.White;
  131. dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  132. dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  133. dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  134. this.dgvScrapTotalModule.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
  135. this.dgvScrapTotalModule.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  136. this.dgvScrapTotalModule.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  137. this.GOODSCODE,
  138. this.CONFIGTYPE,
  139. this.GOODSID,
  140. this.PLANQUANTITY1,
  141. this.QUANTITY1,
  142. this.AVGQUANTITY,
  143. this.UNQUALIFIEDQUANTITY1,
  144. this.UNQUALIFIEDRATE});
  145. this.dgvScrapTotalModule.ColumnTreeView = null;
  146. this.dgvScrapTotalModule.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)));
  147. this.dgvScrapTotalModule.Dock = System.Windows.Forms.DockStyle.Fill;
  148. this.dgvScrapTotalModule.DynamicColumnName = "";
  149. this.dgvScrapTotalModule.EnableHeadersVisualStyles = false;
  150. this.dgvScrapTotalModule.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  151. this.dgvScrapTotalModule.FormatQuantityColumns = null;
  152. this.dgvScrapTotalModule.HasNode = false;
  153. this.dgvScrapTotalModule.HorizontalMergeColumn = null;
  154. this.dgvScrapTotalModule.IsAutoCountSum = true;
  155. this.dgvScrapTotalModule.IsAutoResizeColumns = false;
  156. this.dgvScrapTotalModule.IsClickF12 = false;
  157. this.dgvScrapTotalModule.IsOpenMergeCellFlag = false;
  158. this.dgvScrapTotalModule.IsSubTotalFlag = false;
  159. this.dgvScrapTotalModule.IsTopDeep = false;
  160. this.dgvScrapTotalModule.Location = new System.Drawing.Point(0, 0);
  161. this.dgvScrapTotalModule.Margin = new System.Windows.Forms.Padding(0);
  162. this.dgvScrapTotalModule.MergeColumnNames = null;
  163. this.dgvScrapTotalModule.MergeDetailColumnNames = null;
  164. this.dgvScrapTotalModule.MergeDetailOnlyColumn = null;
  165. this.dgvScrapTotalModule.MergeOnlyColumn = null;
  166. this.dgvScrapTotalModule.MultiSelect = false;
  167. this.dgvScrapTotalModule.Name = "dgvScrapTotalModule";
  168. this.dgvScrapTotalModule.ReadOnly = true;
  169. this.dgvScrapTotalModule.RefreshAtHscroll = false;
  170. this.dgvScrapTotalModule.RowHeadersWidth = 50;
  171. this.dgvScrapTotalModule.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
  172. dataGridViewCellStyle3.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  173. this.dgvScrapTotalModule.RowsDefaultCellStyle = dataGridViewCellStyle3;
  174. this.dgvScrapTotalModule.RowTemplate.Height = 21;
  175. this.dgvScrapTotalModule.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  176. this.dgvScrapTotalModule.Size = new System.Drawing.Size(1114, 305);
  177. this.dgvScrapTotalModule.SortOrderColumnName = null;
  178. this.dgvScrapTotalModule.TabIndex = 0;
  179. this.dgvScrapTotalModule.Tag = true;
  180. this.dgvScrapTotalModule.TotalSumColumns = null;
  181. this.dgvScrapTotalModule.ViewRowFilter = "";
  182. this.dgvScrapTotalModule.VirtualNodes = false;
  183. this.dgvScrapTotalModule.CellDoubleClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvScrapTotalModule_CellDoubleClick);
  184. //
  185. // tapScrapTotalModuleDetail
  186. //
  187. this.tapScrapTotalModuleDetail.Controls.Add(this.dgvScrapTotalModuleDetail);
  188. this.tapScrapTotalModuleDetail.Location = new System.Drawing.Point(4, 22);
  189. this.tapScrapTotalModuleDetail.Margin = new System.Windows.Forms.Padding(0);
  190. this.tapScrapTotalModuleDetail.Name = "tapScrapTotalModuleDetail";
  191. this.tapScrapTotalModuleDetail.Size = new System.Drawing.Size(1114, 305);
  192. this.tapScrapTotalModuleDetail.TabIndex = 1;
  193. this.tapScrapTotalModuleDetail.Text = "QC检验计划分析明细表";
  194. this.tapScrapTotalModuleDetail.UseVisualStyleBackColor = true;
  195. //
  196. // dgvScrapTotalModuleDetail
  197. //
  198. this.dgvScrapTotalModuleDetail.AllowUserToAddRows = false;
  199. this.dgvScrapTotalModuleDetail.AllowUserToDeleteRows = false;
  200. this.dgvScrapTotalModuleDetail.AllowUserToModifyRows = true;
  201. this.dgvScrapTotalModuleDetail.AllowUserToOrderColumns = true;
  202. this.dgvScrapTotalModuleDetail.AllowUserToSortRows = false;
  203. dataGridViewCellStyle4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
  204. this.dgvScrapTotalModuleDetail.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle4;
  205. this.dgvScrapTotalModuleDetail.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  206. this.dgvScrapTotalModuleDetail.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
  207. this.dgvScrapTotalModuleDetail.CellHeight = 23;
  208. this.dgvScrapTotalModuleDetail.ChildNodeColumnName = null;
  209. this.dgvScrapTotalModuleDetail.ChildNodeColumnText = null;
  210. this.dgvScrapTotalModuleDetail.ColumnDeep = 1;
  211. this.dgvScrapTotalModuleDetail.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  212. dataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  213. dataGridViewCellStyle5.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(58)))), ((int)(((byte)(70)))));
  214. dataGridViewCellStyle5.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  215. dataGridViewCellStyle5.ForeColor = System.Drawing.Color.White;
  216. dataGridViewCellStyle5.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  217. dataGridViewCellStyle5.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  218. dataGridViewCellStyle5.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  219. this.dgvScrapTotalModuleDetail.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle5;
  220. this.dgvScrapTotalModuleDetail.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  221. this.dgvScrapTotalModuleDetail.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  222. this.BARCODE,
  223. this.GOODSCODE2,
  224. this.CONFIGTYPE1,
  225. this.INSPECTTYPE,
  226. this.INSPECTITEM,
  227. this.INSPECTMARK,
  228. this.TECHNICALREQUIREMENT,
  229. this.UPPERLIMIT2,
  230. this.LOWERLIMIT2,
  231. this.INSPECTCOUNT,
  232. this.INSPECTVALUE,
  233. this.CREATETIME,
  234. this.USERCODE,
  235. this.USERNAME,
  236. this.REMARKS});
  237. this.dgvScrapTotalModuleDetail.ColumnTreeView = null;
  238. this.dgvScrapTotalModuleDetail.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)));
  239. this.dgvScrapTotalModuleDetail.Dock = System.Windows.Forms.DockStyle.Fill;
  240. this.dgvScrapTotalModuleDetail.DynamicColumnName = "";
  241. this.dgvScrapTotalModuleDetail.EnableHeadersVisualStyles = false;
  242. this.dgvScrapTotalModuleDetail.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  243. this.dgvScrapTotalModuleDetail.FormatQuantityColumns = null;
  244. this.dgvScrapTotalModuleDetail.HasNode = false;
  245. this.dgvScrapTotalModuleDetail.HorizontalMergeColumn = null;
  246. this.dgvScrapTotalModuleDetail.IsAutoCountSum = true;
  247. this.dgvScrapTotalModuleDetail.IsAutoResizeColumns = false;
  248. this.dgvScrapTotalModuleDetail.IsClickF12 = false;
  249. this.dgvScrapTotalModuleDetail.IsOpenMergeCellFlag = false;
  250. this.dgvScrapTotalModuleDetail.IsSubTotalFlag = false;
  251. this.dgvScrapTotalModuleDetail.IsTopDeep = false;
  252. this.dgvScrapTotalModuleDetail.Location = new System.Drawing.Point(0, 0);
  253. this.dgvScrapTotalModuleDetail.Margin = new System.Windows.Forms.Padding(0);
  254. this.dgvScrapTotalModuleDetail.MergeColumnNames = null;
  255. this.dgvScrapTotalModuleDetail.MergeDetailColumnNames = null;
  256. this.dgvScrapTotalModuleDetail.MergeDetailOnlyColumn = null;
  257. this.dgvScrapTotalModuleDetail.MergeOnlyColumn = null;
  258. this.dgvScrapTotalModuleDetail.MultiSelect = false;
  259. this.dgvScrapTotalModuleDetail.Name = "dgvScrapTotalModuleDetail";
  260. this.dgvScrapTotalModuleDetail.ReadOnly = true;
  261. this.dgvScrapTotalModuleDetail.RefreshAtHscroll = false;
  262. this.dgvScrapTotalModuleDetail.RowHeadersWidth = 50;
  263. this.dgvScrapTotalModuleDetail.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
  264. dataGridViewCellStyle6.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  265. this.dgvScrapTotalModuleDetail.RowsDefaultCellStyle = dataGridViewCellStyle6;
  266. this.dgvScrapTotalModuleDetail.RowTemplate.Height = 21;
  267. this.dgvScrapTotalModuleDetail.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  268. this.dgvScrapTotalModuleDetail.Size = new System.Drawing.Size(1114, 305);
  269. this.dgvScrapTotalModuleDetail.SortOrderColumnName = null;
  270. this.dgvScrapTotalModuleDetail.TabIndex = 0;
  271. this.dgvScrapTotalModuleDetail.Tag = true;
  272. this.dgvScrapTotalModuleDetail.TotalSumColumns = null;
  273. this.dgvScrapTotalModuleDetail.ViewRowFilter = "";
  274. this.dgvScrapTotalModuleDetail.VirtualNodes = false;
  275. //
  276. // BARCODE
  277. //
  278. this.BARCODE.DataPropertyName = "BARCODE";
  279. this.BARCODE.HeaderText = "产品条码";
  280. this.BARCODE.Name = "BARCODE";
  281. this.BARCODE.ReadOnly = true;
  282. //
  283. // GOODSCODE2
  284. //
  285. this.GOODSCODE2.DataPropertyName = "GOODSCODE";
  286. this.GOODSCODE2.HeaderText = "产品型号";
  287. this.GOODSCODE2.Name = "GOODSCODE2";
  288. this.GOODSCODE2.ReadOnly = true;
  289. //
  290. // CONFIGTYPE1
  291. //
  292. this.CONFIGTYPE1.DataPropertyName = "CONFIGTYPE";
  293. this.CONFIGTYPE1.HeaderText = "产品类型";
  294. this.CONFIGTYPE1.Name = "CONFIGTYPE1";
  295. this.CONFIGTYPE1.ReadOnly = true;
  296. //
  297. // INSPECTTYPE
  298. //
  299. this.INSPECTTYPE.DataPropertyName = "INSPECTTYPE";
  300. this.INSPECTTYPE.HeaderText = "检验类型";
  301. this.INSPECTTYPE.Name = "INSPECTTYPE";
  302. this.INSPECTTYPE.ReadOnly = true;
  303. //
  304. // INSPECTITEM
  305. //
  306. this.INSPECTITEM.DataPropertyName = "INSPECTITEM";
  307. this.INSPECTITEM.HeaderText = "检验项目";
  308. this.INSPECTITEM.Name = "INSPECTITEM";
  309. this.INSPECTITEM.ReadOnly = true;
  310. //
  311. // INSPECTMARK
  312. //
  313. this.INSPECTMARK.DataPropertyName = "INSPECTMARK";
  314. this.INSPECTMARK.HeaderText = "检验标识";
  315. this.INSPECTMARK.Name = "INSPECTMARK";
  316. this.INSPECTMARK.ReadOnly = true;
  317. //
  318. // TECHNICALREQUIREMENT
  319. //
  320. this.TECHNICALREQUIREMENT.DataPropertyName = "TECHNICALREQUIREMENT";
  321. this.TECHNICALREQUIREMENT.HeaderText = "技术要求";
  322. this.TECHNICALREQUIREMENT.Name = "TECHNICALREQUIREMENT";
  323. this.TECHNICALREQUIREMENT.ReadOnly = true;
  324. //
  325. // UPPERLIMIT2
  326. //
  327. this.UPPERLIMIT2.DataPropertyName = "UPPERLIMIT2";
  328. this.UPPERLIMIT2.HeaderText = "规格上限";
  329. this.UPPERLIMIT2.Name = "UPPERLIMIT2";
  330. this.UPPERLIMIT2.ReadOnly = true;
  331. //
  332. // LOWERLIMIT2
  333. //
  334. this.LOWERLIMIT2.DataPropertyName = "LOWERLIMIT2";
  335. this.LOWERLIMIT2.HeaderText = "规格下线 ";
  336. this.LOWERLIMIT2.Name = "LOWERLIMIT2";
  337. this.LOWERLIMIT2.ReadOnly = true;
  338. //
  339. // INSPECTCOUNT
  340. //
  341. this.INSPECTCOUNT.DataPropertyName = "INSPECTCOUNT";
  342. this.INSPECTCOUNT.HeaderText = "检验次数";
  343. this.INSPECTCOUNT.Name = "INSPECTCOUNT";
  344. this.INSPECTCOUNT.ReadOnly = true;
  345. //
  346. // INSPECTVALUE
  347. //
  348. this.INSPECTVALUE.DataPropertyName = "INSPECTVALUE";
  349. this.INSPECTVALUE.HeaderText = "判定结果";
  350. this.INSPECTVALUE.Name = "INSPECTVALUE";
  351. this.INSPECTVALUE.ReadOnly = true;
  352. //
  353. // CREATETIME
  354. //
  355. this.CREATETIME.DataPropertyName = "CREATETIME";
  356. this.CREATETIME.HeaderText = "抽检时间";
  357. this.CREATETIME.Name = "CREATETIME";
  358. this.CREATETIME.ReadOnly = true;
  359. //
  360. // USERCODE
  361. //
  362. this.USERCODE.DataPropertyName = "USERCODE";
  363. this.USERCODE.HeaderText = "抽检人员 ";
  364. this.USERCODE.Name = "USERCODE";
  365. this.USERCODE.ReadOnly = true;
  366. //
  367. // USERNAME
  368. //
  369. this.USERNAME.DataPropertyName = "USERNAME";
  370. this.USERNAME.HeaderText = "抽检工号";
  371. this.USERNAME.Name = "USERNAME";
  372. this.USERNAME.ReadOnly = true;
  373. //
  374. // REMARKS
  375. //
  376. this.REMARKS.DataPropertyName = "REMARKS";
  377. this.REMARKS.HeaderText = "备注";
  378. this.REMARKS.Name = "REMARKS";
  379. this.REMARKS.ReadOnly = true;
  380. //
  381. // gbxCondition
  382. //
  383. this.gbxCondition.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  384. | System.Windows.Forms.AnchorStyles.Right)));
  385. this.gbxCondition.BackColor = System.Drawing.Color.Transparent;
  386. this.gbxCondition.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("gbxCondition.BackgroundImage")));
  387. this.gbxCondition.Controls.Add(this.c_Label1);
  388. this.gbxCondition.Controls.Add(this.listBox1);
  389. this.gbxCondition.Controls.Add(this.c_Label7);
  390. this.gbxCondition.Controls.Add(this.c_Label3);
  391. this.gbxCondition.Controls.Add(this.dtpGDateEnd);
  392. this.gbxCondition.Controls.Add(this.dtpGDateStart);
  393. this.gbxCondition.Controls.Add(this.chkSpecialRepairFlag);
  394. this.gbxCondition.Controls.Add(this.btnClearCondition);
  395. this.gbxCondition.Controls.Add(this.btnSearch);
  396. this.gbxCondition.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  397. this.gbxCondition.ForeColor = System.Drawing.SystemColors.ControlText;
  398. this.gbxCondition.IsMustInput = false;
  399. this.gbxCondition.Location = new System.Drawing.Point(0, 38);
  400. this.gbxCondition.Name = "gbxCondition";
  401. this.gbxCondition.OriginalHeight = -1;
  402. this.gbxCondition.Size = new System.Drawing.Size(1122, 119);
  403. this.gbxCondition.TabIndex = 1;
  404. this.gbxCondition.TabStop = false;
  405. this.gbxCondition.Text = "报表默认排除型式检验 ▼";
  406. //
  407. // c_Label1
  408. //
  409. this.c_Label1.AutoSize = true;
  410. this.c_Label1.BackColor = System.Drawing.Color.Transparent;
  411. this.c_Label1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  412. this.c_Label1.ForeColor = System.Drawing.SystemColors.ControlText;
  413. this.c_Label1.Location = new System.Drawing.Point(12, 56);
  414. this.c_Label1.Name = "c_Label1";
  415. this.c_Label1.Size = new System.Drawing.Size(35, 12);
  416. this.c_Label1.TabIndex = 62;
  417. this.c_Label1.Text = "班 次";
  418. //
  419. // listBox1
  420. //
  421. this.listBox1.FormattingEnabled = true;
  422. this.listBox1.ItemHeight = 12;
  423. this.listBox1.Location = new System.Drawing.Point(73, 56);
  424. this.listBox1.Name = "listBox1";
  425. this.listBox1.Size = new System.Drawing.Size(133, 52);
  426. this.listBox1.TabIndex = 61;
  427. //
  428. // c_Label7
  429. //
  430. this.c_Label7.AutoSize = true;
  431. this.c_Label7.BackColor = System.Drawing.Color.Transparent;
  432. this.c_Label7.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  433. this.c_Label7.ForeColor = System.Drawing.SystemColors.ControlText;
  434. this.c_Label7.Location = new System.Drawing.Point(12, 23);
  435. this.c_Label7.Name = "c_Label7";
  436. this.c_Label7.Size = new System.Drawing.Size(53, 12);
  437. this.c_Label7.TabIndex = 60;
  438. this.c_Label7.Text = "抽检时间";
  439. //
  440. // c_Label3
  441. //
  442. this.c_Label3.AutoSize = true;
  443. this.c_Label3.BackColor = System.Drawing.Color.Transparent;
  444. this.c_Label3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  445. this.c_Label3.ForeColor = System.Drawing.SystemColors.ControlText;
  446. this.c_Label3.Location = new System.Drawing.Point(172, 23);
  447. this.c_Label3.Name = "c_Label3";
  448. this.c_Label3.Size = new System.Drawing.Size(17, 12);
  449. this.c_Label3.TabIndex = 4;
  450. this.c_Label3.Text = "至";
  451. //
  452. // dtpGDateEnd
  453. //
  454. this.dtpGDateEnd.CustomFormat = "yyyy-MM-dd ";
  455. this.dtpGDateEnd.Enabled = false;
  456. this.dtpGDateEnd.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  457. this.dtpGDateEnd.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  458. this.dtpGDateEnd.Location = new System.Drawing.Point(195, 20);
  459. this.dtpGDateEnd.Name = "dtpGDateEnd";
  460. this.dtpGDateEnd.Size = new System.Drawing.Size(81, 21);
  461. this.dtpGDateEnd.TabIndex = 5;
  462. this.dtpGDateEnd.Value = new System.DateTime(2024, 6, 17, 0, 0, 0, 0);
  463. //
  464. // dtpGDateStart
  465. //
  466. this.dtpGDateStart.CustomFormat = "yyyy-MM-dd ";
  467. this.dtpGDateStart.Enabled = false;
  468. this.dtpGDateStart.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  469. this.dtpGDateStart.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  470. this.dtpGDateStart.Location = new System.Drawing.Point(73, 20);
  471. this.dtpGDateStart.Name = "dtpGDateStart";
  472. this.dtpGDateStart.Size = new System.Drawing.Size(93, 21);
  473. this.dtpGDateStart.TabIndex = 3;
  474. this.dtpGDateStart.Value = new System.DateTime(2024, 6, 17, 0, 0, 0, 0);
  475. //
  476. // chkSpecialRepairFlag
  477. //
  478. this.chkSpecialRepairFlag.AutoSize = true;
  479. this.chkSpecialRepairFlag.Checked = true;
  480. this.chkSpecialRepairFlag.CheckState = System.Windows.Forms.CheckState.Checked;
  481. this.chkSpecialRepairFlag.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  482. this.chkSpecialRepairFlag.Location = new System.Drawing.Point(292, 22);
  483. this.chkSpecialRepairFlag.Name = "chkSpecialRepairFlag";
  484. this.chkSpecialRepairFlag.Size = new System.Drawing.Size(78, 16);
  485. this.chkSpecialRepairFlag.TabIndex = 31;
  486. this.chkSpecialRepairFlag.Text = "是否汇总 ";
  487. this.chkSpecialRepairFlag.UseVisualStyleBackColor = true;
  488. //
  489. // btnClearCondition
  490. //
  491. this.btnClearCondition.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  492. this.btnClearCondition.BackColor = System.Drawing.Color.Transparent;
  493. this.btnClearCondition.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnClearCondition.BackgroundImage")));
  494. this.btnClearCondition.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  495. this.btnClearCondition.ForeColor = System.Drawing.Color.White;
  496. this.btnClearCondition.Location = new System.Drawing.Point(1026, 83);
  497. this.btnClearCondition.Name = "btnClearCondition";
  498. this.btnClearCondition.Size = new System.Drawing.Size(85, 30);
  499. this.btnClearCondition.TabIndex = 33;
  500. this.btnClearCondition.Text = "清空条件(&C)";
  501. this.btnClearCondition.UseVisualStyleBackColor = true;
  502. this.btnClearCondition.Click += new System.EventHandler(this.btnClearCondition_Click);
  503. //
  504. // btnSearch
  505. //
  506. this.btnSearch.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  507. this.btnSearch.BackColor = System.Drawing.Color.Transparent;
  508. this.btnSearch.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnSearch.BackgroundImage")));
  509. this.btnSearch.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  510. this.btnSearch.ForeColor = System.Drawing.Color.White;
  511. this.btnSearch.Location = new System.Drawing.Point(935, 83);
  512. this.btnSearch.Name = "btnSearch";
  513. this.btnSearch.Size = new System.Drawing.Size(85, 30);
  514. this.btnSearch.TabIndex = 32;
  515. this.btnSearch.Text = "查询(&Q)";
  516. this.btnSearch.UseVisualStyleBackColor = true;
  517. this.btnSearch.Click += new System.EventHandler(this.btnSearch_Click);
  518. //
  519. // tsrOperate
  520. //
  521. this.tsrOperate.AutoSize = false;
  522. this.tsrOperate.BackColor = System.Drawing.Color.Transparent;
  523. this.tsrOperate.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  524. this.tsrOperate.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  525. this.tsbtnAdaptive,
  526. this.tsbtnClose});
  527. this.tsrOperate.Location = new System.Drawing.Point(0, 0);
  528. this.tsrOperate.Name = "tsrOperate";
  529. this.tsrOperate.RenderMode = System.Windows.Forms.ToolStripRenderMode.System;
  530. this.tsrOperate.ShowItemToolTips = false;
  531. this.tsrOperate.Size = new System.Drawing.Size(1134, 35);
  532. this.tsrOperate.TabIndex = 0;
  533. this.tsrOperate.Text = "toolStrip1";
  534. //
  535. // tsbtnAdaptive
  536. //
  537. this.tsbtnAdaptive.AutoSize = false;
  538. this.tsbtnAdaptive.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  539. this.tsbtnAdaptive.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  540. this.tsbtnAdaptive.ImageTransparentColor = System.Drawing.Color.Magenta;
  541. this.tsbtnAdaptive.Name = "tsbtnAdaptive";
  542. this.tsbtnAdaptive.Size = new System.Drawing.Size(90, 25);
  543. this.tsbtnAdaptive.Text = "自适应列宽(&A)";
  544. this.tsbtnAdaptive.Click += new System.EventHandler(this.tsbtnAdaptive_Click);
  545. //
  546. // tsbtnClose
  547. //
  548. this.tsbtnClose.AutoSize = false;
  549. this.tsbtnClose.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  550. this.tsbtnClose.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  551. this.tsbtnClose.ImageTransparentColor = System.Drawing.Color.Magenta;
  552. this.tsbtnClose.Name = "tsbtnClose";
  553. this.tsbtnClose.Size = new System.Drawing.Size(60, 25);
  554. this.tsbtnClose.Text = "关闭(&X)";
  555. this.tsbtnClose.Click += new System.EventHandler(this.tsbtnClose_Click);
  556. //
  557. // GOODSCODE
  558. //
  559. this.GOODSCODE.DataPropertyName = "GOODSCODE";
  560. this.GOODSCODE.HeaderText = "产品型号";
  561. this.GOODSCODE.Name = "GOODSCODE";
  562. this.GOODSCODE.ReadOnly = true;
  563. //
  564. // CONFIGTYPE
  565. //
  566. this.CONFIGTYPE.DataPropertyName = "CONFIGTYPE";
  567. this.CONFIGTYPE.HeaderText = "产品类型";
  568. this.CONFIGTYPE.Name = "CONFIGTYPE";
  569. this.CONFIGTYPE.ReadOnly = true;
  570. //
  571. // GOODSID
  572. //
  573. this.GOODSID.DataPropertyName = "GOODSID";
  574. this.GOODSID.HeaderText = "GOODSID";
  575. this.GOODSID.Name = "GOODSID";
  576. this.GOODSID.ReadOnly = true;
  577. this.GOODSID.Visible = false;
  578. //
  579. // PLANQUANTITY1
  580. //
  581. this.PLANQUANTITY1.DataPropertyName = "PLANQUANTITY1";
  582. this.PLANQUANTITY1.HeaderText = "计划抽检数量";
  583. this.PLANQUANTITY1.Name = "PLANQUANTITY1";
  584. this.PLANQUANTITY1.ReadOnly = true;
  585. //
  586. // QUANTITY1
  587. //
  588. this.QUANTITY1.DataPropertyName = "QUANTITY1";
  589. this.QUANTITY1.HeaderText = "实际抽检数量";
  590. this.QUANTITY1.Name = "QUANTITY1";
  591. this.QUANTITY1.ReadOnly = true;
  592. //
  593. // AVGQUANTITY
  594. //
  595. this.AVGQUANTITY.DataPropertyName = "AVGQUANTITY";
  596. this.AVGQUANTITY.HeaderText = "平均达成率";
  597. this.AVGQUANTITY.Name = "AVGQUANTITY";
  598. this.AVGQUANTITY.ReadOnly = true;
  599. //
  600. // UNQUALIFIEDQUANTITY1
  601. //
  602. this.UNQUALIFIEDQUANTITY1.DataPropertyName = "UNQUALIFIEDQUANTITY1";
  603. this.UNQUALIFIEDQUANTITY1.HeaderText = "不合格数量";
  604. this.UNQUALIFIEDQUANTITY1.Name = "UNQUALIFIEDQUANTITY1";
  605. this.UNQUALIFIEDQUANTITY1.ReadOnly = true;
  606. //
  607. // UNQUALIFIEDRATE
  608. //
  609. this.UNQUALIFIEDRATE.DataPropertyName = "UNQUALIFIEDRATE";
  610. this.UNQUALIFIEDRATE.HeaderText = "不良率";
  611. this.UNQUALIFIEDRATE.Name = "UNQUALIFIEDRATE";
  612. this.UNQUALIFIEDRATE.ReadOnly = true;
  613. //
  614. // F_RPT_080117
  615. //
  616. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  617. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  618. this.ClientSize = new System.Drawing.Size(1134, 490);
  619. this.Controls.Add(this.tblScrapTotalModule);
  620. this.Controls.Add(this.gbxCondition);
  621. this.Controls.Add(this.tsrOperate);
  622. this.Name = "F_RPT_080117";
  623. this.Text = "QC检验计划分析明细表";
  624. this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.F_RPT_080117_FormClosed);
  625. this.Load += new System.EventHandler(this.F_RPT_080117_Load);
  626. this.tblScrapTotalModule.ResumeLayout(false);
  627. this.tapScrapTotalModule.ResumeLayout(false);
  628. ((System.ComponentModel.ISupportInitialize)(this.dgvScrapTotalModule)).EndInit();
  629. this.tapScrapTotalModuleDetail.ResumeLayout(false);
  630. ((System.ComponentModel.ISupportInitialize)(this.dgvScrapTotalModuleDetail)).EndInit();
  631. this.gbxCondition.ResumeLayout(false);
  632. this.gbxCondition.PerformLayout();
  633. this.tsrOperate.ResumeLayout(false);
  634. this.tsrOperate.PerformLayout();
  635. this.ResumeLayout(false);
  636. }
  637. #endregion
  638. private Basics.BaseControls.C_ToolStrip tsrOperate;
  639. private System.Windows.Forms.ToolStripButton tsbtnAdaptive;
  640. private System.Windows.Forms.ToolStripButton tsbtnClose;
  641. private Basics.BaseControls.C_GroupBox gbxCondition;
  642. private Basics.BaseControls.C_Button btnClearCondition;
  643. private Basics.BaseControls.C_Button btnSearch;
  644. private System.Windows.Forms.TabControl tblScrapTotalModule;
  645. private System.Windows.Forms.TabPage tapScrapTotalModule;
  646. private Basics.BaseControls.C_DataGridView dgvScrapTotalModule;
  647. private System.Windows.Forms.TabPage tapScrapTotalModuleDetail;
  648. private Basics.BaseControls.C_DataGridView dgvScrapTotalModuleDetail;
  649. private Basics.BaseControls.C_CheckBox chkSpecialRepairFlag;
  650. private Basics.BaseControls.C_Label c_Label3;
  651. private Basics.BaseControls.C_DateTimePicker dtpGDateEnd;
  652. private Basics.BaseControls.C_DateTimePicker dtpGDateStart;
  653. private Basics.BaseControls.C_Label c_Label7;
  654. private Basics.BaseControls.C_Label c_Label1;
  655. private System.Windows.Forms.ListBox listBox1;
  656. private System.Windows.Forms.DataGridViewTextBoxColumn BARCODE;
  657. private System.Windows.Forms.DataGridViewTextBoxColumn GOODSCODE2;
  658. private System.Windows.Forms.DataGridViewTextBoxColumn CONFIGTYPE1;
  659. private System.Windows.Forms.DataGridViewTextBoxColumn INSPECTTYPE;
  660. private System.Windows.Forms.DataGridViewTextBoxColumn INSPECTITEM;
  661. private System.Windows.Forms.DataGridViewTextBoxColumn INSPECTMARK;
  662. private System.Windows.Forms.DataGridViewTextBoxColumn TECHNICALREQUIREMENT;
  663. private System.Windows.Forms.DataGridViewTextBoxColumn UPPERLIMIT2;
  664. private System.Windows.Forms.DataGridViewTextBoxColumn LOWERLIMIT2;
  665. private System.Windows.Forms.DataGridViewTextBoxColumn INSPECTCOUNT;
  666. private System.Windows.Forms.DataGridViewTextBoxColumn INSPECTVALUE;
  667. private System.Windows.Forms.DataGridViewTextBoxColumn CREATETIME;
  668. private System.Windows.Forms.DataGridViewTextBoxColumn USERCODE;
  669. private System.Windows.Forms.DataGridViewTextBoxColumn USERNAME;
  670. private System.Windows.Forms.DataGridViewTextBoxColumn REMARKS;
  671. private System.Windows.Forms.DataGridViewTextBoxColumn GOODSCODE;
  672. private System.Windows.Forms.DataGridViewTextBoxColumn CONFIGTYPE;
  673. private System.Windows.Forms.DataGridViewTextBoxColumn GOODSID;
  674. private System.Windows.Forms.DataGridViewTextBoxColumn PLANQUANTITY1;
  675. private System.Windows.Forms.DataGridViewTextBoxColumn QUANTITY1;
  676. private System.Windows.Forms.DataGridViewTextBoxColumn AVGQUANTITY;
  677. private System.Windows.Forms.DataGridViewTextBoxColumn UNQUALIFIEDQUANTITY1;
  678. private System.Windows.Forms.DataGridViewTextBoxColumn UNQUALIFIEDRATE;
  679. }
  680. }