F_RPT_080116.Designer.cs 28 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542
  1. namespace Dongke.IBOSS.PRD.Client.ReportModule
  2. {
  3. partial class F_RPT_080116
  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_RPT_080116));
  29. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle7 = new System.Windows.Forms.DataGridViewCellStyle();
  30. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle8 = new System.Windows.Forms.DataGridViewCellStyle();
  31. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle9 = new System.Windows.Forms.DataGridViewCellStyle();
  32. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle10 = new System.Windows.Forms.DataGridViewCellStyle();
  33. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle11 = new System.Windows.Forms.DataGridViewCellStyle();
  34. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle12 = new System.Windows.Forms.DataGridViewCellStyle();
  35. this.tsrOperate = new Dongke.IBOSS.PRD.Basics.BaseControls.C_ToolStrip();
  36. this.tsbtnAdaptive = new System.Windows.Forms.ToolStripButton();
  37. this.tsbtnClose = new System.Windows.Forms.ToolStripButton();
  38. this.gbxCondition = new Dongke.IBOSS.PRD.Basics.BaseControls.C_GroupBox();
  39. this.cbInpectName = new Dongke.IBOSS.PRD.Basics.BaseControls.C_ComboBox();
  40. this.lblInspectName = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  41. this.dtpCreateTimeEnd = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DateTimePicker();
  42. this.lblCreateTimeTo = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  43. this.dtpCreateTimeBegin = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DateTimePicker();
  44. this.lblCreateTime = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  45. this.btnClearCondition = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  46. this.btnSearch = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  47. this.dgvBarcodeIdnrk = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
  48. this.INSPECTITEM = new System.Windows.Forms.DataGridViewTextBoxColumn();
  49. this.COUNTS = new System.Windows.Forms.DataGridViewTextBoxColumn();
  50. this.ISQUALIFIED = new System.Windows.Forms.DataGridViewTextBoxColumn();
  51. this.BUHEGELV = new System.Windows.Forms.DataGridViewTextBoxColumn();
  52. this.ZHANBI = new System.Windows.Forms.DataGridViewTextBoxColumn();
  53. this.tabControl1 = new System.Windows.Forms.TabControl();
  54. this.tabPage1 = new System.Windows.Forms.TabPage();
  55. this.tabPage2 = new System.Windows.Forms.TabPage();
  56. this.dgvQCdata = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
  57. this.BARCODE = new System.Windows.Forms.DataGridViewTextBoxColumn();
  58. this.INSPECTITEMS = new System.Windows.Forms.DataGridViewTextBoxColumn();
  59. this.INSPECTVALUE = new System.Windows.Forms.DataGridViewTextBoxColumn();
  60. this.CREATETIME = new System.Windows.Forms.DataGridViewTextBoxColumn();
  61. this.USERNAME = new System.Windows.Forms.DataGridViewTextBoxColumn();
  62. this.USERCODE = new System.Windows.Forms.DataGridViewTextBoxColumn();
  63. this.tsrOperate.SuspendLayout();
  64. this.gbxCondition.SuspendLayout();
  65. ((System.ComponentModel.ISupportInitialize)(this.dgvBarcodeIdnrk)).BeginInit();
  66. this.tabControl1.SuspendLayout();
  67. this.tabPage1.SuspendLayout();
  68. this.tabPage2.SuspendLayout();
  69. ((System.ComponentModel.ISupportInitialize)(this.dgvQCdata)).BeginInit();
  70. this.SuspendLayout();
  71. //
  72. // tsrOperate
  73. //
  74. this.tsrOperate.AutoSize = false;
  75. this.tsrOperate.BackColor = System.Drawing.Color.Transparent;
  76. this.tsrOperate.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  77. this.tsrOperate.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  78. this.tsbtnAdaptive,
  79. this.tsbtnClose});
  80. this.tsrOperate.Location = new System.Drawing.Point(0, 0);
  81. this.tsrOperate.Name = "tsrOperate";
  82. this.tsrOperate.RenderMode = System.Windows.Forms.ToolStripRenderMode.System;
  83. this.tsrOperate.ShowItemToolTips = false;
  84. this.tsrOperate.Size = new System.Drawing.Size(920, 35);
  85. this.tsrOperate.TabIndex = 0;
  86. this.tsrOperate.Text = "toolStrip1";
  87. //
  88. // tsbtnAdaptive
  89. //
  90. this.tsbtnAdaptive.AutoSize = false;
  91. this.tsbtnAdaptive.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  92. this.tsbtnAdaptive.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  93. this.tsbtnAdaptive.ImageTransparentColor = System.Drawing.Color.Magenta;
  94. this.tsbtnAdaptive.Name = "tsbtnAdaptive";
  95. this.tsbtnAdaptive.Size = new System.Drawing.Size(90, 25);
  96. this.tsbtnAdaptive.Text = "自适应列宽(&A)";
  97. this.tsbtnAdaptive.Click += new System.EventHandler(this.tsbtnAdaptive_Click);
  98. //
  99. // tsbtnClose
  100. //
  101. this.tsbtnClose.AutoSize = false;
  102. this.tsbtnClose.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  103. this.tsbtnClose.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  104. this.tsbtnClose.ImageTransparentColor = System.Drawing.Color.Magenta;
  105. this.tsbtnClose.Name = "tsbtnClose";
  106. this.tsbtnClose.Size = new System.Drawing.Size(60, 25);
  107. this.tsbtnClose.Text = "关闭(&X)";
  108. this.tsbtnClose.Click += new System.EventHandler(this.tsbtnClose_Click);
  109. //
  110. // gbxCondition
  111. //
  112. this.gbxCondition.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  113. | System.Windows.Forms.AnchorStyles.Right)));
  114. this.gbxCondition.BackColor = System.Drawing.Color.Transparent;
  115. this.gbxCondition.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("gbxCondition.BackgroundImage")));
  116. this.gbxCondition.Controls.Add(this.cbInpectName);
  117. this.gbxCondition.Controls.Add(this.lblInspectName);
  118. this.gbxCondition.Controls.Add(this.dtpCreateTimeEnd);
  119. this.gbxCondition.Controls.Add(this.lblCreateTimeTo);
  120. this.gbxCondition.Controls.Add(this.dtpCreateTimeBegin);
  121. this.gbxCondition.Controls.Add(this.lblCreateTime);
  122. this.gbxCondition.Controls.Add(this.btnClearCondition);
  123. this.gbxCondition.Controls.Add(this.btnSearch);
  124. this.gbxCondition.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  125. this.gbxCondition.ForeColor = System.Drawing.SystemColors.ControlText;
  126. this.gbxCondition.IsMustInput = false;
  127. this.gbxCondition.Location = new System.Drawing.Point(0, 38);
  128. this.gbxCondition.Name = "gbxCondition";
  129. this.gbxCondition.OriginalHeight = -1;
  130. this.gbxCondition.Size = new System.Drawing.Size(914, 51);
  131. this.gbxCondition.TabIndex = 1;
  132. this.gbxCondition.TabStop = false;
  133. this.gbxCondition.Text = "查询条件 ▼";
  134. //
  135. // cbInpectName
  136. //
  137. this.cbInpectName.BackColor = System.Drawing.SystemColors.Window;
  138. this.cbInpectName.BackgroundColor = System.Drawing.SystemColors.Window;
  139. this.cbInpectName.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  140. this.cbInpectName.FormattingEnabled = true;
  141. this.cbInpectName.Location = new System.Drawing.Point(89, 17);
  142. this.cbInpectName.Name = "cbInpectName";
  143. this.cbInpectName.Size = new System.Drawing.Size(128, 20);
  144. this.cbInpectName.TabIndex = 37;
  145. //
  146. // lblInspectName
  147. //
  148. this.lblInspectName.AutoSize = true;
  149. this.lblInspectName.BackColor = System.Drawing.Color.Transparent;
  150. this.lblInspectName.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  151. this.lblInspectName.Location = new System.Drawing.Point(6, 21);
  152. this.lblInspectName.Name = "lblInspectName";
  153. this.lblInspectName.Size = new System.Drawing.Size(77, 12);
  154. this.lblInspectName.TabIndex = 36;
  155. this.lblInspectName.Text = "检验标准名称";
  156. //
  157. // dtpCreateTimeEnd
  158. //
  159. this.dtpCreateTimeEnd.CustomFormat = "yyyy-MM-dd HH:mm:ss";
  160. this.dtpCreateTimeEnd.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  161. this.dtpCreateTimeEnd.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  162. this.dtpCreateTimeEnd.Location = new System.Drawing.Point(468, 15);
  163. this.dtpCreateTimeEnd.Name = "dtpCreateTimeEnd";
  164. this.dtpCreateTimeEnd.Size = new System.Drawing.Size(151, 21);
  165. this.dtpCreateTimeEnd.TabIndex = 35;
  166. //
  167. // lblCreateTimeTo
  168. //
  169. this.lblCreateTimeTo.AutoSize = true;
  170. this.lblCreateTimeTo.BackColor = System.Drawing.Color.Transparent;
  171. this.lblCreateTimeTo.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  172. this.lblCreateTimeTo.Location = new System.Drawing.Point(445, 20);
  173. this.lblCreateTimeTo.Name = "lblCreateTimeTo";
  174. this.lblCreateTimeTo.Size = new System.Drawing.Size(17, 12);
  175. this.lblCreateTimeTo.TabIndex = 34;
  176. this.lblCreateTimeTo.Text = "至";
  177. //
  178. // dtpCreateTimeBegin
  179. //
  180. this.dtpCreateTimeBegin.CustomFormat = "yyyy-MM-dd HH:mm:ss";
  181. this.dtpCreateTimeBegin.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  182. this.dtpCreateTimeBegin.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  183. this.dtpCreateTimeBegin.Location = new System.Drawing.Point(286, 15);
  184. this.dtpCreateTimeBegin.Name = "dtpCreateTimeBegin";
  185. this.dtpCreateTimeBegin.Size = new System.Drawing.Size(152, 21);
  186. this.dtpCreateTimeBegin.TabIndex = 33;
  187. //
  188. // lblCreateTime
  189. //
  190. this.lblCreateTime.AutoSize = true;
  191. this.lblCreateTime.BackColor = System.Drawing.Color.Transparent;
  192. this.lblCreateTime.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  193. this.lblCreateTime.Location = new System.Drawing.Point(227, 19);
  194. this.lblCreateTime.Name = "lblCreateTime";
  195. this.lblCreateTime.Size = new System.Drawing.Size(53, 12);
  196. this.lblCreateTime.TabIndex = 32;
  197. this.lblCreateTime.Text = "检验时间";
  198. //
  199. // btnClearCondition
  200. //
  201. this.btnClearCondition.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  202. this.btnClearCondition.BackColor = System.Drawing.Color.Transparent;
  203. this.btnClearCondition.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnClearCondition.BackgroundImage")));
  204. this.btnClearCondition.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  205. this.btnClearCondition.ForeColor = System.Drawing.Color.White;
  206. this.btnClearCondition.Location = new System.Drawing.Point(823, 11);
  207. this.btnClearCondition.Name = "btnClearCondition";
  208. this.btnClearCondition.Size = new System.Drawing.Size(85, 30);
  209. this.btnClearCondition.TabIndex = 29;
  210. this.btnClearCondition.Text = "清空条件(&C)";
  211. this.btnClearCondition.UseVisualStyleBackColor = true;
  212. this.btnClearCondition.Click += new System.EventHandler(this.btnClearCondition_Click);
  213. //
  214. // btnSearch
  215. //
  216. this.btnSearch.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  217. this.btnSearch.BackColor = System.Drawing.Color.Transparent;
  218. this.btnSearch.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnSearch.BackgroundImage")));
  219. this.btnSearch.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  220. this.btnSearch.ForeColor = System.Drawing.Color.White;
  221. this.btnSearch.Location = new System.Drawing.Point(732, 11);
  222. this.btnSearch.Name = "btnSearch";
  223. this.btnSearch.Size = new System.Drawing.Size(85, 30);
  224. this.btnSearch.TabIndex = 28;
  225. this.btnSearch.Text = "查询(&Q)";
  226. this.btnSearch.UseVisualStyleBackColor = true;
  227. this.btnSearch.Click += new System.EventHandler(this.btnSearch_Click);
  228. //
  229. // dgvBarcodeIdnrk
  230. //
  231. this.dgvBarcodeIdnrk.AllowUserToAddRows = false;
  232. this.dgvBarcodeIdnrk.AllowUserToDeleteRows = false;
  233. this.dgvBarcodeIdnrk.AllowUserToModifyRows = true;
  234. this.dgvBarcodeIdnrk.AllowUserToOrderColumns = true;
  235. this.dgvBarcodeIdnrk.AllowUserToSortRows = false;
  236. dataGridViewCellStyle7.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
  237. this.dgvBarcodeIdnrk.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle7;
  238. this.dgvBarcodeIdnrk.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  239. | System.Windows.Forms.AnchorStyles.Left)
  240. | System.Windows.Forms.AnchorStyles.Right)));
  241. this.dgvBarcodeIdnrk.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  242. this.dgvBarcodeIdnrk.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
  243. this.dgvBarcodeIdnrk.CellHeight = 23;
  244. this.dgvBarcodeIdnrk.ChildNodeColumnName = null;
  245. this.dgvBarcodeIdnrk.ChildNodeColumnText = null;
  246. this.dgvBarcodeIdnrk.ColumnDeep = 1;
  247. this.dgvBarcodeIdnrk.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  248. dataGridViewCellStyle8.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  249. dataGridViewCellStyle8.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(58)))), ((int)(((byte)(70)))));
  250. dataGridViewCellStyle8.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  251. dataGridViewCellStyle8.ForeColor = System.Drawing.Color.White;
  252. dataGridViewCellStyle8.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  253. dataGridViewCellStyle8.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  254. dataGridViewCellStyle8.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  255. this.dgvBarcodeIdnrk.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle8;
  256. this.dgvBarcodeIdnrk.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  257. this.dgvBarcodeIdnrk.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  258. this.INSPECTITEM,
  259. this.COUNTS,
  260. this.ISQUALIFIED,
  261. this.BUHEGELV,
  262. this.ZHANBI});
  263. this.dgvBarcodeIdnrk.ColumnTreeView = null;
  264. this.dgvBarcodeIdnrk.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)));
  265. this.dgvBarcodeIdnrk.DynamicColumnName = "";
  266. this.dgvBarcodeIdnrk.EnableHeadersVisualStyles = false;
  267. this.dgvBarcodeIdnrk.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  268. this.dgvBarcodeIdnrk.FormatQuantityColumns = null;
  269. this.dgvBarcodeIdnrk.HasNode = false;
  270. this.dgvBarcodeIdnrk.HorizontalMergeColumn = null;
  271. this.dgvBarcodeIdnrk.IsAutoCountSum = true;
  272. this.dgvBarcodeIdnrk.IsAutoResizeColumns = false;
  273. this.dgvBarcodeIdnrk.IsClickF12 = false;
  274. this.dgvBarcodeIdnrk.IsOpenMergeCellFlag = false;
  275. this.dgvBarcodeIdnrk.IsSubTotalFlag = false;
  276. this.dgvBarcodeIdnrk.IsTopDeep = false;
  277. this.dgvBarcodeIdnrk.Location = new System.Drawing.Point(0, 0);
  278. this.dgvBarcodeIdnrk.Margin = new System.Windows.Forms.Padding(0);
  279. this.dgvBarcodeIdnrk.MergeColumnNames = null;
  280. this.dgvBarcodeIdnrk.MergeDetailColumnNames = null;
  281. this.dgvBarcodeIdnrk.MergeDetailOnlyColumn = null;
  282. this.dgvBarcodeIdnrk.MergeOnlyColumn = null;
  283. this.dgvBarcodeIdnrk.MultiSelect = false;
  284. this.dgvBarcodeIdnrk.Name = "dgvBarcodeIdnrk";
  285. this.dgvBarcodeIdnrk.ReadOnly = true;
  286. this.dgvBarcodeIdnrk.RefreshAtHscroll = false;
  287. this.dgvBarcodeIdnrk.RowHeadersWidth = 50;
  288. this.dgvBarcodeIdnrk.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
  289. dataGridViewCellStyle9.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  290. this.dgvBarcodeIdnrk.RowsDefaultCellStyle = dataGridViewCellStyle9;
  291. this.dgvBarcodeIdnrk.RowTemplate.Height = 21;
  292. this.dgvBarcodeIdnrk.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  293. this.dgvBarcodeIdnrk.Size = new System.Drawing.Size(908, 447);
  294. this.dgvBarcodeIdnrk.SortOrderColumnName = null;
  295. this.dgvBarcodeIdnrk.TabIndex = 31;
  296. this.dgvBarcodeIdnrk.Tag = true;
  297. this.dgvBarcodeIdnrk.TotalSumColumns = null;
  298. this.dgvBarcodeIdnrk.ViewRowFilter = "";
  299. this.dgvBarcodeIdnrk.VirtualNodes = false;
  300. this.dgvBarcodeIdnrk.CellDoubleClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvBarcodeIdnrk_CellDoubleClick);
  301. //
  302. // INSPECTITEM
  303. //
  304. this.INSPECTITEM.DataPropertyName = "INSPECTITEM";
  305. this.INSPECTITEM.HeaderText = "检验项目";
  306. this.INSPECTITEM.Name = "INSPECTITEM";
  307. this.INSPECTITEM.ReadOnly = true;
  308. //
  309. // COUNTS
  310. //
  311. this.COUNTS.DataPropertyName = "COUNTS";
  312. this.COUNTS.HeaderText = "检验数量";
  313. this.COUNTS.Name = "COUNTS";
  314. this.COUNTS.ReadOnly = true;
  315. //
  316. // ISQUALIFIED
  317. //
  318. this.ISQUALIFIED.DataPropertyName = "ISQUALIFIED";
  319. this.ISQUALIFIED.HeaderText = "不合格数量";
  320. this.ISQUALIFIED.Name = "ISQUALIFIED";
  321. this.ISQUALIFIED.ReadOnly = true;
  322. //
  323. // BUHEGELV
  324. //
  325. this.BUHEGELV.DataPropertyName = "BUHEGELV";
  326. this.BUHEGELV.HeaderText = "不合格率";
  327. this.BUHEGELV.Name = "BUHEGELV";
  328. this.BUHEGELV.ReadOnly = true;
  329. //
  330. // ZHANBI
  331. //
  332. this.ZHANBI.DataPropertyName = "ZHANBI";
  333. this.ZHANBI.HeaderText = "不合格占比";
  334. this.ZHANBI.Name = "ZHANBI";
  335. this.ZHANBI.ReadOnly = true;
  336. //
  337. // tabControl1
  338. //
  339. this.tabControl1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  340. | System.Windows.Forms.AnchorStyles.Left)
  341. | System.Windows.Forms.AnchorStyles.Right)));
  342. this.tabControl1.Controls.Add(this.tabPage1);
  343. this.tabControl1.Controls.Add(this.tabPage2);
  344. this.tabControl1.Location = new System.Drawing.Point(0, 89);
  345. this.tabControl1.Name = "tabControl1";
  346. this.tabControl1.SelectedIndex = 0;
  347. this.tabControl1.Size = new System.Drawing.Size(918, 414);
  348. this.tabControl1.TabIndex = 34;
  349. //
  350. // tabPage1
  351. //
  352. this.tabPage1.Controls.Add(this.dgvBarcodeIdnrk);
  353. this.tabPage1.Location = new System.Drawing.Point(4, 22);
  354. this.tabPage1.Name = "tabPage1";
  355. this.tabPage1.Size = new System.Drawing.Size(910, 388);
  356. this.tabPage1.TabIndex = 0;
  357. this.tabPage1.Text = "检验分析汇总";
  358. this.tabPage1.UseVisualStyleBackColor = true;
  359. //
  360. // tabPage2
  361. //
  362. this.tabPage2.Controls.Add(this.dgvQCdata);
  363. this.tabPage2.Location = new System.Drawing.Point(4, 22);
  364. this.tabPage2.Name = "tabPage2";
  365. this.tabPage2.Size = new System.Drawing.Size(910, 388);
  366. this.tabPage2.TabIndex = 1;
  367. this.tabPage2.Text = "检验分析明细";
  368. this.tabPage2.UseVisualStyleBackColor = true;
  369. //
  370. // dgvQCdata
  371. //
  372. this.dgvQCdata.AllowUserToAddRows = false;
  373. this.dgvQCdata.AllowUserToDeleteRows = false;
  374. this.dgvQCdata.AllowUserToModifyRows = true;
  375. this.dgvQCdata.AllowUserToOrderColumns = true;
  376. this.dgvQCdata.AllowUserToSortRows = false;
  377. dataGridViewCellStyle10.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
  378. this.dgvQCdata.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle10;
  379. this.dgvQCdata.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  380. this.dgvQCdata.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
  381. this.dgvQCdata.CellHeight = 23;
  382. this.dgvQCdata.ChildNodeColumnName = null;
  383. this.dgvQCdata.ChildNodeColumnText = null;
  384. this.dgvQCdata.ColumnDeep = 1;
  385. this.dgvQCdata.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  386. dataGridViewCellStyle11.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  387. dataGridViewCellStyle11.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(58)))), ((int)(((byte)(70)))));
  388. dataGridViewCellStyle11.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  389. dataGridViewCellStyle11.ForeColor = System.Drawing.Color.White;
  390. dataGridViewCellStyle11.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  391. dataGridViewCellStyle11.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  392. dataGridViewCellStyle11.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  393. this.dgvQCdata.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle11;
  394. this.dgvQCdata.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  395. this.dgvQCdata.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  396. this.BARCODE,
  397. this.INSPECTITEMS,
  398. this.INSPECTVALUE,
  399. this.CREATETIME,
  400. this.USERNAME,
  401. this.USERCODE});
  402. this.dgvQCdata.ColumnTreeView = null;
  403. this.dgvQCdata.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)));
  404. this.dgvQCdata.Dock = System.Windows.Forms.DockStyle.Fill;
  405. this.dgvQCdata.DynamicColumnName = "";
  406. this.dgvQCdata.EnableHeadersVisualStyles = false;
  407. this.dgvQCdata.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  408. this.dgvQCdata.FormatQuantityColumns = null;
  409. this.dgvQCdata.HasNode = false;
  410. this.dgvQCdata.HorizontalMergeColumn = null;
  411. this.dgvQCdata.IsAutoCountSum = true;
  412. this.dgvQCdata.IsAutoResizeColumns = false;
  413. this.dgvQCdata.IsClickF12 = false;
  414. this.dgvQCdata.IsOpenMergeCellFlag = false;
  415. this.dgvQCdata.IsSubTotalFlag = false;
  416. this.dgvQCdata.IsTopDeep = false;
  417. this.dgvQCdata.Location = new System.Drawing.Point(0, 0);
  418. this.dgvQCdata.Margin = new System.Windows.Forms.Padding(0);
  419. this.dgvQCdata.MergeColumnNames = null;
  420. this.dgvQCdata.MergeDetailColumnNames = null;
  421. this.dgvQCdata.MergeDetailOnlyColumn = null;
  422. this.dgvQCdata.MergeOnlyColumn = null;
  423. this.dgvQCdata.MultiSelect = false;
  424. this.dgvQCdata.Name = "dgvQCdata";
  425. this.dgvQCdata.ReadOnly = true;
  426. this.dgvQCdata.RefreshAtHscroll = false;
  427. this.dgvQCdata.RowHeadersWidth = 50;
  428. this.dgvQCdata.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
  429. dataGridViewCellStyle12.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  430. this.dgvQCdata.RowsDefaultCellStyle = dataGridViewCellStyle12;
  431. this.dgvQCdata.RowTemplate.Height = 21;
  432. this.dgvQCdata.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  433. this.dgvQCdata.Size = new System.Drawing.Size(910, 388);
  434. this.dgvQCdata.SortOrderColumnName = null;
  435. this.dgvQCdata.TabIndex = 31;
  436. this.dgvQCdata.Tag = true;
  437. this.dgvQCdata.TotalSumColumns = null;
  438. this.dgvQCdata.ViewRowFilter = "";
  439. this.dgvQCdata.VirtualNodes = false;
  440. //
  441. // BARCODE
  442. //
  443. this.BARCODE.DataPropertyName = "BARCODE";
  444. this.BARCODE.HeaderText = "条码";
  445. this.BARCODE.Name = "BARCODE";
  446. this.BARCODE.ReadOnly = true;
  447. //
  448. // INSPECTITEMS
  449. //
  450. this.INSPECTITEMS.DataPropertyName = "INSPECTITEMS";
  451. this.INSPECTITEMS.HeaderText = "检验项目";
  452. this.INSPECTITEMS.Name = "INSPECTITEMS";
  453. this.INSPECTITEMS.ReadOnly = true;
  454. //
  455. // INSPECTVALUE
  456. //
  457. this.INSPECTVALUE.DataPropertyName = "INSPECTVALUE";
  458. this.INSPECTVALUE.HeaderText = "检验值";
  459. this.INSPECTVALUE.Name = "INSPECTVALUE";
  460. this.INSPECTVALUE.ReadOnly = true;
  461. //
  462. // CREATETIME
  463. //
  464. this.CREATETIME.DataPropertyName = "CREATETIME";
  465. this.CREATETIME.HeaderText = "检验时间";
  466. this.CREATETIME.Name = "CREATETIME";
  467. this.CREATETIME.ReadOnly = true;
  468. //
  469. // USERNAME
  470. //
  471. this.USERNAME.DataPropertyName = "USERNAME";
  472. this.USERNAME.HeaderText = "检验姓名";
  473. this.USERNAME.Name = "USERNAME";
  474. this.USERNAME.ReadOnly = true;
  475. //
  476. // USERCODE
  477. //
  478. this.USERCODE.DataPropertyName = "USERCODE";
  479. this.USERCODE.HeaderText = "检验工号";
  480. this.USERCODE.Name = "USERCODE";
  481. this.USERCODE.ReadOnly = true;
  482. //
  483. // F_RPT_080116
  484. //
  485. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  486. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  487. this.ClientSize = new System.Drawing.Size(920, 539);
  488. this.Controls.Add(this.tabControl1);
  489. this.Controls.Add(this.gbxCondition);
  490. this.Controls.Add(this.tsrOperate);
  491. this.Name = "F_RPT_080116";
  492. this.Text = "QC检验分析汇总表";
  493. this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.F_RPT_080116_FormClosed);
  494. this.Load += new System.EventHandler(this.F_RPT_080116_Load);
  495. this.tsrOperate.ResumeLayout(false);
  496. this.tsrOperate.PerformLayout();
  497. this.gbxCondition.ResumeLayout(false);
  498. this.gbxCondition.PerformLayout();
  499. ((System.ComponentModel.ISupportInitialize)(this.dgvBarcodeIdnrk)).EndInit();
  500. this.tabControl1.ResumeLayout(false);
  501. this.tabPage1.ResumeLayout(false);
  502. this.tabPage2.ResumeLayout(false);
  503. ((System.ComponentModel.ISupportInitialize)(this.dgvQCdata)).EndInit();
  504. this.ResumeLayout(false);
  505. }
  506. #endregion
  507. private Basics.BaseControls.C_ToolStrip tsrOperate;
  508. private System.Windows.Forms.ToolStripButton tsbtnAdaptive;
  509. private System.Windows.Forms.ToolStripButton tsbtnClose;
  510. private Basics.BaseControls.C_GroupBox gbxCondition;
  511. private Basics.BaseControls.C_Button btnClearCondition;
  512. private Basics.BaseControls.C_Button btnSearch;
  513. private Basics.BaseControls.C_DataGridView dgvBarcodeIdnrk;
  514. private Basics.BaseControls.C_DateTimePicker dtpCreateTimeEnd;
  515. private Basics.BaseControls.C_Label lblCreateTimeTo;
  516. private Basics.BaseControls.C_DateTimePicker dtpCreateTimeBegin;
  517. private Basics.BaseControls.C_Label lblCreateTime;
  518. private Basics.BaseControls.C_ComboBox cbInpectName;
  519. private Basics.BaseControls.C_Label lblInspectName;
  520. private System.Windows.Forms.DataGridViewTextBoxColumn INSPECTITEM;
  521. private System.Windows.Forms.DataGridViewTextBoxColumn COUNTS;
  522. private System.Windows.Forms.DataGridViewTextBoxColumn ISQUALIFIED;
  523. private System.Windows.Forms.DataGridViewTextBoxColumn BUHEGELV;
  524. private System.Windows.Forms.DataGridViewTextBoxColumn ZHANBI;
  525. private System.Windows.Forms.TabControl tabControl1;
  526. private System.Windows.Forms.TabPage tabPage1;
  527. private System.Windows.Forms.TabPage tabPage2;
  528. private Basics.BaseControls.C_DataGridView dgvQCdata;
  529. private System.Windows.Forms.DataGridViewTextBoxColumn BARCODE;
  530. private System.Windows.Forms.DataGridViewTextBoxColumn INSPECTITEMS;
  531. private System.Windows.Forms.DataGridViewTextBoxColumn INSPECTVALUE;
  532. private System.Windows.Forms.DataGridViewTextBoxColumn CREATETIME;
  533. private System.Windows.Forms.DataGridViewTextBoxColumn USERNAME;
  534. private System.Windows.Forms.DataGridViewTextBoxColumn USERCODE;
  535. }
  536. }