namespace ddq { partial class FundQ { /// /// 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.panStaticData = new System.Windows.Forms.Panel(); this.btnSaveGeneralInfo = new System.Windows.Forms.Button(); 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.panGeneralInfoMain = new System.Windows.Forms.Panel(); this.btnAddManager = new System.Windows.Forms.Button(); this.label16 = new System.Windows.Forms.Label(); this.txtPolicyOfClosingFund = new System.Windows.Forms.TextBox(); this.label14 = new System.Windows.Forms.Label(); this.grdTER = new System.Windows.Forms.DataGridView(); this.grbFees = new System.Windows.Forms.GroupBox(); 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.txtAdministrationFee = new System.Windows.Forms.TextBox(); this.label9 = new System.Windows.Forms.Label(); 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.panel2 = new System.Windows.Forms.Panel(); this.label18 = new System.Windows.Forms.Label(); this.txtOverrunPriceTarget = new System.Windows.Forms.TextBox(); this.label17 = new System.Windows.Forms.Label(); this.chkPriceTarget = new System.Windows.Forms.CheckBox(); this.chkDerivatesForLeverage = new System.Windows.Forms.CheckBox(); this.chkDerivativesForMarket = new System.Windows.Forms.CheckBox(); this.chkDerivatesForHedging = new System.Windows.Forms.CheckBox(); this.chkDerivativesForEfficent = new System.Windows.Forms.CheckBox(); this.label15 = new System.Windows.Forms.Label(); this.chkUseDerivatives = new System.Windows.Forms.CheckBox(); this.chkAllowDerivatives = new System.Windows.Forms.CheckBox(); this.btnUploadProcessDiagram = new System.Windows.Forms.Button(); this.btnDeleteProcessDiagram = new System.Windows.Forms.Button(); this.picFundProcess = new System.Windows.Forms.PictureBox(); this.label10 = new System.Windows.Forms.Label(); this.tabRisk = new System.Windows.Forms.TabPage(); this.tabOwnership = new System.Windows.Forms.TabPage(); this.tabPerformance = new System.Windows.Forms.TabPage(); this.ofdProcessDiagram = new System.Windows.Forms.OpenFileDialog(); this.panStaticData.SuspendLayout(); this.tbcFund.SuspendLayout(); this.tabGeneralInfo.SuspendLayout(); this.panGeneralInfoMain.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.grdTER)).BeginInit(); this.grbFees.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.grdPortfolioManager)).BeginInit(); this.tabProcess.SuspendLayout(); this.panel2.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.picFundProcess)).BeginInit(); this.SuspendLayout(); // // panStaticData // this.panStaticData.Controls.Add(this.btnSaveGeneralInfo); 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; // // btnSaveGeneralInfo // this.btnSaveGeneralInfo.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.btnSaveGeneralInfo.Location = new System.Drawing.Point(980, 39); this.btnSaveGeneralInfo.Name = "btnSaveGeneralInfo"; this.btnSaveGeneralInfo.Size = new System.Drawing.Size(75, 28); this.btnSaveGeneralInfo.TabIndex = 0; this.btnSaveGeneralInfo.Text = "Save"; this.btnSaveGeneralInfo.UseVisualStyleBackColor = true; this.btnSaveGeneralInfo.Click += new System.EventHandler(this.btnSaveGeneralInfo_Click); // // 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.panGeneralInfoMain); 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; // // panGeneralInfoMain // this.panGeneralInfoMain.AutoScroll = true; this.panGeneralInfoMain.BackColor = System.Drawing.Color.Transparent; this.panGeneralInfoMain.Controls.Add(this.btnAddManager); this.panGeneralInfoMain.Controls.Add(this.label16); this.panGeneralInfoMain.Controls.Add(this.txtPolicyOfClosingFund); this.panGeneralInfoMain.Controls.Add(this.label14); this.panGeneralInfoMain.Controls.Add(this.grdTER); this.panGeneralInfoMain.Controls.Add(this.grbFees); this.panGeneralInfoMain.Controls.Add(this.label5); this.panGeneralInfoMain.Controls.Add(this.grdPortfolioManager); this.panGeneralInfoMain.Controls.Add(this.label4); this.panGeneralInfoMain.Controls.Add(this.txtInvestmentPhilosophy); this.panGeneralInfoMain.Controls.Add(this.txtBenchmark); this.panGeneralInfoMain.Controls.Add(this.label3); this.panGeneralInfoMain.Controls.Add(this.label2); this.panGeneralInfoMain.Controls.Add(this.txtInvestmentObjective); this.panGeneralInfoMain.Controls.Add(this.label1); this.panGeneralInfoMain.Dock = System.Windows.Forms.DockStyle.Fill; this.panGeneralInfoMain.Location = new System.Drawing.Point(3, 3); this.panGeneralInfoMain.Name = "panGeneralInfoMain"; this.panGeneralInfoMain.Size = new System.Drawing.Size(1053, 562); this.panGeneralInfoMain.TabIndex = 14; // // btnAddManager // this.btnAddManager.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.btnAddManager.Font = new System.Drawing.Font("Calibri", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.btnAddManager.Location = new System.Drawing.Point(839, 369); this.btnAddManager.Name = "btnAddManager"; this.btnAddManager.Size = new System.Drawing.Size(141, 23); this.btnAddManager.TabIndex = 15; this.btnAddManager.Text = "Add a manager"; this.btnAddManager.UseVisualStyleBackColor = true; this.btnAddManager.Click += new System.EventHandler(this.btnAddManager_Click); // // label16 // this.label16.AutoSize = true; this.label16.Location = new System.Drawing.Point(24, 936); this.label16.Name = "label16"; this.label16.Size = new System.Drawing.Size(0, 18); this.label16.TabIndex = 14; // // 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(956, 79); this.txtPolicyOfClosingFund.TabIndex = 12; // // 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"; // // grdTER // this.grdTER.AllowUserToAddRows = false; this.grdTER.AllowUserToDeleteRows = false; this.grdTER.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.DisplayedCells; 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; this.grdTER.CellValidating += new System.Windows.Forms.DataGridViewCellValidatingEventHandler(this.grdTER_CellValidating); // // 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(610, 218); this.grbFees.TabIndex = 9; this.grbFees.TabStop = false; this.grbFees.Text = "Current Fees %"; // // 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"; // // 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"; // // 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.AllowUserToAddRows = false; this.grdPortfolioManager.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.grdPortfolioManager.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.DisplayedCells; this.grdPortfolioManager.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.grdPortfolioManager.Location = new System.Drawing.Point(24, 398); this.grdPortfolioManager.MultiSelect = false; this.grdPortfolioManager.Name = "grdPortfolioManager"; this.grdPortfolioManager.RowTemplate.Height = 23; this.grdPortfolioManager.Size = new System.Drawing.Size(956, 85); this.grdPortfolioManager.TabIndex = 7; this.grdPortfolioManager.CellValidating += new System.Windows.Forms.DataGridViewCellValidatingEventHandler(this.grdPortfolioManager_CellValidating); this.grdPortfolioManager.Validating += new System.ComponentModel.CancelEventHandler(this.grdPortfolioManager_Validating); // // 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(956, 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.MaxLength = 260; this.txtBenchmark.Name = "txtBenchmark"; this.txtBenchmark.Size = new System.Drawing.Size(956, 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(956, 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.AutoScroll = true; this.tabProcess.Controls.Add(this.panel2); 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; // // panel2 // this.panel2.AutoScroll = true; this.panel2.Controls.Add(this.label18); this.panel2.Controls.Add(this.txtOverrunPriceTarget); this.panel2.Controls.Add(this.label17); this.panel2.Controls.Add(this.chkPriceTarget); this.panel2.Controls.Add(this.chkDerivatesForLeverage); this.panel2.Controls.Add(this.chkDerivativesForMarket); this.panel2.Controls.Add(this.chkDerivatesForHedging); this.panel2.Controls.Add(this.chkDerivativesForEfficent); this.panel2.Controls.Add(this.label15); this.panel2.Controls.Add(this.chkUseDerivatives); this.panel2.Controls.Add(this.chkAllowDerivatives); this.panel2.Controls.Add(this.btnUploadProcessDiagram); this.panel2.Controls.Add(this.btnDeleteProcessDiagram); this.panel2.Controls.Add(this.picFundProcess); this.panel2.Controls.Add(this.label10); this.panel2.Dock = System.Windows.Forms.DockStyle.Fill; this.panel2.Location = new System.Drawing.Point(3, 3); this.panel2.Name = "panel2"; this.panel2.Size = new System.Drawing.Size(1053, 562); this.panel2.TabIndex = 0; // // label18 // this.label18.AutoSize = true; this.label18.Location = new System.Drawing.Point(15, 704); this.label18.Name = "label18"; this.label18.Size = new System.Drawing.Size(363, 18); this.label18.TabIndex = 15; this.label18.Text = "-----------------------------------------------------------------------"; // // txtOverrunPriceTarget // this.txtOverrunPriceTarget.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.txtOverrunPriceTarget.Location = new System.Drawing.Point(18, 566); this.txtOverrunPriceTarget.Multiline = true; this.txtOverrunPriceTarget.Name = "txtOverrunPriceTarget"; this.txtOverrunPriceTarget.Size = new System.Drawing.Size(961, 56); this.txtOverrunPriceTarget.TabIndex = 14; // // label17 // this.label17.AutoSize = true; this.label17.Location = new System.Drawing.Point(18, 545); this.label17.Name = "label17"; this.label17.Size = new System.Drawing.Size(708, 18); this.label17.TabIndex = 13; this.label17.Text = "Describe to what extent can the fund managers overrun these set prices before tri" + "mming/selling off the position?"; // // chkPriceTarget // this.chkPriceTarget.AutoSize = true; this.chkPriceTarget.Location = new System.Drawing.Point(18, 510); this.chkPriceTarget.Name = "chkPriceTarget"; this.chkPriceTarget.Size = new System.Drawing.Size(395, 22); this.chkPriceTarget.TabIndex = 12; this.chkPriceTarget.Text = "Are price targets assigned to every security in the portfolio?"; this.chkPriceTarget.UseVisualStyleBackColor = true; this.chkPriceTarget.CheckedChanged += new System.EventHandler(this.chkPriceTarget_CheckedChanged); // // chkDerivatesForLeverage // this.chkDerivatesForLeverage.AutoSize = true; this.chkDerivatesForLeverage.Location = new System.Drawing.Point(257, 471); this.chkDerivatesForLeverage.Name = "chkDerivatesForLeverage"; this.chkDerivatesForLeverage.Size = new System.Drawing.Size(194, 22); this.chkDerivatesForLeverage.TabIndex = 11; this.chkDerivatesForLeverage.Text = "Active allocation / leverage"; this.chkDerivatesForLeverage.UseVisualStyleBackColor = true; // // chkDerivativesForMarket // this.chkDerivativesForMarket.AutoSize = true; this.chkDerivativesForMarket.Location = new System.Drawing.Point(257, 443); this.chkDerivativesForMarket.Name = "chkDerivativesForMarket"; this.chkDerivativesForMarket.Size = new System.Drawing.Size(113, 22); this.chkDerivativesForMarket.TabIndex = 10; this.chkDerivativesForMarket.Text = "Market access"; this.chkDerivativesForMarket.UseVisualStyleBackColor = true; // // chkDerivatesForHedging // this.chkDerivatesForHedging.AutoSize = true; this.chkDerivatesForHedging.Location = new System.Drawing.Point(257, 415); this.chkDerivatesForHedging.Name = "chkDerivatesForHedging"; this.chkDerivatesForHedging.Size = new System.Drawing.Size(78, 22); this.chkDerivatesForHedging.TabIndex = 9; this.chkDerivatesForHedging.Text = "Hedging"; this.chkDerivatesForHedging.UseVisualStyleBackColor = true; // // chkDerivativesForEfficent // this.chkDerivativesForEfficent.AutoSize = true; this.chkDerivativesForEfficent.Location = new System.Drawing.Point(257, 387); this.chkDerivativesForEfficent.Name = "chkDerivativesForEfficent"; this.chkDerivativesForEfficent.Size = new System.Drawing.Size(219, 22); this.chkDerivativesForEfficent.TabIndex = 8; this.chkDerivativesForEfficent.Text = "Efficient portfolio management"; this.chkDerivativesForEfficent.UseVisualStyleBackColor = true; // // label15 // this.label15.AutoSize = true; this.label15.Location = new System.Drawing.Point(15, 386); this.label15.Name = "label15"; this.label15.Size = new System.Drawing.Size(224, 18); this.label15.TabIndex = 7; this.label15.Text = "The purpose to use derivatives are:"; // // chkUseDerivatives // this.chkUseDerivatives.AutoSize = true; this.chkUseDerivatives.Location = new System.Drawing.Point(18, 346); this.chkUseDerivatives.Name = "chkUseDerivatives"; this.chkUseDerivatives.Size = new System.Drawing.Size(319, 22); this.chkUseDerivatives.TabIndex = 6; this.chkUseDerivatives.Text = "Does the fund actually use derivatives for now?"; this.chkUseDerivatives.UseVisualStyleBackColor = true; this.chkUseDerivatives.CheckedChanged += new System.EventHandler(this.chkUseDerivatives_CheckedChanged); // // chkAllowDerivatives // this.chkAllowDerivatives.AutoSize = true; this.chkAllowDerivatives.Location = new System.Drawing.Point(18, 304); this.chkAllowDerivatives.Name = "chkAllowDerivatives"; this.chkAllowDerivatives.Size = new System.Drawing.Size(645, 22); this.chkAllowDerivatives.TabIndex = 5; this.chkAllowDerivatives.Text = "Does the fund‘s investment objective/policy/investment restriction allow for the " + "use of derivatives?"; this.chkAllowDerivatives.UseVisualStyleBackColor = true; // // btnUploadProcessDiagram // this.btnUploadProcessDiagram.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.btnUploadProcessDiagram.Location = new System.Drawing.Point(900, 260); this.btnUploadProcessDiagram.Name = "btnUploadProcessDiagram"; this.btnUploadProcessDiagram.Size = new System.Drawing.Size(79, 23); this.btnUploadProcessDiagram.TabIndex = 3; this.btnUploadProcessDiagram.Text = "Upload"; this.btnUploadProcessDiagram.UseVisualStyleBackColor = true; this.btnUploadProcessDiagram.Click += new System.EventHandler(this.btnUploadProcessDiagram_Click); // // btnDeleteProcessDiagram // this.btnDeleteProcessDiagram.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.btnDeleteProcessDiagram.Enabled = false; this.btnDeleteProcessDiagram.Location = new System.Drawing.Point(803, 260); this.btnDeleteProcessDiagram.Name = "btnDeleteProcessDiagram"; this.btnDeleteProcessDiagram.Size = new System.Drawing.Size(74, 23); this.btnDeleteProcessDiagram.TabIndex = 2; this.btnDeleteProcessDiagram.Text = "Delete"; this.btnDeleteProcessDiagram.UseVisualStyleBackColor = true; // // picFundProcess // this.picFundProcess.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.picFundProcess.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.picFundProcess.Location = new System.Drawing.Point(18, 36); this.picFundProcess.Name = "picFundProcess"; this.picFundProcess.Size = new System.Drawing.Size(961, 218); this.picFundProcess.TabIndex = 1; this.picFundProcess.TabStop = false; // // label10 // this.label10.AutoSize = true; this.label10.Location = new System.Drawing.Point(18, 15); this.label10.Name = "label10"; this.label10.Size = new System.Drawing.Size(872, 18); this.label10.TabIndex = 0; this.label10.Text = "Use a diagram to help explain your process; including references to the market in" + "efficiencies you aim to exploit and your buy/sell disciplines"; // // 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; // // ofdProcessDiagram // this.ofdProcessDiagram.FileName = "*.png"; // // 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.panGeneralInfoMain.ResumeLayout(false); this.panGeneralInfoMain.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.grdTER)).EndInit(); this.grbFees.ResumeLayout(false); this.grbFees.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.grdPortfolioManager)).EndInit(); this.tabProcess.ResumeLayout(false); this.panel2.ResumeLayout(false); this.panel2.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.picFundProcess)).EndInit(); 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.Button btnSaveGeneralInfo; private System.Windows.Forms.Panel panel2; private System.Windows.Forms.Label label10; private System.Windows.Forms.CheckBox chkAllowDerivatives; private System.Windows.Forms.Button btnUploadProcessDiagram; private System.Windows.Forms.Button btnDeleteProcessDiagram; private System.Windows.Forms.PictureBox picFundProcess; private System.Windows.Forms.CheckBox chkDerivatesForLeverage; private System.Windows.Forms.CheckBox chkDerivativesForMarket; private System.Windows.Forms.CheckBox chkDerivatesForHedging; private System.Windows.Forms.CheckBox chkDerivativesForEfficent; private System.Windows.Forms.Label label15; private System.Windows.Forms.CheckBox chkUseDerivatives; private System.Windows.Forms.Panel panGeneralInfoMain; private System.Windows.Forms.Label label16; private System.Windows.Forms.CheckBox chkPriceTarget; private System.Windows.Forms.Label label18; private System.Windows.Forms.TextBox txtOverrunPriceTarget; private System.Windows.Forms.Label label17; private System.Windows.Forms.OpenFileDialog ofdProcessDiagram; private System.Windows.Forms.Button btnAddManager; } }