|
@@ -57,6 +57,10 @@
|
|
|
this.label9 = new System.Windows.Forms.Label();
|
|
|
this.label7 = new System.Windows.Forms.Label();
|
|
|
this.gpbFundEditing = new System.Windows.Forms.GroupBox();
|
|
|
+ this.cmbAssetFrequency = new System.Windows.Forms.ComboBox();
|
|
|
+ this.cmbNavFrequency = new System.Windows.Forms.ComboBox();
|
|
|
+ this.label12 = new System.Windows.Forms.Label();
|
|
|
+ this.label14 = new System.Windows.Forms.Label();
|
|
|
this.cmbManagers = new System.Windows.Forms.ComboBox();
|
|
|
this.cmbStrategy = new System.Windows.Forms.ComboBox();
|
|
|
this.chkAuthorized = new System.Windows.Forms.CheckBox();
|
|
@@ -71,6 +75,7 @@
|
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
|
this.tbpNav = new System.Windows.Forms.TabPage();
|
|
|
this.panel1 = new System.Windows.Forms.Panel();
|
|
|
+ this.lblNavFrequency = new System.Windows.Forms.Label();
|
|
|
this.label10 = new System.Windows.Forms.Label();
|
|
|
this.dtpNavEndDate = new System.Windows.Forms.DateTimePicker();
|
|
|
this.dtpNavStartDate = new System.Windows.Forms.DateTimePicker();
|
|
@@ -80,11 +85,6 @@
|
|
|
this.grdNav = new System.Windows.Forms.DataGridView();
|
|
|
this.tbpAsset = new System.Windows.Forms.TabPage();
|
|
|
this.tbpRating = new System.Windows.Forms.TabPage();
|
|
|
- this.lblNavFrequency = 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();
|
|
|
- this.label14 = new System.Windows.Forms.Label();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
|
|
|
this.splitContainer1.Panel1.SuspendLayout();
|
|
|
this.splitContainer1.Panel2.SuspendLayout();
|
|
@@ -457,6 +457,48 @@
|
|
|
this.gpbFundEditing.TabIndex = 0;
|
|
|
this.gpbFundEditing.TabStop = false;
|
|
|
|
|
|
+
|
|
|
+
|
|
|
+ this.cmbAssetFrequency.Enabled = false;
|
|
|
+ this.cmbAssetFrequency.FormattingEnabled = true;
|
|
|
+ this.cmbAssetFrequency.Location = new System.Drawing.Point(651, 67);
|
|
|
+ this.cmbAssetFrequency.Name = "cmbAssetFrequency";
|
|
|
+ this.cmbAssetFrequency.Size = new System.Drawing.Size(105, 25);
|
|
|
+ this.cmbAssetFrequency.TabIndex = 17;
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+ this.cmbNavFrequency.FormattingEnabled = true;
|
|
|
+ this.cmbNavFrequency.Items.AddRange(new object[] {
|
|
|
+ "周",
|
|
|
+ "天",
|
|
|
+ "月",
|
|
|
+ "未知"});
|
|
|
+ this.cmbNavFrequency.Location = new System.Drawing.Point(392, 67);
|
|
|
+ this.cmbNavFrequency.Name = "cmbNavFrequency";
|
|
|
+ this.cmbNavFrequency.Size = new System.Drawing.Size(121, 25);
|
|
|
+ this.cmbNavFrequency.TabIndex = 16;
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+ this.label12.AutoSize = true;
|
|
|
+ this.label12.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.label12.Location = new System.Drawing.Point(583, 72);
|
|
|
+ this.label12.Name = "label12";
|
|
|
+ this.label12.Size = new System.Drawing.Size(56, 17);
|
|
|
+ this.label12.TabIndex = 14;
|
|
|
+ this.label12.Text = "规模频率";
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+ this.label14.AutoSize = true;
|
|
|
+ this.label14.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.label14.Location = new System.Drawing.Point(313, 72);
|
|
|
+ this.label14.Name = "label14";
|
|
|
+ this.label14.Size = new System.Drawing.Size(56, 17);
|
|
|
+ this.label14.TabIndex = 15;
|
|
|
+ this.label14.Text = "净值频率";
|
|
|
+
|
|
|
|
|
|
|
|
|
this.cmbManagers.FormattingEnabled = true;
|
|
@@ -604,6 +646,15 @@
|
|
|
this.panel1.Size = new System.Drawing.Size(786, 47);
|
|
|
this.panel1.TabIndex = 8;
|
|
|
|
|
|
+
|
|
|
+
|
|
|
+ this.lblNavFrequency.AutoSize = true;
|
|
|
+ this.lblNavFrequency.Location = new System.Drawing.Point(527, 18);
|
|
|
+ this.lblNavFrequency.Name = "lblNavFrequency";
|
|
|
+ this.lblNavFrequency.Size = new System.Drawing.Size(61, 17);
|
|
|
+ this.lblNavFrequency.TabIndex = 8;
|
|
|
+ this.lblNavFrequency.Text = "Nav Freq";
|
|
|
+
|
|
|
|
|
|
|
|
|
this.label10.AutoSize = true;
|
|
@@ -655,6 +706,7 @@
|
|
|
this.btnAddNav.TabIndex = 3;
|
|
|
this.btnAddNav.Text = "添 加";
|
|
|
this.btnAddNav.UseVisualStyleBackColor = true;
|
|
|
+ this.btnAddNav.Click += new System.EventHandler(this.btnAddNav_Click);
|
|
|
|
|
|
|
|
|
|
|
@@ -698,57 +750,6 @@
|
|
|
this.tbpRating.Text = "评级";
|
|
|
this.tbpRating.UseVisualStyleBackColor = true;
|
|
|
|
|
|
-
|
|
|
-
|
|
|
- this.lblNavFrequency.AutoSize = true;
|
|
|
- this.lblNavFrequency.Location = new System.Drawing.Point(527, 18);
|
|
|
- this.lblNavFrequency.Name = "lblNavFrequency";
|
|
|
- this.lblNavFrequency.Size = new System.Drawing.Size(61, 17);
|
|
|
- this.lblNavFrequency.TabIndex = 8;
|
|
|
- this.lblNavFrequency.Text = "Nav Freq";
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
- this.cmbAssetFrequency.Enabled = false;
|
|
|
- this.cmbAssetFrequency.FormattingEnabled = true;
|
|
|
- this.cmbAssetFrequency.Location = new System.Drawing.Point(651, 67);
|
|
|
- this.cmbAssetFrequency.Name = "cmbAssetFrequency";
|
|
|
- this.cmbAssetFrequency.Size = new System.Drawing.Size(105, 25);
|
|
|
- this.cmbAssetFrequency.TabIndex = 17;
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
- this.cmbNavFrequency.FormattingEnabled = true;
|
|
|
- this.cmbNavFrequency.Items.AddRange(new object[] {
|
|
|
- "周",
|
|
|
- "天",
|
|
|
- "月",
|
|
|
- "未知"});
|
|
|
- this.cmbNavFrequency.Location = new System.Drawing.Point(392, 67);
|
|
|
- this.cmbNavFrequency.Name = "cmbNavFrequency";
|
|
|
- this.cmbNavFrequency.Size = new System.Drawing.Size(121, 25);
|
|
|
- this.cmbNavFrequency.TabIndex = 16;
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
- this.label12.AutoSize = true;
|
|
|
- this.label12.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.label12.Location = new System.Drawing.Point(583, 72);
|
|
|
- this.label12.Name = "label12";
|
|
|
- this.label12.Size = new System.Drawing.Size(56, 17);
|
|
|
- this.label12.TabIndex = 14;
|
|
|
- this.label12.Text = "规模频率";
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
- this.label14.AutoSize = true;
|
|
|
- this.label14.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.label14.Location = new System.Drawing.Point(313, 72);
|
|
|
- this.label14.Name = "label14";
|
|
|
- this.label14.Size = new System.Drawing.Size(56, 17);
|
|
|
- this.label14.TabIndex = 15;
|
|
|
- this.label14.Text = "净值频率";
|
|
|
-
|
|
|
|
|
|
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|