Joey 2 settimane fa
parent
commit
432de27f25
6 ha cambiato i file con 124 aggiunte e 87 eliminazioni
  1. 49 35
      DataManager.Designer.cs
  2. 14 2
      DataManager.cs
  3. 3 0
      DataManager.resx
  4. 3 0
      UICompany.Designer.cs
  5. 3 0
      UICompany.resx
  6. 52 50
      UIFund.Designer.cs

+ 49 - 35
DataManager.Designer.cs

@@ -28,12 +28,12 @@
         /// </summary>
         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.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.dtpCollectionTaskDate = new System.Windows.Forms.DateTimePicker();
             this.btnCollectionSearch = new System.Windows.Forms.Button();
@@ -73,6 +73,7 @@
             this.label5 = new System.Windows.Forms.Label();
             this.cmbContactor = new System.Windows.Forms.ComboBox();
             this.label6 = new System.Windows.Forms.Label();
+            this.panel4 = new System.Windows.Forms.Panel();
             this.lblContactTaskCount = new System.Windows.Forms.Label();
             this.label9 = new System.Windows.Forms.Label();
             this.btnAddContactTask = new System.Windows.Forms.Button();
@@ -137,6 +138,7 @@
             this.splitContainer1.Panel1.SuspendLayout();
             this.splitContainer1.Panel2.SuspendLayout();
             this.splitContainer1.SuspendLayout();
+            this.panel4.SuspendLayout();
             ((System.ComponentModel.ISupportInitialize)(this.grdContactTask)).BeginInit();
             this.tbpCollection.SuspendLayout();
             this.tbpData.SuspendLayout();
@@ -332,14 +334,14 @@
             this.grdCollectionTask.AllowUserToDeleteRows = false;
             this.grdCollectionTask.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
             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.Location = new System.Drawing.Point(0, 53);
             this.grdCollectionTask.Name = "grdCollectionTask";
@@ -451,11 +453,9 @@
             // 
             // 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.panel4);
             this.splitContainer1.Size = new System.Drawing.Size(913, 590);
             this.splitContainer1.SplitterDistance = 143;
             this.splitContainer1.TabIndex = 0;
@@ -614,6 +614,18 @@
             this.label6.TabIndex = 13;
             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
             // 
             this.lblContactTaskCount.AutoSize = true;
@@ -651,13 +663,13 @@
             this.grdContactTask.AllowUserToOrderColumns = true;
             this.grdContactTask.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
             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.ReadOnly = true;
             this.grdContactTask.RowHeadersVisible = false;
             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.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.grdContactTask_CellClick);
             // 
@@ -1209,25 +1221,25 @@
             this.chtEntityCoverage.BackColor = System.Drawing.Color.Transparent;
             this.chtEntityCoverage.BorderlineColor = System.Drawing.Color.Black;
             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;
-            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.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.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
             // 
@@ -1317,9 +1329,10 @@
             this.splitContainer1.Panel1.ResumeLayout(false);
             this.splitContainer1.Panel1.PerformLayout();
             this.splitContainer1.Panel2.ResumeLayout(false);
-            this.splitContainer1.Panel2.PerformLayout();
             ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
             this.splitContainer1.ResumeLayout(false);
+            this.panel4.ResumeLayout(false);
+            this.panel4.PerformLayout();
             ((System.ComponentModel.ISupportInitialize)(this.grdContactTask)).EndInit();
             this.tbpCollection.ResumeLayout(false);
             this.tbpData.ResumeLayout(false);
@@ -1462,6 +1475,7 @@
         private System.Windows.Forms.Label label14;
         private System.Windows.Forms.Label label15;
         private System.Windows.Forms.PictureBox pctFundExport;
+        private System.Windows.Forms.Panel panel4;
     }
 }
 

+ 14 - 2
DataManager.cs

