namespace DataManager { partial class UIFund { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// 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(); this.label1 = new System.Windows.Forms.Label(); this.tbcFund = new System.Windows.Forms.TabControl(); this.tbpBasicInfo = new System.Windows.Forms.TabPage(); this.spcBasicInfo = new System.Windows.Forms.SplitContainer(); this.groupBox1 = new System.Windows.Forms.GroupBox(); this.lblInceptionDate = new System.Windows.Forms.Label(); this.lblAmacUpdateDate = new System.Windows.Forms.Label(); this.label19 = new System.Windows.Forms.Label(); this.lblCustodian = new System.Windows.Forms.Label(); this.label21 = new System.Windows.Forms.Label(); this.lblStatus = new System.Windows.Forms.Label(); this.label23 = new System.Windows.Forms.Label(); this.lblCurrency = new System.Windows.Forms.Label(); this.label13 = new System.Windows.Forms.Label(); this.lblManagementType = new System.Windows.Forms.Label(); this.label15 = new System.Windows.Forms.Label(); this.lblRegisteDate = new System.Windows.Forms.Label(); this.label17 = new System.Windows.Forms.Label(); this.lblCompany = new System.Windows.Forms.Label(); this.label11 = new System.Windows.Forms.Label(); this.lblFundType = new System.Windows.Forms.Label(); 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(); this.label14 = new System.Windows.Forms.Label(); this.cmbSubStrategy = new System.Windows.Forms.ComboBox(); this.cmbStrategy = new System.Windows.Forms.ComboBox(); this.chkAuthorized = new System.Windows.Forms.CheckBox(); this.btnSave = new System.Windows.Forms.Button(); this.chkRating = new System.Windows.Forms.CheckBox(); this.chkRanking = new System.Windows.Forms.CheckBox(); this.txtParentFund = new System.Windows.Forms.TextBox(); this.label6 = new System.Windows.Forms.Label(); this.label5 = new System.Windows.Forms.Label(); this.label4 = new System.Windows.Forms.Label(); this.txtFundShortName = new System.Windows.Forms.TextBox(); 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(); this.btnDrawNavLineChart = new System.Windows.Forms.Button(); this.btnAddNav = new System.Windows.Forms.Button(); this.label8 = new System.Windows.Forms.Label(); this.grdNav = new System.Windows.Forms.DataGridView(); this.tbpAsset = new System.Windows.Forms.TabPage(); this.tbpRating = new System.Windows.Forms.TabPage(); ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit(); this.splitContainer1.Panel1.SuspendLayout(); this.splitContainer1.Panel2.SuspendLayout(); this.splitContainer1.SuspendLayout(); this.tbcFund.SuspendLayout(); this.tbpBasicInfo.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.spcBasicInfo)).BeginInit(); this.spcBasicInfo.Panel1.SuspendLayout(); this.spcBasicInfo.Panel2.SuspendLayout(); this.spcBasicInfo.SuspendLayout(); this.groupBox1.SuspendLayout(); this.gpbFundEditing.SuspendLayout(); this.tbpNav.SuspendLayout(); this.panel1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.grdNav)).BeginInit(); this.SuspendLayout(); // // splitContainer1 // this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill; this.splitContainer1.FixedPanel = System.Windows.Forms.FixedPanel.Panel1; this.splitContainer1.Location = new System.Drawing.Point(0, 0); this.splitContainer1.Name = "splitContainer1"; this.splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal; // // splitContainer1.Panel1 // this.splitContainer1.Panel1.BackColor = System.Drawing.Color.LightSkyBlue; this.splitContainer1.Panel1.Controls.Add(this.txtFundName); this.splitContainer1.Panel1.Controls.Add(this.txtFundId); this.splitContainer1.Panel1.Controls.Add(this.txtRegisterCode); this.splitContainer1.Panel1.Controls.Add(this.label3); this.splitContainer1.Panel1.Controls.Add(this.label1); // // splitContainer1.Panel2 // this.splitContainer1.Panel2.Controls.Add(this.tbcFund); 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; this.txtFundId.BorderStyle = System.Windows.Forms.BorderStyle.None; this.txtFundId.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.txtFundId.Location = new System.Drawing.Point(677, 17); this.txtFundId.Name = "txtFundId"; this.txtFundId.Size = new System.Drawing.Size(90, 16); this.txtFundId.TabIndex = 5; this.txtFundId.Text = "XX00000000"; // // txtRegisterCode // this.txtRegisterCode.BackColor = System.Drawing.Color.LightSkyBlue; this.txtRegisterCode.BorderStyle = System.Windows.Forms.BorderStyle.None; this.txtRegisterCode.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.txtRegisterCode.Location = new System.Drawing.Point(512, 17); this.txtRegisterCode.Name = "txtRegisterCode"; this.txtRegisterCode.Size = new System.Drawing.Size(79, 16); this.txtRegisterCode.TabIndex = 4; this.txtRegisterCode.Text = "XXXXXX"; // // label3 // this.label3.AutoSize = true; this.label3.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label3.Location = new System.Drawing.Point(615, 17); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(56, 17); this.label3.TabIndex = 3; this.label3.Text = "基金代码"; // // label1 // this.label1.AutoSize = true; this.label1.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label1.Location = new System.Drawing.Point(450, 17); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(56, 17); this.label1.TabIndex = 1; this.label1.Text = "协会编号"; // // tbcFund // this.tbcFund.Controls.Add(this.tbpBasicInfo); this.tbcFund.Controls.Add(this.tbpNav); this.tbcFund.Controls.Add(this.tbpAsset); this.tbcFund.Controls.Add(this.tbpRating); this.tbcFund.Dock = System.Windows.Forms.DockStyle.Fill; this.tbcFund.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.tbcFund.ItemSize = new System.Drawing.Size(60, 26); this.tbcFund.Location = new System.Drawing.Point(0, 0); this.tbcFund.Multiline = true; this.tbcFund.Name = "tbcFund"; this.tbcFund.SelectedIndex = 0; this.tbcFund.Size = new System.Drawing.Size(800, 396); this.tbcFund.SizeMode = System.Windows.Forms.TabSizeMode.Fixed; this.tbcFund.TabIndex = 0; // // tbpBasicInfo // this.tbpBasicInfo.Controls.Add(this.spcBasicInfo); this.tbpBasicInfo.Location = new System.Drawing.Point(4, 30); this.tbpBasicInfo.Name = "tbpBasicInfo"; this.tbpBasicInfo.Padding = new System.Windows.Forms.Padding(3); this.tbpBasicInfo.Size = new System.Drawing.Size(792, 362); this.tbpBasicInfo.TabIndex = 0; this.tbpBasicInfo.Text = "基本信息"; this.tbpBasicInfo.UseVisualStyleBackColor = true; // // spcBasicInfo // this.spcBasicInfo.Dock = System.Windows.Forms.DockStyle.Fill; this.spcBasicInfo.Location = new System.Drawing.Point(3, 3); this.spcBasicInfo.Name = "spcBasicInfo"; this.spcBasicInfo.Orientation = System.Windows.Forms.Orientation.Horizontal; // // spcBasicInfo.Panel1 // this.spcBasicInfo.Panel1.Controls.Add(this.groupBox1); // // spcBasicInfo.Panel2 // this.spcBasicInfo.Panel2.Controls.Add(this.gpbFundEditing); this.spcBasicInfo.Size = new System.Drawing.Size(786, 356); this.spcBasicInfo.SplitterDistance = 142; this.spcBasicInfo.TabIndex = 0; // // groupBox1 // this.groupBox1.Controls.Add(this.lblInceptionDate); this.groupBox1.Controls.Add(this.lblAmacUpdateDate); this.groupBox1.Controls.Add(this.label19); this.groupBox1.Controls.Add(this.lblCustodian); this.groupBox1.Controls.Add(this.label21); this.groupBox1.Controls.Add(this.lblStatus); this.groupBox1.Controls.Add(this.label23); this.groupBox1.Controls.Add(this.lblCurrency); this.groupBox1.Controls.Add(this.label13); this.groupBox1.Controls.Add(this.lblManagementType); this.groupBox1.Controls.Add(this.label15); this.groupBox1.Controls.Add(this.lblRegisteDate); this.groupBox1.Controls.Add(this.label17); this.groupBox1.Controls.Add(this.lblCompany); this.groupBox1.Controls.Add(this.label11); this.groupBox1.Controls.Add(this.lblFundType); this.groupBox1.Controls.Add(this.label9); this.groupBox1.Controls.Add(this.label7); this.groupBox1.Dock = System.Windows.Forms.DockStyle.Fill; this.groupBox1.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.groupBox1.Location = new System.Drawing.Point(0, 0); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new System.Drawing.Size(786, 142); this.groupBox1.TabIndex = 0; this.groupBox1.TabStop = false; this.groupBox1.Text = "协会信息"; // // lblInceptionDate // this.lblInceptionDate.AutoSize = true; this.lblInceptionDate.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.lblInceptionDate.Location = new System.Drawing.Point(80, 36); this.lblInceptionDate.Name = "lblInceptionDate"; this.lblInceptionDate.Size = new System.Drawing.Size(82, 17); this.lblInceptionDate.TabIndex = 12; this.lblInceptionDate.Text = "XXXX-XX-XX"; // // lblAmacUpdateDate // this.lblAmacUpdateDate.AutoSize = true; this.lblAmacUpdateDate.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.lblAmacUpdateDate.Location = new System.Drawing.Point(648, 101); this.lblAmacUpdateDate.Name = "lblAmacUpdateDate"; this.lblAmacUpdateDate.Size = new System.Drawing.Size(82, 17); this.lblAmacUpdateDate.TabIndex = 28; this.lblAmacUpdateDate.Text = "XXXX-XX-XX"; // // label19 // this.label19.AutoSize = true; this.label19.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label19.Location = new System.Drawing.Point(586, 101); this.label19.Name = "label19"; this.label19.Size = new System.Drawing.Size(56, 17); this.label19.TabIndex = 27; this.label19.Text = "更新日期"; // // lblCustodian // this.lblCustodian.AutoSize = true; this.lblCustodian.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.lblCustodian.Location = new System.Drawing.Point(375, 101); this.lblCustodian.Name = "lblCustodian"; this.lblCustodian.Size = new System.Drawing.Size(82, 17); this.lblCustodian.TabIndex = 26; this.lblCustodian.Text = "XXXX-XX-XX"; // // label21 // this.label21.AutoSize = true; this.label21.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label21.Location = new System.Drawing.Point(313, 101); this.label21.Name = "label21"; this.label21.Size = new System.Drawing.Size(44, 17); this.label21.TabIndex = 25; this.label21.Text = "托管人"; // // lblStatus // this.lblStatus.AutoSize = true; this.lblStatus.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.lblStatus.Location = new System.Drawing.Point(80, 101); this.lblStatus.Name = "lblStatus"; this.lblStatus.Size = new System.Drawing.Size(82, 17); this.lblStatus.TabIndex = 24; this.lblStatus.Text = "XXXX-XX-XX"; // // label23 // this.label23.AutoSize = true; this.label23.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label23.Location = new System.Drawing.Point(18, 101); this.label23.Name = "label23"; this.label23.Size = new System.Drawing.Size(56, 17); this.label23.TabIndex = 23; this.label23.Text = "运行状态"; // // lblCurrency // this.lblCurrency.AutoSize = true; this.lblCurrency.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.lblCurrency.Location = new System.Drawing.Point(648, 69); this.lblCurrency.Name = "lblCurrency"; this.lblCurrency.Size = new System.Drawing.Size(82, 17); this.lblCurrency.TabIndex = 22; this.lblCurrency.Text = "XXXX-XX-XX"; // // label13 // this.label13.AutoSize = true; this.label13.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label13.Location = new System.Drawing.Point(586, 69); this.label13.Name = "label13"; this.label13.Size = new System.Drawing.Size(32, 17); this.label13.TabIndex = 21; this.label13.Text = "币种"; // // lblManagementType // this.lblManagementType.AutoSize = true; this.lblManagementType.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.lblManagementType.Location = new System.Drawing.Point(375, 69); this.lblManagementType.Name = "lblManagementType"; this.lblManagementType.Size = new System.Drawing.Size(82, 17); this.lblManagementType.TabIndex = 20; this.lblManagementType.Text = "XXXX-XX-XX"; // // 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.Location = new System.Drawing.Point(313, 69); this.label15.Name = "label15"; this.label15.Size = new System.Drawing.Size(56, 17); this.label15.TabIndex = 19; this.label15.Text = "管理类型"; // // lblRegisteDate // this.lblRegisteDate.AutoSize = true; this.lblRegisteDate.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.lblRegisteDate.Location = new System.Drawing.Point(80, 69); this.lblRegisteDate.Name = "lblRegisteDate"; this.lblRegisteDate.Size = new System.Drawing.Size(82, 17); this.lblRegisteDate.TabIndex = 18; this.lblRegisteDate.Text = "XXXX-XX-XX"; // // label17 // this.label17.AutoSize = true; this.label17.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label17.Location = new System.Drawing.Point(18, 69); this.label17.Name = "label17"; this.label17.Size = new System.Drawing.Size(56, 17); this.label17.TabIndex = 17; this.label17.Text = "备案日期"; // // lblCompany // this.lblCompany.AutoSize = true; this.lblCompany.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.lblCompany.Location = new System.Drawing.Point(648, 36); this.lblCompany.Name = "lblCompany"; this.lblCompany.Size = new System.Drawing.Size(82, 17); this.lblCompany.TabIndex = 16; this.lblCompany.Text = "XXXX-XX-XX"; this.lblCompany.Click += new System.EventHandler(this.lblCompany_Click); // // label11 // this.label11.AutoSize = true; this.label11.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label11.Location = new System.Drawing.Point(586, 36); this.label11.Name = "label11"; this.label11.Size = new System.Drawing.Size(44, 17); this.label11.TabIndex = 15; this.label11.Text = "管理人"; // // lblFundType // this.lblFundType.AutoSize = true; this.lblFundType.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.lblFundType.Location = new System.Drawing.Point(375, 36); this.lblFundType.Name = "lblFundType"; this.lblFundType.Size = new System.Drawing.Size(82, 17); this.lblFundType.TabIndex = 14; this.lblFundType.Text = "XXXX-XX-XX"; // // label9 // this.label9.AutoSize = true; this.label9.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label9.Location = new System.Drawing.Point(313, 36); this.label9.Name = "label9"; this.label9.Size = new System.Drawing.Size(56, 17); this.label9.TabIndex = 13; this.label9.Text = "基金类型"; // // label7 // this.label7.AutoSize = true; this.label7.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label7.Location = new System.Drawing.Point(18, 36); this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size(56, 17); this.label7.TabIndex = 11; this.label7.Text = "成立日期"; // // gpbFundEditing // this.gpbFundEditing.Controls.Add(this.lblMatchInstrunction); this.gpbFundEditing.Controls.Add(this.txtMatchFund); this.gpbFundEditing.Controls.Add(this.lblMatchFund); this.gpbFundEditing.Controls.Add(this.cmbAssetFrequency); this.gpbFundEditing.Controls.Add(this.cmbNavFrequency); this.gpbFundEditing.Controls.Add(this.label12); this.gpbFundEditing.Controls.Add(this.label14); this.gpbFundEditing.Controls.Add(this.cmbSubStrategy); this.gpbFundEditing.Controls.Add(this.cmbStrategy); this.gpbFundEditing.Controls.Add(this.chkAuthorized); this.gpbFundEditing.Controls.Add(this.btnSave); this.gpbFundEditing.Controls.Add(this.chkRating); this.gpbFundEditing.Controls.Add(this.chkRanking); this.gpbFundEditing.Controls.Add(this.txtParentFund); this.gpbFundEditing.Controls.Add(this.label6); this.gpbFundEditing.Controls.Add(this.label5); this.gpbFundEditing.Controls.Add(this.label4); this.gpbFundEditing.Controls.Add(this.txtFundShortName); this.gpbFundEditing.Controls.Add(this.label2); this.gpbFundEditing.Dock = System.Windows.Forms.DockStyle.Fill; this.gpbFundEditing.Location = new System.Drawing.Point(0, 0); this.gpbFundEditing.Name = "gpbFundEditing"; this.gpbFundEditing.Size = new System.Drawing.Size(786, 210); 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; 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; // // cmbNavFrequency // 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; // // label12 // 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 = "规模频率"; // // 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.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 = "净值频率"; // // cmbSubStrategy // this.cmbSubStrategy.FormattingEnabled = true; this.cmbSubStrategy.Location = new System.Drawing.Point(651, 31); this.cmbSubStrategy.Name = "cmbSubStrategy"; this.cmbSubStrategy.Size = new System.Drawing.Size(105, 25); this.cmbSubStrategy.TabIndex = 13; // // cmbStrategy // this.cmbStrategy.FormattingEnabled = true; this.cmbStrategy.Location = new System.Drawing.Point(392, 31); this.cmbStrategy.Name = "cmbStrategy"; this.cmbStrategy.Size = new System.Drawing.Size(121, 25); this.cmbStrategy.TabIndex = 12; this.cmbStrategy.SelectedIndexChanged += new System.EventHandler(this.cmbStrategy_SelectedIndexChanged); // // chkAuthorized // this.chkAuthorized.AutoSize = true; this.chkAuthorized.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.chkAuthorized.Location = new System.Drawing.Point(82, 105); this.chkAuthorized.Name = "chkAuthorized"; this.chkAuthorized.Size = new System.Drawing.Size(75, 21); this.chkAuthorized.TabIndex = 11; this.chkAuthorized.Text = "合作授权"; this.chkAuthorized.UseVisualStyleBackColor = true; // // 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); this.btnSave.Name = "btnSave"; this.btnSave.Size = new System.Drawing.Size(105, 23); this.btnSave.TabIndex = 9; this.btnSave.Text = "保 存"; this.btnSave.UseVisualStyleBackColor = true; this.btnSave.Click += new System.EventHandler(this.btnSave_Click); // // chkRating // this.chkRating.AutoSize = true; this.chkRating.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.chkRating.Location = new System.Drawing.Point(655, 105); this.chkRating.Name = "chkRating"; this.chkRating.Size = new System.Drawing.Size(75, 21); this.chkRating.TabIndex = 8; this.chkRating.Text = "是否评级"; this.chkRating.UseVisualStyleBackColor = true; // // chkRanking // this.chkRanking.AutoSize = true; this.chkRanking.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.chkRanking.Location = new System.Drawing.Point(392, 105); this.chkRanking.Name = "chkRanking"; this.chkRanking.Size = new System.Drawing.Size(75, 21); this.chkRanking.TabIndex = 7; this.chkRanking.Text = "是否排名"; this.chkRanking.UseVisualStyleBackColor = true; // // txtParentFund // this.txtParentFund.Enabled = false; this.txtParentFund.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.txtParentFund.Location = new System.Drawing.Point(82, 68); this.txtParentFund.MaxLength = 100; this.txtParentFund.Name = "txtParentFund"; this.txtParentFund.Size = new System.Drawing.Size(165, 23); this.txtParentFund.TabIndex = 6; // // label6 // this.label6.AutoSize = true; this.label6.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label6.Location = new System.Drawing.Point(18, 72); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(44, 17); this.label6.TabIndex = 5; this.label6.Text = "父基金"; // // label5 // this.label5.AutoSize = true; this.label5.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label5.Location = new System.Drawing.Point(583, 33); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(56, 17); this.label5.TabIndex = 2; this.label5.Text = "二级策略"; // // label4 // this.label4.AutoSize = true; this.label4.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label4.Location = new System.Drawing.Point(313, 33); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(56, 17); this.label4.TabIndex = 2; this.label4.Text = "投资策略"; // // txtFundShortName // this.txtFundShortName.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.txtFundShortName.Location = new System.Drawing.Point(82, 31); this.txtFundShortName.MaxLength = 100; this.txtFundShortName.Name = "txtFundShortName"; this.txtFundShortName.Size = new System.Drawing.Size(165, 23); this.txtFundShortName.TabIndex = 1; // // label2 // this.label2.AutoSize = true; this.label2.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label2.Location = new System.Drawing.Point(18, 33); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(56, 17); this.label2.TabIndex = 0; this.label2.Text = "基金简称"; // // tbpNav // 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); this.tbpNav.Size = new System.Drawing.Size(792, 362); this.tbpNav.TabIndex = 1; this.tbpNav.Text = "净值"; this.tbpNav.UseVisualStyleBackColor = true; // // panel1 // this.panel1.BackColor = System.Drawing.Color.PowderBlue; this.panel1.Controls.Add(this.lblNavFrequency); this.panel1.Controls.Add(this.label10); this.panel1.Controls.Add(this.dtpNavEndDate); this.panel1.Controls.Add(this.dtpNavStartDate); this.panel1.Controls.Add(this.btnDrawNavLineChart); this.panel1.Controls.Add(this.btnAddNav); this.panel1.Controls.Add(this.label8); this.panel1.Dock = System.Windows.Forms.DockStyle.Top; this.panel1.Location = new System.Drawing.Point(3, 3); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(786, 47); this.panel1.TabIndex = 8; // // lblNavFrequency // 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"; // // label10 // this.label10.AutoSize = true; this.label10.Location = new System.Drawing.Point(143, 18); this.label10.Name = "label10"; this.label10.Size = new System.Drawing.Size(24, 17); this.label10.TabIndex = 7; this.label10.Text = " 至"; // // dtpNavEndDate // this.dtpNavEndDate.Checked = false; this.dtpNavEndDate.Location = new System.Drawing.Point(171, 14); this.dtpNavEndDate.MinDate = new System.DateTime(1990, 1, 1, 0, 0, 0, 0); this.dtpNavEndDate.Name = "dtpNavEndDate"; this.dtpNavEndDate.ShowCheckBox = true; this.dtpNavEndDate.Size = new System.Drawing.Size(130, 23); this.dtpNavEndDate.TabIndex = 6; this.dtpNavEndDate.Value = new System.DateTime(2024, 8, 14, 0, 0, 0, 0); this.dtpNavEndDate.ValueChanged += new System.EventHandler(this.dtpNavEndDate_ValueChanged); // // dtpNavStartDate // this.dtpNavStartDate.Checked = false; this.dtpNavStartDate.Location = new System.Drawing.Point(9, 14); this.dtpNavStartDate.MinDate = new System.DateTime(1990, 1, 1, 0, 0, 0, 0); this.dtpNavStartDate.Name = "dtpNavStartDate"; this.dtpNavStartDate.ShowCheckBox = true; this.dtpNavStartDate.Size = new System.Drawing.Size(130, 23); this.dtpNavStartDate.TabIndex = 5; this.dtpNavStartDate.Value = new System.DateTime(2024, 8, 14, 0, 0, 0, 0); this.dtpNavStartDate.ValueChanged += new System.EventHandler(this.dtpNavStartDate_ValueChanged); // // btnDrawNavLineChart // this.btnDrawNavLineChart.Location = new System.Drawing.Point(354, 13); this.btnDrawNavLineChart.Name = "btnDrawNavLineChart"; this.btnDrawNavLineChart.Size = new System.Drawing.Size(75, 27); this.btnDrawNavLineChart.TabIndex = 4; this.btnDrawNavLineChart.Text = "净值曲线"; this.btnDrawNavLineChart.UseVisualStyleBackColor = true; this.btnDrawNavLineChart.Click += new System.EventHandler(this.btnDrawNavLineChart_Click); // // 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); this.btnAddNav.TabIndex = 3; this.btnAddNav.Text = "添 加"; this.btnAddNav.UseVisualStyleBackColor = true; this.btnAddNav.Click += new System.EventHandler(this.btnAddNav_Click); // // label8 // this.label8.AutoSize = true; this.label8.Location = new System.Drawing.Point(464, 18); this.label8.Name = "label8"; this.label8.Size = new System.Drawing.Size(56, 17); this.label8.TabIndex = 0; this.label8.Text = "数据频率"; // // grdNav // this.grdNav.AllowUserToAddRows = false; this.grdNav.AllowUserToDeleteRows = false; this.grdNav.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; 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, 356); this.grdNav.TabIndex = 2; this.grdNav.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.grdNav_CellClick); // // tbpAsset // this.tbpAsset.Location = new System.Drawing.Point(4, 30); this.tbpAsset.Name = "tbpAsset"; this.tbpAsset.Size = new System.Drawing.Size(792, 362); this.tbpAsset.TabIndex = 2; this.tbpAsset.Text = "规模"; this.tbpAsset.UseVisualStyleBackColor = true; // // tbpRating // this.tbpRating.Location = new System.Drawing.Point(4, 30); this.tbpRating.Name = "tbpRating"; this.tbpRating.Size = new System.Drawing.Size(792, 362); this.tbpRating.TabIndex = 3; this.tbpRating.Text = "评级"; this.tbpRating.UseVisualStyleBackColor = true; // // UIFund // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(800, 450); this.Controls.Add(this.splitContainer1); this.Name = "UIFund"; this.Text = "基金"; this.splitContainer1.Panel1.ResumeLayout(false); this.splitContainer1.Panel1.PerformLayout(); this.splitContainer1.Panel2.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit(); this.splitContainer1.ResumeLayout(false); this.tbcFund.ResumeLayout(false); this.tbpBasicInfo.ResumeLayout(false); this.spcBasicInfo.Panel1.ResumeLayout(false); this.spcBasicInfo.Panel2.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.spcBasicInfo)).EndInit(); this.spcBasicInfo.ResumeLayout(false); this.groupBox1.ResumeLayout(false); this.groupBox1.PerformLayout(); this.gpbFundEditing.ResumeLayout(false); this.gpbFundEditing.PerformLayout(); this.tbpNav.ResumeLayout(false); this.panel1.ResumeLayout(false); this.panel1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.grdNav)).EndInit(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.SplitContainer splitContainer1; private System.Windows.Forms.Label label1; private System.Windows.Forms.Label label3; private System.Windows.Forms.TabControl tbcFund; private System.Windows.Forms.TabPage tbpBasicInfo; private System.Windows.Forms.TabPage tbpNav; private System.Windows.Forms.TabPage tbpAsset; private System.Windows.Forms.TabPage tbpRating; private System.Windows.Forms.SplitContainer spcBasicInfo; private System.Windows.Forms.GroupBox gpbFundEditing; private System.Windows.Forms.TextBox txtFundShortName; private System.Windows.Forms.Label label2; private System.Windows.Forms.Label label5; private System.Windows.Forms.Label label4; private System.Windows.Forms.CheckBox chkRating; private System.Windows.Forms.CheckBox chkRanking; private System.Windows.Forms.TextBox txtParentFund; private System.Windows.Forms.Label label6; private System.Windows.Forms.Button btnSave; private System.Windows.Forms.GroupBox groupBox1; private System.Windows.Forms.Label lblInceptionDate; private System.Windows.Forms.Label label7; private System.Windows.Forms.Label lblAmacUpdateDate; private System.Windows.Forms.Label label19; private System.Windows.Forms.Label lblCustodian; private System.Windows.Forms.Label label21; private System.Windows.Forms.Label lblStatus; private System.Windows.Forms.Label label23; private System.Windows.Forms.Label lblCurrency; private System.Windows.Forms.Label label13; private System.Windows.Forms.Label lblManagementType; private System.Windows.Forms.Label label15; private System.Windows.Forms.Label lblRegisteDate; private System.Windows.Forms.Label label17; private System.Windows.Forms.Label lblCompany; private System.Windows.Forms.Label label11; private System.Windows.Forms.Label lblFundType; private System.Windows.Forms.Label label9; private System.Windows.Forms.CheckBox chkAuthorized; private System.Windows.Forms.Label label8; private System.Windows.Forms.DataGridView grdNav; private System.Windows.Forms.Button btnAddNav; private System.Windows.Forms.Button btnDrawNavLineChart; private System.Windows.Forms.DateTimePicker dtpNavStartDate; private System.Windows.Forms.DateTimePicker dtpNavEndDate; private System.Windows.Forms.Label label10; private System.Windows.Forms.Panel panel1; private System.Windows.Forms.TextBox txtRegisterCode; private System.Windows.Forms.TextBox txtFundId; private System.Windows.Forms.ComboBox cmbStrategy; private System.Windows.Forms.ComboBox cmbSubStrategy; private System.Windows.Forms.Label lblNavFrequency; private System.Windows.Forms.ComboBox cmbAssetFrequency; private System.Windows.Forms.ComboBox cmbNavFrequency; private System.Windows.Forms.Label label12; private System.Windows.Forms.Label label14; private System.Windows.Forms.TextBox txtMatchFund; private System.Windows.Forms.Label lblMatchFund; private System.Windows.Forms.Label lblMatchInstrunction; private System.Windows.Forms.TextBox txtFundName; } }