|
@@ -28,12 +28,12 @@
|
|
/// </summary>
|
|
/// </summary>
|
|
private void InitializeComponent()
|
|
private void InitializeComponent()
|
|
{
|
|
{
|
|
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
|
|
|
|
+ System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmDataManager));
|
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmDataManager));
|
|
- System.Windows.Forms.DataVisualization.Charting.ChartArea chartArea1 = new System.Windows.Forms.DataVisualization.Charting.ChartArea();
|
|
|
|
- System.Windows.Forms.DataVisualization.Charting.Legend legend1 = new System.Windows.Forms.DataVisualization.Charting.Legend();
|
|
|
|
- System.Windows.Forms.DataVisualization.Charting.Series series1 = new System.Windows.Forms.DataVisualization.Charting.Series();
|
|
|
|
- System.Windows.Forms.DataVisualization.Charting.Title title1 = new System.Windows.Forms.DataVisualization.Charting.Title();
|
|
|
|
|
|
+ System.Windows.Forms.DataVisualization.Charting.ChartArea chartArea5 = new System.Windows.Forms.DataVisualization.Charting.ChartArea();
|
|
|
|
+ System.Windows.Forms.DataVisualization.Charting.Legend legend5 = new System.Windows.Forms.DataVisualization.Charting.Legend();
|
|
|
|
+ System.Windows.Forms.DataVisualization.Charting.Series series5 = new System.Windows.Forms.DataVisualization.Charting.Series();
|
|
|
|
+ System.Windows.Forms.DataVisualization.Charting.Title title5 = new System.Windows.Forms.DataVisualization.Charting.Title();
|
|
this.ctnDataCollection = new System.Windows.Forms.SplitContainer();
|
|
this.ctnDataCollection = new System.Windows.Forms.SplitContainer();
|
|
this.dtpCollectionTaskDate = new System.Windows.Forms.DateTimePicker();
|
|
this.dtpCollectionTaskDate = new System.Windows.Forms.DateTimePicker();
|
|
this.btnCollectionSearch = new System.Windows.Forms.Button();
|
|
this.btnCollectionSearch = new System.Windows.Forms.Button();
|
|
@@ -73,6 +73,7 @@
|
|
this.label5 = new System.Windows.Forms.Label();
|
|
this.label5 = new System.Windows.Forms.Label();
|
|
this.cmbContactor = new System.Windows.Forms.ComboBox();
|
|
this.cmbContactor = new System.Windows.Forms.ComboBox();
|
|
this.label6 = new System.Windows.Forms.Label();
|
|
this.label6 = new System.Windows.Forms.Label();
|
|
|
|
+ this.panel4 = new System.Windows.Forms.Panel();
|
|
this.lblContactTaskCount = new System.Windows.Forms.Label();
|
|
this.lblContactTaskCount = new System.Windows.Forms.Label();
|
|
this.label9 = new System.Windows.Forms.Label();
|
|
this.label9 = new System.Windows.Forms.Label();
|
|
this.btnAddContactTask = new System.Windows.Forms.Button();
|
|
this.btnAddContactTask = new System.Windows.Forms.Button();
|
|
@@ -137,6 +138,7 @@
|
|
this.splitContainer1.Panel1.SuspendLayout();
|
|
this.splitContainer1.Panel1.SuspendLayout();
|
|
this.splitContainer1.Panel2.SuspendLayout();
|
|
this.splitContainer1.Panel2.SuspendLayout();
|
|
this.splitContainer1.SuspendLayout();
|
|
this.splitContainer1.SuspendLayout();
|
|
|
|
+ this.panel4.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.grdContactTask)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.grdContactTask)).BeginInit();
|
|
this.tbpCollection.SuspendLayout();
|
|
this.tbpCollection.SuspendLayout();
|
|
this.tbpData.SuspendLayout();
|
|
this.tbpData.SuspendLayout();
|
|
@@ -332,14 +334,14 @@
|
|
this.grdCollectionTask.AllowUserToDeleteRows = false;
|
|
this.grdCollectionTask.AllowUserToDeleteRows = false;
|
|
this.grdCollectionTask.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
|
|
this.grdCollectionTask.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
|
|
this.grdCollectionTask.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
|
this.grdCollectionTask.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
|
- dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
|
|
|
|
- dataGridViewCellStyle1.BackColor = System.Drawing.Color.WhiteSmoke;
|
|
|
|
- dataGridViewCellStyle1.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
|
- dataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.ControlText;
|
|
|
|
- dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight;
|
|
|
|
- dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
|
|
|
|
- dataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
|
|
|
|
- this.grdCollectionTask.DefaultCellStyle = dataGridViewCellStyle1;
|
|
|
|
|
|
+ dataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
|
|
|
|
+ dataGridViewCellStyle5.BackColor = System.Drawing.Color.WhiteSmoke;
|
|
|
|
+ dataGridViewCellStyle5.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
|
+ dataGridViewCellStyle5.ForeColor = System.Drawing.SystemColors.ControlText;
|
|
|
|
+ dataGridViewCellStyle5.SelectionBackColor = System.Drawing.SystemColors.Highlight;
|
|
|
|
+ dataGridViewCellStyle5.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
|
|
|
|
+ dataGridViewCellStyle5.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
|
|
|
|
+ this.grdCollectionTask.DefaultCellStyle = dataGridViewCellStyle5;
|
|
this.grdCollectionTask.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.grdCollectionTask.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.grdCollectionTask.Location = new System.Drawing.Point(0, 53);
|
|
this.grdCollectionTask.Location = new System.Drawing.Point(0, 53);
|
|
this.grdCollectionTask.Name = "grdCollectionTask";
|
|
this.grdCollectionTask.Name = "grdCollectionTask";
|
|
@@ -451,11 +453,9 @@
|
|
//
|
|
//
|
|
// splitContainer1.Panel2
|
|
// splitContainer1.Panel2
|
|
//
|
|
//
|
|
- this.splitContainer1.Panel2.BackColor = System.Drawing.Color.Lavender;
|
|
|
|
- this.splitContainer1.Panel2.Controls.Add(this.lblContactTaskCount);
|
|
|
|
- this.splitContainer1.Panel2.Controls.Add(this.label9);
|
|
|
|
- this.splitContainer1.Panel2.Controls.Add(this.btnAddContactTask);
|
|
|
|
|
|
+ this.splitContainer1.Panel2.BackColor = System.Drawing.Color.Transparent;
|
|
this.splitContainer1.Panel2.Controls.Add(this.grdContactTask);
|
|
this.splitContainer1.Panel2.Controls.Add(this.grdContactTask);
|
|
|
|
+ this.splitContainer1.Panel2.Controls.Add(this.panel4);
|
|
this.splitContainer1.Size = new System.Drawing.Size(913, 590);
|
|
this.splitContainer1.Size = new System.Drawing.Size(913, 590);
|
|
this.splitContainer1.SplitterDistance = 143;
|
|
this.splitContainer1.SplitterDistance = 143;
|
|
this.splitContainer1.TabIndex = 0;
|
|
this.splitContainer1.TabIndex = 0;
|
|
@@ -614,6 +614,18 @@
|
|
this.label6.TabIndex = 13;
|
|
this.label6.TabIndex = 13;
|
|
this.label6.Text = "联络员";
|
|
this.label6.Text = "联络员";
|
|
//
|
|
//
|
|
|
|
+ // panel4
|
|
|
|
+ //
|
|
|
|
+ this.panel4.BackColor = System.Drawing.Color.Lavender;
|
|
|
|
+ this.panel4.Controls.Add(this.lblContactTaskCount);
|
|
|
|
+ this.panel4.Controls.Add(this.label9);
|
|
|
|
+ this.panel4.Controls.Add(this.btnAddContactTask);
|
|
|
|
+ this.panel4.Dock = System.Windows.Forms.DockStyle.Top;
|
|
|
|
+ this.panel4.Location = new System.Drawing.Point(0, 0);
|
|
|
|
+ this.panel4.Name = "panel4";
|
|
|
|
+ this.panel4.Size = new System.Drawing.Size(913, 58);
|
|
|
|
+ this.panel4.TabIndex = 6;
|
|
|
|
+ //
|
|
// lblContactTaskCount
|
|
// lblContactTaskCount
|
|
//
|
|
//
|
|
this.lblContactTaskCount.AutoSize = true;
|
|
this.lblContactTaskCount.AutoSize = true;
|
|
@@ -651,13 +663,13 @@
|
|
this.grdContactTask.AllowUserToOrderColumns = true;
|
|
this.grdContactTask.AllowUserToOrderColumns = true;
|
|
this.grdContactTask.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
|
|
this.grdContactTask.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
|
|
this.grdContactTask.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
|
this.grdContactTask.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
|
- this.grdContactTask.Dock = System.Windows.Forms.DockStyle.Bottom;
|
|
|
|
- this.grdContactTask.Location = new System.Drawing.Point(0, 54);
|
|
|
|
|
|
+ this.grdContactTask.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
|
|
+ this.grdContactTask.Location = new System.Drawing.Point(0, 0);
|
|
this.grdContactTask.Name = "grdContactTask";
|
|
this.grdContactTask.Name = "grdContactTask";
|
|
this.grdContactTask.ReadOnly = true;
|
|
this.grdContactTask.ReadOnly = true;
|
|
this.grdContactTask.RowHeadersVisible = false;
|
|
this.grdContactTask.RowHeadersVisible = false;
|
|
this.grdContactTask.RowTemplate.Height = 23;
|
|
this.grdContactTask.RowTemplate.Height = 23;
|
|
- this.grdContactTask.Size = new System.Drawing.Size(913, 389);
|
|
|
|
|
|
+ this.grdContactTask.Size = new System.Drawing.Size(913, 443);
|
|
this.grdContactTask.TabIndex = 5;
|
|
this.grdContactTask.TabIndex = 5;
|
|
this.grdContactTask.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.grdContactTask_CellClick);
|
|
this.grdContactTask.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.grdContactTask_CellClick);
|
|
//
|
|
//
|
|
@@ -1209,25 +1221,25 @@
|
|
this.chtEntityCoverage.BackColor = System.Drawing.Color.Transparent;
|
|
this.chtEntityCoverage.BackColor = System.Drawing.Color.Transparent;
|
|
this.chtEntityCoverage.BorderlineColor = System.Drawing.Color.Black;
|
|
this.chtEntityCoverage.BorderlineColor = System.Drawing.Color.Black;
|
|
this.chtEntityCoverage.BorderlineDashStyle = System.Windows.Forms.DataVisualization.Charting.ChartDashStyle.Solid;
|
|
this.chtEntityCoverage.BorderlineDashStyle = System.Windows.Forms.DataVisualization.Charting.ChartDashStyle.Solid;
|
|
- chartArea1.Name = "ChartArea1";
|
|
|
|
- this.chtEntityCoverage.ChartAreas.Add(chartArea1);
|
|
|
|
|
|
+ chartArea5.Name = "ChartArea1";
|
|
|
|
+ this.chtEntityCoverage.ChartAreas.Add(chartArea5);
|
|
this.chtEntityCoverage.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.chtEntityCoverage.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
- legend1.Docking = System.Windows.Forms.DataVisualization.Charting.Docking.Top;
|
|
|
|
- legend1.Name = "Legend1";
|
|
|
|
- legend1.TitleFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
|
|
- this.chtEntityCoverage.Legends.Add(legend1);
|
|
|
|
|
|
+ legend5.Docking = System.Windows.Forms.DataVisualization.Charting.Docking.Top;
|
|
|
|
+ legend5.Name = "Legend1";
|
|
|
|
+ legend5.TitleFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
|
|
+ this.chtEntityCoverage.Legends.Add(legend5);
|
|
this.chtEntityCoverage.Location = new System.Drawing.Point(0, 0);
|
|
this.chtEntityCoverage.Location = new System.Drawing.Point(0, 0);
|
|
this.chtEntityCoverage.Name = "chtEntityCoverage";
|
|
this.chtEntityCoverage.Name = "chtEntityCoverage";
|
|
- series1.ChartArea = "ChartArea1";
|
|
|
|
- series1.Legend = "Legend1";
|
|
|
|
- series1.Name = "Series1";
|
|
|
|
- this.chtEntityCoverage.Series.Add(series1);
|
|
|
|
|
|
+ series5.ChartArea = "ChartArea1";
|
|
|
|
+ series5.Legend = "Legend1";
|
|
|
|
+ series5.Name = "Series1";
|
|
|
|
+ this.chtEntityCoverage.Series.Add(series5);
|
|
this.chtEntityCoverage.Size = new System.Drawing.Size(422, 299);
|
|
this.chtEntityCoverage.Size = new System.Drawing.Size(422, 299);
|
|
this.chtEntityCoverage.TabIndex = 0;
|
|
this.chtEntityCoverage.TabIndex = 0;
|
|
- title1.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
|
|
- title1.Name = "Title1";
|
|
|
|
- title1.Text = "协议授权覆盖%";
|
|
|
|
- this.chtEntityCoverage.Titles.Add(title1);
|
|
|
|
|
|
+ title5.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
|
|
+ title5.Name = "Title1";
|
|
|
|
+ title5.Text = "协议授权覆盖%";
|
|
|
|
+ this.chtEntityCoverage.Titles.Add(title5);
|
|
//
|
|
//
|
|
// grdEntityCoverage
|
|
// grdEntityCoverage
|
|
//
|
|
//
|
|
@@ -1317,9 +1329,10 @@
|
|
this.splitContainer1.Panel1.ResumeLayout(false);
|
|
this.splitContainer1.Panel1.ResumeLayout(false);
|
|
this.splitContainer1.Panel1.PerformLayout();
|
|
this.splitContainer1.Panel1.PerformLayout();
|
|
this.splitContainer1.Panel2.ResumeLayout(false);
|
|
this.splitContainer1.Panel2.ResumeLayout(false);
|
|
- this.splitContainer1.Panel2.PerformLayout();
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
|
|
this.splitContainer1.ResumeLayout(false);
|
|
this.splitContainer1.ResumeLayout(false);
|
|
|
|
+ this.panel4.ResumeLayout(false);
|
|
|
|
+ this.panel4.PerformLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.grdContactTask)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.grdContactTask)).EndInit();
|
|
this.tbpCollection.ResumeLayout(false);
|
|
this.tbpCollection.ResumeLayout(false);
|
|
this.tbpData.ResumeLayout(false);
|
|
this.tbpData.ResumeLayout(false);
|
|
@@ -1462,6 +1475,7 @@
|
|
private System.Windows.Forms.Label label14;
|
|
private System.Windows.Forms.Label label14;
|
|
private System.Windows.Forms.Label label15;
|
|
private System.Windows.Forms.Label label15;
|
|
private System.Windows.Forms.PictureBox pctFundExport;
|
|
private System.Windows.Forms.PictureBox pctFundExport;
|
|
|
|
+ private System.Windows.Forms.Panel panel4;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|