MortgageCalculator.Designer.cs
namespace MortgageCalculator
{
partial class Form1
{
/// <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.udInterest = new System.Windows.Forms.NumericUpDown();
this.label1 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.label4 = new System.Windows.Forms.Label();
this.label5 = new System.Windows.Forms.Label();
this.label6 = new System.Windows.Forms.Label();
this.udTerm = new System.Windows.Forms.NumericUpDown();
this.label7 = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.label8 = new System.Windows.Forms.Label();
this.label9 = new System.Windows.Forms.Label();
this.btnCalculate = new System.Windows.Forms.Button();
this.label10 = new System.Windows.Forms.Label();
this.label11 = new System.Windows.Forms.Label();
this.txtInsurance = new MortgageCalculator.ThousandsTextBox();
this.txtPropertyTax = new MortgageCalculator.ThousandsTextBox();
this.txtPayment = new MortgageCalculator.ThousandsTextBox();
this.txtDownPayment = new MortgageCalculator.ThousandsTextBox();
this.txtLoanAmount = new MortgageCalculator.ThousandsTextBox();
((System.ComponentModel.ISupportInitialize)(this.udInterest)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.udTerm)).BeginInit();
this.SuspendLayout();
//
// udInterest
//
this.udInterest.DecimalPlaces = 4;
this.udInterest.Increment = new decimal(new int[] {
125,
0,
0,
196608});
this.udInterest.Location = new System.Drawing.Point(110, 63);
this.udInterest.Name = “udInterest”;
this.udInterest.Size = new System.Drawing.Size(62, 20);
this.udInterest.TabIndex = 2;
this.udInterest.Value = new decimal(new int[] {
6,
0,
0,
0});
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(12, 15);
this.label1.Name = “label1″;
this.label1.Size = new System.Drawing.Size(82, 13);
this.label1.TabIndex = 2;
this.label1.Text = “Purchase Price:”;
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(24, 65);
this.label2.Name = “label2″;
this.label2.Size = new System.Drawing.Size(45, 13);
this.label2.TabIndex = 4;
this.label2.Text = “Interest:”;
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(12, 101);
this.label4.Name = “label4″;
this.label4.Size = new System.Drawing.Size(82, 13);
this.label4.TabIndex = 7;
this.label4.Text = “Down Payment:”;
//
// label5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(12, 205);
this.label5.Name = “label5″;
this.label5.Size = new System.Drawing.Size(91, 13);
this.label5.TabIndex = 9;
this.label5.Text = “Monthly Payment:”;
//
// label6
//
this.label6.AutoSize = true;
this.label6.Location = new System.Drawing.Point(12, 41);
this.label6.Name = “label6″;
this.label6.Size = new System.Drawing.Size(61, 13);
this.label6.TabIndex = 11;
this.label6.Text = “Loan Term:”;
//
// udTerm
//
this.udTerm.Location = new System.Drawing.Point(110, 37);
this.udTerm.Name = “udTerm”;
this.udTerm.Size = new System.Drawing.Size(62, 20);
this.udTerm.TabIndex = 1;
this.udTerm.Value = new decimal(new int[] {
30,
0,
0,
0});
//
// label7
//
this.label7.AutoSize = true;
this.label7.Location = new System.Drawing.Point(178, 41);
this.label7.Name = “label7″;
this.label7.Size = new System.Drawing.Size(35, 13);
this.label7.TabIndex = 13;
this.label7.Text = “years.”;
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(24, 137);
this.label3.Name = “label3″;
this.label3.Size = new System.Drawing.Size(70, 13);
this.label3.TabIndex = 15;
this.label3.Text = “Property Tax:”;
//
// label8
//
this.label8.AutoSize = true;
this.label8.Location = new System.Drawing.Point(178, 65);
this.label8.Name = “label8″;
this.label8.Size = new System.Drawing.Size(15, 13);
this.label8.TabIndex = 16;
this.label8.Text = “%”;
//
// label9
//
this.label9.AutoSize = true;
this.label9.Location = new System.Drawing.Point(242, 137);
this.label9.Name = “label9″;
this.label9.Size = new System.Drawing.Size(48, 13);
this.label9.TabIndex = 17;
this.label9.Text = “per year.”;
//
// btnCalculate
//
this.btnCalculate.Location = new System.Drawing.Point(110, 239);
this.btnCalculate.Name = “btnCalculate”;
this.btnCalculate.Size = new System.Drawing.Size(75, 23);
this.btnCalculate.TabIndex = 6;
this.btnCalculate.Text = “Calculate”;
this.btnCalculate.UseVisualStyleBackColor = true;
this.btnCalculate.Click += new System.EventHandler(this.btnCalculate_Click);
//
// label10
//
this.label10.AutoSize = true;
this.label10.Location = new System.Drawing.Point(12, 172);
this.label10.Name = “label10″;
this.label10.Size = new System.Drawing.Size(82, 13);
this.label10.TabIndex = 20;
this.label10.Text = “PMI (Insurance)”;
//
// label11
//
this.label11.AutoSize = true;
this.label11.Location = new System.Drawing.Point(242, 172);
this.label11.Name = “label11″;
this.label11.Size = new System.Drawing.Size(48, 13);
this.label11.TabIndex = 22;
this.label11.Text = “per year.”;
//
// txtInsurance
//
this.txtInsurance.CurrentTypedValue = “”;
this.txtInsurance.CurrentValue = 0;
this.txtInsurance.Location = new System.Drawing.Point(110, 169);
this.txtInsurance.Name = “txtInsurance”;
this.txtInsurance.Size = new System.Drawing.Size(116, 20);
this.txtInsurance.TabIndex = 5;
//
// txtPropertyTax
//
this.txtPropertyTax.CurrentTypedValue = “”;
this.txtPropertyTax.CurrentValue = 0;
this.txtPropertyTax.Location = new System.Drawing.Point(110, 134);
this.txtPropertyTax.Name = “txtPropertyTax”;
this.txtPropertyTax.Size = new System.Drawing.Size(116, 20);
this.txtPropertyTax.TabIndex = 4;
//
// txtPayment
//
this.txtPayment.CurrentTypedValue = “”;
this.txtPayment.CurrentValue = 0;
this.txtPayment.Location = new System.Drawing.Point(110, 202);
this.txtPayment.Name = “txtPayment”;
this.txtPayment.ReadOnly = true;
this.txtPayment.Size = new System.Drawing.Size(116, 20);
this.txtPayment.TabIndex = 10;
this.txtPayment.Text = “0″;
//
// txtDownPayment
//
this.txtDownPayment.CurrentTypedValue = “”;
this.txtDownPayment.CurrentValue = 0;
this.txtDownPayment.Location = new System.Drawing.Point(110, 98);
this.txtDownPayment.Name = “txtDownPayment”;
this.txtDownPayment.Size = new System.Drawing.Size(116, 20);
this.txtDownPayment.TabIndex = 3;
//
// txtLoanAmount
//
this.txtLoanAmount.CurrentTypedValue = “”;
this.txtLoanAmount.CurrentValue = 0;
this.txtLoanAmount.Location = new System.Drawing.Point(110, 12);
this.txtLoanAmount.Name = “txtLoanAmount”;
this.txtLoanAmount.Size = new System.Drawing.Size(139, 20);
this.txtLoanAmount.TabIndex = 0;
//
// Form1
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(292, 267);
this.Controls.Add(this.label11);
this.Controls.Add(this.txtInsurance);
this.Controls.Add(this.label10);
this.Controls.Add(this.btnCalculate);
this.Controls.Add(this.txtPropertyTax);
this.Controls.Add(this.label9);
this.Controls.Add(this.label8);
this.Controls.Add(this.label3);
this.Controls.Add(this.label7);
this.Controls.Add(this.udTerm);
this.Controls.Add(this.label6);
this.Controls.Add(this.txtPayment);
this.Controls.Add(this.label5);
this.Controls.Add(this.txtDownPayment);
this.Controls.Add(this.label4);
this.Controls.Add(this.label2);
this.Controls.Add(this.txtLoanAmount);
this.Controls.Add(this.label1);
this.Controls.Add(this.udInterest);
this.Name = “Form1″;
this.Text = “Mortgage Calculator”;
((System.ComponentModel.ISupportInitialize)(this.udInterest)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.udTerm)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.NumericUpDown udInterest;
private System.Windows.Forms.Label label1;
private ThousandsTextBox txtLoanAmount;
private System.Windows.Forms.Label label2;
private ThousandsTextBox txtDownPayment;
private System.Windows.Forms.Label label4;
private ThousandsTextBox txtPayment;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.NumericUpDown udTerm;
private System.Windows.Forms.Label label7;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Label label8;
private System.Windows.Forms.Label label9;
private ThousandsTextBox txtPropertyTax;
private System.Windows.Forms.Button btnCalculate;
private ThousandsTextBox txtInsurance;
private System.Windows.Forms.Label label10;
private System.Windows.Forms.Label label11;
}
}

Comments
No comments yet.