namespace FutureValue
{
partial class frmFutureValue
{
///
/// 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()
{
btnExit = new System.Windows.Forms.Button();
btnCalculate = new System.Windows.Forms.Button();
txtInterestRate = new System.Windows.Forms.TextBox();
txtMonthlyInvestment = new System.Windows.Forms.TextBox();
label4 = new System.Windows.Forms.Label();
label3 = new System.Windows.Forms.Label();
label2 = new System.Windows.Forms.Label();
label1 = new System.Windows.Forms.Label();
cboYears = new System.Windows.Forms.ComboBox();
lstValues = new System.Windows.Forms.ListBox();
SuspendLayout();
//
// btnExit
//
btnExit.DialogResult = System.Windows.Forms.DialogResult.Cancel;
btnExit.Location = new System.Drawing.Point(191, 222);
btnExit.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
btnExit.Name = "btnExit";
btnExit.Size = new System.Drawing.Size(88, 27);
btnExit.TabIndex = 9;
btnExit.Text = "E&xit";
btnExit.Click += btnExit_Click;
//
// btnCalculate
//
btnCalculate.Location = new System.Drawing.Point(90, 222);
btnCalculate.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
btnCalculate.Name = "btnCalculate";
btnCalculate.Size = new System.Drawing.Size(88, 27);
btnCalculate.TabIndex = 8;
btnCalculate.Text = "&Calculate";
btnCalculate.Click += btnCalculate_Click;
//
// txtInterestRate
//
txtInterestRate.Location = new System.Drawing.Point(139, 43);
txtInterestRate.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
txtInterestRate.Name = "txtInterestRate";
txtInterestRate.Size = new System.Drawing.Size(97, 23);
txtInterestRate.TabIndex = 3;
txtInterestRate.Tag = "Yearly interest rate";
//
// txtMonthlyInvestment
//
txtMonthlyInvestment.Location = new System.Drawing.Point(139, 10);
txtMonthlyInvestment.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
txtMonthlyInvestment.Name = "txtMonthlyInvestment";
txtMonthlyInvestment.Size = new System.Drawing.Size(97, 23);
txtMonthlyInvestment.TabIndex = 1;
txtMonthlyInvestment.Tag = "Monthly investment";
//
// label4
//
label4.Location = new System.Drawing.Point(14, 106);
label4.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
label4.Name = "label4";
label4.Size = new System.Drawing.Size(133, 23);
label4.TabIndex = 6;
label4.Text = "Future Value:";
label4.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// label3
//
label3.Location = new System.Drawing.Point(14, 74);
label3.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
label3.Name = "label3";
label3.Size = new System.Drawing.Size(133, 23);
label3.TabIndex = 4;
label3.Text = "Number of Years:";
label3.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// label2
//
label2.Location = new System.Drawing.Point(14, 43);
label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
label2.Name = "label2";
label2.Size = new System.Drawing.Size(133, 23);
label2.TabIndex = 2;
label2.Text = "Yearly Interest Rate:";
label2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// label1
//
label1.Location = new System.Drawing.Point(14, 10);
label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
label1.Name = "label1";
label1.Size = new System.Drawing.Size(133, 23);
label1.TabIndex = 0;
label1.Text = "Monthly Investment:";
label1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// cboYears
//
cboYears.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
cboYears.FormattingEnabled = true;
cboYears.Location = new System.Drawing.Point(139, 77);
cboYears.Name = "cboYears";
cboYears.Size = new System.Drawing.Size(98, 23);
cboYears.TabIndex = 5;
//
// lstValues
//
lstValues.FormattingEnabled = true;
lstValues.ItemHeight = 15;
lstValues.Location = new System.Drawing.Point(101, 111);
lstValues.Name = "lstValues";
lstValues.Size = new System.Drawing.Size(168, 94);
lstValues.TabIndex = 7;
//
// frmFutureValue
//
AcceptButton = btnCalculate;
AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F);
AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
CancelButton = btnExit;
ClientSize = new System.Drawing.Size(294, 261);
Controls.Add(lstValues);
Controls.Add(cboYears);
Controls.Add(btnExit);
Controls.Add(btnCalculate);
Controls.Add(txtInterestRate);
Controls.Add(txtMonthlyInvestment);
Controls.Add(label4);
Controls.Add(label3);
Controls.Add(label2);
Controls.Add(label1);
Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
Name = "frmFutureValue";
StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
Text = "Future Value";
Load += frmFutureValue_Load;
ResumeLayout(false);
PerformLayout();
}
#endregion
private System.Windows.Forms.Button btnExit;
private System.Windows.Forms.Button btnCalculate;
private System.Windows.Forms.TextBox txtInterestRate;
private System.Windows.Forms.TextBox txtMonthlyInvestment;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.ComboBox cboYears;
private System.Windows.Forms.ListBox lstValues;
}
}