| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561 |
- namespace ddq
- {
- partial class FundQ
- {
- /// <summary>
- /// Required designer variable.
- /// </summary>
- private System.ComponentModel.IContainer components = null;
- /// <summary>
- /// Clean up any resources being used.
- /// </summary>
- /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region Windows Form Designer generated code
- /// <summary>
- /// Required method for Designer support - do not modify
- /// the contents of this method with the code editor.
- /// </summary>
- private void InitializeComponent()
- {
- this.panStaticData = new System.Windows.Forms.Panel();
- this.lblDomicile = new System.Windows.Forms.Label();
- this.lblInceptionDate = new System.Windows.Forms.Label();
- this.lblCategory = new System.Windows.Forms.Label();
- this.lblMainCode = new System.Windows.Forms.Label();
- this.lblFundName = new System.Windows.Forms.Label();
- this.tbcFund = new System.Windows.Forms.TabControl();
- this.tabGeneralInfo = new System.Windows.Forms.TabPage();
- this.grdTER = new System.Windows.Forms.DataGridView();
- this.grbFees = new System.Windows.Forms.GroupBox();
- this.txtSubscriptionFee = new System.Windows.Forms.TextBox();
- this.label8 = new System.Windows.Forms.Label();
- this.txtRedemptionFee = new System.Windows.Forms.TextBox();
- this.label7 = new System.Windows.Forms.Label();
- this.txtManagementFee = new System.Windows.Forms.TextBox();
- this.label6 = new System.Windows.Forms.Label();
- this.label5 = new System.Windows.Forms.Label();
- this.grdPortfolioManager = new System.Windows.Forms.DataGridView();
- this.label4 = new System.Windows.Forms.Label();
- this.txtInvestmentPhilosophy = new System.Windows.Forms.TextBox();
- this.txtBenchmark = new System.Windows.Forms.TextBox();
- this.label3 = new System.Windows.Forms.Label();
- this.label2 = new System.Windows.Forms.Label();
- this.txtInvestmentObjective = new System.Windows.Forms.TextBox();
- this.label1 = new System.Windows.Forms.Label();
- this.tabProcess = new System.Windows.Forms.TabPage();
- this.tabRisk = new System.Windows.Forms.TabPage();
- this.tabOwnership = new System.Windows.Forms.TabPage();
- this.tabPerformance = new System.Windows.Forms.TabPage();
- this.txtAdministrationFee = new System.Windows.Forms.TextBox();
- this.label9 = new System.Windows.Forms.Label();
- this.txtTrusteeFee = new System.Windows.Forms.TextBox();
- this.label11 = new System.Windows.Forms.Label();
- this.txtPerformanceFee = new System.Windows.Forms.TextBox();
- this.label12 = new System.Windows.Forms.Label();
- this.txtSwitchingFee = new System.Windows.Forms.TextBox();
- this.label13 = new System.Windows.Forms.Label();
- this.label14 = new System.Windows.Forms.Label();
- this.txtPolicyOfClosingFund = new System.Windows.Forms.TextBox();
- this.panel1 = new System.Windows.Forms.Panel();
- this.btnSaveGeneralInfo = new System.Windows.Forms.Button();
- this.panStaticData.SuspendLayout();
- this.tbcFund.SuspendLayout();
- this.tabGeneralInfo.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.grdTER)).BeginInit();
- this.grbFees.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.grdPortfolioManager)).BeginInit();
- this.panel1.SuspendLayout();
- this.SuspendLayout();
- //
- // panStaticData
- //
- this.panStaticData.Controls.Add(this.lblDomicile);
- this.panStaticData.Controls.Add(this.lblInceptionDate);
- this.panStaticData.Controls.Add(this.lblCategory);
- this.panStaticData.Controls.Add(this.lblMainCode);
- this.panStaticData.Controls.Add(this.lblFundName);
- this.panStaticData.Dock = System.Windows.Forms.DockStyle.Top;
- this.panStaticData.Location = new System.Drawing.Point(0, 0);
- this.panStaticData.Name = "panStaticData";
- this.panStaticData.Size = new System.Drawing.Size(1067, 76);
- this.panStaticData.TabIndex = 0;
- //
- // lblDomicile
- //
- this.lblDomicile.AutoSize = true;
- this.lblDomicile.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- this.lblDomicile.Location = new System.Drawing.Point(382, 49);
- this.lblDomicile.Name = "lblDomicile";
- this.lblDomicile.Size = new System.Drawing.Size(59, 14);
- this.lblDomicile.TabIndex = 4;
- this.lblDomicile.Text = "Domicile:";
- //
- // lblInceptionDate
- //
- this.lblInceptionDate.AutoSize = true;
- this.lblInceptionDate.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- this.lblInceptionDate.Location = new System.Drawing.Point(183, 49);
- this.lblInceptionDate.Name = "lblInceptionDate";
- this.lblInceptionDate.Size = new System.Drawing.Size(121, 14);
- this.lblInceptionDate.TabIndex = 3;
- this.lblInceptionDate.Text = "Launched: XXXX-XX-XX";
- //
- // lblCategory
- //
- this.lblCategory.AutoSize = true;
- this.lblCategory.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- this.lblCategory.Location = new System.Drawing.Point(546, 49);
- this.lblCategory.Name = "lblCategory";
- this.lblCategory.Size = new System.Drawing.Size(56, 14);
- this.lblCategory.TabIndex = 2;
- this.lblCategory.Text = "Category:";
- //
- // lblMainCode
- //
- this.lblMainCode.AutoSize = true;
- this.lblMainCode.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- this.lblMainCode.Location = new System.Drawing.Point(22, 49);
- this.lblMainCode.Name = "lblMainCode";
- this.lblMainCode.Size = new System.Drawing.Size(37, 14);
- this.lblMainCode.TabIndex = 1;
- this.lblMainCode.Text = "Code:";
- //
- // lblFundName
- //
- this.lblFundName.AutoSize = true;
- this.lblFundName.Location = new System.Drawing.Point(22, 22);
- this.lblFundName.Name = "lblFundName";
- this.lblFundName.Size = new System.Drawing.Size(79, 18);
- this.lblFundName.TabIndex = 0;
- this.lblFundName.Text = "Fund Name";
- //
- // tbcFund
- //
- this.tbcFund.Controls.Add(this.tabGeneralInfo);
- this.tbcFund.Controls.Add(this.tabProcess);
- this.tbcFund.Controls.Add(this.tabRisk);
- this.tbcFund.Controls.Add(this.tabOwnership);
- this.tbcFund.Controls.Add(this.tabPerformance);
- this.tbcFund.Dock = System.Windows.Forms.DockStyle.Fill;
- this.tbcFund.Location = new System.Drawing.Point(0, 76);
- this.tbcFund.Name = "tbcFund";
- this.tbcFund.SelectedIndex = 0;
- this.tbcFund.Size = new System.Drawing.Size(1067, 599);
- this.tbcFund.TabIndex = 1;
- //
- // tabGeneralInfo
- //
- this.tabGeneralInfo.AutoScroll = true;
- this.tabGeneralInfo.Controls.Add(this.panel1);
- this.tabGeneralInfo.Controls.Add(this.txtPolicyOfClosingFund);
- this.tabGeneralInfo.Controls.Add(this.label14);
- this.tabGeneralInfo.Controls.Add(this.grdTER);
- this.tabGeneralInfo.Controls.Add(this.grbFees);
- this.tabGeneralInfo.Controls.Add(this.label5);
- this.tabGeneralInfo.Controls.Add(this.grdPortfolioManager);
- this.tabGeneralInfo.Controls.Add(this.label4);
- this.tabGeneralInfo.Controls.Add(this.txtInvestmentPhilosophy);
- this.tabGeneralInfo.Controls.Add(this.txtBenchmark);
- this.tabGeneralInfo.Controls.Add(this.label3);
- this.tabGeneralInfo.Controls.Add(this.label2);
- this.tabGeneralInfo.Controls.Add(this.txtInvestmentObjective);
- this.tabGeneralInfo.Controls.Add(this.label1);
- this.tabGeneralInfo.Location = new System.Drawing.Point(4, 27);
- this.tabGeneralInfo.Name = "tabGeneralInfo";
- this.tabGeneralInfo.Padding = new System.Windows.Forms.Padding(3);
- this.tabGeneralInfo.Size = new System.Drawing.Size(1059, 568);
- this.tabGeneralInfo.TabIndex = 0;
- this.tabGeneralInfo.Text = "General Info";
- this.tabGeneralInfo.UseVisualStyleBackColor = true;
- //
- // grdTER
- //
- this.grdTER.AllowUserToAddRows = false;
- this.grdTER.AllowUserToDeleteRows = false;
- this.grdTER.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
- this.grdTER.Location = new System.Drawing.Point(24, 532);
- this.grdTER.Name = "grdTER";
- this.grdTER.RowTemplate.Height = 23;
- this.grdTER.Size = new System.Drawing.Size(340, 210);
- this.grdTER.TabIndex = 10;
- //
- // grbFees
- //
- this.grbFees.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.grbFees.Controls.Add(this.txtTrusteeFee);
- this.grbFees.Controls.Add(this.label11);
- this.grbFees.Controls.Add(this.txtPerformanceFee);
- this.grbFees.Controls.Add(this.label12);
- this.grbFees.Controls.Add(this.txtSwitchingFee);
- this.grbFees.Controls.Add(this.label13);
- this.grbFees.Controls.Add(this.txtAdministrationFee);
- this.grbFees.Controls.Add(this.label9);
- this.grbFees.Controls.Add(this.txtSubscriptionFee);
- this.grbFees.Controls.Add(this.label8);
- this.grbFees.Controls.Add(this.txtRedemptionFee);
- this.grbFees.Controls.Add(this.label7);
- this.grbFees.Controls.Add(this.txtManagementFee);
- this.grbFees.Controls.Add(this.label6);
- this.grbFees.Location = new System.Drawing.Point(370, 524);
- this.grbFees.Name = "grbFees";
- this.grbFees.Size = new System.Drawing.Size(661, 218);
- this.grbFees.TabIndex = 9;
- this.grbFees.TabStop = false;
- this.grbFees.Text = "Current Fees";
- //
- // txtSubscriptionFee
- //
- this.txtSubscriptionFee.Location = new System.Drawing.Point(469, 22);
- this.txtSubscriptionFee.Name = "txtSubscriptionFee";
- this.txtSubscriptionFee.Size = new System.Drawing.Size(100, 26);
- this.txtSubscriptionFee.TabIndex = 3;
- //
- // label8
- //
- this.label8.AutoSize = true;
- this.label8.Location = new System.Drawing.Point(342, 25);
- this.label8.Name = "label8";
- this.label8.Size = new System.Drawing.Size(110, 18);
- this.label8.TabIndex = 2;
- this.label8.Text = "Subscription Fee";
- //
- // txtRedemptionFee
- //
- this.txtRedemptionFee.Location = new System.Drawing.Point(150, 58);
- this.txtRedemptionFee.Name = "txtRedemptionFee";
- this.txtRedemptionFee.Size = new System.Drawing.Size(100, 26);
- this.txtRedemptionFee.TabIndex = 5;
- //
- // label7
- //
- this.label7.AutoSize = true;
- this.label7.Location = new System.Drawing.Point(23, 61);
- this.label7.Name = "label7";
- this.label7.Size = new System.Drawing.Size(110, 18);
- this.label7.TabIndex = 4;
- this.label7.Text = "Redemption Fee";
- //
- // txtManagementFee
- //
- this.txtManagementFee.Location = new System.Drawing.Point(150, 22);
- this.txtManagementFee.Name = "txtManagementFee";
- this.txtManagementFee.Size = new System.Drawing.Size(100, 26);
- this.txtManagementFee.TabIndex = 1;
- //
- // label6
- //
- this.label6.AutoSize = true;
- this.label6.Location = new System.Drawing.Point(23, 25);
- this.label6.Name = "label6";
- this.label6.Size = new System.Drawing.Size(116, 18);
- this.label6.TabIndex = 0;
- this.label6.Text = "Management Fee";
- //
- // label5
- //
- this.label5.AutoSize = true;
- this.label5.Location = new System.Drawing.Point(21, 510);
- this.label5.Name = "label5";
- this.label5.Size = new System.Drawing.Size(86, 18);
- this.label5.TabIndex = 8;
- this.label5.Text = "Fee & Charges";
- //
- // grdPortfolioManager
- //
- this.grdPortfolioManager.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.grdPortfolioManager.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
- this.grdPortfolioManager.Location = new System.Drawing.Point(24, 398);
- this.grdPortfolioManager.Name = "grdPortfolioManager";
- this.grdPortfolioManager.RowTemplate.Height = 23;
- this.grdPortfolioManager.Size = new System.Drawing.Size(1007, 85);
- this.grdPortfolioManager.TabIndex = 7;
- //
- // label4
- //
- this.label4.AutoSize = true;
- this.label4.Location = new System.Drawing.Point(21, 377);
- this.label4.Name = "label4";
- this.label4.Size = new System.Drawing.Size(119, 18);
- this.label4.TabIndex = 6;
- this.label4.Text = "Portfolio Manager";
- //
- // txtInvestmentPhilosophy
- //
- this.txtInvestmentPhilosophy.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.txtInvestmentPhilosophy.Location = new System.Drawing.Point(24, 255);
- this.txtInvestmentPhilosophy.Multiline = true;
- this.txtInvestmentPhilosophy.Name = "txtInvestmentPhilosophy";
- this.txtInvestmentPhilosophy.Size = new System.Drawing.Size(1007, 95);
- this.txtInvestmentPhilosophy.TabIndex = 5;
- //
- // txtBenchmark
- //
- this.txtBenchmark.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.txtBenchmark.Location = new System.Drawing.Point(24, 179);
- this.txtBenchmark.Name = "txtBenchmark";
- this.txtBenchmark.Size = new System.Drawing.Size(1007, 26);
- this.txtBenchmark.TabIndex = 4;
- //
- // label3
- //
- this.label3.AutoSize = true;
- this.label3.Location = new System.Drawing.Point(21, 158);
- this.label3.Name = "label3";
- this.label3.Size = new System.Drawing.Size(77, 18);
- this.label3.TabIndex = 3;
- this.label3.Text = "Benchmark";
- //
- // label2
- //
- this.label2.AutoSize = true;
- this.label2.Location = new System.Drawing.Point(21, 234);
- this.label2.Name = "label2";
- this.label2.Size = new System.Drawing.Size(151, 18);
- this.label2.TabIndex = 2;
- this.label2.Text = "Investment Philosophy";
- //
- // txtInvestmentObjective
- //
- this.txtInvestmentObjective.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.txtInvestmentObjective.Location = new System.Drawing.Point(24, 39);
- this.txtInvestmentObjective.Multiline = true;
- this.txtInvestmentObjective.Name = "txtInvestmentObjective";
- this.txtInvestmentObjective.Size = new System.Drawing.Size(1007, 95);
- this.txtInvestmentObjective.TabIndex = 1;
- //
- // label1
- //
- this.label1.AutoSize = true;
- this.label1.Location = new System.Drawing.Point(21, 18);
- this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(141, 18);
- this.label1.TabIndex = 0;
- this.label1.Text = "Investment Objective";
- //
- // tabProcess
- //
- this.tabProcess.Location = new System.Drawing.Point(4, 27);
- this.tabProcess.Name = "tabProcess";
- this.tabProcess.Padding = new System.Windows.Forms.Padding(3);
- this.tabProcess.Size = new System.Drawing.Size(1059, 568);
- this.tabProcess.TabIndex = 1;
- this.tabProcess.Text = "Process";
- this.tabProcess.UseVisualStyleBackColor = true;
- //
- // tabRisk
- //
- this.tabRisk.Location = new System.Drawing.Point(4, 27);
- this.tabRisk.Name = "tabRisk";
- this.tabRisk.Size = new System.Drawing.Size(1059, 568);
- this.tabRisk.TabIndex = 2;
- this.tabRisk.Text = "Risk & Compliance";
- this.tabRisk.UseVisualStyleBackColor = true;
- //
- // tabOwnership
- //
- this.tabOwnership.Location = new System.Drawing.Point(4, 27);
- this.tabOwnership.Name = "tabOwnership";
- this.tabOwnership.Size = new System.Drawing.Size(1059, 568);
- this.tabOwnership.TabIndex = 3;
- this.tabOwnership.Text = "Ownership";
- this.tabOwnership.UseVisualStyleBackColor = true;
- //
- // tabPerformance
- //
- this.tabPerformance.Location = new System.Drawing.Point(4, 27);
- this.tabPerformance.Name = "tabPerformance";
- this.tabPerformance.Size = new System.Drawing.Size(1059, 568);
- this.tabPerformance.TabIndex = 4;
- this.tabPerformance.Text = "Performance";
- this.tabPerformance.UseVisualStyleBackColor = true;
- //
- // txtAdministrationFee
- //
- this.txtAdministrationFee.Location = new System.Drawing.Point(469, 58);
- this.txtAdministrationFee.Name = "txtAdministrationFee";
- this.txtAdministrationFee.Size = new System.Drawing.Size(100, 26);
- this.txtAdministrationFee.TabIndex = 7;
- //
- // label9
- //
- this.label9.AutoSize = true;
- this.label9.Location = new System.Drawing.Point(342, 61);
- this.label9.Name = "label9";
- this.label9.Size = new System.Drawing.Size(126, 18);
- this.label9.TabIndex = 6;
- this.label9.Text = "Administration Fee";
- //
- // txtTrusteeFee
- //
- this.txtTrusteeFee.Location = new System.Drawing.Point(469, 90);
- this.txtTrusteeFee.Name = "txtTrusteeFee";
- this.txtTrusteeFee.Size = new System.Drawing.Size(100, 26);
- this.txtTrusteeFee.TabIndex = 11;
- //
- // label11
- //
- this.label11.AutoSize = true;
- this.label11.Location = new System.Drawing.Point(342, 93);
- this.label11.Name = "label11";
- this.label11.Size = new System.Drawing.Size(80, 18);
- this.label11.TabIndex = 10;
- this.label11.Text = "Trustee Fee";
- //
- // txtPerformanceFee
- //
- this.txtPerformanceFee.Location = new System.Drawing.Point(150, 126);
- this.txtPerformanceFee.Multiline = true;
- this.txtPerformanceFee.Name = "txtPerformanceFee";
- this.txtPerformanceFee.Size = new System.Drawing.Size(419, 77);
- this.txtPerformanceFee.TabIndex = 13;
- //
- // label12
- //
- this.label12.AutoSize = true;
- this.label12.Location = new System.Drawing.Point(23, 129);
- this.label12.Name = "label12";
- this.label12.Size = new System.Drawing.Size(114, 18);
- this.label12.TabIndex = 12;
- this.label12.Text = "Performance Fee";
- //
- // txtSwitchingFee
- //
- this.txtSwitchingFee.Location = new System.Drawing.Point(150, 90);
- this.txtSwitchingFee.Name = "txtSwitchingFee";
- this.txtSwitchingFee.Size = new System.Drawing.Size(100, 26);
- this.txtSwitchingFee.TabIndex = 9;
- //
- // label13
- //
- this.label13.AutoSize = true;
- this.label13.Location = new System.Drawing.Point(23, 93);
- this.label13.Name = "label13";
- this.label13.Size = new System.Drawing.Size(94, 18);
- this.label13.TabIndex = 8;
- this.label13.Text = "Switching Fee";
- //
- // label14
- //
- this.label14.AutoSize = true;
- this.label14.Location = new System.Drawing.Point(21, 757);
- this.label14.Name = "label14";
- this.label14.Size = new System.Drawing.Size(143, 18);
- this.label14.TabIndex = 11;
- this.label14.Text = "Policy of Closing Fund";
- //
- // txtPolicyOfClosingFund
- //
- this.txtPolicyOfClosingFund.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.txtPolicyOfClosingFund.Location = new System.Drawing.Point(24, 779);
- this.txtPolicyOfClosingFund.Multiline = true;
- this.txtPolicyOfClosingFund.Name = "txtPolicyOfClosingFund";
- this.txtPolicyOfClosingFund.Size = new System.Drawing.Size(1007, 167);
- this.txtPolicyOfClosingFund.TabIndex = 12;
- //
- // panel1
- //
- this.panel1.Controls.Add(this.btnSaveGeneralInfo);
- this.panel1.Dock = System.Windows.Forms.DockStyle.Bottom;
- this.panel1.Location = new System.Drawing.Point(3, 946);
- this.panel1.Name = "panel1";
- this.panel1.Size = new System.Drawing.Size(1036, 50);
- this.panel1.TabIndex = 13;
- //
- // btnSaveGeneralInfo
- //
- this.btnSaveGeneralInfo.Location = new System.Drawing.Point(936, 15);
- this.btnSaveGeneralInfo.Name = "btnSaveGeneralInfo";
- this.btnSaveGeneralInfo.Size = new System.Drawing.Size(75, 23);
- this.btnSaveGeneralInfo.TabIndex = 0;
- this.btnSaveGeneralInfo.Text = "Save";
- this.btnSaveGeneralInfo.UseVisualStyleBackColor = true;
- this.btnSaveGeneralInfo.Click += new System.EventHandler(this.btnSaveGeneralInfo_Click);
- //
- // FundQ
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 18F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(1067, 675);
- this.Controls.Add(this.tbcFund);
- this.Controls.Add(this.panStaticData);
- this.Font = new System.Drawing.Font("Calibri", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- this.Margin = new System.Windows.Forms.Padding(4);
- this.Name = "FundQ";
- this.Text = "Fund Data";
- this.Load += new System.EventHandler(this.FundQ_Load);
- this.panStaticData.ResumeLayout(false);
- this.panStaticData.PerformLayout();
- this.tbcFund.ResumeLayout(false);
- this.tabGeneralInfo.ResumeLayout(false);
- this.tabGeneralInfo.PerformLayout();
- ((System.ComponentModel.ISupportInitialize)(this.grdTER)).EndInit();
- this.grbFees.ResumeLayout(false);
- this.grbFees.PerformLayout();
- ((System.ComponentModel.ISupportInitialize)(this.grdPortfolioManager)).EndInit();
- this.panel1.ResumeLayout(false);
- this.ResumeLayout(false);
- }
- #endregion
- private System.Windows.Forms.Panel panStaticData;
- private System.Windows.Forms.Label lblMainCode;
- private System.Windows.Forms.Label lblFundName;
- private System.Windows.Forms.TabControl tbcFund;
- private System.Windows.Forms.TabPage tabGeneralInfo;
- private System.Windows.Forms.TabPage tabProcess;
- private System.Windows.Forms.TabPage tabRisk;
- private System.Windows.Forms.TabPage tabOwnership;
- private System.Windows.Forms.TabPage tabPerformance;
- private System.Windows.Forms.Label lblDomicile;
- private System.Windows.Forms.Label lblInceptionDate;
- private System.Windows.Forms.Label lblCategory;
- private System.Windows.Forms.Label label3;
- private System.Windows.Forms.Label label2;
- private System.Windows.Forms.TextBox txtInvestmentObjective;
- private System.Windows.Forms.Label label1;
- private System.Windows.Forms.DataGridView grdPortfolioManager;
- private System.Windows.Forms.Label label4;
- private System.Windows.Forms.TextBox txtInvestmentPhilosophy;
- private System.Windows.Forms.TextBox txtBenchmark;
- private System.Windows.Forms.GroupBox grbFees;
- private System.Windows.Forms.Label label5;
- private System.Windows.Forms.DataGridView grdTER;
- private System.Windows.Forms.TextBox txtManagementFee;
- private System.Windows.Forms.Label label6;
- private System.Windows.Forms.TextBox txtRedemptionFee;
- private System.Windows.Forms.Label label7;
- private System.Windows.Forms.TextBox txtSubscriptionFee;
- private System.Windows.Forms.Label label8;
- private System.Windows.Forms.TextBox txtAdministrationFee;
- private System.Windows.Forms.Label label9;
- private System.Windows.Forms.Label label14;
- private System.Windows.Forms.TextBox txtTrusteeFee;
- private System.Windows.Forms.Label label11;
- private System.Windows.Forms.TextBox txtPerformanceFee;
- private System.Windows.Forms.Label label12;
- private System.Windows.Forms.TextBox txtSwitchingFee;
- private System.Windows.Forms.Label label13;
- private System.Windows.Forms.TextBox txtPolicyOfClosingFund;
- private System.Windows.Forms.Panel panel1;
- private System.Windows.Forms.Button btnSaveGeneralInfo;
- }
- }
|