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() { this.btnExit = new System.Windows.Forms.Button(); this.btnCalculate = new System.Windows.Forms.Button(); this.txtYears = new System.Windows.Forms.TextBox(); this.txtInterestRate = new System.Windows.Forms.TextBox(); this.txtMonthlyInvestment = new System.Windows.Forms.TextBox(); this.label4 = new System.Windows.Forms.Label(); this.label3 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.label1 = new System.Windows.Forms.Label(); this.txtFutureValue = new System.Windows.Forms.TextBox(); this.SuspendLayout(); // // btnExit // this.btnExit.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.btnExit.Location = new System.Drawing.Point(141, 126); this.btnExit.Name = "btnExit"; this.btnExit.Size = new System.Drawing.Size(75, 23); this.btnExit.TabIndex = 19; this.btnExit.Text = "E&xit"; this.btnExit.Click += new System.EventHandler(this.btnExit_Click); // // btnCalculate // this.btnCalculate.Location = new System.Drawing.Point(54, 126); this.btnCalculate.Name = "btnCalculate"; this.btnCalculate.Size = new System.Drawing.Size(75, 23); this.btnCalculate.TabIndex = 18; this.btnCalculate.Text = "&Calculate"; this.btnCalculate.Click += new System.EventHandler(this.btnCalculate_Click); // // txtYears // this.txtYears.Location = new System.Drawing.Point(132, 64); this.txtYears.Name = "txtYears"; this.txtYears.Size = new System.Drawing.Size(84, 20); this.txtYears.TabIndex = 17; // // txtInterestRate // this.txtInterestRate.Location = new System.Drawing.Point(132, 37); this.txtInterestRate.Name = "txtInterestRate"; this.txtInterestRate.Size = new System.Drawing.Size(84, 20); this.txtInterestRate.TabIndex = 16; // // txtMonthlyInvestment // this.txtMonthlyInvestment.Location = new System.Drawing.Point(132, 9); this.txtMonthlyInvestment.Name = "txtMonthlyInvestment"; this.txtMonthlyInvestment.Size = new System.Drawing.Size(84, 20); this.txtMonthlyInvestment.TabIndex = 15; // // label4 // this.label4.Location = new System.Drawing.Point(12, 92); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(114, 20); this.label4.TabIndex = 13; this.label4.Text = "Future Value:"; this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // label3 // this.label3.Location = new System.Drawing.Point(12, 64); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(114, 20); this.label3.TabIndex = 12; this.label3.Text = "Number of Years:"; this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // label2 // this.label2.Location = new System.Drawing.Point(12, 37); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(114, 20); this.label2.TabIndex = 11; this.label2.Text = "Yearly Interest Rate:"; this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // label1 // this.label1.Location = new System.Drawing.Point(12, 9); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(114, 20); this.label1.TabIndex = 10; this.label1.Text = "Monthly Investment:"; this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // txtFutureValue // this.txtFutureValue.Location = new System.Drawing.Point(132, 93); this.txtFutureValue.Name = "txtFutureValue"; this.txtFutureValue.ReadOnly = true; this.txtFutureValue.Size = new System.Drawing.Size(84, 20); this.txtFutureValue.TabIndex = 20; this.txtFutureValue.TabStop = false; // // frmFutureValue // this.AcceptButton = this.btnCalculate; this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.CancelButton = this.btnExit; this.ClientSize = new System.Drawing.Size(243, 160); this.Controls.Add(this.txtFutureValue); this.Controls.Add(this.btnExit); this.Controls.Add(this.btnCalculate); this.Controls.Add(this.txtYears); this.Controls.Add(this.txtInterestRate); this.Controls.Add(this.txtMonthlyInvestment); this.Controls.Add(this.label4); this.Controls.Add(this.label3); this.Controls.Add(this.label2); this.Controls.Add(this.label1); this.Name = "frmFutureValue"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "Future Value"; this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Button btnExit; private System.Windows.Forms.Button btnCalculate; private System.Windows.Forms.TextBox txtYears; 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.TextBox txtFutureValue; } }