namespace Apartment_Management
{
partial class Reservation1
{
/// <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.Property_Name = new System.Windows.Forms.TextBox();
this.Unit_Number = new System.Windows.Forms.TextBox();
this.label1 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.Add_Record = new System.Windows.Forms.Button();
this.label3 = new System.Windows.Forms.Label();
this.Reservation_Number_Txt = new System.Windows.Forms.TextBox();
this.label4 = new System.Windows.Forms.Label();
this.Security_Deposit = new System.Windows.Forms.TextBox();
this.label5 = new System.Windows.Forms.Label();
this.Type_of_Payment = new System.Windows.Forms.TextBox();
this.label6 = new System.Windows.Forms.Label();
this.textBox1 = new System.Windows.Forms.TextBox();
this.label7 = new System.Windows.Forms.Label();
this.Last_Name = new System.Windows.Forms.TextBox();
this.label8 = new System.Windows.Forms.Label();
this.First_Name = new System.Windows.Forms.TextBox();
this.label9 = new System.Windows.Forms.Label();
this.Middle_Name = new System.Windows.Forms.TextBox();
this.label10 = new System.Windows.Forms.Label();
this.textBox2 = new System.Windows.Forms.TextBox();
this.label11 = new System.Windows.Forms.Label();
this.City = new System.Windows.Forms.TextBox();
this.label12 = new System.Windows.Forms.Label();
this.State = new System.Windows.Forms.TextBox();
this.label13 = new System.Windows.Forms.Label();
this.Zip_Code = new System.Windows.Forms.TextBox();
this.label14 = new System.Windows.Forms.Label();
this.Driver_License = new System.Windows.Forms.TextBox();
this.label15 = new System.Windows.Forms.Label();
this.Social_Security = new System.Windows.Forms.TextBox();
this.label16 = new System.Windows.Forms.Label();
this.Home_Phone = new System.Windows.Forms.TextBox();
this.label17 = new System.Windows.Forms.Label();
this.Work_Phone = new System.Windows.Forms.TextBox();
this.label18 = new System.Windows.Forms.Label();
this.Credit_Card = new System.Windows.Forms.TextBox();
this.label19 = new System.Windows.Forms.Label();
this.Date_Moved_In_Planned = new System.Windows.Forms.TextBox();
this.label20 = new System.Windows.Forms.Label();
this.Date_Reserved = new System.Windows.Forms.TextBox();
this.label21 = new System.Windows.Forms.Label();
this.Reservation_Cancelled = new System.Windows.Forms.TextBox();
this.label22 = new System.Windows.Forms.Label();
this.Lease_Months = new System.Windows.Forms.TextBox();
this.SuspendLayout();
//
// Property_Name
//
this.Property_Name.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.Property_Name.Location = new System.Drawing.Point(206, 101);
this.Property_Name.Multiline = true;
this.Property_Name.Name = "Property_Name";
this.Property_Name.Size = new System.Drawing.Size(269, 31);
this.Property_Name.TabIndex = 1;
//
// Unit_Number
//
this.Unit_Number.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.Unit_Number.Location = new System.Drawing.Point(473, 101);
this.Unit_Number.Multiline = true;
this.Unit_Number.Name = "Unit_Number";
this.Unit_Number.Size = new System.Drawing.Size(158, 31);
this.Unit_Number.TabIndex = 2;
//
// label1
//
this.label1.AutoSize = true;
this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label1.Location = new System.Drawing.Point(205, 73);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(142, 25);
this.label1.TabIndex = 2;
this.label1.Text = "Property Name";
//
// label2
//
this.label2.AutoSize = true;
this.label2.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label2.Location = new System.Drawing.Point(468, 72);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(120, 25);
this.label2.TabIndex = 3;
this.label2.Text = "Unit Number";
//
// Add_Record
//
this.Add_Record.Font = new System.Drawing.Font("Microsoft Sans Serif", 10.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.Add_Record.Location = new System.Drawing.Point(15, 481);
this.Add_Record.Name = "Add_Record";
this.Add_Record.Size = new System.Drawing.Size(147, 35);
this.Add_Record.TabIndex = 23;
this.Add_Record.Text = "Add Record";
this.Add_Record.UseVisualStyleBackColor = true;
this.Add_Record.Click += new System.EventHandler(this.Add_Record_Click);
//
// label3
//
this.label3.AutoSize = true;
this.label3.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label3.Location = new System.Drawing.Point(11, 73);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(189, 25);
this.label3.TabIndex = 6;
this.label3.Text = "Reservation Number";
//
// Reservation_Number_Txt
//
this.Reservation_Number_Txt.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.Reservation_Number_Txt.Location = new System.Drawing.Point(12, 101);
this.Reservation_Number_Txt.Multiline = true;
this.Reservation_Number_Txt.Name = "Reservation_Number_Txt";
this.Reservation_Number_Txt.Size = new System.Drawing.Size(194, 31);
this.Reservation_Number_Txt.TabIndex = 0;
//
// label4
//
this.label4.AutoSize = true;
this.label4.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label4.Location = new System.Drawing.Point(626, 72);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(154, 25);
this.label4.TabIndex = 8;
this.label4.Text = "Security Deposit";
//
// Security_Deposit
//
this.Security_Deposit.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.Security_Deposit.Location = new System.Drawing.Point(631, 101);
this.Security_Deposit.Multiline = true;
this.Security_Deposit.Name = "Security_Deposit";
this.Security_Deposit.Size = new System.Drawing.Size(158, 31);
this.Security_Deposit.TabIndex = 3;
//
// label5
//
this.label5.AutoSize = true;
this.label5.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label5.Location = new System.Drawing.Point(779, 72);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(139, 25);
this.label5.TabIndex = 10;
this.label5.Text = "Payment Type";
//
// Type_of_Payment
//
this.Type_of_Payment.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.Type_of_Payment.Location = new System.Drawing.Point(784, 101);
this.Type_of_Payment.Multiline = true;
this.Type_of_Payment.Name = "Type_of_Payment";
this.Type_of_Payment.Size = new System.Drawing.Size(149, 31);
this.Type_of_Payment.TabIndex = 4;
//
// label6
//
this.label6.AutoSize = true;
this.label6.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label6.Location = new System.Drawing.Point(10, 142);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(177, 25);
this.label6.TabIndex = 12;
this.label6.Text = "Instrument Number";
//
// textBox1
//
this.textBox1.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.textBox1.Location = new System.Drawing.Point(15, 171);
this.textBox1.Multiline = true;
this.textBox1.Name = "textBox1";
this.textBox1.Size = new System.Drawing.Size(191, 31);
this.textBox1.TabIndex = 5;
//
// label7
//
this.label7.AutoSize = true;
this.label7.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label7.Location = new System.Drawing.Point(201, 142);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(106, 25);
this.label7.TabIndex = 14;
this.label7.Text = "Last Name";
//
// Last_Name
//
this.Last_Name.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.Last_Name.Location = new System.Drawing.Point(206, 171);
this.Last_Name.Multiline = true;
this.Last_Name.Name = "Last_Name";
this.Last_Name.Size = new System.Drawing.Size(179, 31);
this.Last_Name.TabIndex = 6;
//
// label8
//
this.label8.AutoSize = true;
this.label8.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label8.Location = new System.Drawing.Point(380, 142);
this.label8.Name = "label8";
this.label8.Size = new System.Drawing.Size(106, 25);
this.label8.TabIndex = 16;
this.label8.Text = "First Name";
//
// First_Name
//
this.First_Name.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.First_Name.Location = new System.Drawing.Point(385, 171);
this.First_Name.Multiline = true;
this.First_Name.Name = "First_Name";
this.First_Name.Size = new System.Drawing.Size(179, 31);
this.First_Name.TabIndex = 7;
//
// label9
//
this.label9.AutoSize = true;
this.label9.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label9.Location = new System.Drawing.Point(559, 142);
this.label9.Name = "label9";
this.label9.Size = new System.Drawing.Size(70, 25);
this.label9.TabIndex = 18;
this.label9.Text = "Middle";
//
// Middle_Name
//
this.Middle_Name.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.Middle_Name.Location = new System.Drawing.Point(564, 171);
this.Middle_Name.Multiline = true;
this.Middle_Name.Name = "Middle_Name";
this.Middle_Name.Size = new System.Drawing.Size(122, 31);
this.Middle_Name.TabIndex = 8;
//
// label10
//
this.label10.AutoSize = true;
this.label10.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label10.Location = new System.Drawing.Point(681, 142);
this.label10.Name = "label10";
this.label10.Size = new System.Drawing.Size(185, 25);
this.label10.TabIndex = 20;
this.label10.Text = "Permanent Address";
//
// textBox2
//
this.textBox2.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.textBox2.Location = new System.Drawing.Point(686, 171);
this.textBox2.Multiline = true;
this.textBox2.Name = "textBox2";
this.textBox2.Size = new System.Drawing.Size(247, 31);
this.textBox2.TabIndex = 9;
//
// label11
//
this.label11.AutoSize = true;
this.label11.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label11.Location = new System.Drawing.Point(11, 216);
this.label11.Name = "label11";
this.label11.Size = new System.Drawing.Size(46, 25);
this.label11.TabIndex = 22;
this.label11.Text = "City";
//
// City
//
this.City.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.City.Location = new System.Drawing.Point(16, 245);
this.City.Multiline = true;
this.City.Name = "City";
this.City.Size = new System.Drawing.Size(190, 31);
this.City.TabIndex = 10;
//
// label12
//
this.label12.AutoSize = true;
this.label12.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label12.Location = new System.Drawing.Point(201, 216);
this.label12.Name = "label12";
this.label12.Size = new System.Drawing.Size(58, 25);
this.label12.TabIndex = 24;
this.label12.Text = "State";
//
// State
//
this.State.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.State.Location = new System.Drawing.Point(206, 245);
this.State.Multiline = true;
this.State.Name = "State";
this.State.Size = new System.Drawing.Size(179, 31);
this.State.TabIndex = 11;
//
// label13
//
this.label13.AutoSize = true;
this.label13.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label13.Location = new System.Drawing.Point(380, 216);
this.label13.Name = "label13";
this.label13.Size = new System.Drawing.Size(92, 25);
this.label13.TabIndex = 26;
this.label13.Text = "Zip Code";
//
// Zip_Code
//
this.Zip_Code.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.Zip_Code.Location = new System.Drawing.Point(385, 245);
this.Zip_Code.Multiline = true;
this.Zip_Code.Name = "Zip_Code";
this.Zip_Code.Size = new System.Drawing.Size(179, 31);
this.Zip_Code.TabIndex = 12;
//
// label14
//
this.label14.AutoSize = true;
this.label14.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label14.Location = new System.Drawing.Point(559, 216);
this.label14.Name = "label14";
this.label14.Size = new System.Drawing.Size(136, 25);
this.label14.TabIndex = 28;
this.label14.Text = "Driver License";
//
// Driver_License
//
this.Driver_License.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.Driver_License.Location = new System.Drawing.Point(564, 245);
this.Driver_License.Multiline = true;
this.Driver_License.Name = "Driver_License";
this.Driver_License.Size = new System.Drawing.Size(179, 31);
this.Driver_License.TabIndex = 14;
//
// label15
//
this.label15.AutoSize = true;
this.label15.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label15.Location = new System.Drawing.Point(734, 216);
this.label15.Name = "label15";
this.label15.Size = new System.Drawing.Size(142, 25);
this.label15.TabIndex = 30;
this.label15.Text = "Social Security";
//
// Social_Security
//
this.Social_Security.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.Social_Security.Location = new System.Drawing.Point(739, 245);
this.Social_Security.Multiline = true;
this.Social_Security.Name = "Social_Security";
this.Social_Security.Size = new System.Drawing.Size(194, 31);
this.Social_Security.TabIndex = 15;
//
// label16
//
this.label16.AutoSize = true;
this.label16.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label16.Location = new System.Drawing.Point(341, 291);
this.label16.Name = "label16";
this.label16.Size = new System.Drawing.Size(126, 25);
this.label16.TabIndex = 36;
this.label16.Text = "Home Phone";
//
// Home_Phone
//
this.Home_Phone.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.Home_Phone.Location = new System.Drawing.Point(346, 320);
this.Home_Phone.Multiline = true;
this.Home_Phone.Name = "Home_Phone";
this.Home_Phone.Size = new System.Drawing.Size(152, 31);
this.Home_Phone.TabIndex = 18;
//
// label17
//
this.label17.AutoSize = true;
this.label17.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label17.Location = new System.Drawing.Point(190, 291);
this.label17.Name = "label17";
this.label17.Size = new System.Drawing.Size(121, 25);
this.label17.TabIndex = 34;
this.label17.Text = "Work Phone";
//
// Work_Phone
//
this.Work_Phone.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.Work_Phone.Location = new System.Drawing.Point(195, 320);
this.Work_Phone.Multiline = true;
this.Work_Phone.Name = "Work_Phone";
this.Work_Phone.Size = new System.Drawing.Size(152, 31);
this.Work_Phone.TabIndex = 17;
//
// label18
//
this.label18.AutoSize = true;
this.label18.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label18.Location = new System.Drawing.Point(11, 291);
this.label18.Name = "label18";
this.label18.Size = new System.Drawing.Size(112, 25);
this.label18.TabIndex = 32;
this.label18.Text = "Credit Card";
//
// Credit_Card
//
this.Credit_Card.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.Credit_Card.Location = new System.Drawing.Point(16, 320);
this.Credit_Card.Multiline = true;
this.Credit_Card.Name = "Credit_Card";
this.Credit_Card.Size = new System.Drawing.Size(179, 31);
this.Credit_Card.TabIndex = 16;
//
// label19
//
this.label19.AutoSize = true;
this.label19.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label19.Location = new System.Drawing.Point(642, 291);
this.label19.Name = "label19";
this.label19.Size = new System.Drawing.Size(216, 25);
this.label19.TabIndex = 40;
this.label19.Text = "Date Moved In Planned";
//
// Date_Moved_In_Planned
//
this.Date_Moved_In_Planned.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.Date_Moved_In_Planned.Location = new System.Drawing.Point(647, 320);
this.Date_Moved_In_Planned.Multiline = true;
this.Date_Moved_In_Planned.Name = "Date_Moved_In_Planned";
this.Date_Moved_In_Planned.Size = new System.Drawing.Size(286, 31);
this.Date_Moved_In_Planned.TabIndex = 20;
//
// label20
//
this.label20.AutoSize = true;
this.label20.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label20.Location = new System.Drawing.Point(491, 291);
this.label20.Name = "label20";
this.label20.Size = new System.Drawing.Size(141, 25);
this.label20.TabIndex = 38;
this.label20.Text = "Date Reserved";
//
// Date_Reserved
//
this.Date_Reserved.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.Date_Reserved.Location = new System.Drawing.Point(496, 320);
this.Date_Reserved.Multiline = true;
this.Date_Reserved.Name = "Date_Reserved";
this.Date_Reserved.Size = new System.Drawing.Size(152, 31);
this.Date_Reserved.TabIndex = 19;
this.Date_Reserved.TextChanged += new System.EventHandler(this.Reservation1_Load);
//
// label21
//
this.label21.AutoSize = true;
this.label21.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label21.Location = new System.Drawing.Point(162, 370);
this.label21.Name = "label21";
this.label21.Size = new System.Drawing.Size(224, 25);
this.label21.TabIndex = 44;
this.label21.Text = "Reservation Cancelled ?";
//
// Reservation_Cancelled
//
this.Reservation_Cancelled.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.Reservation_Cancelled.Location = new System.Drawing.Point(167, 399);
this.Reservation_Cancelled.Multiline = true;
this.Reservation_Cancelled.Name = "Reservation_Cancelled";
this.Reservation_Cancelled.Size = new System.Drawing.Size(219, 31);
this.Reservation_Cancelled.TabIndex = 22;
//
// label22
//
this.label22.AutoSize = true;
this.label22.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label22.Location = new System.Drawing.Point(11, 370);
this.label22.Name = "label22";
this.label22.Size = new System.Drawing.Size(136, 25);
this.label22.TabIndex = 42;
this.label22.Text = "Lease Months";
//
// Lease_Months
//
this.Lease_Months.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.Lease_Months.Location = new System.Drawing.Point(16, 399);
this.Lease_Months.Multiline = true;
this.Lease_Months.Name = "Lease_Months";
this.Lease_Months.Size = new System.Drawing.Size(152, 31);
this.Lease_Months.TabIndex = 21;
this.Lease_Months.TextChanged += new System.EventHandler(this.Lease_Months_TextChanged);
//
// Reservation1
//
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(1041, 668);
this.Controls.Add(this.label21);
this.Controls.Add(this.Reservation_Cancelled);
this.Controls.Add(this.label22);
this.Controls.Add(this.Lease_Months);
this.Controls.Add(this.label19);
this.Controls.Add(this.Date_Moved_In_Planned);
this.Controls.Add(this.label20);
this.Controls.Add(this.Date_Reserved);
this.Controls.Add(this.label16);
this.Controls.Add(this.Home_Phone);
this.Controls.Add(this.label17);
this.Controls.Add(this.Work_Phone);
this.Controls.Add(this.label18);
this.Controls.Add(this.Credit_Card);
this.Controls.Add(this.label15);
this.Controls.Add(this.Social_Security);
this.Controls.Add(this.label14);
this.Controls.Add(this.Driver_License);
this.Controls.Add(this.label13);
this.Controls.Add(this.Zip_Code);
this.Controls.Add(this.label12);
this.Controls.Add(this.State);
this.Controls.Add(this.label11);
this.Controls.Add(this.City);
this.Controls.Add(this.label10);
this.Controls.Add(this.textBox2);
this.Controls.Add(this.label9);
this.Controls.Add(this.Middle_Name);
this.Controls.Add(this.label8);
this.Controls.Add(this.First_Name);
this.Controls.Add(this.label7);
this.Controls.Add(this.Last_Name);
this.Controls.Add(this.label6);
this.Controls.Add(this.textBox1);
this.Controls.Add(this.label5);
this.Controls.Add(this.Type_of_Payment);
this.Controls.Add(this.label4);
this.Controls.Add(this.Security_Deposit);
this.Controls.Add(this.label3);
this.Controls.Add(this.Reservation_Number_Txt);
this.Controls.Add(this.Add_Record);
this.Controls.Add(this.label2);
this.Controls.Add(this.label1);
this.Controls.Add(this.Unit_Number);
this.Controls.Add(this.Property_Name);
this.Name = "Reservation1";
this.Text = "Reservation1";
this.Load += new System.EventHandler(this.Reservation1_Load);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Label label2;
public System.Windows.Forms.TextBox Property_Name;
public System.Windows.Forms.TextBox Unit_Number;
private System.Windows.Forms.Button Add_Record;
private System.Windows.Forms.Label label3;
public System.Windows.Forms.TextBox Reservation_Number_Txt;
private System.Windows.Forms.Label label4;
public System.Windows.Forms.TextBox Security_Deposit;
private System.Windows.Forms.Label label5;
public System.Windows.Forms.TextBox Type_of_Payment;
private System.Windows.Forms.Label label6;
public System.Windows.Forms.TextBox textBox1;
private System.Windows.Forms.Label label7;
public System.Windows.Forms.TextBox Last_Name;
private System.Windows.Forms.Label label8;
public System.Windows.Forms.TextBox First_Name;
private System.Windows.Forms.Label label9;
public System.Windows.Forms.TextBox Middle_Name;
private System.Windows.Forms.Label label10;
public System.Windows.Forms.TextBox textBox2;
private System.Windows.Forms.Label label11;
public System.Windows.Forms.TextBox City;
private System.Windows.Forms.Label label12;
public System.Windows.Forms.TextBox State;
private System.Windows.Forms.Label label13;
public System.Windows.Forms.TextBox Zip_Code;
private System.Windows.Forms.Label label14;
public System.Windows.Forms.TextBox Driver_License;
private System.Windows.Forms.Label label15;
public System.Windows.Forms.TextBox Social_Security;
private System.Windows.Forms.Label label16;
public System.Windows.Forms.TextBox Home_Phone;
private System.Windows.Forms.Label label17;
public System.Windows.Forms.TextBox Work_Phone;
private System.Windows.Forms.Label label18;
public System.Windows.Forms.TextBox Credit_Card;
private System.Windows.Forms.Label label19;
public System.Windows.Forms.TextBox Date_Moved_In_Planned;
private System.Windows.Forms.Label label20;
public System.Windows.Forms.TextBox Date_Reserved;
private System.Windows.Forms.Label label21;
public System.Windows.Forms.TextBox Reservation_Cancelled;
private System.Windows.Forms.Label label22;
public System.Windows.Forms.TextBox Lease_Months;
}
}