namespace CustomerMaintenance
{
partial class frmCustomerMaintenance
{
///
/// 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.label1 = new System.Windows.Forms.Label();
this.txtAddress = new System.Windows.Forms.TextBox();
this.label2 = new System.Windows.Forms.Label();
this.txtCity = new System.Windows.Forms.TextBox();
this.label3 = new System.Windows.Forms.Label();
this.txtState = new System.Windows.Forms.TextBox();
this.txtZipCode = new System.Windows.Forms.TextBox();
this.label5 = new System.Windows.Forms.Label();
this.btnAdd = new System.Windows.Forms.Button();
this.btnModify = new System.Windows.Forms.Button();
this.btnExit = new System.Windows.Forms.Button();
this.label6 = new System.Windows.Forms.Label();
this.btnDelete = new System.Windows.Forms.Button();
this.txtName = new System.Windows.Forms.TextBox();
this.label4 = new System.Windows.Forms.Label();
this.txtCustomerID = new System.Windows.Forms.TextBox();
this.btnGetCustomer = new System.Windows.Forms.Button();
this.SuspendLayout();
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(25, 76);
this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(42, 15);
this.label1.TabIndex = 3;
this.label1.Text = "Name:";
//
// txtAddress
//
this.txtAddress.Location = new System.Drawing.Point(108, 102);
this.txtAddress.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
this.txtAddress.Name = "txtAddress";
this.txtAddress.ReadOnly = true;
this.txtAddress.Size = new System.Drawing.Size(349, 23);
this.txtAddress.TabIndex = 2;
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(25, 106);
this.label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(52, 15);
this.label2.TabIndex = 5;
this.label2.Text = "Address:";
//
// txtCity
//
this.txtCity.Location = new System.Drawing.Point(108, 132);
this.txtCity.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
this.txtCity.Name = "txtCity";
this.txtCity.ReadOnly = true;
this.txtCity.Size = new System.Drawing.Size(349, 23);
this.txtCity.TabIndex = 3;
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(25, 134);
this.label3.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(31, 15);
this.label3.TabIndex = 7;
this.label3.Text = "City:";
//
// txtState
//
this.txtState.Location = new System.Drawing.Point(108, 163);
this.txtState.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
this.txtState.Name = "txtState";
this.txtState.ReadOnly = true;
this.txtState.Size = new System.Drawing.Size(174, 23);
this.txtState.TabIndex = 4;
//
// txtZipCode
//
this.txtZipCode.Location = new System.Drawing.Point(365, 163);
this.txtZipCode.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
this.txtZipCode.Name = "txtZipCode";
this.txtZipCode.ReadOnly = true;
this.txtZipCode.Size = new System.Drawing.Size(93, 23);
this.txtZipCode.TabIndex = 5;
//
// label5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(297, 166);
this.label5.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(56, 15);
this.label5.TabIndex = 11;
this.label5.Text = "Zip code:";
//
// btnAdd
//
this.btnAdd.Location = new System.Drawing.Point(25, 210);
this.btnAdd.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
this.btnAdd.Name = "btnAdd";
this.btnAdd.Size = new System.Drawing.Size(88, 27);
this.btnAdd.TabIndex = 6;
this.btnAdd.Text = "Add";
this.btnAdd.UseVisualStyleBackColor = true;
this.btnAdd.Click += new System.EventHandler(this.btnAdd_Click);
//
// btnModify
//
this.btnModify.Enabled = false;
this.btnModify.Location = new System.Drawing.Point(121, 210);
this.btnModify.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
this.btnModify.Name = "btnModify";
this.btnModify.Size = new System.Drawing.Size(88, 27);
this.btnModify.TabIndex = 7;
this.btnModify.Text = "Modify";
this.btnModify.UseVisualStyleBackColor = true;
this.btnModify.Click += new System.EventHandler(this.btnModify_Click);
//
// btnExit
//
this.btnExit.DialogResult = System.Windows.Forms.DialogResult.Cancel;
this.btnExit.Location = new System.Drawing.Point(368, 210);
this.btnExit.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
this.btnExit.Name = "btnExit";
this.btnExit.Size = new System.Drawing.Size(88, 27);
this.btnExit.TabIndex = 9;
this.btnExit.Text = "Exit";
this.btnExit.UseVisualStyleBackColor = true;
this.btnExit.Click += new System.EventHandler(this.btnExit_Click);
//
// label6
//
this.label6.AutoSize = true;
this.label6.Location = new System.Drawing.Point(25, 166);
this.label6.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(36, 15);
this.label6.TabIndex = 9;
this.label6.Text = "State:";
//
// btnDelete
//
this.btnDelete.Enabled = false;
this.btnDelete.Location = new System.Drawing.Point(218, 210);
this.btnDelete.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
this.btnDelete.Name = "btnDelete";
this.btnDelete.Size = new System.Drawing.Size(88, 27);
this.btnDelete.TabIndex = 8;
this.btnDelete.Text = "Delete";
this.btnDelete.UseVisualStyleBackColor = true;
this.btnDelete.Click += new System.EventHandler(this.btnDelete_Click);
//
// txtName
//
this.txtName.Location = new System.Drawing.Point(108, 74);
this.txtName.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
this.txtName.Name = "txtName";
this.txtName.ReadOnly = true;
this.txtName.Size = new System.Drawing.Size(349, 23);
this.txtName.TabIndex = 2;
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(25, 23);
this.label4.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(76, 15);
this.label4.TabIndex = 12;
this.label4.Text = "Customer ID:";
//
// txtCustomerID
//
this.txtCustomerID.Location = new System.Drawing.Point(111, 21);
this.txtCustomerID.Margin = new System.Windows.Forms.Padding(2);
this.txtCustomerID.Name = "txtCustomerID";
this.txtCustomerID.Size = new System.Drawing.Size(106, 23);
this.txtCustomerID.TabIndex = 0;
this.txtCustomerID.Tag = "Customer ID";
//
// btnGetCustomer
//
this.btnGetCustomer.Location = new System.Drawing.Point(239, 20);
this.btnGetCustomer.Margin = new System.Windows.Forms.Padding(2);
this.btnGetCustomer.Name = "btnGetCustomer";
this.btnGetCustomer.Size = new System.Drawing.Size(104, 27);
this.btnGetCustomer.TabIndex = 1;
this.btnGetCustomer.Text = "Get Customer";
this.btnGetCustomer.UseVisualStyleBackColor = true;
this.btnGetCustomer.Click += new System.EventHandler(this.btnGetCustomer_Click);
//
// frmCustomerMaintenance
//
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.CancelButton = this.btnExit;
this.ClientSize = new System.Drawing.Size(484, 258);
this.Controls.Add(this.btnGetCustomer);
this.Controls.Add(this.txtCustomerID);
this.Controls.Add(this.label4);
this.Controls.Add(this.txtName);
this.Controls.Add(this.btnDelete);
this.Controls.Add(this.label6);
this.Controls.Add(this.btnExit);
this.Controls.Add(this.btnModify);
this.Controls.Add(this.btnAdd);
this.Controls.Add(this.label5);
this.Controls.Add(this.txtZipCode);
this.Controls.Add(this.txtState);
this.Controls.Add(this.label3);
this.Controls.Add(this.txtCity);
this.Controls.Add(this.label2);
this.Controls.Add(this.txtAddress);
this.Controls.Add(this.label1);
this.Name = "frmCustomerMaintenance";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "Customer Maintenance";
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Label label1;
private System.Windows.Forms.TextBox txtAddress;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.TextBox txtCity;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.TextBox txtState;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.Button btnAdd;
private System.Windows.Forms.Button btnModify;
private System.Windows.Forms.Button btnExit;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.Button btnDelete;
private System.Windows.Forms.TextBox txtZipCode;
private System.Windows.Forms.TextBox txtName;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.TextBox txtCustomerID;
private System.Windows.Forms.Button btnGetCustomer;
}
}