@@ -462,7 +462,13 @@ namespace DataManager
         private void LoadFundGrid()
         {
             string keyword = txtFundKeyword.Text.Trim();
-            if (keyword == string.Empty) { keyword = null; }
+            if (keyword == string.Empty) 
+            {
+                MessageBox.Show("搜索至少得输入一个字吧", "提示信息", MessageBoxButtons.OK, MessageBoxIcon.Information);
+                txtFundKeyword.Focus();
+
+                return;
+            }
             
             this.Cursor = Cursors.WaitCursor;
 
@@ -556,7 +562,13 @@ namespace DataManager
         private void LoadCompanyGrid()
         {
             string keyword = txtCompanyKeyword.Text.Trim();
-            if (keyword == string.Empty) { keyword = null; }
+            if (keyword == string.Empty)
+            {
+                MessageBox.Show("搜索至少得输入一个字吧", "提示信息", MessageBoxButtons.OK, MessageBoxIcon.Information);
+                txtFundKeyword.Focus();
+
+                return;
+            }
 
             this.Cursor = Cursors.WaitCursor;
 

+ 3 - 0
DataManager.resx

@@ -117,6 +117,9 @@
   <resheader name="writer">
     <value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
   </resheader>
+  <metadata name="sstData.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
+    <value>17, 17</value>
+  </metadata>
   <assembly alias="System.Drawing" name="System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
   <data name="pctFundExport.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
     <value>

+ 3 - 0
UICompany.Designer.cs

@@ -257,6 +257,7 @@
             // 
             // btnSaveBasicInfo
             // 
+            this.btnSaveBasicInfo.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
             this.btnSaveBasicInfo.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
             this.btnSaveBasicInfo.Location = new System.Drawing.Point(660, 84);
             this.btnSaveBasicInfo.Name = "btnSaveBasicInfo";
@@ -589,6 +590,7 @@
             // 
             // btnSaveContact
             // 
+            this.btnSaveContact.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
             this.btnSaveContact.Location = new System.Drawing.Point(649, 13);
             this.btnSaveContact.Name = "btnSaveContact";
             this.btnSaveContact.Size = new System.Drawing.Size(121, 28);
@@ -793,6 +795,7 @@
             // 
             // btnSaveContactor
             // 
+            this.btnSaveContactor.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
             this.btnSaveContactor.Location = new System.Drawing.Point(649, 89);
             this.btnSaveContactor.Name = "btnSaveContactor";
             this.btnSaveContactor.Size = new System.Drawing.Size(121, 28);

+ 3 - 0
UICompany.resx

@@ -120,6 +120,9 @@
   <metadata name="sstCompany.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
     <value>17, 17</value>
   </metadata>
+  <metadata name="sstCompany.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
+    <value>17, 17</value>
+  </metadata>
   <assembly alias="System.Drawing" name="System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
   <data name="pctFundExport.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
     <value>

+ 52 - 50
UIFund.Designer.cs

@@ -29,6 +29,7 @@
         private void InitializeComponent()
         {
             this.splitContainer1 = new System.Windows.Forms.SplitContainer();
+            this.txtFundName = new System.Windows.Forms.TextBox();
             this.txtFundId = new System.Windows.Forms.TextBox();
             this.txtRegisterCode = new System.Windows.Forms.TextBox();
             this.label3 = new System.Windows.Forms.Label();
@@ -56,6 +57,9 @@
             this.label9 = new System.Windows.Forms.Label();
             this.label7 = new System.Windows.Forms.Label();
             this.gpbFundEditing = new System.Windows.Forms.GroupBox();
+            this.lblMatchInstrunction = new System.Windows.Forms.Label();
+            this.txtMatchFund = new System.Windows.Forms.TextBox();
+            this.lblMatchFund = new System.Windows.Forms.Label();
             this.cmbAssetFrequency = new System.Windows.Forms.ComboBox();
             this.cmbNavFrequency = new System.Windows.Forms.ComboBox();
             this.label12 = new System.Windows.Forms.Label();
@@ -84,10 +88,6 @@
             this.grdNav = new System.Windows.Forms.DataGridView();
             this.tbpAsset = new System.Windows.Forms.TabPage();
             this.tbpRating = new System.Windows.Forms.TabPage();
-            this.txtMatchFund = new System.Windows.Forms.TextBox();
-            this.lblMatchFund = new System.Windows.Forms.Label();
-            this.lblMatchInstrunction = new System.Windows.Forms.Label();
-            this.txtFundName = new System.Windows.Forms.TextBox();
             ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
             this.splitContainer1.Panel1.SuspendLayout();
             this.splitContainer1.Panel2.SuspendLayout();
@@ -128,6 +128,18 @@
             this.splitContainer1.Size = new System.Drawing.Size(800, 450);
             this.splitContainer1.TabIndex = 0;
             // 
+            // txtFundName
+            // 
+            this.txtFundName.BackColor = System.Drawing.Color.LightSkyBlue;
+            this.txtFundName.BorderStyle = System.Windows.Forms.BorderStyle.None;
+            this.txtFundName.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
+            this.txtFundName.Location = new System.Drawing.Point(12, 13);
+            this.txtFundName.Name = "txtFundName";
+            this.txtFundName.ReadOnly = true;
+            this.txtFundName.Size = new System.Drawing.Size(424, 22);
+            this.txtFundName.TabIndex = 6;
+            this.txtFundName.Text = "基金名称";
+            // 
             // txtFundId
             // 
             this.txtFundId.BackColor = System.Drawing.Color.LightSkyBlue;
@@ -454,6 +466,36 @@
             this.gpbFundEditing.TabIndex = 0;
             this.gpbFundEditing.TabStop = false;
             // 
+            // lblMatchInstrunction
+            // 
+            this.lblMatchInstrunction.AutoSize = true;
+            this.lblMatchInstrunction.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
+            this.lblMatchInstrunction.ForeColor = System.Drawing.SystemColors.ControlDarkDark;
+            this.lblMatchInstrunction.Location = new System.Drawing.Point(264, 168);
+            this.lblMatchInstrunction.Name = "lblMatchInstrunction";
+            this.lblMatchInstrunction.Size = new System.Drawing.Size(119, 17);
+            this.lblMatchInstrunction.TabIndex = 20;
+            this.lblMatchInstrunction.Text = "输入十位HF基金代码";
+            // 
+            // txtMatchFund
+            // 
+            this.txtMatchFund.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
+            this.txtMatchFund.Location = new System.Drawing.Point(83, 165);
+            this.txtMatchFund.MaxLength = 10;
+            this.txtMatchFund.Name = "txtMatchFund";
+            this.txtMatchFund.Size = new System.Drawing.Size(165, 23);
+            this.txtMatchFund.TabIndex = 19;
+            // 
+            // lblMatchFund
+            // 
+            this.lblMatchFund.AutoSize = true;
+            this.lblMatchFund.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
+            this.lblMatchFund.Location = new System.Drawing.Point(19, 168);
+            this.lblMatchFund.Name = "lblMatchFund";
+            this.lblMatchFund.Size = new System.Drawing.Size(56, 17);
+            this.lblMatchFund.TabIndex = 18;
+            this.lblMatchFund.Text = "匹配基金";
+            // 
             // cmbAssetFrequency
             // 
             this.cmbAssetFrequency.Enabled = false;
@@ -526,6 +568,7 @@
             // 
             // btnSave
             // 
+            this.btnSave.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
             this.btnSave.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
             this.btnSave.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
             this.btnSave.Location = new System.Drawing.Point(651, 165);
@@ -619,8 +662,8 @@
             // 
             // tbpNav
             // 
-            this.tbpNav.Controls.Add(this.panel1);
             this.tbpNav.Controls.Add(this.grdNav);
+            this.tbpNav.Controls.Add(this.panel1);
             this.tbpNav.Location = new System.Drawing.Point(4, 30);
             this.tbpNav.Name = "tbpNav";
             this.tbpNav.Padding = new System.Windows.Forms.Padding(3);
@@ -699,6 +742,7 @@
             // 
             // btnAddNav
             // 
+            this.btnAddNav.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
             this.btnAddNav.Location = new System.Drawing.Point(697, 13);
             this.btnAddNav.Name = "btnAddNav";
             this.btnAddNav.Size = new System.Drawing.Size(75, 27);
@@ -721,13 +765,13 @@
             this.grdNav.AllowUserToAddRows = false;
             this.grdNav.AllowUserToDeleteRows = false;
             this.grdNav.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
-            this.grdNav.Dock = System.Windows.Forms.DockStyle.Bottom;
-            this.grdNav.Location = new System.Drawing.Point(3, 49);
+            this.grdNav.Dock = System.Windows.Forms.DockStyle.Fill;
+            this.grdNav.Location = new System.Drawing.Point(3, 3);
             this.grdNav.Name = "grdNav";
             this.grdNav.ReadOnly = true;
             this.grdNav.RowHeadersVisible = false;
             this.grdNav.RowTemplate.Height = 23;
-            this.grdNav.Size = new System.Drawing.Size(786, 310);
+            this.grdNav.Size = new System.Drawing.Size(786, 356);
             this.grdNav.TabIndex = 2;
             this.grdNav.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.grdNav_CellClick);
             // 
@@ -749,48 +793,6 @@
             this.tbpRating.Text = "评级";
             this.tbpRating.UseVisualStyleBackColor = true;
             // 
-            // txtMatchFund
-            // 
-            this.txtMatchFund.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
-            this.txtMatchFund.Location = new System.Drawing.Point(83, 165);
-            this.txtMatchFund.MaxLength = 10;
-            this.txtMatchFund.Name = "txtMatchFund";
-            this.txtMatchFund.Size = new System.Drawing.Size(165, 23);
-            this.txtMatchFund.TabIndex = 19;
-            // 
-            // lblMatchFund
-            // 
-            this.lblMatchFund.AutoSize = true;
-            this.lblMatchFund.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
-            this.lblMatchFund.Location = new System.Drawing.Point(19, 168);
-            this.lblMatchFund.Name = "lblMatchFund";
-            this.lblMatchFund.Size = new System.Drawing.Size(56, 17);
-            this.lblMatchFund.TabIndex = 18;
-            this.lblMatchFund.Text = "匹配基金";
-            // 
-            // lblMatchInstrunction
-            // 
-            this.lblMatchInstrunction.AutoSize = true;
-            this.lblMatchInstrunction.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
-            this.lblMatchInstrunction.ForeColor = System.Drawing.SystemColors.ControlDarkDark;
-            this.lblMatchInstrunction.Location = new System.Drawing.Point(264, 168);
-            this.lblMatchInstrunction.Name = "lblMatchInstrunction";
-            this.lblMatchInstrunction.Size = new System.Drawing.Size(119, 17);
-            this.lblMatchInstrunction.TabIndex = 20;
-            this.lblMatchInstrunction.Text = "输入十位HF基金代码";
-            // 
-            // txtFundName
-            // 
-            this.txtFundName.BackColor = System.Drawing.Color.LightSkyBlue;
-            this.txtFundName.BorderStyle = System.Windows.Forms.BorderStyle.None;
-            this.txtFundName.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
-            this.txtFundName.Location = new System.Drawing.Point(12, 13);
-            this.txtFundName.Name = "txtFundName";
-            this.txtFundName.ReadOnly = true;
-            this.txtFundName.Size = new System.Drawing.Size(424, 22);
-            this.txtFundName.TabIndex = 6;
-            this.txtFundName.Text = "基金名称";
-            // 
             // UIFund
             // 
             this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);