|
|
@@ -29,263 +29,272 @@ namespace Dongke.IBOSS.PRD.Client.ReportModule
|
|
|
/// </summary>
|
|
|
private void InitializeComponent()
|
|
|
{
|
|
|
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
|
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
|
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
|
- this.dgvSum = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
|
|
|
- this.产品分级 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
- this.部门 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
- this.产量 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
- this.合格率 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
- this.grpCollapsible1 = new Dongke.WinForm.Controls.GrpCollapsible();
|
|
|
- this.lblAccountDateEnd = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
|
|
|
- this.dtpEndTime = new System.Windows.Forms.DateTimePicker();
|
|
|
- this.dtpStartTime = new System.Windows.Forms.DateTimePicker();
|
|
|
- this.lblLabel1 = new Dongke.WinForm.Controls.LblLabel();
|
|
|
- this.tsrToolStrip1 = new Dongke.WinForm.Controls.TsrToolStrip();
|
|
|
- this.tsbtnSearch = new System.Windows.Forms.ToolStripButton();
|
|
|
- this.tsbtnClearCondition = new System.Windows.Forms.ToolStripButton();
|
|
|
- this.toolStripSeparator4 = new System.Windows.Forms.ToolStripSeparator();
|
|
|
- this.tsbtnAdaptive = new System.Windows.Forms.ToolStripButton();
|
|
|
- this.tsbtnClose = new System.Windows.Forms.ToolStripButton();
|
|
|
- ((System.ComponentModel.ISupportInitialize)(this.dgvSum)).BeginInit();
|
|
|
- this.grpCollapsible1.SuspendLayout();
|
|
|
- this.tsrToolStrip1.SuspendLayout();
|
|
|
- this.SuspendLayout();
|
|
|
- //
|
|
|
- // dgvSum
|
|
|
- //
|
|
|
- this.dgvSum.AllowUserToAddRows = false;
|
|
|
- this.dgvSum.AllowUserToDeleteRows = false;
|
|
|
- this.dgvSum.AllowUserToModifyRows = true;
|
|
|
- this.dgvSum.AllowUserToOrderColumns = true;
|
|
|
- dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
|
|
|
- this.dgvSum.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
|
|
|
- this.dgvSum.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
|
|
+ System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
|
+ System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
|
+ System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
|
+ this.dgvSum = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
|
|
|
+ this.grpCollapsible1 = new Dongke.WinForm.Controls.GrpCollapsible();
|
|
|
+ this.lblAccountDateEnd = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
|
|
|
+ this.dtpEndTime = new System.Windows.Forms.DateTimePicker();
|
|
|
+ this.dtpStartTime = new System.Windows.Forms.DateTimePicker();
|
|
|
+ this.lblLabel1 = new Dongke.WinForm.Controls.LblLabel();
|
|
|
+ this.tsrToolStrip1 = new Dongke.WinForm.Controls.TsrToolStrip();
|
|
|
+ this.tsbtnSearch = new System.Windows.Forms.ToolStripButton();
|
|
|
+ this.tsbtnClearCondition = new System.Windows.Forms.ToolStripButton();
|
|
|
+ this.toolStripSeparator4 = new System.Windows.Forms.ToolStripSeparator();
|
|
|
+ this.tsbtnAdaptive = new System.Windows.Forms.ToolStripButton();
|
|
|
+ this.tsbtnClose = new System.Windows.Forms.ToolStripButton();
|
|
|
+ this.产品分级 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
+ this.部门 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
+ this.用户 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
+ this.产量 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
+ this.合格率 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.dgvSum)).BeginInit();
|
|
|
+ this.grpCollapsible1.SuspendLayout();
|
|
|
+ this.tsrToolStrip1.SuspendLayout();
|
|
|
+ this.SuspendLayout();
|
|
|
+ //
|
|
|
+ // dgvSum
|
|
|
+ //
|
|
|
+ this.dgvSum.AllowUserToAddRows = false;
|
|
|
+ this.dgvSum.AllowUserToDeleteRows = false;
|
|
|
+ this.dgvSum.AllowUserToModifyRows = true;
|
|
|
+ this.dgvSum.AllowUserToOrderColumns = true;
|
|
|
+ dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
|
|
|
+ this.dgvSum.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
|
|
|
+ this.dgvSum.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
|
|
| System.Windows.Forms.AnchorStyles.Left)
|
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
|
- this.dgvSum.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
|
|
|
- this.dgvSum.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
|
|
|
- this.dgvSum.CellHeight = 23;
|
|
|
- this.dgvSum.ChildNodeColumnName = null;
|
|
|
- this.dgvSum.ChildNodeColumnText = null;
|
|
|
- this.dgvSum.ColumnDeep = 1;
|
|
|
- this.dgvSum.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
|
|
|
- dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
|
|
|
- dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(58)))), ((int)(((byte)(70)))));
|
|
|
- dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- dataGridViewCellStyle2.ForeColor = System.Drawing.Color.White;
|
|
|
- dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
|
|
|
- dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
|
|
|
- dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
|
|
|
- this.dgvSum.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
|
|
|
- this.dgvSum.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
|
|
|
- this.dgvSum.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
|
|
|
+ this.dgvSum.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
|
|
|
+ this.dgvSum.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
|
|
|
+ this.dgvSum.CellHeight = 23;
|
|
|
+ this.dgvSum.ChildNodeColumnName = null;
|
|
|
+ this.dgvSum.ChildNodeColumnText = null;
|
|
|
+ this.dgvSum.ColumnDeep = 1;
|
|
|
+ this.dgvSum.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
|
|
|
+ dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
|
|
|
+ dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(58)))), ((int)(((byte)(70)))));
|
|
|
+ dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ dataGridViewCellStyle2.ForeColor = System.Drawing.Color.White;
|
|
|
+ dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
|
|
|
+ dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
|
|
|
+ dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
|
|
|
+ this.dgvSum.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
|
|
|
+ this.dgvSum.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
|
|
|
+ this.dgvSum.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
|
|
|
this.产品分级,
|
|
|
this.部门,
|
|
|
+ this.用户,
|
|
|
this.产量,
|
|
|
this.合格率});
|
|
|
- this.dgvSum.ColumnTreeView = new System.Windows.Forms.TreeView[0];
|
|
|
- this.dgvSum.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)));
|
|
|
- this.dgvSum.DynamicColumnName = "";
|
|
|
- this.dgvSum.EnableHeadersVisualStyles = false;
|
|
|
- this.dgvSum.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.dgvSum.FormatQuantityColumns = null;
|
|
|
- this.dgvSum.HasNode = false;
|
|
|
- this.dgvSum.HorizontalMergeColumn = null;
|
|
|
- this.dgvSum.IsAutoCountSum = true;
|
|
|
- this.dgvSum.IsAutoResizeColumns = false;
|
|
|
- this.dgvSum.IsClickF12 = false;
|
|
|
- this.dgvSum.IsOpenMergeCellFlag = false;
|
|
|
- this.dgvSum.IsSubTotalFlag = false;
|
|
|
- this.dgvSum.IsTopDeep = false;
|
|
|
- this.dgvSum.Location = new System.Drawing.Point(0, 96);
|
|
|
- this.dgvSum.MergeColumnNames = null;
|
|
|
- this.dgvSum.MergeDetailColumnNames = null;
|
|
|
- this.dgvSum.MergeDetailOnlyColumn = null;
|
|
|
- this.dgvSum.MergeOnlyColumn = null;
|
|
|
- this.dgvSum.MultiSelect = false;
|
|
|
- this.dgvSum.Name = "dgvSum";
|
|
|
- this.dgvSum.ReadOnly = true;
|
|
|
- this.dgvSum.RefreshAtHscroll = false;
|
|
|
- this.dgvSum.RowHeadersWidth = 50;
|
|
|
- this.dgvSum.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
|
|
|
- dataGridViewCellStyle3.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
|
|
|
- this.dgvSum.RowsDefaultCellStyle = dataGridViewCellStyle3;
|
|
|
- this.dgvSum.RowTemplate.Height = 21;
|
|
|
- this.dgvSum.Size = new System.Drawing.Size(1061, 261);
|
|
|
- this.dgvSum.SortOrderColumnName = null;
|
|
|
- this.dgvSum.TabIndex = 0;
|
|
|
- this.dgvSum.Tag = "";
|
|
|
- this.dgvSum.TotalSumColumns = null;
|
|
|
- this.dgvSum.ViewRowFilter = "";
|
|
|
- this.dgvSum.VirtualNodes = false;
|
|
|
- //
|
|
|
- // 产品分级
|
|
|
- //
|
|
|
- this.产品分级.DataPropertyName = "产品分级";
|
|
|
- this.产品分级.HeaderText = "产品分级";
|
|
|
- this.产品分级.Name = "产品分级";
|
|
|
- this.产品分级.ReadOnly = true;
|
|
|
- //
|
|
|
- // 部门
|
|
|
- //
|
|
|
- this.部门.DataPropertyName = "部门";
|
|
|
- this.部门.HeaderText = "部门";
|
|
|
- this.部门.Name = "部门";
|
|
|
- this.部门.ReadOnly = true;
|
|
|
- //
|
|
|
- // 产量
|
|
|
- //
|
|
|
- this.产量.DataPropertyName = "产量";
|
|
|
- this.产量.HeaderText = "产量";
|
|
|
- this.产量.Name = "产量";
|
|
|
- this.产量.ReadOnly = true;
|
|
|
- //
|
|
|
- // 合格率
|
|
|
- //
|
|
|
- this.合格率.DataPropertyName = "合格率";
|
|
|
- this.合格率.HeaderText = "占比率";
|
|
|
- this.合格率.Name = "合格率";
|
|
|
- this.合格率.ReadOnly = true;
|
|
|
- //
|
|
|
- // grpCollapsible1
|
|
|
- //
|
|
|
- this.grpCollapsible1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
|
+ this.dgvSum.ColumnTreeView = new System.Windows.Forms.TreeView[0];
|
|
|
+ this.dgvSum.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)));
|
|
|
+ this.dgvSum.DynamicColumnName = "";
|
|
|
+ this.dgvSum.EnableHeadersVisualStyles = false;
|
|
|
+ this.dgvSum.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.dgvSum.FormatQuantityColumns = null;
|
|
|
+ this.dgvSum.HasNode = false;
|
|
|
+ this.dgvSum.HorizontalMergeColumn = null;
|
|
|
+ this.dgvSum.IsAutoCountSum = true;
|
|
|
+ this.dgvSum.IsAutoResizeColumns = false;
|
|
|
+ this.dgvSum.IsClickF12 = false;
|
|
|
+ this.dgvSum.IsOpenMergeCellFlag = false;
|
|
|
+ this.dgvSum.IsSubTotalFlag = false;
|
|
|
+ this.dgvSum.IsTopDeep = false;
|
|
|
+ this.dgvSum.Location = new System.Drawing.Point(0, 96);
|
|
|
+ this.dgvSum.MergeColumnNames = null;
|
|
|
+ this.dgvSum.MergeDetailColumnNames = null;
|
|
|
+ this.dgvSum.MergeDetailOnlyColumn = null;
|
|
|
+ this.dgvSum.MergeOnlyColumn = null;
|
|
|
+ this.dgvSum.MultiSelect = false;
|
|
|
+ this.dgvSum.Name = "dgvSum";
|
|
|
+ this.dgvSum.ReadOnly = true;
|
|
|
+ this.dgvSum.RefreshAtHscroll = false;
|
|
|
+ this.dgvSum.RowHeadersWidth = 50;
|
|
|
+ this.dgvSum.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
|
|
|
+ dataGridViewCellStyle3.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
|
|
|
+ this.dgvSum.RowsDefaultCellStyle = dataGridViewCellStyle3;
|
|
|
+ this.dgvSum.RowTemplate.Height = 21;
|
|
|
+ this.dgvSum.Size = new System.Drawing.Size(1061, 261);
|
|
|
+ this.dgvSum.SortOrderColumnName = null;
|
|
|
+ this.dgvSum.TabIndex = 0;
|
|
|
+ this.dgvSum.Tag = "";
|
|
|
+ this.dgvSum.TotalSumColumns = null;
|
|
|
+ this.dgvSum.ViewRowFilter = "";
|
|
|
+ this.dgvSum.VirtualNodes = false;
|
|
|
+ //
|
|
|
+ // grpCollapsible1
|
|
|
+ //
|
|
|
+ this.grpCollapsible1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
|
- this.grpCollapsible1.Controls.Add(this.lblAccountDateEnd);
|
|
|
- this.grpCollapsible1.Controls.Add(this.dtpEndTime);
|
|
|
- this.grpCollapsible1.Controls.Add(this.dtpStartTime);
|
|
|
- this.grpCollapsible1.Controls.Add(this.lblLabel1);
|
|
|
- this.grpCollapsible1.Location = new System.Drawing.Point(0, 38);
|
|
|
- this.grpCollapsible1.Name = "grpCollapsible1";
|
|
|
- this.grpCollapsible1.Size = new System.Drawing.Size(1061, 52);
|
|
|
- this.grpCollapsible1.TabIndex = 1;
|
|
|
- this.grpCollapsible1.TabStop = false;
|
|
|
- this.grpCollapsible1.Text = "查询条件";
|
|
|
- //
|
|
|
- // lblAccountDateEnd
|
|
|
- //
|
|
|
- this.lblAccountDateEnd.AutoSize = true;
|
|
|
- this.lblAccountDateEnd.BackColor = System.Drawing.Color.Transparent;
|
|
|
- this.lblAccountDateEnd.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.lblAccountDateEnd.ForeColor = System.Drawing.SystemColors.ControlText;
|
|
|
- this.lblAccountDateEnd.Location = new System.Drawing.Point(235, 26);
|
|
|
- this.lblAccountDateEnd.Name = "lblAccountDateEnd";
|
|
|
- this.lblAccountDateEnd.Size = new System.Drawing.Size(17, 12);
|
|
|
- this.lblAccountDateEnd.TabIndex = 9;
|
|
|
- this.lblAccountDateEnd.Text = "至";
|
|
|
- //
|
|
|
- // dtpEndTime
|
|
|
- //
|
|
|
- this.dtpEndTime.CustomFormat = "yyyy-MM-dd HH:mm:ss";
|
|
|
- this.dtpEndTime.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
|
|
|
- this.dtpEndTime.Location = new System.Drawing.Point(258, 20);
|
|
|
- this.dtpEndTime.Name = "dtpEndTime";
|
|
|
- this.dtpEndTime.Size = new System.Drawing.Size(155, 21);
|
|
|
- this.dtpEndTime.TabIndex = 10;
|
|
|
- this.dtpEndTime.Value = new System.DateTime(2014, 9, 23, 0, 0, 0, 0);
|
|
|
- //
|
|
|
- // dtpStartTime
|
|
|
- //
|
|
|
- this.dtpStartTime.CustomFormat = "yyyy-MM-dd HH:mm:ss";
|
|
|
- this.dtpStartTime.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
|
|
|
- this.dtpStartTime.Location = new System.Drawing.Point(69, 20);
|
|
|
- this.dtpStartTime.Name = "dtpStartTime";
|
|
|
- this.dtpStartTime.Size = new System.Drawing.Size(160, 21);
|
|
|
- this.dtpStartTime.TabIndex = 8;
|
|
|
- this.dtpStartTime.Value = new System.DateTime(2014, 9, 24, 0, 0, 0, 0);
|
|
|
- //
|
|
|
- // lblLabel1
|
|
|
- //
|
|
|
- this.lblLabel1.Location = new System.Drawing.Point(12, 24);
|
|
|
- this.lblLabel1.Name = "lblLabel1";
|
|
|
- this.lblLabel1.Size = new System.Drawing.Size(53, 12);
|
|
|
- this.lblLabel1.TabIndex = 0;
|
|
|
- this.lblLabel1.Text = "回收日期";
|
|
|
- //
|
|
|
- // tsrToolStrip1
|
|
|
- //
|
|
|
- this.tsrToolStrip1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.tsrToolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
|
+ this.grpCollapsible1.Controls.Add(this.lblAccountDateEnd);
|
|
|
+ this.grpCollapsible1.Controls.Add(this.dtpEndTime);
|
|
|
+ this.grpCollapsible1.Controls.Add(this.dtpStartTime);
|
|
|
+ this.grpCollapsible1.Controls.Add(this.lblLabel1);
|
|
|
+ this.grpCollapsible1.Location = new System.Drawing.Point(0, 38);
|
|
|
+ this.grpCollapsible1.Name = "grpCollapsible1";
|
|
|
+ this.grpCollapsible1.Size = new System.Drawing.Size(1061, 52);
|
|
|
+ this.grpCollapsible1.TabIndex = 1;
|
|
|
+ this.grpCollapsible1.TabStop = false;
|
|
|
+ this.grpCollapsible1.Text = "查询条件";
|
|
|
+ //
|
|
|
+ // lblAccountDateEnd
|
|
|
+ //
|
|
|
+ this.lblAccountDateEnd.AutoSize = true;
|
|
|
+ this.lblAccountDateEnd.BackColor = System.Drawing.Color.Transparent;
|
|
|
+ this.lblAccountDateEnd.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.lblAccountDateEnd.ForeColor = System.Drawing.SystemColors.ControlText;
|
|
|
+ this.lblAccountDateEnd.Location = new System.Drawing.Point(235, 26);
|
|
|
+ this.lblAccountDateEnd.Name = "lblAccountDateEnd";
|
|
|
+ this.lblAccountDateEnd.Size = new System.Drawing.Size(17, 12);
|
|
|
+ this.lblAccountDateEnd.TabIndex = 9;
|
|
|
+ this.lblAccountDateEnd.Text = "至";
|
|
|
+ //
|
|
|
+ // dtpEndTime
|
|
|
+ //
|
|
|
+ this.dtpEndTime.CustomFormat = "yyyy-MM-dd HH:mm:ss";
|
|
|
+ this.dtpEndTime.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
|
|
|
+ this.dtpEndTime.Location = new System.Drawing.Point(258, 20);
|
|
|
+ this.dtpEndTime.Name = "dtpEndTime";
|
|
|
+ this.dtpEndTime.Size = new System.Drawing.Size(155, 21);
|
|
|
+ this.dtpEndTime.TabIndex = 10;
|
|
|
+ this.dtpEndTime.Value = new System.DateTime(2014, 9, 23, 0, 0, 0, 0);
|
|
|
+ //
|
|
|
+ // dtpStartTime
|
|
|
+ //
|
|
|
+ this.dtpStartTime.CustomFormat = "yyyy-MM-dd HH:mm:ss";
|
|
|
+ this.dtpStartTime.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
|
|
|
+ this.dtpStartTime.Location = new System.Drawing.Point(69, 20);
|
|
|
+ this.dtpStartTime.Name = "dtpStartTime";
|
|
|
+ this.dtpStartTime.Size = new System.Drawing.Size(160, 21);
|
|
|
+ this.dtpStartTime.TabIndex = 8;
|
|
|
+ this.dtpStartTime.Value = new System.DateTime(2014, 9, 24, 0, 0, 0, 0);
|
|
|
+ //
|
|
|
+ // lblLabel1
|
|
|
+ //
|
|
|
+ this.lblLabel1.Location = new System.Drawing.Point(12, 24);
|
|
|
+ this.lblLabel1.Name = "lblLabel1";
|
|
|
+ this.lblLabel1.Size = new System.Drawing.Size(53, 12);
|
|
|
+ this.lblLabel1.TabIndex = 0;
|
|
|
+ this.lblLabel1.Text = "回收日期";
|
|
|
+ //
|
|
|
+ // tsrToolStrip1
|
|
|
+ //
|
|
|
+ this.tsrToolStrip1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.tsrToolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
|
this.tsbtnSearch,
|
|
|
this.tsbtnClearCondition,
|
|
|
this.toolStripSeparator4,
|
|
|
this.tsbtnAdaptive,
|
|
|
this.tsbtnClose});
|
|
|
- this.tsrToolStrip1.Location = new System.Drawing.Point(0, 0);
|
|
|
- this.tsrToolStrip1.Name = "tsrToolStrip1";
|
|
|
- this.tsrToolStrip1.Size = new System.Drawing.Size(1073, 35);
|
|
|
- this.tsrToolStrip1.TabIndex = 0;
|
|
|
- //
|
|
|
- // tsbtnSearch
|
|
|
- //
|
|
|
- this.tsbtnSearch.AutoSize = false;
|
|
|
- this.tsbtnSearch.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.tsbtnSearch.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
|
|
|
- this.tsbtnSearch.ImageTransparentColor = System.Drawing.Color.Magenta;
|
|
|
- this.tsbtnSearch.Name = "tsbtnSearch";
|
|
|
- this.tsbtnSearch.Size = new System.Drawing.Size(60, 25);
|
|
|
- this.tsbtnSearch.Text = "查询(&Q)";
|
|
|
- this.tsbtnSearch.Click += new System.EventHandler(this.tsbtnSearch_Click);
|
|
|
- //
|
|
|
- // tsbtnClearCondition
|
|
|
- //
|
|
|
- this.tsbtnClearCondition.AutoSize = false;
|
|
|
- this.tsbtnClearCondition.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.tsbtnClearCondition.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
|
|
|
- this.tsbtnClearCondition.ImageTransparentColor = System.Drawing.Color.Magenta;
|
|
|
- this.tsbtnClearCondition.Name = "tsbtnClearCondition";
|
|
|
- this.tsbtnClearCondition.Size = new System.Drawing.Size(80, 25);
|
|
|
- this.tsbtnClearCondition.Text = "清空条件(&C)";
|
|
|
- this.tsbtnClearCondition.Click += new System.EventHandler(this.tsbtnClearCondition_Click);
|
|
|
- //
|
|
|
- // toolStripSeparator4
|
|
|
- //
|
|
|
- this.toolStripSeparator4.AutoSize = false;
|
|
|
- this.toolStripSeparator4.Name = "toolStripSeparator4";
|
|
|
- this.toolStripSeparator4.Size = new System.Drawing.Size(6, 25);
|
|
|
- //
|
|
|
- // tsbtnAdaptive
|
|
|
- //
|
|
|
- this.tsbtnAdaptive.AutoSize = false;
|
|
|
- this.tsbtnAdaptive.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.tsbtnAdaptive.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
|
|
|
- this.tsbtnAdaptive.ImageTransparentColor = System.Drawing.Color.Magenta;
|
|
|
- this.tsbtnAdaptive.Name = "tsbtnAdaptive";
|
|
|
- this.tsbtnAdaptive.Size = new System.Drawing.Size(90, 25);
|
|
|
- this.tsbtnAdaptive.Text = "自适应列宽(&A)";
|
|
|
- this.tsbtnAdaptive.Click += new System.EventHandler(this.tsbtnAdaptive_Click);
|
|
|
- //
|
|
|
- // tsbtnClose
|
|
|
- //
|
|
|
- this.tsbtnClose.AutoSize = false;
|
|
|
- this.tsbtnClose.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.tsbtnClose.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
|
|
|
- this.tsbtnClose.ImageTransparentColor = System.Drawing.Color.Magenta;
|
|
|
- this.tsbtnClose.Name = "tsbtnClose";
|
|
|
- this.tsbtnClose.Size = new System.Drawing.Size(60, 25);
|
|
|
- this.tsbtnClose.Text = "关闭(&X)";
|
|
|
- this.tsbtnClose.Click += new System.EventHandler(this.tsbtnClose_Click);
|
|
|
- //
|
|
|
- // F_RPT_030121
|
|
|
- //
|
|
|
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
|
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
|
- this.ClientSize = new System.Drawing.Size(1073, 357);
|
|
|
- this.Controls.Add(this.dgvSum);
|
|
|
- this.Controls.Add(this.grpCollapsible1);
|
|
|
- this.Controls.Add(this.tsrToolStrip1);
|
|
|
- this.Name = "F_RPT_030121";
|
|
|
- this.Text = "废弃产品汇总表";
|
|
|
- this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.F_PC_1001_FormClosed);
|
|
|
- this.Load += new System.EventHandler(this.F_PC_1001_Load);
|
|
|
- ((System.ComponentModel.ISupportInitialize)(this.dgvSum)).EndInit();
|
|
|
- this.grpCollapsible1.ResumeLayout(false);
|
|
|
- this.grpCollapsible1.PerformLayout();
|
|
|
- this.tsrToolStrip1.ResumeLayout(false);
|
|
|
- this.tsrToolStrip1.PerformLayout();
|
|
|
- this.ResumeLayout(false);
|
|
|
+ this.tsrToolStrip1.Location = new System.Drawing.Point(0, 0);
|
|
|
+ this.tsrToolStrip1.Name = "tsrToolStrip1";
|
|
|
+ this.tsrToolStrip1.Size = new System.Drawing.Size(1073, 35);
|
|
|
+ this.tsrToolStrip1.TabIndex = 0;
|
|
|
+ //
|
|
|
+ // tsbtnSearch
|
|
|
+ //
|
|
|
+ this.tsbtnSearch.AutoSize = false;
|
|
|
+ this.tsbtnSearch.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.tsbtnSearch.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
|
|
|
+ this.tsbtnSearch.ImageTransparentColor = System.Drawing.Color.Magenta;
|
|
|
+ this.tsbtnSearch.Name = "tsbtnSearch";
|
|
|
+ this.tsbtnSearch.Size = new System.Drawing.Size(60, 25);
|
|
|
+ this.tsbtnSearch.Text = "查询(&Q)";
|
|
|
+ this.tsbtnSearch.Click += new System.EventHandler(this.tsbtnSearch_Click);
|
|
|
+ //
|
|
|
+ // tsbtnClearCondition
|
|
|
+ //
|
|
|
+ this.tsbtnClearCondition.AutoSize = false;
|
|
|
+ this.tsbtnClearCondition.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.tsbtnClearCondition.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
|
|
|
+ this.tsbtnClearCondition.ImageTransparentColor = System.Drawing.Color.Magenta;
|
|
|
+ this.tsbtnClearCondition.Name = "tsbtnClearCondition";
|
|
|
+ this.tsbtnClearCondition.Size = new System.Drawing.Size(80, 25);
|
|
|
+ this.tsbtnClearCondition.Text = "清空条件(&C)";
|
|
|
+ this.tsbtnClearCondition.Click += new System.EventHandler(this.tsbtnClearCondition_Click);
|
|
|
+ //
|
|
|
+ // toolStripSeparator4
|
|
|
+ //
|
|
|
+ this.toolStripSeparator4.AutoSize = false;
|
|
|
+ this.toolStripSeparator4.Name = "toolStripSeparator4";
|
|
|
+ this.toolStripSeparator4.Size = new System.Drawing.Size(6, 25);
|
|
|
+ //
|
|
|
+ // tsbtnAdaptive
|
|
|
+ //
|
|
|
+ this.tsbtnAdaptive.AutoSize = false;
|
|
|
+ this.tsbtnAdaptive.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.tsbtnAdaptive.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
|
|
|
+ this.tsbtnAdaptive.ImageTransparentColor = System.Drawing.Color.Magenta;
|
|
|
+ this.tsbtnAdaptive.Name = "tsbtnAdaptive";
|
|
|
+ this.tsbtnAdaptive.Size = new System.Drawing.Size(90, 25);
|
|
|
+ this.tsbtnAdaptive.Text = "自适应列宽(&A)";
|
|
|
+ this.tsbtnAdaptive.Click += new System.EventHandler(this.tsbtnAdaptive_Click);
|
|
|
+ //
|
|
|
+ // tsbtnClose
|
|
|
+ //
|
|
|
+ this.tsbtnClose.AutoSize = false;
|
|
|
+ this.tsbtnClose.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.tsbtnClose.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
|
|
|
+ this.tsbtnClose.ImageTransparentColor = System.Drawing.Color.Magenta;
|
|
|
+ this.tsbtnClose.Name = "tsbtnClose";
|
|
|
+ this.tsbtnClose.Size = new System.Drawing.Size(60, 25);
|
|
|
+ this.tsbtnClose.Text = "关闭(&X)";
|
|
|
+ this.tsbtnClose.Click += new System.EventHandler(this.tsbtnClose_Click);
|
|
|
+ //
|
|
|
+ // 产品分级
|
|
|
+ //
|
|
|
+ this.产品分级.DataPropertyName = "产品分级";
|
|
|
+ this.产品分级.HeaderText = "产品分级";
|
|
|
+ this.产品分级.Name = "产品分级";
|
|
|
+ this.产品分级.ReadOnly = true;
|
|
|
+ //
|
|
|
+ // 部门
|
|
|
+ //
|
|
|
+ this.部门.DataPropertyName = "部门";
|
|
|
+ this.部门.HeaderText = "部门";
|
|
|
+ this.部门.Name = "部门";
|
|
|
+ this.部门.ReadOnly = true;
|
|
|
+ //
|
|
|
+ // 用户
|
|
|
+ //
|
|
|
+ this.用户.DataPropertyName = "用户";
|
|
|
+ this.用户.HeaderText = "用户";
|
|
|
+ this.用户.Name = "用户";
|
|
|
+ this.用户.ReadOnly = true;
|
|
|
+ //
|
|
|
+ // 产量
|
|
|
+ //
|
|
|
+ this.产量.DataPropertyName = "产量";
|
|
|
+ this.产量.HeaderText = "产量";
|
|
|
+ this.产量.Name = "产量";
|
|
|
+ this.产量.ReadOnly = true;
|
|
|
+ //
|
|
|
+ // 合格率
|
|
|
+ //
|
|
|
+ this.合格率.DataPropertyName = "合格率";
|
|
|
+ this.合格率.HeaderText = "占比率";
|
|
|
+ this.合格率.Name = "合格率";
|
|
|
+ this.合格率.ReadOnly = true;
|
|
|
+ //
|
|
|
+ // F_RPT_030121
|
|
|
+ //
|
|
|
+ this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
|
+ this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
|
+ this.ClientSize = new System.Drawing.Size(1073, 357);
|
|
|
+ this.Controls.Add(this.dgvSum);
|
|
|
+ this.Controls.Add(this.grpCollapsible1);
|
|
|
+ this.Controls.Add(this.tsrToolStrip1);
|
|
|
+ this.Name = "F_RPT_030121";
|
|
|
+ this.Text = "废弃产品汇总表";
|
|
|
+ this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.F_PC_1001_FormClosed);
|
|
|
+ this.Load += new System.EventHandler(this.F_PC_1001_Load);
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.dgvSum)).EndInit();
|
|
|
+ this.grpCollapsible1.ResumeLayout(false);
|
|
|
+ this.grpCollapsible1.PerformLayout();
|
|
|
+ this.tsrToolStrip1.ResumeLayout(false);
|
|
|
+ this.tsrToolStrip1.PerformLayout();
|
|
|
+ this.ResumeLayout(false);
|
|
|
|
|
|
}
|
|
|
|
|
|
@@ -303,9 +312,10 @@ namespace Dongke.IBOSS.PRD.Client.ReportModule
|
|
|
private Basics.BaseControls.C_Label lblAccountDateEnd;
|
|
|
private System.Windows.Forms.DateTimePicker dtpEndTime;
|
|
|
private System.Windows.Forms.DateTimePicker dtpStartTime;
|
|
|
- private System.Windows.Forms.DataGridViewTextBoxColumn 产品分级;
|
|
|
- private System.Windows.Forms.DataGridViewTextBoxColumn 部门;
|
|
|
- private System.Windows.Forms.DataGridViewTextBoxColumn 产量;
|
|
|
- private System.Windows.Forms.DataGridViewTextBoxColumn 合格率;
|
|
|
- }
|
|
|
+ private System.Windows.Forms.DataGridViewTextBoxColumn 产品分级;
|
|
|
+ private System.Windows.Forms.DataGridViewTextBoxColumn 部门;
|
|
|
+ private System.Windows.Forms.DataGridViewTextBoxColumn 用户;
|
|
|
+ private System.Windows.Forms.DataGridViewTextBoxColumn 产量;
|
|
|
+ private System.Windows.Forms.DataGridViewTextBoxColumn 合格率;
|
|
|
+ }
|
|
|
}
|