|
@@ -29,6 +29,7 @@
|
|
private void InitializeComponent()
|
|
private void InitializeComponent()
|
|
{
|
|
{
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
|
|
+ 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.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.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.Series series1 = new System.Windows.Forms.DataVisualization.Charting.Series();
|
|
@@ -81,12 +82,16 @@
|
|
this.tabControl1 = new System.Windows.Forms.TabControl();
|
|
this.tabControl1 = new System.Windows.Forms.TabControl();
|
|
this.tbpFund = new System.Windows.Forms.TabPage();
|
|
this.tbpFund = new System.Windows.Forms.TabPage();
|
|
this.splitContainer2 = new System.Windows.Forms.SplitContainer();
|
|
this.splitContainer2 = new System.Windows.Forms.SplitContainer();
|
|
|
|
+ this.pctFundExport = new System.Windows.Forms.PictureBox();
|
|
|
|
+ this.label15 = new System.Windows.Forms.Label();
|
|
this.btnSearchFund = new System.Windows.Forms.Button();
|
|
this.btnSearchFund = new System.Windows.Forms.Button();
|
|
this.txtFundKeyword = new System.Windows.Forms.TextBox();
|
|
this.txtFundKeyword = new System.Windows.Forms.TextBox();
|
|
this.label10 = new System.Windows.Forms.Label();
|
|
this.label10 = new System.Windows.Forms.Label();
|
|
this.grdFundList = new System.Windows.Forms.DataGridView();
|
|
this.grdFundList = new System.Windows.Forms.DataGridView();
|
|
this.tbpCompany = new System.Windows.Forms.TabPage();
|
|
this.tbpCompany = new System.Windows.Forms.TabPage();
|
|
this.splitContainer3 = new System.Windows.Forms.SplitContainer();
|
|
this.splitContainer3 = new System.Windows.Forms.SplitContainer();
|
|
|
|
+ this.label14 = new System.Windows.Forms.Label();
|
|
|
|
+ this.pctCompanyExport = new System.Windows.Forms.PictureBox();
|
|
this.btnSearchCompany = new System.Windows.Forms.Button();
|
|
this.btnSearchCompany = new System.Windows.Forms.Button();
|
|
this.txtCompanyKeyword = new System.Windows.Forms.TextBox();
|
|
this.txtCompanyKeyword = new System.Windows.Forms.TextBox();
|
|
this.label12 = new System.Windows.Forms.Label();
|
|
this.label12 = new System.Windows.Forms.Label();
|
|
@@ -141,12 +146,14 @@
|
|
this.splitContainer2.Panel1.SuspendLayout();
|
|
this.splitContainer2.Panel1.SuspendLayout();
|
|
this.splitContainer2.Panel2.SuspendLayout();
|
|
this.splitContainer2.Panel2.SuspendLayout();
|
|
this.splitContainer2.SuspendLayout();
|
|
this.splitContainer2.SuspendLayout();
|
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.pctFundExport)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.grdFundList)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.grdFundList)).BeginInit();
|
|
this.tbpCompany.SuspendLayout();
|
|
this.tbpCompany.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.splitContainer3)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.splitContainer3)).BeginInit();
|
|
this.splitContainer3.Panel1.SuspendLayout();
|
|
this.splitContainer3.Panel1.SuspendLayout();
|
|
this.splitContainer3.Panel2.SuspendLayout();
|
|
this.splitContainer3.Panel2.SuspendLayout();
|
|
this.splitContainer3.SuspendLayout();
|
|
this.splitContainer3.SuspendLayout();
|
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.pctCompanyExport)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.grdCompanyList)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.grdCompanyList)).BeginInit();
|
|
this.tbpReport.SuspendLayout();
|
|
this.tbpReport.SuspendLayout();
|
|
this.tabControl2.SuspendLayout();
|
|
this.tabControl2.SuspendLayout();
|
|
@@ -716,6 +723,8 @@
|
|
// splitContainer2.Panel1
|
|
// splitContainer2.Panel1
|
|
//
|
|
//
|
|
this.splitContainer2.Panel1.BackColor = System.Drawing.Color.LightSkyBlue;
|
|
this.splitContainer2.Panel1.BackColor = System.Drawing.Color.LightSkyBlue;
|
|
|
|
+ this.splitContainer2.Panel1.Controls.Add(this.pctFundExport);
|
|
|
|
+ this.splitContainer2.Panel1.Controls.Add(this.label15);
|
|
this.splitContainer2.Panel1.Controls.Add(this.btnSearchFund);
|
|
this.splitContainer2.Panel1.Controls.Add(this.btnSearchFund);
|
|
this.splitContainer2.Panel1.Controls.Add(this.txtFundKeyword);
|
|
this.splitContainer2.Panel1.Controls.Add(this.txtFundKeyword);
|
|
this.splitContainer2.Panel1.Controls.Add(this.label10);
|
|
this.splitContainer2.Panel1.Controls.Add(this.label10);
|
|
@@ -727,13 +736,37 @@
|
|
this.splitContainer2.SplitterDistance = 55;
|
|
this.splitContainer2.SplitterDistance = 55;
|
|
this.splitContainer2.TabIndex = 0;
|
|
this.splitContainer2.TabIndex = 0;
|
|
//
|
|
//
|
|
|
|
+ // pctFundExport
|
|
|
|
+ //
|
|
|
|
+ this.pctFundExport.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
|
|
+ this.pctFundExport.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
|
|
|
|
+ this.pctFundExport.Image = ((System.Drawing.Image)(resources.GetObject("pctFundExport.Image")));
|
|
|
|
+ this.pctFundExport.Location = new System.Drawing.Point(848, 14);
|
|
|
|
+ this.pctFundExport.Name = "pctFundExport";
|
|
|
|
+ this.pctFundExport.Size = new System.Drawing.Size(30, 30);
|
|
|
|
+ this.pctFundExport.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
|
|
|
|
+ this.pctFundExport.TabIndex = 22;
|
|
|
|
+ this.pctFundExport.TabStop = false;
|
|
|
|
+ this.pctFundExport.Click += new System.EventHandler(this.pctFundExport_Click);
|
|
|
|
+ //
|
|
|
|
+ // label15
|
|
|
|
+ //
|
|
|
|
+ this.label15.AutoSize = true;
|
|
|
|
+ this.label15.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
|
+ this.label15.ForeColor = System.Drawing.SystemColors.ControlDarkDark;
|
|
|
|
+ this.label15.Location = new System.Drawing.Point(319, 19);
|
|
|
|
+ this.label15.Name = "label15";
|
|
|
|
+ this.label15.Size = new System.Drawing.Size(261, 17);
|
|
|
|
+ this.label15.TabIndex = 21;
|
|
|
|
+ this.label15.Text = "除了名字,还支持逗号分隔的基金ID或备案编码";
|
|
|
|
+ //
|
|
// btnSearchFund
|
|
// btnSearchFund
|
|
//
|
|
//
|
|
this.btnSearchFund.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.btnSearchFund.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.btnSearchFund.BackColor = System.Drawing.Color.SkyBlue;
|
|
this.btnSearchFund.BackColor = System.Drawing.Color.SkyBlue;
|
|
this.btnSearchFund.Location = new System.Drawing.Point(750, 15);
|
|
this.btnSearchFund.Location = new System.Drawing.Point(750, 15);
|
|
this.btnSearchFund.Name = "btnSearchFund";
|
|
this.btnSearchFund.Name = "btnSearchFund";
|
|
- this.btnSearchFund.Size = new System.Drawing.Size(121, 28);
|
|
|
|
|
|
+ this.btnSearchFund.Size = new System.Drawing.Size(82, 28);
|
|
this.btnSearchFund.TabIndex = 15;
|
|
this.btnSearchFund.TabIndex = 15;
|
|
this.btnSearchFund.Text = "搜 索";
|
|
this.btnSearchFund.Text = "搜 索";
|
|
this.btnSearchFund.UseVisualStyleBackColor = false;
|
|
this.btnSearchFund.UseVisualStyleBackColor = false;
|
|
@@ -746,6 +779,7 @@
|
|
this.txtFundKeyword.Name = "txtFundKeyword";
|
|
this.txtFundKeyword.Name = "txtFundKeyword";
|
|
this.txtFundKeyword.Size = new System.Drawing.Size(225, 25);
|
|
this.txtFundKeyword.Size = new System.Drawing.Size(225, 25);
|
|
this.txtFundKeyword.TabIndex = 14;
|
|
this.txtFundKeyword.TabIndex = 14;
|
|
|
|
+ this.txtFundKeyword.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtFundKeyword_KeyPress);
|
|
//
|
|
//
|
|
// label10
|
|
// label10
|
|
//
|
|
//
|
|
@@ -793,7 +827,9 @@
|
|
//
|
|
//
|
|
// splitContainer3.Panel1
|
|
// splitContainer3.Panel1
|
|
//
|
|
//
|
|
- this.splitContainer3.Panel1.BackColor = System.Drawing.Color.Bisque;
|
|
|
|
|
|
+ this.splitContainer3.Panel1.BackColor = System.Drawing.Color.Wheat;
|
|
|
|
+ this.splitContainer3.Panel1.Controls.Add(this.label14);
|
|
|
|
+ this.splitContainer3.Panel1.Controls.Add(this.pctCompanyExport);
|
|
this.splitContainer3.Panel1.Controls.Add(this.btnSearchCompany);
|
|
this.splitContainer3.Panel1.Controls.Add(this.btnSearchCompany);
|
|
this.splitContainer3.Panel1.Controls.Add(this.txtCompanyKeyword);
|
|
this.splitContainer3.Panel1.Controls.Add(this.txtCompanyKeyword);
|
|
this.splitContainer3.Panel1.Controls.Add(this.label12);
|
|
this.splitContainer3.Panel1.Controls.Add(this.label12);
|
|
@@ -805,13 +841,37 @@
|
|
this.splitContainer3.SplitterDistance = 61;
|
|
this.splitContainer3.SplitterDistance = 61;
|
|
this.splitContainer3.TabIndex = 0;
|
|
this.splitContainer3.TabIndex = 0;
|
|
//
|
|
//
|
|
|
|
+ // label14
|
|
|
|
+ //
|
|
|
|
+ this.label14.AutoSize = true;
|
|
|
|
+ this.label14.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
|
+ this.label14.ForeColor = System.Drawing.SystemColors.ControlDarkDark;
|
|
|
|
+ this.label14.Location = new System.Drawing.Point(310, 23);
|
|
|
|
+ this.label14.Name = "label14";
|
|
|
|
+ this.label14.Size = new System.Drawing.Size(261, 17);
|
|
|
|
+ this.label14.TabIndex = 20;
|
|
|
|
+ this.label14.Text = "除了名字,还支持逗号分隔的公司ID或协会编码";
|
|
|
|
+ //
|
|
|
|
+ // pctCompanyExport
|
|
|
|
+ //
|
|
|
|
+ this.pctCompanyExport.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
|
|
+ this.pctCompanyExport.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
|
|
|
|
+ this.pctCompanyExport.Image = ((System.Drawing.Image)(resources.GetObject("pctCompanyExport.Image")));
|
|
|
|
+ this.pctCompanyExport.Location = new System.Drawing.Point(848, 16);
|
|
|
|
+ this.pctCompanyExport.Name = "pctCompanyExport";
|
|
|
|
+ this.pctCompanyExport.Size = new System.Drawing.Size(30, 30);
|
|
|
|
+ this.pctCompanyExport.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
|
|
|
|
+ this.pctCompanyExport.TabIndex = 19;
|
|
|
|
+ this.pctCompanyExport.TabStop = false;
|
|
|
|
+ this.pctCompanyExport.Click += new System.EventHandler(this.pctCompanyExport_Click);
|
|
|
|
+ //
|
|
// btnSearchCompany
|
|
// btnSearchCompany
|
|
//
|
|
//
|
|
this.btnSearchCompany.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.btnSearchCompany.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.btnSearchCompany.BackColor = System.Drawing.Color.SkyBlue;
|
|
this.btnSearchCompany.BackColor = System.Drawing.Color.SkyBlue;
|
|
this.btnSearchCompany.Location = new System.Drawing.Point(753, 17);
|
|
this.btnSearchCompany.Location = new System.Drawing.Point(753, 17);
|
|
this.btnSearchCompany.Name = "btnSearchCompany";
|
|
this.btnSearchCompany.Name = "btnSearchCompany";
|
|
- this.btnSearchCompany.Size = new System.Drawing.Size(121, 28);
|
|
|
|
|
|
+ this.btnSearchCompany.Size = new System.Drawing.Size(82, 28);
|
|
this.btnSearchCompany.TabIndex = 18;
|
|
this.btnSearchCompany.TabIndex = 18;
|
|
this.btnSearchCompany.Text = "搜 索";
|
|
this.btnSearchCompany.Text = "搜 索";
|
|
this.btnSearchCompany.UseVisualStyleBackColor = false;
|
|
this.btnSearchCompany.UseVisualStyleBackColor = false;
|
|
@@ -824,6 +884,7 @@
|
|
this.txtCompanyKeyword.Name = "txtCompanyKeyword";
|
|
this.txtCompanyKeyword.Name = "txtCompanyKeyword";
|
|
this.txtCompanyKeyword.Size = new System.Drawing.Size(225, 25);
|
|
this.txtCompanyKeyword.Size = new System.Drawing.Size(225, 25);
|
|
this.txtCompanyKeyword.TabIndex = 17;
|
|
this.txtCompanyKeyword.TabIndex = 17;
|
|
|
|
+ this.txtCompanyKeyword.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtCompanyKeyword_KeyPress);
|
|
//
|
|
//
|
|
// label12
|
|
// label12
|
|
//
|
|
//
|
|
@@ -1270,6 +1331,7 @@
|
|
this.splitContainer2.Panel2.ResumeLayout(false);
|
|
this.splitContainer2.Panel2.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).EndInit();
|
|
this.splitContainer2.ResumeLayout(false);
|
|
this.splitContainer2.ResumeLayout(false);
|
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.pctFundExport)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.grdFundList)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.grdFundList)).EndInit();
|
|
this.tbpCompany.ResumeLayout(false);
|
|
this.tbpCompany.ResumeLayout(false);
|
|
this.splitContainer3.Panel1.ResumeLayout(false);
|
|
this.splitContainer3.Panel1.ResumeLayout(false);
|
|
@@ -1277,6 +1339,7 @@
|
|
this.splitContainer3.Panel2.ResumeLayout(false);
|
|
this.splitContainer3.Panel2.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.splitContainer3)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.splitContainer3)).EndInit();
|
|
this.splitContainer3.ResumeLayout(false);
|
|
this.splitContainer3.ResumeLayout(false);
|
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.pctCompanyExport)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.grdCompanyList)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.grdCompanyList)).EndInit();
|
|
this.tbpReport.ResumeLayout(false);
|
|
this.tbpReport.ResumeLayout(false);
|
|
this.tabControl2.ResumeLayout(false);
|
|
this.tabControl2.ResumeLayout(false);
|
|
@@ -1395,6 +1458,10 @@
|
|
private System.Windows.Forms.SplitContainer splitContainer6;
|
|
private System.Windows.Forms.SplitContainer splitContainer6;
|
|
private System.Windows.Forms.DataVisualization.Charting.Chart chtEntityCoverage;
|
|
private System.Windows.Forms.DataVisualization.Charting.Chart chtEntityCoverage;
|
|
private System.Windows.Forms.DataGridView grdEntityCoverage;
|
|
private System.Windows.Forms.DataGridView grdEntityCoverage;
|
|
|
|
+ private System.Windows.Forms.PictureBox pctCompanyExport;
|
|
|
|
+ private System.Windows.Forms.Label label14;
|
|
|
|
+ private System.Windows.Forms.Label label15;
|
|
|
|
+ private System.Windows.Forms.PictureBox pctFundExport;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|