|
@@ -29,6 +29,7 @@
|
|
|
private void InitializeComponent()
|
|
private void InitializeComponent()
|
|
|
{
|
|
{
|
|
|
this.panStaticData = new System.Windows.Forms.Panel();
|
|
this.panStaticData = new System.Windows.Forms.Panel();
|
|
|
|
|
+ this.btnSaveGeneralInfo = new System.Windows.Forms.Button();
|
|
|
this.lblDomicile = new System.Windows.Forms.Label();
|
|
this.lblDomicile = new System.Windows.Forms.Label();
|
|
|
this.lblInceptionDate = new System.Windows.Forms.Label();
|
|
this.lblInceptionDate = new System.Windows.Forms.Label();
|
|
|
this.lblCategory = new System.Windows.Forms.Label();
|
|
this.lblCategory = new System.Windows.Forms.Label();
|
|
@@ -37,6 +38,8 @@
|
|
|
this.tbcFund = new System.Windows.Forms.TabControl();
|
|
this.tbcFund = new System.Windows.Forms.TabControl();
|
|
|
this.tabGeneralInfo = new System.Windows.Forms.TabPage();
|
|
this.tabGeneralInfo = new System.Windows.Forms.TabPage();
|
|
|
this.panGeneralInfoMain = new System.Windows.Forms.Panel();
|
|
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.txtPolicyOfClosingFund = new System.Windows.Forms.TextBox();
|
|
|
this.label14 = new System.Windows.Forms.Label();
|
|
this.label14 = new System.Windows.Forms.Label();
|
|
|
this.grdTER = new System.Windows.Forms.DataGridView();
|
|
this.grdTER = new System.Windows.Forms.DataGridView();
|
|
@@ -64,9 +67,12 @@
|
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
|
this.txtInvestmentObjective = new System.Windows.Forms.TextBox();
|
|
this.txtInvestmentObjective = new System.Windows.Forms.TextBox();
|
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
|
- this.btnSaveGeneralInfo = new System.Windows.Forms.Button();
|
|
|
|
|
this.tabProcess = new System.Windows.Forms.TabPage();
|
|
this.tabProcess = new System.Windows.Forms.TabPage();
|
|
|
this.panel2 = new System.Windows.Forms.Panel();
|
|
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.chkDerivatesForLeverage = new System.Windows.Forms.CheckBox();
|
|
|
this.chkDerivativesForMarket = new System.Windows.Forms.CheckBox();
|
|
this.chkDerivativesForMarket = new System.Windows.Forms.CheckBox();
|
|
|
this.chkDerivatesForHedging = new System.Windows.Forms.CheckBox();
|
|
this.chkDerivatesForHedging = new System.Windows.Forms.CheckBox();
|
|
@@ -81,7 +87,7 @@
|
|
|
this.tabRisk = new System.Windows.Forms.TabPage();
|
|
this.tabRisk = new System.Windows.Forms.TabPage();
|
|
|
this.tabOwnership = new System.Windows.Forms.TabPage();
|
|
this.tabOwnership = new System.Windows.Forms.TabPage();
|
|
|
this.tabPerformance = new System.Windows.Forms.TabPage();
|
|
this.tabPerformance = new System.Windows.Forms.TabPage();
|
|
|
- this.label16 = new System.Windows.Forms.Label();
|
|
|
|
|
|
|
+ this.ofdProcessDiagram = new System.Windows.Forms.OpenFileDialog();
|
|
|
this.panStaticData.SuspendLayout();
|
|
this.panStaticData.SuspendLayout();
|
|
|
this.tbcFund.SuspendLayout();
|
|
this.tbcFund.SuspendLayout();
|
|
|
this.tabGeneralInfo.SuspendLayout();
|
|
this.tabGeneralInfo.SuspendLayout();
|
|
@@ -108,6 +114,18 @@
|
|
|
this.panStaticData.Size = new System.Drawing.Size(1067, 76);
|
|
this.panStaticData.Size = new System.Drawing.Size(1067, 76);
|
|
|
this.panStaticData.TabIndex = 0;
|
|
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
|
|
// lblDomicile
|
|
|
//
|
|
//
|
|
|
this.lblDomicile.AutoSize = true;
|
|
this.lblDomicile.AutoSize = true;
|
|
@@ -187,6 +205,7 @@
|
|
|
//
|
|
//
|
|
|
this.panGeneralInfoMain.AutoScroll = true;
|
|
this.panGeneralInfoMain.AutoScroll = true;
|
|
|
this.panGeneralInfoMain.BackColor = System.Drawing.Color.Transparent;
|
|
this.panGeneralInfoMain.BackColor = System.Drawing.Color.Transparent;
|
|
|
|
|
+ this.panGeneralInfoMain.Controls.Add(this.btnAddManager);
|
|
|
this.panGeneralInfoMain.Controls.Add(this.label16);
|
|
this.panGeneralInfoMain.Controls.Add(this.label16);
|
|
|
this.panGeneralInfoMain.Controls.Add(this.txtPolicyOfClosingFund);
|
|
this.panGeneralInfoMain.Controls.Add(this.txtPolicyOfClosingFund);
|
|
|
this.panGeneralInfoMain.Controls.Add(this.label14);
|
|
this.panGeneralInfoMain.Controls.Add(this.label14);
|
|
@@ -207,6 +226,27 @@
|
|
|
this.panGeneralInfoMain.Size = new System.Drawing.Size(1053, 562);
|
|
this.panGeneralInfoMain.Size = new System.Drawing.Size(1053, 562);
|
|
|
this.panGeneralInfoMain.TabIndex = 14;
|
|
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
|
|
// txtPolicyOfClosingFund
|
|
|
//
|
|
//
|
|
|
this.txtPolicyOfClosingFund.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
this.txtPolicyOfClosingFund.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
@@ -214,7 +254,7 @@
|
|
|
this.txtPolicyOfClosingFund.Location = new System.Drawing.Point(24, 779);
|
|
this.txtPolicyOfClosingFund.Location = new System.Drawing.Point(24, 779);
|
|
|
this.txtPolicyOfClosingFund.Multiline = true;
|
|
this.txtPolicyOfClosingFund.Multiline = true;
|
|
|
this.txtPolicyOfClosingFund.Name = "txtPolicyOfClosingFund";
|
|
this.txtPolicyOfClosingFund.Name = "txtPolicyOfClosingFund";
|
|
|
- this.txtPolicyOfClosingFund.Size = new System.Drawing.Size(673, 124);
|
|
|
|
|
|
|
+ this.txtPolicyOfClosingFund.Size = new System.Drawing.Size(956, 79);
|
|
|
this.txtPolicyOfClosingFund.TabIndex = 12;
|
|
this.txtPolicyOfClosingFund.TabIndex = 12;
|
|
|
//
|
|
//
|
|
|
// label14
|
|
// label14
|
|
@@ -259,10 +299,10 @@
|
|
|
this.grbFees.Controls.Add(this.label6);
|
|
this.grbFees.Controls.Add(this.label6);
|
|
|
this.grbFees.Location = new System.Drawing.Point(370, 524);
|
|
this.grbFees.Location = new System.Drawing.Point(370, 524);
|
|
|
this.grbFees.Name = "grbFees";
|
|
this.grbFees.Name = "grbFees";
|
|
|
- this.grbFees.Size = new System.Drawing.Size(644, 218);
|
|
|
|
|
|
|
+ this.grbFees.Size = new System.Drawing.Size(610, 218);
|
|
|
this.grbFees.TabIndex = 9;
|
|
this.grbFees.TabIndex = 9;
|
|
|
this.grbFees.TabStop = false;
|
|
this.grbFees.TabStop = false;
|
|
|
- this.grbFees.Text = "Current Fees";
|
|
|
|
|
|
|
+ this.grbFees.Text = "Current Fees %";
|
|
|
//
|
|
//
|
|
|
// txtTrusteeFee
|
|
// txtTrusteeFee
|
|
|
//
|
|
//
|
|
@@ -388,15 +428,19 @@
|
|
|
//
|
|
//
|
|
|
// grdPortfolioManager
|
|
// grdPortfolioManager
|
|
|
//
|
|
//
|
|
|
|
|
+ this.grdPortfolioManager.AllowUserToAddRows = false;
|
|
|
this.grdPortfolioManager.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
this.grdPortfolioManager.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
|
this.grdPortfolioManager.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.DisplayedCells;
|
|
this.grdPortfolioManager.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.DisplayedCells;
|
|
|
this.grdPortfolioManager.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
|
this.grdPortfolioManager.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
|
|
this.grdPortfolioManager.Location = new System.Drawing.Point(24, 398);
|
|
this.grdPortfolioManager.Location = new System.Drawing.Point(24, 398);
|
|
|
|
|
+ this.grdPortfolioManager.MultiSelect = false;
|
|
|
this.grdPortfolioManager.Name = "grdPortfolioManager";
|
|
this.grdPortfolioManager.Name = "grdPortfolioManager";
|
|
|
this.grdPortfolioManager.RowTemplate.Height = 23;
|
|
this.grdPortfolioManager.RowTemplate.Height = 23;
|
|
|
- this.grdPortfolioManager.Size = new System.Drawing.Size(990, 85);
|
|
|
|
|
|
|
+ this.grdPortfolioManager.Size = new System.Drawing.Size(956, 85);
|
|
|
this.grdPortfolioManager.TabIndex = 7;
|
|
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
|
|
// label4
|
|
|
//
|
|
//
|
|
@@ -414,7 +458,7 @@
|
|
|
this.txtInvestmentPhilosophy.Location = new System.Drawing.Point(24, 255);
|
|
this.txtInvestmentPhilosophy.Location = new System.Drawing.Point(24, 255);
|
|
|
this.txtInvestmentPhilosophy.Multiline = true;
|
|
this.txtInvestmentPhilosophy.Multiline = true;
|
|
|
this.txtInvestmentPhilosophy.Name = "txtInvestmentPhilosophy";
|
|
this.txtInvestmentPhilosophy.Name = "txtInvestmentPhilosophy";
|
|
|
- this.txtInvestmentPhilosophy.Size = new System.Drawing.Size(990, 95);
|
|
|
|
|
|
|
+ this.txtInvestmentPhilosophy.Size = new System.Drawing.Size(956, 95);
|
|
|
this.txtInvestmentPhilosophy.TabIndex = 5;
|
|
this.txtInvestmentPhilosophy.TabIndex = 5;
|
|
|
//
|
|
//
|
|
|
// txtBenchmark
|
|
// txtBenchmark
|
|
@@ -422,8 +466,9 @@
|
|
|
this.txtBenchmark.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
this.txtBenchmark.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
|
this.txtBenchmark.Location = new System.Drawing.Point(24, 179);
|
|
this.txtBenchmark.Location = new System.Drawing.Point(24, 179);
|
|
|
|
|
+ this.txtBenchmark.MaxLength = 260;
|
|
|
this.txtBenchmark.Name = "txtBenchmark";
|
|
this.txtBenchmark.Name = "txtBenchmark";
|
|
|
- this.txtBenchmark.Size = new System.Drawing.Size(990, 26);
|
|
|
|
|
|
|
+ this.txtBenchmark.Size = new System.Drawing.Size(956, 26);
|
|
|
this.txtBenchmark.TabIndex = 4;
|
|
this.txtBenchmark.TabIndex = 4;
|
|
|
//
|
|
//
|
|
|
// label3
|
|
// label3
|
|
@@ -451,7 +496,7 @@
|
|
|
this.txtInvestmentObjective.Location = new System.Drawing.Point(24, 39);
|
|
this.txtInvestmentObjective.Location = new System.Drawing.Point(24, 39);
|
|
|
this.txtInvestmentObjective.Multiline = true;
|
|
this.txtInvestmentObjective.Multiline = true;
|
|
|
this.txtInvestmentObjective.Name = "txtInvestmentObjective";
|
|
this.txtInvestmentObjective.Name = "txtInvestmentObjective";
|
|
|
- this.txtInvestmentObjective.Size = new System.Drawing.Size(990, 95);
|
|
|
|
|
|
|
+ this.txtInvestmentObjective.Size = new System.Drawing.Size(956, 95);
|
|
|
this.txtInvestmentObjective.TabIndex = 1;
|
|
this.txtInvestmentObjective.TabIndex = 1;
|
|
|
//
|
|
//
|
|
|
// label1
|
|
// label1
|
|
@@ -463,18 +508,6 @@
|
|
|
this.label1.TabIndex = 0;
|
|
this.label1.TabIndex = 0;
|
|
|
this.label1.Text = "Investment Objective";
|
|
this.label1.Text = "Investment Objective";
|
|
|
//
|
|
//
|
|
|
- // 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);
|
|
|
|
|
- //
|
|
|
|
|
// tabProcess
|
|
// tabProcess
|
|
|
//
|
|
//
|
|
|
this.tabProcess.AutoScroll = true;
|
|
this.tabProcess.AutoScroll = true;
|
|
@@ -490,6 +523,10 @@
|
|
|
// panel2
|
|
// panel2
|
|
|
//
|
|
//
|
|
|
this.panel2.AutoScroll = true;
|
|
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.chkDerivatesForLeverage);
|
|
|
this.panel2.Controls.Add(this.chkDerivativesForMarket);
|
|
this.panel2.Controls.Add(this.chkDerivativesForMarket);
|
|
|
this.panel2.Controls.Add(this.chkDerivatesForHedging);
|
|
this.panel2.Controls.Add(this.chkDerivatesForHedging);
|
|
@@ -507,6 +544,46 @@
|
|
|
this.panel2.Size = new System.Drawing.Size(1053, 562);
|
|
this.panel2.Size = new System.Drawing.Size(1053, 562);
|
|
|
this.panel2.TabIndex = 0;
|
|
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
|
|
// chkDerivatesForLeverage
|
|
|
//
|
|
//
|
|
|
this.chkDerivatesForLeverage.AutoSize = true;
|
|
this.chkDerivatesForLeverage.AutoSize = true;
|
|
@@ -565,6 +642,7 @@
|
|
|
this.chkUseDerivatives.TabIndex = 6;
|
|
this.chkUseDerivatives.TabIndex = 6;
|
|
|
this.chkUseDerivatives.Text = "Does the fund actually use derivatives for now?";
|
|
this.chkUseDerivatives.Text = "Does the fund actually use derivatives for now?";
|
|
|
this.chkUseDerivatives.UseVisualStyleBackColor = true;
|
|
this.chkUseDerivatives.UseVisualStyleBackColor = true;
|
|
|
|
|
+ this.chkUseDerivatives.CheckedChanged += new System.EventHandler(this.chkUseDerivatives_CheckedChanged);
|
|
|
//
|
|
//
|
|
|
// chkAllowDerivatives
|
|
// chkAllowDerivatives
|
|
|
//
|
|
//
|
|
@@ -581,20 +659,21 @@
|
|
|
//
|
|
//
|
|
|
this.btnUploadProcessDiagram.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
this.btnUploadProcessDiagram.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
|
- this.btnUploadProcessDiagram.Location = new System.Drawing.Point(955, 260);
|
|
|
|
|
|
|
+ this.btnUploadProcessDiagram.Location = new System.Drawing.Point(925, 260);
|
|
|
this.btnUploadProcessDiagram.Name = "btnUploadProcessDiagram";
|
|
this.btnUploadProcessDiagram.Name = "btnUploadProcessDiagram";
|
|
|
- this.btnUploadProcessDiagram.Size = new System.Drawing.Size(75, 23);
|
|
|
|
|
|
|
+ this.btnUploadProcessDiagram.Size = new System.Drawing.Size(54, 23);
|
|
|
this.btnUploadProcessDiagram.TabIndex = 3;
|
|
this.btnUploadProcessDiagram.TabIndex = 3;
|
|
|
this.btnUploadProcessDiagram.Text = "Upload";
|
|
this.btnUploadProcessDiagram.Text = "Upload";
|
|
|
this.btnUploadProcessDiagram.UseVisualStyleBackColor = true;
|
|
this.btnUploadProcessDiagram.UseVisualStyleBackColor = true;
|
|
|
|
|
+ this.btnUploadProcessDiagram.Click += new System.EventHandler(this.btnUploadProcessDiagram_Click);
|
|
|
//
|
|
//
|
|
|
// btnDeleteProcessDiagram
|
|
// btnDeleteProcessDiagram
|
|
|
//
|
|
//
|
|
|
this.btnDeleteProcessDiagram.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
this.btnDeleteProcessDiagram.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
|
- this.btnDeleteProcessDiagram.Location = new System.Drawing.Point(874, 260);
|
|
|
|
|
|
|
+ this.btnDeleteProcessDiagram.Location = new System.Drawing.Point(816, 260);
|
|
|
this.btnDeleteProcessDiagram.Name = "btnDeleteProcessDiagram";
|
|
this.btnDeleteProcessDiagram.Name = "btnDeleteProcessDiagram";
|
|
|
- this.btnDeleteProcessDiagram.Size = new System.Drawing.Size(75, 23);
|
|
|
|
|
|
|
+ this.btnDeleteProcessDiagram.Size = new System.Drawing.Size(54, 23);
|
|
|
this.btnDeleteProcessDiagram.TabIndex = 2;
|
|
this.btnDeleteProcessDiagram.TabIndex = 2;
|
|
|
this.btnDeleteProcessDiagram.Text = "Delete";
|
|
this.btnDeleteProcessDiagram.Text = "Delete";
|
|
|
this.btnDeleteProcessDiagram.UseVisualStyleBackColor = true;
|
|
this.btnDeleteProcessDiagram.UseVisualStyleBackColor = true;
|
|
@@ -606,7 +685,7 @@
|
|
|
this.picFundProcess.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
this.picFundProcess.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
|
this.picFundProcess.Location = new System.Drawing.Point(18, 36);
|
|
this.picFundProcess.Location = new System.Drawing.Point(18, 36);
|
|
|
this.picFundProcess.Name = "picFundProcess";
|
|
this.picFundProcess.Name = "picFundProcess";
|
|
|
- this.picFundProcess.Size = new System.Drawing.Size(1012, 218);
|
|
|
|
|
|
|
+ this.picFundProcess.Size = new System.Drawing.Size(961, 218);
|
|
|
this.picFundProcess.TabIndex = 1;
|
|
this.picFundProcess.TabIndex = 1;
|
|
|
this.picFundProcess.TabStop = false;
|
|
this.picFundProcess.TabStop = false;
|
|
|
//
|
|
//
|
|
@@ -647,13 +726,9 @@
|
|
|
this.tabPerformance.Text = "Performance";
|
|
this.tabPerformance.Text = "Performance";
|
|
|
this.tabPerformance.UseVisualStyleBackColor = true;
|
|
this.tabPerformance.UseVisualStyleBackColor = true;
|
|
|
//
|
|
//
|
|
|
- // label16
|
|
|
|
|
|
|
+ // ofdProcessDiagram
|
|
|
//
|
|
//
|
|
|
- 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;
|
|
|
|
|
|
|
+ this.ofdProcessDiagram.FileName = "*.png";
|
|
|
//
|
|
//
|
|
|
// FundQ
|
|
// FundQ
|
|
|
//
|
|
//
|
|
@@ -741,5 +816,11 @@
|
|
|
private System.Windows.Forms.CheckBox chkUseDerivatives;
|
|
private System.Windows.Forms.CheckBox chkUseDerivatives;
|
|
|
private System.Windows.Forms.Panel panGeneralInfoMain;
|
|
private System.Windows.Forms.Panel panGeneralInfoMain;
|
|
|
private System.Windows.Forms.Label label16;
|
|
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;
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|