namespace CustomerMaintenance
{
partial class frmAddModifyCustomer
{
///
/// 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.btnCancel = new System.Windows.Forms.Button();
this.btnAccept = new System.Windows.Forms.Button();
this.cboStates = new System.Windows.Forms.ComboBox();
this.label1 = new System.Windows.Forms.Label();
this.txtZipCode = new System.Windows.Forms.TextBox();
this.label2 = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.txtCity = new System.Windows.Forms.TextBox();
this.label4 = new System.Windows.Forms.Label();
this.txtAddress = new System.Windows.Forms.TextBox();
this.label5 = new System.Windows.Forms.Label();
this.txtName = new System.Windows.Forms.TextBox();
this.SuspendLayout();
//
// btnCancel
//
this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
this.btnCancel.Location = new System.Drawing.Point(369, 165);
this.btnCancel.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
this.btnCancel.Name = "btnCancel";
this.btnCancel.Size = new System.Drawing.Size(88, 27);
this.btnCancel.TabIndex = 11;
this.btnCancel.Text = "Cancel";
this.btnCancel.UseVisualStyleBackColor = true;
this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
//
// btnAccept
//
this.btnAccept.Location = new System.Drawing.Point(25, 165);
this.btnAccept.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
this.btnAccept.Name = "btnAccept";
this.btnAccept.Size = new System.Drawing.Size(88, 27);
this.btnAccept.TabIndex = 10;
this.btnAccept.Text = "Accept";
this.btnAccept.UseVisualStyleBackColor = true;
this.btnAccept.Click += new System.EventHandler(this.btnAccept_Click);
//
// cboStates
//
this.cboStates.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cboStates.FormattingEnabled = true;
this.cboStates.Location = new System.Drawing.Point(108, 107);
this.cboStates.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
this.cboStates.Name = "cboStates";
this.cboStates.Size = new System.Drawing.Size(174, 23);
this.cboStates.TabIndex = 7;
this.cboStates.Tag = "State";
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(297, 110);
this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(56, 15);
this.label1.TabIndex = 8;
this.label1.Text = "Zip code:";
//
// txtZipCode
//
this.txtZipCode.Location = new System.Drawing.Point(364, 107);
this.txtZipCode.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
this.txtZipCode.Name = "txtZipCode";
this.txtZipCode.Size = new System.Drawing.Size(93, 23);
this.txtZipCode.TabIndex = 9;
this.txtZipCode.Tag = "Zip code";
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(25, 110);
this.label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(36, 15);
this.label2.TabIndex = 6;
this.label2.Text = "State:";
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(25, 80);
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 = 4;
this.label3.Text = "City:";
//
// txtCity
//
this.txtCity.Location = new System.Drawing.Point(108, 77);
this.txtCity.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
this.txtCity.Name = "txtCity";
this.txtCity.Size = new System.Drawing.Size(349, 23);
this.txtCity.TabIndex = 5;
this.txtCity.Tag = "City";
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(25, 50);
this.label4.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(52, 15);
this.label4.TabIndex = 2;
this.label4.Text = "Address:";
//
// txtAddress
//
this.txtAddress.Location = new System.Drawing.Point(108, 47);
this.txtAddress.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
this.txtAddress.Name = "txtAddress";
this.txtAddress.Size = new System.Drawing.Size(349, 23);
this.txtAddress.TabIndex = 3;
this.txtAddress.Tag = "Address";
//
// label5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(25, 20);
this.label5.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(42, 15);
this.label5.TabIndex = 0;
this.label5.Text = "Name:";
//
// txtName
//
this.txtName.Location = new System.Drawing.Point(108, 17);
this.txtName.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
this.txtName.Name = "txtName";
this.txtName.Size = new System.Drawing.Size(349, 23);
this.txtName.TabIndex = 1;
this.txtName.Tag = "Name";
//
// frmAddModifyCustomer
//
this.AcceptButton = this.btnAccept;
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.CancelButton = this.btnCancel;
this.ClientSize = new System.Drawing.Size(484, 208);
this.ControlBox = false;
this.Controls.Add(this.txtName);
this.Controls.Add(this.label5);
this.Controls.Add(this.txtAddress);
this.Controls.Add(this.label4);
this.Controls.Add(this.txtCity);
this.Controls.Add(this.label3);
this.Controls.Add(this.label2);
this.Controls.Add(this.txtZipCode);
this.Controls.Add(this.label1);
this.Controls.Add(this.cboStates);
this.Controls.Add(this.btnAccept);
this.Controls.Add(this.btnCancel);
this.MaximizeBox = false;
this.Name = "frmAddModifyCustomer";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.Load += new System.EventHandler(this.frmAddModifyCustomer_Load);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Button btnCancel;
private System.Windows.Forms.Button btnAccept;
private System.Windows.Forms.ComboBox cboStates;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.TextBox txtZipCode;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.TextBox txtCity;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.TextBox txtAddress;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.TextBox txtName;
}
}